/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
#footer {
	padding: 50px 0px;
	text-align: center;
}
.foot_left {
	background: #fff;
	padding: 50px 20px;
}
.foot_img {
	margin-bottom: 20px;
}
.copyrights, .design {
	font-size: 13px;
}
.post li {
	padding: 20px;
}
.post_txt {
	padding: 0px;
}
.post a img {
	height: auto !important;
	width: auto !important;
	display: inline-block !important;
}
.post a {
	width: 100%;
	margin: 20px 0px 0px;
}
.services_left {
	padding: 20px;
}
.serv_alls {
	height: 400px;
}
.serv_lefts h2{
	font-size:20px;
}
.slider_cont {
	padding-top: 100px;
}
.slider_left {
	padding: 0px 20px;
}
#slideshow {
	height: 100%;
}
#header {
	position: absolute;
}
.icon_menu_open {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 29px;
	height: 45px;
	cursor: pointer;
	z-index:1555000;
	padding-top: 12px;
}
.icon_menu_open span {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.5);
	display: block;
	margin-bottom: 10px;
}
.sub {
	position: relative;
	top: 0;
	width: 100%;
	display:none;
	right:0;
	left:0;
}
.nav li:hover .sub {
	display: block;
	top: 0;
	border-radius: 0;
}
.nav li:hover .sub ul li a {
	text-align: center;
}
.nav {
	width: 100%;
	margin: 0;
	text-align: center;
	padding:0px 0 0;
	background: #102266;
	position: fixed;
	z-index:70000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding-top:110px;
	height: 100%;
	overflow: auto;
}
.nav li {
	float: none;
	padding:0;
	display: block;
}
.nav li a {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	height: auto;
	line-height:normal;
	padding: 13px 10px;
	border-radius:0;
	border-left: none;
}
.nav li:hover .sub .sub {
	position: relative;
	width: 100%;
	right: 0;
	display:none;
	left: 0;
	top: 0;
}
.nav li a:hover, .nav li:hover a, .nav li.current a{
	line-height:normal;
}
.post_txt p,.services_left h2,.slider_cont h2 {
	font-size: 25px;
}
.width{
	margin:0;
}
.width,.logo,.services_left,.services_right,.servicess li,.post li,.post li img,.post_txt,.foot_img,.foot_left{
	width:100%;
}
#footer:before,.nav,.slideshow_shape3{
	display:none;
}
.services_next, .services_prev,.slider_right{
	display:none !important;
}
#header,.post li img{
	height:auto;
}
}