/*---2014----------------------------------*/
:root {
  --primary: #0074e8;
}


#loading {
  overflow: hidden;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  position: fixed;
  animation: loadsc 3s forwards linear 1;
  left: 100%;
  top: 0;
  padding: 0;
  text-align: center;
  visibility: hidden;
}
@keyframes loadsc {
  0%,
  40% {
    opacity: 1;
    left: 0;
    visibility: visible;
    display: block;
  }
  80%,
  90% {
    left: 0;
    display: block;
    opacity: 0;
  }
  91%,
  99% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    left: 100%;
    visibility: hidden;
  }
}
#bar {
  top: 0;
  height: 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;
  }
}
#onlyfrontpagefix::before {
  position: absolute;
  content: "";
  height: 190px;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 1020px) {
  #loading .svg {
    width: 200px;
    left: calc(50% - 100px);
  }
}
@media screen and (min-width: 1020px) {
  #onlyfrontpagefix .models,
  #onlyfrontpagefix .extramodels,
  #onlyfrontpagefix .teenindusmenu,
  #onlyfrontpagefix .models2 {
    top: 90px;
  }
}
@media screen and (min-width: 1440px) {
  #onlyfrontpagefix .models,
  #onlyfrontpagefix .extramodels,
  #onlyfrontpagefix .teenindusmenu,
  #onlyfrontpagefix .models2 {
    top: 105px;
  }
}
@media screen and (max-width: 680px) {
  #loading .svg {
    width: 140px;
    left: calc(50% - 70px);
  }
}
@font-face {
  font-family: "Peugeot";
  src: url("../font/Peugeot-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Peugeot";
  src: url("../font/Peugeot-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Peugeot";
  src: url("../font/Peugeot-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Peugeot";
  src: url("../font/Peugeot-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PeugeotIcons";
  src: url("../font/icons-peugeot.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: "Peugeot", Tahoma, Sans Serif;
  color: #787b80;
  background: #fff url(../img/header.png) repeat-x top center;
}
img {
  border: 0;
}
a,
a:hover,
a:active {
  outline: none;
}
::-moz-selection {
  background: #0074e8;
  color: #fff;
}
::selection {
  background: #0074e8;
  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: 48px;
  line-height: 48px;
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: normal;
  color: #000;
}
h2,
h8 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 26px;
  line-height: 26px;
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
#header h1 {
  font-size: 20px;
  line-height: 20px;
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: 300;
}
h8 {
  font-size: 40px !important;
  margin-bottom: 20px !important;
  line-height: 46px !important;
  display: block;
}
h2 b,
h1 b {
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: 700;
}
h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "Peugeot", Arial, Tahoma;
  color: #000;
}
h3.build-colors {
  font-size: 12px;
  line-height: 18px;
}
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: #0074e8;
}
.tooltipMake:hover .tooltiptext {
    visibility: visible;
    transition-delay: 1s;
    opacity: 1;
}
.filterModel .fm-count {
    color: #b7b7b7 !important;
}
.menuactive {
    background: var(--primary);
    color: #ffffff !important;
}
.selectedFilter {
    color: #4b4b4b;
}
fm-count-selected {
    color: #4b4b4b !important;
}
.filterModel input:disabled {
    color: rgb(182, 182, 182) !important;
}
.filterModel input[type="checkbox"]:disabled + label {
    color: rgb(182, 182, 182) !important;
}
.filterInput input:disabled {
    color: rgb(182, 182, 182);
}
[disabled] .noUi-connect {
    background: rgb(182, 182, 182) !important;
}
.noUi-handle {
    cursor: pointer !important;
}
.noUi-origin {
    margin-top: -5px !important;
}
.noUi-connect {
    background: var(--primary) !important;
}
.imgload {
    opacity: 0 !important;
    transition: none;
}
#imagelightbox {
    z-index: 99999996 !important;
    background-color: white;
}
/*---content-------------------------------*/
.content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 980px;
}
.content_inner {
  padding: 0;
  margin: 0 auto;
  width: 960px;
}
#inner_wrap {
  position: absolute;
  height: 100%;
  z-index: 100;
}
#second .news_center {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#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;
  margin-bottom: 20px;
}
.news-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.date {
  color: #0074e8;
  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: #0074e8;
}
.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em; /* 5 */
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) /* 660 */ {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em; /* 20 */
  }
  .imagelightbox-arrow {
    width: 2.5em; /* 40 */
    height: 3.75em; /* 60 */
    margin-top: -2.75em; /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em; /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em; /* 20 */
  }
}
@media only screen and (max-width: 20em) /* 320 */ {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
.standard {
  width: 20px;
}
#menu {
  top: 0;
  padding: 10px 0;
  background: #000;
  z-index: 999999;
  display: none;
  transition: all 0.3s 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;
  text-transform: uppercase;
  padding: 10px 10px;
  margin: 0 5px;
  font-size: 10px;
  line-height: 10px;
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: 4px solid transparent
}
#menu ul li a:hover, #menu ul li button:hover {
  color: #0074e8;
  border-bottom: 4px solid #0074e8;
}
#menu ul .sel a {
  color: #0074e8;
  border-bottom: 4px solid #0074e8;
}
#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: PeugeotIcons;
  padding-left: 4px;
}
#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: "Peugeot", 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;
  height: 26px;
  padding: 0;
  background: transparent;
  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: 11px;
  line-height: 11px;
  font-family: "Peugeot", Arial, Tahoma;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gray:hover {
  color: #0074e8;
}
#menu.headroom--not-top .gray,
#menu.rev .gray {
  color: #fff;
}
#menu .gray img {
  height: 22px;
}
#menu .gray svg {
  height: 22px;
}
#menu .gray span {
  font-size: 12px;
  position: absolute;
  min-width: 100px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background: #000;
  padding: 10px 6px;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.2s;
}
#menu .gray:hover span {
  opacity: 1;
  visibility: visible;
}
#menu .lang {
  float: right;
  margin: 0px 0 0 10px;
  text-decoration: none;
  color: #fff;
  z-index: 99999;
  height: 26px;
  font-family: "Peugeot", Tahoma, Sans Serif;
}
#menu .lang:hover {
  color: #0074e8;
}
.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;
}
#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;
  width: 180px;
}
#menu .tinylogos {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  background: #000;
  transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out;
  top: 0;
  right: 0;
  left: 0;
  width: 180px;
  height: 100%;
}
#menu .autohalle {
  position: absolute;
  top: -13px;
  left: 0;
  width: 180px;
  transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out;
}
#menu.headroom--not-top .autohalle {
  top: -12px;
  width: 160px;
}
#menu .tinylogos .logo-min {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#menu .tinylogos .logo-min:hover svg {
  transform: scale(1.1);
}
#menu .tinylogos .logo-min img {
  width: 20px;
}
#menu.headroom--not-top .tinylogos {
  width: 160px;
}
.ttip {
  width: 100px;
}
.brand-mob {
  height: 28px;
  cursor: pointer;
}
.brand-logo {
  width: 6.3125rem;
  height: 6.9375rem;
  margin-right: 8px;
  transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out;
}

