/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700,700i');


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 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:18px;
	line-height:1.3;
}

a {
	font-family: 'Fira Sans', sans-serif;
	font-weight:400;
	color:#fff;
	font-size:18px;
	line-height:1.3;
}

strong {
	font-size:700;	
}

a:hover {
	color:#ed3c34;	
}

.green {
	color:#00a651;
}

h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:36px;	
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:28px;	
	margin-bottom:5px;
}

h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:26px;	
	margin-bottom:5px;
}

h4 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:20px;	
	margin-bottom:5px;
}

/***** END RESET *****/

/***** FRAMEWORK *****/

#top-contact {
    background: #000;
    width: 100%;
    padding: 5px 0;
    text-align: right;
}

.header-contact p {
	color:#fff;
	font-size:12px;
	font-weight:400;
	font-style:italic;
}

header {
	width:100%;
	background:url(../siteart/bark-background.jpg);
	background-size:cover;	
}

.logo {
    float: left;
	position:relative;
	z-index:999;
}



.site-width {
	max-width:1040px;
	width:100%;
	margin:0 auto;
	padding:0 10px;	
}

.contain {
	padding:20px 0;	
}

.one-third {
	width:32%;
	float:left;
	margin-right:4%;	
}

.two-third {
	width:64%;
	float:left;
	margin-right:4%;
}

#welcome {
    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/main-image.jpg'); 
	padding-top:30px;	
}

.main-text {
	margin:30px 0;
	text-align:center;	
}

.main-text h1, .contain h1 {
	margin-bottom:10px;	
}

.home-image {
	float:left;
	width:60%;
	margin-top:30px;
}

.home-image img {
	width:100%;	
	border:solid 2px #00a651;
}

.home-links {
	float:right;
	width:40%;
	margin-top:30px;
}

.home-link-box {
    background: #000;
    border-top: solid 2px #00a651;
    height: 19.85%;
	border-right: solid 2px #00a651;
	display:table;
	width:100%;
}

.link-vertical {
    display: table-cell;
    vertical-align: middle;
	*display:inline-block;
}

.home-link-box.last {
    border-bottom: solid 2px #00a651;
}

.home-link-box a {
	font-family: 'Fira Sans', sans-serif;
	font-weight:400;
	font-size:28px;
	color:#fff;	
	padding-left: 5%;
}

.home-link-box a:hover {
	color:#ed3c34;	
}

.home-map {
	padding:30px 0;	
}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	padding-bottom:10px;
	margin-top:10px;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

#sod-list {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    max-width: 700px;
    margin: 0 auto;
}

.sod-text {
	width: 22%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
	
}

#sod-list li {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:20px;	
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}


.black-box {
	width:100%;
	padding:20px 0 10px;	
	background: rgba(0, 0, 0, .6);
}

.sod-contain {
	text-align:center;	
}

ul.sod-list li {
	float:left;	
}

ul.sell-list {
	list-style:disc;
	max-width:700px;
	margin:0 auto;
	text-align:left;	
	margin-top:15px;
}

.sell-list li {
	display:list-item;	
	font-family: 'Fira Sans', sans-serif;
	font-weight:500;
	color:#fff;
	font-size:15px;	
	margin:10px;
}

.circle {
	width: 10px;
	height: 10px;
	background: #00a651;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display:inline-block;
}

#text-field {
    width: 100%;
    margin: 10px 0;
    padding: 10px 5px;
    border: solid 2px #0ca356;
	font-family: 'Fira Sans', sans-serif;
}

#comment {
    width: 100%;
    margin: 10px 0;
    padding: 10px 5px;
    border: solid 2px #0ca356;
	font-family: 'Fira Sans', sans-serif;
}

#submit {
    padding: 10px;
	background: #0ca356;
	color:#fff;
	border:none;
	font-family: 'Fira Sans', sans-serif;
}

.CaptchaPanel {
    text-align: left !important;
}

.CaptchaMessagePanel {
	color:#fff;
	font-family: 'Fira Sans', sans-serif;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {  
   color: #000;
}

/***** FOOTER *****/

footer {
	width:100%;
	background:url(../siteart/bark-background.jpg);
	background-size:cover;	
	padding:20px 0;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Fira Sans', sans-serif;
	font-size:13px;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Fira Sans', sans-serif;
	font-size:13px;
}

.footertext{
	font-family: 'Fira Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.smallfootertext{
	font-family: 'Fira Sans', sans-serif;
	font-size:10px; 
	color:#fff;
}

.divfooter {
	max-width:600px; 
	text-align:right; 
	float:right;
}


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#276037 !important;}

.list-content .listing-portion-title {
    color: black;
}
.list-content .list-title .list-title-text {
    color: #276037;
}
.detail-content .dealer-info h3 {
   color: black;
}

.detail-content h4{
	color: black;
}

.listing-description {
    color: black;
}

.modal-bg .modal-top h2 {
    color: black !important;
}

.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {
    color: black;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#276037 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #276037 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #276037 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}


h2.no-listings-found {color:#000 !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) {
	
}

@media only screen and (min-width:879px) and (max-width: 1085px) {

}

@media only screen and (max-width: 767px) {
	
.logo {
	float:none;
	width:100%;
	text-align:center;	
}

h1 {
	font-size:30px;	
}

.site-width {
	padding:0;	
}

.divfooter {
    max-width: 600px;
    text-align: right;
    float: right;
    padding: 0 10px;
}
	
}


@media only screen and (max-width: 600px) {
.home-links {
    float: right;
    width: 100%;
    margin-top: 0;
}

.home-image {
    float: none;
    width: 100%;
    margin-top: 0;
}

.home-link-box {
    background: #000;
    border-left: solid 2px #00a651;
    height: 19.85%;
    border-right: solid 2px #00a651;
    display: table;
    width: 100%;
}

#welcome {
	padding:30px 10px 0;	
}

.one-third {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
}

.two-third {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
}

.circle {
	display:none;	
}

.sod-text {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin: 10px 0;
}

.sell-list li {
    display: list-item;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    margin: 10px;
}

}





