/*
body#home a#homeLink,
body#inventory a#inventoryLink,
body#locations a#locationsLink,
body#about a#aboutLink,
body#contact a#contactLink {
color: #FFF;}
*/


/*
ul li:first-child { margin-left: 0 !important; }
ul li:last-child { margin-right: 0 !important; }
*/


/*

COLOR =   #

*/


/*
<a href="tel:1-417-773-5223">(417) 773-5223</a>
*/


/*.outer-container {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 60px !important;
	min-height: 100vh;
	box-sizing: border-box;
}
.footer {
	background: #35373a;
	box-sizing: border-box;
	padding: 0px 2% !important;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
*/

a.disabled:hover {
    cursor: not-allowed !important;
}


body {
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    background: #302e29 !important;
}

body.notInv {
    text-align: center;
}

.inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1200px;
}

.inner.invPage {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.linkfill {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

a[href^="tel"] {
    font-family: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit;
    text-decoration: none;
}


/*  GLOBALL  ============================================================================= */

.floatRight {
    float: right !important;
}

.floatLeft {
    float: left !important;
}

/* === */

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}

/* === */

.padding_10 {
    padding: 10px 0px !important;
}

.padding_20 {
    padding: 20px 0px !important;
}

.padding_40 {
    padding: 40px 0px !important;
}

.padding_60 {
    padding: 60px 0px !important;
}

.padding_80 {
    padding: 80px 0px !important;
}





/*  HEADER  ============================================================================= */
a#headerLogoLink {
    display: inline-block;
    float: left;
}