.brand-min {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out;
}

.brand {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.new_header_bar .brand{
  position:static;
}

#menu.headroom--not-top:has(.new_header_bar){
  background:transparent !important;
}
.new_header_bar .header_brand_logo .brand-min{
  display:none; 
}
.dealerlogo {
  margin: 0;
  z-index: 100;
  position: relative;
  -moz-transform: scale(1.003);
  transition: all 0.3s ease-in-out 0.3s;
}

.new_header_bar .dealerlogo{
  height:36px;
}
.onlymob .header_left {
  display: none;
}
#menu .dealerlogo,
#menu .brand {
  cursor: pointer;
}
.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 {
  margin: 0;
  padding: 24px 24px 19px 24px;
  position: absolute;
  top: 160px;
  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);
  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: #ececee;
  height: 32px;
  width: calc(100% - 5px);
  padding: 0 0 5px 5px;
  line-height: 18px;
  font-size: 12px;
  font-family: "Peugeot", 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;
}
#feedbackForm input,
#feedbackForm textarea,
#dialogmedium textarea {
  margin: 0 0 5px 0;
  border: 0;
  background: #ececee;
  height: 38px;
  width: 250px;
  padding: 0 5px;
  line-height: 21px;
  font-size: 12px;
  font-family: "Peugeot", 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 #c3c3c3;
  -webkit-box-shadow: inset 0 0 0 #c3c3c3;
  box-shadow: inset 0 0 0 #c3c3c3;
  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: #ececee;
  height: 100px;
  padding: 5px 0 0 5px;
  width: calc(100% - 5px);
  line-height: 21px;
  font-size: 12px;
  font-family: "Peugeot", Tahoma, 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: #000;
  font-size: 12px;
  line-height: 12px;
  font-family: "Peugeot", Arial, Tahoma;
}
.teenindusmenu .box ul li a:hover,
.teenindusmenup .box ul li a:hover {
  color: #fff;
  background-color: #0074e8;
}
.leftmenu,
.allmodels,
.onlyextramodels,
.widextramodels {
  float: left;
}
.leftmenu {
  width: 140px;
  padding: 15px;
}
.leftmenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-flow: wrap;
  flex-direction: row;
}

