/*---2014----------------------------------*/
:root {
  --primary: #da291c;;
}
#loading {
  overflow: hidden;
  background: #57718a;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  position: fixed;
  animation: loadsc 3s forwards linear 1;
  left: 100%;
  top: 0;
  padding: 0;
  text-align: center;
  visibility: hidden;
}

@keyframes loadsc {
  0%,
  40% {
    opacity: 1;
    left: 0;

    visibility: visible;
    display: block;
  }
  80%,
  90% {
    left: 0;
    display: block;
    opacity: 0;
  }
  91%,
  99% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    left: 100%;
    visibility: hidden;
  }
}

#bar {
  top: 0;

  height: 3px;
  background-color: #fff;
  width: 0;
  animation: progress 1.2s ease-in-out 1;
}
@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

#loading .svg {
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  fill: #fff;
  width: 16vw;
  left: calc(50% - 8vw);
  opacity: 0;
  animation: veho 1s ease-in-out 1;
}
@keyframes veho {
  0%,
  10% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 1020px) {
  #loading .svg {
    width: 200px;
    left: calc(50% - 100px);
  }
}

@media screen and (max-width: 680px) {
  #loading .svg {
    width: 140px;
    left: calc(50% - 70px);
  }
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-Regular.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-Italic.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-ExtraLight.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-ExtraLightItalic.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-Light.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-LightItalic.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-Medium.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-MediumItalic.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-Bold.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-BoldItalic.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-Black.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "CitroenType";
  src: url("../font/CitroenTypeLatin-BlackItalic.woff2") format("woff2"),
    url("../font/CitroenTypeLatin-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}



@font-face {
  font-family: "citroenlight";
  src: url("../font/citroen_light-webfont.woff2") format("woff2"),
    url("../font/citroen_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "citroenregular";
  src: url("../font/citroen_regular-webfont.woff2") format("woff2"),
    url("../font/citroen_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "citroenbold";
  src: url("../font/citroen_bold-webfont.woff2") format("woff2"),
    url("../font/citroen_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ubunturegular";
  src: url("../font/ubuntu-regular-webfont.woff2") format("woff2"),
    url("../font/ubuntu-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ubuntubold";
  src: url("../font/ubuntu-bold-webfont.woff2") format("woff2"),
    url("../font/ubuntu-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "citroen-icons";
  src: url("../font/icons-citroen.woff2") format("woff2");
  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;
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 21px;
  font-size: 14px;
  font-family: "CitroenType", Verdana, sans-serif;
  color: #3b3938;
  background: #fff url(../img/header.png) repeat-x top center;
}

img {
  border: 0;
}

a,
a:hover,
a:active {
  outline: none;
}
::-moz-selection {
  background: #004684;
  color: #fff;
}
::selection {
  background: #004684;
  color: #fff;
}

a {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  text-decoration: underline;
}

h1 {
  margin: 0;
  float: left;
  padding: 0;
  font-size: 60px;
  line-height: 60px;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 700;
  color: #3b3938;
}

h2,
h8 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  line-height: 32px;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 900;
  color: #3b3938;
  text-transform: uppercase;
}

#header h1 {
  font-size: 32px;
  line-height: 32px;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

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

h2 b,
h1 b {
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight:700;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-family: "CitroenType", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

h3.build-colors {
  font-size: 14px !important
}

.option h3{
  font-size: 16px;
line-height: 16px;
}

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

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

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

.content_inner {
  padding: 0;
  margin: 0 auto;
  width: 960px;
}
#inner_wrap {
  position: absolute;
  height: 100%;
  z-index: 100;
}

#second .page_content{
  margin-bottom:40px;
}

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

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

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

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

.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----------------------------------*/

#header {
  height: 390px;
  margin: 0;
}
.headercontent {
  height: 50px !important;
  margin: 0;
}

#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: 0.313em; /* 5 */

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
}

/* ARROWS */

.imagelightbox-arrow {
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */

  border: 0;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999;
  top: 50%;
  margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
}
.imagelightbox-arrow:active {
  background-color: #3B3938;
}
.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
  content: "";
  display: inline-block;
}
.imagelightbox-arrow-left:before {
  font-size: 36px;
  font-family: "citroen-icons";
  content: "";
  
}
.imagelightbox-arrow-right:before {
  font-size: 36px;
  font-family: "citroen-icons";
  content: "";
}

#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 {
  position: sticky;
  top: 0;
  padding: 14px 0;
  background: #fff;
  border-bottom:1px solid #eaeaea;
  z-index: 999999;
  display: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#menu ul {
  float: right;
}

