﻿/***** 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;
}

img {
    max-width: 100%;
    height: auto;
}


/*===================== 
	@Font-Face 
=======================*/

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-light-webfont.woff') format('woff'),
        url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-regular-webfont.woff') format('woff'),
        url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
        url('/fonts/montserrat-bold-webfont.woff') format('woff'),
        url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
        url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html,
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    -web-text-size-adjust: none;
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

/*===================== 
	typography 
=======================*/


h1 {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
}

h2 {
    font-family: "Montserrat", sans-serif;
    color: #2e3136;
    font-size: 21px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 21px;
}

.container.cf h3 {
    color: initial;
}

h4 {
    font-family: "Montserrat", sans-serif;
    color: #fe0e15;
    font-size: 16px;
}

h5 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}

.container.cf h5 {
    color: initial;
}

h6 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
}

h8 a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #c7c7c7;
    font-size: 11px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.quote {
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}


/*===================== 
	link styles 
=======================*/

a {
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

/*===================== 
	header styles 
=======================*/

.top-header {
    width: 100%;
    background: #0b71c5;
    padding: .5% 0;
    text-align: center;
}

.header {
    margin: 0 auto;
    width: 100%;
    background-image: url(../siteart/header-bg.jpg);
    background-size: cover;
}



.logo {
    padding: 2%;
    margin: 0 auto;
    float: left;
    text-align: center;
}

.logo img {
    max-width: 450px;
    width: 100%;
}

.home-phone {
    display: block;
    font-size: 20px;
}

.small-logos {
    text-align: center;
}

.small-logos img {
    max-width: 120px;
    width: 100%;
    padding: 2%;
}



.header-right {
    float: right;
    text-align: right;
    padding: 2% 0;
    display: flex;
    align-items: center;
}

.header-right img {
    width: 100%;
    max-width: 150px;
    display: inline;
}


.header-left {
    float: left;
    text-align: left;
    padding: 2% 0;
}

.header-left img {
    width: 100%;
    max-width: 150px;
    display: inline;
}


/*===================== 
	content styles 
=======================*/


.wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}

.inventoryPage.wrapper {
    margin: 40px auto;
}

.content {
    padding: 4% 0;
    background: #c7c7c7;
}

#yellow-border {
    border-top: solid #fad11f 4px;
    width: 100%;
}


.giant {
    width: 100%;
}

.giant img {
    width: 100%;
}


.manus {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.manus img {
    max-height: 100px;
    padding: 2% 2%;
    text-align: center;
}



.tagline p {
    color: #fff;
}

.tagline a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.mapimg {
    width: 100% !important;
    float: right;
    background-color: white;
} 

.mapimg img, .map img {width: 100%;}

.tagline {
    background-color: rgba(11, 131, 197, 1);
    color: #fff;
    padding: 20px 20px 20px 30px;
    text-align: left;
    width: 100%;
    line-height: 25px;
    display: inline-block;
    font-size: 15px !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tagline-div {
    padding: 0% 2%;
    min-height: 120px !important;
	text-align: center;
}

.brands-height {
    min-height: 100px !important;
}

.home-phone2 {
    color: #fad11f !important;
}

.tagline a:hover {
    cursor: pointer !important;
}


#quick-btn,
#quick-btn a {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    padding: 10px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    background: #fad11f;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
}

#quick-btn:hover {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    padding: 10px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    background: #d2ad0e;
    border-radius: 6px;
}



/***** SIDE TABS *****/


.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}


#fb {
    top: 180px;
    left: -300px;
    z-index: 99999;
}


#facebookTab {
    display: block;
    height: 65px;
    width: 55px;
    background: url("../siteart/widget_fb_v.jpg");
    position: absolute;
    right: -55px;
    top: 85px;
}



#markets {
    width: 445px;
    height: 320px;
    top: 125px;
    right: -445px;
    z-index: 99999;
}

#marketTab {
    display: block;
    height: 65px;
    width: 55px;
    background: url("../siteart/widget_market_v.jpg");
    position: absolute;
    left: -55px;
    top: 75px;
}

#weather {
    top: 275px;
    height: 159px;
    z-index: 999;
    right: -300px;
}

#weatherTab {
    display: block;
    height: 150px;
    width: 55px;
    background: url(../siteart/widget_weather.jpg);
    position: absolute;
    left: -55px;
    top: 0px;
}


#calendar {
    top: 435px;
    height: 159px;
    z-index: 999;
    right: -300px;
}

#calendarTab {
    display: block;
    height: 150px;
    width: 55px;
    background: url(../siteart/widget_calendar.jpg);
    position: absolute;
    left: -55px;
    top: 0px;
}




/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zoom-container a {
    color: #bbbbbb;
}

.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: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 .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .82);
    /*------change bg color-------*/
    -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 h3 {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    margin: 25% 0 0;
    text-transform: uppercase;
    color: #fff;
}

.zoom-container:hover .zoom-caption {
    background: none;
}

/*===================== 
	detailed search
=======================*/

.search input,
.search select {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box;
    color: #555;
    margin-top: 8px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
}

::-webkit-input-placeholder {
    color: #555;
}

:-moz-placeholder {
    color: #555;
}

::-moz-placeholder {
    color: #555;
}

:-ms-input-placeholder {
    color: #555;
}

.search input[type="submit"] {
    background: #0f7649;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #0f7649;
    width: 100%;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 10px 8px;
    margin-bottom: 8px;
}

.search input[type="submit"]:hover {
    background: #fff;
    color: #0f7649;
    border: 1px solid #0f7649;
}

a.button2 {
    display: inline-block;
    padding: 4px 25px;
    box-sizing: border-box;
    background: #0f7649;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0f7649;
    border-radius: 5px;
}

