/*
Theme Name: Govilnius
Description: Govilnius website
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Oclear
*/
.button-scroll{
	position:fixed;
	right: 20px;
	bottom:20px;
	background: #000;
	color:#fff;
	padding:10px;
	text-align: center;
	width: 40px
}
.btn-txt{
	width: 100%;
	color: #fff;
	float: left;
}
.button-scroll svg{
	transform: rotate(90deg);
	float: left;
	width: 21px
}
@media screen and (max-width: 768px) {
	.disablemovement{
		position:absolute;width:100%;height:100%;z-index:1
	}
	.button-scroll{
		display: none!important
	}
}
.explainer{
	text-align: center;
}
.explainer-center{
	display: inline-block;
	width: 20%;
	font-size:16px;
	line-height: 22px;
	font-weight:300;
}
.explainer-center span{
	width: 100%;
	display: inline-block;
}
.explainer-center img{
	margin-top:25px;
}
@media screen and (max-width: 1000px) {
	.explainer-center{
		width: 30%;
	}
}
@media screen and (max-width: 700px) {
	.top-heading-wrap{
		margin-bottom: 0px!important
	}
	.explainer-center{
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.explainer-center{
		width: 50%;
	}
}
.privacy-text{
	width: 100%;
	padding-bottom:60px;
}
.privacy-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-family: Spartan,sans-serif	
}
.privacy-text a{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-family: Spartan,sans-serif	;
	font-weight: bold
}
.privacy-text em{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-family: Spartan,sans-serif	
}
.privacy-text ul{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-family: Spartan,sans-serif	;
	padding-left: 15px;
}
.privacy-text li{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-family: Spartan,sans-serif;
	padding:3px 0px;
	list-style: circle;

}
.privacy-text strong{
	font-weight:700;
	font-size: 14px;
	font-family: Spartan,sans-serif	
}
.privacy-heading{
	font-size: 50px;
	text-align: left;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 120px;
    margin-bottom: 85px;
}
.foot-left{
	float: left;
	width: 50%;
	color:#fff;
	text-align: left;
	font-size: 14px;
	line-height: 12px;
	font-weight: 400
}
.foot-right{
	float: left;
	width: 50%;
	text-align:right;
	color:#fff;
	line-height: 10px
}
.foot-right a{
	text-decoration: none;
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1
}
#footer{
	float: left;
	width: 100%;
	padding:22px;
}
@media screen and (max-width: 768px) {
	.foot-left{
		font-size: 12px;
	}
	.foot-right a{
		font-size: 12px;
	}
	.privacy-heading{
		font-size: 34px
	}
}
@media screen and (max-width: 500px) {
	.foot-left{
		font-size: 10px;
	}
	.foot-right a{
		font-size: 10px;
	}
	.privacy-heading{
		font-size: 24px
	}	
}