#menu ul li {
  float: left;
}

#menu ul li a, #menu ul li button {
  display:flex;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 16px;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 400;
  color: #3b3938;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

#menu ul li a:hover, #menu ul li button:hover {
  color: #da291c;
  border-bottom: 2px solid #da291c;
}

#menu ul .sel a {
  color: #da291c;
  border-bottom: 2px solid #da291c;
}

#menu .topmenu .servicebtn,
#menu .topmenu .testdrivebutton {
  display: flex;
  justify-content: flex-end;
}

#menu .topmenu .servicebtn #service {
  white-space: nowrap;
}


#menu .topmenu div button::after {
  font-size: 36px;
  font-family: "citroen-icons";
}

#menu .topmenu .testdrivebutton #testdrive::after {
  content: "\E9B9";
}

#menu .topmenu .testdrivebutton #askoffer::after, #menu .topmenu .testdrivebutton #askoffer2::after {
  content: "\E970";
}

#menu .topmenu .servicebtn #service::after {
  content: "\E9E6";
}

#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: "CitroenType", Verdana, 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;
  height: 26px;
  color: #3b3938;
  background: transparent;
  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: "CitroenType",Verdana,sans-serif;
  font-weight:400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#menu .gray img {
  width: 22px;
  height: 22px;
}

#menu .gray span {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  width: 100px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: #3b3938;
  white-space: normal;
  padding: 8px 6px;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.2s;
  box-shadow: 0px 1px 4px #00000046;
}

.gray:hover {
  color: #da291c;
}

#menu .lang {
  float: right;
  margin: 0px 20px 0 4px;
  text-decoration: none;
  color: #585858;
}

#menu .gray:hover span {
  opacity: 1;
  visibility: visible;
}

#menu .lang {
  float: right;
  margin: 0px 0 0 10px;
  text-decoration: none;
  color: #585858;
}

#menu .lang:hover {
  color: #da291c;
}

.header-logo {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.mob_header .mob-logo {
  display: none;
  width: 128px;
}

#menu .header_container {
  display: flex;
  justify-content: space-between;
}

#menu .header_container > div {
  display: flex;
  align-items: center;
}

#menu .header_container .header_left {
  justify-content: flex-start;
  flex: 1;
  gap:12px;
}

#menu .header_container .header_center {
  justify-content: center;
  padding: 0 20px;
}
#menu .header_container .header_right {
  justify-content: flex-end;
  flex: 1;
}

.all-logos {
  position: relative;
  cursor: pointer;
}


.ttip {
  width: 100px;
}

.brand {
  width: 68px;
  height: auto;
}

.dealerlogo {
  margin: 0;
  width: 100%;
  min-width: 64px;
  max-width: 140px;
  z-index: 100;
  position: relative;
  -moz-transform: scale(1.003);
  transition: all 0.3s ease-in-out 0.3s;
}

#menu.slim {
  padding: 8px 0;
}

#menu.slim .header_left .brand {
  width: 36px;
}

#menu.slim .header_left .dealerlogo {
  max-width: 100px;
}

.dealerlogo.mob {
  position: absolute;
  width: 90px;
  height:auto;
  right: 20px;
}



.onlymob .header_left {
  display: none;
}

.ds {
  width: 93px;
}

#menu .dealerlogo,
#menu .brand,
#menu .ds {
  cursor: pointer;
  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;
}

