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

.banner{
	width:100%;
	height:auto;
	margin-top:-3px;
}
.header{
	width:100%;
	height:auto;
	background:#f9f9f9;
}
.header_in{
	width:100%;
	max-width:1020px;
	height:auto;
	margin:auto;
}
.top{
	width:100%;
	max-width:1020px;
	height:auto;
}
.top_left{
	width: 238px;
	height: 97px;
	text-align: left;
	float:left;
}
.top_right{
	width: 333px;
	height: 75px;
	text-align: left;
	float: right;
	font-size: 11px;
	margin-top: 10px;
	line-height: 15px;
}
.top_right a{
	text-decoration:none;
	color:#000;
}
.top_right a:hover{
	text-decoration:none;
	color:#666;
}
.top_center{
	width: 32%;
	height: 29px;
	text-align: center;
	float: right;
	font-family: Courgette;
	font-size: 230%;
	font-style: italic;
	margin-top: 3%;
	margin-right: 8%;
	display:none;
}
.nav_left{
	width: 22%;
	height: 41px;
	float: left;
}
.nav{
	width:100%;
	max-width:1020px;
	height:41px;
	background:url(../images/nav_bg.png) repeat-x;
	position:relative;
	z-index:2;
}
.nav ul li{
	list-style:none;
	float:left;
	line-height:41px;
}
.nav ul li a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding-left:19px;
	padding-right:19px;
}
.nav ul li a:hover{
	background:#bc0606;
	color:#FFF;
}
.nav_act{
	background:#bc0606;
	color:#FFF !important;
}
.nav1{
	width:100%;
	min-width:640px;
	max-width:1020px;
	height:41px;
	background:url(../images/nav_bg.png) repeat-x;
	position:relative;
	z-index:2;
}
.nav1 ul li{
	list-style:none;
	float:right;
	line-height:41px;
}
.nav1 ul li a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding-left:19px;
	padding-right:19px;
}
.nav1 ul li a:hover{
	background:#ffac00;
	color:#000;
}
.banner_bottom{
	width: 100%;
	max-width: 1020px;
	height: auto;
	padding-top: 17px;
	padding-bottom: 17px;
}
.banner_bottom_left{
	width: 73%;
	height: auto;
	float: left;
	text-align: justify;
}
.banner_bottom_right{
	width: 24%;
	height: auto;
	float: left;
	margin-left: 3%;
}
.side-form-text{
	width: 99%;
	height: 20px;
	border: 1px solid #bebebe;
	margin-bottom: 8px;
	font-size: 12px;
	text-indent: 5px;
	outline: none;
}
.side-form-text1{
	width: 99%;
	height: 46px;
	border: 1px solid #bebebe;
	margin-bottom: 5px;
	font-size: 12px;
	text-indent: 5px;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
	outline: none;
}
.side-form-button{
	background: #000;
	color: #fff;
	border: none;
	float: right;
	cursor: pointer;
	border-radius: 67px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
}
.side-form-button:hover{
	background:#bc0606;
	color:#FFF;
}
.center{
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
}
.center_in{
	width: 100%;
	max-width: 1020px;
	height: auto;
	min-height:400px;
	margin: auto;
	text-align: justify;
}
.footer{
	width: 100%;
	max-width: 1020px;
	height: auto;
	margin: auto;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	color:#999;
}
.footer-left{
	width: 36%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
}
.footer-right{
	width: 45%;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 11px;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, "Times New Roman";
}
.footer-right a{
	padding-left:10px;
}
.social-wrapper{
	width: 175px;
	height: 32px;
	float: left;
	display:none;
	margin-left: 26px;
}
.social-box{
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 8px;
}
.social-box img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.gallery_wrapper{
	width: 100%;
	height: auto;
	margin-bottom: 31px;
}
.gallery_box{
	width: 31.318681319%;
	float: left;
	background-color: #F9F9F9;
}
.gallery_box:nth-child(2){
	margin: 0 3.021978022%;
}
.gallery_box_img{
	width: auto;
	height: auto;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	text-align:center;
	height: 180px;
	position:relative;
}
.gallery_box_img img{
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.gallery_box_img img:hover{
	cursor:pointer;
}
.gallery_box_img_dis{
	
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}
/******TABLE******/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:760px;
	border:1px solid #898989;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#ffffff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #898989;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background-color:#bc0606;
	border:0px solid #898989;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#FFF;
}
.CSSTableGenerator tr:first-child:hover td{

	background-color:#bc0606;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*-------------------------------------------------------------------*/

.c-section-two{
	width: 100%;
	height: auto;
	/* [disabled]padding-top: 12px; */
}
.contact-left{
	width: 50%;
	height: auto;
	float: left;
	background-image: url(../images/cont.jpg);
	background-position: 333px -10px;
	background-repeat: no-repeat;
	min-height: 179px;
	text-align: left;
}
.contact-left a{
	text-decoration:none;
	color:#000;
}
.contact-left a:hover{
	text-decoration:underline;
	color:#000;
}
.contact-right{
	width: 48%;
	height: auto;
	float: left;
	/* [disabled]margin-top: -32px; */
}
.input{
	width: 98%;
	height: 22px;
	margin-bottom: 11px;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.text{
	width: 98%;
	height: 100px;
	border: 1px solid #E8E8E8;
	font-size: 12px;
	margin-bottom: 11px;
	font-family: Arial, Verdana, Tahoma;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	resize: vertical;
}
.but{
	width: auto;
	height: auto;
	padding: 5px;
	border: none;
	background: #bc0606;
	color: #FFF;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	cursor:pointer;
}
.but:hover{
	background:#000;
}
.but2{
	width: auto;
	height: auto;
	padding: 5px;
	border: none;
	background: #000;
	color: #fff;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	cursor:pointer;
}
.but2:hover{
	background:#666;
}
.quotes_wrapper{
	width: 90%;
	height: auto;
	text-align: left;
	background-color: #F7F7F7;
	border-radius: 39px;
	line-height: 24px;
	font-style: italic;
	color: #333333;
	border: 1px solid #E9E9E9;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
	padding-left: 4%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}
.quotes{
	width: 90%;
	height: auto;
	display: none;
}
.quotes div:before{
	content: "\201C";
	font-size: 40px;
	position: absolute;
	margin-left: -22px;
	color: #666666;
}
.quotes div:after{
	content: "\201D";
	font-size: 40px;
	position: absolute;
	/* [disabled]margin-left: 3px; */
	color: #666666;
}
.quotes span{
	float: right;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.product-gallery{
	width: 100%;
	height: auto;
	margin-bottom: 29px;
}
.menu {
	width: 100%;
	height: 40px;
	padding: 0;
	margin-bottom: 10px;
}
.menu li { display: inline; }
.menu li a {
	padding: 10px;
	float: left;
	border-bottom: none;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
}
.menu li.active a {
	background-color: #bc0606;
}
.tab_section{
	width: 100%;
	height: auto
}
.services_box{
	width: 16.6666667%;
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	float: left;
}
.services_box_in{
	width: 98%;
	height: auto;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
.services_box_img{
	width: 98%;
	height: auto;
	margin: auto;
	padding-bottom: 2%;
	text-align:center;
}
.services_box_text{
	width: 98%;
	height: auto;
	margin: auto;
	text-align:center;
	font-weight:bold;
}
.services_tag{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:left;
	margin-bottom:20px;
	font-style:italic;
}
