@-ms-viewport {
  width: device-width; }

:root{
	--font-family:Montserrat, Arial, Helvetica, sans-serif;
	--radius-std:4px;
	--radius-small:0px;
	--primaryClr-700:#999;
	--primaryClr-600:#ccc;
	--primaryClr-std:#f5f5f5;
	--primaryClr-400:#fff;
	--bgClr-600:#000;
	--bgClr-std:#1a1615;
	--bgClr-400:#352f2d;
	--bgClr-300:#443d3b;
	--bgClr-200:#6a615e;
	--accentClr-600:#cd410b;
	--accentClr-std:#db6d43;
	--accentClr-400:#ff873e;
	--accentClr-300:#ffa053;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.woff2') format('woff2'),url('/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Italic.woff2') format('woff2'),url('/fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-BoldItalic.woff2') format('woff2'),url('/fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2'),url('/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Light.woff2') format('woff2'),url('/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-LightItalic.woff2') format('woff2'),url('/fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),url('/fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2'),url('/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'),url('/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-MediumItalic.woff2') format('woff2'),url('/fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

a{color:var(--primaryClr-std)}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
		

img{pointer-events: none;}

*, *::before, *::after {
    box-sizing: inherit
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

    .row.no-neg {
        margin-right: 0;
        margin-left: 0
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col {
        padding: 0
    }

.lr-only > .col {
    padding-top: 0;
    padding-bottom: 0
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row.g-big.no-padding {
    margin-left: -12px;
    margin-right: -12px
}

.row.g-big .col {
    padding: 12px
}

.row.p-all .col {
    padding: 10px
}

.row.g6 {
    margin-right: -6px;
    margin-left: -6px
}

    .row.g6 .col {
        padding: 6px
    }

.col.auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col.xl1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col.xl2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col.xl3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col.xl4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col.xl5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col.xl6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col.xl7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col.xl8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col.xl9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col.xl10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col.xl11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col.xl12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media all and (max-width: 1200px) {
    .col.lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col.lg1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.lg2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.lg3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.lg4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.lg5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.lg6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.lg7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.lg8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.lg9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.lg10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.lg11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.lg12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media all and (max-width: 992px) {
    .col.md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col.md1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.md2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.md3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.md4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.md5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.md6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.md7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.md8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.md9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.md10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.md11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.md12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media all and (max-width: 768px) {
    .col.sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col.sm1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.sm2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.sm3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.sm4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.sm5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.sm6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.sm7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.sm8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.sm9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.sm10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.sm11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.sm12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
	
	.col.sm-order-1{
		order:1;
	}
	.col.sm-order-2{
		order:1;
	}
}

@media all and (max-width: 576px) {
    .col.xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col.xs1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col.xs2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col.xs3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col.xs4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col.xs5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col.xs6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col.xs7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col.xs8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col.xs9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col.xs10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col.xs11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col.xs12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

input, select, textarea {
    border-radius: 0;
    background: var(--bgClr-std);
	color:var(--primaryClr-std);
}

* {
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, content {
    display: block
}

html, body, form {
    margin: 0;
    padding: 0;
    height: 100%;
    font: normal normal normal 15px/26px var(--font-family);
    color: var(--primaryClr-std);
}

.fade-in {
    opacity: 0;
    transform: translateY(70px)
}

    .fade-in.no-move {
        transform: translateY(0)
    }

    .fade-in.show {
        opacity: 1;
        transform: translateY(0);
        transition: 0.5s;
        transition-timing-function: ease-out
    }

.cc {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 0 auto;
    padding: 0 10px 0 10px;
}
.cc.smaller, .cc.p-left-medium {
        max-width: 870px;
    }
		
    .cc.small {
        max-width: 670px;
    }

h1 {
  margin: 0;
  font-weight: 500;
  padding: 48px 0 48px 0;
  font-size: 40px;
  line-height: 46px;
  text-transform: none; }

@media all and (max-width: 1066px) {
    h1 {
      font-size: 28px;
      line-height: 31px; } 
}

h2 {
  margin: 0;
  font-weight: 500;
  padding: 30px 0;
  font-size: 30px;
  line-height: 40px;
  color: var(--primary-color); }

@media all and (max-width: 1066px) {
    h2 {
      font-size: 20px;
      line-height: 31px; } 
}

  h2.no-pt {
    padding-top: 0; }

h3 {
  margin: 0;
  font-weight: 500;
  padding: 17px 0 23px 0;
  font-size: 22px;
  line-height: 36px; }
 
@media all and (max-width: 1310px) {
    h3 {
      font-size: 17px;
      line-height: 30px; } }

h4 {
  padding: 20px 0 20px 0; 
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px; }

p {
    font-size:15px;
    line-height:26px;
    margin: 0;
    padding: 0 0 24px 0;
}

ul {
  margin-top: 0;
  padding-left: 30px; }

p + ul {
  margin-top: -10px; }

.tc{
text-align:center;
}

.logo {
    display: block;
	position: absolute;
    padding-top: 0px;
	height: 90px;
	z-index:1;
}

    .logo img {
        display: block;
		height:100%;
    }

body {
    background: var(--bgClr-std);
	max-width:100%;
	overflow-x:hidden;
	overflow-y: scroll;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #000;
    z-index: 11
}

    header nav {
        display: block;
        position: absolute;
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
		white-space:nowrap;
    }
@media all and (max-width:1090px){
header nav {
		transform: none;
		left:auto;
		right:20px;
    }
}
        header nav a {
            display: inline-block;
            font: normal normal 600 16px/21px var(--font-family);
            color: var(primaryClr-std);
            padding: 10px 0 10px 0;
            margin: 0 20px 0 20px;
            text-decoration: none;
            transition: 0.3s;
            text-transform: uppercase
        }

            

            header nav a.active {
                color: var(--accentClr-400);
            }

content {
    position: relative;
    padding-top: 80px;
    background: var(--bgClr-400);
}

.banner-holder {
    position: relative;
    padding-top: 46.9%;
    background: var(--bgClr-std);
}

    .banner-holder .banners {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .banner-holder .banner {
        display: block;
        height: 100%;
        width: 100%
    }

        .banner-holder .banner img {
            display: block;
            width: 100%;
            height: 100%
        }

        .banner-holder .banner .banner-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.5);
            text-align: center
        }

            .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
                padding-top: 20px;
                font-family: var(--font-family);
                font-size: 40px;
        		line-height: 46px;
                color: var(--primaryClr-std);
                text-transform: uppercase
            }

 .banner-holder .banner .banner-overlay .banner-description {
                padding-bottom: 20px;
                font-family: var(--font-family);
                font-size: 30px;
        		line-height: 36px;
                color: var(--primaryClr-std);
            }

.banner-holder .banner .banner-overlay span {
    display: inline-block;

    margin: 20px 0 50px;
    padding: 10px 30px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.39vw;
    line-height: 2.22vw;
    color: var(--accentClr-std);
    border: 2px solid var(--accentClr-std);
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s
}

@media all and (min-width: 1440px) {
    .banner-holder .banner .banner-overlay span {
        font-size: 20px;
        line-height: 32px
    }
}

@media all and (max-width: 980px) {
    .banner-holder .banner .banner-overlay span {
        border-width: 3px;
        font-size: 13.5px;
        line-height: 21px;
        padding: 8px 20px
    }
}

@media all and (max-width: 720px) {
    .banner-holder .banner .banner-overlay span {
        border-width: 2px
    }
}

.cta {
    display: inline-block;
    margin-top: 12px;
	padding: 12px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid var(--accentClr-std);
    background: none;
    color: var(--accentClr-std);
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s
}

    .cta.no-bg {
        border: 1px solid var(--accentClr-std);
        color: var(--accentClr-std);
        background: none
    }

hr {
    border: none;
    height: 1px;
    background: var(--bgClr-300);
    margin: 0
}

.match-height .card {
    height: 100%
}

.card {
    background: var(--bgClr-std);
}

    .card .card-content {
        padding: 20px 30px
    }

        .card .card-content hr {
            margin: 0 -30px 0 -30px
        }

        .card .card-content h2 {
            padding: 8px 0 24px 0;
            margin: 0
        }

        .card .card-content h3 {
            padding: 0 0 16px 0;
            margin: 0;
            line-height: 20px;
        }

        .card .card-content.hours label {
            display: inline-block;
            min-width: 165px
        }

    .cars .card {
        display: block;
        text-decoration: none;
        height: 100%;
        position: relative
    }

    .cars .car-img {
        position: relative;
        overflow: hidden
    }

        .cars .car-img img {
            display: block;
            width: 100%
        }

        .cars .car-img .hover-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.50);
            opacity: 0;
            transition: .3s
        }
.cars .car-img .hover-overlay .hover-cta{
display:none;
}
            .cars .car-img .hover-overlay::before, .cars .car-img .hover-overlay::after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) scale(0.3, 0.3);
                background: var(--primaryClr-std);
                transition: .3s
            }

            .cars .car-img .hover-overlay::before {
                height: 35px;
                width: 5px
            }

            .cars .car-img .hover-overlay::after {
                height: 5px;
                width: 35px
            }

    .cars .car-content {
        padding: 20px 15px 110px 15px
    }

        .cars .car-content h3,.cars .car-content h2 {
            min-height:20px;
            padding: 0;
            margin: 0;
            font-size: 15px;
            line-height: 20px;
            color: var(--primaryClr-std);
            font-weight: 500;
            text-transform: uppercase
        }
.cars .car-content h4 {
    min-height: 20px;
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: var(--primaryClr-std);
    font-weight: 500;
    text-transform: uppercase;
}
        .cars .car-content .specs {
            font-size: 14px;
            line-height: 26px;
            color: var(--primaryClr-700);
        }

            .cars .car-content .specs::after {
                content: '';
                display: block;
                float: none;
                clear: both;
                height: 0
            }

            .cars .car-content .specs span {
                display: block;
                float: left;
                width: 50%
            }

    .cars .car-price {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        padding: 4px 15px 16px 15px;
        font-family: var(--font-family);
        font-weight: 700;
        color: var(--accentClr-std);
        font-size: 16px;
        line-height: 30px
    }

        .cars .car-price em {
            font-size: 12px;
			color: var(--primaryClr-700);
            font-style: normal;
            font-weight: normal
        }

    .cars .car-cta {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 15px;
        font-family: var(--font-family);
        font-weight: 600;
        color: #666;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
		border-top: 1px solid var(--bgClr-400);
        transition: .3s
    }

footer {
    background: var(--bgClr-600);
}

    footer .newsletter {
        background: var(--bgClr-std);
        padding-top: 2.77778%;
        padding-bottom: 3.47222%;
        text-align: center;
        position: relative;
        display: block;
        z-index: 1
    }
@media all and (max-width: 1000px) {
    footer .newsletter {
        padding-top: 27px;
        padding-bottom: 34px;
    }
}

@media all and (min-width: 1440px) {
    footer .newsletter {
        padding: 40px 0 50px 0
    }
}

footer .newsletter h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 1.11111%;
    font-size: 2.77vw;
    line-height: 4.1vw;
}

@media all and (min-width: 1440px) {
    footer .newsletter h2 {
        font-size: 40px;
        line-height: 59px
    }
}

@media all and (max-width: 720px) {
    footer .newsletter h2 {
        font-size: 20px;
        line-height: 30px
    }
}

footer .newsletter p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 24px 0
}

