/*


    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=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Teko:400,500,600,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;
    font-family: 'Open Sans', sans-serif;

}

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;
}
.absolute{position: absolute;}
a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

/***** END RESET *****/
.blue {
    color: #0002da;
}

.white,
.white a.white {
    color: #fff !important;
}

h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

h4 {
    font-size: 20px;
}

.black-wrap {
    padding: 20px;
    box-sizing: border-box;
    background: #222;

}

.flex-container h2 {
    flex-basis: 100%;
}

.hosted-content label,
.hosted-content strong,
.hosted-content div,
.hosted-content p,
.hosted-content h1,
.hosted-content h2,
.hosted-content h3,
.hosted-content h4,
.hosted-content h5,
.hosted-content h6,
.hosted-content a,
.hosted-content span,
.hosted-content b {
    color: #000;
}

.white {
    color: #fff !important;
}

.red {
    color: #9e0b0f;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

p {
    line-height: 1.5;
    font-size: 18px;
}

.home-content-container p {
    font-size: 20px;
}

.clear {
    clear: both;
}

.container {
    background: rgba(255, 255, 255, 0.8);
}

/* SEARCH */

/***** FRAMEWORK *****/

.top-blue {
    padding: 5px;
    background: #0002da;
}

.top-social {
    max-width: 1460px;
    margin: 0 auto;
    text-align: right;
}

.top-social a,
.top-social i {
    color: #fff;
    font-size: 21px;
    margin-left: 10px;
}

.inv-list {
    margin: 5px;
}

.inv-list li {
    margin: 5px 0;
}

.site-width {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex-container {
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    *behavior: url(/css/boxsizing.htc);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header-container {
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    *behavior: url(/css/boxsizing.htc);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#main-search {
    display: none;
}

.logo {
    flex: 1 0;
    margin: 10px 0;
}

header {
    border-bottom: solid 3px #0002da;
}

.right-header {
    flex: 3 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-header {
    flex: 1 0;
    display: flex;
    flex-basis: 100%;
    margin-top: auto;
}

.logo img {
    max-width: 100%;
}

.header-location {
    flex: 1 0 auto;
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    display: flex;
}

.header-location h4 {
    font-size: 24px;
}

.header-location a {
    font-size: 20px;
}

.contact-header i,
.contact-header p,
.contact-header a {
    display: block;
    line-height: 1.3;
    margin: 5px 0;
    font-weight: 600;
    color: #000;
}

.hero-image {
    height: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    justify-content: center;
}

.hero-content {
    width: 65%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    padding-left: 11%;
    box-sizing: border-box;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    position: absolute;
    z-index: 99;
}

h1.hero {
    flex-basis: 100%;
    color: #fff;
    font-size: 40;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

p.hero {
    color: #fff;
    flex-basis: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

a.hero-button {
    background: #0002da;
    color: #fff;
    border: solid 2px #fff;
    padding: 10px 5%;
    margin-top: 20px;
    text-transform: uppercase;
}

.side {
    background: #fff;
    width: 300px;
    height: 300px;
    position: fixed;
    z-index: 100;
}

.blue-ctas {
    background: #0002da;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.flex-container.home-cta {
    margin: 10px auto;
}

.home-cta .flex-1 {
    flex: 1 0 20%;
}

.blue-ctas h2 {
    color: #fff;
    font-weight: 600;
}

.blue-ctas-no-pad {
    background: #0002da;
    text-align: left;
    color: #fff;
    padding-top: 20px;
}

.blue-ctas-no-pad h2 {
    color: #fff;
    font-weight: 600;
}

.equipment-cta .flex-1 {
    flex: 1 0 25%;
    text-align: center;
}

.featured-small {
    height: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}

.page-welcome {
    max-width: 1240px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 39;
    text-align: center;
    width: 100%;
}

.page-welcome h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-welcome p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.black-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(99, 99, 99, .6);
}

#facebook {
    width: 300px;
    height: 350px;
    top: 290px;
    left: -300px;
    z-index: 99999;
}


input#keywords {
    width: 10;
}

form.quick-search {
    display: flex;
    flex-direction: row;
}

input#keywords {
    flex: 4 0 auto;
    padding-left: 10px;
}

button.quick-button {
    flex: 1 0 auto;
    background: #0002da;
    border: none;
    padding: 5px 10px;
}


.quick-button i {
    color: #fff;
}


#facebookTab {
    display: block;
    height: 145px;
    width: 45px;
    background: url(../siteart/facebookbutton.png);
    position: absolute;
    left: 300px;
    top: 0px;
    overflow: visible !important;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}

#main-content {
    padding-top: 40px;
}

