﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
/***** BEGIN RESET *****/

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
	font-family:Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
article, aside, figure, footer, header, nav, section {
    display: block;
	border:none;
	margin:0;
	padding:0;
}

.facebook-feed {margin-top:-40px;}

.contact-top a {
	text-decoration:none;
	color:#000000;
}

.contact-top a:hover {
	color:rgba(196,0,3,1.00); 
}

.contact-bottom a {
	text-decoration:none;
	color:#000000;
}

.contact-bottom a:hover {
	color:rgba(196,0,3,1.00); 
}



.clear {
	clear:both;
}

.container {
	width:100%;
	
}

.testvidwrap {
	width:100%;
}

.dropdown-menu {
position: absolute !important;
	background-color: white;
	border: 2px solid;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700 !important;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;

}

#wrap input[type="text"] {
	border-color:transparent !important;
}



.form-paragraph {padding: 20px 0 35px;}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  right: 0;
  bottom: 0;
  width: 100%;

}

.video-container {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.vidoverlay {
 background: #c40103;
  opacity: .8;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 25px;
  box-sizing: border-box;
  padding: 25px;
  line-height: 1.5;
  text-align: center;
	width: 700px;
}

.vidoverlay > h2 {font-family: Arial, sans-serif; color: white !important; text-transform: uppercase !important; font-weight: 900; font-size: 22px; margin-bottom: 10px !important;}
.vidoverlay > h3 {font-family: Arial, sans-serif; color: white !important; text-transform: uppercase !important; font-weight: 700; font-size: 18px; margin-bottom: 20px !important;}

.vidoverlaybtn > a {
    height: 20px;
    background-color: #fff;
    color: black;
	text-align: center;
    text-decoration: none;
    padding: 15px 0;
    font-weight: 700;
margin: auto;
	width: 80%;
	display: block;
}

.vidoverlaybtn > a:hover {background-color: black !important; color: white !important; transition-duration: 0.5s !important;}


.fb-page
{margin:10px;}



@media screen and (max-width:1000px) {	
.vidoverlay {
	width: 600px;
}

.vidoverlay > h2 {font-size: 20px; color: white; margin-bottom: 10px !important;}
.vidoverlay > h3 {font-size: 16px; color: white; margin-bottom: 20px !important;}	
	
}

@media screen and (max-width:769px) {	
.vidoverlay {
	width: fit-content; margin: 0;
}

.vidoverlay > h1 {font-size: 18px; margin-bottom: 10px !important;}
.vidoverlay > h2 {font-size: 15px; margin-bottom: 10px !important;}	
	
}

@media screen and (max-width:600px) {	
.vidoverlay {
	width: fit-content; margin: 0; padding: 15px;
}

.vidoverlay > h2 {font-size: 16px; color: white !important; margin-bottom: 10px !important;}
.vidoverlay > h3 {font-size: 13px; color: white !important; margin-bottom: 10px !important;}	
	
}


.myredbtn {width: 24%;
    background-color: #c40003;
    color: white;
	text-align: center;
    text-decoration: none;
    padding: 20px 40px;
    font-weight: 700;
	width: fit-content;
	display: block;
	clear: both;
}
.myredbtn:hover {background-color: black !important; color: white !important; transition-duration: 0.5s !important;}


.newdivide1 {width: 60%; display: table-cell !important; vertical-align: top; float: none !important; padding-right: 25px;}
.newdivide2 {width: 39.9%; display: table-cell !important; vertical-align: top; float: none !important;}
.divwrap {display: flex;}

@media screen and (max-width:1000px) {
	.newdivide1 {width: 100%; display: block !important; vertical-align: top; float: none !important; padding-right: 0px;}
.newdivide2 {width: 100%; display: block !important; vertical-align: top; float: none !important;}
.divwrap {display: block;}
}



/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/***** END RESET *****/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
} 

/**--------------------
		HEADER	
---------------------*/
.logo {
	width:255px;
	height:auto;
	float:left;
	margin:0 0 0 50px;
}
.logo2 {
	display:none;
	width:auto;
	height:74px;
	float:none;
	margin:0 0 0 50px;
}

.upper{
	width: -moz-calc(100% - 355px);
	width: -webkit-calc(100% - 355px);
	width: -o-calc(100% - 355px);
	width: calc(100% - 355px);
	margin:30px 50px 0 0;
	float:left;
	text-align:right;
}

.upper a {
	font-size:14px;
	text-decoration:none;
	margin-right:50px;
	color:rgba(196,0,3,1.00);
	font-weight:700;
}

