/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
#bottom{
	padding:20px;
	text-align:center;
}
.copyrights,.design,#bottom .social{
	float:none;
	line-height:normal;
}
.social li {
	display: inline-block;
	float: none;
}
.social li a {
	border: none !important;
	line-height: normal;
	padding: 10px;
}
.foot {
	margin-bottom: 0;
}
.foot_loop {
	width: 100%;
	margin-bottom: 30px;
}
.foot_loop:last-child{
	margin-bottom:0px;
}
.data_list2 li {
	width: 100%;
}
.data_list2 li h2 {
	font-size: 17px;
}
.pages_title {
	padding: 0px 15px !important;
	text-align: center !important;
}
.pages_title div {
	float: none;
	width: auto;
}
.pages_title h2, .pages_title h1 {
	font-size: 25px;
}
.pages_title span {
	margin: 0px !important;
	padding-top: 10px;
}
.news_ul {
	margin: 0px;
}
.news_loop {
	width: 100%;
}
#projects_title .width {
	padding: 20px 0px;
}
.slider_ul li a {
	height: 250px;
}
.list_top_left li {
	width: 100% !important;
	height: 250px !important;
}
.aboutus_left_right {
	width: 100%;
	padding: 0px 20px;
}
.aboutus_left_right img {
	width: 48%;
	height: 200px;
	float:right;
}
.aboutus_left_right img.aboutus_left_right_img2 {
	margin: 0px;
	float: left;
}
.aboutus_left_left {
	font-size:14px;
	width: 100%;
	padding: 20px 20px 0px;
}
.aboutus_top {
	padding: 30px 0px;
}
.data_list li {
	width: 100%;
	padding: 20px;
}
.bn-news {
	margin: 0px 20px;
}
.slider_cont h2 {
	font-size: 20px;
}
.slider_cont_all {
	margin: 0px;
}
.icon_menu_open {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	z-index:2000;
	top: 30px;
}
.icon_menu_open.active{
	background:#c3922e;
	color:#fff;
}
.icon_menu_open:before {
	content: "\f0c9";
	font-family: FontAwesome;
}
.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;
}
.my_navs .nav {
	display: block;
	position: static;
	padding:0;
	margin:0px;
}
.my_navs {
	position: fixed;
	top: 0;
	right: 0;
	background: #020202;
	padding-top: 125px;
	z-index: 1001;
	height: 100%;
	bottom: 0;
	left: 0;
	overflow: auto;
}
.nav li {
	float: none;
	padding:0;
	display: block;
}
.nav li a {
	border-bottom: 1px dashed rgba(33,33,33,0.1);
	height: auto;
	line-height:normal;
	padding: 13px 10px;
	border-left: none;
}
.nav li:hover .sub .sub {
	position: relative;
	width: 100%;
	right: 0;
	display:none;
	left: 0;
	top: 0;
}
.nav li:hover .sub li:hover .sub{
	display:block;
}
.width,#footer .width{
	width:100%;
	margin:0px;
}
.nav,.s_contact,.newsbar_title,.bn-controls,.nav_fix,.news_shape_reserv,#searchbox,.cycle-pager{
	display:none;
}
#bottom,.news_txt h2,.news_img,.data_list li p{
	height:auto;
}
}