@-ms-viewport {
  width: device-width; }
:root{
	--font-family:Montserrat, Arial, Helvetica, sans-serif;
	--radius-std:4px;
	--radius-small:0px;
	--primary-700:#000;
	--primary-600:#151213;
	--primary-color:#231f20;
	--primary-400:#3c3637;
	--primary-300:#5b5254;
	--secondary-color:#AFAEAA;
	--bg-dark:#231f20;
	--bg-700:#333;
	--bg-600:#5b5254;
	--bg-color:#fff;
	--bg-400:#fcfafa;
	--bg-300:#fcfafa;
	--bg-light:#fff;
	--accent-700:#a81700;
	--accent-600:#cc1800;
	--accent-color:#e70000;
	--accent-400:#ff0000;
	--accent-300:#ff352b;
	--header-height:100px;
	
}
input, select, textarea {
    border-radius: var(--radius-small);
    background: #fff;
}


* {
    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 400 16px/28px var(--font-family);
    color: var(--primary-color);
}

img{pointer-events: none;}

p {
    margin: 0;
    color: var(--primary-color);
    padding: 0 0 28px 0
}

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

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

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

.container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .row.no-padding {
        margin-right: -18px;
        margin-left: -18px
    }

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

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

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 18px;
    -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: 18px
}

.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%
    }
}

@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
}

.cc {
    box-sizing: border-box;
    max-width: 1580px;
    margin: 0 auto 0 auto;
    padding: 0 18px 0 18px
}
.cc.m {max-width: 1116px}
.cc.s .cc.smaller { max-width: 960px}

header {
    background: var(--bg-dark);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    transition: .15s;
    z-index: 100
}

header .cc{
height:100%;
}

    header .logo {
        display: block;
        float: left;
        height: 100%;
        text-decoration: none;
        position: relative;
        padding-left: -4px;
		padding-top:12px;
        padding-bottom:12px;
    }

        header .logo img {
            display: block;
            height: 100%;
            transition: .15s
        }

    header nav {
        display: block;
        float: right;
        padding-top: calc((var(--header-height) - 24px) / 2);
        transition: .15s
    }

        header nav a, header nav .ddl-holder {
            display: block;
            float: left;
			font-size: 16px;
	  		font-weight: 600;
			letter-spacing: 1px;
	  		line-height: 24px;
            color: var(--bg-color);
            border-bottom: 3px solid transparent;
            margin-left: 36px;
            text-decoration: none;
			text-transform: uppercase;
        }

            header nav a:hover, header nav .ddl-holder:hover {
                color: var(--accent-400);
                transition: .3s
            }

            header nav a.active, header nav .ddl-holder.active {
                color: var(--accent-400);
                border-bottom-color: var(--accent-400)
            }

            header nav .ddl-holder a {
                margin: 0;
                padding: 0 5px 0 0;
                border: none
            }

    header.s {
        height: calc(var(--header-height) - 20px);
        transition: .15s
    }

	header.s nav {
        padding-top: calc((var(--header-height) - 20px - 24px) / 2);
        transition: .15s
    }

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

    header .mob-btn {
        display: none;
        float: right;
		font-size: 16px;
	 	font-weight: 600;
	  	line-height: 24px;
        color: #999;
        padding: 10px 20px 10px 20px;
        margin-top: -4px;
        margin-bottom: -13px;
        margin-right: -20px
    }

@media all and (max-width: 992px) {
  
        header nav {
            display: none;
            position: absolute;
            top: 60px;
            left: 0;
            right: 0;
            background: var(bg-dark);
            padding-top: 0;
			
        }
	header nav:before{
		content:'';
		display:block;
		position:absolute;
		top:30px;
		bottom:0;
		left:0;
		right:0;
		box-shadow: 0px 10px 28.8px 1.2px rgba(0, 0, 0, 0.5);
	}

            header nav a {
                padding: 16px 18px;
                border-top: 1px solid var(--bg-600);
                margin: 0;
                display: block;
                float: none;
		background:var(--bg-dark);
			position:relative;
		z-index:100;
		
            }

            header nav .ddl-holder {
                display: none
            }

        header .mob-btn {
            display: block
        }
}

@media all and (min-width: 993px) {
    header nav {
        display: block !important
    }
}

content {
    padding-top: var(--header-height);
    background: #f9f9f9
}

@media all and (max-width: 992px) {
    content {
        padding-top: 60px
    }
}

.tc {
    text-align: center
}

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

    .map-holder .map {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%
    }

.banner-holder {
    position: relative;
    width: 100%;
    padding-top: 35.44304%
}

    .banner-holder.small {
        padding-top: 25.94937%
    }

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

    .banner-holder .banners {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: hidden
    }

        .banner-holder .banners a{
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-decoration: none
        }

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

            .banner-holder .shade {
                position: absolute;
                max-height: 300px;
                padding-bottom: 21%;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 1;
                background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 100%);
                background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.5) 100%);
                background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 )
            }

    .banner-holder .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

        .banner-holder .banner-overlay .banner-search {
            max-width: 750px;
            width: 100%;
            border-radius: var(--radius-std);
            background: rgba(0,0,0,0.5);
            padding: 10px
        }

            .banner-holder .banner-overlay .banner-search .search {
                background: #fff;
                border-radius: var(--radius-std);
                overflow: hidden
            }

                .banner-holder .banner-overlay .banner-search .search .fieldset .field {
                    width: 50%
                }

h1 {
  display: block;
  padding: 46px 0 36px 0;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2.5vw;
  line-height: 48px;}

h2 {
  display: block;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 36px 0 26px 0;
  font-size: 2.5vw;
  line-height: 48px;
  color: #444; }

h1 .pull-right{
padding-top:4px;
}

@media all and (min-width: 1580px) {
    h2, h1 {
        line-height: 48px;
        font-size: 36px
    }
}

@media all and (max-width: 880px) {
    h2, h1 {
        line-height: 30px;
        font-size: 24px;
		position:relative;
    }
	h1 .pull-right{
	position: absolute;
    top: 20px;
    right: 0;
    padding-top: 0;
	}
	h1.mob-margin-top .pull-right {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
    left: 0;
}
}

h3 {
    display: block;
    margin: 0;
    line-height: 3.75vw;
    font-size: 2.7vw;
    font-weight: 400;
    color: #444;
    padding: 18px 0 20px 0
}

@media all and (min-width: 960px) {
    h3 {
        line-height: 36px;
        font-size: 26px
    }
}

@media all and (max-width: 724px) {
    h3 {
        line-height: 28px;
        font-size: 20px
    }
}

h4 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 8px 0;
    margin: 0;
    color: #444
}