footer .newsletter a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.39vw;
    line-height: 2.22vw;
    color: var(--accentClr-std);
    border: 2px solid var(--accentClr-std);
    text-decoration: none;
    text-transform: uppercase;
}

@media all and (min-width: 1440px) {
    footer .newsletter a {
        font-size: 20px;
        line-height: 32px
    }
}

@media all and (max-width: 980px) {
    footer .newsletter a {
        border-width: 3px;
        font-size: 13.5px;
        line-height: 21px;
        padding: 8px 20px
    }
}

@media all and (max-width: 720px) {
    footer .newsletter a {
        border-width: 2px
    }
}

footer .footer {
    padding-top: 3.81944%;
    padding-bottom: 4.51389%
}

@media all and (min-width: 1440px) {
    footer .footer {
        padding: 55px 0 65px 0
    }
}

footer .footer h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: var(--accentClr-std);
    padding-bottom: 15px;
}

footer .footer p {
    font-size: 15px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: var(--primaryClr-700);
}

    footer .footer p a {
        color: var(--primaryClr-700);
    }

    footer .footer p.contact a {
        text-decoration: none;
        line-height: 32px
    }

    footer .footer p.contact i {
        font-size: 16px;
        line-height: 30px;
        width: 35px;
        color: var(--accentClr-std);
    }

    footer .footer p.contact.social a {
        display: block
    }

    footer .footer p.contact.social i {
        font-size: 20px
    }

