:root {
  --accent-cold: #4a4a4a;
  --accent-blue: #225691;
  --footer-bg: #151515;
  --text-light: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.7);
  --border-subtle: rgba(255, 255, 255, 0.1);
  --header-bg: #111111;
  --dark-primary: #111111;
  --dark-secondary: #2d2d2d;
}

#loading {
  overflow: hidden;
  background: var(--dark-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: 32vw;
  left: calc(50% - 16vw);
  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 (max-width: 680px) {
  #menu .header-nav ul{
    padding-right:20px !important;
  }
.scroll-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  background: linear-gradient(248deg, var(--dark-primary) 18%, #fff0 62%);
}

  #loading .svg {
    width: 140px;
    left: calc(50% - 70px);
  }
}

/*---main----------------------------------*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  line-height: 21px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #585858;
  background: #fff url(../img/header.png) repeat-x top center;
    -webkit-overflow-scrolling: touch !important;
    -webkit-text-size-adjust: none !important

}

img {
  border: 0;
}

a,
a:hover,
a:active {
  outline: none;
}
::-moz-selection {
  background: #4b4b4b;
  color: #fff;
}
::selection {
  background: #4b4b4b;
  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;
  padding: 0;
  font-size: 14px;
  line-height: 36px;
  font-family: "Inter", Arial, Tahoma;
  font-weight: normal;
  color: #000;
}

h2,
h8 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
}

#header h1 {
  font-size: 32px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

h8 {
  font-size: 40px !important;
  margin-bottom: 20px !important;
  line-height: 46px !important;
  display: block;
}

h2 b,
h1 b {
  font-family: "Inter", sans-serif;

  font-weight: 600;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  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: #4b4b4b;
}

/*---content-------------------------------*/

.content {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 980px;
}

#inner_wrap {
  position: absolute;
  height: 100%;
  z-index: 100;
}

#second .content_inner.news_center {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#second .news_post {
  max-width: 1020px;
  margin: 0 auto;
}

.news_page .content_inner {
  max-width: 1600px;
}

.news {
  width: 32%;
  border-bottom: 1px solid #d9d9d9;
}

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

/* 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: 8px 12px; 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
#imagelightbox-nav button.active {
}

/* ARROWS */

.imagelightbox-arrow {
  height: 7.5em; /* 120 */
  border: 0;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999;
  top: 50%;
  margin-top: -3.75em; /* 60 */
  cursor:pointer;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
}
.imagelightbox-arrow:active {

}
.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #D64000;
}
.imagelightbox-arrow-left:before {
  content: '\25c4';
  margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
   content: '\25ba';
  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;
  z-index: 999999;
  background: var(--dark-primary);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}


.brands-wrapper {
  position:absolute;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.brands-wrapper #brands {
  display: flex;
  height: 80px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.brands-wrapper #brands .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.brands-wrapper #brands .brand-logo:hover {
  background: rgba(255, 255, 255, 0.18);
}

.brands-wrapper #brands .current {
  background: rgba(255, 255, 255, 0.18);
}

.brands-wrapper #brands .brand-logo img {
  padding: 12px;
  width: 62px;
}


/* Header with gradient background and blur effect */
#menu {
  position: sticky !important;
  overflow: visible;
  top: -68px;
}

#menu::before {
  display: block;
  content: "";
  width: 100vw;
  height: 80px;
  filter: blur(50px);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-70vw, -50%) rotate(-5deg);
  z-index: 0;
  border-radius: 50%;
  background: var(--accent-cold);
  opacity: 0.4;
  pointer-events: none;
}

/* Header layout container - two rows */
#menu .header-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Top Row: Logo + CTAs */
#menu .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

/* Logo styling */
#menu .header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#menu .header-logo img {
  height: 36px;
  width: auto;
}

#menu .mini-logo{
  display:none;
}

#menu .mini-logo img{
      height: 30px;
      width:auto;
}

/* Right side CTAs */
#menu .header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

#menu .header-actions .action-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
  white-space: nowrap;
}


#menu .header-actions .action-item img{
      height: 20px;
}

/* Bottom Row: Navigation */
#menu .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

#menu .header-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;

    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#menu .header-nav ul li {
  margin: 0;
}

#menu .header-nav ul li a {
  display: block;
  padding: 8px 14px;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

#menu .header-nav ul li a:hover,
#menu .header-nav ul li.sel a {
  color: #699ddb !important;
}

