/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
#footer {
	padding: 30px 20px;
}
.slider_cont_all_right {
	max-width: 200px;
	float: right;
}
.slider_cont_all_left {
	max-width: 300px;
	float: left;
}
.partners li {
	display: inline-block;
	width: 30%;
}

#slideshow {
	height: 250px;
}
.slider_cont_all {
	padding: 0;
}
.slider_cont h2 {
	font-size: 22px;
}
#slideshow .next, #slideshow .prev{
    display:none;
}
.foot_contact li {
	border: 1px solid rgba(255,255,255,0.1) !important;
	width: 100%;
	margin-bottom: 5px;
}
#footer .social {
	text-align: center;
}
.pages_title {
	padding: 0px 20px;
}
.pages_title h2,.aboutus_left h2 {
	font-size: 20px;
}
.news_loop {
	width: 100%;
}
.partners_all {
	height: auto;
}
.serv_ol li {
	width: 100%;
	padding: 15px;
}
.serv_all {
	display: block;
}
.serv_img {
	display: block;
	width: 100%;
	height: 200px;
}
.serv_txt {
	display: block;
	width: 100%;
	padding: 20px;
	border: 1px solid #edf3f8 !important;
}
#count ul li {
	width: 50%;
}
.count_all {
	padding: 0px;
}
.count_all p {
	font-size: 30px;
}
.count_all h2 {
	font-size: 13px;
}
.aboutus_left {
	padding: 0px 20px;
}
.data_list li {
	width: 100%;
	border-left: none;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding: 20px;
}
.slider_ul li a {
	height: 300px;
}
.logo {
	top: 0px;
	text-align: center;
	float: none;
	width: 100%;
}
.icon_menu_open {
	display: block;
	width: 40px;
	text-align: center;
	color: #333;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	z-index: 1000;
	position: absolute;
	left: 10px;
	top: 52px;
}
.icon_menu_open.active{
	color:#fff;
	background:#44c3d8;
}
.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;
	right: 0;
	left: 0;
	width: 100%;
}
.nav li:hover .sub ul li a {
	text-align: center;
}
.nav {
	margin: 0px;
	float: none;
	position: static;
	width: 100%;
}
.width,#projects .width{
	width:100%;
}
#top,.nav,.head_fix,.nav li a:after{
	display:none;
}
.news_txt p,.news_img,.serv_txt p,.data_list li p,#header{
	height:auto;
}
}