﻿.bg-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.bg_hover {
	display: none;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 275px;
	background: rgba(255,255,255,0.9);
	-webkit-animation: a_bg_hover_show 0.2s ease-out both;
	-webkit-transform-origin: 50% 0%;
}
.submenu_show .bg_hover {
	display: block !important;
}
.white_logo {
	display: inline;
}
.submenu_show .white_logo {
	display: none;
}
.blue_logo {
	display: none;
}
.submenu_show .blue_logo {
	display: inline;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	padding: 0 0 0 75px;
	z-index: 10001;
	/*background: -webkit-linear-gradient(bottom, rgba(121,100,84, 0) 0%, rgba(121,100,84, 0.5) 100%);
	background: -moz-linear-gradient(bottom, rgba(121,100,84, 0) 0%, rgba(121,100,84, 0.5) 100%);
	background: -o-linear-gradient(bottom, rgba(121,100,84, 0) 0%, rgba(121,100,84, 0.5) 100%);*/
}
.scrollHeader .header, .header.hov {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header h1 {
	margin-top: 15px;
	float: left;
	width: 185px;
}
.header h1 a {
	display: block;
	height: 100%;
}
.header h1 img {
	width: 100%;
	height: 100%;
}
.header h1, .language, .header_search {
	position: relative;
	z-index: 9;
}
.scrollHeader .white_logo {
	display: none;
}
.scrollHeader .blue_logo {
	display: block;
}
.header_re {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.nav {
	margin: 4px 0 0 22%;
	font-size: 14px;
}
.nav, .header_search {
	float: left;
}
.nav li {
	float: left;
	margin: 0 20px;
	position: relative;
}
.nav li.phone_showli {
	display: none;
}
.scrollHeader .nav li>a, .hov .nav li>a {
	color: #5f5f5f;
}
.nav li>a {
	display: block;
	padding: 0 15px;
	position: relative;
	font-weight: 400;
	color: #ffffff;
}
.nav li>a i {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 3px;
	background: #8d6a44;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	display: none;
}
.nav li.on>a i {
	left: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.nav li.on>a {
	color: #8d6a44;
}
.nav_list {
	position: absolute;
	padding-top: 14px;
	width: 196px;
	left: 50%;
	top: 100%;
	margin-left: -98px;
	display: none;
}
.nav_list a {
	display: block;
}
.nav_p {
	text-align: center;
	padding-bottom: 10px;
}
.nav_p p {
	font-size: 13px;
	line-height: 30px;
}
.nav ul {
	float: left;
}
.nav ul a:hover{color: #210456 !important;}

.hBox {
	padding: 10px;
	height: 45px;
	box-sizing: border-box;
}
.header .rBox {
  width: 170px;
}

.header .search_white {
	display: inline;
}
.scrollHeader .header .search_white {
	display: none;
}
.header .search_gray {
	display: none;
}
.scrollHeader .header .search_gray {
	display: inline;
}

.header .s_earch input[type=text] {
	padding: 5px 10px 5px 15px;
	width: 104px;
	height: 24px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 24px;
	border: 1px solid #FFFFFF !important;
	background: none !important;
	border-radius: 12px;
}

.scrollHeader .header .s_earch input[type=text] {
	color: #7E7E7F;
	border: 1px solid #7E7E7F !important;
}
.header .s_earch img {
	margin-top: -7px;
	width: 13px;
    right: 8px;
}
.idiomas {
	padding: 0;
}
.idiomas span {
	color: #FFFFFF;
}
.scrollHeader .idiomas span {
	color: #7E7E7F;
}