.headerInfo {
    width: 685px;
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.header_scrollChange.smaller .headerInfo {
    position: relative;
    width: 680px;
    display: inline-block;
    float: right;
    margin-top: 7px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

/* === */

ul.headerContact {
    float: right;
    display: inline-block;
    list-style-type: none;
    display: inline-flex;
}

ul.headerContact li {
    display: inline-block;
    position: relative;
}

ul.headerContact li.headerContact_Phone {
    font-family: 'LatoWebBlack';
    font-size: 24px;
    color: #fff;
    float: left;
    line-height: 40px;
}

ul.headerContact li.headerContact_Facebook {
    height: 35px;
    width: 35px;
    background: url(../siteart/facebook.png) #ffc065;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;

}

ul.headerContact li.headerContact_YouTube {
    display: inline-flex;
    height: 35px;
    width: 35px;
    background: #ffc065;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
}

.yt {
    text-decoration: none !important;
    color: black;
}

/* === */

img#headerLogo {
    float: left;
    display: inline-block;
    width: 240px;
    height: auto;
    margin-left: 20px;
    margin-top: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.header_scrollChange.smaller img#headerLogo {
    width: 155px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

/* === */

.header_scrollChange.smaller nav.desktopNav {
    margin: 2px auto 0 auto;
}





/*  HOME  ============================================================================= */
.hero {
    background: #777;
}

/* === */

.homeTabs {}

.homeTabs ul {
    width: 100%;
    display: inline-block;
    float: left;
    background: #3f3c35;
    list-style-type: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.homeTabs ul li {
    display: inline-block;
    float: left;
    width: 25%;
    border-right: 1px solid #302e29;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    line-height: 75px;
    font-family: 'LatoWebMedium';
    font-size: 16px;
    position: relative;
}

.homeTabs ul li:last-child {
    border-right: 0px;
}

.homeTabs ul li:after {
    content: "\f18e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    padding-left: 0.5em;
}

.homeTabs ul li:hover {
    background: #302e29;
}

/* === */

.homeAbout {
    padding: 60px 0px !important;
    background: url(../siteart/homeAbout_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homeAbout_Title {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
}

.homeAbout_Title h1 {
    /*This is the heading with the double lines*/
    font-family: 'montserratblack';
    text-transform: uppercase;
    position: relative;
    font-size: 38px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.homeAbout_Title h1:before,
.homeAbout_Title h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #a9a9a9;
}

.homeAbout_Title h1:before {
    margin-left: -50%;
    text-align: right;
    display: inline-block;
    position: relative !important;
    vertical-align: middle;
}

.homeAbout_Image {
    width: 50%;
    display: inline-block;
    float: left;
}

.homeAbout_Image img {
    width: 93%;
    max-width: 725px;
    float: right;
    margin-right: 5%;
}

.homeAbout_Text {
    width: 50%;
    display: inline-block;
    float: left;
}

.homeAbout_Text p {
    font-family: 'montserratlight';
    font-size: 16px;
    line-height: 30px;
    text-align: left !important;
    color: #000;
}

.homeAbout_Text span {
    display: inline-block;
    float: left;
    width: 93%;
    margin-top: 30px;
}

.below {
    margin-top: 70px;
    float: left;
    width: 100%;
}

/* === */

.collage {
    background: url(../siteart/collage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    border-bottom: 5px solid #ffc065;
    position: relative;
}

.collage h2 {
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'montserratbold';
    font-size: 3.2em;
    color: #ffc065;
    -webkit-box-text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    -moz-box-text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}





/*  SUBPAGE  ============================================================================= */
.hero_subpage {
    height: 190px;
    background: url(../siteart/subpage_hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* === */

.subpage_content {
    background: url(../siteart/homeAbout_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.subpage_content h2 {
    font-family: 'LatoWebBlack';
    font-size: 32px;
    text-align: left;
    color: #302e29;
}

.subpage_content p {
    font-family: 'LatoWeb';
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #302e29;
}


.parts-button a {
    width: 700px;
    margin: 10px auto;
    display: inline-block;
    background: #ffc065;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    float: none;
    border-bottom: none !important;
}

.parts-button a:hover {
    background: #3f3c35;
    color: #ffc065;
}

.financehalf {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}

.financehalf img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.littlewrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.financep {
    font-size: 18px;
    text-align: center;
    font-family: 'LatoWeb', "sans-serif";
}

/*  MANUALS  ============================================================================= */
.manuals {
    background: url(../siteart/homeAbout_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.manualsBox {
    width: 100%;
    background: #45423D;
    float: left;
    display: inline-block;
    margin: 1% 0%;
    padding: 5px;
    border: 1px solid #3f3c35;
    box-sizing: border-box;
    position: relative;
}

.manualsBox:hover {
    background: #7A786A;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.manualsBox img {
    width: 100%;
    max-width: 68px;
    display: inline-block;
    float: left;
}

.manualsBox span {
    display: inline-block;
    color: #fff;
    width: 77%;
    text-align: left;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 16px;
    margin-top: 20px;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}






/*  CONTACT  ============================================================================= */
.contact {
    background: url(../siteart/homeAbout_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px !important;
    box-sizing: border-box;
}

.contact_form {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #7b796a;
    background: #fff;
}

.contact_info {
    width: 50%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 20px;
}


.store_content {
    width: 100%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 20px;
}


.store_content {
    margin: 1em 0;
    padding: 1em 0;
    overflow: visible;
}

/*! CSS Used from: https://shop.ccsurplus.com/templates/ccsurplus.com/css/styles.css?v=2.1 */
.store_content {
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    /* width:95%; */
    /* margin:2.5%; */
}

/*! CSS Used from: https://shop.ccsurplus.com/templates/ccsurplus.com/css/mobileMenu/mobileMenu.css?v=1.1 */

.topInfo {
    /*! CSS Used from: Embedded */
}

.topInfo a {
    cursor: pointer;
    text-decoration: none;
}

.topInfo a,
.topInfo a:visited {
    color: #1e7ec8;
    transition: color 0.12s ease-out 0s;
}

.topInfo a:hover {
    color: #145485;
}

.topInfo a:active {
    color: #0c2a41;
    /*! CSS Used from: Embedded */
}

.topInfo {
    display: inline-block;
    margin: 0;
    padding: 0 16px 8px;
    box-sizing: border-box;
    list-style: none;
}

@media (min-width: 1024px) {
    .topInfo {
        display: flex;
        max-width: 920px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}

.topInfo a {
    display: block;
    max-width: 90vw;
    word-wrap: break-word;
    vertical-align: middle;
}

.topInfo a,
.topInfo a:visited {
    color: #333;
    transition: color 0.12s ease-out 0s;
    padding: 0 24px 20px;
    font-family: 'LatoWeb';
    text-transform: uppercase;
    font-size: 17px;
}

.topInfo a:hover {
    color: #145485;
}

.topInfo a:active {
    color: #0c2a41;
}


.contact_info iframe {
    width: 100%;
    height: 580px;
    float: left;
    border: 1px solid #7b796a;
    box-sizing: border-box;
}

.contact_info ul {
    list-style-type: none;
    width: 100%;
    margin-top: 20px;
    background: #44423e;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}

.contact_info ul li {
    text-align: left;
    font-family: 'LatoWeb';
    font-size: 16px;
    line-height: 20px;
}

.contact_info a[href^="mailto"] {
    font-family: inherit;
    font-size: inherit;
    text-align: inherit;
    color: inherit;
    text-decoration: none;
}




.about {
    width: 50%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #7b796a;
    background: #fff;
    font-family: "LatoWeb";
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.about_side {
    background: #3f3c35;
    width: 25%;
    float: left;
    padding: 60px;
    box-sizing: border-box;
    border: 1px solid #7b796a;
}


/*********************WEATHER***************/

.icon-sidebar {
    display: block;
    width: 50px;
    position: absolute;
    z-index: 999;
    top: 175px;
    right: 0;
}

.side {
    background: #fff;
    width: 300px;
    position: absolute;
    z-index: 100;
}

.side2 {
    background: #fff;
    width: 300px;
    position: absolute;
    z-index: 100;
}

#weather {
    right: -300px;
    height: 159px;
    z-index: 999999999;
}

#weatherTab {
    background: #1b96d1 url(../siteart/weather-icon.png) no-repeat center;
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 0px;
}


#weatherTab:hover {
    background-color: #1884B7;
    cursor: pointer;
}

#fbTab {
    background: #004598 url(../siteart/fb.png) no-repeat center;
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 0px;
}

#fbTab:hover {
    background-color: #003473;
    cursor: pointer;
}




#fb {
    right: -300px;
    top: 50px;
    height: 400px;
    z-index: 999;
}

#youtube {
    background: #262420 url(../siteart/you.png) no-repeat center;
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;

    top: 100px;
}

#youtube:hover {
    background: #3f3c35 url(../siteart/you.png) no-repeat center;
}

/*******inv*****/

#notfull {
    width: 75% !important;
    float: left;
}

.fullinv {
    /* width: 100%; */
    /* float: left; */
    margin: 0 auto;
}

.invside {
    width: 23%;
    float: left;
    margin-right: 2%;
    background: #45423D;
    height: 1000px;
}

.invlist {
    width: 95%;
    float: left;
    margin: 0px 2.5%;
}

.invlist li a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    color: #ffc065;
    text-decoration: none;
    font-family: "LatoWebBlack";
    font-size: 18px;
    margin: 5px 0;
    border: 1px solid #B9B9B9;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.invlist li a:hover {
    background: #ffc065;
    color: #45423D;
    border: 1px solid #ffc065;
}

/*  THANK YOU  ============================================================================= */
.thankyou {
    background: url(../siteart/homeAbout_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.thankyou h2 {
    font-family: 'LatoWebBlack';
    font-size: 32px;
    text-align: left;
    color: #302e29;
}

.thankyou p {
    font-family: 'LatoWeb';
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #302e29;
}





/*  FOOTER  ============================================================================= */
.footer {
    background: #302e29;
    padding: 45px 3% !important;
    box-sizing: border-box;
}

.footer ul {
    display: inline-block;
    float: left;
    list-style-type: none;
    box-sizing: border-box;
}

.footer ul li {
    text-align: left !important;
    font-family: 'LatoWeb';
    font-size: 17px;
    color: #fff;
    line-height: 23px;
}

/* === */

a.footerLink {
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 12px;
    display: inline-block;
    color: #fff;
    float: right;
    margin-left: 20px;
    margin-top: 13px;
    font-size: 14px;
    font-family: 'LatoWeb';
}

a.footerLink:hover {
    background: #ffc065;
    border: 1px solid #ffc065;
    color: #302e29;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a.footerLink.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    padding-right: 0.5em;
}

a.footerLink.fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    padding-right: 0.5em;
}






/*  RESPONSIVE  ============================================================================= */

@media screen and (max-width: 1600px) {
    .nivo-caption {
        top: 79% !important;
    }
}

@media screen and (max-width: 1380px) {

    /* HEADER */
    .header_TopSpacer {
        top: 0% !important;
    }

    .spacer_0 {
        display: inline-block !important;
    }

    .header_scrollChange {
        width: 100% !important;
        left: 0% !important;
    }

    /* HOME SLIDESHOW */
    .nivo-caption {
        top: 50% !important;
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .nivo-directionNav a {
        top: 50% !important;
    }
}



@media screen and (max-width: 1280px) {

    /* HOME */
    .collage {
        height: 220px;
    }


    /* CONTACT */
    .contact {
        padding: 20px !important;
    }

    .contact_form {
        width: 100%;
    }

    .contact_info {
        width: 100%;
        margin-top: 30px;
        padding: 0px 0px;
    }

    .about {
        width: 100%;
        margin-top: 30px;
        padding: 20px;
    }

}



@media screen and (max-width: 1180px) {

    /* HOME */
    .homeAbout_Image {
        width: 100%;
    }

    .homeTabs ul li {
        width: 100%;
        font-size: 14px;
        line-height: 55px;
        border-right: 0px;
        border-bottom: 1px solid #302e29;
    }

    .homeAbout_Image img {
        float: none;
        margin-right: 0%;
        max-width: 580px;
    }

    .homeAbout_Text {
        width: 100%;
    }

    .homeAbout_Text span {
        float: none;
        width: 93%;
    }

    /* === */

    .collage {
        height: 180px;
    }

    .nivo-caption {
        top: 50% !important;
    }

    .below {
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {

    /* HEADER */
    .headerInfo {
        width: 605px;
    }

    nav.desktopNav ul li.level1 a {
        font-size: 12px !important;
    }

    img#headerLogo {
        width: 200px;
    }

    nav.desktopNav {
        margin: 5px auto 0 auto !important;
    }

    .header_scrollChange {
        height: 105px !important;
    }

    .header_scrollChange_spacer {
        height: 105px !important;
    }

    /* HEADER - SMALLER*/
    .header_scrollChange.smaller .headerInfo {
        width: 605px;
    }

    .header_scrollChange.smaller {
        height: 89px !important;
    }

    .header_scrollChange.smaller nav.desktopNav ul li.level1 a {
        line-height: 37px;
    }
}


@media screen and (max-width: 900px) {



    /* HOME */
    .nivo-caption p {
        display: none !important;
    }

    .homeTabs ul li {
        width: 100%;
        font-size: 14px;
        line-height: 55px;
        border-right: 0px;
        border-bottom: 1px solid #302e29;
    }

    .homeTabs ul li:last-child {
        border-bottom: 0px;
    }

    /* === */

    .homeAbout_Image {
        display: none !important;
    }

    .homeAbout_Title {
        margin-bottom: 15px;
    }

    /* === */

    .collage h2 {
        font-size: 2.2em;
    }

    .icon-sidebar {
        display: none;
    }

    .store_content {
        padding: 20px 20px;
    }

    .parts-button a {
        width: 100%;
        font-size: 16px;
    }
}



@media screen and (max-width: 870px) {
    .store_content {}

    /* HEADER */
    a#headerLogoLink {
        float: none;
    }

    img#headerLogo {
        float: none;
        margin-left: 0px;
    }

    .headerInfo {
        width: auto;
        margin-top: 30px;
    }

    ul.headerContact {
        display: none !important;
    }

    nav.desktopNav {
        display: none !important;
    }

    button#showLeftPush {
        background: none;
        border: 0px;
        display: inline-block !important;
        position: absolute;
        right: 20px;
    }


    /* HEADER - SMALLER */
    .header_scrollChange.smaller img#headerLogo {
        float: none;
    }

    .header_scrollChange.smaller a#headerLogoLink {
        float: none;
    }

    .header_scrollChange.smaller .headerInfo {
        width: auto;
        margin-top: 20px;
    }


    /* MANUALS */
    .manualsBox span {
        font-size: 12px;
    }

}



@media screen and (max-width: 600px) {

    /* HOME */
    .homeAbout_Title h1 {
        font-size: 28px;
    }


    /* FOOTER */
    .footer {
        padding: 0px 0% !important;
    }

    .footer ul {
        width: 100%;
        padding: 40px 20px;
    }

    .footer ul li {
        text-align: center !important;
        display: inline-block;
        float: none;
        margin-right: 6px;
    }

    a.footerLink {
        border: 1px solid #000;
        margin-left: 0px;
        margin-top: 0px;
        width: 50%;
        background: #000;
        border-left: 0px;
        border-right: 1px solid #302e29;
        border-bottom: 0px;
        border-top: 0px;
    }

    .invside {
        width: 100%;
        height: auto;
    }

    .invlist {
        width: 100%;
        margin: 5px .5%;
    }

    #notfull {
        width: 100% !important;
    }

    .invlist li a {
        width: 47%;
        margin: 5px 1%;
    }

    .nivo-caption {
        top: 36% !important;
    }

    .financehalf {
        width: 100%;
        padding: 20px 0;
    }

}

@media screen and (max-width:414px) {
    .nivo-caption {
        top: 48% !important;
    }


    .parts-button a {
        margin: 0 auto;
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width:400px) {
    .nivo-caption {
        top: 47% !important;
    }


    .parts-button a {
        margin: 0 auto;
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width:350px) {
    .invlist li a {
        width: 96%;
        margin: 5px 1%;
    }
}

.buttons {
    /*! CSS Used from: https://www.agwestimp.net/css/style.css?v=1.0 */
}

.buttons div,
.buttons a {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons ::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.buttons a {
    text-decoration: none !important;
}

.topStuff a {
    color: #999;
}

.buttons a:hover {
    text-decoration: underline;
}

.buttons .showroom a {
    font-size: calc(1.2rem + ((0.75vw - 7.68px) * 2.1701));
    font-family: 'Oswald', sans-serif;
    color: white;
}

.buttons #logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1130px;
}

.buttons .logos2 {
    justify-content: center;
}

.buttons .showroom a {
    min-width: 210px;
    height: 210px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 8px;
    color: white;
    background-position: center !important;
    background-size: cover !important;
    transition: all 0.2s;
    border-radius: 3px;
    font-size: 18px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-family: 'LatoWebBlack';
}

.buttons.jeep .showroom a:not(.exception) {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    color: black;
}

.buttons.jeep {}

.buttons .showroom a:hover {
    transition: all 0.2s;
    transform: scale(1.07);
    text-shadow: 0 0 15px black;
    -webkit-transform: translateZ(2);
}

.buttons div {
    color: white;
    VARIANT: JIS04;
    FONT-VARIANT: JIS04;
}

.centerText {
    text-align: center;
    color: black !important;
    font-size: 20px;
    font-family: 'LatoWeb';
    padding: 20px 0 !important;
}

.topStuff {
    text-align: left;
    padding-top: calc(2.6875rem + ((1vw - 7.68px) * 1.7361)) !important;
    max-width: 1130px;
    color: #999 !important;
    font-family: 'LatoWeb';
    padding-bottom: 10px !important;
}

.topStuff h1 {
    color: black;
    text-transform: uppercase;
}

@media only screen and (max-width: 649px) {

    /*! CSS Used fontfaces */
    .buttons .showroom a {
        font-size: 17px !important;
    }

    .buttons .showroom a {
        height: 160px;
        min-width: 160px;
    }
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}