


/*---2014----------------------------------*/

#loading {
    overflow: hidden;
    background: var(--primary);
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    position: fixed;
    animation: loadsc 3s forwards linear 1;
    left: 100%;
    top: 0;
    padding: 0;
    text-align: center;
    visibility: hidden;
}

@keyframes loadsc {
    0%,
    40% {
        opacity: 1;
        left: 0;

        visibility: visible;
        display: block;
    }
    80%,
    90% {
        left: 0;
        display: block;
        opacity: 0;
    }
    91%,
    99% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        left: 100%;
        visibility: hidden;
    }
}

#bar {
    top: 0;

    height: 3px;
    background-color: #fff;
    width: 0;
    animation: progress 1.2s ease-in-out 1;
}
@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

#loading .svg {
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    fill: #fff;
    width: 16vw;
    left: calc(50% - 8vw);
    opacity: 0;
    animation: veho 1s ease-in-out 1;
}
@keyframes veho {
    0%,
    10% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@font-face {
    font-family: "icons";
    src: url("../font/icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }

@media screen and (max-width: 1020px) {
    #loading .svg {
        width: 200px;
        left: calc(50% - 100px);
    }
}

@media screen and (min-width: 1020px) {
    #onlyfrontpagefix .models,
    #onlyfrontpagefix .extramodels,
    #onlyfrontpagefix .teenindusmenu,
    #onlyfrontpagefix .models2 {
        top: 90px;
    }
}

@media screen and (min-width: 1440px) {
    #onlyfrontpagefix .models,
    #onlyfrontpagefix .extramodels,
    #onlyfrontpagefix .teenindusmenu,
    #onlyfrontpagefix .models2 {
        top: 105px;
    }
}

@media screen and (max-width: 680px) {
    #loading .svg {
        width: 140px;
        left: calc(50% - 70px);
    }
}

/*---main----------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 23px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #585858;
    min-width: 300px;
    -webkit-overflow-scrolling: touch !important;
    -webkit-text-size-adjust: none !important;
}

img {
    border: 0;
}

a,
a:hover,
a:active {
    outline: none;
}
::-moz-selection {
    background: #004684;
    color: #fff;
}
::selection {
    background: #004684;
    color: #fff;
}

a {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    text-decoration: underline;
}

h1 {
    margin: 0;
    float: left;
    padding: 0;
    font-size: 60px;
    line-height: 60px;
    font-family: var(--headings-font-family);
    font-weight: normal;
    color: #000;
}

h2,
h8 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 32px;
    line-height: 32px;
    font-family: var(--headings-font-family);
    font-weight: 300;
    color: #000;
}

#header h1 {
    font-size: 32px;
    line-height: 32px;
    font-family: var(--headings-font-family);
    font-weight: 300;
}

h8 {
    font-size: 40px !important;
    margin-bottom: 20px !important;
    line-height: 46px !important;
    display: block;
}

h2 b,
h1 b {
    font-family: var(--headings-font-family);
    font-weight: 700;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--headings-font-family);
    color: #000;
}

h3.build-colors {
    font-size: 14px;
    line-height: 14px;
}

p {
    margin: 0 0 20px 0;
}

em {
    font-style: italic;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}

hr {
    background-color: #d9d9d9;
    border: 0;
    height: 1px;
    margin: 30px 0;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 9999;
}
#back-top a {
    text-decoration: none;
    display: block;
    width: 66px;
    height: 66px;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;

    border: 0;
}

/* CSS3 */
#back-top a:hover {
    background-color: #004684;
}

.tooltipMake:hover .tooltiptext {
    visibility: visible;
    transition-delay: 1s;
    opacity: 1;
}

.filterModel .fm-count {
    color: #b7b7b7 !important;
}

.menuactive {
    background: var(--primary);
    color: #ffffff !important;
}

.menuactive span{
    color: #fff;
}

.selectedFilter {
    color: #4b4b4b;
}

fm-count-selected {
    color: #4b4b4b !important;
}

.filterModel input:disabled {
    color: rgb(182, 182, 182) !important;
}

.filterModel input[type="checkbox"]:disabled + label {
    color: rgb(182, 182, 182) !important;
}

.filterInput input:disabled {
    color: rgb(182, 182, 182);
}

[disabled] .noUi-connect {
    background: rgb(182, 182, 182) !important;
}

.noUi-handle {
    cursor: pointer !important;
}

.noUi-origin {
    margin-top: -5px !important;
}

.noUi-connect {
    background: var(--primary) !important;
}


.imgload {
    opacity: 0 !important;
    transition: none;
}

#imagelightbox {
    z-index: 99999996 !important;
    background-color: white;
}

/*---content-------------------------------*/

.content {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
}


#inner_wrap {
    position: absolute;
    height: 100%;
    z-index: 100;
}

#second .news_center {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#second .news_post {
    max-width: 1020px;
    width:100%;
    margin: 0 auto;
}

.news_page .content_inner {
    max-width: 1600px;
}

.news {
    width: 32%;
    border-bottom: 1px solid #d9d9d9;
}

.news-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.date {
    color: #000;
    font-weight: bold;
    margin: -10px 0 10px 0;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.date img {
    height: 13px;
}

.news:hover {
    color: #737373;
    cursor: Pointer;
}

.newsimages {
    float: right;
    width: 280px;
}

.newsimages .theimage {
    float: right !important;
}

/*---menu----------------------------------*/

#slides {
    display: block;
    z-index: 1;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 960px;
    height: 390px;
    min-width: 960px;
    overflow: hidden;
}
#slides .prev {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 -10px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwl.png) no-repeat center;
    background-size: 17px 21px;
}
#slides .next {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 920px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwr.png) no-repeat center;
    background-size: 17px 21px;
}

#slides .prev,
#slides .next {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-color: #ffffff;
    border: 0;
}
#slides .prev:hover,
#slides .next:hover {
    opacity: 0.8;
}

#slides .slides_container {
    width: 960px;
    margin: 0 auto;
    display: none;
}
#slides .slides_container div {
    width: 960px;
    height: 315px;
    display: block;
}
#slides .slides_container div img {
    width: 960px;
    height: 315px;
}

#navigation {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 155px;
    height: 44px;
    position: relative !important;
}

#slides .pagination {
    list-style: none;
    position: absolute;
    z-index: 900;
    padding: 25px 0 0 0;
    margin: 0;
    width: 155px;
    height: 28px;
}

#slides .pagination li {
    float: left;
    margin: 0;
    padding: 0;

    height: 44px;
}

#slides .pagination a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0;
    height: 10px;
    width: 10px;
    border: 0;
    margin: 0 10px;
    -moz-border-radius: 85px; /* Firefox */
    -webkit-border-radius: 85px; /* Safari, Chrome */
    border-radius: 85px; /* CSS3 */
    background: #e0e0e1;
}

#slides .pagination a:hover {
    background: #737373;
}

#slides .pagination .current a {
    background: #737373;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: -5px 5px 0 5px;
}