.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: 15px 15px 0 15px;
  position: absolute;
  top: 160px;
  display: none;
  z-index: 990;
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.24);
  background: #fff;
  line-height: 16px;
  width: 640px;
  max-width: 1320px;
  left: 0;
  right: 0;
  margin: auto;
}
.slideTogglebox4 h2,
.slideTogglebox5 h2,
.slideTogglebox55 h2{
    color:#3b3938 !important
}

.slideTogglebox4 table td,
.slideTogglebox5 table td,
.slideTogglebox55 table td {
  vertical-align: middle;
  margin: 0;
  padding: 0 0 5px 0;
}

.slideTogglebox4 input,
.slideTogglebox5 input,
.slideTogglebox55 input,
.slideTogglebox4 select,
.slideTogglebox2 input,
.slideTogglebox2 select,
.slideTogglebox5 select,
.slideTogglebox55 select,
.slideTogglebox6 select,
.slideTogglebox6 input,
.slideTogglebox7 select,
.slideTogglebox7 input,
.slideTogglebox select,
.slideTogglebox input,
.service_calc input,
.service_calc select,
#dialogmedium input,
#dialogmedium select {
  border: 0;
  background: #f1f0f0;
  height: 38px;
  width: calc(100% - 5px);
  padding: 0 0 5px 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: "CitroenType", Verdana, sans-serif;
  color: #585858;
}

#slideTogglebox8 input{
  padding: 0 0 0 5px;
}

#slideTogglebox8 select.narrow{
  height:43px !important;
}

#slideTogglebox8 input.datepicker{
  padding: 0 0 5px 5px !important;
}

.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: #f1f0f0;
  height: 38px;
  width: 250px;
  padding: 0 5px;
  line-height: 21px;
  font-size: 15px;
  font-family: "CitroenType", Verdana, 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;
  height: 15px;
  width: 15px;
  margin: 5px;
}

.slideTogglebox4 label.radio, .slideTogglebox5 label.radio, .slideTogglebox55 label.radio{
  width: 170px;
  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: #f1f0f0;
  height: 100px;
  padding: 5px 0 0 5px;
  width: calc(100% - 5px);
  line-height: 21px;
  font-size: 15px;
  font-family: "CitroenType", Verdana, sans-serif;
  color: #585858;
  resize: vertical;
}

.slideTogglebox,
.slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7,
#modelsSlider {
  width: 100%;
  display: none;
}

.slideTogglebox .red,
.slideTogglebox2 .red,
.slideTogglebox6 .red,
.slideTogglebox7 .red {
  width: 100%;
}

.widecontent .slideTogglebox,
.widecontent .slideTogglebox2,
.slideTogglebox6,
.slideTogglebox7 {
  width: 194px;
  margin: -15px 0 0 736px;
  position: absolute;
  background: #fff;
  z-index: 200;
  padding: 15px;
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.calcContainer{
  position:relative
}

.calcContainer .slideTogglebox6{
  top: 100%
}

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

.slideTogglebox input,
.slideTogglebox select,
.slideTogglebox7 input,
.slideTogglebox7 select,
.slideTogglebox2 input,
.slideTogglebox2 select,
.slideTogglebox6 input,
.slideTogglebox7 select {
  width: calc(100% - 5px);
  margin: 5px 0 0 0;
}

.slideTogglebox select,
.slideTogglebox2 select,
.slideTogglebox6 select,
.slideTogglebox7 select {
  width: 100%;
}

.slideTogglebox4 table,
.slideTogglebox5 table,
.slideTogglebox55 table {
  width: 100%;
}

.sendbtn {
  margin: 5px 0 0 0 !important;
}

.teenindusmenu {
  padding: 15px 30px 0 30px;
  width: 900px;
}

.teenindusmenu .box,
.teenindusmenup .box {
  float: left;
  width: 235px;
  margin: 0 30px 40px 30px;
}

.teenindusmenu .box img,
.teenindusmenup .box img {
  width: 235px;
  margin: 5px 0;
}

.teenindusmenu .box ul li a,
.teenindusmenup .box ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #3b3938;
  font-size: 14px;
  line-height: 14px;
  font-family: "CitroenType", Verdana, sans-serif;
}