.menu-scroll-wrapper {
   position: relative;
  overflow: hidden;
}

/* Menu Toggle Button */
#menu .menu-toggle-btn {
  padding: 8px 16px;
  background: var(--accent-blue);
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  gap: 8px;
  align-items: center;
  text-wrap: nowrap;
  display:flex;
}

.menu-icon {
  overflow: visible;
}

.menu-icon .line {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: 12px 12px;
}
.menu-toggle-btn.active .line-top {
  transform: rotate(45deg) translateY(6px);
}

.menu-toggle-btn.active .line-middle {
  opacity: 0;
}

.menu-toggle-btn.active .line-bottom {
  transform: rotate(-45deg) translateY(-6px);
}


#menu .menu-toggle-btn:hover {
  background: #1a3c63;
}

 #brands-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            padding: 20px;
}

.mega-menu-container  .brand-logo {
            display: block;
            opacity: 0.7;
            transition: opacity 0.3s ease, transform 0.3s ease;
            padding: 10px;
        }

.mega-menu-container  .brand-logo:hover {
            opacity: 1;
            transform: scale(1.1);
        }

.mega-menu-container  .brand-logo img {
            height: 40px;
            width: auto;
            filter: invert(1) !important;
            display: block;
        }

#menu .mega-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 99;
  overflow:auto;
}

#menu .mega-menu-container.active {
  max-height: 800px;
  opacity: 1;
}

.mega-menu-inner {
  padding: 40px 40px 20px 40px;
  display:flex;
  max-width: 1600px;
  margin: 0 auto;
  gap:20px;
}

.mega-menu-columns{
column-count: 3;
  column-width: 280px;
  column-gap: 4rem;
  width:78%;
}

.mega-menu-column{
  margin-bottom: 3rem;
break-inside: avoid;
  
}

/* Menu Column */
.mega-menu-column h3, .teenindusmenup .box h3 {
  color: var(--dark-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mega-menu-column h3 a{
  text-decoration: none;
}

.mega-menu-column h3::after, .teenindusmenup .box h3::after {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--accent-blue);
}

.mega-menu-column:has(.submenu-group) h3{
    margin-bottom: 20px;
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-column ul li {
  margin-bottom: 8px;
}

.mega-menu-column ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  border-radius: 4px;
}

.mega-menu-column ul li .submenu-group-title{
  color: #000;
    display:block;
  font-weight:700;
  margin: 0 0 10px 0;
  font-family: "Inter", sans-serif;
}


.mega-menu-column ul li a:hover {
  color: var(--accent-blue);
}

.mega-menu-column .submenu-group ul{
  margin-bottom:18px;
}

/* Featured section */
.mega-menu-featured {
  height: fit-content;
  background: var(--header-bg);
  padding: 24px;
  border-radius: 8px;
  color: var(--text-light);
  width:22%
}

.mega-menu-featured h3 {
  color: var(--text-light);
  margin-bottom: 12px;
}

.mega-menu-featured h3::after {
  background: var(--accent-blue);
}

.mega-menu-featured p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.mega-menu-cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--accent-blue);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease;
}

.mega-menu-cta-btn:hover {
  background: #b53700;
  color:#fff;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 98;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Hide old header elements when new header is active */
#menu .header_container.onlymob {
  display: none !important;
}

#menu .content_inner {
  display: none !important;
}

#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 #796f6e;
}

#menu #search input {
  float: left;
  border: 0;
  line-height: 18px;
  font-size: 14px;
  font-family: "Open Sans", Tahoma, Sans Serif;
  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;
  background: var(--dark-primary);
  color: #fff;
  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: "Inter", Arial, Tahoma;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-decoration: none;
}

#menu .lang .gray:hover{
  background: transparent;
  color:#DDDBDB
}

#menu .gray:hover {
/*   background: #4b4b4b; */
  color:#DDDBDB
}

#menu .gray span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#menu .gray:hover span {
  max-width: 200px;
  margin-right:10px;
}

#menu .gray img {
  height: 20px;
}

#menu .lang {
  float: right;
  text-decoration: none;
  color: #fff;
}

.brand {
  height: 70px;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.dealerlogo {
  margin: 0;
  height: auto;
  width: 150px;
}

#menu .dealerlogo,
#menu .brand {
  cursor: pointer;
}

