﻿/*===================== 
	Color information
	

	-Red: #d52027;
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}

/*===================== 
		Font
=======================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	background:#000;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 24px;
		font-weight:700;
		color:#D37300;
		padding:2% 0 3% 0;
	}
	h2 {
		font-size: 22px;
		font-weight:700;
		color:#fD37300;
		padding:2% 0 1% 0;
	}
	h4 {
		font-size: 20px;
		font-weight:700;
		color:#D37300;
		padding:2% 0;
	}
	.hosted-content h3{
		font-size:24px;
	}

p {
	margin: 0;
	padding:0;
	font-size:16px;
	font-weight:400;
	padding:0 0 3% 0;
	color:#000;
	}

.bold{
    font-weight: bold;
	}
div.banner_text{
	background:#000;
	color:#fff;
	font-size:32px;
	text-align:center;
	padding:1% 0;
}
.locationpage {
	font-size: 22px;
    font-weight: 700;
    color: #000!important;
    padding: 2% 0 1% 0;
}
/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a.link,
a.link:link, 
a.link:visited, 
a.link:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:underline;
	}
	a.link:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #f7941e;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	border-bottom: 6px solid #d52027;
	background:#fff;
	}

header {
	margin: 0 auto;
	max-width: 1100px;
	padding:0 2%;
	}
.logo{
	float:left;
	padding:2% 0 1% 0;
}
.head_right{
	float:right;
}
.num{
	text-align:right;
	font-weight:300;
	font-size:24px;
	}
	.top{
		padding:2% 3% 1% 0;
	}
	.bottom{
		padding:0 3% 4% 0;
	}

/*===================== 
	nav styles 
=======================*/
/* See menumaker.css */

span.fa{
	padding: 0 8px 0 0;
}

/*===================== 
	slideshow styles 
=======================*/

/* ---- slideshow ---- */
#slideshow{position:relative;width:100%;height:550px;overflow:hidden;top:0;margin-bottom:0;z-index:1;}
#slideshow img{overflow:hidden;}

.cycle-slideshow img{
	width:100%;
}
/* pager 
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #d52027;}
.cycle-pager > * { cursor: pointer;}*/


/*===================== 
	banner styles 
=======================*/
.scrolling{
	width:100%;
	height:92px;
}
.banner {
	width:100%;
	height:92px;
	overflow:hidden;
}


/*===================== 
	content styles 
=======================*/
img.side_img{
	width:100%;
}
img.express{
	max-width:300px;
	padding:2% 0 10% 0;
}
.orangebtn{
	display:inline-block;
	zoom:1; 
	*display:inline;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa947+0,f7941e+100 */
	background: #ffa947; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa947 0%, #f7941e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa947 0%,#f7941e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa947 0%,#f7941e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa947', endColorstr='#f7941e',GradientType=0 ); /* IE6-9 */
	padding:2% 5%;
	color:#000;
	text-decoration:none;
	font-weight:700;
	}
	.orangebtn:hover{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7941e+0,ffa947+100 */
		background: #f7941e; /* Old browsers */
		background: -moz-linear-gradient(top, #f7941e 0%, #ffa947 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f7941e 0%,#ffa947 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f7941e 0%,#ffa947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941e', endColorstr='#ffa947',GradientType=0 ); /* IE6-9 */
	}
	.second{
		margin:0 0 0 4%;
	}
	
.btnWrap{
	display:block;
	margin:0 auto;
	text-align: center;
}
.orangebtn_inv{
	display:inline-block;
	zoom:1; 
	*display:inline;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa947+0,f7941e+100 */
	background: #ffa947; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa947 0%, #f7941e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa947 0%,#f7941e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa947 0%,#f7941e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa947', endColorstr='#f7941e',GradientType=0 ); /* IE6-9 */
	padding:1% 4%;
	margin:2% 4%;
	color:#000;
	font-size:16px;
	text-decoration:none;
	font-weight:700;
	align-self: center;
	}
	.orangebtn_inv:hover{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7941e+0,ffa947+100 */
		background: #f7941e; /* Old browsers */
		background: -moz-linear-gradient(top, #f7941e 0%, #ffa947 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #f7941e 0%,#ffa947 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #f7941e 0%,#ffa947 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941e', endColorstr='#ffa947',GradientType=0 ); /* IE6-9 */
	}
.img_wrap{
	float:left;
	width:20%;
	padding:0 2% 0 0;
}
.google-maps {
    position: relative;
    padding-bottom:25%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}
div.cutout{
	display:inline-block;
	zoom:1; 
	*display:inline;
	width:20%;
	padding:2%;
	-webkit-transition:width .3s ease;
	-moz-transition:width .3s ease;
	transition:width .3s ease;
	}
	div.cutout img{
		width:100%;
	}
	div.cutout:hover h4{
		color:#000;
	}
	a.cutout_link{
		text-decoration:none;
		text-align:center;
	}
	
.button_area{
	background:#f7941e;
	text-align:center;
	color:#000;
	padding:5px 0;
	}
	.button_area:hover{
		cursor:pointer;
	}
	a.btn_inv{
		display:inline-block;
		zoom:1; 
		*display:inline;
		text-decoration:none;
		width:160px;
		padding: 5px;
		margin: 1%;
		font-size:14px;
		color:#000;
		border:#000 solid 1px;
	}
	a.btn_inv:hover{
		background:#000;
		color:#f7941e;
	}
	
	.hosted-content .listings-detail-wrapper .information-box .row:nth-child(2n){
		background-color:#fff !important;
	}



	
/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}

.wrap {
	background:url('../siteart/site-bg.jpg') repeat;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0;
	}

.container {
	max-width: 1100px;
	margin: 0 auto;
	}
.container2 {
	margin: 0 auto;
	padding:2%;
	box-sizing: border-box;
	}
.col-1{
	padding:3%;
}
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { 
	width: 20%;
	float:left;
	padding:2%;
}
.col-1-3 { width: 33%;}
.col-1-2 { 
	width: 44%;
	float:left;
	padding:4% 0 4% 5%;
	}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background-color:#000;
	border-top: 1px solid #d52027;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #ccc;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #ccc;
		}