#slides2 {
    display: block;
    z-index: 1;
    margin: -16px 0 30px 0;
    padding: 0;
    width: 590px;
    height: 76px;
    min-width: 724px;
    overflow: hidden;
}
.fiveimages {
    width: 744px;
}
#slides2 .prev {
    position: absolute;
    z-index: 900;
    margin: -76px 0 0 0;
    padding: 0;
    width: 62px;
    height: 76px;
    background: url(../img/arwl2.png) no-repeat center;
}
#slides2 .next {
    position: absolute;
    z-index: 900;
    margin: -76px 0 0 662px;
    padding: 0;
    width: 62px;
    height: 76px;
    background: url(../img/arwr2.png) no-repeat center;
}

#slides2 .prev,
#slides2 .next {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-color: #737373;
    border: 0;
}
#slides2 .prev:hover,
#slides2 .next:hover {
    background-color: #3f3f3f;
}

#slides2 .slides_container {
    width: 590px;
    margin: 0 auto;
    display: none;
}
#slides2 .slides_container .slides_container_inner {
    width: 590px;
    height: 76px;
    display: block;
}

#slides2 .theimage {
    float: left;
    margin: 0 5px;
    width: 137px;
    height: 76px;
    overflow: hidden;

    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.fiveimages .theimage {
    margin: 0 10px 0 0 !important;
    width: 134px !important;
}

#slides2 .theimage a {
    display: block;
    margin: 0;
    width: 137px;
    height: 76px;
    overflow: hidden;
}

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 99999998;

    -ms-touch-action: none;
    touch-action: none;

    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */

    position: fixed;
    z-index: 999999999999999999999999999999999999999;
    top: 50%;
    left: 50%;
    padding: 0.625em; /* 10 */
    margin: -1.25em 0 0 -1.25em; /* 20 */

    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
}
#imagelightbox-loading div {
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #fff;
    margin: 10px auto 0 auto;

    -webkit-animation: imagelightbox-loading 0.5s ease infinite;
    animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: 0.5;
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0.5;
        transform: scale(0.75);
    }
}

/* OVERLAY */

#imagelightbox-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
    width: 2.5em; /* 40 */
    height: 2.5em; /* 40 */
    text-align: left;

    border-radius: 50%;
    position: fixed;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999;
    top: 2.5em; /* 40 */
    right: 2.5em; /* 40 */
    border: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
}
#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* NAVIGATION */

#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    z-index: 99999998;
    left: 50%;
    bottom: 3.75em; /* 60 */
    padding: 0.313em; /* 5 */

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#imagelightbox-nav button {
    width: 1em; /* 20 */
    height: 1em; /* 20 */
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
}

/* ARROWS */

.imagelightbox-arrow {
    width: 3.75em; /* 60 */
    height: 7.5em; /* 120 */

    border: 0;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 99999999999999999999999999999999999999999999;
    top: 50%;
    margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
}
.imagelightbox-arrow:active {
    background-color: var(--secondary);
}
.imagelightbox-arrow-left {
    left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
    right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: "";
    display: inline-block;
    margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in 0.25s linear;
    animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 41.25em) /* 660 */ {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        top: 1.25em; /* 20 */
        right: 1.25em; /* 20 */
    }
    #imagelightbox-nav {
        bottom: 1.25em; /* 20 */
    }

    .imagelightbox-arrow {
        width: 2.5em; /* 40 */
        height: 3.75em; /* 60 */
        margin-top: -2.75em; /* 30 */
    }
    .imagelightbox-arrow-left {
        left: 1.25em; /* 20 */
    }
    .imagelightbox-arrow-right {
        right: 1.25em; /* 20 */
    }
}

@media only screen and (max-width: 20em) /* 320 */ {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}

.standard {
    width: 20px;
}

#menu {
    top: 0;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    position: sticky;
    z-index: 999999;
    display: none;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#menu ul {
    float: right;
}

#menu ul li {
    float: left;
}
#menu ul li a, #menu ul li button {
    display: flex;
    text-decoration: none;
    padding: 8px 4px;
    margin: 0 4px;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--headings-font-family);
}

#menu .topmenu .servicebtn,
#menu .topmenu .testdrivebutton {
    display: flex;
    justify-content: flex-end;
}

#menu #search {
    float: right;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-bottom: 1px solid #d6d6d6;
}

#menu #search:hover {
    border-bottom: 1px solid #737373;
}

#menu #search input {
    float: left;
    border: 0;
    line-height: 18px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #000;
    background: #fff;
    width: 100px;
    height: 22px;
}

#menu #search button {
    float: left;
    border: 0;
    height: 24px;
    width: 24px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

#menu #search button img {
    width: 15px;
    height: 15px;
}

#menu #search button:hover {
    background: #f1f0f0;
}

.gray {
    border: 0;
    height: 26px;
    padding: 0;
    background: transparent;
    color: var(--primary);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;

    font-size: 14px;
    line-height: 14px;
    font-family: var(--headings-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#menu .gray img {
    height: 22px;
}
#menu .gray svg {
    height: 22px;
}

#menu .gray span {
    font-size: 16px;
    position: absolute;
    width: 100px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background: var(--primary);
    padding: 10px 6px;
    transform: translateY(10px);
    transition: opacity 0.3s, transform 0.2s;
}

#menu .gray:hover span {
    opacity: 1;
    visibility: visible;
}

#menu .lang {
    float: right;
    margin: 0px 0 0 10px;
    text-decoration: none;
    color: #585858;
}

#menu .lang:hover {
    color: var(--primary);
}

.header-logo {
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.mob_header .mob-logo {
    display: none;
    width: 128px;
}

#menu .header_container {
    display: flex;
    justify-content: space-between;
    min-height: 40px;
}

#menu .header_container > div {
    display: flex;
    align-items: center;
}

#menu .header_container .header_left {
    justify-content: flex-start;
    flex: 1;
}

#menu .header_container .header_center {
    justify-content: center;
    padding: 0 20px;
}
#menu .header_container .header_right {
    justify-content: flex-end;
    flex: 1;
}

.all-logos {
    position: relative;
    cursor: pointer;
}

.brand {
    height: 54px;
}

.dealerlogo {
    margin-left: 16px;
    height: 40px;
    z-index: 100;
    position: relative;
}

.onlymob .header_left {
    display: none;
}

#menu .dealerlogo,
#menu .brand {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#menu .ttip{
    display:flex;
}

#menu .topmenu {
    width: 100%;
}

#menu #search-desk {
    float: right;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-bottom: 1px solid #d6d6d6;
    display: none;
}

#menu #search-desk:hover {
    border-bottom: 1px solid #737373;
}

#menu #search-desk input {
    float: left;
    border: 0;
    line-height: 18px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #000;
    background: #fff;
    width: 100px;
    height: 22px;
}

#menu #search-desk button {
    float: left;
    border: 0;
    height: 24px;
    width: 24px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-radius: 100px;
    vertical-align: middle;
    text-align: center;
}

#menu #search-desk button img {
    width: 15px;
    margin: 0;
    padding: 0;
    height: 15px;
}

#menu #search-desk button:hover {
    background: #f1f0f0;
}