footer .footer .f-part {
    padding-left: 30px
}

@media (max-width: 720px) {
    footer .footer .f-part {
        padding-left: 15px
    }
}

@media (max-width: 650px) {
    footer .footer .f-part {
        padding-left: 5px
    }
}

footer .footer .t-spacer {
    padding-top: 30px
}

@media (max-width: 576px) {
    footer .footer .t-spacer {
        padding-top: 0
    }
}

.select2-container {
    font-size: 16px;
	color:var(--primaryClr-700);
}

.select2-container .select2-selection--single{
background: var(--bgClr-std);
border: 1px solid #555;
border-radius: var(--radius-small);
height:46px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
	font-size: 14px;
        font-family: var(--font-family);
		color: var(--primaryClr-700);
	line-height:44px;
}
        .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 43px;
			color: var(--primaryClr-std);
			font-weight: 300;
    		font-size: 14px;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 43px
        }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                border: none;
                width: 100%;
                left: 0;
                margin-top: -11px;
                text-align: center
            }

                .select2-container .select2-selection--single .select2-selection__arrow b::after {
                    font-family: "Font Awesome 5 Pro";
					color: var(--primaryClr-700);
                    content: "\f107";
                    font-size: 14px;
                    line-height: 20px
                }

    .select2-container.select2-container--disabled .select2-selection--single {
        background: var(--bgClr-std);
    }

        .select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
            color: var(--primaryClr-400)
        }

    .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
        content: "\f106"
    }

.search {
    background: var(--bgClr-std);
    border-top: 1px solid var(--bgClr-std);
    border-bottom: 1px solid var(--bgClr-std);
}

    .search::after {
        content: '';
        display: block;
        float: none;
        clear: both;
        height: 0
    }

    .search .cc {
        padding: 5px 0px 5px 0;
        position: relative
    }

   .search.on .cc {
        padding: 5px 70px 5px 0;
        position: relative
    }

.search.search-with-btn .cc{
 padding: 5px 70px 5px 0;
        position: relative
}
.search.search-with-btn.on .cc{
 padding: 5px 140px 5px 0;
        position: relative
}
	.search .cc::after {
            content: '';
            display: block;
            float: none;
            clear: both;
            height: 0
        }

    .search .search-col {
        width: 20%;
        float: left;
        padding: 10px
    }

        .search .search-col .col-half {
            width: 50%;
            float: left
        }

            .search .search-col .col-half:first-child .select2-container .select2-selection--single {
                border-right-color: var(--primaryClr-std);
            }

        .search .search-col select {
            width: 100%;
            height: 45px;
            border: 1px solid var(--bgClr-300)
        }

.search .search-col .input-group label{
		display:none;	
			}

    .search .search-btns {
        position: absolute;
        top: 5px;
        right: 0;
        padding: 10px
    }

        .search .search-btns::after {
            content: '';
            display: block;
            float: none;
            clear: both;
            height: 0
        }

        .search .search-btns a {
            display: block;
            float: left;
            width: 50px;
            height: 45px;
            text-align: center;
            background: var(--accentClr-std);
            color: var(--primaryClr-std);
            line-height: 45px;
            font-size: 16px;
            text-decoration: none
        }
.search .search-btns a.btn-mob-search{
display:none;
}
.search.search-with-btn .search-btns a.btn-mob-search{
display:block;
}

.search .search-btns a.reset {
                background: var(--bgClr-300);
                color: var(--primaryClr-400);
				display:none;
	margin-left:20px;
            }
.search.on .search-btns a.reset {
		display:block;	
			}

            .search .search-btns a span {
                display: none
            }

.select2-dropdown {
    border-radius: 0
}

h1 {
    padding-top: 1.59722%;
    padding-bottom: 1.04167%;
    margin: 0;
	color: var(--primaryClr-std);
    font-weight: 500;
    font-size: 2.77vw;
    line-height: 4.1vw
}

@media all and (min-width: 1440px) {
    h1 {
        padding: 23px 0 15px 0;
        font-size: 40px;
        line-height: 59px
    }
}

@media all and (max-width: 930px) {
    h1 {
        font-size: 26px;
        line-height: 38px;
		padding-top:15px;
		padding-bottom:10px;
    }
}

h1 + div.cars {
    margin-top: -10px
}

.card-spacer {
    padding-top: 20px
}

.picture-viewer {
    position: relative;
    padding-top: 45.7%;
    overflow: hidden
}

    .picture-viewer.full {
        padding-top: 68%
    }

    .picture-viewer .img, .picture-viewer .img-holder {
        position: absolute;
        overflow: hidden;
        box-sizing: border-box
    }

    .picture-viewer .img-holder {
        top: 0;
        left: 0;
        right: 0
    }

    .picture-viewer .img img {
        display: block;
        width: 100%;
        height: 100%
    }

    .picture-viewer .img.main {
        top: 0;
        bottom: 0;
        left: 0;
        width: 67%
    }

    .picture-viewer .img.thumb {
        top: 0;
        height: 50%;
        right: 0;
        width: 33%
    }

    .picture-viewer .img.rest {
        bottom: 0;
        height: 50%;
        right: 0;
        width: 33%
    }

        .picture-viewer .img.rest .img-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,0.6);
            transition: 0.1s
        }

            .picture-viewer .img.rest .img-overlay em {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                font: normal normal 500 40px/40px var(--font-family);
                color: var(--primaryClr-std);
                text-align: center;
                left: 0;
                right: 0
            }

        

    .picture-viewer .img.hidden {
        display: none
    }

.carpass-holder {
    position: relative;
    display: inline-block;
    padding: 6px 11px 6px 0
}

    .carpass-holder a {
        text-decoration: none
    }

        .carpass-holder a img {
            display: block;
            max-width: 100%
        }

        .carpass-holder a.info {
            display: block;
            position: absolute;

            top: -8px;
            right: 0
        }

            .carpass-holder a.info i {
                color: var(--primaryClr-400);
                transition: 0.3s;
                font-size: 12px;
                line-height: 12px
            }