.upper a:hover {
	color:#000000;
}



.review {background:#c40103; color:#fff !important;width:100% !important; margin:0 auto !important;text-align:center !important;}
.welcome.review p {    width: unset !important;
    text-align: center !important;}
.welcome.review {padding: 40px 0;}
.welcome.review h2{text-transform: uppercase !important;font-weight: 900;}
.review-paragraph {width: 60%;margin: 0 auto 100px;}
/***** Faceted Inventory *****/

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-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 .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link, .modal-content .form-bottom .captcha-and-submit .captcha-placeholder button {background:rgba(196,0,3,1.00) !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {background: #333 !important;text-transform: uppercase; letter-spacing: 1px;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button {background: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {float:none;}
.modal-content .modal-top .modal-title, .listing-description, .list-content .listing-portion-title, .list-content .list-title .list-title-text, .detail-content .dealer-info h3, .dealer-info, .detail-content-mobile .dealer-info h3, .fin-calc p, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {color:#000 !important;}


@media screen and (max-width: 920px)  {
.upper {
	display:none;
}

.upper a {
	margin-right:0;
}

.logo2 {
	display:inline-block;
}

.logo {
	display:none;
}}

/**----------------
	 HOMEPAGE			
-------------------*/

.slideshow {
  position: relative;
  overflow: hidden;
  height:500px;
}
.images {
  background:url(/siteart/collage_slide.jpg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: slideshow 50s linear infinite;
}
@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}

.images {
  ...
   
  /* Hey browser, use your GPU */
  transform: translate3d(0, 0, 0);
}

@keyframes moveSlideshow {  
  100% { 
    -webkit-transform: translateX(-200%);  
  }
}

.three {
	display:flex;
	width:100%;
	height:60px;
	margin:0;
	background: rgba(196,0,3,1.00);
	
	
}

.onethree {
	width:24%;
	height:20px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:20px 0;
	background:rgba(196,0,3,1.00); 
	font-weight:700;
}

.onethree.middle {
	border-right:1px #fff solid;
	border-left:1px #fff solid;
}

.onethree:hover {
	background:#A70002;
}

.welcome {
	padding:50px 10%;
	clear: both;
	display: flow-root;
}

.welcome p {
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: -o-calc(100% - 360px);
	width: calc(100% - 360px);
	float:left;
	margin-top:20px;
	line-height:25px;
}

.welcome img {
	float:left;
	width:360px;
	height:auto;
	margin:-30px auto 0;
}

h1 {
	font-family:Haettenschweiler, "Arial Black", sans-serif;
	font-size:25px;
}

@media screen and (max-width:1300px) {
	.welcome img {
		margin-top:0;
	}}
@media screen and (max-width:1000px) {
	.welcome img {
		display:none;
	}
	
	.review-paragraph {    width: 90%;
    margin: 0 auto 140px;}
	
	.welcome p {
		width:100% !important;
		padding-bottom: 15px;
	}
	
	.welcome iframe {
		margin:auto !important;
		float: none !important;
		width: 100% !important;
	}
	
	.three {
	margin-bottom:20px;
	font-size:14px;
}
	.onethree {
	width:100%;
	border-top:1px #fff solid;
}

	.onethree.middle {
	border-left:none;
	border-right:none;
}}
	
@media screen and (max-width:500px) {
.review-paragraph{
margin: 0 auto 170px;}
}
@media screen and (max-width:450px) {
.review-paragraph{
margin: 0 auto 220px;}
}
	
@media screen and (max-width:499px) {
.three {
	margin-bottom:20px;
	font-size:14px;
}
.onethree {
	width:100%;
	border-top:1px #fff solid;
}

.onethree.middle {
	border-left:none;
	border-right:none;
}}

/*---------------------
    CONTACT PAGE
----------------------*/

.inner-page{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 90%;
	max-width: 1650px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.CaptchaPanel {display: flex;flex-direction: column;}

/*
.contact {
	margin-left:5%;
	width:30%;
	float:left;
}

.contact p {
	margin-top:10px;
}

.contact a {
	text-decoration:none;
	color:#000000;
}

.contact a:hover {
	color:rgba(196,0,3,1.00); 
}

h4 {
	color:rgba(196,0,3,1.00); 
}

*/

/*---------------------
		FORM
----------------------*/
/*
#form {
	width:65%;
	float:left;
	}

	*/
	
.formhalf {
	width:45%;
	margin:0 2.5%;
	float:left;
}

.fields2 {
	width: 100%;
	margin:10px 0;
	float:left;
}

#comments {
	padding-bottom:68px;
}

.message {
	padding-bottom:100px !important;
}

.formcontact {
	float:left;
	width:100%;
	margin-bottom:20px;
}

#form input {
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	border:2px solid #ECECEC;
	float:left;
	width:100%;
	margin:10px 0;
}


input[type="submit"]{
	text-align:center;
	width:30%;
	background-color:#E4A302;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
    border-radius: 5px;
    margin-top:35px; 
	margin-left:33%;
	font-weight:700;
}

input[type="submit"]:hover{  
	cursor:pointer;
	color:#000;
}

.column3 {margin:5px 0;}

.column3 input[type="text"] {
    padding: 6px 5px;
    font-size: 13px;
    background-color: #b4b4b4;
    display: inline-block;
    border: none!important;
    color: white;
    width: 65%;
	border-radius:3px;
	font-weight:700;
}
.CaptchaAnswerPanel {
    padding: 5px 5px 10px 5px;
    width: 90%;
	margin-left:2%;
}
.column3 input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
	width:30%;
	margin-left:34%;
	background-color:#000000;
	color:#fff;
	box-shadow: 2px 2px 2px #000;
	padding-top:10px;
	padding-bottom:10px;
   -webkit-border-radius: 5px;
    border-radius: 5px;
}

.column3 input[type="submit"]:hover{
	color:#fff;
}
/*  EXPANDER
------------------------------------------------*/	
.toggle.expander.expanded {
	display: none;
}

a.expander.toggle.column3.submit-button.collapsed {
    width: 50%;
    background: #343434;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	margin:10px 25% 0;
}

a.expander.toggle.column3.submit-button2.collapsed {
    width: 100%;
    background:#3e3e3e;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
	margin-top:10px;
    color: #AFAFAF;
    font-size: 12px;
    text-transform: uppercase;
	text-decoration:none;
}

.text-link.expander.collapsed {
	visibility: visible;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
}
	
.text-link.expander.expanded {
	color: #fff;
}

.text-link.expander.collapsed {
}
	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#767475;
	background:#000;	
	outline-style:none;
	border:1px #0f355b solid;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
	
.toggle.expander.collapsed:hover {
	text-decoration:none;
	background:#000;
}

 .capthca {
	width:100%;
	margin:0 auto;
	color:#767475;
	line-height:19px;
	text-align:center;
}

.capthca a{
	color:#767475;	
}

.capthca input{
	margin:0;
	float:none;
}

@media screen and (max-width:1100px) {
#form {
	width:100%;
	margin:10px 0 0;
}
.contact {
	margin-left:0%;
	width:100%;
	text-align:center;
	margin-top:50px;
}
}

@media screen and (max-width:500px) {
.formhalf{
	width:100% !important;
}}

/*==============================
	      FOOTER			
================================*/	
.footer {
	width:100%;
	background:rgba(196,0,3,1.00);
	float:left;
	margin:0;
}

.footeraddress {
	float:left;
	color:#fff;
	width:30%;
	margin:60px 0 0 10%;
	font-size:16px;
}

.footeraddress a{
	color:#fff;
	text-decoration:none;
}

.footerphone {
	float:right;
	text-align:center;
	margin:30px 10% 0 auto;
}

.footerphone a{
	color:#fff !important;
	text-decoration:none;
}

.footerphonenumber {	
	border:2px #fff solid;
	padding:10px 20px;
	margin:10px auto;
	color: white !important;
}

.footerphonenumber > a {	
	color: white !important;
}

.sandhillsfooter {
	width:100%;
	text-align:center;
	color:#FFACAD;
	margin:0 0 30px;
	font-size:10px;
	float:left;
}

.sandhillsfooter a {
	color:#FFACAD;
	text-decoration:none;
	font-size:10px;
}

.hiddenfooter {
	display:none;
}

@media screen and (max-width:920px) {
		
	.three {
		display: none;
	}
}

@media screen and (max-width:630px) {
	.footeraddress {
		width:80%;
		text-align:center;
	}
	
	.footerphone {
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}

}
/*---------------------
		HVR-BOB
----------------------*/

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
	/*
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	*/	
	
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}


@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

a.hvr-bob2 img {
	 width: 85px;
}

@keyframes hvr-bob2 {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob2-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob2-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob2 {
	/*
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	*/	
	
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.hvr-bob2:hover, .hvr-bob2:focus, .hvr-bob2:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