.models,
.extramodels,
.teenindusmenu,
.models2,
.brandmenu {
  margin: 0;
  position: absolute;
  background: #fff;
  width: 960px;
  display: none;
  z-index: 991;
  -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
  -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
  box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
}

.slideTogglebox4,
.slideTogglebox5,
.slideTogglebox55 {
  margin: 0;
  padding: 30px 30px 0 30px;
  position: absolute;
  display: none;
  z-index: 991;
  -moz-box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
  -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
  box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
  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;
}

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

.service_calc input,
.service_calc select {
  width: 125px;
  margin: 0 5px 5px 0;
}

.service_calc select {
  width: 135px;
  padding: 0 0 0 5px;
}

.testdrivebutton h2 {
  margin: 0 0 20px 0;
}

#feedbackForm input,
#feedbackForm textarea,
#dialogmedium textarea {
  margin: 0 0 5px 0;
  border: 0;
  background: #edecec;
  height: 38px;
  width: 250px;
  padding: 0 5px;
  line-height: 21px;
  font-size: 15px;
  font-family: "Open Sans", Tahoma, Sans Serif;
  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;
  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: #edecec;
  height: 100px;
  padding: 5px 0 0 5px;
  width: calc(100% - 5px);
  line-height: 21px;
  font-size: 15px;
  font-family: "Open Sans", Tahoma, Sans Serif;
  color: #585858;
  resize: vertical;
}

.slideTogglebox,
.slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7,
#modelsSlider{
  width: 100%;
  display: none;
}
.slideTogglebox4 .red,
.slideTogglebox5 .red,
.slideTogglebox55 .red {
  height: 62px;
}

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

.slideTogglebox6 {
  margin: -15px 0 0 560px;
}

.right .slideTogglebox6 {
  margin: -15px 0 0 480px !important;
}

.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: 32px !important;
  float: left;
}

.slideTogglebox input,
.slideTogglebox select,
.slideTogglebox7 input,
.slideTogglebox7 select,
.slideTogglebox2 input,
.slideTogglebox2 select,
.slideTogglebox6 input,
.slideTogglebox7 select {
  width: 186px;
  margin: 5px 0 0 0;
}

.slideTogglebox select,
.slideTogglebox2 select,
.slideTogglebox6 select,
.slideTogglebox7 select {
  width: 196px;
}

.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;
  margin-bottom:8px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-family: "Open Sans", Arial, Tahoma;
}

.teenindusmenu .box ul li a:hover,
.teenindusmenup .box ul li a:hover {
  color: var(--accent-blue);
}

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

#second:not(.storefront, .modelsview, .second-level-menu-vertical) #mobmen ul {
        display: flex;
        align-items: center;
        background: #dadada;
        gap: 0 18px;
        overflow-y: hidden;
        -ms-overflow-style: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
}



.leftmenu ul li a:hover {
  background: var(--dark-secondary);
  color: #ffffff !important;
}

.onlyextramodels {
  width: 158px;
  padding: 7px;
  background: transparent url(../img/extramodels.png) repeat center;
}

.thirdwidest .allmodels {
  width: 724px;
  padding: 0;
  background: #fff;
}

.thirdwidest .onlyextramodels {
  width: 724px;
  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 {
  min-height: 140px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
}

.onemodel .newmodel {
  position: absolute;
  top: 0;
  margin: 4px;
  padding: 2px 3px 6px 3px;
  color: #fff;
  background: #D64000;
  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%;
  object-fit: cover;
  max-height: 144px;
}

.onemodel p {
  display: block;
  width: 100%;
  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;
}

.onemodel .modelname {
  line-height: 18px;
}

.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
  font-family: "Open Sans", Arial, Tahoma;
  font-weight: 700;
}

.onemodel .modelname {
  float: left;
  color: #000;
  font-family: "Inter", Arial, Tahoma;
  font-weight: 700;
  line-height: 15px;
}

.onemodel .modeltitle{
  display:flex;
  flex-direction: column;
  justify-content:center;
  gap: 6px;
  min-height:46px;
  transition: color 0.25s ease-in-out;
  margin: 0.2rem 0 0.8rem 0;
}

.onemodel .modeltitle p{
  line-height: 15px;
}

.onemodel .modeltitle span{
  font-size:12px;
  line-height:12px;
}

.onemodel:hover p {
  color: #2e5d8d;
}

