/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/
@font-face {
    font-family: 'oswald';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-demibold-webfont.eot');
    src: url('../webfonts/oswald-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-demibold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-demibold-webfont.woff') format('woff'),
         url('../webfonts/oswald-demibold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-demibold-webfont.svg#oswalddemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-extralight-webfont.eot');
    src: url('../webfonts/oswald-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-extralight-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-extralight-webfont.woff') format('woff'),
         url('../webfonts/oswald-extralight-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-extralight-webfont.svg#oswalddemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium.eot');
    src: url('../webfonts/oswald-medium.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium.woff2') format('woff2'),
         url('../webfonts/oswald-medium.woff') format('woff'),
         url('../webfonts/oswald-medium.ttf') format('truetype'),
         url('../webfonts/oswald-medium.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldmedium-italic';
    src: url('../webfonts/oswald-mediumitalic.eot');
    src: url('../webfonts/oswald-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-mediumitalic.woff2') format('woff2'),
         url('../webfonts/oswald-mediumitalic.woff') format('woff'),
         url('../webfonts/oswald-mediumitalic.ttf') format('truetype'),
         url('../webfonts/oswald-mediumitalic.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***** 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, 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-size:16px;
	line-height:1.3;	
}

strong {
    font-family: 'oswaldbold'!important;
}

h1 {
    font-family: 'oswaldmedium-italic'!important;
    font-size: 36px;
    margin-bottom: 10px;
	color:#000;
}

h2 {
    margin-top: 20px;
	color:#dc2128;
	font-size:34px;
}

h3 {
    font-family: 'oswaldbold'!important;
    font-size: 24px;
    margin-bottom: 5px;
	color:#000;
}

h5 {
    font-family: 'oswaldmedium-italic'!important;
    font-size: 18px;
    margin-bottom: 5px;
	color:#000;
}

h6 {
    font-family: 'oswaldmedium-italic'!important;
	font-size:13px;
	margin-bottom:10px;	
}
.white {color:#fff;}
.black {color:#000;}

.caption p {font-family: 'oswaldbold'!important;font-size: 20px;margin-bottom: 5px;color:#fff !important; text-transform: uppercase;}

/***** END RESET *****/

/***** FRAMEWORK *****/

body {
	width:100%;
    font-family: 'oswald'!important;
}



.sitewidth {
	padding:20px;
	width:100%;	
	max-width:1140px;
	margin:0 auto;
    box-sizing: border-box;
}

header {
	background:#FFFFFF;
	width:100%;
	padding:20px 0;
	text-align:center;
}

.header-contain, .container {
    max-width:1500px;
    padding:0 20px;
    margin:0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap:20px;
}
.logo {
    max-width:600px;
    width:58%;}
.logo img {
    max-width:100%;
}
.header-contact.mobile {
    display: none;
}
.header-contact p a {
    color:#000!important;
    white-space: nowrap;
	font-size: 34px;
}

.header-contact p {
	margin-top: 20px !important;
}

.head-finance img {
    max-width: 120px;
    box-sizing: border-box;
    margin:0 auto 5px auto;
    width:100%;
    height: auto;
}
.head-finance p {
    font-size: 14px;
    color:#000!important;
}
.head-finance:hover img {
    opacity: 0.8;
}


.mainlogo {
	max-width: 760px;
	width:99%;
	margin:0 auto;	
}

.half-page {
	width:48%;
	margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.one-third-page {
	width:30%;
	margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.two-third-page {
	width:66%;
	margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

#home-contact {
	background:#dc2128;
	padding:20px 10px;
}

.small-left {
	width:48%;
	margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

#middle-navigation {
    width: 100%;
    background: #f7f7f7;
    padding:0;
    border-bottom: solid 1px #b3b3b3;
    border-top: solid 1px #b3b3b3;
    display: flex;
    flex-direction: row;
}

#inventory-navigation {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 20px 10px 20px;
    border-bottom: solid 1px #b3b3b3;
    border-top: solid 1px #b3b3b3;
    box-sizing: border-box;
}

.equipment-container {
    max-width: 1140px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px auto;
    width: 100%;
    position: relative;
    z-index: 8;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.side {
    background: #fff;
    width: 340px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

#facebook {
     top: 320px; 
    height: auto;
    z-index: 999;
	left: -340px;
}

#facebookTab {
	top:-5px;
    display: block;
	height: 150px;
	width: 55px; 
	background:url(/siteart/facebook.png);
    position: absolute;
    left: 340px;
	z-index: 499;
}



.zoom-container {
	flex: 1;
	position: relative;
	margin:0;
	overflow: hidden;
	justify-content: center;
	border: none;
	align-items: center;
}
.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;
	background: rgba(0, 0, 0, .65);
	-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;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight:700;
	text-transform: uppercase;
	color: #fff;
	line-height:1.2;
}
.zoom-container:hover .zoom-caption {
	background: none;
}

.zoom-container-equipment 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;
}

.caption {
    padding: 10px 40px 5px;
    border: solid 3px #fff;
}


.home-contact h2 {
	margin-bottom:10px;	

}

.home-contact h3 {
	margin-bottom:10px;	
	font-size:24px;
	font-family: 'oswaldmedium-italic'!important;
}


.home-contact p {
	font-size:20px;
	line-height:1.3;	
}


.manu-home {
	background:#cdcdcd;
	padding:20px 10px;	
}

#boxlinks {
	margin-top:10px;
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1140px;
	margin:0 auto;
}

.linkbox {
	width: 18%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.linkbox-inside {
	width: 18%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.service {font-family: 'oswaldbold'!important;font-size: 24px;margin-bottom: 5px;color: #000;margin-top: 0;}

.bottom-service {font-family: 'oswaldmedium-italic'!important;font-size: 18px !important; margin-bottom: 5px; color: #000;}

#boxlinks-inv {
    display: flex;
    justify-content: space-evenly;
    max-width: 1140px;
    margin: 0 auto;
    align-items: center;
}

.inv-linkbox h2 {font-size:22px; margin-top:10px;}

.inv-linkbox {
	flex-basis: 9%;
    text-align: center;
}

.small-text {font-size: 13px; margin-bottom: 10px; font-family: 'oswaldmedium-italic'!important;}

.second-title {font-family: 'oswaldmedium-italic'!important;}

.linkbox img {
	max-width:150px;
	width:99%;	
}

.linkbox-inside img {
	max-width:150px;
	width:40%;	
}

.inv-linkbox img {
	max-width:100px;
	width:99%;	
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#manu-logos {
	margin-top:10px;
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1000px;
	margin:0 auto;
}

.manu-box {
	width: 23%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.product-box {
	width: 23%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
	*float:left;
}

.parts-product-box {
	width: 28%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
	*float:left;
}

.bold-titles  {font-family:'oswaldmedium-italic' !important; font-size: 18px; margin-bottom: 5px; color: #000; }


.manu-box img {
	max-width:260px;
	width:99%;	
}

.product-box img, .parts-product-box img {
	max-width:260px;
	width:99%;	
}

.google-maps {
	float:right;
    position: relative;
	padding-bottom:60%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
	margin-top:10px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.scrolling-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
}

.scrolling-wrap iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

.quick-description {
    background: #000;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.2;
}

.quick-image img {line-height: 0;width: 100%;}

.quick-image {line-height: 0;width: 48%;margin-right: 2%;margin-bottom: 20px; float:left;}

.quick-image a {
}

.quick-description h2 {font-size: 20px;font-weight: 600;margin-top: 0;}

.quick-description p {
}


footer {
	background:#000;
	color:#fff;
}	

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
    text-decoration:underline;
    font-family: 'oswald'!important;
    font-size:15px;
    color:#fff;   
}

a.footerlink:hover {
    text-decoration:none;
    font-family: 'oswald'!important;
    font-size:15px;
    color:#fff;
}

.footertext{
    font-family: 'oswald'!important;
    font-size:15px;
    color:#fff;
}

.smallfootertext{
    font-family: 'oswald'!important;
    font-size:13px;
    color:#fff;
}

.divfooter {
    max-width:700px;
	width:100%;
    text-align:center;
    margin:0 auto;
}

/***** FORM STYLES *****/

#text-field {
    width: 20%;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 1%;
}

textarea#comment {
    width: 84%;
	margin-bottom:10px;
}

.CaptchaPanel { 
	margin: 0px !important; 
	text-align: left !important; 
	padding: 0px !important; 
}

.submit-button {
    color: #fff;
    text-transform: uppercase;
	background: #e73e30; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3M2UzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e73e30 0%, #941e1e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e73e30 0%,#941e1e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e73e30 0%,#941e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e30', endColorstr='#941e1e',GradientType=0 ); /* IE6-8 */
	zoom:1;
    border: 1px solid #0b2874;
    padding: 10px 20px;
    border-radius: 5px;
}

.submit-button:hover {
	color:#000;	
}

.buttons {
	margin-top:20px;	
}

.pdf-link {
    color: #fff;
    text-transform: uppercase;
	background: #e73e30; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3M2UzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e73e30 0%, #941e1e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e73e30 0%,#941e1e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e73e30 0%,#941e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e30', endColorstr='#941e1e',GradientType=0 ); /* IE6-8 */
	zoom:1;
    border: 1px solid #0b2874;
    padding: 10px 20px;
    border-radius: 5px;
	margin-right:4%;
	margin-bottom:10px;
}



.pdf-link:hover, .pdf-link:active, .pdf-link:focus {
	color:#fff;
	text-decoration:underline;	
}


.video-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-video {
    flex: 1 0 48%;
    margin: 20px 1%;
    width: 560px;
}

.product-video iframe {
    width: 100%;
}
/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 930px) {
	.header-contact.mobile {
        display: block;
    }
    .header-contact.desktop {
        display: none;
    }
}

@media only screen and (min-width:879px) and (max-width: 1085px) {

}

@media only screen and (max-width: 767px) {
	
.half-page {
	width:98%;	
}
	
#text-field {
    width: 100%;
}

textarea#comment {
    width: 100%;
}
	
.product-box {
	width:31%;	
}
	
.two-third-page {
    width: 100%;
}

.one-third-page {
    width: 100%;
}	

#middle-navigation {flex-wrap:wrap;}
.zoom-container {flex-basis:100%;}

.video-container {
    display: flex;
    flex-direction: column;
}

.product-video {
    flex: 1;
    margin: 20px auto;
    max-width: 560px;
	width:100%;
	text-align:center;
}

.product-video iframe {
    width: 100%;
}
	
#boxlinks-inv {flex-wrap:wrap;}

.inv-linkbox h2 {
    font-size: 15px !important;
}

.inv-linkbox {
	flex-basis:18%;
}
.header-contain, .container {
      gap: 0;
}
    .header-contact h2 {
        font-size: 5vw;
    }
    .header-contact h2 a {
        white-space: normal;
    }
    .logo {
      max-width: 600px;
      width: 73%;
    }
    .head-finance {
        width:25%;
    }

}

@media only screen and (max-width: 500px) {
	
.small-left {
	width:98%;	
}

.inv-linkbox {
	flex-basis:18%;
}

.quick-image {width:100%;}

	
}

@media only screen and (max-width: 535px) {
	
.pdf-link {
    float: left;
    width: 100%;
    text-align: center;	
}

}







