﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
p,
a,
img,
strong,
b,
i,
ul,
li,
form,
label {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ul {}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
footer {
    display: block;
}

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
    background: #eeefea;
    overflow-x: hidden;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: #000 1px solid;
}

/*--- HEADER STYLES ---------------------*/
header {}

.notInv div,
.notInv h1,
.notInv h2,
.notInv img {
    /*     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;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

h1,
h2 {
    line-height: normal;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}

.titles h2 {
    font-family: bookman-jf-pro, serif;
    font-weight: 400;
    font-style: italic;
    color: white;
    font-size: 55px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.46);
    margin-bottom: calc(0.625rem + ((1vw - 6.5px) * 2.7559));
    text-align: right;
    margin-right: 15.104166666666666VW;
    margin-left: 15.104166666666666VW;
}

#hero {
    position: relative;
    top: 0px;
}

main {
    margin-top: calc(0.625rem + ((1vw - 3.2px) * 1.6875));
    display: block;
}

#otherPage iframe[src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d28410.080241331558!2d-94.92822779136061!3d41.54236089687785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87ecc8f09a9cc6af%3A0x57614bae0340180b!2s107%20Lincoln%20St%2C%20Brayton%2C%20IA%2050042!5e0!3m2!1sen!2sus!4v1693928770024!5m2!1sen!2sus"] {
    margin-top: calc(0.625rem + ((1vw - 3.2px) * 1.6875));
}

#hero::after {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 0) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(0, 0, 0, 1)), color-stop(1, rgba(2, 2, 2, 0)));
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#020202' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(2, 2, 2, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='#000000', GradientType=0);
    z-index: 599;
}

#hero .titles {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 600;
}

.titles {}

.notInv div {
    color: white;
}

@media only screen and (max-width: 649px) {
    #hero::after {
        display: none !important;
    }

    #hero .titles {
        display: none;
    }

    .titles h2 {
        font-size: calc(1.4375rem + ((1vw - 3.2px) * 1.5198));
    }
}

@media screen {
    .sp-image {}

    .normal {
        width: 100vw;
    }
}

/*---BODY--------------------------------*/

.notInv main div,
.notInv main h1,
.notInv main h2,
.notInv main p {
    margin: 0 auto;
}


.notInv div,
.notInv h1,
.notInv h2,
.notInv p {
    /* 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;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

h1,
h2 {
    line-height: normal;
    font-weight: normal;
    font-family: 'Racing Sans One', cursive;
}

h3,
h4 {
    font-family: 'Racing Sans One', cursive;
    font-weight: 200;
}

h4 {
    font-size: 1.5625VW;
}

h3 {
    font-size: 2.083333333333333VW;
}

.notInv #inventory h3 {
    font-size: 22px;
}

.notInv section {
    padding: calc(0.9375rem + ((1vw - 7.68px) * 3.0382)) 0;
}

section:last-of-type {}

#intro {
    background: linear-gradient(to right, rgba(144, 29, 30, 0) 0%, rgba(144, 29, 30, 0) 35%, rgba(144, 29, 30, 1) 50%), url("../siteart/punchsideGooseneck.jpg") no-repeat left 50%/50%;
}

.contact #intro {
    background: rgba(144, 29, 30, 1);
}

section#intro.invExcep {
    background: none;
}

.AT #intro {
    background: none;
}

.notInv #intro h2,
.notInv h2.action {
    font-family: 'Racing Sans One', cursive;
    font-style: normal;
    text-align: left;
    font-size: calc(1.5625rem + ((1vw - 10.21px) * 1.6685));
    margin: 0;
    text-shadow: none;
}

.notInv .contact #intro h2,
.notInv .contact h2.action {
    font-size: 35px;
    padding-bottom: 10px;
}

.notInv #inventory #intro h2 {
    font-size: 20px;
    padding: 0 10px;
}

.secContent {
    width: calc(29.0625rem + ((1vw - 10.2px) * 33.6667));
}

.right .secContent {
    margin-right: calc(1.875rem + ((1vw - 10.21px) * 10.0111));
}

.notInv .secContent a {
    color: white;
}

.secContent a:hover {
    text-decoration: underline !important;
}

.notInv .secContent a {
    text-decoration: underline;
}

.secContent ul {
    list-style-position: inside;
}

.secContent p {
    margin: 0 !important;
}

.notInv .secContent {
    font-size: calc(1.2rem + ((0.75vw - 7.68px) * 2.1701));
    color: white;
    font-family: bookman-jf-pro, serif;
    font-size: calc(0.6875rem + ((1vw - 10.21px) * 0.4449));
    display: flex;
    flex-direction: column;
}

#inventory .secContent {
    max-width: 1674px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

#intro .titles {
    margin-bottom: 3px;
    margin-left: 0;
}

.titles.contactCenter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.notInv div {
    color: white;
}

@media only screen and (max-width: 825px) {
    .secContent {
        width: 100%;
        margin-right: 0 !important;
    }

    .titles h2 {}

    .secContent p {
        padding: 10px 25px 5px 0;
        width: 100%;
    }

    .secContent p {
        font-size: 12px !important;
        padding: 0 !important;
    }

    .secContent ul {
        font-size: 12px;
    }

    .notInv section {
        padding: 15px;
    }

    .notInv #intro {
        background: rgba(144, 29, 30, 1);
        padding: 15px 15px !important;
    }
}

.notInv h2.action {
    text-align: center;
    color: #901d1e;
}

.notInv div,
.notInv 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;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

.bigLinks a {
    font-size: calc(1.2rem + ((0.75vw - 7.68px) * 2.1701));
    font-family: 'Oswald', sans-serif;
    color: white;
}

#quickLinks {
    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;
    justify-content: center;
    overflow: hidden;
}

.bigLinks a {
    min-width: 33.333333%;
    height: 25VW;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-position: center !important;
    background-size: cover !important;
    transition: all .2s;
    flex-direction: column;
    text-align: center;
    text-shadow: 0 0 15px black;
}

.bigLinks a:hover {
    transition: all .2s;
    transform: scale(1.07);
    -webkit-transform: translateZ(2);
    overflow: hidden;
}

.notInv div {
    color: white;
}

@media only screen and (max-width: 649px) {

    .notInv .label,
    .notInv h5,
    .notInv .contact .secContent a {
        font-size: 12px !important;
    }

    .notInv input {
        width: 100%;
    }

    #textarea {
        width: 270px !important;
    }

    .CaptchaPanel {
        width: 285px !important;
    }

    .bigLinks a {
        font-size: 17px !important;
    }

    .bigLinks a {
        height: 160px;
        min-width: 160px;
    }
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-top: -4px;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*--------FORM STYLES--------------------*/

.divTableBody {
    display: flex;
    flex-direction: column;
}

.table {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

#formLeft {
    /* padding-right: 20px; */
}

.label,
h5 {
    font-size: 15px;
    font-weight: 100;
}

.notInv input {
    width: 99%;
}

.CaptchaPanel {
    width: 360px;
}

#textarea {
    width: 328px;
    height: 122px;
    resize: none;
}

.notInv .secContent a {
    font-size: 15px;
    font-weight: 100 !important;
}

#centerSubmit {
    width: 100%;
    display: flex;
    justify-content: center;
}

