/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
.foot_all img {
	max-height: 100px;
}
.whats_fix{
    right:auto;
    left:10px;
}
#sidebar_head {
	width: 50px;
	display:none;
}
#social .social li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.logos a img {
	height: 27px;
}
.width {
	padding: 0px 20px 0px 20px;
}
.pages_title h2 {
	font-size: 25px;
}
.serv_loop {
	width: 100%;
}
#header {
	position: relative;
	left: 0px;
	right: 0;
	width: auto;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 20px;
	width: 93%;
}
.logo {
	float: right;
	width: 100%;
	text-align: center;
}
.lang {
	margin: 5px auto 20px;
	text-align: center;
	float: none;
	clear: both;
}
.icon_menu_open {
	display: block;
	width: 40px;
	text-align: center;
	color: #181c25;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	z-index: 1000;
	position: absolute;
	left: 10px;
	top: 40px;
}
.icon_menu_open.active{
	color:#fff;
	background:#30343d;
}
.icon_menu_open:before {
	content: "\f0c9";
	font-family: FontAwesome;
}
.nav li {
	float: none;
}
.nav li a {
	border-bottom: 1px solid rgba(33,33,33,0.05);
	line-height:50px;
	height:50px;
	text-align:center;
}
.sub {
	position: relative;
	top: 0 !important;
	right: 0;
	left: 0;
	width: 100%;
	visibility: visible;
	opacity: 1;
	display: none;
}
.nav li:hover .sub ul li a {
	text-align: center;
}
.nav li:hover .sub{
	display:block;
}
.nav {
	margin: 0px;
	float: none;
	position: static;
	width: 100%;
}




.s_contact,.nav,.foot_link,#header_all{
	display:none;
}
.serv_img,#header{
	height:auto;
}
}