/* ================================
Imports
================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,700,800);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');
/* ================================
General
================================= */
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
h1
{
	font-size: 36px;
}
h2
{
	font-size: 32px;
}
h3
{
	font-size: 28px;
}
h4
{
	font-size: 24px;
}
h5
{
	font-size: 20px;
}
h6
{
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	color: #144876;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.lead
{
	font-weight: 400;
}
button
{
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle
{
	background: #529abb;
	border: none;
	color: #fff;
}
.btn-theme, .btn-theme:hover, .btn-theme:focus
{
	color: #fff;
	background-color: #F00;
}
.btn-theme:hover
{
	background-color: #F00;
}
/* ================================
margin, padding
================================= */
.mar-top0
{
	margin-top: 0;
}
.mar-top10
{
	margin-top: 10px;
}
.mar-top20
{
	margin-top: 20px;
}
.mar-top30
{
	margin-top: 30px;
}
.mar-top40
{
	margin-top: 40px;
}
/* ================================
Home sections
================================= */

.home-section
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}
/* --- heading --- */
.section-heading
{
	margin-bottom: 70px;
}
.section-heading h2
{
	font-size: 38px;
	text-transform: uppercase;
}
.section-heading .heading-line
{
	margin: 0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* --- section bg var --- */

.bg-white
{
	background: #fff;
}
.bg-gray
{
	background: #f8f8f8;
}
.bg-dark
{
	background: #575757;
}
/* --- section content general color --- */

.color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6
{
	color: #F60;
}
.color-light p
{
	color: #F60;
}
/* ==========================
Spacer
============================= */

#spacer1
{
	background-image: url(../img/spacer/westesidebanner.png);
	background-color: #CCC;
}
#spacer2
{
	background-image: url(../img/spacer/oriongroup-banner1.png);
}
/* ================================
Intro
================================= */

#intro
{
	height: 500px;
	width: 100%;
	background-image: url(../img/cleaningmate-good-pic.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow-y: hidden;
	text-align: center;
	position: relative;
}
#intro1
{
	height: 800px;
	width: 100%;
	background-image: url(../img/clenaingmate-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow-y: hidden;
	text-align: center;
	position: relative;
}
.warpper
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.intro-text
{
	position: relative;
	width: 100%;
	margin-top: 200px;
	z-index: 1000;
}
#intro .brand
{

}
.intro-text h1 a
{
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1em;
	padding-top: 30px;
	text-transform: uppercase;
}
.intro-text h1 a:hover
{
	text-decoration: none;
}
.line-spacer
{
	width: 20%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}
.intro-text p span
{
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}
/* ================================
About
================================= */
.box-team img
{
	margin-bottom: 30px;
}
/* ================================
Services
================================= */

.service-box p
{
	margin-bottom: 20px;
}
.service.carousel h4, .service.carousel p
{
	text-align: left;
}
.service .carousel-control
{
	background: none;
}
.service .screenshot
{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.service .screenshot img
{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}
.service .carousel-indicators
{
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}
.service .carousel-indicators .active
{
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}
.service .carousel-indicators li
{
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}
/* ================================
Works
================================= */


.lb-album
{
	margin-left: 40px;
	list-style: none;
	width: 100%;
	margin: 0 auto;
}
.lb-album li
{
	float: left;
	margin: 10px;
	position: relative;
}
.lb-album li > a, .lb-album li > a img
{
	display: block;
}
.lb-album li > a
{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 0;
	background: #2b2b2b;
}
.lb-album li > a span
{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.56)), color-stop(100%, rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span
{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay
{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.56)), color-stop(100%, rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
}
.lb-overlay > div
{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3, .lb-overlay div p
{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3
{
	font-size: 32px;
	margin-top: 0;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
	text-shadow: none;
	color: #fff;
}
.lb-overlay div h3 span, .lb-overlay div p
{
	font-size: 16px;
	text-shadow: none;
	color: #fff;
}
.lb-overlay div h3 span
{
	display: block;
	line-height: 6px;
}
.lb-overlay div p
{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close
{
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img
{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target
{
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img
{
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close, .lb-overlay:target > div
{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale
{
 0% {
-webkit-transform: scale(0.6);
opacity: 0;
}
 100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes fadeInScale
{
 0% {
-moz-transform: scale(0.6);
opacity: 0;
}
 100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes fadeInScale
{
 0% {
-o-transform: scale(0.6);
opacity: 0;
}
 100% {
-o-transform: scale(1);
opacity: 1;
}
}
@-ms-keyframes fadeInScale
{
 0% {
-ms-transform: scale(0.6);
opacity: 0;
}
 100% {
-ms-transform: scale(1);
opacity: 1;
}
}
@keyframes fadeInScale
{
 0% {
transform: scale(0.6);
opacity: 0;
}
 100% {
transform: scale(1);
opacity: 1;
}
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
 height: 100%;
}
/* ================================
Contact
================================= */


/* ================================
Bottom widget
================================= */
ul.social-network
{
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li
{
	display: inline;
	margin: 5px 5px;
}
ul.social-network li a:hover span .fa-circle
{
	color: #FFF;
}
/* ================================
Footer
================================= */
footer
{
	background:#CCC;
	color: #000;
	padding: 15px 0 10px;
}


/* ================================
more media queries
================================= */

@media (max-width:768px) {
#intro
{
	background-image: url(../img/cleaningmate-good-pic);
	background-size: 100%;
}
#intro1
{
	background-image: url(../img/clenaingmate-logo.png);
	background-size: 100%;
}
.box-team, .box-team img
{
	text-align: center;
}
.box-team img
{
	float: none;
	margin: 0 auto;
}
.box-team
{
	margin-bottom: 30px;
}
}
 @media (max-width:992px) {
.service p
{
	margin-bottom: 60px;
}
}
 @media (max-width:480px) {
#intro
{
	background-image: url(../img//cleaningmate-good-pic.png);
}
#intro1
{
	background-image: url(../img/clenaingmate-logo.png);
}
}


img
{
	max-width:100%;height:auto;
}
.item1 ul
{

	list-style-image: url(../img/bullet-icon-red.png);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left:55px;
	margin-top:20px;
}
item1 ul li
{
	margin: 0;
	padding: 0;
}
.item1
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.icon
{
	width: 100%;
	height: auto;
	float: left;
}
.item2 ul
{
	list-style-image: url(../img/bullet-icon-green.png);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left:55px;
	margin-top:20px;
}
item2 ul li
{
	margin: 0;
	padding: 0;
}
.item2
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.icon2
{
	width: 100%;
	height: auto;
	float: left;
}
.item3 ul
{
	list-style-image: url(../img/bullet-icon-blue.png);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left:55px;
	margin-top:20px;
}
item3 ul li
{
	margin: 0;
	padding: 0;
}
.item3
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.icon3
{
	width: 100%;
	height: auto;
	float: left;
}










#top
{
	margin-top:10%;
	
}
#top-6
{
	margin-top:10%;
		
}
#top-1
{
	margin-top:1%;

}

h4
{
	color:#535353;
}
.section-right
{
	float:right;
}
.content
{
	width:40%;
	height:auto;
	float:right;
}
.aside
{
	width:270px;
	height:auto;
	float:right;
		margin-top:15%;
}
.aside-left
{
	width:270px;
	height:auto;
	float:right;
	margin-top:16%;
}
#top-1
{
	margin-top:15px;
}
#top-2
{
	margin-top:15px;
}
#top-3
{
	margin-top:15px;
}
#top-4
{
	margin-top:10px;
}
#top-0
{
	margin-top:25px;
}


/*contact*/
.banner
{
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	min-height: 335px;
	background-size: cover;
}
.section-form1
{
	width: 100%;
	height: auto;
}
.col
{
	width: 97%;
	height: auto;
	float: left;
	border: 10px;
	margin-top:10px;
}
.col input
{
	width: 100%;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;
	padding-left:10px;
}
.col_1
{
	width: 100%;
	height: auto;
	float: left;
	margin-top:15px;
}
.col_1 select
{
	width: 97%;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding-left: 10px;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;

	padding-left:5px;
}
.col_2
{
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	margin-top:15px;
}
.col_3
{
	width: 100%;
	margin-top: 10px;
}
.col_3 input
{
	width: 45%;
	height:35px;
	float: left;
	margin-top: 20px;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;
padding-left:10px;
}
.col_4 input
{
	width: 45%;
	height: 35px;
	float: left;
	margin-left: 47px;
	margin-top: 20px;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;padding-left:10px;
	
}
.col_4
{
	width: 100%;
	margin-top: 15px;
}
#s-col1 input
{
	width: 93%;
	height: 35px;
	float: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;
		margin-top: 15px;
	
}
#s-col2 input
{
	width: 100%;
	height: 35px;
	float: left;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;
		margin-top: 15px;
	
}
.m-text
{
	width: 100%;
	height: auto;
	margin-top:15px;
}
.m-text textarea
{
	width: 97%;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333;
	padding-left:10px;

		
}

.bg-captcha
{
	width: 99%;
	height: 35px;
	float: left;
	background: url(../img/captcha.png);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	background-position: center center;
	border-radius: 2px;
}
.green_btn_4
{
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #ff0000);
	background-image: -moz-linear-gradient(top, #ff0000, #ff0000);
	background-image: -ms-linear-gradient(top, #ff0000, #ff0000);
	background-image: -o-linear-gradient(top, #ff0000, #ff0000);
	background-image: linear-gradient(to bottom, #ff0000, #ff0000);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	border: none;
	outline: none;
	width: 121px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 1px;
	margin-right:15px;
}
.green_btn_4:hover
{
	background: #f77e7e;
	background-image: -webkit-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: -moz-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: -ms-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: -o-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: linear-gradient(to bottom, #f77e7e, #f57d7d);
	text-decoration: none;
}
.aside-box
{
	width: 100%;
	height: 100%;
	background-image: url(../img/cleaningmaid-contct-bg.png);
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 495px;
	background-position: left 10px;
	min-width: 400px;
	float: right;
}
.contact-home
{
	width: auto;
	height: 100%;
	float: left;
	margin-top: 70px;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
strong
{
	color: #F00;
}
.contact
{
	width: 85%;
	height: auto;
	float: left;
}
.contact-off
{
	width: auto;
	height: auto;
	float: left;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 28px;
	font-weight: bold;
}
.contact-email
{
	width: auto;
	height: auto;
	float: left;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 40px;
	font-weight: bold;
}
.contact-web
{
	width: auto;
	height: auto;
	float: left;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
	font-weight: bold;
}
.contact-web1
{
	width: auto;
	height: auto;
	float: left;
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}
#sec-top
{
	margin-top: 40px;
}
.map-section
{
	width: 100%;
	height: 100%;
	margin-top: 10px;
	text-align: center;
	background-image: url(../img/clenaingmaid-map.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 427px;
}
.f-text
{
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}
.banner-pic
{
	margin-top: 90px;
}
.cl-banner
{
	margin-top: 70px;
}
#cont
{
	margin-left: 18%;
}
.jumbron
{
	width: 100%;
	height: 100%;
	margin-top: 5px;
}
.limitation-text
{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#set
{
	margin-top: 40px;
}
.se-limit
{
	padding-left: 20px;
}
.co
{
	color: #F40000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bi
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom
{
	margin-bottom: 20px;
}
/*pestcontrol*/
.cl-banner1
{
}
.jumbotron
{
	color: inherit;
	background-color: #eee;
}
.banner-pic1 h1
{
	margin-top: 25%;
}
#sec-tab0
{
	height: 218px;
	float: left;
	background: url(../img/cl-small-banner1.png);
	background-repeat: no-repeat;
	width: 180px;
}
#sec-tab1
{
	height: 218px;
	float: left;
	background: url(../img/cl-small-banner2.png);
	background-repeat: no-repeat;
	width: 180px;
}
#sec-tab2
{
	height: 218px;
	float: left;
	background: url(../img/cl-small-banner3.png);
	background-repeat: no-repeat;
	width: 180px;
}
#sec-top
{
	margin-top: 40px;
}
.sec-btn
{
	width: 20px;
	height: 20px;
	float: left;
}
.te-p
{
	width: 270px;
	height: auto;
	float: left;
}
.te-p1
{
	width: 300px;
	height: auto;
	float: left;
}
.te-p0
{
	width: 250px;
	height: auto;
	float: left;
}
.sec-banner1
{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 5%;
}
.sec-banner2
{
	width: 90%;
	height: auto;
	float: left;
	margin-left: 10%;
}
#top
{
	margin-top: 20px;
}
#top-m
{
	margin-top: 30px;
	margin-left: 8%;
}
#lef-m
{
	margin-left: 9%;
}
#lef1-m
{
	margin-left: 8%;
}
#left2-m
{
	margin-left: 3%;
}
#heig
{
	margin-top: 3%;
}
.tr-sec1
{
	Width: 100%;
	height: auto;
	float: left;
}
.tr-icon-sec
{
	width: 57px;
	height: auto;
	float: left;
}
.tr-icon-sec1
{
	width: 210px;
	height: auto;
	float: left;
}
.tr-icon-sec1 h3
{
	width: 210px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}
.tr-icon-sec5
{
	width: 150px;
	height: auto;
	float: left;
}
.tr-icon-sec5 h3
{
	width: 150px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
}
.tr-icon-sec5 h3
{
	line-height: 25px;
	padding-left: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}
.tr-icon-sec1 h3
{
	line-height: 25px;
	padding-left: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: condensed;
}
.p-tr-text
{
	width: 100%;
	height: auto;
	float: left;
}
.p-tr-text p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	color: #000;
}
.p-tr-text-btn
{
	width: 100%;
	height: auto;
	float: left;
}
.p-tr-text-btn p
{
	color: #ff6600;
	font-weight: bold;
}
.tr-icon-sec3
{
	width: 170px;
	height: auto;
	float: left;
}
.tr-icon-sec3 h3
{
	line-height: 25px;
	padding-left: 10px;
	color: #333333;
}
.con-text
{
	width: 60%;
	height: auto;
	float: left;
}
.con-text1
{
	width: 105px;
	height: auto;
	float: left;
	margin-left: 40px;
	padding-top: 15px;
	color: #ff6600;
	font-weight: bold;
}
.con-text2
{
	width: 50px;
	height: auto;
	float: left;
	margin-left: 20px;
}
.con-text3
{
	width: 110px;
	height: auto;
	float: left;
	margin-left: 25px;
	padding-top: 15px;
	color: #ff6600;
	font-weight: bold;
}
.bottom-se
{
	width: 500px;
	height: 5px;
	float: left;
}
.sec-sp-box
{
	width: 100%;
	min-height: 400px;
	background-color: #ffefe5;
	float: left;
	border: 1px solid #CCC;
	height: 100%;
}
.sec-top
{
	width: 50%;
	height: auto;
	float: left;
}
#se-1
{
	margin-top: 3%;
}
.tex-list h3
{
	color: #131010;
	padding-left: 20px;
	padding-top: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
}
.text-list1
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
.text-list0
{
	width: 10px;
	height: auto;
	float: left;
	margin-left: 35px;
	margin-top: 7px;
}
.text-list2
{
	width: 85%;
	height: auto;
	float: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	color: #000;
	margin-top: 5px;
}
.green_btn_trns-btn
{
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #b82b2b);
	background-image: -moz-linear-gradient(top, #ff0000, #b82b2b);
	background-image: -ms-linear-gradient(top, #ff0000, #b82b2b);
	background-image: -o-linear-gradient(top, #ff0000, #b82b2b);
	background-image: linear-gradient(to bottom, #ff0000, #b82b2b);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	width: 100px;
	height: 35px;
	border: none;
	outline: none;
	width: 121px;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	float: right;
	margin-right: 30px;
}
.green_btn_trns-btn:hover
{
	background: #f77e7e;
	background-image: -webkit-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: -moz-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: -ms-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: -o-linear-gradient(top, #f77e7e, #f57d7d);
	background-image: linear-gradient(to bottom, #f77e7e, #f57d7d);
	text-decoration: none;
}
.text-list-button
{
	width: 100%;
	height: auto;
	float: left;
}
#tp
{
	margin-top: 30px;
}
.text-head
{
	width: 80%;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.tex-box
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
.p-bullets
{
	width: 10px;
	height: auto;
	float: left;
}
.p-text-list
{
	width: 250px;
	height: auto;
	float: left;
	margin-left: 5px;
}
.box-im
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.main-tab-box
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.banner-br
{
	width: 50%;
	height: auto;
	float: left;
}
.banner-br1
{
	width: 50%;
	height: auto;
	float: left;
}
.map-loc-text
{
	width: 20%;
	height: auto;
	float: right;
	text-align: left;
	margin-top: 12%;
	line-height: 17px;
}
.post-box
{
	width: 60%;
	height: 20px;
	float: left;
}
.post-box input
{
	width: 90%;
	height: 17px;
}
#text
{
	text-align: center;
	margin-bottom: 3%;
}
.border-text
{
	width: 80%;
	height: 30px;
	border: 1px solid #F30;
	text-align: center;
	margin-left: 10%;
	margin-top: 20px;
}
.border-text h5
{
	line-height: 10px;
	color: #000;
}
.border-text0 h5
{
	line-height: 10px;
	color: #000;
}
.border-text1 h5
{
	line-height: 10px;
	color: #000;
}
.sect-text-price
{
	margin-top: 20px;
}
.border-text0
{
	width: 80%;
	height: 30px;
	border: 1px solid #00aeef;
	text-align: center;
	margin-left: 10%;
	margin-top: 20px;
}
.border-text1
{
	width: 80%;
	height: 30px;
	border: 1px solid #ffcc00;
	text-align: center;
	margin-left: 10%;
	margin-top: 20px;
}
#get
{
	text-align: center;
	margin-top: 50px;
}
#text-he
{
	margin-top: 70px;
}
.item1 ul
{
	list-style-image: url(../img/bullet-icon-red.png);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left:55px;
	margin-top:20px;
}
item1 ul li
{
	margin: 0;
	padding: 0;
}
.item1
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.icon
{
	width: 100%;
	height: auto;
	float: left;
}
.item2 ul
{
	list-style-image: url(../img/bullet-icon-green.png);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left:55px;
	margin-top:20px;
}
item2 ul li
{
	margin: 0;
	padding: 0;
}
.item2
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.icon2
{
	width: 100%;
	height: auto;
	float: left;
}
.item3 ul
{
	list-style-image: url(../img/bullet-icon-blue.png);
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left:55px;
	margin-top:20px;
}
item3 ul li
{
	margin: 0;
	padding: 0;
}
.item3
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.icon3
{
	width: 100%;
	height: auto;
	float: left;
}
textarea input
{
	background-color: #ececec;
}

.sect
{
	width:auto;
	height:auto;
	float:right;
}











.navbar .brand, .navbar .nav > li > a:hover {
    color:#FFF;
	background-color:#F00;
}

.logo
{

	height:auto;
	float:left;
	margin-top:5px;
}


.cl-banner-5
{
	width:100%;
	height:auto;
	position:relative;
}

/*about*/
.banner-about
{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	background-color:#e5e5e5;
}
	
#sec-head
{
	padding-top:30px;
	padding-bottom:10px;
	
}
.cl-no
{
	width:20%;
	height:auto;
	float:left;
	text-align:left;
}
.cl-text
{
	width:70%;
	height:auto;
	float:left;
	padding-top:15px;
	margin-left:10px;
		text-align:left;
	
}
big
{
	font-family: 
	font-size:25px;
	
}
.cl-text-content
{
	width:100%;
	height:auto;
	float:left;
		text-align:left;
}
big
{
	font-family: 'Lato', sans-serif;
	font-size:25px;
	font-family:
	
}

#set-left
{
	margin:0;
}
.text-left
{
	margin-left:10px;
}
.text-narrow
{
	
	font-size:33px;
	color:#000;
	font-weight:300;
	
}
.big{
font-family: "Lato",sans-serif;
}
	