/*------- Header ---------*/
header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:#fff;
	z-index:99;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
header .trigger_search{
	color:#273133;
}
.trigger_mobile_menu{
	position:absolute;
	right:15px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align:center;
	cursor:pointer;
}
.trigger_mobile_menu p{
	margin-bottom:0;
	font-weight:700;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	color:#17b3e4;
}
.trigger_mobile_menu .mainMenu{
	height:20px;
	width:26px;
	margin-bottom:0;
	position:relative;
}
.trigger_mobile_menu .line{
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    border-radius: 3px;
    width: 26px;
    background: #273134;
    position: absolute;
    display: block;
    content: '';
    transition: transform 0.3s;
    top:0;
    left:0;
}
.trigger_mobile_menu .secondLine{
	top:50%;
	margin-top:-1px;
}
.trigger_mobile_menu .thirdLine{
	top:auto;
	bottom:0;
}
.showMenu .trigger_mobile_menu .firstLine{
    transform: translateX(0) translateY(-50%) rotate(45deg);
    top:50%;
}
.showMenu .trigger_mobile_menu .secondLine{
	opacity:0;
}
.showMenu .trigger_mobile_menu .thirdLine{
    transform: translateX(0) translateY(-50%) rotate(-45deg);
    top:50%;
}
.mobileMenuContainer{
	position:fixed;
	right:-260px;
	width:260px;
	top:0;
	height:100%;
	min-height:100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background:#fff;
	padding:20px;
	border-left:1px solid #f2f2f2;
	bottom:0;
	overflow:auto;
}
.mobileMenuContainer ul{
	margin-left:-10px;
	margin-right:-10px;
}
.mobileMenuContainer li{
	list-style:none;
	margin:0 -10px;
	border-bottom:1px solid #f2f2f2;
}
.mobileMenuContainer .topMenu{
	margin-bottom:30px;
}
.mobileMenuContainer li a {
    font-size: 16px;
    color: #72797a;
    padding:10px 20px;
    display:block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position:relative;
}
.mobileMenuContainer .level2{
	display:none;
	background:#f2f2f2;
	margin-left:0;
	margin-right:0;
	margin-bottom:-1px;
}
.mobileMenuContainer .level2 li{
	padding-left:0;
	padding-right:0;
}
.mobileMenuContainer .has-childrens > a:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    margin-top: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.mobileMenuContainer .has-childrens.active > a{
	color:#17b3e4;
}
.mobileMenuContainer .has-childrens.active > a:after{
	content:"\f0d8";
}
.mobileMenuContainer li a:hover{
	color:#17b3e4;
}
.mobileMenuContainer .level2 li a {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #fff;
}
.mobileMenuContainer .level2 li:last-child a{
	border-bottom:0 none;
} 
.showMenu .mobileMenuContainer{
	right:0;
}
header .top_header .container{
	position:relative;
}
header .top_header .trigger_mobile_menu{
	display:none;
}
header .headerForm{
	float:right;
	width:55%;
	text-align:right;
	display:none;
}
header .headerForm form{
	letter-spacing:-7px;
	width:100%;
	max-width:none;
}
header .defaultForm .item{
	width:60%;
}
header .headerForm label,
header .headerForm .item{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:middle;
}
header .headerForm .item{
	margin-bottom:0;
}
header .defaultForm label{
	width:40%;
}
header .headerForm label{
	padding-right:5px;
	margin-bottom:0;
	display:none;
}
header .headerForm .item > input{
	border:1px solid #8393ca;
	line-height:16px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	padding-top:11px;
	padding-bottom:11px;
	height:42px;
}
header .headerForm .submit input{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	height:42px;
}
.hide_header_quote .headerForm{
	display:none !important;
}
.scrolled header,
.inner_page header{
	position:fixed;
}
.scrolled header .center_menu{
	display:none;
}
.scrolled header .headerForm{
	display:inline-block;
	padding-right:50px;
}
.scrolled header .bottom_header,
.inner_page header .bottom_header{
	display:none;
}
.scrolled .right_menu{
	display:none;
}
.scrolled header .trigger_mobile_menu{
	display:block;
}
header .top_header{
	padding-top:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e9e9e9;
}
header .top_header .logo{
	float:left;
	width:16%;
	padding-right:15px;
	padding-top:8px;
}
header .top_header .logo img{
	max-width:155px;
}