.search a.button2 {
    display: block;
}

.location-links a.button2 {
    display: block;
    margin: 0 0 5px;
}

a.button2:hover {
    background: #fff;
    color: #0f7649;
    border: 1px solid #0f7649;
}


/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.cycle-slideshow img {
    width: 100%;
}

.slide-overlay {
    width: 100%;
    max-width: 800px;
    float: right;
    margin-top: -35%;
    position: relative;
    z-index: 1;
    margin-right: 100px;
}

.slide-contain {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*===================== 
	layout styles 
=======================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}


.column1 {
    width: 75%;
    float: left;
    padding-right: 50px;
    box-sizing: border-box;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column3 {
    width: 33.33333%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column4 {
    width: 25%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    color: #d3d3d3;
}

.column5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.column6 {
    width: 16.66666%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}



/*===================== 
	main form
=======================*/

#form {
    background: #fff;
    max-width: 1100px;
    margin: 5% auto;
    color: #333333;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
    height: 30px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;

}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
    height: 90px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;

}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
    height: 30px;
    box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin: 5px 10px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
}

#form input[type="radio"] {
    margin: 5px 10px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    background: #646d6d;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
    height: 50px;
}

#form input.send-button:hover {
    background: #158d12;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
}

/*CAPCHA*/

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

.CaptchaAnswerPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #859090;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/*===================== 
	top footer styles 
=======================*/

#border-footer {
    width: 45%;
    border-top: #fe0e15 solid #4px
}

.bottom {
    width: 100%;
    background: #2e3136;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}


/*-------------------*/

.bottom-footer {
    background: #c7c7c7;
    padding: 2% 1%;
}

.bottom-footer a {
    color: #2e3136;
    font-family: "Montserrat", sans-serif;
}

.bottom-footer a:hover {
    color: #333;
    font-family: "Montserrat", sans-serif;

}

.bottom-footer .left {
    font-size: 12px;
}

.bottom-footer .right {
    font-size: 12px;
}

.divfooter {
    font-size: 11px;
}




/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0 !important;
}


.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button2 {
    color: #fff !important;
    background: #f7c727 !important;
    border-radius: 6px !important;
}

.listings-wrapper .hosted-theme .btn:hover {
    background: #757575 !important;
    color: #fff !important;
}


/*-----Control widget size------*/

.hosted-content .widget-express .column3 img {
    width: 100%;
    max-width: 30px !important;
}

.hosted-content .widget-express img {
    width: 30px;
}

.hosted-content .hauler-image img {
    width: 30px;
}

.hosted-content .widget-unico img {
    width: 30px;
}

.hosted-content .listing-boxed-pricing .widgets,
.hosted-content .listing-card-inner .widgets img {
    width: 30px;
}


/*-----Hide widgets------*/

/*.hosted-content .widget-express .column3 { display:none!important}
.hosted-content .widget-express { display:none!important}
.hosted-content .hauler-image  { display:none!important}
.hosted-content .widget-unico { display:none!important}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { display:none!important}

a.widget-express-container{display:none!important}
a.widget-unico-container{display:none!important}
a.widget-hauler-container{display:none!important}
a.widget-nah-container{display:none!important}*/





/*===================== 
  responsive styles 
=======================*/



@media screen and (max-width: 1249px) {

    .tagline {
        padding: 10px 10px 25px 15px;
        line-height: 1.4em;
        font-size: 14px;
    }

    .mapimg {
        width: 100% !important;
        display: inline-block !important;
        background-color: white;
    }

}



@media screen and (max-width: 1200px) {
    .mapimg {
        width: 100% !important;
    }

    .map {
        height: auto;
    }



}

@media screen and (max-width: 1150px) {


    .wrapper {
        width: 96%;
        padding: 0 2%;
    }


}

@media screen and (max-width: 1060px) {}

@media screen and (max-width: 1005px) {



    .tagline p {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
    }

    .slide-overlay {
        max-width: 600px;
    }




}

@media screen and (max-width: 845px) {



    .tagline p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }

    .logo img {
        max-width: 375px;
        width: 100%;
    }



}

@media screen and (max-width: 786px) {

    .small-logos {
        top: 10px;
        left: 20px;
    }

    .logo img {
        max-width: 300px;
        width: 100%;
    }





}

@media screen and (max-width: 748px) {
    .slide-overlay {
        max-width: 500px;
    }


}

@media screen and (max-width: 685px) {


    .logo {
        padding: 2% 2% 0% 2%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .header-right {
        float: none;
        text-align: center;
        padding: 0% 2%;
        margin: 0 auto;
    }

    .slide-overlay {
        max-width: 400px;
    }

}

@media screen and (max-width: 645px) {

    .zoom-container .zoom-caption h3 {
        font-size: 15px;
        margin: 20% 0 0;
    }

    .header-right {
        float: none;
        text-align: center;
        padding: 0% 2%;
        margin: 0 auto;
    }


}

@media screen and (max-width: 521px) {

    .zoom-container {
        width: 50%;
    }

    h2 {
        font-size: 20px;
    }

    h1 {
        font-size: 23px;
    }

    .column4 {
        width: 100%;
        float: left;
        padding-left: 25px;
        box-sizing: border-box;
        color: #d3d3d3;
    }

    .column2 {
        width: 100%;
        float: left;
    }

    .slide-overlay {
        display: none;
    }



}

@media screen and (max-width: 448px) {

    .small-logos img {
        max-width: 95px;
        width: 100%;
        padding: 2%;
        display: none;
    }




}

@media screen and (max-width: 315px) {

    .zoom-container {
        width: 100%;
    }



}