.footertext {
	font-size:13px; 
	color:#ccc;
	}

.smallfootertext {
	font-size:10px; 
	color:#ccc;
	}

.divfooter {
	max-width:650px; 
	text-align:center; 
	margin:0 auto;
	padding:3%;
	}
	
/*===================== 
   Responsive Styles
=======================*/
@media screen and (max-width:1030px) {
	.orangebtn_inv{
	padding:1% 4%;
	margin:2% 4%;
	font-size:14px;
	}
}
@media screen and (max-width:860px) {
.google-maps {
    padding-bottom:28%;
}
.orangebtn_inv{
	padding:1% 3%;
	margin:2% 3%;
	font-size:14px;
}
.btnWrap{max-width:685px;}
#slideshow{height:350px;}
}

	
/*===================== 
	faceted styles 
=======================*/
 
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .list-content .list-listing-mobile .view-listing-details-link {
	color: #000!important;
	background-color: #f7941e!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .list-content .list-listing-mobile .view-listing-details-link:hover {
	color: #fff!important;
	background-color: #399edc!important;
}

.faceted-search-content .selected-facets-container .selected-facet {
	color: #000!important;
	background: #f7941e!important;
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {
	color: #000!important;
	background-color: #f7941e!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
	color: #000!important;
	background: #f7941e!important;
	border: 1px solid #f7941e!important;
}














@media screen and (max-width:865px) {
.logo{
	float:none;
	display:block;
	margin:0 auto;
	padding:2% 0 1% 0;
}
.head_right{
	float:none;
}
header {
	padding:0;
}
.num{
	text-align:center;
	font-weight:300;
	font-size:18px;
	}
	.top{
		padding:2% 0 1% 0;
	}
	.bottom{
		padding:0 0 1% 0;
	}
.col-1-2 { 
	width: 92%;
	float:none;
	padding:4%;
	}
	.col-1-2 .side_img{
		display:none;
	}
.cycle-pager { 
     bottom: 0px;
}
.cycle-pager span { 
    font-size: 35px; 
}
.orangebtn_inv{
	padding:1% 3%;
	margin:2%;
	font-size:13px;
}
.btnWrap{max-width:570px;}
}

@media screen and (max-width:630px) {
.col-1-4 { 
	width: 95%;
	float:none;
	display:block;
	margin:0 auto;
	padding:2%;
	text-align:center;
}
.google-maps {
    padding-bottom:35%;
}
}
@media screen and (max-width:580px) {
.orangebtn_inv{
	display:block;
	width:85%;
	padding:1% 4%;
	margin:2% auto;
	font-size:14px;
}
div.cutout{width:27%;}
}
@media screen and (max-width:400px) {
.orangebtn{
	display:block;
	margin:2% auto;
	padding:2% 5%;
	}
	.second{
		margin:0;
	}	
.cycle-pager { 
     display:none;
}
.img_wrap{
	display:none;
}
div.cutout{width:40%;}
}