.carpass-popup {
    position: absolute;
    display: none;
    top: -7px;
    right: 3px;
    background: var(--bgClr-std);
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
    width: 320px;
    box-sizing: border-box;
    z-index: 100
}

    .carpass-popup img {
        margin-bottom: 20px
    }

    .carpass-popup .close {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--primaryClr-400);
        font-size: 16px;
        top: 2px;
        right: 2px
    }

    .carpass-popup p {
        line-height: 18px;
        font-size: 14px;
        color: #333;
    }

    .carpass-popup a.close i {
        line-height: 30px;
        color: var(--primaryClr-400);
        font-size: 16px
    }

    .carpass-popup a.carpass-btn {
        display: inline-block;
        padding: 8px 15px 8px 15px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        background: #07ae4d;
        color: var(--primaryClr-std);
        text-transform: uppercase
    }

.pull-right {
    float: right
}

.detail .car-price {
    padding: 23px 20px 30px 20px
}
.detail .car-price::after {
    content:'';
	display:block;
	float:none;
	clear:both;
}
    .detail .car-price .price {
        display: inline-block;
        font-size: 16px;
        line-height: 46px;
        font-weight: 500;
        color: #999;
		float:left;
    }

        .detail .car-price .price strong {
    		color: var(--accentClr-std);        
			font-size: 30px;
            padding-right: 10px;
        }

.detail .specs-row {
    border-top: 1px solid var(--bgClr-300);
    padding: 10px 0 10px 30px;
    font-size: 14px;
    line-height: 24px;
    color: var(--primaryClr-std);
}
.detail .specs-row:last-child{
border-bottom: 1px solid var(--bgClr-300);
}
    .detail .specs-row::after {
        content: '';
        display: block;
        float: none;
        clear: both;
        height: 0;
    }

    .detail .specs-row label, .detail .specs-row span {
        display: block;
        float: left;
		min-height:24px;
    }

    .detail .specs-row label {
        width: 31%;
        color: #999
    }

    .detail .specs-row span {
        width: 69%
    }

.actions.card {
    background: none
}

.actions::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0
}

.actions .action {
    display: block;
    float: left;
    width: 33.33%;
    padding-right: 1px
}

    .actions .action:last-child {
        padding-right: 0
    }

    .actions .action a {
        display: block;
        text-align: center;
        background: var(--bgClr-std);
        padding: 19px 0 19px 0;
        color: #999;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        text-transform: uppercase;
        transition: .3s;
		font-weight:600;
    }

        .actions .action a.primary {
            border-color: var(--accentClr-std);
            background: var(--accentClr-std);
            color: var(--primaryClr-std);
        }

.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: auto;
    background: rgba(0,0,0,0.1);
}