.models,
.extramodels,
.teenindusmenu,
.models2 {
    margin: 0;
    position: absolute;
    background: #fff;
    width: 960px;
    display: none;
    z-index: 990;
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.slideTogglebox4,
.slideTogglebox5,
.slideTogglebox55 {
    padding: 24px 24px 19px 24px;
    position: absolute;
    top: 160px;
    display: none;
    z-index: 990;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.24);
    background: #fff;
    line-height: 16px;
    width: 640px;
    max-width: 1320px;
    left: 0;
    right: 0;
    margin: auto;
}

.slideTogglebox4 h2,
.slideTogglebox5 h2,
.slideTogglebox55 h2{
    color:var(--primary) !important
}


.slideTogglebox4 table td,
.slideTogglebox5 table td,
.slideTogglebox55 table td {
    vertical-align: middle;
    margin: 0;
    padding: 0 0 5px 0;
}

.slideTogglebox4 input,
.slideTogglebox5 input,
.slideTogglebox55 input,
.slideTogglebox4 select,
.slideTogglebox2 input,
.slideTogglebox2 select,
.slideTogglebox5 select,
.slideTogglebox55 select,
.slideTogglebox6 select,
.slideTogglebox6 input,
.slideTogglebox7 select,
.slideTogglebox7 input,
.slideTogglebox select,
.slideTogglebox input,
.service_calc input,
.service_calc select,
#dialogmedium input,
#dialogmedium select {
    border: 0;
    background: var(--input-fields);
    height: 32px;
    width: calc(100% - 5px);
    padding: 0 0 5px 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #585858;
}

.service_calc input,
.service_calc select {
    width: 125px;
    margin: 0 5px 5px 0;
}

.service_calc select {
    width: 135px;
    padding: 0 0 0 5px;
}

#feedbackForm input,
#feedbackForm textarea,
#dialogmedium textarea {
    margin: 0 0 5px 0;
    border: 0;
    background: var(--input-fields);
    height: 38px;
    width: 250px;
    padding: 0 5px;
    line-height: 21px;
    font-size: 15px;
    font-family: var(--text-font-family);
    color: #585858;
}
#feedbackForm textarea {
    height: 150px;
    width: 99%;
    padding: 5px;
}

.slideTogglebox4 select,
.slideTogglebox5 select,
.slideTogglebox55 select {
    width: 100%;
}

.slideTogglebox4 .radio,
.slideTogglebox5 .radio,
.slideTogglebox55 .radio {
    float: left;
    background: #fff;
    -moz-box-shadow: inset 0 0 0 #bcbcbc;
    -webkit-box-shadow: inset 0 0 0 #bcbcbc;
    box-shadow: inset 0 0 0 #737373;
    height: 15px;
    width: 15px;
    margin: 5px;
}
.slideTogglebox4 label.radio, .slideTogglebox5 label.radio, .slideTogglebox55 label.radio{
  width: calc(100% - 32px);
  margin: 4px 0;
}

.slideTogglebox4 .labels td,
.slideTogglebox5 .labels td,
.slideTogglebox55 .labels td {
  padding: 0;
}

.slideTogglebox4 textarea,
.slideTogglebox5 textarea,
.slideTogglebox55 textarea,
#dialogmedium textarea {
    border: 0;
    background: var(--input-fields);
    height: 100px;
    padding: 5px 0 0 5px;
    width: calc(100% - 5px);
    line-height: 21px;
    font-size: 15px;
    font-family: var(--text-font-family);
    color: #585858;
    resize: vertical;
}

.slideTogglebox,
.slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7,
#modelsSlider{
    width: 100%;
    display: none;
}

.slideTogglebox .red,
.slideTogglebox2 .red,
.slideTogglebox6 .red,
.slideTogglebox7 .red {
    width: 100%;
}

.widecontent .slideTogglebox,
.widecontent .slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7 {
    width: 194px;
    margin: -15px 0 0 736px;
    position: absolute;
    background: #fff;
    z-index: 200;
    padding: 15px;
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.calcContainer{
    position:relative
  }
  
  .calcContainer .slideTogglebox6{
    top: 100%
  }

.widecontent .slideTogglebox2,
.slideTogglebox7 {
    bottom: 0;
    margin: 0 0 0 736px;
    -moz-box-shadow: 0 -8px 8px #c1c1c1;
    -webkit-box-shadow: 0 -8px 8px #c1c1c1;
    box-shadow: 0 -8px 8px #c1c1c1;
}

.slideTogglebox7 {
    margin: 0 0 0 560px;
}
.right .slideTogglebox7 {
    margin: 0 0 0 480px !important;
}

.slideTogglebox7 .narrow1,
.slideTogglebox6 .narrow1 {
    width: 85px !important;
    float: left;
}

.slideTogglebox7 .narrow2,
.slideTogglebox6 .narrow2 {
    width: 25px !important;
    float: left;
}

.slideTogglebox input,
.slideTogglebox select,
.slideTogglebox7 input,
.slideTogglebox7 select,
.slideTogglebox2 input,
.slideTogglebox2 select,
.slideTogglebox6 input,
.slideTogglebox7 select {
    width: calc(100% - 5px);
    margin: 5px 0 0 0;
}

.slideTogglebox select,
.slideTogglebox2 select,
.slideTogglebox6 select,
.slideTogglebox7 select {
    width: 100%;
}

.slideTogglebox4 table,
.slideTogglebox5 table,
.slideTogglebox55 table {
    width: 100%;
}

.sendbtn {
    margin: 5px 0 0 0 !important;
}

.teenindusmenu {
    padding: 15px 30px 0 30px;
    width: 900px;
}

.teenindusmenu .box,
.teenindusmenup .box {
    float: left;
    width: 235px;
    margin: 0 30px 40px 30px;
}

.teenindusmenu .box img,
.teenindusmenup .box img {
    width: 235px;
    margin: 5px 0;
}

.teenindusmenu .box ul li a,
.teenindusmenup .box ul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #000;

    font-size: 16px;
    line-height: 16px;
    font-family: var(--text-font-family);
}

.teenindusmenu .box ul li a:hover,
.teenindusmenup .box ul li a:hover {
    text-decoration: underline;
}

.leftmenu,
.allmodels,
.onlyextramodels,
.widextramodels {
    float: left;
}

.leftmenu {
    width: 140px;
    padding: 15px;
}

.leftmenu ul {
    float: left !important;
    margin: 0 !important;
    padding: 0;
    font-size: 15px;
}

.leftmenu ul li a {
    display: block;
    width: 110px;
    margin: 0;
    text-decoration: none;
    padding: 5px 15px !important;
}

.leftmenu ul li a .filter-switch, .leftmenu ul li a svg{
    display:none;
    pointer-events:none;
    visibility: hidden;;
}

.leftmenu ul li a:hover {
    background: var(--primary);
    color: #ffffff !important;
}

.model-flyout.allmodels {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    padding: 8px;
}

.thirdwidest .allmodels {
    width: 100%;
    padding: 0;
    background: #fff;
}

.thirdwidest .onlyextramodels {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    background: transparent url(../img/extramodels.png) repeat center;
}

