/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
.logo {
	position: static;
	text-align: center;
	float: none;
	padding-top: 20px;
}
.icon_menu_open {
	display: block;
	width: 40px;
	text-align: center;
	color: #50463e;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	margin:8px auto;
}
.icon_menu_open.active{
	color:#fff;
	background:#7a685a;
}
.icon_menu_open:before {
	content: "\f0c9";
	font-family: FontAwesome;
}
.nav li {
	float: none;
	clear:both;
	text-align:center;
}
.nav li a {
	border-bottom: 1px solid rgba(33,33,33,0.1);
	line-height:50px;
	height:50px;
}
.sub {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.nav li:hover .sub ul li a {
	text-align: center;
}
.nav {
	padding: 0;
}
.slider_cont h2, .slider_cont p {
	font-size: 20px;
}
.slider_cont_all {
	padding: 0;
}
#slideshow {
	height: 350px;
}
.count_all {
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#count .width {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
#aboutus .width {
	display: block;
}
.aboutus_right {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.aboutus_right img {
	position: relative;
	width: 95%;
	right: 2%;
}
.aboutus_left {
	display: block;
	width: 100%;
	padding: 0px 20px;
}
.aboutus_left h2, .aboutus_left h3 {
	font-size: 20px;
}
.aboutus_left h3 {
	margin-bottom: 20px;
}
#aboutus {
	overflow: hidden;
	margin-bottom: 25px;
}
.partners_title {
	width: 100%;
	margin-bottom:25px;
	padding: 0px 20px;
	text-align: center;
}
.partners_title h2 {
	font-size: 20px;
}
.partners {
	width: 100%;
}
#count {
	margin-bottom: 0px;
}
.pages_title {
	padding: 0px 20px;
}
.pages_title h2 {
	font-size: 20px;
}
.serv2_loop {
	padding: 15px;
}
.serv2_txt,.serv2_all:hover .serv2_txt{
	height: auto;
}
.teams_all img {
	width: 100%;
	height: auto;
}
.teams_all div {
	right: 10px;
	left: 10px;
	bottom: 10px;
}
.news_loop {
	padding: 15px;
}
#footer {
	padding: 20px;
	text-align: center;
}
.foot {
	float: none;
	clear: both;
}
.foot li {
	display: inline-block;
	float: none;
	padding: 0px 15px;
}
.design, .copyrights {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
.width,.news_loop,.teams_slide li,.serv2_loop,.data_list li,#count ul li{
	width:100%;
}
.news_txt p,.serv2_img,.serv2_txt p,.data_list li p,#nav{
	height:auto;
}
.head_left,.nav,.head_fix,.partners_arrow,.aboutus_right span,.aboutus_right p,.aboutus_right b,.slick-dots{
	display:none;
}
.slick-dots{
	display:none !important;
}
}