/* mobile header-nav part */
.header-nav .header-nav-main-mobile {
	min-height: 50px;
	background: #990000;
}
.header-nav .header-nav-main-mobile .navbar-mobile {
    margin-bottom: 10px;
    border: none;
}
.navbar-brand {
	position: absolute;
	left: 60px;
}
.header-nav-main-mobile {
    border-bottom: 1px solid #870101;
}
/* mobile header main-language */

/* mobile language google */
.language-google-m {
	float: left;
	min-width: 130px;
}

/* mobile header-main-nav*/
.mobile-search {
	position: absolute;
	right: 10px;
	top: 15px;
}
#toggle-search-m {
	font-size: 13px;
	color: #fff;
	padding: 6px 9px;
	border: none;
	border-radius: 15px;
	background: #333;
}
#toggle-search-m.open:after {
	top: 40px;
}
#search-form-m {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background: rgb(10,10,10);
	background: rgba(10,10,10,.9);
	z-index: 3;
}

.header-nav .container { padding-right: 0px; padding-left: 0px;}



@media print {.header-nav-main-mobile{ display:none; border-bottom: none;} }