.teenindusmenu .box ul li a:hover,
.teenindusmenup .box ul li a:hover {
  color: #da291c;
}

.leftmenu,
.allmodels,
.onlyextramodels,
.wideextramodels {
  float: left;
}

.leftmenu {
  width: 140px;
  padding: 15px;
}

.leftmenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-flow: wrap;
  flex-direction: row;
}

.leftmenu ul li a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-size: 12px;
  line-height:12px;
  font-family: "CitroenType", Verdana, sans-serif;
}

.allmodels {
  padding: 30px;
  background: #eeeeee;
}

/* .onlyextramodels {
  padding: 30px;
  background: transparent url(../img/extramodels.png) repeat center;
} */

.modelsview .onlyextramodels .onemodel{
  margin:12px;
}

.onlyextramodels .onemodel{
  margin:30px;
}

.thirdwidest .allmodels {
  width: 100%;
  padding: 0;
  background: #fff;
}

.thirdwidest .onlyextramodels {
  width: 100%;
  padding: 10px;
  margin: 0 0 20px 0;
  background: transparent url(../img/extramodels.png) repeat center;
}

.wideextramodels {
  width: 806px;
  padding: 30px;
  background: transparent url(../img/extramodels.png) repeat center;
}

.onemodel {
  position: relative;
  min-height: 140px;
  text-align: center;
  border: 1px solid transparent;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s linear;
}

.onemodel .newmodel {
  position: absolute;
  top: 0;
  margin: 4px;
  padding: 2px 3px 6px 3px;
  color: #fff;
  background: #57718a;
  font-size: 11px !important;
  line-height: 11px !important;
  z-index: 1;
}

.onemodel:hover {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.onemodel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #57718a;
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.onemodel:hover::after {
  height: 0.3125rem;
}

.modelsview .onemodel::after{
  content:"";
  background: 0;
}

.onemodel img {
  width: 100%;
  object-fit: contain;
  max-height: 150px;
}

.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 {
  float: left;
  color: #000;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 15px;
}

.onemodel .modeltitle{
  display:flex;
  flex-direction: column;
  justify-content:center;
  min-height:46px;
}

#front .onemodel .modeltitle{
  min-height:auto;
  margin-bottom:16px;
}


.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;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

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

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

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

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

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

.red {
  float: right;

  padding: 0 13px;
  margin: 0;

  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight:700;
  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,
.gray img {
  margin: 0 0 0 5px
}



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

.secondheader {
  position: absolute;
  margin: 25px 0 0 0;
}

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: 724px;
}

#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: 11px 0 12px 0;
  text-decoration: none;
  background-position: -20px center;
  font-size: 14px;
  line-height: 14px;
  font-family: "CitroenType", Verdana, sans-serif;
  white-space: nowrap;

}

/* #second .left ul:has(.sel) {
  border-top: 1px solid #f1f0f0;
  margin-bottom: 20px;
}
 */
#second .left ul li {
  text-decoration: none;
}

#second .left li.sel {
  border-bottom: 2px solid #da291c;
  font-weight:700;
}

#second .left ul li a,
.leftmenu {
  padding: 10px;
}

#second .left ul .sel a,
.leftmenu ul .sel a,
#second .left ul li a:hover,
.leftmenu ul li a:hover {
  color: #da291c;
}

#second .left ul .orangebtn a:hover {
  background: #3b3938 !important;
}

#second .left .red {
  width: 100%;
}

#second .page_content,
#second .right ul,
.news_center ul {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 16px;
}

#second  .page_content ul li,
#second .right ul li,
.news_center ul li {
  padding: 0 0 5px 15px;
  background: url(../img/bullet.png) no-repeat left 6px;
}

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

.news_center a.prettybutton2:hover {
  background: #d75b24 !important;
}

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

.pages {
  margin: 20px 0;
}

.pages {
  text-align: center;
}

.pages a {
  border: 0;
  text-decoration: none;
}

.pages .prev {
  float: left;
  border: 0px !important;
  width: auto !important;
  cursor: pointer !important;
}

