﻿/* BEGIN RESET */
* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    -webkit-text-size-adjust: none;
}

.rightpicarea {
    width: max(2450px, 106vw);
    margin-left: 2vw;
}

.rightpicarea img {
    width: 100%;
}

.picrow {
    display: flex;
}

.picrow {}

.leftrightpic {
    display: flex;
}

.picrow img {
    width: 50%;
    height: 10vw;
    object-fit: cover;
    margin-right: 1.4vw !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats h3 {
    color: #716d6b;
}

.detail-content .detail-additional-data h4 {
    color: #716d6b;
}

ol,
ul,
li {
    list-style: none;
    font-size: 15px;
    line-height: 20px;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 32px;
    padding-bottom: 5px;
}

h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.rentspage h3:not(.homeinventory *) {
    color: black !important;
}

h3.listing-portion-title {
    color: #716d6b;
}

h4 {
    font-size: 16px;
    color: #fbec00;
}

p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}

a {
    text-decoration: none;
}

a.yellowbtn {
    background: linear-gradient(#f5e200, #fdf000);
    padding: 10px 15px;
    line-height: 3.4;
    font-weight: bold;
    color: black;
}

/* BASIC STYLES */
#contentwrap {
    width: 90%;
    margin: 0 auto;
}

#pagewrap {
    width: 75%;
    padding: 30px 0;
    margin: 0 auto;
}

#colorwrap {
    background: #3e3d3c;
    margin-top: -5px;
    padding: 40px 0;
}

/* HEADER */
#topbar {
    background: linear-gradient(#f5e200, #fdf000);
    text-align: right;
    padding: 5px 0;
}

header {
    background: #716d6b;
    padding-bottom: 5px;
}

.logo {
    float: left;
    width: 18%;
    margin: -25px 0;
    z-index: 99999999999999;
    position: relative;
}

.logo img {
    width: 100%;
}

.navwrap {
    float: right;
    width: 80%;
    margin-top: 1.75%;
    text-align: right;
}

/* CONTENT STYLES */
body {
    overflow-x: hidden;
}

#main {
    width: 100%;
}

#main img {
    width: 100%;
}

.homeleft {
    float: left;
    width: 48%;
    padding: 30px 0;
}

.homeright {
    float: right;
    width: 48%;
    padding: 30px 0;
}

.wrapper {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.imageleft {
    float: left;
    width: 30%;
}

.imageleft img {
    width: 100%;
}

.partsright {
    float: right;
    width: 65%;
}

.partsright a {
    color: #000;
}

.partsright a:hover {
    color: #fdf000;
}

.pageright img {
    width: 100%;
}


.pageleft {
    float: left;
    width: 65%;
}

.pageright {
    float: right;
    width: 30%;
}

.pageright a {
    color: #000;
}

.pageright a:hover {
    color: #fdf000;
}

/* ICON BUTTONS */
.homeinventory {
    width: 25%;
    float: left;
    color: #fff;
}

.homeinventory img {
    width: 100%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 35%;
    text-align: center;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* FORM */
.formfield {
    display: inline-block;
    width: 47.5%;
    margin-right: 1.5%;
    margin-bottom: 5px;
}

.sign-up {
    padding: 10px 0;
    width: 100%;
}

.sign-up p {
    font-weight: bold;
    text-transform: uppercase;
}

.sign-up input.text {
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 3px 0 3px 10px;
}

.sign-up textarea {
    width: 96.8%;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 3px 0 3px 10px;
}

.sign-up select {
    width: 101.75%;
    color: #fff;
    background: #3e3d3c;
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 3px 5px 3px 10px;
}

#formpage {
    vertical-align: top;
}

#formpage div {
    vertical-align: top;
    padding: 5px;
}

#formpage input {
    padding: 5px;
    color: #8e8d8d;
    font-size: 12px;
}

#formpage textarea {
    padding: 6px 5px;
    color: #8e8d8d;
    font-size: 12px;
}

#formpage select {
    width: 101.5%;
    border: 1px solid #8e8d8d;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
}

#formpage input {
    width: 100%;
}

#formpage input.larger {
    width: 100%;
}

#formpage textarea {
    width: 100%;
    height: 85px;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage select:focus {
    color: #000;
    outline-style: none;
}

input.text {
    padding: 5px;
    border: 1px solid #000;
}

textarea {
    border: 1px solid #333;
}

/* controls the submission button */
input.button,
#formpage input.button:focus {
    width: 100%;
    padding: 3px 0;
    background: linear-gradient(#f5e200, #fdf000);
    font-size: 16px;
    border: 2px #fdf000 solid;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
}