h2.main.blue-border {
    border-bottom: solid 2px #0002da;
    padding-bottom: 10px;
    font-weight: 700;
}

.main-gray-divider {
    background-image: url(../siteart/gray-top.png);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 10;
}

.main-blue-divider {
    background-image: url(../siteart/gray-top-reverse.png);
    background-size: 100% 80px;
    bottom: 0;
    height: 80px;
    z-index: 10;
}

#our-brands {
    background: #e6e6e6;
    padding: 10px;
}

.video3 {
    display: block;
    position: absolute;
    width: 350px;
    height: 315px;
    background: url(../siteart/video3.png) center center no-repeat;
    background-position: center;
}

.video3:hover {
    display: block;
    position: absolute;
    width: 350px;
    height: 315px;
    background: url(../siteart/video3_on.png) center center no-repeat;
    cursor: pointer;
    background-position: center;
}

.home-videos {
    background: #0002da;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.container.cf {
    width: 100%;
}

.home-vids iframe {
    width: 100%;
}

.manu-logos .flex-1 {
    flex-basis: 18%;
    text-align: center;
}

.home-vids .flex-1 {
    margin-right: 1%;
}

.gray-footer {
    padding: 10px;
    background: #4b4b4b;
}

.gray-footer h4 {
    margin-bottom: 10px;
}

.gray-footer i {
    font-size: 24px;
    margin-left: 10px;
}

.flex-1 {
    flex: 1 0;
}

.flex-2 {
    flex: 2 0;
}

.footer-contact {
    display: inline-block;
    width: 32.33333%;
    box-sizing: border-box;
}

.align-right {
    text-align: right;
}

.contact-form-container {
    flex: 1 0;
    margin: 20px 0;
}

.contact-form {
    text-align: left;
}

.column3 {
    width: 50%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.return-buttons {
    max-width: 1460px;
    padding: 0 10px;
    margin: 20px auto;
    box-sizing: border-box;
    *behavior: url(/css/boxsizing.htc);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

a.return-button {
    padding: 10px 0;
    background: #0002da;
    flex: 1;
    margin: 0 1%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
}

a:hover.return-button {
    color: #fff;
    background: #3d3d3d;
}

.column4 {
    width: 100%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}


.contact-form-container 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: 40%;
    margin: 5px 0;
    padding: 7px 7px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #0002da;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

select {
    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;
}

textarea {
    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;
    min-height: 100px;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
}

select#CurrentPage {
    width: auto;
}

a.blue-inventory-button {
    background: #0002da;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: block;
}

.flex-location {
    display: flex;
    flex-direction: column;
    padding: 0 1%;
    box-sizing: border-box;
}

.flex-stretch {
    flex: 1 0 auto;
}

.google-maps {
    flex-basis: 100%;
}

.google-maps iframe {
    width: 100%;
}

.flex-1.footer-logo {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 8px;
}

.footer-logo img {
    width: 100%;
}

footer {
    background: #131313;
    padding: 20px 0;
}

footer p {
    display: inline-block;
    width: 49%;
}

/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 1200px) {
	
.footer-contact {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
	margin-bottom: 10px;
}
	
}