.pages .next {
  float: right;
  border: 0px !important;
  width: 100px !important;
}

.pages a {
  border: 1px solid #B1B3B3 !important;
  margin-left: 8px;
  color: #97999B !important;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  border-radius: 5px; /* CSS3 */
  width: 32px;
  line-height: 32px;
  display: inline-block;
}

.pages a:hover {
  color: #da291c !important;
}

.pages .current {
  color: #fff !important;
  border: 0px !important;
  margin-left: 10px;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  border-radius: 5px; /* CSS3 */
  width: 32px;
  line-height: 32px;
  display: inline-block;
}

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

.colorchoose .color {
  float: left;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 0 0 5px;
  border: 2px solid #d3d3d3;
}

.colorchoose .color:hover {
  width: 33px;
  height: 33px;

  border: 3px solid #da291c;
}

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

table .redtext {
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 700;
  color: #da291c;
}

.contenttable td {
  text-align: left;
}

.pricetable .smaller td {
  padding: 12px 10px;
}

.maintable b,
.pricetable b {
  display: block;
  text-align: left;
  width: 100%;
}

.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: rgba(121, 111, 110, 0.1);
}

.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;
}
.pricetable .headrow td {
  padding: 12px 0 !important;
  vertical-align: middle;
}

.pricetable .headrow td {
  padding: 13px 10px;
  line-height: 16px;
}

.pricetable .headrow span {
  font-size: 10px;
  line-height: 6px !important;
  color: rgba(255, 255, 255, 0.8);
}

.pricetable td .smallcolor {
  font-size: 12px;
  margin: -5px 0;
  padding: 0;
  line-height: 10px !important;
}

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

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: "CitroenType", Verdana, sans-serif;
  font-weight: normal;
}

.pricetable .current-price {
  font-size: 21px;
  color: #da291c;
  font-family: "CitroenType", Verdana, sans-serif;
  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 #d9d9d6;
  width: 724px;
  margin: 0 0 20px 0;
}

.eripakkuminetogglebutton .red {
  margin-right: calc(50% - 125px);
  width: 250px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer {
  padding: 40px 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  background: #f1f0f0 url(../img/footer.png) no-repeat top center;
}

#footer ul .bullet span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 7px 12px 0 12px;
  background: #626367;
}

#footer ul li {
  padding: 0;
  float: left;
}

#footer a {
  padding: 2px 0;
  text-decoration: none;
}

#footer #social {
  float: right;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer #social img{
  display:none
}

#footer #social .facebook,
#footer #social .youtube {
  float: left;
  display: block;
  padding: 0;
}
#social a::before{
  font-family: "citroen-icons";
  font-size: 36px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}

#social a.facebook::before {
  content: "\E9F7";
}

#social a.youtube::before {
  content: "\E9F9";
}

#social a.instagram::before {
  content: "\EA01";
}

#social a.linkedin::before {
  content: "\EA02";
}

#social a.twitter::before{
  content: "\E9F8";
}

#social a.google::before{
  font-family: "extra-icons";
  content: "\F1A0";
  font-size: 28px;
    padding: 4px;
}

#footer #newsletter {
  margin: -5px 0 0 0;
  float: right;
}

#footer input {
  float: left;
  border: 0;
  padding: 0 5px;
  height: 30px;
  background: #fff;
  line-height: 18px;
  font-size: 12px;
  font-family: "unubturegular", Tahoma, Sans Serif;
  color: #000;
  -moz-box-shadow: inset 0 2px 2px #bcbcbc;
  -webkit-box-shadow: inset 0 2px 2px #bcbcbc;
  box-shadow: inset 0 2px 2px #bcbcbc;
}

#footer .gray {
  float: left !important;
  border: 0;
  padding: 0 10px;
  text-transform: uppercase;
  height: 30px;
}

#footer a {
  color: #3b3938;
}

#footer a:hover {
  color: #da291c;
}

.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: "CitroenType", Verdana, sans-serif;
  color: #585858 !important;
}

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

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

