/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
.pages_title {
	padding: 0px 20px;
}
.pages_title h2 {
	font-size: 22px;
}
.pages_title span {
	font-size: 13px;
}
.news_ul {
	margin: 0px;
}
.news_loop {
	width: 100%;
}
#slideshow {
	height: 250px;
}
#slideshow .next, #slideshow .prev {
	left: 10px;
}
.partners_title {
	width: 100%;
	text-align: center;
}
.partners_title h2 {
	font-size: 22px;
}
.partners {
	width: 100%;
}
.services2 {
	margin: 0px;
}
.serv2_loop {
	width: 100% !important;
}
.serv2_img {
	height: 280px;
}
#count ul li {
	width: 50%;
}
.count_all p {
	font-size: 30px;
}
.count_all h2 {
	font-size: 11px;
}
#newsbar {
	right: 10px;
	left: 10px;
}
.bn-news {
	margin: 0px 10px;
}
#aboutus .width {
	display: block;
}
.aboutus_right {
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}
.aboutus_left {
	display: block;
	width: 100%;
	padding: 20px;
}
.aboutus_left .pages_title {
	padding: 0px;
}
.data_list li span {
	float: none;
	margin-bottom: 20px;
}
.data_all2 {
	margin: 0px;
	padding: 0px;
}
#aboutus {
	padding-bottom: 80px;
}
#header {
	position: relative;
	top: 0px;
	right: 0;
	width:100%;
	left: 0px;
}
.logo {
	float: none;
	text-align: center;
	display: block;
	width: 100%;
	padding: 20px;
}
.lang {
	float: none;
	margin: 20px 0px;
}
.header_copy {
	height: auto;
	width: 100%;
	float: none;
	clear: both;
}
.icon_menu_open {
	display: block;
	width: 40px;
	text-align: center;
	color: #333;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 12px;
}
.icon_menu_open.active{
	background:#827039;
	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;
}
#nav {
	position: relative;
	top: 0;
	right: 0;
	width: 90%;
	margin: 0px 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-radius:0;
	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%;
	padding:0;
}
.nav,#sidebar_head,.aboutus_right_txt,.bn-controls,.newsbar_title,.partners_arrow,.foot_link,#footer .s_contact,.cycle-pager{
	display:none;
}
.news_txt h2,.news_img,#header{
	height:auto;
}
}