.wideextramodels {
    width: 806px;
    padding: 7px;
    background: transparent url(../img/extramodels.png) repeat center;
}

.onemodel {
    padding-bottom: 8px;
    min-height: 140px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s linear;
    position: relative;
}

.onemodel .newmodel {
    position: absolute;
    top: 0;
    margin: 4px;
    padding: 2px 3px 6px 3px;
    color: #fff;
    background: var(--secondary);
    font-size: 11px !important;
    line-height: 11px !important;
    z-index: 1;
}

.onemodel:hover {
    transform: scale(1.1);
}

.onemodel img {
    width: 100%;
}

.onemodel p {
    display: block;
    width: 100%;
    line-height:24px;
    margin: 0;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
    font-family: var(--headings-font-family);
    font-weight: 700;
}

.onemodel .modelname {
    float: left;
    color: #000;
    font-family: var(--headings-font-family);
    font-weight: 700;
    line-height: 18px;
}

.onemodel:hover p {
    color: var(--primary);
}
  
#front .onemodel .modeltitle{
    min-height:auto;
    margin-bottom:10px;
  }

.onemodel .red {
    height: auto;
    float: left;
    padding: 10px 20px;
    background: #fff;
    color: #000;
}

.modelsview .shop-heading {
    margin-bottom: 30px;
}

.modelsview .shop-heading h2 a {
    font-weight: 300;
}

.modelsview .shop-heading h2 a:hover {
    text-decoration: underline !important;
    color: #e62733 !important;
}

.modelsview .shop-heading h2 .offersCount {
    color: #e62733;
    width: auto !important;
}

.onemodel .model-info {
    display: inline-block;
    position: relative;
}

.modelsview .onemodel:hover {
    box-shadow: none;
}

.modelsview .onemodel, #front .onemodel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}

.modelsview .onemodel img {
    transition: all 0.2s ease-in-out;
    transform: scale(0.9);
}

.modelsview .onemodel:hover img {
    transform: scale(1);
}

.slideTogglebox4 .closeslide,
.slideTogglebox5 .closeslide,
.slideTogglebox55 .closeslide {
    position: absolute;
    right: 0;
    bottom: -20px;
    min-height: auto;
    padding: 0;
    font-size: 0 !important;
    height: 18px !important;
    top: 14px;
    right: 14px;
    background:transparent;
}

.models .closeslide,
.models2 .closeslide,
.extramodels .closeslide,
.teenindusmenu .closeslide {
    position: absolute;
    right: 0;
    bottom: 1rem;
    min-height: auto;
    padding: 0;
    font-size: 0 !important;
    height: 18px !important;
    right: 14px;
    background:transparent;
}

#front {
    height: auto;
    margin: 0;
    padding: 0 0 40px 0;
}

.box {
    height: auto;
    float: left;
    width: 470px;
}

.left {
    margin-right: 20px;
}

.left .banners {
    width: 470px;
    margin: 0 0 15px 0;
}

.left .banners a,
.left .banners img {
    width: 225px;
    height: 120px;
    border: 0;
}

.left .banners .second {
    margin-left: 20px;
}

#front .box h2 {
    margin: 0 0 10px 0;
}

#front .box b {
    margin: 0 5px 0 0;
}

#front .box .first {
    background: var(--tableHighlight);
}

#front .box ul li a {
    display: block;
    padding: 3px;
    color: #585858;
    text-decoration: none;
}

#front .box ul li a:hover {
    color: var(--primary);
}

h2 img {
    margin: 0 5px -3px 5px;
}

#second .left {
    height: auto;
    float: left;
    margin: 0;
    width: 18%;
}

#second .right {
    height: auto;
    float: left;
    margin: 0 0 0 40px;
    width: calc(100% - 18% - 40px);
}

#second .right .middle {
    height: auto;
    float: left;
    margin: 0 0 0 0;
    width: 438px;
}

#second .right .pictures {
    height: auto;
    float: left;
    margin: 0 0 0 40px;
    width: 246px;
}

#second .right .modelpic {
    width: 246px;
    margin: -95px 0 0 0;
}

#second .pictures .theimage,
#second .newsimages .theimage {
    float: left;
    margin: 0 0 10px 0;
    width: 246px;
    height: 150px;
    overflow: hidden;

    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#second .pictures .theimage a,
#second .newsimages .theimage a {
    display: block;
    margin: 0;
    width: 246px;
    height: 150px;
    overflow: hidden;
}

#second .left ul li a,
.leftmenu {
    display: block;
    padding: 20px 0 22px 0;
    text-decoration: none;
    background-position: -20px center;

    font-size: 15px;
    line-height: 15px;
    font-family: var(--headings-font-family);
    font-weight: 500;
    color: #767676;
    text-wrap:nowrap
}

#second .left ul li {
    text-decoration: none;
}

#second .left ul li a:hover{
    color: var(--primary);
}

#second .left li.sel a {
    color: var(--primary);
    box-shadow: inset 0 -3px 0 0 var(--primary);
}

#second .left ul li.orangebtn a{
    background-color:transparent !important;
    color: #767676 !important
  }

  #second .left ul li.orangebtn a:hover{
    color: var(--primary) !important
  }


#second .left .red {
    width: 100%;
}

#second .right ul,
.news_center ul {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 16px;
}

#second .right ul li,
.news_center ul li {
    padding: 0 0 5px 15px;
}

