/*


    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=Montserrat:400,500,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;}
.strong {font-weight:700;}
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;}

/***** END RESET *****/

/***** FRAMEWORK *****/

.site-width {max-width:1440px; padding: 0 10px; margin:0 auto;}

.one-third {width:30%; margin-right:4%; float:left;}
.two-third {width:66%; margin-right:4%; float:left;}

.videos {width:100%;}
.facebook-embed {width:21%; float:right;}

#welcome-home {
    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: 40px;
	text-align:center;
	}
	
#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-bg.jpg);
    padding: 40px;
	text-align:center;
}

#welcome-inv {
    margin: 0px auto;
    height: auto;
    padding: 40px;
	text-align:center;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight:500;
	color:#9e0204;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight:700;
	color:#9e0204;
	margin-bottom:20px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight:700;
	color:#fff;
	margin-bottom:20px;
}

.hosted-content h1 {color:#000; font-size:36px;}
.hosted-content h2 {color:#000;}
.hosted-content h3 {margin-bottom:10px;}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight:500;
	color:#000;
	margin-bottom:20px;
}

.red {color:#9e0204;}
.black {color:#000;}

#home-contact {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background:#242424 url(../siteart/home-contact-bg.jpg) no-repeat center;
	background-position:fixed;
	background-size: cover;
    padding: 20px 0;
}

#home-contact p, #home-contact a {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight:500;
	color:#fff;
}

#home-contact .one-third {text-align:center;}

.fa {color:#fff; font-size:21px; margin-right:4%;}

header {
	
	padding:20px;
    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);
    position: relative;	
	}

#header-contain {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1040px;
	padding:0 10px;
	margin:0 auto;
    float: right;
    width: 65%;
    margin-top: 50px;
}

.header-box {
	width:calc(16.67% - 20px);
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
	*float:left;
	/*padding:0 10px;*/
}

.logo {
    width: 30%;
    float: left;
    margin-bottom: 0;
}

.logo img {max-width:100%;}

.header-box img {max-width:100%; display:inline-block; max-height:125px;}

.facebook-feed {
    text-align: center;
	padding-right:4%;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin: 5px 0;
	background: #fff;
}
 
.scrolling{
    width:100%;
    height:92px;
}


.gray-area {background:#8e8e8e; padding:20px 0;}

#gray-section {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1440px;
	padding:0 10px;
	margin:0 auto;
}

.gray-box {
    width: 30%;
    position: relative;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.gray-box h3 {margin-bottom:20px;}

.gray-box p, .gray-box a {
	color:#fff;
	font-size:17px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	margin-right:100px;
}

#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: middle;
    display: inline-block;
	*float:left;
}

#inventory-links {margin:20px auto; max-width:1040px; padding:0 10px;}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

a.email-button {display:inline-block; padding:10px 40px; margin-bottom:20px; background:#000; color:#fff; font-family: 'Montserrat', sans-serif; font-weight:500;}

.contact-info-home {
	background:#7c0000;
	padding:30px 50px;
	width:34%;
	float:left;
}
	
.contact-info-home p {
	color:#fff;
	font-weight:500;	
}
	
.google-map {
    position: relative;
    padding-bottom: 20%;
    overflow: hidden;
    width: 100%;
}

.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}

.youtube-video iframe,
.youtube-video object,
.youtube-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.floating-links {
	position: fixed;
	right: 0;
	z-index: 3000;
	top: 15%;
}
.facebook {
	position: absolute;
	right: 0px;
	z-index: 3000;
	transition: 1s ease all;
}
/*.facebook:hover {
	right: 400px;
}*/
.facebook .fa {
	background: #174170;
	padding: 75px 20px;
	color: #FFF;
	font-size: 40px;
	border-radius: 5px 0px 0px 5px;
	text-shadow: 3px 4px 1px #102d4d;
	cursor: pointer;
	transition: .2s ease all;
}
.facebook .fa:hover {
	background: #1d5798;
	text-shadow: 3px 4px 1px #143a63;
}
.facebook-box {
	position: absolute;
	left: 65px;
	top: 0px;
	-webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.26);
	box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.26);
	background: #FFF;
}
.facebook:hover .facebook-box {/*! right: 0; */
}

/*Toggle */

.show-facebook {right: 402px;}

/* ZOOM */

.zoom-container-home {
	float:left;
    width: 33.33%;
	*width:31%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    border: none;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container-home 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-home .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	-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-home .zoom-caption h3 {
	display: block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight:700;
	padding: 15px 0;
	text-transform: uppercase;
	color: #fff;
	margin: 10% 0 0;
	background: rgba(0, 0, 0, 0.6);
	background: #000 \9;
}

.zoom-container-home:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container-home:hover .zoom-caption {
	background: none;
}

.zoom-container-home.inventory {
	width:30%;
	margin-right:3%;	
	margin-bottom:10px;
}

.zoom-container-home.parts {
	width:46%;
	margin-right:3%;	
	margin-bottom:10px;
	float:none;
}

.zoom-container-home.parts .zoom-caption  h3 {
	margin: 38% 0 0;
	font-size: 21px;
}

.zoom-container-home.inventory .zoom-caption  h3 {
	margin: 38% 0 0;
	font-size: 21px;
}

.container.cf {
	text-align:left;
}

/***** FOOTER *****/

footer {color:#fff; background:#000; padding:20px 0;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px; 
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px; 
}

.footertext{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px; 
	color:#fff;
}

.smallfootertext{
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px; 
	color:#fff;
}

.divfooter {
	max-width:850px; 
	text-align:left; 
	margin:0 auto;
	float:left;
}

/***** RESPONSIVE STYLES *****/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 960px) {

.zoom-container-home .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
    color: #fff;
    margin: 5% 0 0;
    background: rgba(0, 0, 0, 0.6);
    background: #000 \9;
}

}

@media only screen and (max-width: 767px) {
	
.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.facebook-embed {display:none;}

.slider-pro {max-width:100% !important;}

#header-contain {width:100%;}

.header-box {width:48%; margin-bottom:10px;}

	
.one-third, .two-third {width:100%; margin-right:0; float:none;}

.contact-info-home {
    background: #7c0000;
    padding: 30px 50px;
    width: 100%;
    float: none;
	text-align:center;
}

.zoom-container-home {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    border: none;
    max-height: 130px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zoom-container-home .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
    color: #fff;
    margin: 6% 0 0;
    background: rgba(0, 0, 0, 0.6);
    background: #000 \9;
}

.zoom-container-home.parts {
	width:100%;
	margin-right:0;	
	margin-bottom:10px;
	float:none;
	max-height:none;
}


#home-contact p, #home-contact a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
}
	
.gray-box {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}	

#inventory-links {
    margin: 20px auto;
    max-width: 1040px;
    padding: 0 10px;
    text-align: center;
}

.zoom-container-home.inventory {
    width: 75%;
    margin: 10px auto;
    float: none;
	max-height:250px;
}

.zoom-container-home.inventory .zoom-caption h3 {
    margin: 25% 0 0;
    font-size: 21px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #9e0204;
    margin-bottom: 20px;
}
	
}


@media only screen and (min-width: 1440px) {
.zoom-container-home .zoom-caption h3 {
	font-size:30px;
}

.zoom-container-home.inventory .zoom-caption  h3 {
	margin: 32% 0 0;
	font-size: 21px;
}

}








