/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/

@import 'https://fonts.googleapis.com/css?family=Fira+Sans:400,700';



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}


.right {margin-right:0 !important;}

p, a{
	font-size:18px;
	color:#000066;
	line-height:1.2;
	font-family: 'Fira Sans', sans-serif;
}

a:hover {color:#990000;}

h1, h2, h3, h4, h5, h6 { font-family: 'Fira Sans', sans-serif;}

h1 {font-size:36px; font-weight:700; color:#000066;}

h2 {font-size:34px; font-weight:700; color:#000066;}

h3 {font-size:26px; font-weight:700; color:#000066; margin-bottom:10px}

h5 {font-size:22px; font-weight:700; color:#000066; margin-bottom:5px}

strong {font-weight:700;}
b {font-weight:700;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 7px solid #990000;
}

img.facility{
	max-width:100%;
    border: solid 5px #900;
}

/***** END RESET *****/

/***** FRAMEWORK *****/
.column-count {column-count: 2; column-gap: 20px; width: 90%; margin: 0 auto;}
.width-90 {width: 90%; margin: 0 auto; padding: 10px 0;}
/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.8);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000;
	border: 1px solid #990509;
	padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup h2 { color:#990509}
.overlay .popup {
                background:#F5F5F5;
                border:3px solid #fff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -250%;
    left: -100%;
}

.site-width {max-width:1040px; padding:0 20px; margin:0 auto;}

.one-third {
	width:32%;
	float:left;
	margin-right:4%;	
}

.two-third {
	width:64%;
	float:left;	
	margin-right:4%;
}

.half-page {
	width:48%;
	margin-right:4%;
	float:left;	
}

header {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/header-bg.jpg);
    padding: 10px 0;
}

.header-right {
    float: right;
	text-align:center;
	width:52%;
}

img.header-logo {
    margin: 0;
	display:inline-block;
	width:16%;
}

.logo {
	float:left;
	width:30%;
}

.logo img {
		max-width:400px;
	width:100%;
}

.home-contact {
	margin:20px 0;	
}

#welcome {
	padding:20px 0;	
    background: url(../siteart/main-bg.jpg);
}

.container {
	width:100%;
	max-width:none;
	background:#fff;	
}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	margin:10px 0;
}

.service-list {margin-top:5px;}

.service-list li {
	margin-left:25px;
	font-size:16px;
	color:#000066;
	line-height:1.2;
	font-family: 'Fira Sans', sans-serif;
	list-style:square;
}

.hosted-content span, .updated {color:#000;}
.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

.listings-wrapper .listing-largecard .listing-largecard-spec {
    line-height: 20px;
    color: #000;
}

#boxlinks {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1020px;
	margin:30px auto;
}

.linkbox {
	width: 30%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.google-map {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.column3 {
    width: 50%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.detailed-search input[type="text"] {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
	color:#000;
}

input[type="submit"] {
width: 100%;
    margin: 5px 0;
    padding: 7px 7px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #990000;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;

}

textarea {
    width: 98%;
	margin-top:10px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    padding: 4px 8px;
	min-height:100px;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
	color:#fff;
}

/***** ZOOM *****/

.zoom-container {
	float:left;
	width: 16.666667%;
	margin:0;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding:0 5px;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption h4 {
	display: block;
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	font-weight:700;
	color: #fff;
	margin: 35% 0 0;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	line-height:1.2;
}

.zoom-container:hover .zoom-caption {
	background: none;
}


/***** FOOTER *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
	color:#000;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
}

.footertext{
	font-family: 'Fira Sans', sans-serif;
	font-size:16px; 
	color:#000;
}

.smallfootertext{
	font-family: 'Fira Sans', sans-serif;
	font-size:16px; 
	color:#000;
}

.divfooter {
	max-width:700px; 
	text-align:right; 
	margin:0 auto;
}

footer {background:#cdcdcd; padding:20px 0;}

.footer-nav li a {
	font-family: 'Fira Sans', sans-serif;
	font-size:16px; 
	color:#000 !important;
	font-weight:700;
	line-height:1;
}


/*  faceted inventory styles
------------------------------------------------*/
.body-wrapper a {
	line-height: normal !important; font-size: 12px !important;
}
.body-wrapper {padding: 15px !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {padding-left: 5px !important;    margin-top: 5px !important;line-height: 16px !important;}
.faceted-search-content .selected-facets-container .selected-facet,.view-listing-details-link, .buy-now-link,.compare-listings-container .compare-container .button,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.detail-content .detail-additional-data .data-row .data-label,.contact-options a,.detail-content-mobile .detail-contact-bar .contact-bar-btn,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input {background: #990000 !important;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,.list-content .list-title .list-listings-count,.error-message {color: #990000 !important;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,.compare-listings-container .compare-container .compare-price,.currency-selector {color:#000066 !important; }
.detail-content .dealer-info .phone-and-email .send-email-btn { color:#000066 !important; border-color:#000066 !important;}
.compare-chkbox-container .compare-listings .compare-label {margin-bottom: 6px !important; margin-left: 5px !important;}
.compare-chkbox-container .compare-listings .fa-check {top: 5px !important;
    left: 1px !important;}
.contact-info-heading h2 {font-size: 28px !important;}
.detail-content-mobile .detail-additional-data .data-row .data-label,.list-content .list-container .list-listing .buy-now-link, .list-content .list-container .list-listing .contact-btn, .list-content .list-container .list-listing .check-availability, .list-content .list-container .list-listing .email-seller, .list-content .list-container .list-listing .video-chat, .list-content .list-container .list-listing .facebook-messenger, .list-content .list-container .list-listing .whatsapp, .list-content .list-container .list-listing .text,.list-content .list-listing-mobile .contact-options a,.fin-calc-mobile>a,#calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn {background:#000066 !important; }
.disclaimer {font-size: 13px !important;}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/***** RESPONSIVE STYLES *****/
@media only screen and (min-width: 768px) and (max-width: 1101px) {

.zoom-container .zoom-caption h4 {
	font-size:18px;	
}

}

@media only screen and (max-width: 950px) {
	.column-count{column-count: 1;}
}
@media only screen and (max-width: 767px) {
	
.zoom-container .zoom-caption h4 {
	font-size:16px;	
}

.logo {width:100%; text-align:center;}

img.header-logo {
    margin: 0;
    float: none;
	width:25%;
}

.header-right {
    float: none;
    width: 100%;
    text-align: center;
}

}

@media only screen and (max-width: 680px) {
	
.logo {width:100%; text-align:center; margin:0 auto; float:none;}

.one-third, .two-third {width:100%; margin:10px 0;}

}

@media only screen and (max-width: 400px) {
	
.zoom-container .zoom-caption h4 {
	font-size:16px;	
}

.zoom-container {
	width:50%;
}
}










