.logo{
	padding: 15px 10px 17px 10px;
	display: inline-block;
}
.navigation{
	float: right;
}
.top_login_btn{
	float: right;
}
ul.navigation{
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
ul.navigation li{
	display: inline-block;
	list-style: none;
	padding: 15px 10px;
}
ul.navigation li a:hover{
	color: #2D82CD;
}
ul.navigation li a{
	color: #333;
    font-size: 16px;
}
.top_login_btn{
	margin: 19px 0 0 15px;
}
.yell_btn:hover{
	background-color: #F59C01;
}
.yell_btn{
	border: none;
	border-radius: 5px;
	background-color: #FFA301;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
}
.bkgrsection{
	/* background: url('/assets/imgs/07.jpg') center center no-repeat; */
	background: url('/assets/imgs/bgcover.png'), url('/assets/imgs/09.webp') center center no-repeat;
	background-size: cover;
	background-color: #1f4a5a;
	width: 100%;
	height: auto;
	padding: 100px 0;
}
.bighone{
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 45px;
	line-height: 65px;
	font-weight: 900;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
}
.topopis:before{
	position: absolute;
	display: block;
    content: '';
	width: 100px;
    height: 2px;
    opacity: .9;
    background-color: #fff;
    bottom: -25px;
}
.topopis:after {
	position: absolute;
	content: '';
	display: block;
    width: 7px;
    height: 7px;
    background: #fff;
    left: 0px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 7px rgba(255,255,255,.2);
    box-shadow: 0 0 0 7px rgba(255,255,255,.2);
	bottom: -28px;
}

.topopis{
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.secbtn{
	padding: 14px 35px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.soc_template{ transition: all .3s ease 0s;
	display: inline-block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    box-shadow: 0 7px 19px rgba(255,255,255,.25);
    position: absolute;
	text-align: center;
}
.soc_template i{
	color: #fff;
	font-size: 50px;
	margin-top: 20px;
}
.soc_template_sm{ transition: all .3s ease 0s;
	display: inline-block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    box-shadow: 0 7px 19px rgba(255,255,255,.25);
    position: absolute;
	text-align: center;
}
.soc_template_sm i{
	color: #fff;
	font-size: 40px;
	margin-top: 18px;
}
.soc_template_xsm{ transition: all .3s ease 0s;
	display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 15px rgba(255,255,255,.25);
    position: absolute;
	text-align: center;
}
.soc_template_xsm i{
	color: #fff;
	font-size: 30px;
	margin-top: 15px;
}
.statblok i{
	color: #fff;
	font-size: 45px;
}
.statblok{
	margin-bottom: 20px;
	text-align: left; 
	padding: 12px 25px 15px 25px;
	border-radius: 7px;
	border: 2px solid #fff; 
	display: inline-block;
	opacity: 0.9;
}
.statnum{
	font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 35px; color: #fff;
	line-height: 35px;
}
.statname{
	font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 15px; color: #fff;
}
.hidden_burger{
	display: none;
}
.logo img{
	height: 50px;
}
.netlikes{
	font-size: 27px;
	display: block;
}




.titleh3{
	color: #333;
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	margin-top: 15px; margin-bottom: 5px;
	min-height: 30px;
	display: block;
}
.setiontitle{
	text-align: center;
    font-size: 30px;
}
.setiontitle.light:before {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    opacity: .9;
    background-color: #fff;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.funcblok{
	padding: 30px 20px 25px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 15px rgba(255,255,255,.25);
	margin-top: 15px;
	position: relative;
	min-height: 350px;
}
.func_bottom_btn{
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}
.smtiny{
	color: #888;
	font-size: 18px;
	margin: 0;
}
.instrcircle{
	position: relative;
	height: 110px; 
	width: 110px; 
	border-radius: 50%; 
	background: #1481C5;
	background-image: linear-gradient(to top, #82D3FF 0%, #36B9FF 100%);
	text-align: center;
}
.instrnum{
	position: absolute;
	width: 35px; height: 35px; 
	border-radius: 50%; 
	box-shadow: 3px 4px 12px rgba(0,0,0,.25); 
	background-color: #fff; 
	right: -5px; 
	top: -5px; 
	font-family: 'Roboto', sans-serif;
}
.instrfont{
	font-size: 17px; 
	line-height: 37px;
	color: #1aa3ec;
}
.stepblok{
	margin-top: 50px;
}
.step_ico{
	margin-top: 27px; 
	font-size: 55px; 
	color: #fff;
}
.itemname{
	text-align: center; 
	width: 100%;
	color: #fff; 
	font-size: 25px; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 900; 
	position: absolute; 
	bottom: 55px;
}
.itemholder{
	width: 100%;
	height: 100%;
	background: rgba(4,28,56,0.6);
	transition: all .1s ease-in-out;
}
.itemholder:hover{
	background: linear-gradient(to top,rgba(4,28,56,.5) 0,rgba(255,255,255,0) 100%);
	transition: all .1s ease-in-out;
}
.itemblok{
	width: 100%; 
	height: 290px;
	background-color: #18558A;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
}
.earnlist{
	margin: 0;
	padding: 15px 15px 20px 40px;
}
.earnlist li:before{
	content: '';
	display: block;
    width: 10px;
    height: 10px;
    background-color: #a2c2eb;
    box-shadow: 0 0 0 2px #eaf4fe inset;
    border-radius: 50%;
    position: absolute;
    left: -21px;
    top: 7px;
}
.earnlist li{
	position: relative;
	margin-top: 10px;
	font-size: 17px;
	color: #555;
	list-style: none;
}
.why_title{
	font-weight: 700;
	font-size: 19px;
}
.why_blok{
	text-align: center;
	margin: 25px 0;
}
.why_ico_holder{
	width: 110px; 
	height: 110px;
	border-radius: 50%;
	border: 1px solid #99bddc;
	text-align: center;
	margin: 10px auto;
}

/*    MODAL     */
.loginicon{
	display: inline-block;
	width: 50px; 
	height: 50px; 
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}
.loginicon i{
	color: #fff;
	font-size: 40px;
	line-height: 50px;
}
.addopacity:hover{
	opacity: 0.7;
}
.logtitle{
	font-family: 'Roboto', sans-serif; 
	font-weight: 900;
	font-size: 18px;
}


/*    FOOTER     */
section.freelikes{
	padding: 100px 0 120px 0;
}
.bighone.likesh2{
	color: #333;
	text-shadow: none;
	text-align: center;
	font-size: 40px;
}
.likesh2:before {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    opacity: .9;
    background-color: #555;
    bottom: -25px;
	left: 50%;
    transform: translateX(-50%);
}
footer.footer, .footer ul li a{
	color: #fff;
}
.footer ul li a{
	font-weight: 600;
}
.footer ul li{
	margin: 9px 0;
	list-style: none;
}
.artlinks a{
	color: #fff;
	opacity: 0.8;
	display: inline-block;
	margin: 5px 0;
}
.artlinks a:hover{
	opacity: 1;
}

/*   END FOOTER     */


.leftpart{
	display: inline-block; position: relative; max-width: 60%;
}

.leftpart .bighone{margin-top: -10px; margin-bottom: 5px;}





@media screen and (max-width: 700px) {
	.logo img{
		height: 45px;
	}	
	.bkgrsection{
		background: url('http://freelikes.online/assets/img/bg-cover2.png'), url('/assets/imgs/09.webp') center center no-repeat;
		background-size: 100%;
		background-color: #1f4a5a;
		padding: 50px 0;
	}
	.bighone{
		font-size: 25px;
		line-height: 35px;
	}
	.statblok{
		margin-bottom: 20px;
		padding: 7px 15px 8px 15px;
		display: inline-block; 	
	}
	.statnum{
		font-size: 25px;
	}
	.statname{
		font-size: 12px;
	}
	.statblok i{
		font-size: 35px;
	}
	.smwidth1{
		width: 100%;
		max-width: 100%;
	}
	
	/* TOP MENU BURGER */
	.hidden_burger{
		display: inline-block;
		vertical-align: top;
		border-color: #fdb50d;
		float: right;
		width: 35px;
		height: 30px;
		border-top: 3px solid #FFA301;
		border-bottom: 3px solid #FFA301;
		margin-top: 25px;
		margin-right: 10px;
		position: relative;
		cursor: pointer;
		transition: all .3s ease-in-out;
	}
	.hidden_burger:after, .hidden_burger:before {
		width: 100%;
		height: 3px;
		background: #FFA301;
		position: absolute;
		left: 0;
		transition: all .3s ease-in-out;
		content: "";
		display: block;
	}
	.hidden_burger:before {
		top: 50%;
		margin-top: -1px;
	}
	.hidden_burger:after {
		bottom: 50%;
		margin-bottom: -2px;
	}
	.hidden_burger.opened:before{
		transform: rotate(45deg);
		height: 2px;
		margin-bottom: -1px;
	}
	.hidden_burger.opened:after{
		transform: rotate(-45deg);
		height: 2px;
	}
	.hidden_burger.opened{
		border-color: #fff;
	}
	.navigation{
		display: none;
	}
	.navigation.smallmedia{
		display: none;
		margin: 0;
		background: #fff;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		padding: 20px 10px 10px;
		z-index: 10;
	}
	.navigation.smallmedia li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 2px 10px;
		line-height: normal;
	}
	.bighone.likesh2 {
		font-size: 25px;
		line-height: 35px;
	}
	footer.footer{
		text-align: center;
	}

}


@media screen and (max-width: 1100px) {	
	.leftpart{
		max-width: 100%;
	}
	.leftcontent{
		display: none;
	}
	.bkgrsection{
		text-align: center;
	}
	.topopis:before{
		left: 50%;
		transform: translateX(-50%);
	}
	.topopis:after{
		left: 50%;
		transform: translateX(-50%);
	}
}