.ui-widget-header {
  background: #57718a;
  border: 0;
  color: #fff;
  font-weight: normal;
  border: 0;
  font-size: 21px;
  line-height: 28px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #57718a;
  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: #57718a;
  border: 0;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #57718a;
  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: #57718a;
  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 .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: "CitroenType", Verdana, sans-serif;
  text-align: right;
  white-space: nowrap;
}

.auto24-iframe input,
.auto24-iframe select {
  margin: 0 5px 5px 0;
  width: 100px;
  border: 0;
  background: #f1f0f0;
  height: 38px;
  padding: 0 5px;
  line-height: 21px;
  font-size: 14px;
  font-family: "CitroenType", Verdana, sans-serif;
  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 .active {
    color: #fff !important;
    border: 0px !important;
    margin-left: 10px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    width: 32px;
    line-height: 32px;
    display: inline-block;
}

.submit input {
  width: 149px !important;
  float: left;
  border: 0;
  padding: 0 10px 0 0 !important;
  margin: -6px 0 0 0 !important;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: "CitroenType", Verdana, sans-serif;
  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: #da291c;
}

.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: "CitroenType", Verdana, sans-serif;
  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: #da291c !important;
  font-size: 21px;
  font-family: "CitroenType", Verdana, sans-serif;
}

.bargain_price,
.bargain_price_title,
span.bargain_price_title,
span.bargain_price {
  color: #da291c !important;
  font-family: "CitroenType", Verdana, sans-serif;
}

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

.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-family: "CitroenType", Verdana, sans-serif;
  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: "CitroenType", Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 16px;
}
.vehicles_list_data_cell a:hover {
  font-family: "CitroenType", Verdana, 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: #1d1717 !important;
  color: #cfc3b8;
}

.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
  float: left;
  color: #ad0040;
  font-family: "CitroenType", Verdana, sans-serif;
  font-weight: 700;
}

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

.teenindusmenu h3 a,
.teenindusmenup h3 a {
  text-decoration: none;
}

#header h2 a,
#header h1 a,
#header h1 {
  text-decoration: none;
  color: #fff;
}

.news:nth-child(odd) {
  clear: both;
}

.ui-dialog .ui-dialog-content {
  padding: 0.5em 0;
}

#testdrive2{
  padding: 20px;
}

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

#dialogmedium select {
  width: 410px;
}

#dialogmedium td {
  padding: 0 0 5px 0;
  vertical-align: middle;
}

#blackbackground {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 500;
}

#header-fixed {
  position: fixed;
  top: 0px;
  display: none;
}

#dialogwide,
.table-container {
  position: relative !important;
}

.fiveimages {
  width: 100%;
  height: 76px;
  margin: -16px 0 30px 0;
}

.onlyfive .theimage {
  float: left;
  margin: 0 5px;
  width: 137px;
  height: 76px;
  overflow: hidden;

  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.onlyfive .theimage a {
  display: block;
  margin: 0;
  width: 137px;
  height: 76px;
  overflow: hidden;
}

.pricetable tr {
  cursor: pointer;
}

#menu .topmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menu #search-desk {
  float: right;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-bottom: 1px solid #d6d6d6;
}

#menu #search-desk:hover {
  border-bottom: 1px solid #796f6e;
}

#menu #search-desk input {
  float: left;
  border: 0;
  line-height: 21px;
  font-size: 15px;
  font-family: "CitroenType", Verdana, 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: "CitroenType", Verdana, sans-serif;
  padding: 17px 5px 18px 25px;
  opacity: 0.5;
  text-decoration: none;
}

#mobdesk #desk {
  background-image: url(../img/mobile.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#mobdesk #mobile {
  background-image: url(../img/desktop.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

#mobdesk #vlogo {
  float: right;
}

.content .left .red {
  margin-bottom: 5px !important;
}

img[src="/img/arwr_w.png"] {
  width: 7px;
  height: 11px;
}

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

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

@media screen and (min-width: 1720px) {
  .dealerlogo {
    width: 170px;
  }
}

@media screen and (min-width: 1020px) {
  #menu {
    display: block;
  }

  .leftmenu ul{
    justify-content: space-between
  }
}
