/*---2014----------------------------------*/

#loading {
  overflow: hidden;
  background: #000;
  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: 4px;
  background-color: #c00;
  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;
  }
}

@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;
  }
  #second .news_post {
    max-width: 1020px;
    min-width:680px;
    margin: 0 auto;
  }
  
}

@media screen and (min-width: 1440px) {
  #onlyfrontpagefix .models,
  #onlyfrontpagefix .extramodels,
  #onlyfrontpagefix .teenindusmenu,
  #onlyfrontpagefix .models2 {
    top: 105px;
  }

  #second .news_post{
    min-width: 680px;
  }
}

@media screen and (max-width: 680px) {
  #loading .svg {
    width: 140px;
    left: calc(50% - 70px);
  }
}


@font-face {
  font-family: "footer-icons";
  src: url("../font/footer-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "extra-icons";
  src: url("../font/fontawesome-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*---main----------------------------------*/

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;
}

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);
  font-weight: 700;
}

.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-------------------------------*/

#second .page_content {
  margin-bottom: 40px;
}
#second .news_center {
  max-width: 1370px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_page .content_inner {
  max-width: 1600px;
}

.news {
  width: 32%;
  border-bottom: 1px solid #d9d9d9;
}

.news h2{
  font-size:28px;
  line-height:28px;
  margin: 0 0 10px 0;
}

.content_inner .news p{
  font-size: 18px;
}

.news-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.date {
  color: #000;
  font-size:18px !important;
  margin: 0 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: #796f6e;
  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: #796f6e;
}

#slides .pagination .current a {
  background: #796f6e;
  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: #796f6e;
  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;
}

.standard {
  width: 20px;
}

.standard-txt{
  font-size:20px;
  margin: 0 0 0 4px;
}

.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: 20px 20px 10px 20px;
  position: absolute;
  top: 160px;
  display: none;
  z-index: 2004;
  -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 table td,
.slideTogglebox5 table td,
.slideTogglebox55 table td {
  vertical-align: middle;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 16px;
}

.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: 15px;
  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 #796f6e;
  height: 15px;
  width: 15px;
  font-size: 15px;
  margin: 2px 0px;
}

.slideTogglebox4 .labels td,
.slideTogglebox5 .labels td,
.slideTogglebox55 .labels td {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.slideTogglebox4 label,
.slideTogglebox5 label,
.slideTogglebox55 label {
  float: left;
  height: auto !important;
  background: #fff;
  width: 170px !important;
  margin: 3px 0 3px 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,
.slideTogglebox20 {
  width: 100%;
  display: none;
}

.slideTogglebox .confirmationBox{
  display:flex;
  margin: 14px 0 20px 0
}

.slideTogglebox .confirmationBox input{
  margin: 0 6px 0 4px;
  width:auto;
  height:auto;
}

.slideTogglebox .confirmationBox i{
  font-size:16px
}

.slideTogglebox .red,
.slideTogglebox2 .red,
.slideTogglebox6 .red,
.slideTogglebox7 .red {
  width: 100%;
  font-size:16px;
}

.widecontent .slideTogglebox,
.widecontent .slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7 {
  width: 194px;
  margin: -15px 0 0 736px;
  position: absolute;
  background: #fff;
  z-index: 2003;
  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);
}

.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: 8px 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: 15px;
  line-height: 15px;
  font-family: var(--text-font-family);
}

.teenindusmenu .box ul li a:hover,
.teenindusmenup .box ul li a:hover {
  background-color:#f4f4f4;
}

.leftmenu,
.allmodels,
.onlyextramodels,
.widextramodels {
  float: left;
}

.leftmenu {
  width: 140px;
  padding: 15px;
}

.leftmenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-flow: wrap;
  flex-direction: row;
  gap: 4px;
}

.leftmenu ul li a {
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 0.375rem 0.5rem;
}

.onlyextramodels {
  width: 158px;
  padding: 7px;
  background: transparent url(../img/extramodels.png) repeat center;
}

.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 {
  position: relative;
  padding-bottom: 8px;
  min-height: 140px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
}

.onemodel .newmodel {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 3px 2px 3px;
  color: #fff;
  background: var(--secondary);
  font-size: 11px !important;
  line-height: 11px !important;
  z-index: 1;
}

.onemodel:hover {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.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: initial;
  margin-top:8px;
}

.onemodel:hover p {
  color: var(--primary);
}

.onemodel .red {
  height: auto;
  float: left;
  padding: 10px 20px;
  background: #fff;
  color: #000;
}

.modelsview .allmodels {
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
}

.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);
}

.onemodel .model-links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onemodel .model-links a:nth-child(4) {
  border-top: 1px solid #fff;
}

.onemodel .model-links a {
  background: #f0f0f0;
  color: #7c7c7c !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.model-links a sup {
  text-transform: lowercase;
  font-size: 12px;
  color: #e62733;
  margin-left: 4px;
}

.onemodel .model-links a:hover {
  background: #e6e6e6;
  color: #000 !important;
}

.onemodel .model-links {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.models .closeslide,
.models2 .closeslide,
.extramodels .closeslide,
.teenindusmenu .closeslide,
.slideTogglebox4 .closeslide,
.slideTogglebox5 .closeslide,
.slideTogglebox55 .closeslide {
  position: absolute;
  right: 0;
  bottom: -20px;
  min-height: auto;
  padding: 0;
  font-size: 0 !important;
  height: 18px !important;
  background:#f9f9f9;
  top: 14px;
  right: 14px;
  color: #000;
}

.red.closeslide{
  background:initial !important
}

#front .box h2 {
  margin: 0 0 30px 0;
}

