@charset "utf-8";
/* CSS Document */

@media screen and (max-width:980px){
.menu{
 width:100%;
 height:auto;
 padding:0px;
 margin:0px auto;
 float:none;
}
.logo{
	float:none;
}
}



@media screen and (max-width:900px){
.menu{
 width:100%;
 height:auto;
 padding:0px;
 margin:0px auto;
 background:#f60;
 floar:right;
}
.logo{
	float:none;
}

.colum-left{
	width:28%;
	height:auto;
	padding:0px;
	margin:10px;
	float:left;

}
.colum-right{
	width:28%;
	height:auto;
	padding:0px;
	margin:10px;
	float:left;

}	
	
}

@media screen and (max-width:800px){
	p{
		padding:0px 30px;
	}
.banner{
	width:100%;
	height:auto;
	padding-top:135px;
	margin:0px auto;
	border-bottom:1px solid#009ae1;
}

.menu{
 width:100%;
 height:auto;
 padding:0px;
 margin:0px auto;
 background:#f60;
}

.colum-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:10px 0px;
	float:none;

}
.colum-right{
	width:100%;
	height:auto;
	padding:0px;
	margin:10px 0px;
	float:none;

}

.offer-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:none;
}
.offer-right{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:none;
}

.m-about-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	border-right:1px solid#d3d3d3;
	float:none;
	text-align:center;
	font-size:65px;
}
.m-about-right{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:none;
	text-align:justify;
	font-size:16px;
	line-height:30px;
}
.v-about-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:none;
	text-align:justify;
	font-size:16px;
	line-height:30px;
}
.v-about-right{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:none;
	text-align:center;
	font-size:65px;
	border-left:1px solid#d3d3d3;
}
.d-img{
	width:50%;
	height:auto;
	padding:0px;
	margin:0px auto;
	float:none;
	background:#000;
	border:1px solid#d3d3d3;
}
.d-text{
	width:95%;
	height:auto;
	padding:0px;
	margin:0px;
	float:none;
}
.contact-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
}

.contact-right{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
}
.product-box{
	width:95%;
	height:auto;
	padding:0px;
	margin:20px 10px;
	float:none;
	border:1px solid#e2e2e2;
}
.service-left{
	width:95%;
	height:auto;
	padding:0px;
	margin:0px auto;
	float:none;
}

.service-right{
	width:95%;
	height:auto;
	padding:0px;
	margin:0px auto;
	float:none;
}
.footer-menu{
	width:100%;
	height:auto;
	float:none;
	margin:0px auto;
	margin-top:20px;
}
.footer-menu ul li{
	float:none;
	list-style-type:none;
}
.footer-menu ul li a{
	float:none;
	list-style-type:none;
	padding:0px;
	color:#fff;
	font-size:12px;
	margin-left:-30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-transform:uppercase;
}
.footer-menu ul li a:hover{
	float:none;
	list-style-type:none;
	padding:0px;
	color:#009ae1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.notebook{
	width:85%;
	height:auto;
	padding:0px;
	margin:0px auto;
	border:1px solid#dcece8;
}

.notebook-box{
	width:80%;
	height:auto;
	padding:0px;
	margin:0px auto;
	float:none;
	border:1px solid#dcece8;
}
.notebook-box img{
	width:100%;
	height:auto;
}

.product-img{
	width:100%;
	height:auto;
	padding:0px;
	margin:12px;
	float:none;
	background:#000;
}
.product-text{
	text-align:justify;
	margin:10px 0px;
	line-height:25px;
	text-transform:capitalize;
	border-radius:5px;
}

.support-tab{
	width:30%;
	height:auto;
	padding:0px;
	margin:0px auto;
	margin-top:-10px;
	border:1px solid#009ae1;
	padding:20px 0px;
	border-radius:5px;
	color:#009ae1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.support-tab:hover{
	width:30%;
	height:auto;
	padding:0px;
	margin:0px auto;
	margin-top:-10px;
	border:1px solid#009ae1;
	padding:20px 0px;
	border-radius:5px;
	color:#fff;
	background:#009ae1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.new-c-left{
	width:90%;
	height:auto;
	padding:0px;
	margin:0px auto;
	margin-top:70px;
	float:none;
}
.new-c-left h4{
	font-size:22px;
	text-align:center;
	color:#666;
}
.new-c-left p{
	text-align:center;
	color:#000;
	font-size:16px;
	line-height:22px;
}
.new-c-right{
	width:90%;
	height:200px;
	padding:0px;
	margin:0px auto;
	float:none;
}
.new-c-middle{
	background:#009ae1;
	color:#fff;
	width:90%;
	height:auto;
	padding:0px;
	margin:0px auto;
	margin-top:10px;
	float:none;
	text-align:center;
	border-radius:5px;
}
.quick-sales-addbox-left{
	width:100%;
	height:200px;
	padding:0px;
	margin:0px;
	float:none;
	margin:0px auto;
	margin-right:0px;
	margin-bottom:10px;
	background:#e4edff;
}
.quick-sales-addbox-right{
	width:100%;
	height:200px;
	padding:0px;
	margin:0px;
	float:none;
	margin:0px auto;
	margin-right:0px;
	margin-bottom:10px;
	background:#e4edff;
}
.new-c-form-box{
	width:100%;
	height:auto;
	padding:0px auto;
	margin:6px;
	float:none;
}
.quick-sales-addbox-left{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	margin-right:13px;
	margin-bottom:10px;
	background:#e4edff;
}
.quick-sales-addbox-right{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
	margin-left:0px;
	margin-bottom:10px;
	background:#e4edff;
}

}






