@charset "utf-8";
/* CSS Document */
/* @import url("../css/font/font-face.css");
@import url("../css/font/style.css"); */


.headerBG{
	font-family: "MetronicPro",Verdana !important;;
	width:100%;
	height:65px;
	background:#fff;
	padding:10px 0px;
	background:#fff;
	/*box-shadow:0px 2px 4px rgba(0,0,0,0.30);*/
	margin:0px auto;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale; /*firefox*/
	}

.header_box{
	width:937px !important;
	height:65px;
	margin:auto;
	}

.brand{
	width:177px;
	height:65px;
	float:left;
	margin-right:5px;
}
.brand a img,.brand a:hover img{
	border:0px;
	padding:0px;
	margin:0px;
}

.nav_box{
	width:auto;
	height:35px;
	/*margin:13px 0px 14px 0px;*/
	margin:15px 0px;
	float:left;}
.nav_box>.nav{
	float:left;
	height:35px;}
.nav_box>.nav>a{
	font-weight:400;
	width:auto;
	height:35px;
	padding:0px 10px;
	margin-right:5px;
	font-size:14px;
	line-height:35px;
	text-decoration:none;
	/*color:#f05a1e;*/
	color:#000;
	border-radius:125px;
	display:block;
	}
	
.nav_box>.nav>a:hover{
	text-decoration:none;
	color:#fff;
	background:#f05a1e;
	}
	
.login_box{
	width:auto;
	height:35px;
	/*margin:13px 10px 14px 0px;*/
	margin:15px 0px;
	float:right;}
	
.icon_login{
	font-size:16px;
	line-height:35px;
	color:#f05a1e;
	margin-right:5px;
	float:left;
	}
	
.text_login{
	font-weight:400;
	font-size:12px;
	line-height:35px;
	float:right;
	color:#f05a1e;}
	
.login_box>a>.icon_login, .login_box>a>.text_login{
	text-decoration:none;
}
	
.login_box>a:hover>.icon_login,.login_box>a:hover>.text_login{
	text-decoration:none;
	color:#f9bda5;}	
	
	/*language switch 2018*/
.countries-switch {
    margin-top: 15px;
  /*  margin-left: 20px;*/
    margin-right: 10px;
	float: right;
    clear: right;
}
.countries-switch .button {
	font-family: "MetronicPro",Verdana !important;
    height: auto;
	/*position:absolute;*/
	color: #f05a1e;
	border-color: #f05a1e;
	background: white;
	/*min-width: 100px;*/
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #f05a1e;
	white-space: nowrap;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.countries-switch .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.countries-switch a{
	text-decoration: none;
}

/*language switch 2018 END*/
.global_box {
	float: right;
	width: auto;
	height: 35px;
	margin: 15px 10px 15px 0px;
}
.icon_flag {
	width:23px;
	height:23px;
	vertical-align: middle;
	margin-right: 9px;
	float: left;
}
.icon_flag img{
	margin-top:1px;
	width:20px;
	height:20px;
}

.text_global {
	font-size: 14px;
	line-height: 23px;
	float: left;
}

a.global {
	float: right;
	display: table;
	width: auto;
	height: 23px;
	padding: 5px 25px;
	color: #f05a1e;
	text-decoration: none;
	border: 1px solid #f05a1e;
	border-radius: 125px;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
}
a.global img {
	border: 0px;
	outline: none;
}
a:hover.global {
/*	color:#f05a1e;
	border:1px solid #f05a1e;*/
}
	