﻿/***** 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;
}

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 */
header,
nav,
article,
footer,
address {
    display: block;
}

/*-------- COLORS --------*/

:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */
}

/***** END RESET *****/
::-moz-selection {
    background: #000000;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #FFFFFF;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body * {
    font-family: ;
    box-sizing: border-box;
    font-family: oswald, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ;
}

p {
    font-family: sans-serif;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


hr {
    border: #000000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
/*.notInventory {*/
header {
    background: #E2E2E2;
    padding: 15px 0;
}

.hero-image {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 55%);
    height: 27.135417VW;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cycle-slideshow img {
    width: 100%;
}

.slider-top {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    display: flex;
    background: rgba(46, 46, 46, .44);
    height: 100%;
}

.slider-top .site-width {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: flex-start; */
}

#loc-info {
    /* float: left; */
    width: 300px;
    line-height: 20px;
}

#map {
    border: 1px solid #4c4c4c;
    /* float: right; */
    /* max-width: 700px; */
}

div#map iframe {
    /* width: 100%; */
    width: 700px;
}

.slider-top section {
    justify-content: center;
    flex-direction: column;
    /* line-height: 55px; */
    /* padding-bottom: 62px; */
    float: left;
    max-width: 700px;
    color: #FFFFFF;
    font-size: 18px;
}

.slider-top section a {
    color: #FFFFFF;
}

.slider-top section p {
    font-weight: normal;
    font-size: 20px;
    color: #F6F6F1;
    line-height: normal;
    /* padding-bottom: 45px; */
}

.slider-top section h1 {
    /* padding-top: 45px; */
    color: #F6F6F1;
}

@media screen and (max-width:1250px) {
    .hero-text {
        display: none;
    }

    #content {
        padding: 25px 0 !important;
    }
}

.site-width {
    padding: 0px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1245px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.manu a {
    padding: 42px 0;
}

#content .site-width {
    display: block;
}

.thatsawrap {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

@media only screen and (max-width: 800px) {
    .site-width {
        padding: 0 15px;
    }

}

@media only screen and (max-width: 450px) {
    header img {
        margin: 0 auto;
    }
}

/*}*/


/*---BODY--------------------------------*/
/*.notInventory {*/
#content p {
    margin: 0 0 15px 0;
}

#content h2 {
    font-size: 18px;
    color: #c90000;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #898989;
    padding-bottom: 8px;
}

#content p {
    font-size: 14px;
    color: #000;
    font-family: 'Oxygen', sans-serif;
    margin: 0 0 5px 0;
}

#content {
    padding: 70px 0;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.manu {
    background: #4C4C4C;
    /* padding: 42px 0; */
}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    /* border: 1px solid #999999; */
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

/*}*/

/*--------FORM STYLES--------------------*/
/*.notInventory {*/

/*}*/

/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
/*! CSS Used from: http://www.worldwideequipment.us/css/styles.css */
footer {
    display: block;
    background: #C90000;
    padding: 20px;
    color: #FFFFFF;
}

footer > * {}

footer a {
    color: #4c4c4c;
    text-decoration: none;
    outline: none;
}

footer a:hover {
    color: #000;
}

footer footer {
    padding: 30px 0;
}

footer a.footerlink:link,
footer a.footerlink:visited,
footer a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

footer a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

footer .footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

footer .smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

footer i {
    font-family: sans-serif !important;
}

footer .divfooter {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    line-height: 13px;
    display: block;
    width: 100%;
}

.faceted-search-content .faceted-section-head {
    width: 100% !important
}

/*}*/

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 89px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

footer ul {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    margin: 45px 0;
    border-top: 1px solid #F6F6F1;
    border-bottom: 1px solid #F6F6F1;
}

footer .extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*}*/

/*---------- RESPONSIVE STYLES ----------*/

/*.notInventory {*/

@media screen and (max-width: 1340px) {
    .manu a {

        width: 240px;

        display: flex;

        align-items: center;

        justify-content: center;
    }
}

@media screen and (max-width: 1340px) {
    .manu .site-width {
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .thatsawrap {

        flex-direction: column;

        align-items: center;
    }

    .thatsawrap #map iframe {
        width: 63.63636363636363VW;
        min-width: 320px;
    }

    #map {
        margin-top: 20px;
    }
}

@media screen and (max-width: 875px) {
    .manu a {

        width: 169px;

    }

    .manu img {
        width: 70px;
    }

    .manu .site-width {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1130px) {}


@media only screen and (max-width: 767px) {}

/*}*/
