
a {text-decoration: none; color: #111b34; font-size: inherit;}
li{list-style-position: inside;}

.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.container {max-width: 1200px; width: 100%; margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}
#header{
	top: 0; left: 0; right: 0;
	z-index: 9990;
	width: 100%;
	height: 120px;
	padding: 5px 0 0;
	background:#FFFFFF;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;}
#header img{
	width: 250px;
	height: 100px;	
}
#header .container{
	max-width: auto;
}
.logo{
	position: relative;
	z-index: 9990;}
	
.logo img{
	width: 250px;
	height: 120px;
}
#header .alter-logo{
	margin-top: 5px;
}
#hambuger{
	display: none;
	position: relative;
	z-index: 9998;
	float: right;
	width: 50px;
	height: 50px;
	margin: 20px 0 0;
}
#hambuger1{
	display: none;
	position: relative;
	z-index: 9998;
	float: right;
	width: 50px;
	height: 50px;
	margin: 20px 0 0;
}
#log1{
	display: none;
}
#header .nav{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 35px 0 0;
	text-align: center;
}
#header .nav li{
	display: inline-block;
	margin: 0 -4px;
	padding: 0 15px;
	color: #212529;
	font-size: 16px;
}
#header .nav li a:hover{
	color: #111b34;
}
#header .nav li.current-menu-item a{
	color: #111b34;
	font-weight: 600;
}

#header .nav .langs{
	display: inline-block;
}
#header .nav .langs .lang-item{
	padding: 0 5px;
}

#info-scroll{
	display: none;
	position: fixed;
	top: 20%; left: 0;
	z-index: 9995;
	height: 180px;
	top: 50%;
	margin-top: -90px;
}
#info-scroll li{
	display: block;
	position: relative;
	left: -105px;
	float: none;
	width: auto;
	border-radius: 0 25px 25px 0;
	margin-bottom: 2px;
	background-color: #71c123;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#info-scroll li a{
	display: block;
	padding: 2px 2px 2px 5px;
}
#info-scroll li:hover{
	left: 0;
}
#info-scroll li small{
	display: block;
	font-size: 16px;
	font-weight: 400;
}
#info-scroll li .text{
	display: inline-block;
	text-align: center;
}
#info-scroll li .icon{
	display: inline-block;
	float: right;
	width: 47px;
	height: 47px;
	margin: 1px 0 0 5px;
}

#menu-scroll{
	position: fixed;
	bottom: 25%; right: 10px;
	z-index: 9995;
	height: 70px;
	margin-top: -35px;
	top: 50%;
}
#menu-scroll li{
	display: block;
	position: relative;
	float: none;
}
#menu-scroll .point{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 2px 2px 3px #D6D6D6 inset;
}
#menu-scroll .text{
	position: absolute;
	top: -5px; right: -1000px;
	width: 130px;
	height: auto;
	padding: 3px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu-scroll a:hover .text{
	right: 20px;
	opacity: 1;
}
#log{
	padding-left:60px;
}

@media screen and (max-width: 1024px) {
	#main{
	padding-left:100px;padding-right:100px;
}
    #log{
	padding-left:85px;
    }
}

@media screen and (max-width: 970px) {
#h5{padding-top:42px;}		
#header{
	position: fixed;
}	
	#main{
	padding-left:60px;padding-right:60px;
}
#header .alter-logo{
		margin-left: 20px;
		float: left;
	}
#hambuger{
		display: block;
	}
#header{
	width: 100%;
	height: auto;
}
#header img{
	width: 150px;
	height: 32px;	
}
#log{
	display: none;
     }
#log1{
	display: block;padding-left:90px;
    }
.logo{
		width: 150px;
		margin-top: 1px !important;
	}
.logo img{
		width: 150px;
		height: 30px;
		padding-left:5px;
		padding-right: 15px;
	}
#hambuger img{
	padding-top: 3px;
	height: 30px;
}
	#header .container{
		position: relative;
	}
	#header .nav{
		display: none;
		position: absolute;
		top: 40px; right: 0;
		z-index: 9980;
		width: 100%;
		padding: 40px 0 10px;
		background-color: #fff;
		box-shadow: 0 1px 2px #ebebeb;
		text-align: right;
	}
	#header .nav .langs,
	#header .nav li{
		display: block;
		float: none;
		padding: 0 25px;
	}
	#header .nav .langs{
		text-align: center;
	}
	#header .nav li a{
		display: block;
		padding: 5px 0;
		border-bottom: 1px solid #ebebeb;
	}
	.top-footer li{
		margin-bottom: 20px;
	}
#info-scroll{
	display: block;
	position: fixed;
	top: 20%; left: 0;
	z-index: 9995;
	height: 180px;
	top: 91%;
	margin-top: -1px;
}

}

@media screen and (max-width: 768px) {
    #log1{
padding-left:50px;
    }
}
@media screen and (max-width: 650px) {
#header{
	position: fixed;
}		
#main{
	padding-left:10px;padding-right:10px;
}
	#header{
	width: 100%;
	height: auto;
}
#header img{
	width: 150px;
	height: 32px;	
}
	#log{
	display: none;
     }
    #log1{
	display: block; padding-left:5px;
    }
    }
	.logo{
		width: 150px;
		margin-top: 1px !important;
	}
	.logo img{
		width: 150px;
		height: 30px;
		padding-left:5px;
		padding-right: 15px;
	}
		#hambuger img{
	padding-top: 3px;
	height: 30px;
}
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 380px) {
}