#second .right ul li:not(.shop-dots li, .bootstrap-tabs li, .lease-calc-details):before,
.news_center ul li:before {
    content: "\2022";
    color: var(--primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#second .right ol,
.news_center ol {
    margin: 0 0 15px 15px;
    padding: 0;
    line-height: 16px;
    list-style-type: decimal;
}

#second .right ol li,
.news_center ol li {
    padding: 0 0 5px 0;
    background: transparent;
}

.news_center a.prettybutton2 {
    text-decoration: none !important;
    color: #fff !important;
    background: var(--secondaryBtn) !important;
}

.news_center a.prettybutton2:hover {
    background: var(--secondaryBtn-hover) !important;
}

.right .filter-selections {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.right .filter-selections .sel {
    display: flex;
    align-items: center;
    border: 1px solid #dddbdb;
    border-radius: 5px;
    padding: 6px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.right .filter-selections .sel:hover:not(.clear) {
    border: 1px solid #818181;
}

.right .filter-selections .sel::after {
    content: "✖";
    margin-left: 6px;
    font-size: 10px;
    vertical-align: middle;
    color: #cb300d;
}

.right .filter-selections .clear {
    padding: 0 6px;
    color: #585858;
    border: 1px solid transparent;
}

.right .filter-selections .clear svg {
    margin-right: 6px;
}

.right .filter-selections .clear:hover,
.right .filter-selections .clear:hover svg g {
    color: #000;
    fill: #000;
}

.right .filter-selections .clear::after {
    content: "";
}

/* For Kuumakse details page */
.lease-p-detail {
    margin: 0px;
    font-size: 10px;
    line-height: 12px !important;
}

/*   sticky anchor */

.filter-switch {
    display: flex;
    align-items: center;
    align-self: center;
    height: 28px;
    border: 1px solid #989898;
    border-radius: 30px;
    margin-left: 10px;
    cursor: pointer;
}

.filter-switch .fs-toggle {
    padding: 0 12px;
    line-height: 28px;
    border-radius: 30px;
    transition: background 0.1s ease-in-out;
}

.filter-switch .fs-toggle.active {
    background: var(--primary);
    color: #fff;
}

.calc-container select {
    border: 0;
    background: #edecec;
    height: 32px;
    width: calc(100% - 5px);
    padding: 0 0 5px 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Sans Serif;
    color: #585858;
    margin-bottom: 30px;
}

.filterSlider {
    margin: 15px;
    height: 8px !important;
    margin-bottom: 20px !important;
}

.filters-inner {
    padding: 10px 0 0 0;
}

.filters-inner.is_fixed{
    margin-bottom:12px
}

.filters .input {
    position: relative;
    display: flex;
    width: 100%;
}

.filterInput span {
    display: flex;
    position: relative;
    width: 100%;
}

.filterInput span.half {
    width: 48%;
}

.filterInput span label,
.input label, .lc-i label {
    font-size: 13px;
    line-height: 13px;
    padding: 0 3px;
    position: absolute;
    top: -8px;
    left: 5px;
    background: #fff;
    text-wrap:nowrap;
    z-index: 10;
}

.filterInput .input:before {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: attr(data-content);
}

.calc-container .input:before {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    content: attr(data-content);
}

#extra-calc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000;
}

#extra-calc img {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

#extra-calc img.active {
    transform: rotate(0);
}

.title-container {
    display: inline-flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
}

.pages-info {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.pages-info .share {
    margin-right: 10px;
}
.share {
    display: flex;
    align-items: center;
    background: none;
    color: #585858;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border: 0;
}
.share svg {
    margin: 0 4px 4px 0;
    width: 24px;
}

.share:hover {
    color: #000;
}

.share:hover svg {
    fill: #000;
}

.share-container {
    position: relative;
}

.share-popup {
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 0 5px #00000038;
    z-index: 100;
}

.share-popup h3 {
    margin: 0 0 20px 0;
}

.share-popup a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.share-popup a:last-child {
    margin-bottom: 0;
}

.share-popup a img {
    margin-right: 10px;
    width: 24px !important;
}

#copy-link {
    min-height: 24px;
}

.share-popup #copy-link div {
    display: flex;
    align-items: center;
}

.copied {
    position: absolute;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#copy-link.animate img {
    animation: scale 0.3s linear forwards;
}

.animate .copy {
    position: absolute;
    opacity: 0;
    transition: all 0.1 ease-in-out;
}

.animate .copied {
    visibility: visible;
    opacity: 1;
    color: #23b623;
}

@keyframes scale {
    0% {
        transform: none;
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: none;
    }
}

.lease-calc-details {
    font-size: 13px;
    line-height: 28px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
  }
  
  .lease-calc-details:last-of-type{
    border-bottom:none;
    line-height:20px !important
  }
  
  #second .lc-inner #leasing_details{
    margin-top:10px;
  }
  
  
  #second .right #leasing_details li, #third .right #leasing_details li{
    padding: 0 0 0px 0px;
    background: none;
  }
  
  .lc-inner .redtext {
    color: black !important;
    font-weight: 700;
    white-space: nowrap;
  }
  
  .lc-inner .expnd-btn{
    color:#585858;
  }
  
  .lc-inner .expnd-btn:hover{
    color:#585858;
  }
  
  .lc-inner .eq-wrapper b {
    display: block;
    padding-top: 18px;
    color: #000;
  }

.videos {
    float: right;
    margin: 0 0 30px 30px;
}

.pages {
    margin: 20px 0;
}

.pages {
    text-align: center;
}

.pages a {
    border: 0;
    text-decoration: none;
}

.pages .prev {
    padding: 12px 0 0 0;
    float: left;
    border: 0px !important;
    width: 88px !important;
    cursor: pointer !important;
}

.pages .next {
    padding: 8px 0 0 0;
    float: right;
    border: 0px !important;
    width: 100px !important;
}

.pages a {
    border: 1px solid lightgray !important;
    margin-left: 8px;
    color: darkgray !important;
    padding: 8px 0 0 0;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    width: 32px;
    height: 22px;
    line-height:14px;
    display: inline-block;
}

.pages a:hover {
    color: #004684 !important;
}

.pages .current {
    color: #fff !important;
    border: 0px !important;
    margin-left: 10px;
    padding: 8px 0 0 0;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    width: 32px;
    height: 22px;
    line-height:14px;
    display: inline-block;
}

.colorchoose {
    float: right;
    margin: -60px 0 0 0;
}

.colorchoose .color {
  float: left;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 0 5px;
  background-image: url(../img/color.png);
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.colorchoose .color:hover {
  border-style: solid;
  border-width: 3px;
  border-color: var(--tableHighlight);
}

.colorchoose .color .code {
  position: absolute;
  text-align: right;
  color: #000;
  display: none;
  background: var(--tableHighlight);
  padding: 4px;
  border-radius: 4px;
  top: 42px;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index:10;
}

.colorchoose .color:hover .code {
    display: block;
}

.colorpicsdiv {
}

.colorpics {
    margin: 20px 0 0;
}

.widecontent {
    width: 960px;
    float: left;
}

.maintable,
.contenttable {
    width: 100%;

    line-height: 16px;
}

.pricetable {
    width: 100%;

    line-height: 16px;
}

table .redtext {
    font-family: var(--text-font-family);
    font-weight: 700;
    color: #9d0605;
}

.maintable td,
.contenttable td {
    text-align: center;
    padding: 9px 10px;

    vertical-align: middle;
}
.contenttable td {
    text-align: left;
}
.pricetable td {
    text-align: center;
    padding: 18px 10px;

    vertical-align: middle;
}

.pricetable .smaller td {
    padding: 12px 10px;
}

.maintable b,
.pricetable b {
    display: block;
    text-align: left;
    width: 100%;
    color: #000;
}

.noborder {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.noborder td {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.maintable tr:nth-child(even),
.pricetable tr:nth-child(even),
.contenttable tr:nth-child(even) {
    background: transparent;
}
.maintable tr:nth-child(odd),
.pricetable tr:nth-child(odd),
.contenttable tr:nth-child(odd) {
    background: var(--tableHighlight);
}

.noborder tr:nth-child(even) {
    background: transparent !important;
}
.noborder tr:nth-child(odd) {
    background: transparent !important;
}

.maintable .headrow,
.pricetable .headrow,
.contenttable .headrow {
    color: #fff;
}

.maintable tr:hover,
.pricetable tr:hover,
.contenttable tr:hover {
    background: rgba(121, 111, 110, 0.2);
}

.maintable .headrow a,
.pricetable .headrow a,
.contenttable .headrow a {
    color: #fff;
    text-decoration: none;
}

.maintable .headrow td,
.pricetable .headrow td,
.contenttable .headrow td {
    padding: 12px 10px;

    font-weight: 700 !important;
    font-family: var(--text-font-family);
}

.pricetable .headrow td {
    padding: 12px 0 !important;
    vertical-align: middle;
}

.pricetable .headrow td {
    padding: 13px 10px;
    line-height: 16px;
}

.pricetable .headrow span {
    font-size: 10px;
    line-height: 6px !important;
    color: rgba(255, 255, 255, 0.8);
}

.pricetable td .smallcolor {
    font-size: 12px;
    margin: -5px 0;
    padding: 0;
    line-height: 10px !important;
}

.maintable tr,
.pricetable tr,
.contenttable tr {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.maintable .headrow:hover,
.pricetable .headrow:hover {
    -moz-box-shadow: 0 0 0 #737373;
    -webkit-box-shadow: 0 0 0 #737373;
    box-shadow: 0 0 0 #737373;
}

.pricetable .red {
    padding: 0 5px;
    margin: 2px 0 -4px 0;
    font-size: 12px !important;
    line-height: 12px !important;
    height: 20px !important;
}

.pricetable .red img {
    width: 5px;
    margin: 0 0 0 3px;
}

.pricetable .price {
    font-size: 21px;
    color: #000;
    font-family: var(--headings-font-family);
    font-weight: normal;
}

.pricetable .specialprice {
    font-size: 21px;
    color: #9d0605;
    font-family: var(--headings-font-family);
    font-weight: normal;
}

.maintable .dropdown a {
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.standard td {
    text-align: left;
}

.eripakkuminetogglebutton {
    float: left;
    border-bottom: 3px solid var(--primaryBtn);
    width: 724px;
    margin: 0 0 20px 0;
}

.eripakkuminetogglebutton .red {
    margin-right: calc(50% - 125px);
    width: 250px;
}

#footer {
    padding: 40px 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
}

#footer ul .bullet span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 7px 12px 0 12px;
    background: #8c8b8b;
}

#footer ul li {
    padding: 0;
    float: left;
    color: #ffffff;
}

#footer a {
    padding: 2px 0;
    text-decoration: none;
}

#footer #social {
  float: right;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#footer #social a img {
  float: left;
  display: block;
  padding: 0;
  width: 25px;
height: 25px;
}

