/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
.social {
	float: none;
	text-align: center;
}
	.twitter_widget {
	display: block;
	width: 100%;
	padding: 0px;
}
#news {
	padding: 50px 20px;
}
.social li {
	display: inline-block;
	float: none;
}
.icon_menu_open {
	display: block;
	width: 40px;
	text-align: center;
	color: #333;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	margin:8px auto;
}
.icon_menu_open.active{
	color:#fff;
	background:#3895d2;
}
.icon_menu_open:before {
	content: "\f0c9";
	font-family: FontAwesome;
}
.nav li {
	float: none;
	text-align:center;
}
.nav li a {
	border-bottom: 1px solid rgba(33,33,33,0.05);
	line-height:50px;
	height:50px;
}
.sub {
	position: relative;
	top: 0;
	display:none;
	right: 0;
	left: 0;
	width: 100%;
}
.nav li:hover .sub {
	display:block;
	top:0;
}
.nav li:hover .sub ul li a {
	text-align: center;
}
#slideshow {
	height: 350px;
}
.slider_cont_all {
	margin: 0px;
}
.slider_cont_left, .slider_cont_right {
	float: none;
	text-align: center;
	max-width: unset;
}
.slider_cont a, .slider_cont a:last-child:hover {
	padding: 5px 10px;
	margin: 3px;
	font-size: 13px;
}
.slider_cont_all {
  max-width: unset;
}
.slider_cont h2 {
	font-size: 21px;
}
.aboutus {
	display: block;
}
.aboutus_left {
	display: block;
	width: 100%;
	text-align: center;
}
.aboutus {
	padding: 0px 20px;
}
.aboutus_left img {
	position: relative;
	height: auto;
}
.aboutus_right {
	padding: 30px 0px;
}
.pages_title {
	text-align: center;
}
.pages_title h2 {
	font-size: 22px;
}
.pages_title h2:after{
	margin-right:auto;
	margin-left:auto;
}
.aboutus_right_txt {
	text-align: center;
}
.aboutus_right_txt_more a {
	display: block;
	text-align: center;
}
.serv_txt b {
	font-size: 18px;
}
.partners li {
	width: 50%;
}
.copyrights, .design {
	float: none;
	line-height: normal;
	text-align: center;
}
#bottom {
	padding: 20px;
}
.width{
	width:100%;
}
.welcome,.head_data,.nav,.slider_cont p,#slideshow .next, #slideshow .prev,.nav_fix,#bottom .social{
	display:none;
}
#bottom,.news_img,.news_txt h2,.serv_txt p,.data_list li p,#nav{
	height:auto;
}
.data_list li,.serv_ol li,.news_loop{
	text-align:center;
	width:100%;
}
}