input.button:hover {
    background: linear-gradient(#fdf000, #f5e200);
    font-size: 16px;
}

a.button {
    width: 101.5%;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(#f5e200, #fdf000);
}

a.button:hover {
    text-decoration: none;
    background: linear-gradient(#fdf000, #f5e200);
}

/*control the Captcha */
.CaptchaAnswerPanel {
    padding: 0px 0 !important;
    border: 1px solid #8e8d8d;
    background: #fff;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
    line-height: normal !important;
    color: #fff;
}

.CaptchaImagePanel {
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    color: #ccc;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: px 0 15px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #ccc;
    line-height: 12px;
    font-size: 12px;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

img {
    margin: 0 auto !important;
}

/* SCROLLING INVENTORY */
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/* FOOTER */
footer {
    background: #716d6b;
    color: #fff;
    padding: 20px 0 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #3e3d3c;
}

.three_column {
    display: inline-block;
    width: 18%;
    border-right: 1px solid #ccc;
    height: 200px;
    margin-right: 8%;
    vertical-align: top;
}

.three_column img {
    width: 50%;
    margin-top: 10px;
}

.three_column_last {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    line-height: 40px;
    padding-bottom: 50px;
}

.three_column_last img {
    vertical-align: top;
    width: 10%;
    margin-top: 5px;
}

.bottombar {
    background: linear-gradient(#f5e200, #fdf000);
    color: #000;
    padding: 10px 0;
    font-size: 14px;
}

.bottomleft {
    float: left;
}

.bottomleft a {
    color: #000;
}

.bottomright {
    float: right;
    text-align: right;
}


/************************************************ Responsive Styles **/
@media screen and (max-width: 1480px) {
    h3 {
        font-size: 16px;
    }

    #pagewrap {
        width: 90%;
        padding: 10px 0;
    }
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3 {
        font-size: 12px;
    }

    #topbar img {
        width: 5%;
    }

    .logo {
        width: 25%;
        margin: -10px 0 -20px;
    }

    .navwrap {
        width: 40%;
        margin-top: 3%;
    }

    footer {
        font-size: 12px;
    }

    footer a {
        font-size: 12px;
    }

    .three_column {
        width: 22%;
        margin: 0 0 0 2%;
    }

    .three_column_last {
        width: 23%;
        margin: 0 0 0 2%;
    }

    .three_column_last img {
        width: 15%;
    }

    .bottomright {
        font-size: 12px;
        line-height: 25px;
    }
}

@media screen and (max-width: 780px) {

    .picrow,
    .rightpicarea {
        /* display: none; */
        flex-direction: column;
        WIDTH: 100%;
        MARGIN-LEFT: 0;
    }

    .rightpicarea img {
        HEIGHT: 260PX;
        OBJECT-FIT: COVER;
    }

    .leftrightpic {
        flex-direction: column;
    }

    .picrow img {
        width: 100%;
        height: max(50px, 29vw);
        margin: 10px 0 !important;
    }

    h3 {
        font-size: 18px;
    }

    #topbar {
        padding: 5px 0 0;
    }

    #topbar img {
        width: 8%;
    }

    .logo {
        width: 40%;
        margin: -10px 0 -20px;
    }

    .navwrap {
        width: 40%;
        margin-top: 5%;
    }

    .hovereffect .overlay {
        top: 30%;
    }

    .formfield {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .homeleft {
        float: none;
        width: 100%;
        padding: 10px 0;
        margin-right: 2%;
    }

    .homeright {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .pageleft {
        float: none;
        width: 100%;
    }

    .pageright {
        float: none;
        width: 100%;
    }

    .imageleft {
        float: none;
        width: 100%;
    }

    .partsright {
        float: none;
        width: 100%;
    }

    .pageright img {
        width: 75%;
    }

    .three_column {
        width: 29%;
        margin-right: .5%;
        border-right: 0;
        height: 275px;
    }

    .three_column_last {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 10px 0;
        border-top: 1px solid #ccc;
    }

    .three_column_last img {
        width: 7%;
        margin-top: 5px;
    }

    .bottomleft {
        float: none;
        width: 100%;
    }

    .bottomright {
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 18px;
    }

    .homeinventory {
        width: 100%;
        float: none;
        color: #fff;
    }

    .hovereffect .overlay {
        top: 35%;
    }
}


@media screen and (max-width: 400px) {
    h2 {
        font-size: 16px;
        line-height: 30px;
    }

    p {
        font-size: 12px;
        line-height: 21px;
    }

    #topbar img {
        width: 10%;
    }

    .logo {
        margin: -10px 0;
    }

    .navwrap {
        margin-top: 8%;
    }

    .formfield {
        width: 95%;
    }

    .three_column {
        display: block;
        width: 100%;
        margin-right: 0;
        height: auto;
        border-right: 0;
    }

    .three_column_last img {
        width: 13%;
        margin-top: 5px;
    }
}

.slider-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: max(90px, 34vw);
    object-fit: cover;
    object-position: center;
}

img.slick-slide {}