#footer #newsletter {
    margin: -5px 0 0 0;
    float: right;
}

#footer input {
    float: left;
    border: 0;
    padding: 0 5px;
    height: 30px;
    background: #fff;
    line-height: 18px;
    font-size: 12px;
    font-family: "unubturegular", Tahoma, Sans Serif;
    color: #000;
    -moz-box-shadow: inset 0 2px 2px #bcbcbc;
    -webkit-box-shadow: inset 0 2px 2px #bcbcbc;
    box-shadow: inset 0 2px 2px #bcbcbc;
}

#footer .gray {
    float: left !important;
    border: 0;
    padding: 0 10px;
    text-transform: uppercase;
    height: 30px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: var(--secondary);
}

.vehicom {
    margin: 20px 0;
    opacity: 0.5;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.vehicom:hover {
    opacity: 1;
}

#ui-datepicker-div {
    z-index: 9999999999999 !important;
}

.ui-datepicker {
    width: auto;
    padding: 5px 5px 0 5px;
    display: none;
    border: 0;
    color: #585858;
    -moz-box-shadow: 0 0 8px #c1c1c1;
    -webkit-box-shadow: 0 0 8px #c1c1c1;
    box-shadow: 0 0 8px #c1c1c1;
    z-index: 9999;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 5px 0 3px 0;
}

.ui-dialog {
    z-index: 9999;
    border: 0;
    padding: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 4px;
}
.ui-datepicker .ui-datepicker-next {
    right: 4px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 4px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 4px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 12px;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    width: 30px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-widget {
    line-height: 24px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #585858 !important;
}

.ui-widget-content {
    color: #585858;
}

.ui-widget .ui-button-text {
    color: #fff !important;
}

.ui-widget-header {
    background: var(--primary);
    border: 0;
    color: #fff;
    font-weight: normal;
    border: 0;
    font-size: 21px;
    line-height: 28px;
    font-family: var(--headings-font-family);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #737373;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog-titlebar .ui-state-default {
    background: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #737373;
    border: 0;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #737373;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 0;
    background: #737373;
    font-weight: normal;
    color: #fff;
}

.ui-dialog-titlebar .ui-state-hover {
    background: rgb(255, 255, 255, 0.8);
}

select {
    padding: 0 0 0 5px !important;
}

/*---auto24--------------------------------*/

.auto24-iframe table {
    border-left: 0;

    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

.auto24-iframe table tr {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.auto24-iframe table tr:hover {
    background: #dddbdb;
}

.auto24-iframe .noborder tr:hover {
    background: transparent;
}

.auto24-iframe table td,
table th {
    padding: 5px;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle;
}

.specialOfferContainer .special-offers td {
    margin-top: 0;
    padding-top: 0;
}

.specialOfferContainer .special-offers tr:hover {
    background: transparent !important;
}

.auto24-iframe td,
.auto24-iframe th {
    border-right: 0;
}

.auto24-iframe table {
    border-left: 0;
}

.auto24-iframe .vehicles_list {
    width: 100%;
}

.auto24-iframe .vehicles_list_img_cell a {
    border: 0;
}

.auto24-iframe .vehicles_list_price_cell,
.auto24-iframe .price {
    color: #000000;
    font-size: 21px;
    font-family: var(--headings-font-family);
    text-align: right;
    white-space: nowrap;
}

.auto24-iframe input,
.auto24-iframe select {
    margin: 0 5px 5px 0;
    width: 100px;
    border: 0;
    background: #f1f0f0;
    -moz-box-shadow: inset 0 0 5px #989898;
    -webkit-box-shadow: inset 0 0 5px #989898;
    box-shadow: inset 0 0 5px #989898;
    height: 38px;
    padding: 0 5px;
    line-height: 21px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: #585858;
}
.auto24-iframe select {
    width: 110px;
    padding: 0 0 0 5px;
}

.auto24-iframe .searchFields,
.auto24-iframe .searchFields tr,
.auto24-iframe .searchFields th,
.auto24-iframe .naviLinks,
.auto24-iframe .naviLinks tr,
.auto24-iframe .naviLinks th,
.auto24-iframe .searchFields td,
.auto24-iframe .naviLinks td {
    border: 0;
    padding: 0;
    margin: 0;
}

.auto24-iframe .searchFields tr:hover,
.auto24-iframe .naviLinks tr:hover {
    background: #fff;
}

.auto24-iframe .pages {
    width: 490px !important;
    clear: both;
    margin: 0 auto;
}

.nextPage {
    text-align: right;
}

.auto24-iframe .prevPage,
.auto24-iframe .nextPage {
    width: 200px !important;
    white-space: nowrap;
    margin: 0 !important;
}

.auto24-iframe .active {
    border-radius: 25px 25px 25px 25px;
    color: #ffffff;
    padding: 0 4px;
}

.submit input {
    width: 149px !important;
    -moz-box-shadow: inset 0 0 0 #737373;
    -webkit-box-shadow: inset 0 0 0 #737373;
    box-shadow: inset 0 0 0 #737373;
    float: left;
    border: 0;
    padding: 0 10px 0 0 !important;
    margin: -6px 0 0 0 !important;

    background-image: url(../img/arwr_w.png);
    background-position: 132px center;
    background-repeat: no-repeat;

    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--headings-font-family);
    text-transform: uppercase;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    height: 38px;
}

.submit input:hover {
}

.auto24-iframe #searchContainer {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 !important;
    padding: 20px 0;
}

.auto24-iframe .checkbox {
    background: none repeat scroll 0 0 transparent;
    height: 15px;
    margin: 0 5px 0 5px;
    padding: 0;
    width: 15px;
}

.auto24-iframe .searchFields .value {
    padding: 0 10px 0 0 !important;
}

.auto24-iframe input[type="submit"] {
    margin-left: 64px;
}

.auto24-iframe #currency_selection,
.auto24-iframe #currency_selection select {
    float: right;
}