.models .closeslide,
.models2 .closeslide,
.extramodels .closeslide,
.teenindusmenu .closeslide,
.slideTogglebox4 .closeslide,
.slideTogglebox5 .closeslide,
.slideTogglebox55 .closeslide {
  margin: 0 0 -30px 0;
  min-height: auto;
  padding: 0 5px;
  font-size: 12px !important;
  line-height: 12px !important;
  height: 20px !important;
}

.brandmenu .closeslide {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0 -20px 0;
  min-height: auto;
  padding: 0 5px;
  font-size: 12px !important;
  line-height: 12px !important;
  height: 20px !important;
}

.slideTogglebox4 .closeslide,
.slideTogglebox5 .closeslide,
.slideTogglebox55 .closeslide {
  margin: 15px -15px -20px 0;
}

#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;
  font-size: 28px;
}

#front .box b {
  margin: 0 5px 0 0;
}

#front .box .first {
  background: #edecec;
}

#front .box ul li a {
  display: block;
  padding: 3px;
  color: #585858;
  text-decoration: none;
}

#front .box ul li a:hover {
  color: #D64000;
}

.red {
  float: right;
  padding: 0 13px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: "Inter", Arial, Tahoma;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: 30px;
}

.red img {
  margin-left: 5px;
}

#second .red,
#second .gray,
#dialogmedium .red {
  height: 40px;
}

#second {
  height: auto;
  margin: 34px 0 0 0;
  padding: 40px 0;
}

.thirdwidest {
}

.secondheader {

  margin: 0 0 25px 0; 
}

.secondheader a{
  text-decoration: none;
}

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: 12px 0;
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  text-wrap:nowrap;
}

#second .left ul:has(.sel) {
  border-top: 1px solid #f1f0f0;
}

#second .content_inner .left ul li {
  text-decoration: none;
  border-bottom: 1px solid #f1f0f0;

}

#second .content_inner .left ul li a{
  text-wrap:wrap;
}

#second .left ul .sel a, .leftmenu ul .sel a, #second .left ul li a:hover, .leftmenu ul li a:hover {
    color: var(--accent-blue);
    border-bottom-color: var(--accent-blue);
    font-weight: 500;
}

#second .mainpic {
  margin: -40px 0 20px 0;
  width: 724px;
  height: 311px;
}

#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:not(.shop-equipment 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(--accent-blue);
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#second .bootstrap-tabs li:before{
  content:'' !important
}


#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: #D64000 !important;
}

.news_center a.prettybutton2:hover {
  opacity: 0.8
}

.videos {
  float: right;
  margin: 0 0 30px 30px;
}

.pages {
  margin: 20px 0;
}

.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: 92px !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;
  display: inline-block;
}

.pages a:hover {
  color: #D64000 !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;
  display: inline-block;
}

.colorchoose {
  float: right;
  margin: -60px 0 0 0;
}

.colorchoose .color {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 0 0 0 5px;
  border: 3px solid #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease;
  cursor:pointer;
}

.colorchoose .color:hover {
  border: 3px solid #e4dcd3;
  transform: scale(1.1);
}

.colorchoose .color .code {
  position: absolute;
  margin: 40px 0 0 -265px;
  text-align: right;
  color: #000;
  display: none;
  width: 300px;
}

.colorchoose .color:hover .code {
  display: block;
}

.colorpicsdiv {
}

.colorpics {
  margin: 20px 0 0;
}

.widecontent {
  width: 960px;
  float: left;
}

.maintable,
.contenttable {
  width: 100%;
  line-height: 16px;
}

table .redtext {
  font-family: "Open Sans", Tahoma, Sans Serif;
  font-weight: 700;
  color: #D64000;
}

.maintable td,
.contenttable td {
  text-align: center;
  padding: 9px 10px;
  vertical-align: middle;
}
.contenttable td {
  text-align: left;
}

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


.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: "Open Sans", sans-serif;
}

.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: 10px;
  margin: -5px 0;
  padding: 0;
  line-height: 10px !important;
}

h2 .red,
.pricetable .red {
  margin: -5px 0 0 20px;
}

h2 .red:hover,
.pricetable .red:hover {
}

.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: 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: "Open Sans", Arial, Tahoma;
  font-weight: normal;
}

.pricetable .current-price {
  font-size: 21px;
  color: #D64000;
  font-family: "Open Sans", Arial, Tahoma;
  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 #dadada;
  width: 724px;
  margin: 0 0 20px 0;
}

