﻿/*=====================
	CSS reset/normalize
=======================*/


/**Correct `block` display not defined in IE 8/9.**/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

/*=====================
		Inv
=======================*/

* {
    box-sizing: border-box !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.list-container-flexrow .view-listing-details-link,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.contact-options a,
.fin-calc-mobile>a {
    background: #ffde16 !important;
}

.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {
    font-size: 22px;
    line-height: 26px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background: #ffde16 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button {
    background: #000 !important;
    color: black !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
    float: none;
}

.modal-content .modal-top .modal-title,
.listing-description,
.list-content .listing-portion-title,
.list-content .list-title .list-title-text,
.detail-content .dealer-info h3,
.dealer-info,
.detail-content-mobile .dealer-info h3,
.fin-calc p,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {
    color: #000 !important;
}

.contact-btn span,
.contact-btn i {
    color: black !important
}

.dealer-btns-bottom a {
    background: #ffde16 !important;
    color: black !important;
}

.page-nav {
    background-color: #ffde16 !important
}

.view-listing-details-link i,
.view-listing-details-link span,
.view-listing-details-link span:hover {
    color: black !important;
}

.search-results {
    color: #ffde16 !important
}

.return-links span,
.return-links i {
    color: #ffde16 !important;
}

.contact-options span,
.contact-options i {
    color: black !important;
}

/*=====================
		Fonts
=======================*/


/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Blinker', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat;
    color: #000;
    overflow-x: hidden;
}

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;
    max-width: 100%;
}


/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Blinker', sans-serif;
    margin: 0;
    font-weight: 700;
    color: #ffde16;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

p {
    font-family: 'Blinker', sans-serif;
    padding: 0 0 2% 0;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Blinker', sans-serif;
    font-weight: 700;
}

.light {
    font-weight: 400;
    color: #666;
}


/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #ffde16;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}


/*=====================
	list styles
=======================*/

ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

.inner-list {
    column-count: 2;
    padding-left: 0;
}

.inner-list li {
    padding: 10px;
    color: #ccc;
    list-style-type: none;
}

.inner-list li:nth-of-type(odd) {
    background: #464646;
}


/*=====================
	header styles
=======================*/

.topbar {
    background: #000;
    padding: 2px 0;
    font-size: 18px;
    border-bottom: 2px solid #fff;
}

.topbar ul {
    list-style: none;
    margin: 0;
}

.topbar ul li {
    float: right;
    padding: 7px 20px 7px 0;
    color: #fff;
    font-weight: 700;
}

.topbar ul li span {
    color: #ccc;
}

.topbar ul li:first-child {
    float: right;
    padding: 7px 0 7px 0;
}

.topbar ul li a {
    color: #ffde16;
}

.topbar ul li a:hover {
    color: #ccc;
}

header {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    position: relative;
    border-top: 4px solid #ffde16;
}

.headerwrap {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.headright {
    float: right;
    width: 70%;
    text-align: right;
    padding-top: 50px;
}

.headright h4 {
    color: #231f20;
    max-width: 40%;
    float: right;
    line-height: 1.2em;
}

.navbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
}


/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

#internal {
    padding: 2% 0;
}


/*=====================
	slideshow styles
=======================*/

.slides {
    padding: 0;
    color: #fff;
    position: relative;
    border-bottom: 4px solid #000;
}