.auto24-iframe #currency_selection select {
    margin: -5px 0 15px 5px;
}

.auto24-iframe .vehicle_extra {
    color: #9d0605;
}

.auto24-iframe .vehicles_list_img_cell {
    padding: 0 10px;
}

.auto24-iframe .detailContainer,
.auto24-iframe .vehicle_details,
.auto24-iframe .detailContainer tr,
.auto24-iframe .detailContainer th,
.auto24-iframe .detailContainer td {
    border: 0;
}

.auto24-iframe .detailContainer tr:hover {
    background: #fff;
}

.auto24-iframe .detailContainer {
    padding: 0;
    margin: -5px 0 0 0;
    float: left;
    width: 70%;
}

.auto24-iframe .detailContainer .vehicle_details {
    width: 100%;
}

.auto24-iframe .detailContainer .data {
    vertical-align: text-top;
}

.auto24-iframe .detailContainer .name {
    font-family: "opensans-semibold-webfont", Arial, Tahoma;

    width: 106px;
}

.auto24-iframe .detailContainer .price {
    text-align: left !important;
    font-size: 21px;
    color: #000;
    font-family: var(--headings-font-family);
    font-weight: normal;
}

.auto24-iframe .detailContainer .km {
    font-size: 11px;
}
.specialOfferContainer {
    font-size: 12px;
}

.auto24-iframe #vehicleImagesContainerDiv a {
    border: 0;
}

.auto24-iframe #vehicleImagesContainerDiv {
    float: left;
    width: 30%;
    margin: 0;
}

.auto24-iframe #vehicleImagesContainerDiv img {
    width: 100%;
    height: auto;
}

.auto24-iframe .detailContainer .make_and_model_title,
.auto24-iframe .detailContainer .make_and_model {
    color: #fff;
    padding: 10px 5px;

    font-weight: bold;
}

.auto24-iframe .vehicle_details td {
    border-top: 1px solid #d9d9d9;

    border-collapse: separate;
    border-spacing: 0;
    vertical-align: top;
}

.auto24-iframe .vehicle_details tr:hover {
    background: #f1f0f0;
}

.auto24-iframe .detailContainer .bargain_price {
    color: #9d0605 !important;
    font-size: 21px;
    font-family: var(--headings-font-family);
}

.bargain_price,
.bargain_price_title,
span.bargain_price_title,
span.bargain_price {
    color: #9d0605 !important;
    font-family: var(--headings-font-family);
}

.auto24-iframe .vehicle_details td {
    vertical-align: top;
}

.used_vehicle_equipment > dt {
    display: block;
    left: -183px;
    position: relative;
    width: 126px;
    font-family: "opensans-semibold-webfont", Arial, Tahoma;
}

.used_vehicle_equipment > dd {
    margin-left: 0;
    margin-top: -17px;
}

.used_vehicle_equipment > dd + dt {
    margin-top: 8px;
}

dl.used_vehicle_equipment {
    margin-top: 24px;
}

dl.used_vehicle_equipment dt:first-letter {
    text-transform: uppercase;
}

.auto24-iframe .detailContainer .name {
    color: #000;
    font-weight: bold;
    width: 116px;
}

.tdYear input {
    width: 35px;
}
.auto24-iframe input[type="submit"] {
    margin-left: 0;
    width: 135px;
}

.auto24-iframe .fuel,
.auto24-iframe .gearbox {
    text-align: center;
}

.auto24-iframe .fuel,
.auto24-iframe .gearbox,
.auto24-iframe .year {
    text-align: center !important;
    background-repeat: no-repeat;
    background-position: left center;
}

.auto24-iframe .make,
.auto24-iframe .fuel,
.auto24-iframe .fuel,
.auto24-iframe .mileage {
    background-repeat: no-repeat;
    background-position: left center;
}

.auto24-iframe .def {
    text-align: left !important;
    padding: 5px 5px 5px 10px;
    background-image: url(../img/arwsort.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.auto24-iframe .mileage {
    text-align: right !important;
    padding: 0 15px 0 0 !important;
    width: 84px;
}

.auto24-iframe .price {
    font-size: 15px;
    text-align: center !important;
    color: #000;
    font-family: "opensans-semibold-webfont", Arial, Tahoma;
    background-image: url(../img/arwsort.png);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 10px !important;
    background-position: 30px center;
    width: 70px;
}

.auto24-iframe .desc {
    padding: 5px 5px 5px 10px;
    background-image: url(../img/arwdown.png);
}

.auto24-iframe .asc {
    padding: 5px 5px 5px 10px;
    background-image: url(../img/arwup.png);
}

.vehicle_details .price {
    background: transparent;
}

.auto24-iframe .soPrice {
    float: right;
    margin: 0 10px 0 0;
}

.naviLinks {
    height: 50px;
}

.searchFields {
    width: 100%;
}

.auto24-iframe th.photo,
.auto24-iframe th.make,
.auto24-iframe th.mileage,
.auto24-iframe th.year,
.auto24-iframe th.fuel,
.auto24-iframe th.gearbox,
.auto24-iframe th.price {
    color: #fff;
    line-height: 16px !important;
    height: 30px;
}
.auto24-iframe .photo a,
.auto24-iframe .make a,
.auto24-iframe .mileage a,
.auto24-iframe .year a,
.auto24-iframe .fuel a,
.auto24-iframe .gearbox a,
.auto24-iframe .price a {
    font-weight: bold;

    font-family: var(--text-font-family);

    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.auto24-iframe th.mileage {
    font-size: 13px;
}

.auto24-iframe .photo a:hover,
.auto24-iframe .make a:hover,
.auto24-iframe .mileage a:hover,
.auto24-iframe .year a:hover,
.auto24-iframe .fuel a:hover,
.auto24-iframe .gearbox a:hover,
.auto24-iframe .price a:hover {
    text-decoration: underline;
}

.vehicles_list_data_cell span {
    font-size: 11px !important;
    line-height: 11px !important;
}

.vehicles_list_data_cell a {
    font-family: var(--text-font-family);

    font-weight: 700;
    text-decoration: none;
    line-height: 16px;
}
.vehicles_list_data_cell a:hover {
    font-family: var(--text-font-family);

    font-weight: 700;
}

.vehicles_list_data_cell b {
    font-size: 11px;
}

.vehicles_list_data_cell {
    line-height: 14px;
}

.vehicles_list_img_cell {
    line-height: 16px;
}

.vehicles_list td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
    padding: 0 !important;
    width: auto;
}

.onlyextramodels,
.wideextramodels {
    background: #1d1717 !important;
    color: #cfc3b8;
}

.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
    float: left;
    color: #ad0040;
    font-family: var(--headings-font-family);
    font-weight: 700;
}

.onlyextramodels .onemodel:hover p,
.wideextramodels .onemodel:hover p {
    color: #ad0040;
}

.teenindusmenu h3 a,
.teenindusmenup h3 a {
    text-decoration: none;
}

#second h2 a,
#header h2 a,
#header h1 a {
    text-decoration: none;
}

