/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
.lang {
	float: none;
	text-align: center;
}
#header {
	position: relative;
	top: 0;
	right: 0;
	height: auto;
	text-align: center;
	background: #333;
}
.logo {
	float: none;
	margin: 0;
	width: auto;
	text-align: center;
	position:relative;
	overflow: hidden;
	padding: 10px;
}
.logo img {
	height: auto;
	max-height: 100px;
	float: none;
}
.icon_menu_open {
	display: block;
	background: transparent;
	width: 35px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 35px;
	height: 35px;
	margin: 10px auto;
	background:#2c8c37;
	position: absolute;
	top: 35px;
	left: 15px;
}
.icon_menu_open.active{
	background:#e7c035;
	color:#000;
}
.icon_menu_open:before {
	content: "\f0c9";
	font-family: FontAwesome;
}
.social {
	position: relative;
	top: 0;
	border: 0;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	left: 0;
}
.social li {
	float: none;
	display: inline-block;
}
.social li a {
	margin: 0px 1px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
}
.nav li {
	padding:0;
	float: none;
}
.nav li a {
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.sub {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
.nav li:hover .sub ul li {
	width: 100%;
}
.nav li:hover .sub ul li a{
	text-align:center;
}
.nav {
	float: none;
	margin: 0px;
}
#slideshow {
	height: 350px;
}
.slider_cont_all {
	max-width: 100%;
}
.slider_cont h2 {
	font-size: 22px;
}
.slider_cont a {
	padding: 5px 10px;
	font-size: 12px;
}
.slider_cont_all {
	padding: 10px 20px;
}
#data {
	margin: 0 0 40px;
	overflow: hidden;
}
.data_list li {
	width: 100%;
	text-align: center;
	padding: 20px;
}
.data_text p {
	height: auto;
}
#count ul li {
	width: 50%;
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}
.count_all p {
	font-size: 40px;
}
.count_all h2 {
	font-size: 13px;
}
#aboutus {
	display: block;
}
.aboutus_right {
	width: 100%;
	display: block;
}
.aboutus_right div {
	position: relative;
	top: 0;
	right: 0;
	padding: 20px;
	width: 100%;
	height: auto;
}
.aboutus_right div img {
	height: auto;
	width: 100%;
}
.aboutus_left {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
}
.aboutus_left h2 {
	font-size: 20px;
}
.aboutus_left ol li p {
	margin: 0px;
}
.aboutus_left a {
	float: none;
}
.pages_title h2 {
	font-size: 22px;
}
#services {
	background: none;
}
.serv_loop {
	width: 100%;
	text-align: center;
}
.serv_img {
	height: auto;
	border-radius: 0px;
}
.serv_count {
	top: 10px;
}
.serv_txt {
	height: auto;
}
.my_projects li {
	width: 100%;
}
.p_thumb {
	height: 250px;
}
.news_loop {
	width: 100%;
	text-align: center;
}
.news_txt p {
	height: auto;
}
.news_img {
	height: auto;
}
#footer {
	padding: 30px 0px;
	text-align: center;
}
.foot h2:after{
	margin-left:auto;
	margin-right:auto;
}
#bottom {
	height: auto;
	padding:15px;
	text-align: center;
}
.copyrights, .design {
	float: none;
	line-height: 1.5;
}
.foot_loop {
	width: 100%;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.welcome,.s_contact,.head_fix,.nav,.search_icon,.slider_cont p,.cycle-pager,.aboutus_left ol li span{
	display:none;
}
.width{
	width:100%;
}
#contents {
	padding: 0px 15px;
	text-align: center;
}
.postmeta_cats {
	float: none;
	margin-bottom: 10px;
}
.postmeta_dets {
	float: none;
}
#map_contact {
	display: block;
	width: 100%;
	text-align: center;
}
.map_contact_right {
	display: block;
	width: 100%;
	height: 250px;
}
.map_contact_left {
	display: block;
	width: 100%;
	padding: 15px;
	height: auto;
}
#precemp {
	text-align: center;
	margin-top:0;
}
body.bodyin #slideshow{
	height:250px;
}
body.bodyin .slider_cont_all{
	padding-top:10px;
}
}