
.header_mob
{ width:100%;
	
	font-size: 1em;
	font-weight: normal;
	color: #000;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	

	height: auto;
	padding: 0 50px;
	text-align:center !important;


-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
.header_mob.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header_mob a
{font-size:0.8em; color:#fff;
	text-decoration:none;
	background-image:url(../theme_images/m1-01.png);
padding-top:35px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	left: 25px;
}
.mob_nav1 {display:none !important;}

.header_mob img {width:90%; height:auto; max-width:300px; margin-top:15px; padding-bottom:20px;}

#menu_mob {background:#243D3D !important; color:#fff !important;}
#menu_mob a{color:#fff !important; font-size:1.1em;}
#menu_mob a:hover{color:#9BB2B7 !important;}