ul, ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

ul {
    padding-bottom: 14px
}

    ul li {
        padding-left: 18px;
		padding-bottom:6px;
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #444
    }

        ul li::before {
            content: '\f00c';
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            font-size: 13px;
            line-height: 24px;
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            color: var(--accent-color)
        }

        ul li.select2-results__option::before {
            display: none
        }
p + ul{
margin-top:-18px;
}
.card-spacer {
    display: block;
    height: 36px
}

.card {
    background: #fff;
    border-radius: var(--radius-std);
    box-shadow: none;
    border: 1px solid #f4f4f4;
    display: block;
    text-decoration: none;
    color: var(--primary-color);
}

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

    .card .card-footer {
        padding: 0 18px 32px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }

        .card .card-footer .note {
            display: block;
            font-size: 12px;
            font-style: normal;
            line-height: 20px;
            color: #777;
            padding-bottom: 10px
        }

            .card .card-footer .note a {
                color: #777
            }

    .card.dark .card-footer {
        background: #fff;
    }

    .card .card-header {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom: 1px solid #f4f4f4;
        padding: 18px;
        position: relative
    }

        .card .card-header h3 {
            margin: 0;
            padding: 0;
        }

        .card .card-header label {
            display: block;
            font-size: 14px;
            font-weight: 400;
            color: #444;
            line-height: 24px
        }

            .card .card-header label strong {
                padding-left: 5px
            }

        .card .card-header .pull-right.abs {
            position: absolute;
            top: 8px;
            right: 8px
        }

.car-cards .card {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 96px;
}

.car-cards img {
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%
}
.car-cards .hover-overlay,.car-cards .car-cta {
display:none;
}
.card-img{
position: relative;
    overflow: hidden;
}
.band {
  position: absolute;
  top: 50px;
  left: 0px;
  background: #ff0000;
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: left bottom 0px;
  z-index:1;
}
.img-viewer .band {
	top: 75px;
	width: 150px;
	font-size: 13px;
	padding-top:2px;
}

.band.expected {
	background: #999;
	color: #fff;
}
.band.new {
	background: #06f;
	color: #fff;
}
.band.promo {
	background: #f00;
	color: #fff;
}
.band.inoption {
	background: #fff;
	color: #666;
}
.band.ordered {
	background: #666;
	color: #fff;
}
.band.sold {
	background: #111;
	color: #fff;
}

.car-cards .car-content {
    position: relative;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-400);
}

    .car-cards .car-content strong, .car-cards .car-content h2, .car-cards .car-content h3 {
        font-weight: 500;
        display: block;
        font-size: 24px;
        line-height: 24px;
		padding:0;
    }

    .car-cards .car-content .sub-title, .car-cards .car-content h4 {
        display: block;
        font-size: 20px;
        line-height: 20px;
		font-weight:normal;
		padding-top:0;
		text-transform: uppercase;
        padding-bottom: 16px;
	
		margin:0;							
    }
.car-cards .car-content .sub-title, .car-cards .car-content .specs span::before{
	content:"|";
	padding:0 8px;
		}
.car-cards .car-content .sub-title, .car-cards .car-content .specs span:first-child::before{
	display:none;
		}
.car-cards .price, .car-cards .car-price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 96px;
}
										
 .car-cards .car-price {
	border-top: 1px solid #f4f4f4;
    padding: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;					
}

    .car-cards .price .promo {
        color: var(--accent-300)
    }

    .car-cards .price em, .car-cards .car-price em {
        display: block;
        font-style: normal;
        font-size: 14px;
        font-weight: normal
    }

a.cta {
    display: inline-block;
    padding: 12px 32px;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    border-radius: var(--radius-std);
    text-transform: uppercase;
    background: var(--accent-color);
    text-decoration: none;
    transition: .3s
}

    a.cta i {
        padding-right: 8px;
        font-size: 20px
    }

    a.cta:hover {
        background: var(--accent-700);
        transition: .3s
    }

    a.cta.no-bg {
        padding: 10px 24px;
        border: 1px solid #ccc;
        background: none;
        color: #ccc
    }

        a.cta.no-bg:hover {
            border-color: #777;
            color: #777;
            background: #fff
        }

    a.cta.outline {
        padding: 10px 24px;
        border: 2px solid var(--accent-400);
        background: none;
        color: var(--accent-400);
    }

        a.cta.outline:hover {
            color: #fff;
            background: var(--accent-color)
        }

.search {
    padding-right: 180px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    position: relative
}

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

    .search .fieldset .field {
        float: left;
        width: 20%;
        border-left: 1px solid #f4f4f4
    }

        .search .fieldset .field:first-child {
            border-left: none
        }

        .search .fieldset .field select {
            width: 100%
        }

        .search .fieldset .field .select2-container {
            font-size: 15px;
            font-weight: 400
        }

            .search .fieldset .field .select2-container .select2-selection--single {
                height: 58px;
                border: none;
                border-radius: 0
            }

                .search .fieldset .field .select2-container .select2-selection--single .select2-selection__rendered {
                    line-height: 58px
                }

                .search .fieldset .field .select2-container .select2-selection--single .select2-selection__arrow {
                    height: 58px
                }

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

                        .search .fieldset .field .select2-container .select2-selection--single .select2-selection__arrow b::after {
                            font-family: "Font Awesome 5 Pro";
                            font-weight: 400;
                            content: "\f107";
                            font-size: 14px;
                            line-height: 20px
                        }

            .search .fieldset .field .select2-container.select2-container--disabled .select2-selection--single {
                background: #fff
            }

                .search .fieldset .field .select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
                    color: #ccc
                }

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

    .search .fieldset .btns {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 180px
    }

        .search .fieldset .btns a.btn-search {
            display: block;
            width: 100%;
            padding: 15px 0 15px 0;
            font-weight: 500;
            line-height: 28px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            background: var(--accent-color);
            text-decoration: none;
            transition: .3s
        }

            .search .fieldset .btns a.btn-search:hover {
                background: var(--accent-color);
                transition: .3s
            }