header .top_header .center_menu{
	float:left;
	width:54%;
	padding-left:45px;
	padding-top:15px;
}
header .top_header .right_menu li{
	padding:0 10px;
}
header .top_header .center_menu a{
	font-size:15px;
	color:#72797a;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
header .top_header .center_menu >ul >li > a:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-3px;
	width:0;
	background:#17b3e4;
	height:1px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
header .top_header .center_menu >ul >li > a:hover:before{
	width:100%;
}
header .top_header .center_menu a:hover{
	color:#17b3e4;
}
header .top_header li{
	display:inline-block;
	padding:0 30px;
}
header .top_header li a{
	position:relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
header .top_header .sign_up:hover{
	color:#fff;
}
header .top_header li a:hover{
	color:#17b3e4;
}
header .top_header .has-childrens > a:after{
	content:"\f0d7";
	font-family:'FontAwesome';
	position:absolute;
	right:-12px;
	margin-top:1px;
	top:50%;
	transform:translateY(-50%);
}
header .top_header .has-childrens:hover > a{
	color:#17b3e4;
}
header .top_header .has-childrens:hover > a:after{
	content:"\f0d8";
}
header .top_header li:first-child{
	padding-left:0;
}
header .top_header li:last-child{
	padding-right:0;
}
header .top_header .has-childrens{
	position:relative;
}
header .top_header .level2{
	position:absolute;
	left:10px;
	visibility:hidden;
	padding-top:10px;
	padding-bottom:10px;
	top:120%;
	background:#fff;
	box-shadow:1px 7px 8px 1px rgba(0,0,0,0.2);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	opacity:0;
	z-index:-9;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
header .top_header .has-childrens:hover .level2{
	top:100%;
	opacity:1;
	z-index:9;
	visibility:visible;
}
header .top_header .level2:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    height: 2px;
    background: #17b3e4;
    bottom: 0px;
}
header .top_header .level2 li{
	padding:5px 20px;
	display:block;
}
header .top_header .level2 li a{
	white-space:nowrap;
}
header .top_header .right_menu{
	float:right;
	width:20%;
	padding-left:15px;
	text-align:right;
}
header .bottom_header{
	padding:15px 0;
}
header .bottom_header li{
	display:inline-block;
	padding:0 30px;
}
header .bottom_header li a{
	font-size:15px;
	line-height:16px;
	color:#72797a;
	font-weight:300;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
}
header .bottom_header li a:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-3px;
	width:0;
	height:1px;
	background:#17b3e4;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
header .bottom_header li a:hover:after{
	width:100%;
}
header .bottom_header li a:hover{
	color:#17b3e4;
}
header .bottom_header li:first-child{
	padding-left:0;
}
header .bottom_header .headerForm{
	display:none;
}
@media all and (max-width:1300px){
	header .headerForm{
		width:55%;
	}
	header .headerForm label{
		font-size:14px;
		text-align:right;
	}
}
@media all and (max-width:1100px){
	header .top_header li{
		padding:0 10px;
	}
	header .headerForm{
		width:70%;
	}
	header .top_header .logo{
		width:20%;
	}
}

@media all and (max-width:1024px){
	header .top_header .logo{
		width:30%;
	}
	header .top_header .right_menu{
		width:50%;
	}
	header .top_header .center_menu{
		display:none;
	}
	header .top_header .trigger_mobile_menu{
		display:inline-block;
	}
	header .search_button{
		display:none;
	}
	header .top_header .right_menu{
		display:none;
	}
	header .headerForm form{
		text-align:right;
	}
	header .headerForm label{
		display:none;
	}
	/*header .defaultForm .item {
    	margin-left: auto;
    	margin-right: auto;
		display: block !important;
	}*/
}
@media all and (max-width:850px){
	header .defaultForm .item {
	    width: 100%;
	}
}
@media all and (max-width:640px){
	
	header .bottom_header{
		display:none;
	}
	header .top_header .headerForm{
		display:none; 
	    width: 80%;
	    padding-right: 0;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	    text-align: center;
	}
	header .bottom_header .headerForm{
		display:block;
	}
	header .bottom_header ul{
		display:none;
	}
	.scrolled header .headerForm{
		padding-right:0;
	}
	.scrolled header .bottom_header{
		display:block;
	}
	header .bottom_header .headerForm{
		width:100%;
		
	}
	header .top_header .logo{
		width:50%;
	}
}
@media all and (max-width:680px){
	header .bottom_header{
		display:none;
	}
}
@media all and (max-width:600px){
	
	header .headerForm label, 
	header .headerForm .item{
		display:block;
	}
	header .defaultForm .item {
    	width: 100%;
	}
	header .headerForm label{
		width:100%;
		text-align:left;
		display:none;
	}
	header .bottom_header{
		padding-top:7px;
		padding-bottom:7px;
	}
	header .headerForm .item > input{
		padding-top:10px;
		padding-bottom:10px;
	}
	header .top_header{
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media all and (max-width:380px){
	header .top_header .logo{
		width:60%;
	}
	header .top_header .logo{
		padding-top:4px;
	}
}