@charset "utf-8";
@font-face {
	font-family: 'HelveticaCondensed';
	src: url('fonts/Helvetica-Condensed.eot');
	src: url('fonts/Helvetica-Condensed.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
	src: url('fonts/Helvetica-Condensed.woff') format('woff'), url('fonts/Helvetica-Condensed.ttf') format('truetype'), url('fonts/Helvetica-Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gadugi';
	src: url('fonts/gadugi.eot');
	src: url('fonts/gadugi.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
	src: url('fonts/gadugi.woff') format('woff'), url('fonts/gadugi.ttf') format('truetype'), url('fonts/gadugi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gadugib';
	src: url('fonts/gadugib.eot');
	src: url('fonts/gadugib.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
	src: url('fonts/gadugib.woff') format('woff'), url('fonts/gadugib.ttf') format('truetype'), url('fonts/gadugib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Normalize all browsers style*/
ul, ol, body, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'gadugi';
	font-weight: bold;
}
a {
	text-decoration: none;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img {
	max-width: 100%;
	border:0px solid;
}
body {
	font-family: 'HelveticaCondensed',Helvetica, sans-serif;
	font-size: 12px;
	/*background: url(../images/bg.png) repeat;*/
	background-color:#ffffff;
	color: #151515;
}
input:focus, textarea, select {
	outline: none;
	border: none;
}
/*Home page style start*/


.clear {
	clear: both;
}
.left {
	float: left!important;
}
.right {
	float: right!important;
}
.container {
	width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
}
header {
	text-align: center;
	padding: 15px 0;
	/*overflow: hidden;*/
	z-index:999;
	height:98px;
}
.logo {
	float: left;
	margin-bottom: -8px;
    margin-top: -8px;
}
nav.menu {
	float: right;
}
nav.menu ul li a {
	color: #151515;
	font-size: 18px;
	line-height: 67px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
nav.menu ul li a:hover, nav.menu ul li a.active {
	color: #0072bb;
}
.col {
	float: left;
}
.span_2 {
	width: 20%;
}
.span_3 {
	width: 25%;
}
.span_4 {
	width: 30%;
}
.row {
	clear: both;
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	width:100%;
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
	left: 10px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
	right: 10px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	
}
.bx-wrapper .bx-controls-direction .bx-prev{
	margin-left:-40px;	
}
.bx-wrapper .bx-controls-direction .bx-next{
	margin-right:-40px;	
}



.bx-wrapper .bx-controls-direction {
	display: none;
}
.bx-wrapper:hover .bx-controls-direction {
	display: block;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.span_9 {
	width: 73.93617021276596%;
}
.homeslider a {
	display: block;
	text-align: center;
}
.bx-wrapper img {
	margin: 0 auto;
}
.slider {
	position: relative;
}
.slider ul li {
	position: relative;
}
.slider ul li h1 {
	position: absolute;
	left: 57%;
	top: 15%;
	padding: 15px 30px;
	background-color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-size: 50px;
	width: 38%;
	font-weight: normal;
	font-family: 'gadugi';
}
.errormessage {
	color:#f00;
	float: none;
    font-family: gadugi;
    font-size: 14px;
    padding: 0;
}
.successMsg {
	color:green;
	float: none;
    font-family: gadugi;
    font-size: 14px;
    padding: 0;
	visibility: hidden;
}
/*
.successmessage {
	color:#046706;
	padding:5px 0;
}*/
.red {
    border-color: #f00 !important;
}
.locator {	
	sbackground-color:#0072bb;
	background-image: url("../images/bg-note.png");
	background-repeat:repeat;
	dbackground-color: rgba(0, 114, 188, 0.7);	
	min-height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0 15px 0;
}
.locator h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	padding: 0px 0 20px 0;
}
.locator select {
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
	height: 40px;
	line-height:40px;
	max-width: 275px;
	width: 100%;
	color: #5c5c5c;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	font-family: "HelveticaCondensed";
}
.button {
	background: #fc5f00;
	border: none;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	padding:0 15px;
	text-decoration:none;
}
.aboutus {
	margin: 20px 0 20px;
	padding: 10px 20px 30px;
	background: url(../images/div_bg.png) repeat-x bottom;
}
.aboutus h1 {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.aboutus h2 {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #0b3166;
	margin-bottom: 15px;
}
.aboutus p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #4d4c4c;
	margin-bottom: 15px;
	font-family: 'gadugi';
}
.aboutus a {
	text-align: center;
	font-family: "HelveticaCondensed";
	font-size: 18px;
	font-weight: bold;
	color: #fc5f00;
	background: url(../images/arrow.png) right 5px no-repeat;
	padding: 0 20px 0 0;
}
.botbg {
	width: 1024px;
	max-width: 100%;
	height: 17px;
	margin: 30px auto 0px;
	background: url(../images/div_bg.png) repeat-x bottom;
}
.projects {
	margin: 20px 0 35px;
}
.projects h1 {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.projects h2 {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	color: #0b3166;
	margin-bottom: 35px;
}
.projimg {
	float: left;
	width: 50%;
}
.projimg img {
	width: 100%;
}
.projtext {
	float: right;
	width: 50%;
	padding: 50px 13% 50px 50px;
}
.projtext.l {
	padding: 50px 50px 50px 13%;
}
.projtext h1 {
	text-align: left;
	font-size: 34px;
}
.projtext p {
	text-align: left;
	line-height: 28px;
	font-size: 18px;
	font-family: 'gadugi';
	color: #4d4c4c;
}
.projtext a.link {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #fc5f00 url(../images/arrow2.png) right 12px no-repeat;
	padding: 6px 38px 6px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	font-family: "HelveticaCondensed";
}
.pricefinder {
	min-height: 170px;
	padding: 5px 0 10px 0;
	/*background-image: url('../images/finderbg.jpg');*/
	background-color:#0072bb; /*rgba(0,0,0,0.6)*/
	background-attachment: fixed;
	width: 100%;
	float:left;
}
.pricefinder h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	padding: 0px 0 10px 0;
}
.pricefinder p {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 0px 0 20px 0;
}
.pricefinder select {
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
	height: 40px;
	line-height:40px;
	max-width: 275px;
	width: 100%;
	color: #5c5c5c;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	font-family: "HelveticaCondensed";
}
.clients {
	margin-top: -15px;
	margin-bottom: 15px;
}
.clients h1 {
	margin-bottom: 10px;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	text-shadow:0px 1px 0px #000000;
}
footer {
	background: #00418a;
	amargin-top: 30px;
	float:left;
	width:100%;
}
footer .col {
	padding: 0 15px;
	margin: 20px 0px 0px 0;
	min-height: 150px;
	font-size: 15px;
}
footer .col h3 {
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: "HelveticaCondensed";
	text-shadow: 0 1px 1px #5c5c5c;
}
footer .col li {
	padding-bottom: 10px;
	color: #000000;
	text-transform: uppercase;
}
footer .col ul.contact li span {
	padding-left: 30px;
	padding-bottom:10px;
}
footer .col li a {
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
}
footer .col li.phone span {
	background: url(../images/phoneblk.png) no-repeat;
}
footer .col li.msg a {
	background: url(../images/msgblk.png) no-repeat;
	padding-left:30px;
	 text-transform: none;
}
footer .col li.map span {
	background: url(../images/map-blk.png) no-repeat left 3px;
	display:inline-block;
	padding-bottom:0;
}
footer .col p, footer .col p a {
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
}
footer .col p.copy {
	font-size: 14px;
	margin-top: 5px;
}
footer .subscribe {
	margin-top: 20px;
}
footer .subscribe input[type="text"] {
	border: none;
	height: 40px;
	font-size: 14px;
	color: #4b4b4b;
	padding: 0 8px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}
footer .subscribe button[type="submit"] {
	background: #fc5f00;
	border: none;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	height: 20px;
	width: 40%;
	height: 36px;
	text-align: center;
	float: right;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "HelveticaCondensed";
	cursor: pointer;
}
/** ABOUT US
===================================*/

.innerbanner {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
.innerbanner img {
	width: 100%;
}
.info {
	background-color: #0072bb;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
}
.info h1 {
	text-align: center;
	background: url(../images/div_bg2.png) repeat-x center center;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.info h1 span {
	background-color: #0072bb;
	padding: 0 10px;
}
.aboutleft {
	width: 25%;
	float: left;
	padding-right: 30px;
}
.aboutleft ul {
	margin-top: 20px;
}
.aboutleft ul li {
	border-bottom: 1px solid #bebebe;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/arrow3.png) no-repeat 0 7px;
	padding-left: 25px;
}
.aboutleft ul li.last {
	border-bottom: none;
}
.aboutleft ul li a {
	font-size: 19px;
	color: #3c3c3c;
}
.aboutleft ul li a:hover, .aboutleft ul li a.active {
	color: #fc5f00;
}
.aboutright {
	width: 75%;
	border-left: 1px solid #bebebe;
	padding-left: 50px;
	float: right;
	margin-top:10px;
	padding-bottom: 20px;
}
.aboutright h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 6px;
	color: #080812;
}
.aboutright p {
	font-size: 18px;
	line-height: 26px;
	color: #3c3c3c;
	margin-bottom: 15px;
	sfont-family: 'gadugi';
	text-align: justify;
}
/** PRODUCT
===================================*/
.aboutright .productdiv {
	clear: both;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 30px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
.aboutright .productdiv.last {
	border-bottom: none;
}
.aboutright .productdiv img {
	float: left;
	margin: 0 50px 30px 0;
}
.aboutright .productdiv img.right {
	float: right;
	margin: 0 0 30px 50px;
}
/** CONTACT US
===================================*/

.contactleft {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.contactleft h1 {
	font-size: 24px;
	color: #080812;
	margin-bottom: 20px;
}
.contactleft ul.contact li {
	padding-left: 60px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	/*font-family: 'gadugi';*/
	margin-bottom: 20px;
	min-height: 40px;
}
.contactleft li a {
	font-size: 20px;
	color: #333;
	/*font-family: 'gadugi';*/
}
.contactleft li.phone {
	background: url(../images/phone1.png) no-repeat;
}
.contactleft li.msg {
	background: url(../images/msg1.png) no-repeat;
}
.contactleft ul.contact li.map {
	background: url(../images/map1.png) no-repeat;
	line-height: 30px;
}
.contactright {
	width: 50%;
	float: right;
	border-left: 1px solid #ccc;
	padding: 0 0 50px 15%;
}
.contactright h1 {
	font-size: 24px;
	color: #080812;
	margin-bottom: 10px;
}
.contactright p {
	font-size: 16px;
	color: #434343;
	font-family: 'gadugi';
}
.contactright .subscribe {
	margin-top: 20px;
}
.contactright .subscribe input[type="email"], .contactright .subscribe input[type="text"], .contactright .subscribe select {
	border: none;
	height: 40px;
	font-size: 14px;
	color: #a1a1a1;
	padding:7px 0px 8px 8px ;
	width: 100%;
	border-radius: 2px;
	margin-bottom: 10px;
	border: 2px solid #cdcdcd;
	background: none;
	font-family: 'gadugi';
}


.contactright .subscribe textarea {
	border: none;
	height: 100px;
	font-size: 14px;
	color: #a1a1a1;
	padding: 0 8px;
	width: 100%;
	border-radius: 2px;
	margin-bottom: 10px;
	border: 2px solid #cdcdcd;
	background: none;
	font-family: 'gadugi';
}
.contactright .subscribe input[type="submit"] {
	float: right;
}
/** PRICE
===================================*/
.pricetop {
	width: 35%;
	float: left;
	margin-bottom: 40px;
	clear: both;
}
.pricetop h1 {
	font-size: 26px;
	color: #494949;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.pricetop p {
	font-size: 18px;
	color: #c51c1c;
	font-family: 'gadugi';
}
.pricetop .pricefilter {
	margin-top: 40px;
}
.pricetop .pricefilter p {
	color: #4b4b4b;
	margin-bottom: 5px;
}
.pricetop .pricefilter select {
	border: none;
	height: 40px;
	line-height:40px;
	font-size: 14px;
	color: #6f6e6e;
	padding: 0 8px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d3d2d2;
	box-shadow: inset 0px 0px 9px rgba(91,91,91,0.18);
	background: #fff;
	font-family: 'gadugi';
}
.pricetop .pricefilter .button {
	background: #166496;
	min-width: 160px;
	margin: 10px 0 0 0;
}
.pricetop .pricefilter .cancle {
	background: #62717a;
	float: right;
}
.priceresult {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	clear: both;
}
.priceresult h1 {
	font-size: 26px;
	color: #494949;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.priceresult ul li {
	font-size: 16px;
	color: #434343;
	font-family: 'gadugi';
	padding: 0 0 10px 18px;
	background: url(../images/list.png) no-repeat 0 10px;
}
table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
}
table tr.head {
	background: #fc5f00;
	color: #fff;
}
table tr {
	color: #434343;
	font-family: 'gadugi';
	font-size: 18px;
}
table tr td {
	padding: 10px 10px;
	border: 1px solid #a5a5a5;
}
/** DEALERS
===================================*/
.dealertop {
	width: 35%;
	float: left;
	margin-bottom: 40px;
}
.dealertop.right {
	border-left: 1px solid #a5a5a5;
	padding: 0 0 0 15%;
	width: 50%;
}
.dealertop h1 {
	font-size: 24px;
	color: #494949;
	margin-bottom: 10px;
}
.dealertop p {
	font-size: 18px;
	color: #c51c1c;
	font-family: 'gadugi';
}
.dealertop .dealerfilter {
	margin-top: 20px;
}
.dealertop .dealerfilter p {
	color: #4b4b4b;
	margin-bottom: 5px;
}
.dealertop .dealerfilter select {
	border: none;
	height: 40px;
	line-height:40px;
	font-size: 14px;
	color: #6f6e6e;
	padding: 0 8px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #d3d2d2;
	box-shadow: inset 0px 0px 9px rgba(91,91,91,0.18);
	background: #fff;
	font-family: 'gadugi';
}
.dealertop .dealerfilter select > option {
	border-right:#ccc solid 1px;
}
.dealertop .dealerfilter .button {
	background: #166496;
	width: 100%;
	margin: 10px 0 0 0;
}
.dealerbottom {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	border-top: 1px solid #a5a5a5;
	padding: 30px 50px 0 50px;
}
.dealertab {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.dealertab a {
	font-size: 18px;
	color: #777267;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	background: #e0d9c8;
	width: 30%;
	float: left;
	position: relative;
}
.dealertab a:hover, .dealertab a.active {
	color: #fff;
	background: #fc670e;
	border-right: 1px solid #e0d9c8;
}
.dealertab a.active span, .dealertab a:hover span {
	background: url(../images/arrow4.png) no-repeat;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -10px;
	width: 19px;
	height: 11px;
}
.dealerdiv {
	width: 100%;
	float: left;
}
.dealermap {
	width: 700px;
	height:400px;
	float: left;
}
.dealerdiv .dealerdetails {
	width: 45%;
	float: left;
	border: 1px solid #d3d2d2;
	box-shadow: inset 0px 0px 24px rgba(139,139,139,0.22);
	background: #fff;
	padding: 10px 15px 70px;
	position: relative;
	margin-bottom: 30px;
}
.dealerdiv .dealerdetails p {
	font-size: 16px;
	color: #454545;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: 'gadugi';
}
.dealerdiv .dealerdetails a {
	color: #fc670e;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 15px 0 0;
	width: 50%;
	float: left;
	text-align: center;
	border-top: 1px solid #cacaca;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.dealerdiv .dealerdetails a span {
	background: url(../images/arrow3.png) no-repeat right center;
	padding-right: 17px;
}
.dealerdiv .dealerdetails a.right {
	right: 0;
	left: auto;
	border-left: 1px solid #cacaca;
}
.dealerdiv .dealerdetails a:hover, .dealerdiv .dealerdetails a.active {
	color: #fff;
	background: #508bb0;
}
.dealerdiv .dealerdetails a:hover span, .dealerdiv .dealerdetails a.active span {
	background: url(../images/arrow3hover.png) no-repeat right center;
}
/** ALL POPUPS
===================================*/
#popup_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.3;
	z-index: 999999;
	background-color: #000;
}
#close-btn {
	float: right;
	margin: 15px 15px;
	z-index: 999999;
	position: relative;
}

/*------DEALER DETAIL POPUP----*/

#dealerdetailpopup {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	z-index: 9999999;
	overflow-x: auto;
	overflow-y: scroll;
}
#dealerdetailpopup .dealerview {
	width: 650px;
	margin: 10px auto;
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .75);
	box-shadow: 0 0 9px rgba(0, 0, 0, .75);
}
#dealerdetailpopup .dealerview h1 {
	font-size: 24px;
	color: #fff;
	background: #fc670e;
	line-height: 50px;
	text-align: center;
}
.detail_view {
	float: left;
	width: 100%;
	padding: 30px;
}
.detail_view p {
	float: left;
	width: 100%;
	padding: 0 0 15px;
	font-family: 'gadugi';
	font-size: 18px;
	color: #2f2f2f;
}
.detail_view label {
	float: left;
	width: 40%;
	padding: 0 10px 0px 0;
	font-weight: bold;
}
.detail_view span {
	float: left;
	width: 60%;
	color: #545353;
	font-weight: normal;
}
.detail_view a.getsms {
	float: left;
	height: 40px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #fc5f00;
	padding: 0 15px;
	border-radius: 5px;
	color: #504f4f;
	font-family: 'gadugi';
	font-size: 18px;
	margin: 20px 20px 0 0;
}
.detail_view a.getsms:hover, .detail_view a.getsms.active {
	color: #fc670e;
}
.getsms > img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.mobileno {
	float: left;
	clear: both;
	width: 55%;
	margin: 20px 0 0 0;
}
.mobileno p {
	padding: 0 0 8px;
	font-family: 'gadugi';
	color: #4f4f4f;
}
.mobileno input[type="text"] {
	height: 30px;
	width: 100%;
	border: #b7b7b7 solid 1px;
	padding: 0 7px;
}
.mobileno .button {
	background: #166496;
	height: 30px;
	text-transform: none;
	float: right;
	margin: 10px 0 0 0;
}

/*------DEALER MAP POPUP----*/

#dealermappopup {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	z-index: 9999999;
	overflow-x: auto;
	overflow-y: scroll;
}
#dealermappopup .dealermap {
	width: 650px;
	margin: 10px auto;
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .75);
	box-shadow: 0 0 9px rgba(0, 0, 0, .75);
}
.detail_map {
	width: 100%;
	height: 500px;
}
.inline { 
	display: inline-block;
	max-width:275px;
	width:100%;
	margin:0 20px 0 0;
}
/*=========pm=========*/
.Emphesis-containt{
	color: #fff;
    float: left;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
}
.msg-slider{
	color: #fc5f00;/*#e64900;*/
    float: left;
    font-size: 24px;
    line-height: 38px;
    padding-top: 9px;
    text-align: left;
    text-shadow: 0 1px 0 #e2e2e2;
	padding-left: 24px;
	width:94%;
}
.slide-msg{	
	background-image: url("../images/bg-slide.png");
	background-repeat:repeat;
	sbackground-color: rgba(255, 255, 255, 0.7);
    sfont-family: "gadugi";
    font-size: 50px;
    font-weight: normal;
    left: 60%;
    padding: 15px 15px;
    position: absolute;
    font-size:42px;
    top: 9%;
    width: 32%;
	color:#080812;
	text-shadow: 0 1px 0 #e2e2e2;
	text-align:center;
}
 @-moz-document url-prefix() {
.slide-msg{
    font-size:42px;
}
.msg-slider{
	font-size:24px;
}
}
h1{
	margin-bottom: 10px;
    margin-top: 20px;
	font-size: 24px;
	font-family:"gadugi";
}	
.col-md-8{
	padding-bottom:30px;
}
.col-md-6{
	border-right: 1px solid #ccc;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-right: 2%;
    width: 49%;
}
.col-md-6-1{
    float: left;
    width: 49%;
	margin-top: 20px;
    padding-bottom: 25px;
}
.col-md-8 p,.col-md-6 p,.col-md-6-1 p{
	 font-size: 18px;
    padding-bottom: 10px;
    text-align: justify;
	color:#333;
	line-height: 28px;
}
.readmore-link {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #fc5f00 url(../images/arrow2.png) right 12px no-repeat;
	padding: 6px 38px 6px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 10px;
	font-family: "HelveticaCondensed";
	line-height:28px;
}

.item-with-ul>.touch-button{
		float:left;
		background:none;
		top:8px;
		right:-20px;
}
.list-menu-li{
	z-index:111;
	float:left;
	position:relative;
}
.list-sunbmenu{
	float:left;
	min-width:250px;
	box-shadow: 0 4px 4px;
	
}
.itemlist-with-ul{
	cursor:pointer;
}
.list-sunbmenu li a{
	line-height:25px!important;
	padding:15px;
	background-color:#fbfbfb!important;
	font-size:16px!important;
}
.list-sunbmenu > li {
    border-bottom: 1px solid #cccccc;
    float: left;
}
.span_5 {
    width: 33.333333%;
}

.caption {
    float: left;
    font-family: gadugi;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}
.product-list {
    float: left;
    height: auto;
    margin:0px 0px 5px 0px;
	cborder: 1px solid #cccccc;
	box-shadow: 0 1px 5px 2px #c6c6c6;
    width: 100%;
	text-align:center;
}
.product-list > img {
    float: left;
    height: auto;
    width: 100%;
}
.product-info{
	float:left;
	width:100%;
	font-size:24px;
	color:#0072bb;
}
.priner-size{
	height:240px !important;
}
figcaption {
    text-align: center;
    width: 100%;
	color:#ffffff;
	font-size:14px;
	font-family:gadugi;
	text-shadow: 0 0px 1px #000000;
}
.contentp {
    min-height: 520px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, h1, h2, h3, h4, h5, h6, p , a, button[type="submit"], .dealerdiv .dealerdetails p strong, .detail_view label {
		font-weight:normal !important;
    }
::i-block-chrome, .locator select, .pricefinder select, .dealertop .dealerfilter select, .pricetop .pricefilter select {
	text-indent:10px;
}
}