


header {
	max-width:1200px;
	margin:0 auto;
	padding-top:15px;
	min-height:104px;	
	}

.logo { float:left; }



/*Language*/
.language {
	float:right;
	margin:25px 10px 0 0;
	}
#divselect {
	width:110px;
	position:relative;
	z-index:10000;
}
#divselect cite {
	display:block;
	width: 100%;
	height: 25px;
	line-height:23px;
	color:#868686;
	font-size: 12px;
	text-align:center;
	font-style: normal;
	border:1px solid #FFF;
	background-color:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
}
#divselect cite span{
	padding-left:5px;
}
#divselect ul {
	list-style:none;
	padding:0px 2px;
	background:#fff; 
	width:110px; 
	font-size: 12px; 
	border:none; 
	position:absolute; 
	top:25px;
	left: 0px;
	z-index:20000; 
	display:none;
	border: 1px solid #ccc;
}
#divselect ul li {
	height: 30px;
	line-height: 30px;
	list-style:none;
	border-bottom: 1px solid #ccc;
}
#divselect ul li:last-child {
	border: none;
}
#divselect ul li a {
	display:block;
	text-decoration: none;
	color:#555555;
	height: 25px;
	text-align: center;
}


/*Menu*/
nav{
	max-width:1200px;
	margin:0 auto;
	float:right;
	}

.m_hover a {
	width:70px;
	height:70px;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-right:10px;
	}
.m_hover a span {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	color:#dfdfdf;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}
.m_hover a b {
	display:block;
	width: 70px;
    height: 70px;
	line-height: 65px;
	background-color:#FFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	}
.m_hover b img {
	vertical-align:middle;
	}
.m_hover a i {
	display:block;
	width: 70px;
    height: 70px;
	font-weight:bold;
	line-height: 65px;
	color:#1fc9f3;	
	background-color:#FFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	}
.m_hover a u {
	display:none;
	}	
.m_hover a:hover span { top:-70px; color:#0067b2;}







@media only screen and (max-width: 1135px) {
	nav{ float:none;}
	.logo{ float:none; text-align:center;}
	.language{ float:none; margin:10px 0 0 0;}
	#divselect{ margin:0 auto}
	header{ background-color:#35a3da;}
	.menuzord-responsive.menuzord { background-color:#35a3da;}
	.m_hover a { width:100%; height:auto; margin-right:0;}
	.m_hover a span { display:none;}
	.m_hover a u { display:block; text-decoration:none; font-size:17px;}
}