#submit {
    border: none;
    background: black;
    color: white;
    padding: 10px;
    font-family: bookman-jf-pro, serif;
    font-weight: 100 !important;
    transition: .2s ease-in;
    cursor: pointer;
    border: none;
}

#submit:active {
    border: none;
}

#submit:hover {
    background: white;
    color: black;
}

/*-------- FOOTER STYLES ----------------*/
#footerFlex {
    display: flex;
    flex-direction: column;
    background: rgba(144, 29, 30, 1);
    height: 317px;
    text-align: center;
    justify-content: space-between;
    padding: 55px 0 35px;
}

footer #logoLinks a[href="/default.htm"] img {
    width: 270px;
}

footer #logoLinks {
    background: none;
    height: auto;
    position: static;
}

#bottom {
    font-family: bookman-jf-pro, serif;
    font-size: 15px;
    line-height: 19px;
}

footer a {
    font-family: bookman-jf-pro, serif;
    font-size: 15px;
    color: white;
}

footer a:hover {
    text-decoration: underline !important;
}

footer a:hover {
    text-decoration: underline;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.container {
    /* background: black; */
    max-width: 1360px;
    margin: 0 auto;
    padding: 15px 0;
}

.hosted-content .listings-wrapper,
.hosted-content .listings-detail-wrapper,
.hosted-content .listings-drilldown-wrapper,
.hosted-content h3,
.hosted-content h1,
.hosted-content h2,
.hosted-content h4,
.hosted-content h5,
.hosted-content .options li a {
    color: white !important;
}

.hosted-content a {
    color: white;
}

@-webkit-keyframes forceTan {
    from {
        color: #d8cbc7;
    }

    to {
        color: #d8cbc7;
    }
}

@keyframes forceTan {
    from {
        color: #d8cbc7;
    }

    to {
        color: #d8cbc7;
    }
}

.hosted-content .options li a:hover {
    -webkit-animation: 1s linear infinite forceTan;
    animation: 1s linear infinite forceTan;
}

@-webkit-keyframes forceGrey {
    from {
        background: #4d6059;
        border: none;
    }

    to {
        background: #4d6059;
        border: none;
    }
}

@keyframes forceGrey {
    from {
        background: #4d6059;
        border: none;
    }

    to {
        background: #4d6059;
        border: none;
    }
}

.hosted-content .dealers-list-wrapper .control-box.border.grey-background,
.hosted-content .listings-wrapper .control-box.border.grey-background {
    -webkit-animation: 1s linear infinite forceGrey;
    animation: 1s linear infinite forceGrey;
}

.hosted-content a:hover {
    color: #d8cbc7;
}

.hosted-content .widget-express-container,
.hosted-content .widget-nah-container,
.hosted-content .widget-nal-container,
.hosted-content .widget-ps-container,
.hosted-content .widget-unico-container,
.hosted-content .widget-costcalculator-container {
    background: #d8cbc7 !important;
}

.hosted-content .widget-express-container:hover,
.hosted-content .widget-nah-container:hover,
.hosted-content .widget-nal-container:hover,
.hosted-content .widget-ps-container:hover,
.hosted-content .widget-unico-container:hover,
.hosted-content .widget-costcalculator-container:hover {
    background: white !important;
}

.hosted-content {
    width: 100% !important;
    padding: 0 calc(1.375rem + ((1vw - 7.68px) * 3.4722));
}

.hosted-content .listings-detail-wrapper .information-box {
    border-top: 1px solid #ebebeb !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.hosted-content .listings-wrapper .sort-box {
    background: black !important;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    background: black !important;
}

.hosted-content input[type='submit']:hover,
.hosted-content button[type='submit']:hover,
.hosted-content .btn:hover,
.hosted-content .button:hover,
.hosted-content .listings-detail-wrapper .information-box .row:nth-child(even),
.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #4d6059 !important;
}