@media all and (max-width:600px){
	.popup-overlay{
		display:block;
	}
	.popup-overlay .popup {
		margin:20px auto;
	}
}

    .popup-overlay .popup {
        position: relative;
        background: var(--bgClr-std);
        max-width: 420px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0px;
        box-shadow: none;
    }

        .popup-overlay .popup.large {
            max-width: 560px;
        }

        .popup-overlay .popup .popup-header {
            padding: 17px 20px 17px 20px;
            background: var(--bgClr-std);
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .popup-overlay .popup .popup-title {
            display: block;
            font-size: 26px;
            line-height: 34px;
            text-transform: none;
            padding: 0;
            margin: 0;
            color: var(--primaryClr-std);
        }

        .popup-overlay .popup .close {
            display: block;
            position: absolute;
            top: 15px;
            right: 10px;
            height: 30px;
            line-height: 30px;
            width: 32px;
            text-align: center;
            transition: 0.3s;
            color: var(--primaryClr-400)
        }

        .popup-overlay .popup .msgError {
            color: var(--accentClr-std);
            padding-bottom: 10px;
        }

        .popup-overlay .popup .popup-body {
            padding: 18px 20px
        }

        .popup-overlay .popup .popup-footer {
            background: var(--bgClr-std);
            padding: 15px 20px 20px 20px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

            .popup-overlay .popup .popup-footer::after {
                content: '';
                display: block;
                float: none;
                clear: both;
                height: 0;
            }

            .popup-overlay .popup .popup-footer .cta {
                float: left
            }

                .popup-overlay .popup .popup-footer .cta.no-bg {
                    float: right
                }

            .popup-overlay .popup .popup-footer .note {
                display: block;
                font-size: 14px;
                font-style: italic;
                line-height: 20px;
                color: #999;
                padding-bottom: 27px
            }

                .popup-overlay .popup .popup-footer .note a {
                    color: var(--primaryClr-400)
                }

    .popup-overlay .copy-confirm {
        display: none;
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 3px;
        background: rgba(0,0,0,0.7);
        height: 41px;
        font-size: 16px;
        line-height: 41px;
        color: var(--primaryClr-std);
        padding: 0 15px 0 15px;
        border-radius: 3px;
        text-align: center;
        right: 50px;
    }

.input-group {
    padding: 0px 0 7px 0;
	position: relative;
}

    .input-group label {
        display: block;
        padding: 0;
        font-size: 14px;
        line-height: 17px;
        color: #999;
    }

    .input-group input, .input-group select, .input-group textarea {
        display: block;
        font-size: 14px;
        line-height: 22px;
        font-family: var(--font-family);
		color: var(--primaryClr-std);
        padding: 11px;
        border: 1px solid #555;
        border-radius: 0px;
        width: 100%;
        background: var(--bgClr-std);
    }

.input-group.error input, .input-group.error select, .input-group.error textarea,.input-group.error .select2-container .select2-selection--single
{
	border-color: var(--accentClr-std);
}

    .input-group .input-chk, .edit-options .input-chk{
        position: relative;
        padding-top: 7px;
    }

        .input-group .input-chk input, .edit-options .input-chk input{
            display: none;
        }

        .input-group .input-chk label, .edit-options .input-chk label{
            position: relative;
            display: block;
            padding-left: 25px;
            font-size: 14px;
            line-height: 25px;
        }

            .input-group .input-chk label strong {
                font-weight: 500;
            }

            .input-group .input-chk label em {
                display: block;
                font-weight: 400;
                margin-top: -6px;
                opacity: 0.8;
                font-style: normal;
                padding-bottom: 4px;
            }

            .input-group .input-chk label::before, .edit-options .input-chk label::before{
                content: '';
                display: block;
                position: absolute;
                top: 3px;
                left: 0;
                width: 16px;
                height: 16px;
                border: 1px solid var(--bgClr-200);
                border-radius: 2px;
                background: var(--bgClr-std);
                line-height: 13px;
                text-align: center;
            }

        .input-group .input-chk.error label {
            color: var(--accentClr-std);
        }

        .input-group .input-chk input[type=checkbox]:checked + label::before, .edit-options .input-chk input[type=checkbox]:checked + label::before{
            content: '\f00c';
            font-family: "Font Awesome 5 Pro";
            font-size: 10px;
			color: var(--primaryClr-std);
            border-color: var(--accentClr-std);
            background: var(--accentClr-std);
	
        }

    .input-group .singleselect .input-chk label::before {
        border-radius: 50%;
    }

    .input-group .input-control {
        position: relative;
    }

        .input-group .input-control.copy a {
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            height: 47px;
            text-align: center;
            line-height: 47px;
            background: #f79f4a;
            background: -moz-linear-gradient(top, #f79f4a 0%, #f26b3a 100%);
            background: -webkit-linear-gradient(top, #f79f4a 0%, #f26b3a 100%);
            background: linear-gradient(to bottom, #f79f4a 0%, #f26b3a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79f4a', endColorstr='#f26b3a',GradientType=0 );
            color: var(--primaryClr-std);
            font-size: 20px;
            width: 47px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

.input-group::after{
content:'';
display:block;
float:none;
clear:both;
}
.input-group .input-half{
width:50%;
float:left;
position:relative;
}
.input-group .input-half:first-child input{
border-right:none;
}
.input-group .input-half:last-child input{
margin-top:17px;
}
.input-group .suffix{
position: absolute;
    top: 17px;
    right: 1px;
    height: auto;
    bottom: 7pxpx;
    width: 40px;
    border-left: 1px solid #555;
line-height:44px;
text-align:center;
font-size:13px;
color:#999;
}
.input-group .input-half .suffix{
bottom:0;
}
.input-group .suffix.dynamic{
    width: auto;
    padding: 0 10px;
}
.cta.fileinput-button{
background: var(--primaryClr-std);
    border: 1px solid #303030;
    color: #303030;
    line-height: 43px;
}

.card-content .input-group textarea {
    min-height: 150px
}

.shares {
    padding-top: 10px
}

    .shares::after {
        display: block;
        content: '';
        float: none;
        clear: both
    }

    .shares div {
        float: left;
        margin-right: 10px;
        width: 60px;
        height: 46px;
        text-align: center;
        line-height: 47px;
        color: var(--primaryClr-std);
        font-size: 20px;
        border-radius: 3px;
        background: #0997de;
        cursor: pointer
    }

        .shares div.whatsapp {
            background: #00ea72;
        }

        .shares div.facebook {
            background: #507ac2;
        }

        .shares div.twitter {
            background: #76ccf7;
        }

        .shares div.email {
            background: #a1a1a1;
        }

        .shares div i {
            line-height: 47px;
            font-size: 20px
        }

.card-tabs::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0
}

.card-tabs a {
    display: block;
    float: left;
    width: 33.33%;
    background: var(--bgClr-std);
    color: #888;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 0 18px 0
}

    .card-tabs a.active {
        background: var(--bgClr-std);
        color: var(--primaryClr-std);

    }

.panel {
    display: none
}

    .panel.active {
        display: block
    }

    .panel .options .col.xl12:first-child h4 {
        border-top: none;
        padding-top: 0
    }

    .panel .options h4 {
        border-top: 1px solid var(--bgClr-300);
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: 500;
        color: var(--primaryClr-400);
        padding: 25px 30px 10px 30px;
        margin: 0 -30px 0 -30px
    }

    .panel .options ul {
        margin: 0;
        padding: 0;
        padding-bottom: 20px
    }

        .panel .options ul li {
            padding-left: 18px;
            position: relative;
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 6px;
            list-style: none
        }

            .panel .options ul li::before {
                content: '\f00c';
                font-family: "Font Awesome 5 Pro";
                font-weight: 400;
                font-size: 15px;
                line-height: 24px;
                padding-bottom: 6px;
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                color: var(--accentClr-std);
            }

.car-nav a {
    font-size: 20px;
    color: var(--primaryClr-400);
    display: inline-block;
    width: 29px;
    text-align: center
}

    .car-nav a i {
        font-size: 20px
    }

    .car-nav a:first-child {
        text-align: left
    }

    .car-nav a:last-child {
        text-align: right
    }

.block {
    display: flex;
    background: var(--bgClr-std);
    border-radius: 0px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    flex-direction: row;

    flex-wrap: wrap
}

    .block::after {
        display: block;
        clear: both;
        width: 0;
        height: 0;
        float: none;
        content: ''
    }

    .block .img {
        flex: 0 0 50%;
        order: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        width: 50%
    }

        .block .img img {
            visibility: hidden;
            display: block;
            width: 100%
        }

    .block .text {
        flex: 0 0 50%;
        order: 1;
        align-self: center;
        box-sizing: border-box;
        padding: 25px;
        font-size:15px;
	line-height:24px;
        float: right;
        width: 50%;
    }

        .block .text h2 {
            margin: 0;
            font-size: 24px;
            line-height: 28px;
            padding: 0 0 15px 0
        }

    .block.right .img {
        order: 1;
        float: right
    }

    .block.right .text {
        order: 0;
        float: left
    }

@media all and (max-width: 601px) {
    .block .img, .block .text, .block.right .img, .block.right .text {
        flex: 0 0 100%;
        float: none;
        width: 100%;
        order: 0
    }
}

.map-holder {
    padding-top: 43.4%;
    position: relative
}

    .map-holder .map {
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 0;
        left: 3px
    }

.mob-btn, .sort-btn {
    float: left;
    margin-right: 0px;
    height: 32px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 20px;
    color: var(--primaryClr-400);
    text-decoration: none;
    text-align: center;
    display: none
}

@media all and (max-width: 800px) {
    .mob-btn, .sort-btn {
        display: block
    }
}

.sort-btn {
    display: block
}

.band {
  position: absolute;
  top: 52px;
  left: 0px;
  background: #ff0000;
  width: 110px;
  color: var(--primaryClr-std);
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: left bottom 0px; 
  z-index:1;

}
.picture-viewer .band {
	top: 75px;
	width: 150px;
	font-size: 14px;
	padding-top:2px;
}

.band.expected {
	background: #999;
	color: var(--primaryClr-std);
}
.band.new {
	background: #06f;
	color: var(--primaryClr-std);
}
.band.promo {
	background: var(--accentClr-std);
	color: var(--primaryClr-std);
}
.band.inoption {
	background: var(--primaryClr-std);
	color: #666;
}
.band.ordered {
	background: #666;
	color: var(--primaryClr-std);
}
.band.sold {
	background: #111;
	color: var(--primaryClr-std);
}


.acc-btn {
    display: none;
    text-decoration: none;
    border-top: 1px solid var(--bgClr-300);
    border-bottom: 1px solid var(--bgClr-300);
    padding: 16px 12px;
    line-height: 28px;
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
    margin-top: -1px
}

    .acc-btn i {
        float: right;
        font-size: 16px;
        color: var(--primaryClr-400);
        line-height: 28px
    }

        .acc-btn i.fa-minus-circle {
            display: none
        }

    .acc-btn.active {
        color: #333
    }

        .acc-btn.active i.fa-minus-circle {
            display: block
        }

        .acc-btn.active i.fa-plus-circle {
            display: none
        }

.mob-search-header {
    display: none;
    padding: 12px;
    padding-top: 1.59722%;
    padding-bottom: 1.04167%;
    position: relative
}

    .mob-search-header .mob-search-title {
        font-size: 26px;
        line-height: 38px;
        font-family: var(--font-family);
        font-weight: 400
    }

    .mob-search-header .mob-search-btns {
        position: absolute;
        top: 0;
        right: 12px;
        padding-top: 1.59722%;
        line-height: 38px
    }

        .mob-search-header .mob-search-btns a {
            display: inline-block;
            line-height: 38px;
            font-size: 16px;
            color: var(--primaryClr-400);
            padding-left: 20px
        }

.mob-btns {
    display: none
}

    .mob-btns a {
        display: block;
        line-height: 38px;
        font-size: 16px;
        color: var(--primaryClr-400);
        padding-left: 20px
    }

.sort-pnl {
    display: none;
    position: absolute;
    background: var(--bgClr-std);
    padding: 12px;
    top: 10px;
    right: 0;
    min-width: 250px
}

    .sort-pnl .sort-header {
        color: var(--primaryClr-std);
        font-size: 26px;
        line-height: 38px;
        font-family: var(--font-family);
        font-weight: 400;
        padding-bottom: 15px
    }

        .sort-pnl .sort-header a.close {
            display: block;
            float: right;
            font-size: 16px;
            color: var(--primaryClr-std);
            line-height: 30px;
            padding-top: 5px

        }

    .sort-pnl .list-sorter {
        display: block;
        font-size: 14px;
        line-height: 23px;
        width: 100%;
        padding-bottom: 5px
    }

        .sort-pnl .list-sorter select {
            display: block;
            width: 100%
        }

.rel {
    position: relative;
    z-index: 9
}

.to-top {
    z-index: 9;
    position: relative
}

.mob-menu-btn {
    display: none;
    line-height: 40px;
    font-size: 20px;
    color: var(--primaryClr-400);
    float: right;
    padding-top: 10px;
    padding-left: 20px
}

.paging-holder {
    text-align: center
}

    .paging-holder .paging {
        display: inline-block
    }

        .paging-holder .paging .pages {
            float: left
        }

        .paging-holder .paging a {
            display: block;
            float: left;
            height: 45px;
            width: 45px;
            line-height: 43px;
            text-align: center;
            background: var(--bgClr-std);
            border: 1px solid #555;
            margin: 0 2px 0 3px;
            font-size: 14px;
            color: var(--primaryClr-400);
            text-decoration: none
        }

            .paging-holder .paging a.active {
                color: var(--accentClr-std);
                border-color: var(--accentClr-std)
            }
.title-group{
 	padding-top: 1.59722%;
    padding-bottom: 1.04167%;
}
.title-group h1{
	padding:0;
}
.title-group h2 {
   
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
	padding: 0 0 24px 0;
    font-size: 2.22vw;
    line-height: 2.5vw
}

@media all and (min-width: 1440px) {
	.title-group{
	padding: 23px 0 15px 0;
	}
    .title-group h2 {
        
        font-size: 32px;
        line-height: 36px
    }
}

@media all and (max-width: 930px) {
	.title-group{
padding-top:15px;
		padding-bottom:10px;
}
	.title-group h2 {
        font-size: 20px;
        line-height: 24px;
		
    }
}

@media all and (max-width:576px){
	.cc.mob-np .title-group {
padding-left:10px;
padding-right:10px;
}
				.cc.mob-np .title-group h1{
				padding:0;
							
							}
}
@media all and (max-width: 900px) {
    .search .cc {
        padding: 5px 9px 5px 9px
    }
.search.on .cc {
    padding: 5px 9px 5px 9px;
    position: relative;
}
    .search .search-col {
        padding-left: 1px;
        padding-right: 1px
    }

    
}

@media all and (min-width: 801px) {
    .search {
        display: block !important
    }
}
.margin-right{
max-width:calc(100% - 110px);
display:inline-block;
}
@media all and (max-width: 800px) {
    .mob-hide {
        display: none
    }

    header {
        height: 60px
    }

        header .logo {
			padding-top: 0px;
			height: 70px;
        }

        header .mob-menu-btn {
            display: block
        }

        header nav {
            display: none;
            background: #000;
            position: fixed;
            top: 60px;
            left: 0;
            right: 0;
            transform: none
        }

            header nav a {
                display: block;
                padding: 15px;
                float: none;
                border-top: 1px solid var(--bgClr-300);
                margin: 0;
                color:#555;
            }

                header nav a.active {
                    border-bottom: none;
                    color: var(--accentClr-std)
                }

    content {
        padding-top: 60px
    }

    .mob-margin-top {
        padding-top: 70px;
		position:relative;
    }

    .mob-abs {
        position: absolute;
        top: 0;
        left: -10px;
        right: -10px
    }
.margin-right{
max-width:100%;
}
    .car-nav {
        background: var(--bgClr-std);
        border-top: 1px solid var(--bgClr-300);
        border-bottom: 1px solid var(--bgClr-300)
    }

        .car-nav::after {
            content: '';
            display: block;
            float: none;
            clear: both;
            height: 0
        }

        .car-nav a {
            text-align: center;
            width: 33%;
            border-left: 1px solid var(--bgClr-300);
            display: block;
            float: left;
            line-height: 50px
        }

            .car-nav a:first-child {
                text-align: center;
                border-right: none
            }

            .car-nav a:last-child {
                text-align: center
            }

    .search {
        display: none;
        position: absolute;
        top: 60px;
        background: #f7f7f7;
        left: 0;
        right: 0;
        z-index: 10
    }

        .search .search-col {
            width: 100%;
            float: none;
            padding: 0 0 5px 0
        }

            .search .search-col::after {
                content: '';
                display: block;
                float: none;
                clear: both;
                height: 0
            }

        .search .cc {
            padding: 10px 12px 20px 12px
        }

        .search .mob-search-header {
            display: block
        }

        .search .search-btns {
            position: relative;
            padding: 0;
			margin-bottom:10px;
        }

            .search .search-btns a {
                width: 100%
            }
.search .search-btns a.btn-mob-search{
			display:block;}
                .search .search-btns a i {
                    display: none
                }

                .search .search-btns a span {
                    display: inline
                }

                .search .search-btns a.reset {
                    display: none!important
                }

    .mob-btns {
        display: block;
        float: left
    }

    .cars {
        padding: 0
    }

    .sort-pnl {
        display: none;
        margin-top: 0px;
        position: fixed;
        top: 0px;
        left: -10px;
        right: -10px;
        background: #f7f7f7;
        border-top: 1px solid var(--bgClr-300);
        border-bottom: 1px solid var(--bgClr-300);
        z-index: 99;
        overflow: auto;
        padding: 12px;
        padding-top: 1.59722%
    }
}

@media all and (max-width: 576px) {
    .picture-viewer {
        padding-top: 68.2%
    }

        .picture-viewer .img.main {
            width: 100%
        }

        .picture-viewer .img.thumb {
            display: none
        }

        .picture-viewer .img.rest {
            bottom: 12px;
            height: auto;
            right: 12px;
            width: auto;
            text-decoration: none;
            min-width: 40px;
            text-align: center
        }

            .picture-viewer .img.rest img {
                display: none
            }

            .picture-viewer .img.rest .img-overlay {
                position: relative;
                border-radius: 3px;
                padding: 8px
            }

                .picture-viewer .img.rest .img-overlay em {
                    position: relative;
                    line-height: 18px;
                    font-size: 14px
                }

    .cc.mob-np {
        padding: 0
    }
.cc.mob-np > .row{
margin:0;
}
.cc.mob-np > .row > .col{
padding-left:0;
padding-right:0;
}
        .cc.mob-np h1 {
            padding-left: 10px
        }

    .detail .car-price {
        padding: 12px
    }

        .detail .car-price .price {
            line-height: 20px
        }

            .detail .car-price .price strong {
                display: block;
                line-height: 46px
            }

    .detail .specs-row {
        padding: 6px 12px 3px 12px
    }

        .detail .specs-row label, .detail .specs-row span {
            float: none;
            width: 100%
        }

        .detail .specs-row label {
            font-size: 11px;
            line-height: 15px
        }

        .detail .specs-row span {
            line-height: 20px
        }

    .actions .action {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 1px
    }

    .acc-btn {
        display: block
    }

    .card .card-content {
        padding: 12px
    }

    .panel .options ul {
        padding-bottom: 0
    }

    .panel .options h4 {
        margin-top: 20px
    }
}


@media all and (max-width:600px)
{
	.banner-holder .banner img.desktop-banner{
display:none!important;
}
	.banner-holder .banner img.mobile-banner{
display:block!important;
}
	.banner-holder{
		padding-top:0;
	}
	.banner-holder .banners {
    display: block;
    position: relative; 
    top: auto; 
    right: auto; 
    bottom: auto;
    left: auto;
	}
	.banner-holder .banners::after{
		content:'';
		display:block;
		float:none;
		clear:both;
	}

.banner-holder .banner img{height:auto;}

}

@media (hover){
	a:hover{color:var(--accentClr-400)}
	header nav a:hover {
    	color: var(--accentClr-400)
        }
	.banner-holder .banner .banner-overlay span:hover {
        transition: .3s;
        color: var(--accentClr-400);
        border-color: var(--accentClr-400)
    }
    .cta:hover, .cta.no-bg:hover, .banner-holder .banner .banner-overlay span:hover, footer .newsletter a:hover {
		color: var(--primaryClr-std);	
		background: var(--accentClr-std);
		border-color: var(--accentClr-std);
		transition: .3s;
	}
	.cars .card:hover .car-img .hover-overlay {
		opacity: 1;
		transition: .3s
		}
	.cars .card:hover .car-img .hover-overlay::before, .cars .card:hover .car-img .hover-overlay::after {
		transform: translate(-50%, -50%) scale(1, 1);
		transition: .3s
        }
	.cars .card:hover .car-cta {
		color: var(--accentClr-400);
		background: var(--bgClr-600)
        }
	.picture-viewer .img.rest:hover .img-overlay {
		background: rgba(0,0,0,0.3);
		transition: 0.3s
		}
	.carpass-holder a.info:hover i {
		color: #444;
		transition: 0.3s
		}
    .actions .action a:hover, .actions .action a.primary:hover {
		background: var(--accentClr-400);
		border-color: var(--accentClr-400);
		color: var(--primaryClr-400);
		transition: .3s;
    	}	
}
	
.no-scroll{
	overflow:hidden;
}

.whatsapp-btn{
	display:block;
	position:fixed;
	right:30px;
	bottom:30px;
	width:56px;
	height:56px;
	border-radius:50%;
	background:rgb(45, 183, 66);
	line-height:56px;
	text-align:center;
	color:var(--primaryClr-std);
	font-size:35px;
	z-index:10;
	box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.whatsapp-btn:hover{
color:var(--primaryClr-std);
}

.header-image img{
display:block;
max-width:100%;
margin:auto;
}

h1.step, h2.step, h3{
	line-height:34px;
	font-size:24px;
	margin:0;
	padding:8px 0 11px 0;
	position:relative;
	text-transform:none;
}
h2.step, h3.subTtl{
padding-top:32px;
}
h1.step strong, h2.step strong{
	line-height:34px;
	font-size:24px;
	font-weight:500;
}
h1.step p, h2.step p, .page h3 p {
	line-height:20px;
	font-size:14px;
	font-weight:400;
	padding-bottom:0px;
	text-transform:none;
}

h1.step em, h2.step em{
	display:block;
	position:absolute;
	top:4px;
	left:-58px;
	height:40px;
	width:40px;
	border-radius:20px;
	line-height:40px;
	font-size:26px;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	display:none;
}

.page h3 strong{
	display:block;
	font-weight:500;
}

.fileinput-button 
{
    display:inline-block;position: relative;overflow: hidden;height :45px;line-height:45px;
    padding:0 20px;text-transform:uppercase;text-decoration:none;margin:0 0 20px 0;
}
.fileinput-button input {
  position: absolute;top: 0;right: 0;margin: 0;opacity: 0;filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);font-size: 23px;direction: ltr;cursor: pointer;
}
.thumbs::after{
content:'';display:block;float:none;clear:both;
}
.thumbs div.img {
    float: left;display: block;width: 108px;height: 88px;margin: 0 2px 2px 0;position:relative;
}
.thumbs div.img a{
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--primaryClr-std);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: rgba(0,0,0,0.5);
    font-size: 24px;
	opacity:0;
	transition:0.3s;
}

.progress{
height:15px;
position:relative;
margin:0 0 5px 0;
	}
.progress .progress-bar{
float:left;
height:15px;
background:#b92434;
}
.movie-holder{
display:inline-block;
max-width:700px;
	width:100%;
}

.page.grey.tc{
padding:24px 0 32px 0;
}
.page{
padding-bottom:32px;
}
.page.white{
background:var(--bgClr-300);
}

.content-block.block-text-cta{
padding:32px 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bgClr-300);
}
.select2-dropdown {
    background-color: var(--bgClr-600);
    border-color: var(--bgClr-300);
}
.content-block{
padding-bottom:24px;
}
.content-block img{
display:block;
width:100%;
}
.content-block.center, .content-block.center h1,.content-block.center h2,.content-block.center h3,.content-block.center p{
text-align:center;
}
.content-block.right, .content-block.right h1,.content-block.right h2,.content-block.right h3,.content-block.right p{
text-align:right;
}

.content-block .content-block-col, .content-block .content-block-col h1, .content-block .content-block-col h2, .content-block .content-block-col h3, .content-block .content-block-col p{
text-align:left;
}
.content-block .content-block-col.center, .content-block .content-block-col.center h1, .content-block .content-block-col.center h2, .content-block .content-block-col.center h3, .content-block .content-block-col.center p{
text-align:center;
}
.content-block .content-block-col.right, .content-block .content-block-col.right h1, .content-block .content-block-col.right h2, .content-block .content-block-col.right h3, .content-block .content-block-col.right p{
text-align:right;
}
.content-block.block-3-col img, .content-block.block-2-col img{
padding-bottom:24px;
}

.content-block.block-img{
position:relative;
}
.content-block.block-img.center .block-img-content{
text-align:center;
}
.content-block.block-img.right .block-img-content{
text-align:right;
}

.block-slider .slick-slide img {
    width: initial;
	max-width:100%;
	display: inline-block;
}

.content-block.block-textimg{
background:var(--bgClr-std);
margin:20px 0;
overflow:hidden;
padding-bottom:0;
}
.content-block.block-textimg img{
display:block;
width:100%;
height:100%;
object-fit:cover;
visibility:visible;
}
.content-block.block-textimg .content-block-text{
padding:25px;
}
.content-block.block-textimg .col{
    align-content: center;
}
.content-block.block-textimg .content-block-text h2{
font-family: var(--font-family);
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 15px 0;
}



.content-block.block-img .block-img-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; 
	  text-align: center;
	  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);}
.block-img-content .cc {
        max-width: 1680px;
        padding: 0;
        padding-left: 2.14286%;
        padding-bottom: 2.38095%; }
@media all and (min-width: 1680px) {
.block-img-content .cc {
            padding-left: 36px;
            padding-bottom: 40px; } 
}
.block-img-content h2 {
        font-family: var(--font-family);
        font-size: 3.57143vw;
        line-height: 3.57143vw;
        color: var(--primaryClr-std);
        padding: 0 0 2.3vw 0;}
@media all and (min-width: 1680px) {
.block-img-content h2 {
            font-size: 60px;
            line-height: 60px; } 
}
@media all and (max-width: 720px) {
.block-img-content h2  {
            font-size: 30px;
            line-height: 33px; } 
}
.block-img-content h3 {
        font-family: var(--font-family);
        font-size: 2.38095vw;
        line-height: 3.17381vw;
        color: var(--primaryClr-std);
		padding: 0 0 2.8vw 0;}
@media all and (min-width: 1680px) {
.block-img-content h3 {
            font-size: 40px;
            line-height: 55px; } }
@media all and (max-width: 720px) {
.block-img-content h3 {
            font-size: 20px;
            line-height: 32px; } 
}
.block-img-content a {
        display: inline-block;
		padding: 15px 24px;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: var(--accentClr-std);
		border: 1px solid var(--accentClr-std);
		text-decoration: none;
		text-transform: uppercase;
		transition: 0.3s;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0.5);
}