body.hamburger-mode .models2 .leftmenu ul {
  display:flex !important;
}

.leftmenu ul li a {
  display: block;
  width: 110px;
  margin: 0;
  text-decoration: none;
  padding: 5px 15px !important;
  font-size: 12px;
    line-height: 16px;
    text-wrap: auto;
}
/* .leftmenu ul li a:hover {
  color: #ffffff !important;
} */
.allmodels {
  width: 634px;
  padding: 10px;
  background: #eeeeee;
}
.onlyextramodels {
  width: 158px;
  padding: 10px;
  background: transparent url(../img/extramodels.png) repeat center;
}
.thirdwidest .allmodels {
  width: 100%;
  padding: 0;
  background: #fff;
}
.thirdwidest .onlyextramodels {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  background: transparent url(../img/extramodels.png) repeat center;
}
.wideextramodels {
  width: 806px;
  padding: 7px;
  background: transparent url(../img/extramodels.png) repeat center;
}
.onemodel {
  position:relative;
  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: #0074e8;
  font-size: 11px !important;
  line-height: 11px !important;
  z-index: 1;
}
.onemodel:hover {
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.onemodel img {
  width: 100%;
}
.onemodel p {
  display: block;
  width: 100%;
  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: "Peugeot", Arial, Tahoma;
  font-weight: 700;
  line-height: 12px;
  font-size: 12px;
}
.onemodel:hover p {
  color: #0074e8;
}
.onemodel .modeltitle{
  display:flex;
  flex-direction: column;
  justify-content:center;
  min-height:46px;
  transition: color 0.25s ease-in-out;
}
#front .onemodel .modeltitle{
  min-height:auto;
  margin-bottom:10px;
}
.models .closeslide,
.models2 .closeslide,
.extramodels .closeslide,
.teenindusmenu .closeslide,
.slideTogglebox4 .closeslide,
.slideTogglebox5 .closeslide,
.slideTogglebox55 .closeslide {
  position: absolute;
  right: 0;
  bottom: -20px;
  min-height: auto;
  padding: 0 5px;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 11px !important;
  height: 20px !important;
}
#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: #ececee;
}
#front .box ul li a {
  display: block;
  padding: 3px;
  color: #585858;
  text-decoration: none;
}
#front .box ul li a:hover {
  color: #002c5f;
}
.red {
  float: right;
  padding: 0 13px;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: "Peugeot", 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,
.gray img {
  margin: 0 0 2px 5px;
}
#second .red,
#second .gray,
#dialogmedium .red {
  height: 40px;
}
#second {
  height: auto;
  margin: 34px 0 0 0;
  padding: 40px 0;
}
.thirdwidest {
}
.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: 1.5625rem 0 1.25rem;
  text-decoration: none;
  background-position: -20px center;
  font-size: 14px;
  line-height: 14px;
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: 500;
  text-wrap: nowrap;
}
#second .left ul li {
  text-decoration: none;
}
#second .left ul li a,
.leftmenu {
}
#second .left .red {
  width: 100%;
}
#second .right ul,
.news_center ul {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 16px;
}
#second .right ul li,
.news_center ul li {
  margin: 0 0 5px 15px;
  list-style-type: disc;
}
ul li::marker{
  color:#0074e8
}
#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: #0074e8 !important;
}
.news_center a.prettybutton2:hover {
  background: #006f8a !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 {
  padding: 12px 0 0 0;
  float: left;
  border: 0px !important;
  width: 88px !important;
  cursor: pointer !important;
}
.pages .next {
  padding: 8px 0 0 0;
  float: right;
  border: 0px !important;
  width: 100px !important;
}
.pages a {
  border: 1px solid lightgray !important;
  margin-left: 8px;
  color: darkgray !important;
  padding: 6px 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: #004684 !important;
}
.pages .current {
  color: #fff !important;
  border: 0px !important;
  margin-left: 10px;
  padding: 6px 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 {
  background-color:#f1f0f0;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  line-height: 12px;
  text-align: right;
  color: #000;
  display: none;
}
.colorchoose .color:hover .code {
  display: block;
}
.colorpicsdiv {
}
.colorpics {
  margin: 20px 0 0;
}
.widecontent {
  width: 960px;
  float: left;
}

.maintable b,
.pricetable b,
.maintable .row-head,
.pricetable .row-head {
  font-size: 12px;
}

.eripakkuminetogglebutton {
  float: left;
  border-bottom: 3px solid #e6e6e6;
  width: 724px;
  margin: 0 0 20px 0;
}
.eripakkuminetogglebutton .red {
  margin-right: calc(50% - 125px);
  width: 250px;
}
#footer {
  padding: 40px 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  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: #8c8b8b;
}
#footer ul li {
  padding: 0;
  float: left;
  color: #ffffff;
}
#footer a {
  padding: 2px 0;
  text-decoration: none;
}
#footer #social {
  margin: -2px 20px 0 0;
  float: right;
}
#footer #social a {
  float: left;
  display: block;
  margin: 0 0 0 5px;
  padding: 0;
  color: #8c8b8b;
}
#footer #social a img {
  width: 25px;
  height: 25px;
}
#footer #social a:hover {
  opacity: 0.6;
}
#social a::before {
  content: "";
  font-family: "PeugeotIcons";
  font-size: 36px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}