.select2-results__option{
padding-left:14px;
}
.select2-results {
    font-size: 15px;
    font-weight: 400
}

    .select2-results .select2-results__option--highlighted[aria-selected] {
        background: var(--accent-color);
        opacity: 1
    }

.pull-right {
    float: right
}

.list-options {
    line-height: 30px;
    padding-top: 5px
}

    .list-options .sort-btn {
        display: none;
        width: 50px;
        height: 50px;
        text-decoration: none;
        text-align: center
    }

        .list-options .sort-btn i {
            font-size: 20px;
            line-height: 50px;
            color: #444
        }

    .list-options .sort-header {
        display: none;
        color: #444;
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0 15px 0
    }

        .list-options .sort-header a.close {
            display: block;
            float: right;
            font-size: 16px;
            color: #777;
            line-height: 30px;
            padding-right: 6px
        }

    .list-options .sort, .list-options .perpage {
        float: left;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
        margin-left: 5px;
        border-radius: 4px
    }

        .list-options .sort select, .list-options .perpage select {
            width: 100%
        }

    .list-options .sort {
        width: 150px
    }

    .list-options .perpage {
        width: 120px
    }

    .list-options .select2-container {
        font-size: 13px;
        font-weight: 400
    }

        .list-options .select2-container .select2-selection--single {
            height: 40px;
            border: none;
            border-radius: 4px
        }

            .list-options .select2-container .select2-selection--single .select2-selection__rendered {
                line-height: 40px
            }

            .list-options .select2-container .select2-selection--single .select2-selection__arrow {
                height: 40px
            }

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

                    .list-options .select2-container .select2-selection--single .select2-selection__arrow b::after {
                        font-family: "Font Awesome 5 Pro";
                        font-weight: 400;
                        content: "\f107";
                        font-size: 14px;
                        line-height: 20px
                    }

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

@media all and (max-width: 768px) {
    .list-options {
        padding-top: 0;
        position: relative
    }

        .list-options .sort-btn {
            display: inline-block;
            background: #fff;
            border-radius: var(--radius-std);
            border: 1px solid #f4f4f4;
            color: #444
        }

        .list-options .sort-pnl {
            display: none;
            margin-top: 0;
            position: absolute;
            top: -6px;
            min-width: 200px;
            right: 0;
            border: none;
            background: #fff;
            z-index: 99;
            overflow: auto;
            padding: 6px;
            border-radius: var(--radius-std);
            border: 1px solid #f4f4f4
        }

        .list-options .sort, .list-options .perpage {
            width: 100%;
            margin-bottom: 6px;
            margin-left: 0
        }

        .list-options .sort-header {
            display: block
        }
}

@media all and (min-width: 769px) {
    .list-options .sort-pnl {
        display: block !important
    }
}

div.paging-holder + div.shift-up {
    margin-top: -82px;
    display: block;
    padding-bottom: 30px;
    float: right
}

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

.paging a, .paging .spacer {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    background: #fff;
    border-radius: 3px
}

    .paging a.active, .paging .spacer.active {
        color: #fff;
        background: #444
    }

    .paging a i, .paging .spacer i {
        line-height: 38px
    }

    .paging a.prev, .paging .spacer.prev {
        margin-right: 10px;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
    }

    .paging a.next, .paging .spacer.next {
        margin-left: 10px;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
    }

.paging .pages {
    display: block;
    float: left;
    line-height: 38px;
    height: 38px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
}

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

    .paging .pages a, .paging .pages .spacer {
        display: block;
        float: left;
        border-radius: 0
    }

.picture-viewer {
    position: relative;
    overflow: hidden
}

    .picture-viewer .images {
        position: relative;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
    }

        .picture-viewer .images .sp-slide {
            background-size: contain;
            background-repeat: no-repeat
        }

            .picture-viewer .images .sp-slide::after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: #000;
                opacity: 0.7;
                transition: 0.3s
            }

            .picture-viewer .images .sp-slide.sp-selected::after {
                opacity: 0;
                transition: 0.3s
            }

        .picture-viewer .images .sp-buttons {
            position: absolute;
            bottom: 10px;
            padding-top: 0
        }

            .picture-viewer .images .sp-buttons .sp-button {
                border: 1px solid #b0b7c1;
                width: 10px;
                height: 10px
            }

                .picture-viewer .images .sp-buttons .sp-button.sp-selected-button {
                    border-color: var(--accent-300);
                    background: var(--accent-300)
                }

        .picture-viewer .images .sp-arrows {
            max-width: 1070px;
            left: 50%;
            transform: translateX(-50%);
            margin-top: -20px
        }

            .picture-viewer .images .sp-arrows .sp-arrow {
                width: 40px;
                height: 40px;
                top: -20px;
                border-radius: var(--radius-std);
                background: rgba(0,0,0,0.4);
                text-align: center
            }

                .picture-viewer .images .sp-arrows .sp-arrow::after {
                    position: relative;
                    transition: none;
                    width: 100%;
                    height: 100%;
                    top: auto;
                    left: auto;
                    background: none;
                    font-family: "Font Awesome 5 Pro";
                    font-weight: 300;
                    content: "\f104";
                    font-size: 20px;
                    line-height: 40px;
                    color: #fff
                }

                .picture-viewer .images .sp-arrows .sp-arrow::before {
                    display: none
                }

    .picture-viewer .overlay {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0
    }

        .picture-viewer .overlay .picture-content {
            padding: 0 20px 0 20px
        }

            .picture-viewer .overlay .picture-content h1 {
                padding: 0;
                margin: 0;
                color: #fff;
                font-size: 32px;
                line-height: 46px;
                font-weight: normal
            }

            .picture-viewer .overlay .picture-content h2 {
                padding: 0;
                margin: 0;
                color: #fff;
                font-size: 30px;
                line-height: 34px;
                font-weight: normal
            }

            .picture-viewer .overlay .picture-content .tag {
                display: inline-block;
                line-height: 26px;
                font-size: 13px;
                font-weight: 600;
                padding: 0 12px 0 12px;
                border-radius: var(--radius-std);
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 6px
            }

                .picture-viewer .overlay .picture-content .tag.promo {
                    background: var(--accent-300)
                }

                .picture-viewer .overlay .picture-content .tag.new {
                    background: #245fb3
                }

                .picture-viewer .overlay .picture-content .tag.sold {
                    background: var(--accent-color)
                }