.hosted-content .listings-wrapper .border-bottom:not(.listing),
.hosted-content .listings-detail-wrapper .border-bottom:not(.listing),
.hosted-content .listings-drilldown-wrapper .border-bottom:not(.listing) {
    border-bottom: 2px solid white !important;
}

.listing {
    border-bottom: 2px solid black !important;
}

.notInv .container span,
.notInv .container ul li,
.notInv div {
    color: white;
}

.widgets a span,
.widgets-details a span {
    color: #4d6059;
}

.category-banner h3 {
    font-size: 20px;
}

@-moz-document url-prefix() {

    .closest-box.cf span,
    .pc-status,
    .showClosestFirstOnOff,
    .pc-status a {
        color: black;
    }
}

/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1600px) {
    #intro {
        background-size: contain;
    }
}

@media only screen and (max-width: 1316px) {
    .titles h2 {
        font-size: 4.079331VW;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width: 1020px) {
    #intro h2 {
        font-size: calc(1.75rem + ((1vw - 3.2px) * -0.2857));
    }

    .notInv h2.action {
        font-size: 19px;
    }

    #quickLinks a h4 {
        font-size: 16px !important;
    }

    footer #logoLinks img {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 410px) {
    #formLeft {
        padding: 0;
    }

    .labelForm {
        /* width: 188px !important; */
        resize: none;
        font-size: 16px;
    }

    #textarea {
        width: 270px !important;
        resize: none;
        font-size: 16px;
    }
}