#social a.facebook::before {
  content: "";
}
#social a.youtube::before {
  content: "";
}
#social a.instagram::before {
  content: "";
}
#social a.linkedin::before {
  content: "";
}
#social a.twitter::before{
  content: "";
}
#social a.google::before{
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='217' height='217' viewBox='0 0 217 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='108.5' cy='108.5' r='103.5' stroke='%238c8b8b' stroke-width='10'/%3E%3Cpath d='M109.694 97.6819V120.725H141.82C140.409 128.135 136.176 134.41 129.827 138.629L149.2 153.613C160.488 143.227 167 127.974 167 109.853C167 105.634 166.62 101.577 165.915 97.6826L109.694 97.6819Z' fill='%238c8b8b'/%3E%3Cpath d='M76.2396 119.825L66.6187 119.805L56.4037 135.167C66.2261 154.586 86.3578 168.001 109.693 168.001C125.81 168.001 139.322 162.7 149.199 153.613L143.5 142.5L129.826 138.629C124.507 142.199 117.724 144.363 109.693 144.363C94.1722 144.363 80.9856 133.924 76.264 119.86L76.2396 119.825Z' fill='%238c8b8b'/%3E%3Cpath d='M56.4038 81.8334C52.3339 89.8386 50.0007 98.8719 50.0007 108.5C50.0007 118.128 52.3339 127.162 56.4037 135.167C56.4037 135.221 76.266 119.805 76.266 119.805C75.0721 116.235 74.3664 112.449 74.3664 108.499C74.3664 104.55 75.0721 100.764 76.266 97.194L70 86.5L56.4038 81.8334Z' fill='%238c8b8b'/%3E%3Cpath d='M109.694 72.6919C118.485 72.6919 126.3 75.721 132.54 81.5629L149.635 64.5244C139.269 54.8963 125.812 49 109.694 49C86.3591 49 66.2262 62.3605 56.4038 81.8334L76.2653 97.1953C80.9863 83.1315 94.1735 72.6919 109.694 72.6919Z' fill='%238c8b8b'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  padding: 5px;
}
#social a.google:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg width='217' height='217' viewBox='0 0 217 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='108.5' cy='108.5' r='103.5' stroke='%2300a3e0' stroke-width='10'/%3E%3Cpath d='M109.694 97.6819V120.725H141.82C140.409 128.135 136.176 134.41 129.827 138.629L149.2 153.613C160.488 143.227 167 127.974 167 109.853C167 105.634 166.62 101.577 165.915 97.6826L109.694 97.6819Z' fill='%2300a3e0'/%3E%3Cpath d='M76.2396 119.825L66.6187 119.805L56.4037 135.167C66.2261 154.586 86.3578 168.001 109.693 168.001C125.81 168.001 139.322 162.7 149.199 153.613L143.5 142.5L129.826 138.629C124.507 142.199 117.724 144.363 109.693 144.363C94.1722 144.363 80.9856 133.924 76.264 119.86L76.2396 119.825Z' fill='%2300a3e0'/%3E%3Cpath d='M56.4038 81.8334C52.3339 89.8386 50.0007 98.8719 50.0007 108.5C50.0007 118.128 52.3339 127.162 56.4037 135.167C56.4037 135.221 76.266 119.805 76.266 119.805C75.0721 116.235 74.3664 112.449 74.3664 108.499C74.3664 104.55 75.0721 100.764 76.266 97.194L70 86.5L56.4038 81.8334Z' fill='%2300a3e0'/%3E%3Cpath d='M109.694 72.6919C118.485 72.6919 126.3 75.721 132.54 81.5629L149.635 64.5244C139.269 54.8963 125.812 49 109.694 49C86.3591 49 66.2262 62.3605 56.4038 81.8334L76.2653 97.1953C80.9863 83.1315 94.1735 72.6919 109.694 72.6919Z' fill='%2300a3e0'/%3E%3C/svg%3E%0A");
}
#footer #social img{
  display:none !important
}
#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: #8c8b8b;
}
#footer a:hover {
  color: #0074e8;
}
.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: "Peugeot", Tahoma, Sans Serif;
  color: #585858 !important;
}
.ui-widget-content {
  color: #585858;
}
.ui-widget .ui-button-text {
  color: #fff !important;
}
.ui-widget-header {
  background: #0074e8;
  border: 0;
  color: #fff;
  font-weight: normal;
  border: 0;
  font-size: 21px;
  line-height: 28px;
  font-family: "Peugeot", Arial, Tahoma;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #796f6e;
  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: #796f6e;
  border: 0;
  color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #796f6e;
  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: #796f6e;
  font-weight: normal;
  color: #fff;
}
.ui-dialog-titlebar .ui-state-hover {
  background: rgb(255, 255, 255, 0.8);
}
select {
  padding: 0 0 0 5px !important;
}
/*---auto24--------------------------------*/
.auto24-iframe table {
  border-left: 0;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
.auto24-iframe table tr {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.auto24-iframe table tr:hover {
  background: #dddbdb;
}
.auto24-iframe .noborder tr:hover {
  background: transparent;
}
.auto24-iframe table td,
table th {
  padding: 5px;
  border-right: 0;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.specialOfferContainer .special-offers td {
  margin-top: 0;
  padding-top: 0;
}
.specialOfferContainer .special-offers tr:hover {
  background: transparent !important;
}
.auto24-iframe td,
.auto24-iframe th {
  border-right: 0;
}
.auto24-iframe table {
  border-left: 0;
}
.auto24-iframe .vehicles_list {
  width: 100%;
}
.auto24-iframe .vehicles_list_img_cell a {
  border: 0;
}
.auto24-iframe .vehicles_list_price_cell,
.auto24-iframe .price {
  color: #000000;
  font-size: 21px;
  font-family: "Peugeot", Arial, Tahoma;
  text-align: right;
  white-space: nowrap;
}
.auto24-iframe input,
.auto24-iframe select {
  margin: 0 5px 5px 0;
  width: 100px;
  border: 0;
  background: #f1f0f0;
  -moz-box-shadow: inset 0 0 5px #989898;
  -webkit-box-shadow: inset 0 0 5px #989898;
  box-shadow: inset 0 0 5px #989898;
  height: 38px;
  padding: 0 5px;
  line-height: 21px;
  font-size: 14px;
  font-family: "Peugeot", Tahoma, 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 .active {
  border-radius: 25px 25px 25px 25px;
  color: #ffffff;
  padding: 0 4px;
}
.submit input {
  width: 149px !important;
  -moz-box-shadow: inset 0 0 0 #796f6e;
  -webkit-box-shadow: inset 0 0 0 #796f6e;
  box-shadow: inset 0 0 0 #796f6e;
  float: left;
  border: 0;
  padding: 0 10px 0 0 !important;
  margin: -6px 0 0 0 !important;
  background-image: url(../img/arwr_w.png);
  background-position: 132px center;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-family: "Peugeot", 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: #9d0605;
}
.auto24-iframe .vehicles_list_img_cell {
  padding: 0 10px;
}
.auto24-iframe .detailContainer,
.auto24-iframe .vehicle_details,
.auto24-iframe .detailContainer tr,
.auto24-iframe .detailContainer th,
.auto24-iframe .detailContainer td {
  border: 0;
}
.auto24-iframe .detailContainer tr:hover {
  background: #fff;
}
.auto24-iframe .detailContainer {
  padding: 0;
  margin: -5px 0 0 0;
  float: left;
  width: 70%;
}
.auto24-iframe .detailContainer .vehicle_details {
  width: 100%;
}
.auto24-iframe .detailContainer .data {
  vertical-align: text-top;
}
.auto24-iframe .detailContainer .name {
  font-family: "opensans-semibold-webfont", Arial, Tahoma;
  width: 106px;
}
.auto24-iframe .detailContainer .price {
  text-align: left !important;
  font-size: 21px;
  color: #000;
  font-family: "Peugeot", 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: 30%;
  margin: 0;
}
.auto24-iframe #vehicleImagesContainerDiv img {
  width: 100%;
  height: auto;
}
.auto24-iframe .detailContainer .make_and_model_title,
.auto24-iframe .detailContainer .make_and_model {
  color: #fff;
  padding: 10px 5px;
  font-weight: bold;
}
.auto24-iframe .vehicle_details td {
  border-top: 1px solid #d9d9d9;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: top;
}
.auto24-iframe .vehicle_details tr:hover {
  background: #f1f0f0;
}
.auto24-iframe .detailContainer .bargain_price {
  color: #9d0605 !important;
  font-size: 21px;
  font-family: "Peugeot", Arial, Tahoma;
}
.bargain_price,
.bargain_price_title,
span.bargain_price_title,
span.bargain_price {
  color: #9d0605 !important;
  font-family: "Peugeot", Arial, Tahoma;
}
.auto24-iframe .vehicle_details td {
  vertical-align: top;
}
.used_vehicle_equipment > dt {
  display: block;
  left: -183px;
  position: relative;
  width: 126px;
  font-family: "opensans-semibold-webfont", Arial, Tahoma;
}
.used_vehicle_equipment > dd {
  margin-left: 0;
  margin-top: -17px;
}
.used_vehicle_equipment > dd + dt {
  margin-top: 8px;
}
dl.used_vehicle_equipment {
  margin-top: 24px;
}
dl.used_vehicle_equipment dt:first-letter {
  text-transform: uppercase;
}
.auto24-iframe .detailContainer .name {
  color: #000;
  font-weight: bold;
  width: 116px;
}
.tdYear input {
  width: 35px;
}
.auto24-iframe input[type="submit"] {
  margin-left: 0;
  width: 135px;
}
.auto24-iframe .fuel,
.auto24-iframe .gearbox {
  text-align: center;
}
.auto24-iframe .fuel,
.auto24-iframe .gearbox,
.auto24-iframe .year {
  text-align: center !important;
  background-repeat: no-repeat;
  background-position: left center;
}
.auto24-iframe .make,
.auto24-iframe .fuel,
.auto24-iframe .fuel,
.auto24-iframe .mileage {
  background-repeat: no-repeat;
  background-position: left center;
}
.auto24-iframe .def {
  text-align: left !important;
  padding: 5px 5px 5px 10px;
  background-image: url(../img/arwsort.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.auto24-iframe .mileage {
  text-align: right !important;
  padding: 0 15px 0 0 !important;
  width: 84px;
}
.auto24-iframe .price {
  font-size: 15px;
  text-align: center !important;
  color: #000;
  font-family: "opensans-semibold-webfont", Arial, Tahoma;
  background-image: url(../img/arwsort.png);
  background-repeat: no-repeat;
  padding: 5px 5px 5px 10px !important;
  background-position: 30px center;
  width: 70px;
}
.auto24-iframe .desc {
  padding: 5px 5px 5px 10px;
  background-image: url(../img/arwdown.png);
}
.auto24-iframe .asc {
  padding: 5px 5px 5px 10px;
  background-image: url(../img/arwup.png);
}
.vehicle_details .price {
  background: transparent;
}
.auto24-iframe .soPrice {
  float: right;
  margin: 0 10px 0 0;
}
.naviLinks {
  height: 50px;
}
.searchFields {
  width: 100%;
}
.auto24-iframe th.photo,
.auto24-iframe th.make,
.auto24-iframe th.mileage,
.auto24-iframe th.year,
.auto24-iframe th.fuel,
.auto24-iframe th.gearbox,
.auto24-iframe th.price {
  color: #fff;
  line-height: 16px !important;
  height: 30px;
}
.auto24-iframe .photo a,
.auto24-iframe .make a,
.auto24-iframe .mileage a,
.auto24-iframe .year a,
.auto24-iframe .fuel a,
.auto24-iframe .gearbox a,
.auto24-iframe .price a {
  font-weight: bold;
  font-family: "Peugeot", Tahoma, 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: "Peugeot", Tahoma, Sans Serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 16px;
}
.vehicles_list_data_cell a:hover {
  font-family: "Peugeot", 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: #1d1717 !important;
  color: #cfc3b8;
}
.onlyextramodels .onemodel .modelname,
.wideextramodels .onemodel .modelname {
  float: left;
  color: #ad0040;
  font-family: "Peugeot", Arial, Tahoma;
  font-weight: 700;
}
.onlyextramodels .onemodel:hover p,
.wideextramodels .onemodel:hover p {
  color: #ad0040;
}
.teenindusmenu h3 a,
.teenindusmenup h3 a {
  text-decoration: none;
}
#second h2 a,
#header h2 a,
#header h1 a {
  text-decoration: none;
}
.news:nth-child(odd) {
  clear: both;
}
.ui-dialog .ui-dialog-content {
  padding: 0.5em 0;
}
#testdrive2{
  padding: 20px;
}
#dialogmedium textarea,
#dialogmedium input,
#dialogmedium select {
  width: 400px;
}
#dialogmedium select {
  width: 410px;
}
#dialogmedium td {
  padding: 0 0 5px 0;
  vertical-align: middle;
}
#blackbackground {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 500;
}
#header-fixed {
  position: fixed;
  top: 0px;
  display: none;
}
#dialogwide,
.table-container {
  position: relative !important;
}
.fiveimages {
  width: 100%;
  height: 76px;
  margin: -16px 0 30px 0;
}
.onlyfive .theimage {
  float: left;
  margin: 0 5px;
  width: 137px;
  height: 76px;
  overflow: hidden;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.onlyfive .theimage a {
  display: block;
  margin: 0;
  width: 137px;
  height: 76px;
  overflow: hidden;
}

#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: "Peugeot", 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: "Peugeot", 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"] {
  width: 9px;
  height: 14px;
}
img[src="/img/arwr_b.png"],
.secondheader img {
  height: 18px;
}
.secondheader:has(b) a::after{
  content: "\e002";
  font-family: 'iconfont';
  padding-left:4px;
  font-size: 1.2rem;
}
.secondheader #header-arrow{
  display:none
}
#vehicomlogo {
  width: 13px !important;
  height: 15px !important;
}
img[src="/img/togglebox.png"] {
  width: 16px;
  height: 8px;
}
img[src="/img/arwr_w_down.png"],
img[src="/img/arwr_w_up.png"] {
  width: 11px;
  height: 11px;
}
#showright {
  display: none;
}
#slides2 {
  min-width: 100%;
  width: 100%;
  height: 76px;
  position: relative;
}
#slides2 .slidesjs-control {
  width: auto !important;
  height: 76px !important;
  width: 100% !important;
}
#slides2 .slidesjs-container {
  width: auto !important;
  height: 76px !important;
  float: left;
  padding-left: 5px;
  width: -moz-calc(100% - 130px) !important;
  width: -webkit-calc(100% - 130px) !important;
  width: calc(100% - 130px) !important;
}
#slides2 .slidesjs-previous {
  position: relative;
  z-index: 900;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 76px;
  background-image: url(../img/arwl2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 29px;
}
#slides2 .slidesjs-next {
  right: 0;
  position: relative;
  z-index: 900;
  margin: 0;
  padding: 0;
  width: 62px;
  height: 76px;
  background-image: url(../img/arwr2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 29px;
}
#slides2 .slidesjs-previous,
#slides2 .slidesjs-next {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #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;
}
#menu .content_inner {
    max-width: 100%;
}
.no-scroll,
.noscroll {
  overflow: hidden !important;
}
.no-scroll {
    overflow: hidden !important;
    z-index: -2;
    height: 100% !important;
    max-height: 100% !important;
}
#mobile {
  display: none;
}
#desk {
  display: block;
}
#slides {
  display: none;
  z-index: 1;
  margin: 10px auto 0 auto;
  padding: 0;
  width: 960px;
  height: 390px;
  min-width: 960px;
  overflow: hidden;
}
#slides .slidesjs-previous {
  position: absolute;
  z-index: 900;
  top: 280px;
  margin: 0 0 0 -10px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: url(../img/arwl.png) no-repeat center;
  background-size: 17px 21px;
}
#slides .slidesjs-next {
  position: absolute;
  z-index: 900;
  top: 280px;
  margin: 0 0 0 920px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: url(../img/arwr.png) no-repeat center;
  background-size: 17px 21px;
}
#slides .slidesjs-previous,
#slides .slidesjs-next {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #ffffff;
  border: 0;
}
#slides .slidesjs-previous:hover,
#slides .slidesjs-next:hover {
  opacity: 0.8;
}
#slides .slidesjs-pagination {
  list-style: none;
  position: absolute;
  z-index: 900;
  padding: 25px 0 0 0;
  margin: 0;
  width: auto;
  color: transparent;
  font-size: 0;
  left: -moz-calc(50% - 75px);
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
}
#slides .slidesjs-pagination li {
  float: left;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 10px;
}
#slides .slidesjs-pagination a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0;
  height: 10px;
  width: 10px;
  border: 0;
  margin: 0 10px;
  -moz-border-radius: 85px; /* Firefox */
  -webkit-border-radius: 85px; /* Safari, Chrome */
  border-radius: 85px; /* CSS3 */
  background: #e0e0e1;
}
#slides .slidesjs-pagination a:hover {
  background: #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: 1020px) {
  #menu {
    display: block;
  }
}