/* jquery UI style overules (Datepicker) */
body .ui-widget.ui-widget-content{
background:var(--bgClr-std);
color:var(--primaryClr-std);
border-color:var(--bgClr-300);
}
body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
	border-top-left-radius: var(--radius-small);
}
body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
	border-top-right-radius: var(--radius-small);
}
body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
	border-bottom-left-radius: var(--radius-small);
}
body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
	border-bottom-right-radius: var(--radius-small);
}
body .ui-widget-header{
background:var(--bgClr-400);
color:var(--primaryClr-std);
border-color:var(--bgClr-400);				
}
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default, body .ui-button, html body .ui-button.ui-state-disabled:hover, html body .ui-button.ui-state-disabled:active {
    border-color: var(--bgClr-400);
    background: var(--bgClr-400);
    color: var(--primaryClr-std);
}
body .ui-state-default.ui-priority-secondary, body .ui-widget-content .ui-state-default.ui-priority-secondary{
    border-color: var(--bgClr-std);
    background: var(--bgClr-std);
    color: var(--primaryClr-300);
}
body .ui-state-hover, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover, body .ui-state-focus, body .ui-widget-content .ui-state-focus, body .ui-widget-header .ui-state-focus, body .ui-button:hover, body .ui-button:focus {
    border: 1px solid var(--bgClr-300);
    background: var(--bgClr-300);
    color: var(--primaryClr-std);
}
body .ui-datepicker .ui-datepicker-prev,body .ui-datepicker .ui-datepicker-next {
	text-align: center;
    line-height: 1.8em;	
	color: var(--primaryClr-300);
}
body .ui-datepicker .ui-datepicker-prev span,body .ui-datepicker .ui-datepicker-next span{
	display:none;							
}
body .ui-datepicker-prev::after{
content:'\f053';
font-family:"Font Awesome 5 Pro";
font-weight:300;
}
								  
body .ui-datepicker-next::after{
content:'\f054';
font-family:"Font Awesome 5 Pro";
font-weight:300;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