#front .box b {
  margin: 0 5px 0 0;
}

#front .box .first {
  background: var(--tableHighlight);
}

#front .box ul li a {
  display: block;
  font-size: 18px;
  padding: 10px;
  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;
  margin: 0;
  width: 18%;
}

#second .right {
  height: auto;
  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:not(#rightmenu ul) li a,
.leftmenu {
  display: block;
  padding: 0.375rem 0.5rem;
  text-decoration: none;
  background-position: -20px center;
  font-size: 19px;
  line-height: 19px;
  font-family: var(--headings-font-family);
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
}

#second .left .sticky-menu ul.categories:not(#rightmenu ul) li a{
  display:flex;
  gap:6px;
  align-items: center;
}

#second .left .sticky-menu ul li img{
  width:48px;
  height:100%
}

#second .left ul:not(#rightmenu ul, .categories)  li a:not(.model-sel):after, #second .left ul.categories li.sel span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: transparent;
  transition: background-color 0.2s ease-out 0s;
}

#second .left ul:not(#rightmenu ul, .categories) li.sel a:after, #second .left ul.categories li.sel span:after {
  background-color: #c00;
}

#second .left ul:not(#rightmenu ul)  {
  margin: 0 0 30px 0;
}

#second .left ul:not(#rightmenu ul)  li {
  text-decoration: none;
}

#second .left ul:not(#rightmenu ul) .sel a,
.leftmenu ul .sel a {
    font-weight: 500
}


#second .left ul .sel a,
.leftmenu ul .sel a,
#second .left ul:not(#rightmenu ul)  li a:hover,
.leftmenu ul li a:hover {
  color: #000;
}

#second .left .red {
  width: 100%;
}

#second .right ul,
.news_center ul {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 16px;
}

.news_center ul li{
  font-size:20px;
}

#second .right ul li,
.news_center ul li {
  font-size: 22px;
  line-height: 1.27;
  padding: 0 0 8px 16px;
}

#second .right ul li:not(.shop-dots li, .bootstrap-tabs li, .lease-calc-details):before,
.news_center ul li:before {
  content: "\2022";
  color: #c00;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
  margin-left: -0.7em;
  font-size: 22px;
}

#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;
}

.prettybutton2 {
  text-decoration: none !important;
  color: #fff !important;
  background: var(--secondaryBtn) !important;
}

.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 .input {
  position: relative;
  display: flex;
  width: 100%;
}

.filterInput span {
  display: flex;
  position: relative;
  width: 100%;
}

.filterInput span.half {
  width: 42%;
}

.filterInput span label,
.input label {
  font-size: 13px;
  line-height: 13px;
  padding: 0 3px;
  position: absolute;
  top: -8px;
  left: 5px;
  background: #fff;
  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: 1;
}

.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;
  }
}

.videos {
  float: right;
  margin: 0 0 30px 30px;
}

.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 .askbuttons{
  display:inline
}

.maintable,
.contenttable {
  width: 100%;

  line-height: 16px;
}

.pricetable {
  width: 100%;
  font-size: 12px;
  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: #EEEEEE;
}

.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 4px !important;
  font-size:18px;
  line-height: 16px;
  color:#c00;
  border-bottom: 1px solid #c00;
  vertical-align: middle;
}

.pricetable .headrow span {
  font-size: 10px;
  line-height: 6px !important;
}

.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 #796f6e;
  -webkit-box-shadow: 0 0 0 #796f6e;
  box-shadow: 0 0 0 #796f6e;
}

.pricetable .red {
  padding: 6px 10px;
  margin: 2px 0 -4px 0;
  font-size: 14px !important;
  line-height: 14px !important;
  height: auto !important;
}

.pricetable .red img {
  width: 5px;
  margin: 0 0 0 3px;
}

.pricetable .price {
  font-size: 18px;
  color: #000;
  font-family: var(--headings-font-family);
  font-weight: 700;
}

.pricetable .specialprice {
  font-size: 21px;
  color: #e11428;
  font-family: var(--headings-font-family);
  font-weight: 700;
}

.maintable .dropdown a {
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.standard td {
  text-align: left;
}

.eripakkuminetogglebutton {
  width: 100%;
  margin: 20px 0 20px 0;
}

.eripakkuminetogglebutton .red {
  margin-right: calc(50% - 125px);
  width: 250px;
  background: var(--primaryBtn)
}

.eripakkuminetogglebutton .red:hover {
  background: var(--primaryBtn-hover);
}

.eripakkuminetogglebutton img{
  margin-left:4px;
}

.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: #000;
  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: #c00;
  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: #888888;
  border: 0;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #c00;
  border: 0;
  color: #fff;
  font-weight: normal;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: 0;
  background: #950809;
  font-weight: normal;
  color: #fff;
}


.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0;
  background: #c00;
  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 #796f6e;
  -webkit-box-shadow: inset 0 0 0 #796f6e;
  box-shadow: inset 0 0 0 #796f6e;
  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;
}


#onlyifportrait,
#onlyifportraittxt {
  display: none;
}


#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;
}

#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: #796f6e;
  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;
}

.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: #796f6e;
}

#slides .slidesjs-pagination li a.active,
#slides .slidesjs-pagination li a:hover.active {
  background: #796f6e;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: -5px 5px 0 5px;
}