/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
#bottom {
	padding: 15px;
	text-align: center;
}
.copyrights, .design {
	line-height: normal;
	float: none;
}
.foot {
	margin-bottom: 0;
}
.foot_loop {
	width: 100%;
	margin-bottom: 30px;
}
.foot_loop:last-child{
	margin-bottom:0px;
}
#footer .social {
	float: none;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
#footer .social li {
	float: none;
	display: inline-block;
}
.contact_home {
	float: none;
	text-align: center;
}
.contactus_left h2 {
	font-size: 14px;
	text-align: center;
	float: none;
	margin-bottom: 20px;
}
.contactus_left a {
	width: 100%;
	float: none;
	display: block;
}
.contactus_right {
	height: 250px;
}
.pages_title {
	padding: 0px 20px;
}
.pages_title h1 {
	font-size: 13px;
}
.pages_title h2 {
	font-size: 20px;
}
.news_loop {
	width: 100%;
}
.my_projects li {
	width: 50%;
}
.p_thumb {
	height: 125px;
}
.my_projects li:last-child {
	width: 100%;
}
.services li {
	width: 100%;
}
.serv_right {
	height: auto;
}
.serv_left {
	position: static;
	padding: 20px;
}
.serv_all:hover .serv_left h2{
	margin-bottom:0;
}
#count ul li {
	width: 50%;
}
.count_all {
	padding: 20px;
}
.count_all p {
	font-size: 25px;
}
.aboutus_right {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 20px 30px;
}
.aboutus_left {
	width: 100%;
	padding: 0px 20px;
}
.aboutus_left .pages_title {
	padding: 0;
}
.aboutus_txt ul li {
	width: 100%;
}
.data_list li {
	width: 100%;
	height: auto;
}
.data_all {
	padding-bottom: 60px;
}
.gallery li {
	height: 200px;
}
#header {
	position: relative;
	top: 0;
	right: 0;
	background: #2e549d;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.logo {
	text-align: center;
	float: none;
}
.icon_menu_open {
	display: block;
	width: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	z-index: 1000;
	position: absolute;
	top: 40px;
	left: 15px;
}
.icon_menu_open.active{
	color:#fff;
	background:#61a1de;
}
.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;
	right: 0;
	left: 0;
	width: 100%;
}
.nav li:hover .sub ul li a {
	text-align: center;
}
.nav {
	float: none;
}
#gallery {
	margin-top: 0;
}
.width{
	width:100%;
}
.s_contact,.nav,.nav_fix{
	display:none;
}
#bottom,.news_txt p,.news_img,.serv_left p,.data_list li p,#header{
	height: auto;
}
}