.slidehold {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 100;
    padding: 6% 8% 3% 3%;
    width: 30%;
    background: url("../siteart/swoops2.png") center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

.overlay h2 {
    line-height: 1.1em;
}

.overlay h2 span {
    display: block;
}

.overlay p {
    color: #ccc;
    font-size: 18px;
}

.overlay a {
    font-weight: 600;
    color: #fff;
    margin-right: 4%;
}

.overlay a i {
    font-size: 0.8em;
    color: #ffde16;
}

.overlay a:hover {
    color: #ffde16;
}

.partnerlogo {
    position: absolute;
    right: 4%;
    bottom: 4%;
    z-index: 100;
}


/*=====================
	categorybar styles
=======================*/

.categoryselect {
    padding: 1% 0;
    width: 100%;
    background: #dadada;
    border-top: 5px solid #ffde16;
}

.categoryleft,
.categoryright {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.categoryleft {
    width: 20%;
}

.categoryleft h2 {
    color: #000;
}

.categoryright {
    width: 75%;
    margin-left: 4%;
    text-align: center;
}

.categoryright h3 {
    color: #666;
}

.categoryslide a {
    margin: 0 2%;
    font-size: 18px;
}

.categoryslide a i {
    font-size: 0.6em;
}

.categoryslide a:hover {
    color: #000;
    font-weight: 600;
}


/*=====================
	welcome styles
=======================*/

.welcome {
    background: url("../siteart/blackmamba.png") repeat;
    position: relative;
}

.welcomeleft {
    width: 60%;
    float: left;
    padding: 4% 0 8% 0;
}

.welcomeleft h3 {
    color: #fff;
    font-weight: 400;
}

.welcomeleft p {
    color: #ccc;
}

.welcomeleft p a {
    color: #ffde16;
}

.welcomeleft p a:hover {
    color: #fff;
}

.welcomeright {
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    text-align: center;
}

.welcomeright img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    position: absolute;
    right: 2%;
    left: 2%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.linkbutton {
    width: 30%;
    background: #ffde16;
    padding: 6px 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.linkbutton:hover {
    background: #dadada;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#servicebutton {
    width: 450px;
}


/*=====================
	interstate styles
=======================*/

.interstate {
    padding: 2% 0;
    text-align: center;
    background: url("../siteart/floorback.jpg") center center no-repeat;
}

.interstate img,
.interstatecopy {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.interstate img {
    width: 10%;
}

.interstatecopy {
    width: 66%;
    margin-left: 4%;
    text-align: left;
}

.interstatecopy p {
    color: #fff;
}


/*=====================
	map styles
=======================*/

.mapblock iframe {
    height: 300px;
}


/*=====================
	Form styles
=======================*/

#formpage {
    padding: 0 10px;
}



/*=====================
	layout styles
=======================*/

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}


/*=====================
	inventory styles
=======================*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.cf {
    background: #fff;
}

.hosted-content .pagination>.drop-down-form select {
    width: 8% !important;
}

.hosted-content h1 {
    font-size: 28px !important;
    line-height: 1.3em;
    color: #000;
}

.hosted-content h2 {
    font-size: 24px !important;
    line-height: 1.2em;
    color: #000;
}

.hosted-content h3 {
    font-size: 20px !important;
    line-height: 1.1em;
    color: #000;
}

.legal p {
    font-size: 11px;
}

.currency-capital-price-container img {
    display: none;
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    background: #939393;
    padding: 20px 0;
    text-align: center;
    border-bottom: 8px solid #ffde16;
}

.pagebottom a {
    color: #000;
    margin: 0 10px;
    font-weight: 700;
}

.pagebottom a:hover {
    color: #ffde16;
}

.pagebottom img {
    margin: 0 auto;
}

.footercolumn {
    margin: 10px auto;
}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ffde16;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #000;
}

.footertext {
    font-size: 11px;
    color: #000;
}

.smallfootertext {
    font-size: 11px;
    color: #000;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
}


/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1680px) {
    .navbar {
        width: 60%;
    }

    .overlay {
        width: 35%;
        bottom: -25px;
    }
}

@media screen and (max-width: 1450px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .topbar,
    .overlay p {
        font-size: 17px;
    }

    .overlay {
        width: 40%;
        padding-bottom: 4%;
    }

    .categoryselect {
        padding-top: 0;
    }

    .categoryslide img {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .categoryright h3 {
        margin-top: -20px;
    }

    .interstate img {
        width: 15%;
    }

    .mapblock iframe {
        height: 240px;
    }

    #internal {
        padding: 4% 0;
    }
}

@media screen and (max-width: 1300px) {
    .headright h4 {
        max-width: 50%;
    }

    .navbar {
        width: 70%;
    }

    .overlay h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    p {
        font-size: 17px;
    }

    .logo {
        width: 30%;
    }

    .headright {
        width: 45%;
        padding-top: 40px;
    }

    .headright h4 {
        max-width: 100%;
    }

    .navbar {
        width: 200px;
        text-align: center;
    }

    .overlay {
        width: 94%;
        background: #000;
        display: block;
        position: relative;
        padding: 3%;
        bottom: 2px;
    }

    .overlay h2 {
        font-size: 26px;
    }

    .overlay h2 span {
        display: inline;
    }

    .partnerlogo {
        width: 140px;
    }

    .categoryselect {
        padding-bottom: 2%;
    }

    .categoryleft {
        width: 30%;
    }

    .categoryright {
        width: 65%;
        margin: 0 2%;
    }

    .linkbutton {
        font-size: 17px;
    }

    .hosted-content h1 {
        font-size: 24px !important;
    }

    .hosted-content h2 {
        font-size: 20px !important;
    }

    .hosted-content h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .headright {
        width: 60%;
    }

    .partnerlogo {
        display: none;
    }

    .overlay {
        text-align: center;
    }

    .overlay h2 {
        font-size: 24px;
    }

    .topbar,
    .overlay p {
        font-size: 16px;
    }

    .overlay a {
        margin: 0 4%;
    }

    .interstate {
        padding: 4% 0;
    }

    .interstate img {
        width: 20%;
    }

    .interstatecopy {
        width: 70%;
    }

    .linkbutton {
        width: 40%;
    }

    .mapblock iframe {
        height: 200px;
    }

    #servicebutton {
        width: 360px;
    }
}

@media screen and (max-width: 700px) {
    .wrapper {
        width: 92%;
    }

    .logo {
        width: 35%;
    }

    .headright {
        padding-top: 45px;
    }

    .headright h4 {
        font-size: 16px;
    }

    .categoryselect {
        padding: 2% 0;
    }

    .categoryleft,
    .categoryright {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .categoryslider {
        width: 85%;
        margin: 0 auto;
        margin-top: -15px;
    }

    .welcomeleft {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        padding: 4% 0;
    }

    .welcomeright {
        display: none;
    }

    .linkbutton {
        margin: 1% auto;
        width: 60%;
    }

    .interstate img {
        width: 25%;
    }

    .interstatecopy {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .pagebottom a {
        font-size: 14px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .topbar {
        text-align: center;
    }

    .topbar ul {
        padding: 0;
    }

    .topbar ul li,
    .topbar ul li:first-child {
        float: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        padding: 0;
        margin: 1%;
    }

    .logo {
        width: 60%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .navbar {
        width: 110px;
    }

    .headright {
        width: 100%;
        margin: 1% auto;
        padding: 0;
        text-align: center;
    }

    .overlay h2 {
        font-size: 20px;
    }

    .topbar,
    .overlay p {
        font-size: 15px;
    }

    .linkbutton {
        width: 90%;
    }

    .interstate img {
        width: 35%;
    }

    .mapblock iframe {
        height: 140px;
    }

    .footercolumn,
    .social {
        margin-bottom: 20px;
    }

    .footercolumn a {
        display: block;
        margin: 5px auto;
    }

    .hosted-content h1 {
        font-size: 20px !important;
    }

    .hosted-content h2 {
        font-size: 18px !important;
    }

    .hosted-content h3 {
        font-size: 16px !important;
    }

    .inner-list {
        column-count: 1;
        text-align: left;
    }
}

@media screen and (max-width: 400px) {
    .navbar {
        width: 90px;
    }

    .overlay a {
        font-size: 14px;
        display: block;
        margin: 3px auto;
    }

    #servicebutton {
        width: 96%;
        padding: 6px 2%;
    }
}