@media only screen and (min-width:768px) and (max-width: 1460px) {
    h6 {
        font-size: 14px;
    }

    .home-search .flex-3 {
        flex: 2;
    }

    .home-search h4 {
        font-size: 18px;
    }

    h2.hero {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1150px) {
    .home-cta .flex-1 {
        flex: 1 50%;
    }

    .equipment-cta .flex-1 {
        flex: 1 0 50%;
    }
}

@media only screen and (min-width:768px) and (max-width: 1080px) {

    .cta-link {
        flex-basis: 20%;
    }
}


@media only screen and (min-width:768px) and (max-width: 920px) {
    .logo {
        flex: 2 0;
        margin: 10px 0;
        text-align: center;

    }


    .header-location.header-search {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .contact-header {
        flex-wrap: wrap;
    }

    .manu-logos .flex-1 {
        flex-basis: 30%;
        text-align: center;
    }

}




@media only screen and (max-width: 767px) {
    .home-image {
        height: 280px;
    }

    .site-width {
        text-align: center;
    }

    .header-contact a {
        color: #9e0b0f;
    }

    .site-width {
        text-align: center;
    }

    .manu-logos .flex-1 {
        flex-basis: 30%;
        text-align: center;
    }

    .header-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .contact-header {
        text-align: center;
    }

    .cta-link {
        flex-basis: 100%;
        box-sizing: border-box;
        border: none;
    }

    .logo {
        flex: 1 1 auto;
        margin: 10px 0;
        text-align: center;

    }

    .flex-1.footer-logo {
        flex-basis: 20%;
    }

    .header-location.header-search {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .contact-header {
        flex-wrap: wrap;
    }

    .red-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: block;
    }

    .red-left {
        margin-bottom: 21px;
    }

    .header-contact {
        text-align: center;
        flex: 1 1 auto;
    }


    .home-content-container {
        flex: 1 0;
    }

    .home-section {
        flex-wrap: wrap;
    }

    .home-form .row {
        flex-direction: column;
    }

    .row .col4 {
        width: 100%;
    }

    .featured-small {
        height: auto;
        padding: 30px 0;
    }

    .equip-block-container {
        flex-wrap: wrap;
    }

    .home-block {
        flex-basis: 48%;
        margin: 10px 1%;
    }

    a.home-block {
        width: 100%;
    }

    .home-block-container {
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        flex-basis: 100%;
        justify-content: center;
    }

    .top-social {
        text-align: center;
    }

    header {
        position: relative;
        background: #fff;
    }

    .hero-content {
        width: 100%;
    }

    .home-image {
        margin: 0;
        padding: 10% 0;
        height: auto;
    }

    .inv-box {
        flex: 1 0 95%;
        margin: 10px;
    }

    .home-cta {
        flex-wrap: wrap;
        position: relative;
    }

    .home-box.hover-content {
        opacity: 1;
        visibility: inherit;
    }

    span.overlay {
        background: rgba(0, 0, 0, .6);
    }

    .home-box a,
    .hover-content * {
        opacity: 1;
    }

    .home-box .hover-content * {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .home-box .hover-content h4 {
        transform: none;
        opacity: 1;
        visibility: initial;
    }

    .home-box .hover-content p {
        visibility: initial;
        transform: none;
    }

    .home-box.equip-box {
        flex-basis: 45%;
    }

    .logo img {
        display: inline-block;
    }

    .hero-image {
        height: auto;
        text-align: center;
    }

    .flex-contain {
        flex-direction: column;

        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #main-content {
        text-align: center;
    }

    .flex-2.header-right {}

    .home-search {
        flex-direction: column;
        text-align: center;
    }

    .flex-3.search-box {
        margin: 10px 0;
    }

    .flex-1,
    .flex-2 {
        flex: 1 0 auto;
        width: 100%;
        text-align: center;
    }

    #hero-home {
        min-height: 300px;
    }

    .header-right {
        flex: 1 0 auto;
    }

    a.hero-button {
        padding: 20px 50px;
        margin: 40px auto 0;
    }

    h2.hero {
        font-size: 34px;
    }

    #home-ctas .flex-1 {
        margin: 10px 0;
        flex: 1 0 auto;
    }

    .align-right,
    .align-left {
        text-align: center;
    }

    .contact-contain {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    a.contact-button {
        margin: 10px 0;
        width: 300px;
    }

    .flex-1 {
        flex-basis: 100%;
        flex: 1 0 auto;
    }

    .footer-contact {
        width: 100%;
    }

    .flex-3 {
        flex: 1 0 auto;
    }

    .contact-home {
        padding: 10px 0;
    }

    #facebook {
        display: none;
    }

    ul.footer-nav {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    li {
        /* margin: 10px 0; */
    }




    .gray-footer p,
    .gray-footer a {
        color: #fff !important;
    }

    footer {
        padding-bottom: 30%;
        text-align: center;
    }





}

@media only screen and (max-width: 1000px) {
    .hover-content {
        top: 25%;
    }
}




@media only screen and (max-width: 600px) {
    .featured-manu-container {
        display: flex;
        max-width: 1460px;
        margin: 0 auto;
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        flex-direction: column;
        border-bottom: solid 1px;
    }
	
	.header-location{
		margin-bottom: 10px;
		margin-top: 10px;
	}

    .contact-form {
        text-align: center;
    }

    footer {
        padding-bottom: 40%;
        text-align: center;
    }


    .footer-container {
        flex-wrap: wrap;
    }

    .footer-3 {
        flex: 1 0 100%;
        margin: 20px 0;
    }

    .footer-3 p a {
        color: #fff !important;
    }

    .gray-footer p,
    .gray-footer p a {
        color: #fff !important;
    }

    .column3,
    .column4 {
        width: 87%;
        text-align: center;
        margin: 10px auto;
        padding: 0;
        float: none;
    }

}




@media only screen and (max-width: 500px) {

    .manu-logos .flex-1 {
        flex-basis: 50%;
    }


    .home-block {
        flex-basis: 98%;
    }

    .home-box.equip-box {
        flex-basis: 98%;
    }

    footer {
        padding-bottom: 40%;
        text-align: center;
    }




    .gray-footer p,
    .gray-footer a {
        color: #fff !important;
    }

    .footer-3 a {
        color: #fff !important;
    }
}