.display-group {
    padding: 3px 0 4px 0
}

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

    .display-group span {
        display: block;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #666
    }

.input-group {
    padding: 0px 0 7px 0
}

    .input-group label {
        display: block;
        padding: 0;
        font-size: 13px;
        line-height: 17px
    }

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

    .input-group .input-chk {
        position: relative;
        padding-top: 3px
    }

        .input-group .input-chk input {
            display: none
        }

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

            .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 {
                content: '';
                display: block;
                position: absolute;
                top: 4px;
                left: 0;
                width: 15px;
                height: 15px;
                border: 1px solid #f4f4f4;
                border-radius: 3px;
                background: #fff;
                color: #fff;
                line-height: 13px;
                text-align: center
            }

        .input-group .input-chk.error label {
            color: #ff0000
        }

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

    .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: var(--accent-color);
            color: #fff;
            font-size: 20px;
            width: 47px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px
        }

.shares {
    padding-top: 10px
}

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

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

        .shares div.whatsapp {
            background: #00ea72;
            background: -moz-linear-gradient(top, #00ea72 0%, #00d467 100%);
            background: -webkit-linear-gradient(top, #00ea72 0%, #00d467 100%);
            background: linear-gradient(to bottom, #00ea72 0%, #00d467 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea72', endColorstr='#00d467',GradientType=0 )
        }

        .shares div.facebook {
            background: #507ac2;
            background: -moz-linear-gradient(top, #507ac2 0%, #405799 100%);
            background: -webkit-linear-gradient(top, #507ac2 0%, #405799 100%);
            background: linear-gradient(to bottom, #507ac2 0%, #405799 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507ac2', endColorstr='#405799',GradientType=0 )
        }

        .shares div.twitter {
            background: #76ccf7;
            background: -moz-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
            background: -webkit-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
            background: linear-gradient(to bottom, #76ccf7 0%, #5caaee 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ccf7', endColorstr='#5caaee',GradientType=0 )
        }

        .shares div.email {
            background: #a1a1a1;
            background: -moz-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
            background: -webkit-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
            background: linear-gradient(to bottom, #a1a1a1 0%, #7e7e7e 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#7e7e7e',GradientType=0 )
        }

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

.prices .price {
    font-weight: 500;
    color: #444;
    font-size: 30px;
    line-height: 35px
}

    .prices .price.promo {
        color: var(--accent-300)
    }

    .prices .price label {
        font-weight: 600;
        color: #444;
        display: block;
        font-size: 16px;
        line-height: 35px
    }

    .prices .price em {
        font-style: normal;
        font-size: 16px
    }

.prices .old-price {
    font-weight: 600;
    color: #777;
    font-size: 16px;
    line-height: 23px;
    text-decoration: line-through
}

.carpass-holder {
    position: relative;
    display: inline-block;
    padding: 12px 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: #ccc;
                transition: 0.3s;
                font-size: 12px;
                line-height: 12px
            }

            .carpass-holder a.info:hover i {
                color: #444;
                transition: 0.3s
            }

.carpass-popup {
    position: absolute;
    display: none;
    top: -7px;
    right: 3px;
    background: #fff;
    padding: 20px;
    border-radius: var(--radius-std);
    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: #777;
        font-size: 16px;
        top: 2px;
        right: 2px
    }

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

    .carpass-popup a.close i {
        line-height: 30px;
        color: #777;
        font-size: 16px
    }

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

.actions {
    overflow: hidden;
    border-radius: var(--radius-std);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

    .actions a.cta {
        display: block;
        text-align: center;
        border-radius: 0;
        width: 33.33%;
        flex: 0 0 33.33%;
        text-transform: none;
        box-sizing: border-box;
        min-height: 152px;
        height: 100%;
        background: none;
        color: #444;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #666;
        border: none;
        float: left;
        transition: .3s;
        padding: 18px
    }

        .actions a.cta i {
            display: block;
            text-align: center;
            color: var(--accent-color);
            line-height: 58px;
            padding-top: 10px;
            font-size: 30px;
            transition: .3s
        }

        .actions a.cta:hover {
            background: var(--accent-color);
            color: #fff;
            transition: .3s
        }

            .actions a.cta:hover i {
                color: #fff;
                transition: .3s
            }

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

.card .card-content.car-options {
    padding-top: 10px
}

    .card .card-content.car-options h4 {
        padding-bottom: 4px
    }

    .card .card-content.car-options ul li {
        line-height: 30px;
        font-size: 14px
    }

        .card .card-content.car-options ul li::before {
            line-height: 30px
        }

.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)
}

    .popup-overlay .popup {
        position: relative;
        background: #fff;
        max-width: 420px;
        width: 100%;
        box-sizing: border-box;
        border-radius: var(--radius-std);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2)
    }

        .popup-overlay .popup.medium {
            max-width: 500px
        }

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

        .popup-overlay .popup .popup-header {
            padding: 17px 20px 17px 20px;
            border-bottom: 1px solid #f4f4f4;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px
        }

        .popup-overlay .popup .popup-title {
            display: block;
            font-size: 26px;
            line-height: 33px;
            text-transform: none;
            padding: 0;
            margin: 0
        }

        .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: #666
        }

        .popup-overlay .popup .msgError {
            color: #ff0000;
            padding-bottom: 10px
        }

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

        .popup-overlay .popup .popup-footer {
            border-top: 1px solid #f4f4f4;
            padding: 15px 20px 20px 20px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px
        }

            .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: 12px;
                font-style: normal;
                line-height: 20px;
                color: #777;
                padding-bottom: 10px
            }

                .popup-overlay .popup .popup-footer .note a {
                    color: #777
                }

    .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: #fff;
        padding: 0 15px 0 15px;
        border-radius: 3px;
        text-align: center;
        right: 50px
    }

.gallery-holder {
    display: none
}

.fancybox-slide > * {
    padding: 0
}

.block {
    display: flex;
    background: #fff;
    border-radius: var(--radius-std);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    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 33.33%;
        order: 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        width: 33.33%
    }

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

    .block .text {
        flex: 0 0 66.66%;
        order: 1;
        align-self: center;
        box-sizing: border-box;
        padding: 25px 25px 25px 50px;
        float: right;
        width: 66.66%
    }

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

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

.card-content h2, .text h2 {
    font-size: 26px;
    line-height: 36px;
    padding: 0 0 10px 0
}

@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
    }
}

.contact-details {
    padding-bottom: 24px
}

    .contact-details div {
        padding-left: 28px;
        position: relative
    }

        .contact-details div i {
            position: absolute;
            top: 0;
            left: 0;
            line-height: 24px
        }

.hours label {
    display: inline-block;
    width: 50%
}

.hours span {
    display: inline-block;
    width: 50%;
    float: right
}

footer {
    display: block;
    padding-top: 30px;
    background: #f9f9f9
}

    footer .footer-content {
        background: #fff;
        padding: 30px 0 30px 0;
        font-size: 14px;
        line-height: 32px
    }

        footer .footer-content a {
            color: var(--primary-300)
        }

        footer .footer-content h3 {
            font-weight: 500;
            font-size: 18px;
            line-height: 28px;
            padding-top: 6px;
            padding-bottom: 22px;
            color: var(--primary-400)
        }

        footer .footer-content p {
            color: var(--primary-300)
			font-size: 14px;
            line-height: 32px
        }

        footer .footer-content .social {
            margin-top: -12px
        }

            footer .footer-content .social a {
                display: block;
                padding: 3px 0 3px 0;
                text-transform: uppercase;
                text-decoration: none;
                line-height: 32px;
                color: var(--primary-300)
            }

                footer .footer-content .social a i {
                    font-size: 20px;
                    line-height: 30px;
                    padding-right: 7px;
                    color: var(--accent-color)
                }

.img-viewer {
    overflow: hidden
}

.main-img-stock {
    position: relative
}

    .main-img-stock .slideshow {
        display: block;
        position: relative;
        width: 100%;
        padding-top: 75%;
        overflow: hidden;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

        .main-img-stock .slideshow img {
            display: block;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer
        }

.stock-thumbs {
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

    .stock-thumbs a {
        width: 16.66%;
        padding: 0;
        display: block;
        float: left;
        box-sizing: border-box;
        position: relative
    }

        .stock-thumbs a img {
            width: 100%;
            display: block
        }

        .stock-thumbs a .thumb-overlay {
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.7);
            text-align: center
        }

    .stock-thumbs::after {
        display: block;
        float: none;
        content: '';
        clear: both
    }

    .stock-thumbs a .thumb-overlay .dohide, .stock-thumbs a.min .thumb-overlay, .stock-thumbs a.no-show {
        display: none
    }

    .stock-thumbs a .thumb-overlay .doshow, .stock-thumbs a .thumb-overlay .dohide {
        display: block;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0;
        margin-top: -13px;
        text-align: center;
		font-size: 25px;
	  	line-height: 26px;
        color: #fff
    }

    .stock-thumbs a .thumb-overlay .dohide {
        display: none
    }

.finance .title {
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

    .finance .title strong {
        font-weight: 500
    }

.finance .finance-row {
    position: relative;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px
}

    .finance .finance-row::after {
        content: '';
        display: block;
        clear: both;
        float: none
    }

    .finance .finance-row::before {
        content: "...............................................................................................................................................................................................................";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #ccc
    }

    .finance .finance-row label {
        display: block;
        z-index: 1;
        float: left;
        background: #fff;
        font-size: 12px;
        color: #666;
        position: relative;
        padding-right: 5px
    }

    .finance .finance-row span {
        position: relative;
        display: block;
        z-index: 1;
        float: right;
        background: #fff;
        font-size: 12px;
        color: #666;
        padding-left: 5px
    }

.ddl-holder {
    position: relative;
}

a {
    color: var(--accent-color);
}

header .ddl-holder .dropdown {
    display: none;
    float: none;
    background: #fff;
    position: absolute;
    top: 32px;
    left: 0px;
    width: auto;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

    header .ddl-holder .dropdown a {
        margin: 0;
        float: none;
        padding: 10px 15px 10px 15px;
        border-bottom: 1px solid #d6d6d6;
        white-space: nowrap;
        display: block;
        color: #333;
    }



ol {
    padding-left: 18px
}

.cookie-holder {
    display: block;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999;
}

.cookie-banner {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 18px;
    color: #222;
    max-width: 950px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    border-radius: 6px;
}

.cookie-title {
    font-size: 26px;
    line-height: 35px;
    padding: 0 0 20px 0;
}

    .cookie-title i {
        display: none;
    }

.cookie-description {
    font-size: 16px;
    font-weight: 300;
}

.cookie-banner-btns::after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.cookie-banner-decline {
    display: block;
    float: left;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 6px;
}


.cookie-banner-accept {
    display: block;
    float: left;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: var(--accent-color);
    border-radius: 6px;
    margin-left: 10px;
}

.cookie-more-info, .btn-decline {
    display: none;
}

@media all and (max-width:450px) {
    .cookie-banner {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .cookie-banner-decline, .cookie-banner-accept {
        box-sizing: border-box;
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .cookie-banner-decline {
        margin-bottom: 20px;
    }
}

.cc.small {
    max-width: 500px;
}

.cc.smaller {
    max-width: 800px;
}

.hidden {
    overflow: hidden;
    height: 0;
}

.inline .popup-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #f4f4f4;
    padding: 18px;
    position: relative;
}

.inline .popup-title, .inline .popup-footer-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}

.inline .popup-body {
    padding: 18px;
    position: relative;
}

.inline .text-link {
    margin-top: -5px;
    padding-bottom: 20px;
    text-align: right;
}

.inline .popup-footer {
    border-top: 1px solid #f4f4f4;
    padding: 18px;
    position: relative;
}

.form .form-section {
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 18px;
}

.select2-container .select2-selection--single {
    height: 46px;
    border-radius: 3px;
    border-color: #f4f4f4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.phone-group {
    position: relative;
    padding-left: 99px;
}

    .phone-group .select2-container {
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .phone-group .select2-container .select2-selection--single {
            height: 46px;
            border-color: #f4f4f4;
            border-right: none;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

.input-group .phone-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-group {
    position: relative;
    padding-right: 44px;
    display: block;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
}

    .search-group input {
        border: none;
    }

    .search-group .btn-search {
        position: absolute;
        top: 2px;
        right: 0;
        display: block;
        width: 44px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        color: #777;
        line-height: 40px;
        border-left: 1px solid #f4f4f4;
    }

        .search-group .btn-search i {
            font-size: 14px;
            color: #777;
            line-height: 22px;
        }

.wait-spinner {
    display: none;
    position: absolute;
    top: 0;
    right: 38px;
    width: 36px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

    .wait-spinner.wait-vat {
        right: 4px;
    }

    .wait-spinner i {
        font-size: 14px;
        color: #08c880;
        line-height: 28px;
    }

.abs-holder {
    position: relative;
}

.search-results {
    display: none;
    position: absolute;
    top: 52px;
    left: -1px;
    background: #fff;
    border: 1px solid #ddd;
    right: -1px;
    padding: 0 12px;
    box-shadow: none;
    z-index: 1;
}

    .search-results a {
        display: block;
        text-decoration: none;
        padding: 10px 0;
        color: #999;
        font-size: 12px;
    }

        .search-results a strong {
            color: #222;
            display: block;
            font-weight: normal;
            font-size: 14px;
        }

.input-part {
    float: left;
}

    .input-part.small {
        width: 40%;
        padding-right: 5px;
    }

    .input-part.large {
        width: 60%;
        padding-left: 5px;
    }

.form-section h3 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 0;
    margin-top: -10px;
}

.toggle-edit {
    display: block;
    float: right;
    font-size: 18px;
    color: #999;
}

.form .edit-actions {
    padding-top: 12px;
}

.logout {
    font-size: 16px;
    text-decoration: none;
    padding: 40px 18px 0 0;
    display: block;
    color: #444;
}

    .logout::before {
        content: "\f011";
        font-family: "Font Awesome 5 Pro";
        padding-right: 6px;
    }

.read-only .input-group input, .read-only .input-group select, .read-only .phone-group, .read-only .search-group, .read-only .sub-form.read-only .input-group input {
    display: none;
}

.read-only .sub-form .input-group input {
    display: block;
}

.form.read-only .input-group {
    border: none;
    background: none;
}

.form .input-group span {
    display: none;
}

.form.read-only .input-group span {
    display: block;
}

.form.read-only .input-group .select2 {
    display: none;
}

.form .input-group .select2, .form .input-group .select2 span {
    display: block;
}

    .form .input-group .select2, .form .input-group .select2 span.flag-icon {
        display: inline-block;
    }

.form.read-only .input-group label em {
    display: none;
}

.form.read-only .edit-actions {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form.read-only .edit-form, .sub-form.read-only .edit-sub-form {
    display: none;
}

.form .display-form, .sub-form .display-sub-form {
    display: none;
}

.form.read-only .display-form, .sub-form.read-only .display-sub-form {
    display: block;
}

.form h2 {
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #eee;
}

.smaller .card {
    padding: 0 18px;
}

a.cta.grey {
    background: none;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 10px 29px;
}

.car-nav a {
    font-size: 20px;
    color: #777;
    display: block;
    float: left;
    width: 46px;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}

    .car-nav a i {
        font-size: 16px;
        line-height: 44px;
    }

    .car-nav a.overview {
        margin: 0 12px;
    }

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

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

@media all and (max-width:1130px) {
    .car-nav a {
        font-size: 18px;
        line-height: 38px;
        width: 40px;
    }

        .car-nav a i {
            line-height: 38px;
        }
}

.mob-margin-top {
    position: relative;
}

@media all and (max-width: 800px) {
    .mob-margin-top {
        padding-top: 70px;
    }

    .mob-abs {
        position: absolute;
        top: 0;
        left: -10px;
        right: -10px;
    }

    .car-nav {
        background: #fff;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        position: absolute;
        top: 0;
        left: -18px;
        right: -18px;
    }

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

        .car-nav a {
            text-align: center;
            width: 33.33%;
            border:none;
            display: block;
            float: left;
            line-height: 34px;
		border-radius:0;
        }

            .car-nav a:first-child {
                border-right: 1px solid #e2e2e2;
            }

            .car-nav a:last-child {
                border-left: 1px solid #e2e2e2;
            }

            .car-nav a.overview {
                margin: 0;
            }
}

.card-footer.price::after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.card-footer.price em {
    display: block;
}

.card-footer.price .price-left, .card-footer.price .price-right {
    float: left;
    width: 50%;
}

.prices .price {
    display: block;
    width: 100%;
	align-items: center;
    min-height: 60px;
}

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

    .prices .price .price-left, .prices .price .price-right {
        float: left;
        width: 50%;
    }

    .prices .price .price-right {
        text-align: right;
    }

    .prices .price em {
        display: block;
        line-height: 22px;
		font-weight: 400;
    }

input.ui-slider-input {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 10px;
    line-height: 16px;
    color: #999;
    height: 16px;
    margin-left: 20px;
    text-align: left;
    padding: 0;
}

.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}

.ui-rangeslider .ui-rangeslider-sliders {
    height: 19px;
    margin-left: 27px;
    margin-right: 27px;
    margin-top: 0;
}

.ui-slider-track {
    border-style: none !important;
    height: 5px !important;
    top: 6px;
    background: #d1d5d8 !important;
    border-radius: 3px !important;
}

    .ui-slider-track .ui-slider-bg {
        background: var(--accent-color);
    }

    .ui-slider-track .ui-btn.ui-slider-handle {
        font-size: .9em;
        line-height: 30px;
        border-radius: 50%;
        border: 5px solid var(--accent-color);
        box-sizing: border-box;
        height: 20px;
        width: 20px;
        margin-top: -10px;
        margin-left: -10px;
        background: #fff;
    }

.financing-item {
    position: relative;
    padding: 18px 30px 34px 30px;
    border-bottom: 1px solid #e6e6e6;
}

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

    .financing-item label {
        float: left;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .financing-item .input-holder {
        float: right;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        width: 88px;
        padding-right: 22px;
        height: 30px;
    }

        .financing-item .input-holder.wide-suffix .ui-slider input.ui-slider-input {
            width: 34px;
        }

        .financing-item .input-holder .ui-slider {
            display: inline-block;
            float: none;
            padding: 0;
            margin: 0;
        }

            .financing-item .input-holder .ui-slider input.ui-slider-input {
                font-size: 16px;
                line-height: 28px;
                font-weight: bold;
                color: #222;
                width: 66px;
                padding: 0;
                margin: 0;
                text-align: right;
                display: inline-block;
                float: none;
                height: 28px;
            }

            .financing-item .input-holder .ui-slider .ui-slider-track {
                position: absolute;
                top: 64px;
                left: 30px;
                right: 30px;
                margin: 0 5px;
            }

        .financing-item .input-holder .suffix {
            display: block;
            position: absolute;
            top: 19px;
            right: 38px;
            font-size: 12px;
            line-height: 28px;
            color: #777;
        }

.financing-total {
    position: relative;
    padding: 18px 30px;
    border-bottom: 1px solid #e6e6e6;
}

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

    .financing-total label {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .financing-total .result {
        display: block;
        float: right;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }

        .financing-total .result em {
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
        }

.financing-note {
    padding: 18px 30px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
}

    .financing-note em {
        color: #777;
    }

.financing-result {
    position: relative;
}

.financing-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(249, 249, 249, 0.8);
    opacity: 0;
    transition: 0.3s;
}

    .financing-overlay .financing-overlay-content {
        font-size: 12px;
        line-height: 20px;
        color: #444;
        position: absolute;
        top: 50%;
        left: 18px;
        right: 18px;
        transform: translateY(-50%);
    }

        .financing-overlay .financing-overlay-content h4 {
            padding: 0;
            margin: 0;
            font-size: 14px;
            line-height: 22px;
            font-weight: bold;
            padding-bottom: 20px;
            text-transform: uppercase;
        }

.financing-result.on .financing-note, .financing-result.on .financing-note em, .financing-result.on .financing-total label, .financing-result.on .financing-total .result, .financing-result.on .financing-total .result em {
    color: transparent;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

.financing-result.on .financing-overlay {
    opacity: 1;
    transition: 0.3s;
}

#finance .card-header h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}

.fnance-note-line .label {
    padding-right: 8px;
}

.cta.small {
    padding: 5px 20px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 16px;
    text-transform: none;
}

    .cta.small i {
        color: #02ca73;
        padding-right: 7px;
    }

    .cta.small:hover {
        background: #02ca73;
        border-color: #02ca73;
        color: #fff;
    }

        .cta.small:hover i {
            color: #fff;
        }

.btn-tc {
    text-align: center;
    padding-top: 28px;
}

.card .card-header.h3 {
    font-size: 20px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}

.tb-only .col {
    padding-left: 0;
    padding-right: 0;
}

.input-group input.error, .input-group select.error, .input-group textarea.error {
    border-color: #ff0000;
    color: #ff0000
}

.card-content h3, .text h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0;
}

a.no-decoration, footer .footer-content a.no-decoration {
    color: var(--primary-300);
}

.banner-holder {
    margin-bottom: 18px;
}

    .banner-holder .banner div.banner-item img.mobile-banner {
        display: none;
    }

h2.light, h1.light {
    font-weight: 300;
    text-transform: uppercase;
    padding: 16px;
}

@media all and (max-width: 992px) {
    header .mob-btn {
        margin-top: 8px;
    }

    header, header.s {
		height:60px;
    }
	
	header nav,header.s nav{
		padding-top:0;
	}
    header nav .ddl-holder {
        display: block;
        margin-left: 0;
        text-align: center;
        width: 100%;
        border-top: 1px solid var(--bg-600);
        padding: 18px 0 10px 0;
		background-color: var(--bg-dark);
    }

        header nav .ddl-holder a.lang {
            display: none;
        }

    header .ddl-holder .dropdown {
        display: inline-block;
        position: relative;
        top: auto;
        box-shadow: none;
    }

        header .ddl-holder .dropdown a {
            float: left;
            border: none;
            padding: 0 26px;
            font-size: 16px;
            line-height: 16px;
            border-right: 1px solid var(--bg-600);
            color: #999
        }
}

header .ddl-holder .dropdown a.active {
    color: var(--accent-color);
}

@media all and (max-width:898px) {

    .banner-holder .banner-overlay {
        left: 18px;
        right: 18px;
    }
}

@media all and (max-width:540px) {
    .banner-holder .banners a img.mobile-banner {
        display: block!important;
    }

    .banner-holder .banners a img.desktop-banner {
        display: none;
    }
.banner-holder .banner-overlay .banner-search {
    margin-bottom: 20px;
}

    .banner-holder {
        padding-top: 100%;
    }

        .banner-holder .banner-overlay {
            left: 36px;
            right: 36px;
        }

            .banner-holder .banner-overlay .banner-search .search {
                padding: 0;
                background: none;
            }

                .banner-holder .banner-overlay .banner-search .search .fieldset .field {
                    width: 100%;
                    float: none;
                    margin-bottom: 1px;
                }

    .search .fieldset .btns {
        width: 100%;
        position: relative;
        top: auto;
    }
}
.mob-search-btn{
    display: none;
    background: #fff;
    border-radius: var(--radius-std);
    border: 1px solid #f4f4f4;
    color: #444;
	width: 50px;
    height: 50px;
    text-decoration: none;
    margin-right: 7px;
    text-align: center;
	font-size:20px;
	line-height:48px;
}
@media all and (max-width:768px){
.stock .search{
display:none;
padding:0;
position:fixed;
top:60px;
left:0;
right:0;
z-index:10;
}
.stock .search .fieldset .field{
width:100%;
float:none;
border:none;
border-bottom:1px solid #f4f4f4;
}
.stock .search .fieldset .btns{
position:relative;
top:auto;
width:100%;
}
.mob-shift-up{
margin-top:-12px;
}
.mob-search-btn{
			display: inline-block;
}
}

.scriptsearch .search .mob-search-header{
display:none;
}
.scriptsearch .search{
padding:0;
background:#fff;
}
.scriptsearch .search .cc{
display:flex;
flex-wrap:wrap;
flex-direction:row;
position:relative;
}
.scriptsearch .search.on .cc{
padding-right:76px;
}
.scriptsearch .search .search-col{
flex:0 0 20%;
border-right:1px solid #f4f4f4;
overflow:hidden;
}
.scriptsearch .search .search-col.search-make{
border-left:1px solid #f4f4f4;
}
.scriptsearch .search .search-col .input-group{
padding:0;
}
.scriptsearch .search .search-col label{
display:none;
}
.scriptsearch .search .btn-mob-search{
display:none;
}

.scriptsearch .search .search-btns{
position:absolute;
top:0;
right:18px;
}
.scriptsearch .search .search-btns .reset{
display:block;
width:58px;
line-height:57px;
border-right:1px solid #f4f4f4;
text-align:center;
font-size:16px;
color:#777;
transition:0.3s;
}
.scriptsearch .search .search-btns .reset:hover{
color:var(--accent-color);
transition:0.3s;
}
.scriptsearch .search .select2-container .select2-selection--single {
    height: 57px;
    border-radius: 0;
    border:none;
}

.scriptsearch .search .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height:57px;
font-size:15px;
color:#444;
padding-left:11px;
}
.scriptsearch .search .select2-container--default .select2-selection--single .select2-selection__arrow{
height:57px;
}				
.scriptsearch .search .select2-container--default .select2-selection--single .select2-selection__arrow b{
border:none;
height: 57px;
left:auto;
top:auto;
margin:0;
position:relative;
width: 20px;
text-align:center;
font-size:15px;
color:#444;
}
.scriptsearch .search .select2-container--default .select2-selection--single .select2-selection__arrow b::after{
content:'\f107';
font-family:'Font Awesome 5 Pro';
line-height:57px;
width:20px;
text-align:center;
}
.scriptsearch .search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after{
content:'\f106';
}
.select2-dropdown{
border-color:#788192;
border-radius:6px;}
.scriptsearch .search .select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow b{
color:#ccc;
}
@media all and (max-width:768px){
.scriptsearch .search{
	display:none;
	position:fixed;
	top:60px;
	z-index: 10;
    left: 0;
    right: 0;
}	
.scriptsearch .search .mob-search-header{
display:block;
padding:30px 18px;
min-height:85px;
}
.scriptsearch .search .mob-search-header .mob-search-title{
float:left;
line-height:25px;
font-size:22px;
}
.scriptsearch .search .mob-search-header .mob-search-btns{
float:right;
text-align:right;

}
.scriptsearch .search .mob-search-header .mob-search-btns a{
font-size:20px;
color:#777;
padding-left:10px;
line-height:25px;
}
.scriptsearch .search .mob-search-header .mob-search-btns a.mob-reset{
font-size:16px;
padding-right:24px;
}
.scriptsearch .search .cc, .scriptsearch .search.on .cc{
padding:0;
}
.scriptsearch .search .search-col{
flex:0 0 100%;
border-right:none;
border-bottom:1px solid #f4f4f4;
padding-left:4px;
padding-right:4px;
}
.scriptsearch .search .search-col.search-make{
border-left:none;
border-top:1px solid #f4f4f4;
}
.scriptsearch .search .search-btns{
flex:0 0 100%;
position:relative;
top:auto;
right:auto;
}
.scriptsearch .search .btn-mob-search{
display:block;
background:var(--accent-color);
color:#fff;
text-align:center;
font-size:18px;
text-transform:uppercase;
font-weight:600;
line-height:27px;
padding:15px 0;
text-decoration:none;
}
.scriptsearch .search .search-btns .reset{
display:none!important;
}
}

.to-top{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#777;
	background:#fff;
	border-radius:50%;
	border: 1px solid #eee;
	position:fixed;
	bottom:30px;
	right:100px;
	display:none;
	text-align:center;
}
.s .to-top{
display:block;
}

.card .card-content.car-options h4{
padding-top:14px;
}
.car-options ul{
padding-bottom:0;
}


.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:#fff;
	font-size:35px;
	z-index:10;
	box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.whatsapp-btn:hover{
color:#fff;
}

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

.content-block.block-textimg{
background:#fff;
margin:20px 0;
overflow:hidden;
}
.content-block.block-textimg img{
display:block;
width:100%;
height:100%;
object-fit:cover;
}
.content-block.block-textimg .content-block-text{
padding:40px;
}
.content-block.block-textimg .col{
    align-content: center;
}
.content-block h2{
    font-weight: 500;
    color: var(--primary-color);
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 20px 0;
}
.content-block.block-text-cta{
background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-std);
	padding: 18px;
	text-align:center;
}
.content-block.block-text-cta h2 {
    padding: 0 0 9px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: var(--primary-color);
    margin: 0;
}
.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-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(--bg-color);
        padding: 0 0 2.3vw 0;}
@media all and (min-width: 1680px) {
.block-img-content h2 {
            font-size: 60px;
            line-height: 58px; } 
}
@media all and (max-width: 720px) {
.block-img-content h2  {
            font-size: 40px;
            line-height: 38px; } 
}
.block-img-content h3 {
        font-family: var(--font-family);
        font-size: 2.38095vw;
        line-height: 3.17381vw;
        color: var(--bg-color);
		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(--accent-color);
		border: 1px solid var(--accent-color);
		text-decoration: none;
		text-transform: uppercase;
		transition: 0.3s;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0.5);
}










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