@import url(https://fonts.googleapis.com/css?family=Raleway);

.notShop {
    /* RESET 
   ------------------------------------------------*/
}

.notShop html,
.notShop body,
.notShop div,
.notShop span,
.notShop applet,
.notShop object,
.notShop iframe,
.notShop h1,
.notShop h2,
.notShop h3,
.notShop h4,
.notShop h5,
.notShop h6,
.notShop p,
.notShop blockquote,
.notShop pre,
.notShop a,
.notShop abbr,
.notShop acronym,
.notShop address,
.notShop big,
.notShop cite,
.notShop code,
.notShop del,
.notShop dfn,
.notShop em,
.notShop font,
.notShop img,
.notShop ins,
.notShop kbd,
.notShop q,
.notShop s,
.notShop samp,
.notShop small,
.notShop strike,
.notShop strong,
.notShop sub,
.notShop sup,
.notShop tt,
.notShop var,
.notShop b,
.notShop u,
.notShop i,
.notShop center,
.notShop dl,
.notShop dt,
.notShop dd,
.notShop ol,
.notShop ul,
.notShop li,
.notShop fieldset,
.notShop form,
.notShop label,
.notShop legend,
.notShop table,
.notShop caption,
.notShop tbody,
.notShop tfoot,
.notShop thead,
.notShop tr,
.notShop th,
.notShop td {
    font-family: 'Montserrat', sans-serif;
    /* margin: 0 auto; */
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.notShop .detail-content {
    padding: 20px 0 !important;
}

.notShop span.option-name {
    text-align: initial;
    /* margin-top: 0; */
    padding-left: 4px;
    margin-top: 0 !important;
}

.notShop blockquote,
.notShop q {
    quotes: none;
}

.notShop blockquote:before,
.notShop blockquote:after,
.notShop q:before,
.notShop q:after {
    content: '';
    /* TEXT/LINK FORMATTING
   ------------------------------------------------*/
    /* LINKS */
}

.notShop a:link,
.notShop a:visited {
    color: #06236A;
    text-decoration: none;
}

.notShop a:hover,
.notShop a:active {
    color: #000;
    text-decoration: none;
    /* PARAGRAPH/LIST/GENERAL TEXT */
}

.notShop p,
.notShop ul,
.notShop li {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.notShop .whitetext {
    color: #fff;
    /* HEADERS */
}

.notShop h1,
.notShop h2,
.notShop h3,
.notShop h4,
.notShop h5,
.notShop h6 {
    line-height: normal;
}

.notShop h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 100;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 1px 1px 4px #404040;
}

.notShop .container.cf h1 {
    color: initial;
    text-shadow: initial;
}

.notShop h2 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

.notShop h3 {
    font-size: 22px;
    color: #0f0f0f;
    font-weight: bold;
}

.notShop h4 {
    font-size: 18px;
    color: #c30023;
    font-weight: bold;
}

.notShop h5 {
    font-size: 16px;
}

.notShop h6 {
    font-size: 16px;
    color: #003d7c;
    font-weight: 700;
}

.notShop .NotSet {
    display: none;
    /* GLOBAL SITE FRAMEWORK
   ------------------------------------------------*/
}

.notShop .clear {
    clear: both;
}

.notShop .text-left {
    text-align: left !important;
}

.notShop .text-right {
    text-align: right !important;
}

.notShop .shadow {
    box-shadow: 0 1px 5px #363636;
}

.notShop .shadow-dark {
    box-shadow: 0 0 10px #0f0f0f;
}

.notShop .skew {
    transform: skewX(-20deg);
}

.notShop .unskew {
    transform: skewX(20deg);
}

.notShop .wrap {
    max-width: 1200px;
}

.notShop .inv-wrap {
    max-width: 1200px;
    margin: 40px auto;
    background: #ffffff;
}

.notShop .inv-wrap section {
    display: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    overflow-x: hidden;
    background: url(/templates/zomertrucks.com/siteart/diamondplate.jpg) repeat !important;
    min-width: 320px;
    line-height: 1.4;
    webkit-text-size-adjust: none;
}

.notShop ::selection {
    color: #fff;
    background: #356088;
}

.notShop ::-moz-selection {
    color: #fff;
    background: #356088;
}

.notShop .sub-page {
    width: 100%;
    background: #fff;
    margin: 40px auto;
}

.notShop .sub-page p {
    color: #000;
}

.notShop .sub-page h1 {
    color: #000;
    font-size: 36px;
    font-weight: 900;
}

.notShop .contact-info {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #06236A;
    border-left: 1px solid #06236A;
    border-right: 1px solid #06236A;
}

.notShop .contact-info p {
    display: inline-block;
    width: 32%;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
    padding: 0 10px 0 0;
}

.notShop .map {
    width: 100%;
    display: block;
    border-bottom: 1px solid #06236A;
    border-left: 1px solid #06236A;
    border-right: 1px solid #06236A;
}

.notShop .wrapper {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    /* HEADER
   ------------------------------------------------*/
}

.notShop .header {
    width: 104%;
    height: 160px;
    margin: 0 auto;
    border-bottom: 6px solid #fff;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.notShop .left-white {
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    bottom: 46px;
    background: #f5f5f5;
    z-index: 9;
}

.notShop .siouxfalls-right {
    width: 14%;
    /* height: 150px; */
    display: inline-block;
    text-align: center;
}

.notShop .address-container-siouxfalls {
    width: 100%;
    display: block;
    text-align: center;
    background: #06236A;
    box-shadow: 0 1px 5px #363636;
    margin: 5px 0 0 0;
}

.notShop .address {
    font-size: 20px;
    text-shadow: 0 1px 2px #363636;
    font-weight: 300;
    padding: 10px;
    /*  LOCATIONS BUTTON IN HEADER
   -------------------------------------*/
}

.notShop .locations-container-siouxfalls {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}

.notShop .locations {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}

.notShop .button_sliding_bg {
    border: 1px solid #4E4C4C;
    color: #31302B;
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #4E4C4C;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.notShop .button_sliding_bg:hover {
    box-shadow: inset 400px 0 0 0 #4E4C4C;
    color: #FFF !important;
}

.notShop .button_sliding_bg p:hover {
    color: #fff;
    /* LOGO-left
   ------------------------------------------------*/
}

.notShop .logo-left-siouxfalls-container {
    width: 78%;
    height: 150px;
    display: inline-block;
    background: #000;
    margin-right: 6px;
    vertical-align: top;
    box-shadow: 0 1px 5px #363636;
    margin-left: 31px;
}

.notShop .centerStuff {
    display: flex;
    align-items: center;
    color: white;
}

.notShop .centerStuff .siouxfalls-right {
    transform: skew(0deg);
    margin: 30px 30px 0 0;
    width: 25%;
}

.notShop .logo-left-siouxfalls {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.notShop .logo-left-siouxfalls img {
    width: 20%;
    margin: 10px 0 0 116px;
    /*  MAIN
   ------------------------------------------------*/
}

.notShop .heading-white-left {
    display: inline-block;
    width: 38%;
    min-height: 50px;
    margin: 0 6px 0 0;
    background: #f5f5f5;
}

.notShop .heading-white-right {
    position: relative;
    display: inline-block;
    width: 50%;
    min-height: 50px;
    margin: 0;
    background: #06236A;
    background: -webkit-linear-gradient(top, #06236A -1%, #d31919 0%, #e05e5e 50%, #06236A 100%);
    background: linear-gradient(to bottom, #06236A -1%, #d31919 0%, #e05e5e 50%, #06236A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D31901', endColorstr='#D8322F', GradientType=0);
    vertical-align: top;
    overflow: hidden;
}

.notShop .hero-image {
    width: 100%;
    margin: 0 auto;
}

.notShop .hero-image img {
    width: 100%;
}

.notShop .main {
    padding: 0;
}

.notShop .main-holder {
    position: relative;
    display: flex;
    width: 120%;
    margin: 40px auto;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    background: #fff;
}

.notShop .main-holder-heading {
    position: relative;
    display: flex;
    width: 120%;
    margin: 40px auto;
    border-top: 6px solid #a6a6a6;
    border-bottom: 6px solid #a6a6a6;
    background: #a6a6a6;
}

.notShop .inventory-button {
    display: inline-block;
    width: 43%;
    margin: 0 10px;
    padding: 10px 0;
    border: 4px solid #0032AD;
    background: #06236A;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    border-radius: 10px;
    transition-duration: 0.2s;
}

.notShop .inventory-button:hover {
    background: rgba(0, 50, 173, 0.8);
    text-shadow: 1px 1px 8px #000;
}

.notShop .fourhundred-conatiner {
    display: table;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.notShop .fivehundred-conatiner {
    display: table;
    max-width: 500px;
    margin: auto 60px;
    text-align: left;
}

.notShop .fivehundred-inset {
    max-width: 500px;
    margin: 25px 0 30px;
    text-align: left;
    color: #fff;
}

.notShop .main-white-fill {
    position: absolute;
    width: 16%;
    margin: auto 0;
    left: 0;
    top: 0;
    bottom: 0;
    *bottom: 5px;
    background: #000;
}

.notShop .main-white-left {
    display: inline-flex;
    width: 38%;
    min-height: 390px;
    margin: 0 6px 0 0;
    padding: 20px 0;
    background: #000;
}

.notShop .main-white-right {
    position: relative;
    display: inline-block;
    width: 52%;
    min-height: 390px;
    margin: 0;
    background: #f5f5f5;
    vertical-align: top;
    overflow: hidden;
}

.notShop .main-white-right:before {
    content: " ";
    width: 100%;
    height: 100%;
    transform: skewX(20deg);
    background: url(../siteart/3.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    transform-origin: bottom left;
    box-shadow: inset 0 0 5px #0f0f0f;
}

.notShop .sub-white-left {
    display: inline-flex;
    width: 55%;
    min-height: 390px;
    margin: 0 6px 0 0;
    padding: 20px 0;
    background: #000;
}

.notShop .sub-white-left h1 {
    text-align: left;
}

.notShop .parts-white-right {
    position: relative;
    display: inline-block;
    width: 52%;
    min-height: 390px;
    margin: 0;
    background: #000;
    vertical-align: top;
    overflow: hidden;
    color: #fff;
}

.notShop .parts-white-right:before {
    content: " ";
    width: 84%;
    height: 100%;
    transform: skewX(20deg);
    background: url(../siteart/2.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    transform-origin: bottom left;
    box-shadow: inset 0 0 5px #0f0f0f;
}

.notShop .rentals-white-right {
    position: relative;
    display: inline-block;
    width: 52%;
    min-height: 390px;
    margin: 0;
    background: #f5f5f5;
    vertical-align: top;
    overflow: hidden;
}

.notShop .rentals-white-right:before {
    content: " ";
    width: 73%;
    height: 100%;
    transform: skewX(20deg);
    background: url(../siteart/12.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    transform-origin: bottom left;
    box-shadow: inset 0 0 5px #0f0f0f;
}

.notShop .buying-white-right {
    position: relative;
    display: inline-block;
    width: 52%;
    min-height: 390px;
    margin: 0;
    background: #f5f5f5;
    vertical-align: top;
    overflow: hidden;
}

.notShop .buying-white-right:before {
    content: " ";
    width: 81%;
    height: 100%;
    transform: skewX(20deg);
    background: url(../siteart/10.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    transform-origin: bottom left;
    box-shadow: inset 0 0 5px #0f0f0f;
}

.notShop .main-white-right-two {
    position: relative;
    display: inline-block;
    width: 52.5%;
    min-height: 390px;
    margin: 0;
    background: #f5f5f5;
    vertical-align: top;
    overflow: hidden;
}

.notShop .main-white-right-two:before {
    content: " ";
    width: 100%;
    height: 100%;
    transform: skewX(20deg);
    background: url(../siteart/FLAT-BED-TRAILER.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    transform-origin: bottom left;
    box-shadow: inset 0 0 5px #0f0f0f;
}

.notShop .main-white-right iframe {
    width: 100%;
    height: 100%;
    transform: skewX(20deg);
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: bottom left;
    box-shadow: inset 0 0 5px #0f0f0f;
    /*  DETAILED SEARCH
   ------------------------------------------------*/
}

.notShop .detailed-search-wrap {
    background: #fff;
    padding: 20px 0;
}

.notShop .content {
    width: 85%;
    margin: 0 7.5%;
}

.notShop .detailed-form {
    margin: auto;
}

.notShop .clear {
    clear: both;
}

.notShop .detailed-row {
    margin: 10px 0 5px;
    font-size: 18px;
}

.notShop .column3 {
    width: 33.33%;
    width: 31%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.notShop .column7 {
    width: 66.66%;
    width: 31%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.notShop .last {
    padding-right: 0px;
}

.notShop .detailed-search input[type='submit'] {
    font-size: 16px;
    background: #06236A;
    width: 100%;
    margin-top: 2px;
    height: 40px;
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.notShop .detailed-search input[type='submit']:hover {
    background: #fff;
    color: #06236A;
    border: 1px solid #06236A;
}

.notShop .detailed-search input[type='text'],
.notShop .detailed-search select {
    width: 100%;
    margin: 2px 0;
    padding: 0 8px;
    font-size: 15px;
    height: 40px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.notShop .detailed-search-wrap h3 span {
    color: #d7d7d7;
}

.notShop main {
    width: 100%;
    padding: 50px;
    margin: 0 auto;
}

.notShop .notShop .section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.notShop label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.notShop .container.cf label {
    padding: initial;
}

.notShop label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    /*label[for*='1']:before { content: '\f1cb'; }
   label[for*='2']:before { content: '\f17d'; }
   label[for*='3']:before { content: '\f16b'; }
   label[for*='4']:before { content: '\f1a9'; }*/
}

.notShop label:hover {
    color: #888;
    cursor: pointer;
}

.notShop input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #06236A;
    border-bottom: 1px solid #fff;
}

.notShop #tab1:checked ~ #content1,
.notShop #tab2:checked ~ #content2,
.notShop #tab3:checked ~ #content3,
.notShop #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    .notShop label {
        font-size: 0;
    }

    .notShop label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {

    /*  STAFF PAGE
   ------------------------------------------------*/
    .notShop label {
        padding: 15px;
    }
}

.notShop .staff-page h2 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid gray;
    color: #000;
    margin-top: 30px;
}

.notShop .full-screen {
    display: block;
}

.notShop .mobile {
    display: none;
    /*
   .staff{
   width:100%;
   display:block;
   margin:0 auto;
   text-align:left;
   }
   .staff img{
   display:inline-block;
   width:12%;
   margin:20px 0;
   text-align:left;
   vertical-align:middle;
   }
   .staff-about{
   width:70%;
   display:inline-block;
   margin:0 0 0 65px;
   text-align:left;
   border-left:2px solid gray;
   padding-left:20px;
   vertical-align:middle;
   }
   .staff p{transform: skewX(20deg);font-size:14px;padding-left:15px;}
   .staff h3{transform: skewX(20deg);}*/
}

.notShop .snip1584 {
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px 8px;
    min-width: 215px;
    max-width: 240px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}

.notShop .snip1584 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.notShop .snip1584:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 100%;
    content: '';
    background-color: rgba(51, 51, 51, 0.9);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.notShop .snip1584 img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
    width: 240px;
}

.notShop .snip1584 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notShop .snip1584 h3,
.notShop .snip1584 h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

.notShop .snip1584 h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
}

.notShop .snip1584 h5 {
    font-weight: 100;
    background-color: #06236a;
    padding: 3px 10px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 12px;
}

.notShop .snip1584 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.notShop .snip1584:hover:before,
.notShop .snip1584.hover:before {
    top: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.notShop .snip1584:hover h3,
.notShop .snip1584.hover h3,
.notShop .snip1584:hover h5,
.notShop .snip1584.hover h5 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.notShop .snip1584:hover h3,
.notShop .snip1584.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.notShop .snip1584:hover h5,
.notShop .snip1584.hover h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 100%;
    /*    INVENTORY STYLES
   --------------------------------------------*/
}

.notShop .hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    color: #000;
}

.notShop .listings-wrapper .hosted-theme .btn {
    background: #4E4C4C !important;
}

.notShop .listings-wrapper .hosted-theme .btn:hover {
    background: #eaeaea !important;
}

.notShop .hosted-content h1 {
    color: #000 !important;
    text-shadow: none !important;
    /*  FOOTER
   ------------------------------------------------*/
}

.notShop .footer {
    position: relative;
    width: 100%;
    padding: 30px 10px 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 35%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 35%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 35%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    text-align: center;
    box-sizing: border-box;
}

.notShop .contact-footer {
    width: 100%;
    margin-top: 30px;
    background: #06236A;
}

.notShop .contact-footer h2 {
    font-size: 30px;
}

.notShop .cf-info {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.notShop .cf-info p {
    width: 33%;
    padding: 5px 0;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}

.notShop .cf-info a {
    color: #fff;
    text-decoration: underline;
    vertical-align: top;
}

.notShop .cf-info a:hover {
    color: #fff;
    text-decoration: none;
}

.notShop .cf-info img {
    display: inline-block;
    width: 30px;
}

.notShop .manu-holder {
    width: 55%;
    margin: 0 auto 0 0;
    float: left;
    text-align: left;
}

.notShop .manu-holder img {
    display: inline-block;
    width: 24%;
    min-width: 150px;
    max-width: 250px;
    margin: 30px 20px 0;
    float: left;
    /*  Stylized Footers 
   ------------------------------------------------*/
}

.notShop .divfooter {
    max-width: 530px;
    display: block;
    color: #eaeaea;
    margin: 25px 0 0 auto;
    line-height: 1;
    text-align: right;
}

.notShop .footertext {
    color: #eaeaea;
    font-size: 11px;
}

.notShop a.footerlink:link,
.notShop a.footerlink:visited,
.notShop a.footerlink:active {
    color: #eaeaea;
    font-size: 11px;
    text-decoration: underline;
}

.notShop a.footerlink:hover {
    color: #eaeaea;
    font-size: 11px;
    text-decoration: none;
}

.notShop .smallfootertext {
    color: #eaeaea;
    font-size: 11px;
}

@media screen and (max-width: 1515px) {
    .notShop .logo-left-siouxfalls img {
        margin: 20px 0 0 30px;
    }
}

@media screen and (max-width: 1190px) {
    .notShop .header {
        width: 102%;
        height: 145px;
    }

    .notShop .logo-left-siouxfalls img {
        width: 30%;
        margin: -40px 0 0 30px;
    }

    .notShop .siouxfalls-right {
        height: 150px;
    }

    .notShop .locations {
        font-size: 16px;
    }

    .notShop .address {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .notShop .skew {
        transform: skewX(0deg);
    }

    .notShop .unskew {
        transform: skewX(0deg);
    }

    .notShop .main-white-right iframe {
        transform: skewX(0deg);
    }

    .notShop .main-white-right:before {
        transform: skewX(0deg);
    }

    .notShop .parts-white-right:before {
        transform: skewX(0deg);
    }

    .notShop .rentals-white-right:before {
        transform: skewX(0deg);
    }

    .notShop .buying-white-right:before {
        transform: skewX(0deg);
    }

    .notShop .main-white-right-two:before {
        transform: skewX(0deg);
    }

    .notShop .contact-white-left:before {
        transform: skewX(0deg);
    }

    .notShop .contact-white-right:before {
        transform: skewX(0deg);
    }

    .notShop .main-white-fill {
        display: none;
    }

    .notShop .left-white {
        display: none;
    }

    .notShop .header {
        width: 100%;
    }

    .notShop .logo-left-siouxfalls-container {
        margin-left: 10px;
    }

    .notShop .siouxfalls-right {
        width: 19%;
    }

    .notShop .contact-white-left {
        width: 50%;
        margin: 0;
    }

    .notShop .contact-white-right {
        width: 50%;
        margin: 0;
    }

    .notShop .contact-holder {
        width: 100%;
        box-sizing: border-box;
    }

    .notShop .divfooter {
        margin: 20px auto 10px;
        text-align: center;
    }

    .notShop .manu-holder {
        float: none;
        width: 100%;
        text-align: center;
    }

    .notShop .manu-holder img {
        float: none;
    }

    .notShop .full-screen {
        display: none;
    }

    .notShop .mobile {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .notShop .contact-info p {
        font-size: 16px;
        width: 30%;
    }
}

@media screen and (max-width: 950px) {
    .notShop .button_sliding_bg:hover {
        box-shadow: inset 1000px 0 0 0 #4E4C4C;
    }

    .notShop .logo-left-siouxfalls {
        text-align: center;
    }

    .notShop .logo-left-siouxfalls img {
        width: 26%;
        margin: 20px;
    }

    .notShop .centerStuff {
        flex-direction: column;
    }

    .notShop .logo-left-siouxfalls-container {
        height: 270px;
        width: 98%;
    }

    .notShop .header {
        height: auto;
    }

    .notShop .siouxfalls-right {
        width: 96%;
        margin: 10px;
        height: auto;
    }

    .notShop .centerStuff .siouxfalls-right {
        margin: 30px 0;
        width: 80%;
    }

    .notShop .heading-white-left {
        width: 49%;
        float: left;
        margin: 0 1% 0 0;
    }

    .notShop .main-holder-heading {
        width: 100%;
        box-sizing: border-box;
    }

    .notShop .main-holder {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .notShop .main-white-left {
        width: 100%;
        margin: 0;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .notShop .main-white-right {
        display: none;
    }

    .notShop .main-white-right-two {
        display: block;
        width: 100%;
    }

    .notShop .fivehundred-conatiner {
        margin: auto;
        padding: 10px;
    }

    .notShop .contact-white-left {
        width: 100%;
    }

    .notShop .contact-white-right {
        display: none;
    }

    .notShop .sub-white-left {
        width: 100%;
    }

    .notShop .parts-white-right {
        width: 100%;
    }

    .notShop .buying-white-right {
        width: 100%;
    }

    .notShop .rentals-white-right {
        width: 100%;
    }

    .notShop p {
        font-size: 16px;
    }

    .notShop .fourhundred-conatiner {
        padding: 10px;
    }

    .notShop .parts-white-right:before {
        width: 100%;
    }

    .notShop .rentals-white-right:before {
        width: 100%;
    }

    .notShop .buying-white-right:before {
        width: 112%;
    }
}

@media screen and (max-width: 910px) {
    .notShop label {
        width: 41%;
    }

    .notShop input:checked + label {
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 880px) {
    .notShop .cf-info p {
        width: 100%;
        padding: 15px 0;
    }
}

@media screen and (max-width: 760px) {
    .notShop .contact-info p {
        width: 90%;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 730px) {
    .notShop label {
        width: 85%;
    }

    .notShop .column3 {
        width: 100%;
    }

    .notShop .last {
        padding-right: 20px;
    }
}

@media screen and (max-width: 650px) {
    .notShop label {
        font-size: 16px;
    }
}

@media screen and (max-width: 625px) {
    .notShop .heading-white-right {
        display: none;
    }

    .notShop .heading-white-left {
        float: none;
        width: 100%;
        margin: 0;
        border-top: 2px solid #ef5626;
        border-bottom: 2px solid #ef5626;
    }

    .notShop .logo-left-siouxfalls-container {
        width: 96%;
        height: auto !important;
    }

    .notShop .logo-left-siouxfalls img {
        width: 50%;
        margin: 20px;
    }

    .notShop .address-container-siouxfalls {
        width: 100%;
        height: auto;
    }

    .notShop .address {
        padding: 10px 0;
    }
}

@media screen and (max-width: 625px) {
    .notShop .inventory-button {
        width: 90%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 570px) {
    .notShop .staff-page {
        text-align: center;
    }

    .notShop .staff-page h2 {
        text-align: center;
    }

    .notShop .main-holder {
        overflow: hidden;
    }
}