.news:nth-child(odd) {
    clear: both;
}

.ui-dialog .ui-dialog-content {
    padding: 0.5em 0;
}

#testdrive2{
    padding: 20px;
  }

#dialogmedium textarea,
#dialogmedium input,
#dialogmedium select {
    width: 400px;
}

#dialogmedium select {
    width: 410px;
}

#dialogmedium td {
    padding: 0 0 5px 0;
    vertical-align: middle;
}

#blackbackground {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 500;
}

#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
}

#dialogwide,
.table-container {
    position: relative !important;
}

.fiveimages {
    width: 100%;
    height: 76px;
    margin: -16px 0 30px 0;
}

.onlyfive .theimage {
    float: left;
    margin: 0 5px;
    width: 137px;
    height: 76px;
    overflow: hidden;

    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.onlyfive .theimage a {
    display: block;
    margin: 0;
    width: 137px;
    height: 76px;
    overflow: hidden;
}

.pricetable tr {
    cursor: pointer;
}

#menu .topmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#menu #search-desk {
    float: right;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-bottom: 1px solid #d6d6d6;
}

#menu #search-desk:hover {
    border-bottom: 1px solid #737373;
}

#menu #search-desk input {
    float: left;
    border: 0;
    line-height: 21px;
    font-size: 15px;
    font-family: var(--text-font-family);
    color: #000;
    background: #fff;
    width: 100px;
    height: 22px;
}

#menu #search-desk button {
    float: left;
    border: 0;
    height: 24px;
    width: 24px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

#onlyifportrait,
#onlyifportraittxt {
    display: none;
}

#menu #search-desk button img {
    width: 15px;
    height: 15px;
}

#menu #search-desk button:hover {
    background: #f1f0f0;
}

#footer #newsletter {
    margin: -5px -10px 0 0;
}

#mobdesk #desk,
#mobdesk #mobile {
    float: left;
    font-size: 16px;

    font-family: var(--headings-font-family);
    padding: 17px 5px 18px 25px;
    opacity: 0.5;
    text-decoration: none;
}

#mobdesk #desk {
    background-image: url(../img/mobile.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

#mobdesk #mobile {
    background-image: url(../img/desktop.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

#mobdesk #vlogo {
    float: right;
}

.content .left .red {
    margin-bottom: 5px !important;
}

img[src="/img/arwr_w.png"] {
    width: 9px;
    height: 14px;
}

img[src="/img/arwr_b.png"],
.secondheader img {
    width: 10px;
    height: 18px;
}

.secondheader:has(b) a::after{
    content: "\e002";
    font-family: 'iconfont';
    padding-left:4px;
    font-size: 1.2rem;
  }
  
  .secondheader #header-arrow{
    display:none
  }

#vehicomlogo {
    width: 13px !important;
    height: 15px !important;
}

img[src="/img/togglebox.png"] {
    width: 16px;
    height: 8px;
}

img[src="/img/arwr_w_down.png"],
img[src="/img/arwr_w_up.png"] {
    width: 11px;
    height: 11px;
}

#showright {
    display: none;
}

#slides2 {
    min-width: 100%;
    width: 100%;
    height: 76px;
    position: relative;
}

#slides2 .slidesjs-control {
    width: auto !important;
    height: 76px !important;

    width: 100% !important;
}

#slides2 .slidesjs-container {
    width: auto !important;
    height: 76px !important;
    float: left;
    padding-left: 5px;
    width: -moz-calc(100% - 130px) !important;
    width: -webkit-calc(100% - 130px) !important;
    width: calc(100% - 130px) !important;
}

#slides2 .slidesjs-previous {
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 76px;

    background-image: url(../img/arwl2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px;
}
#slides2 .slidesjs-next {
    right: 0;
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 76px;
    background-image: url(../img/arwr2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px;
}

#slides2 .slidesjs-previous,
#slides2 .slidesjs-next {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-color: #737373;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
}
#slides2 .slidesjs-previous:hover,
#slides2 .slidesjs-next:hover {
    background-color: #3f3f3f;
}

.vehicles_list tr:nth-child(2n + 1) {
    background: #f1f0f0 none repeat scroll 0 0;
}

#menu .mobile {
    display: none;
}

#menu .desk {
    display: block;
}

#menu .content_inner {
    max-width: 100%;
}

.no-scroll,
.noscroll {
    overflow: hidden !important;
}

.no-scroll {
    overflow: hidden !important;
    z-index: -2;
    height: 100% !important;
    max-height: 100% !important;
}


#mobile {
    display: none;
}

#desk {
    display: block;
}

#slides {
    display: none;
    z-index: 1;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 960px;
    height: 390px;
    min-width: 960px;
    overflow: hidden;
}

#slides .slidesjs-previous {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 -10px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwl.png) no-repeat center;
    background-size: 17px 21px;
}
#slides .slidesjs-next {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 920px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwr.png) no-repeat center;
    background-size: 17px 21px;
}

#slides .slidesjs-previous,
#slides .slidesjs-next {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-color: #ffffff;
    border: 0;
}
#slides .slidesjs-previous:hover,
#slides .slidesjs-next:hover {
    opacity: 0.8;
}

#slides .slidesjs-pagination {
    list-style: none;
    position: absolute;
    z-index: 900;
    padding: 25px 0 0 0;
    margin: 0;
    width: auto;

    color: transparent;
    font-size: 0;
    left: -moz-calc(50% - 75px);
    left: -webkit-calc(50% - 75px);
    left: calc(50% - 75px);
}

#slides .slidesjs-pagination li {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 10px;
}

#slides .slidesjs-pagination a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0;
    height: 10px;
    width: 10px;
    border: 0;
    margin: 0 10px;
    -moz-border-radius: 85px; /* Firefox */
    -webkit-border-radius: 85px; /* Safari, Chrome */
    border-radius: 85px; /* CSS3 */
    background: #e0e0e1;
}

#slides .slidesjs-pagination a:hover {
    background: #737373;
}

#slides .slidesjs-pagination li a.active,
#slides .slidesjs-pagination li a:hover.active {
    background: #737373;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: -5px 5px 0 5px;
}

@media screen and (min-width: 1020px) {
    #menu {
        display: block;
    }
}