.eripakkuminetogglebutton.front {
  margin: 20px 0 20px 0;
}

.eripakkuminetogglebutton .red {
  background:var(--dark-secondary);
  margin-right: calc(50% - 125px);
  width: 250px;
}

.footer_right{
  z-index:9999;
}

#footer {
  background: var(--footer-bg);
  padding: 60px 40px 20px;
  width: 100%;
  box-sizing: border-box;
}


  #footer a {
    color:#fff;
    text-decoration: none;
  }

#footer .footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

#footer .footer-column h3 {
  color: var(--text-light);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#footer .footer-column p,
#footer .footer-column li {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}


#footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-column ul li a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

#footer .footer-column ul li a:hover {
  color: var(--text-light);
}

        .newsletter-text {
            color: var(--text-muted);
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .newsletter-form {
            display: flex;
            gap: 0;
        }

        .newsletter-form input {
            flex: 1;
            padding: 14px 16px;
            border: none;
            border-radius: 4px 0 0 4px;
            font-size: 14px;
            background: rgba(255, 255, 255, 0.9);
            color: #333;
        }

        .newsletter-form input::placeholder {
            color: #999;
        }

        .newsletter-form button {
            padding: 14px 20px;
            background: var(--accent-blue);
            color:#fff;
            border: none;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .newsletter-form button:hover {
            background: #1a3c63;
        }

        .newsletter-form button svg {
            width: 20px;
            height: 20px;
            fill: white;
        }

        .newsletter-disclaimer {
            color: var(--text-muted);
            font-size: 12px;
            line-height: 1.5;
            margin-top: 16px;
            opacity: 0.8;
        }

/* Company Info Column */
#footer .company-info strong {
  color: var(--text-light);
  font-weight: 600;
}

/* Footer Bottom */
#footer .footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

#footer .footer-bottom a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
}

#footer .footer-bottom a:hover {
  color: var(--text-light);
}

#footer .footer-copyright {
  color: var(--text-muted);
  font-size: 13px;
}

/* Social Icons */
#footer .footer-social {
  display: flex;
  gap: 16px;
}

#footer .footer-social a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  transition: opacity 0.2s ease;
}

#footer .footer-social a img{
  height:100%;
  width:auto;
}

#footer .footer-social a:hover {
  opacity: 0.7;
}

.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;
  -moz-box-shadow: 0 0 8px #c1c1c1;
  -webkit-box-shadow: 0 0 8px #c1c1c1;
  box-shadow: 0 0 8px #c1c1c1;
}

.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: "Open Sans", Tahoma, Sans Serif;
  color: #585858 !important;
}

.ui-widget-content {
  color: #585858;
}

.ui-widget .ui-button-text {
  color: #fff !important;
}

.ui-widget-header {
  background: var(--dark-primary);
  border: 0;
  color: #fff;
  font-weight: normal;
  border: 0;
  font-size: 21px;
  line-height: 28px;
  font-family: "Open Sans", Arial, Tahoma;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--dark-primary);
  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: var(--dark-primary);
  border: 0;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: var(--dark-primary);
  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: var(--dark-primary);
  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 20px 5px 0;
  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 tr.mudel{
height:60px;

}

.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: "Open Sans", Arial, Tahoma;
  text-align: right;
  white-space: nowrap;
}

.auto24-iframe input,
.auto24-iframe select {
  margin: 0 5px 5px 0;
  width: 100px;
  border: 0;
  background: #edecec;
  height: 38px;
  padding: 0 5px;
  line-height: 21px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Tahoma;
  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 .prevPage a,
.auto24-iframe .nextPage a {
  text-decoration: none;
}

.auto24-iframe .nextPage .mudel::after{
  content:' »'
}

.auto24-iframe .prevPage .mudel::before{
  content:'« '
}

.auto24-iframe span.active {
  color: #fff !important;
  border: 0px !important;
  margin-left: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 32px;
  line-height: 32px;
  display: inline-block;
}

.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: "Open Sans", Arial, Tahoma;
  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: #D64000;
}

.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: 60%;
}

.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: "Open Sans", Arial, Tahoma;
  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: 40%;
  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: #D64000 !important;
  font-size: 21px;
  font-family: "Open Sans", Arial, Tahoma;
}

.bargain_price,
.bargain_price_title,
span.bargain_price_title,
span.bargain_price {
  color: #D64000 !important; 
}

.auto24-iframe .vehicle_details td {
  vertical-align: top;
  padding: 5px;
}

.used_vehicle_equipment > dt {
  font-family: "opensans-semibold-webfont", Arial, Tahoma;
  font-weight:700
}

.used_vehicle_equipment > dd {
  margin-left: 0;
  margin-top: 2px;
}

.used_vehicle_equipment > dd + dt {
  margin-top: 8px;
}


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: 36px;
}
.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: "Open Sans", Tahoma, Sans Serif;

  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.auto24-iframe th.mileage {
  font-size: 13px;
  text-align: center !important;
    white-space: initial;
    background-position: left 20% center;

}

.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: "Open Sans", Tahoma, Sans Serif;

  font-weight: 700;
  text-decoration: none;
  line-height: 16px;
}
.vehicles_list_data_cell a:hover {
  font-family: "Open Sans", Tahoma, Sans Serif;

  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: #393939 !important;
  color: #cfc3b8;
}

.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
  float: left;
  color: #D64000;
  font-family: "Inter", Arial, Tahoma;
  font-weight: 700;
}

.onlyextramodels .onemodel:hover p,
.wideextramodels .onemodel:hover p {
  color: #D64000;
}

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

#dialogmedium textarea,
#dialogmedium input,
#dialogmedium select {
  width: 400px;
}

#dialogmedium select {
  width: 405px;
}

#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 {
  width: auto;
}
#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 #796f6e;
}

#menu #search-desk input {
  float: left;
  border: 0;
  line-height: 21px;
  font-size: 15px;
  font-family: "Open Sans", Tahoma, Sans Serif;
  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: "Open Sans", Arial, Tahoma;
  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"],
img[src="/img/arwr_w.svg"] {
  height: 16px;
  vertical-align: middle;
}

img[src="/img/arwr_b.png"],
.secondheader img {
  width: 10px;
  height: 18px;
}

.secondheader:has(b) a::after{
  content: "\e002";
  font-family: 'iconfont';
  padding-left:5px;
  font-size: 0.8rem;
}

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

#menu .mobile {
  display: none;
}

#menu .desk {
  display: block;
}

.no-scroll,
.noscroll {
  overflow: hidden !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;
}

  .fancybox-skin {
    padding: 0 !important;
  }

  .fancybox-next span, .fancybox-prev span {
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    -webkit-transition: .3s ease-in-out !important;
    -moz-transition: .3s ease-in-out !important;
    -o-transition: .3s ease-in-out !important;
    transition: .3s ease-in-out !important;
    border: 0 !important;
    top: -moz-calc(46% + 30px) !important;
    top: -webkit-calc(46% + 30px) !important;
    top: calc(46% + 30px) !important;
    display: block !important;
    z-index: 100 !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer !important;
    border: none !important;
    outline: none !important;
    background-color: #4b4b4b !important;
    width: 60px !important;
    height: 60px !important;
    display: block !important;
    text-align: center !important;
    margin-right: 0 !important;
    color: #19388a !important;
    border: 0 !important;
    padding: 18px 0 0 0 !important;
}

.fancybox-prev span, .fancybox-prev span:hover {

  left: 0 !important;
  background-image: url(../img/arwl2.png) !important;
  background-size: 21px 21px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

}

.fancybox-next span, .fancybox-next span:hover {
  right: 0 !important;
  background-image: url(../img/arwr2.png) !important;
  background-size: 21px 21px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.fancybox-close {
  border-radius: 100%;
margin: 10px !important;
  width: 40px !important;
  height: 40px !important;
  -webkit-transition: .3s ease-in-out !important;
  -moz-transition: .3s ease-in-out !important;
  -o-transition: .3s ease-in-out !important;
  transition: .3s ease-in-out !important;
  cursor: pointer !important;
  position: absolute !important;
  z-index: 9999 !important;
  top: 0 !important;
  right: 0 !important;
  background-image: url(../img/close-w.svg) !important;
  background-size: 26px !important;
  background-color: #404040;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border: 0 !important;
}

@media screen and (max-width: 980px){
.fancybox-prev span, .fancybox-prev span:hover, .fancybox-next span, .fancybox-next span:hover {
  background-size: 16px 16px !important;
  width: 36px !important;
  height: 36px !important;
}
.fancybox-close {
  width: 28px !important;
  height: 28px !important;
  background-size: 18px !important;
  margin: 2px !important
}
}