@charset "UTF-8";
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_sprites.scss*@@*/
/***buttons***/
/*@@*_brand.scss*@@*/
.infobar {
  text-align: center;
  background: url(../images/infobar.html) repeat 0 0;
  margin: 3px 0;
  float: left;
}

.infobar .row {
  width: 100%;
}

.infobar .col {
  padding: 10px;
  height: 56px;
}

.close {
  background: url(../images/close.html) repeat 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -9000px;
  cursor: pointer;
}

.infobar .info-txt {
  font-size: 13px;
  line-height: 17px;
}

.progressbar {
  width: 300px;
  height: 20px;
  background: #313131;
}

.progressbar-inner {
  background: url(../images/progressbar.html) repeat-x 0 0;
  height: 20px;
}

/*@@--pre--@@*/
pre {
  padding: 15px 40px;
  color: #fff;
  font-family: courier;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  font-size: 12px;
}

/*@@--right-menu--@@*/
.fixed-menu-outer {
  position: fixed;
  right: 69px;
  top: 0;
  width: 0;
  z-index: 1001;
}

.fixed-menu {
  position: absolute;
  left: 0;
  top: 79px;
  z-index: 99;
  float: left;
  width: 0;
}

.fixed-menu-inner-bottom .calc i, .fixed-menu-inner-bottom .config i, .fixed-menu-inner-bottom .credit i, .fixed-menu-inner-bottom .dealer i, .fixed-menu-inner-bottom .dealer2 i, .fixed-menu-inner-bottom .download i, .fixed-menu-inner-bottom .drive i, .fixed-menu-inner-bottom .fb i, .fixed-menu-inner-bottom .offer i, .fixed-menu-inner-bottom .price i, .fixed-menu-inner-bottom .rules i, .fixed-menu-inner-bottom .refresh i, .fixed-menu-inner-bottom .model i, .fixed-menu-inner-bottom .video i, .fixed-menu-inner-bottom .globe i, .fixed-menu-inner-bottom .xdrive i, .fixed-menu-inner-bottom .fullscreen i, .fixed-menu-inner-bottom .fullscreenon i {
  display: block;
  float: left;
  left: 15px;
  position: absolute;
  text-indent: -9000px;
  top: 50%;
  display: inline-block;
  margin-top: -20.5px;
}
.fixed-menu-inner-bottom li {
  clear: both;
  float: left;
  position: relative;
  top: 0px;
  left: 1px;
}
.fixed-menu-inner-bottom li ul {
  position: absolute;
  top: 64px;
  left: -61px;
  display: none;
}
.fixed-menu-inner-bottom li ul li a.level2 {
  position: relative;
  padding: 0;
  left: -61px;
  z-index: 0;
  width: 200px;
  height: 100px;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  border: none;
  border-left: none !important;
  font-size: 14px;
}
.fixed-menu-inner-bottom li ul li a.level2.icon-level2a i {
  background: url("../images/rightmenu-level2/0.jpg") no-repeat scroll 0 0 transparent;
}
.fixed-menu-inner-bottom li ul li a.level2.icon-level2b i {
  background: url("../images/rightmenu-level2/1.jpg") no-repeat scroll 0 0 transparent;
}
.fixed-menu-inner-bottom li ul li a.level2.icon-level2c i {
  background: url("../images/rightmenu-level2/2.jpg") no-repeat scroll 0 0 transparent;
}
.fixed-menu-inner-bottom li ul li a.level2.active:before {
  content: '';
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/done-task-small.html") no-repeat scroll center center rgba(57, 181, 74, 0.4);
}
.fixed-menu-inner-bottom li ul li a.level2 i {
  display: block;
  float: left;
  left: 0;
  margin-right: 10px;
  position: absolute;
  text-indent: -9000px;
  top: 0;
  width: 100%;
  height: 100px;
  margin-top: 0;
  background-size: cover;
}
.fixed-menu-inner-bottom li ul li a.level2 span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  font-family: "skoda_probold";
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
.fixed-menu-inner-bottom li ul li a.level2:after {
  content: '';
  background-color: rgba(57, 181, 74, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: opacity, ease-in, 0.3s;
  -o-transition: opacity, ease-in, 0.3s;
  -webkit-transition: opacity, ease-in, 0.3s;
  transition: opacity, ease-in, 0.3s;
}
.fixed-menu-inner-bottom li ul li a.level2:hover:after {
  opacity: 1;
  -moz-transition: opacity, ease-in, 0.3s;
  -o-transition: opacity, ease-in, 0.3s;
  -webkit-transition: opacity, ease-in, 0.3s;
  transition: opacity, ease-in, 0.3s;
}
.fixed-menu-inner-bottom li a {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  background-color: #fff;
  padding: 20px 15px 20px 77px;
  color: #000;
  position: relative;
  font-size: 17px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6 !important;
  line-height: 1.2em;
  font-family: 'skoda_promedium';
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9;
}
.fixed-menu-inner-bottom li a span {
  display: inline-block;
  width: 140px;
}
.fixed-menu-inner-bottom li a:hover i, .fixed-menu-inner-bottom li a.active i {
  background-position: 0 bottom;
}
.fixed-menu-inner-bottom li a:hover span, .fixed-menu-inner-bottom li a.active span {
  color: #3ca02a;
}

/*@@--drop mnenu top--@@*/
.drop-menu-trg ul li a {
  position: relative;
  height: 100px;
  width: 200px;
  padding: 0;
  display: block;
}
.drop-menu-trg ul li a:after {
  content: '';
  background-color: rgba(57, 181, 74, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: opacity, ease-in, 0.3s;
  -o-transition: opacity, ease-in, 0.3s;
  -webkit-transition: opacity, ease-in, 0.3s;
  transition: opacity, ease-in, 0.3s;
}
.drop-menu-trg ul li a:hover:after {
  opacity: 1;
  -moz-transition: opacity, ease-in, 0.3s;
  -o-transition: opacity, ease-in, 0.3s;
  -webkit-transition: opacity, ease-in, 0.3s;
  transition: opacity, ease-in, 0.3s;
}
.drop-menu-trg ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  font-family: "skoda_probold";
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
.drop-menu-trg ul li a.icon-level2a {
  background: url("../images/rightmenu-level2/0.jpg") no-repeat scroll 0 0 transparent;
}
.drop-menu-trg ul li a.icon-level2b {
  background: url("../images/rightmenu-level2/1.jpg") no-repeat scroll 0 0 transparent;
}
.drop-menu-trg ul li a.icon-level2c {
  background: url("../images/rightmenu-level2/2.jpg") no-repeat scroll 0 0 transparent;
}

/*@@--logotypes--@@*/
.logo2 {
  display: block;
  width: 67px;
  height: 80px;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 998;
  border-left: 1px solid #E6E6E6;
}

.logo2 a {
  display: block;
  background: url("../images/skoda2.html") no-repeat #fff;
  width: 76px;
  height: 80px;
  text-indent: -9000px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}

/**@@--media--@@**/
@media only screen and (max-width: 1680px) {
  .fixed-menu {
    top: 59px;
  }
  .fixed-menu .fixed-menu-inner-bottom li a {
    padding: 15px 12px 15px 64px;
    font-size: 13px;
  }
  .fixed-menu .fixed-menu-inner-bottom li a i {
    margin-top: -18px;
  }
  .fixed-menu .fixed-menu-inner-bottom li ul {
    top: 48px;
    left: -61px;
  }

  .logo2 {
    width: 60px;
    height: 60px;
  }

  .logo2 a {
    background: url("../images/skoda2-medium.html") no-repeat #fff center center;
    width: 100%;
    height: 60px;
  }

  .fixed-menu-outer {
    right: 62px;
  }

  .right-sidebar {
    width: 61px;
  }
}
.logo_superb {
  font-family: "skoda_probold";
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 20px;
  text-transform: uppercase;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  text-decoration: none;
  margin-top: 20px;
  margin-left: 20px;
}

.open-navigation-btn {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #8d9091;
  font-family: "skoda_proregular";
  font-size: 14px;
  letter-spacing: 3px;
  padding: 20px;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  margin-top: 20px;
  margin-right: 20px;
}
.open-navigation-btn:hover {
  color: #fff;
}
.open-navigation-btn b {
  font-family: "websymbols";
  color: #fff;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  position: relative;
  top: -1px;
}

/****new navigation***/
.hidden-navigation-wrapper {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: auto;
  position: fixed;
  background: url("../images/overlay.png") transparent center center repeat;
}

.hidden-navigation {
  width: 100%;
  height: 100%;
  min-width: 760px;
  position: absolute;
}
.hidden-navigation > .table .dropmenu.open > a > span {
  color: #b15944;
  background: url("../images/menu/arrow-bottommenu.png") transparent right center no-repeat !important;
}
.hidden-navigation > .table .dropmenu ul {
  display: none;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
}
.hidden-navigation > .table .dropmenu ul li a {
  display: inline-block;
  padding: 10px 15px 10px 15px !important;
}
.hidden-navigation > .table .dropmenu ul img {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.hidden-navigation > .table {
  height: 100%;
}
.hidden-navigation > .table > .td .td:first-child {
  border-right: 1px solid #404142;
}
.hidden-navigation > .table > .td .left-menu {
  padding-left: 20px;
  position: relative;
}
.hidden-navigation > .table > .td .left-menu li a {
  font-family: "skoda_proregular";
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 15px 30px 0;
  color: #555c5e;
  font-size: 30px;
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.hidden-navigation > .table > .td .left-menu li a:hover, .hidden-navigation > .table > .td .left-menu li a.active {
  color: #fff;
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.hidden-navigation > .table > .td .left-menu li a:hover span, .hidden-navigation > .table > .td .left-menu li a.active span {
  border-left: 1px solid #b25a45;
}
.hidden-navigation > .table > .td .left-menu li a span {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #555c5e;
  line-height: 30px;
}
.hidden-navigation > .table > .td .right-menu {
  position: relative;
}
.hidden-navigation > .table > .td .right-menu li a {
  text-transform: none;
  display: inline-block;
  padding: 15px;
  color: #bbbdbd;
  font-size: 18px;
  line-height: 27px;
  font-family: "skoda_proregular";
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.hidden-navigation > .table > .td .right-menu li a span {
  background: url("../images/menu/arrow-rightmenu.png") transparent right center no-repeat;
  padding-right: 15px;
  display: inline-block;
}
.hidden-navigation > .table > .td .right-menu li a:hover {
  color: #fff;
  -moz-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.hidden-navigation > .table ul {
  text-align: left;
  display: inline-block;
}
.hidden-navigation > .table ul li a {
  text-decoration: none;
}

.legal {
  font-size: 11px;
  color: #59595b;
  line-height: 14px;
  display: inline-block;
  text-align: left;
  font-family: "skoda_promedium";
}

/****content navigation****/
.content-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 70px 29px 29px 29px;
  z-index: 98;
}
.content-nav li a {
  font-family: "skoda_promedium";
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 15px 21px 0;
  color: #fff;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.content-nav li a:hover, .content-nav li a.active {
  color: #fff;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.content-nav li a:hover span, .content-nav li a.active span {
  border-left: 1px solid #b25a45;
}
.content-nav li a span {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #555c5e;
  line-height: 16px;
}

/****quickmenu***/
.quickmenu {
  position: fixed;
  top: 0;
  right: 30%;
  z-index: 99;
  margin-top: 20px;
  margin-right: 20px;
}
.quickmenu li {
  display: inline-block;
  position: relative;
}
.quickmenu li > a {
  text-indent: -9000px;
  display: inline-block;
  margin: 10px 5px;
  position: relative;
}
.quickmenu li > a span {
  position: absolute;
  top: 0;
  left: 0;
}
.quickmenu li ul {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  background: #000;
  border: 1px solid #b15944;
  width: 250px;
}
.quickmenu li ul:after {
  top: -14px;
  border: solid transparent;
  display: block;
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  border-color: transparent;
  left: 8px;
  background: url("../images/menu/quick-arrow.png") transparent 0 0 no-repeat;
}
.quickmenu li ul li {
  width: 100%;
}
.quickmenu li ul a {
  font-family: "skoda_promedium";
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-indent: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.quickmenu li ul a img {
  width: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.quickmenu li ul a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.quickmenu li ul a:hover {
  color: #fff;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/***media***/
@media only screen and (max-width: 1440px) {
  .fixed-menu .fixed-menu-inner-bottom li a {
    padding: 12px 13px 12px 62px;
    font-size: 13px;
  }
  .fixed-menu .fixed-menu-inner-bottom li a i {
    margin-top: -16px;
  }
  .fixed-menu .fixed-menu-inner-bottom li ul {
    top: 42px;
    left: -61px;
  }

  .m-brand, .l-nav-bar {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1280px) {
  .content-nav li a {
    font-size: 11px;
    padding: 0px 15px 15px 0;
  }
  .content-nav li a span {
    line-height: 14px;
  }
}
@media only screen and (max-width: 1152px) {
  .fixed-menu .fixed-menu-inner-bottom li a {
    padding: 12px 13px 12px 56px;
    font-size: 13px;
  }
  .fixed-menu .fixed-menu-inner-bottom li a i {
    margin-top: -13.5px;
  }

  .fixed-menu-outer {
    right: 56px;
  }

  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-nav li a {
    font-size: 10px;
    padding: 0px 15px 10px 0;
  }
  .content-nav li a span {
    line-height: 13px;
  }

  .hidden-navigation > .table > .td .left-menu li a {
    font-size: 24px;
  }
  .hidden-navigation > .table > .td .right-menu li a {
    font-size: 14px;
    line-height: 16px;
  }

  .m-brand, .l-nav-bar {
    max-width: 740px;
  }
}
/*@@*_fonts.scss*@@*/
@font-face {
  font-family: "modernpics";
  src: url(../fonts/modernpics-webfont.eot);
  src: url(../fonts/modernpics-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/modernpics-webfont.woff) format("woff"), url(../fonts/modernpics-webfont.ttf) format("truetype"), url(../fonts/modernpics-webfont.svg#modernpics) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "websymbols";
  src: url(../fonts/websymbols-regular.eot);
  src: url(../fonts/websymbols-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/websymbols-regular.woff) format("woff"), url(../fonts/websymbols-regular.ttf) format("truetype"), url(../fonts/websymbols-regular.svg#websymbols) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_prolight";
  src: url(../fonts/skodapro-light.eot);
  src: url(../fonts/skodapro-lightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-light.woff) format("woff"), url(../fonts/skodapro-light.ttf) format("truetype"), url(../fonts/skodapro-light.svg#skoda_prolight) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_proregular";
  src: url(../fonts/skodapro-regular.eot);
  src: url(../fonts/skodapro-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-regular.woff) format("woff"), url(../fonts/skodapro-regular.ttf) format("truetype"), url(../fonts/skodapro-regular.svg#skoda_proregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_promedium";
  src: url(../fonts/skodapro-medium.eot);
  src: url(../fonts/skodapro-mediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-medium.woff) format("woff"), url(../fonts/skodapro-medium.ttf) format("truetype"), url(../fonts/skodapro-medium.svg#skoda_promedium) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_probold";
  src: url(../fonts/skodapro-bold.eot);
  src: url(../fonts/skodapro-boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-bold.woff) format("woff"), url(../fonts/skodapro-bold.ttf) format("truetype"), url(../fonts/skodapro-bold.svg#skoda_probold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_proextrabold";
  src: url(../fonts/skodapro-extrabold.eot);
  src: url(../fonts/skodapro-extraboldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-extrabold.woff) format("woff"), url(../fonts/skodapro-extrabold.ttf) format("truetype"), url(../fonts/skodapro-extrabold.svg#skoda_proextrabold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_promedium-num";
  src: url(../fonts/skodapro-medium-num.eot);
  src: url(../fonts/skodapro-medium-numd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-medium-num.woff) format("woff"), url(../fonts/skodapro-medium-num.ttf) format("truetype"), url(../fonts/skodapro-medium-num.svg#skoda_promedium-num) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_proextrabold_italic";
  src: url(../fonts/skodapro-extrabolditalic.eot);
  src: url(../fonts/skodapro-extrabolditalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-extrabolditalic.woff) format("woff"), url(../fonts/skodapro-extrabolditalic.ttf) format("truetype"), url(../fonts/skodapro-extrabolditalic.svg#skoda_proextrabold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_probold_italic";
  src: url(../fonts/skodapro-bolditalic.eot);
  src: url(../fonts/skodapro-bolditalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-bolditalic.woff) format("woff"), url(../fonts/skodapro-bolditalic.ttf) format("truetype"), url(../fonts/skodapro-bolditalic.svg#skoda_probold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_promedium_italic";
  src: url(../fonts/skodapro-mediumitalic.eot);
  src: url(../fonts/skodapro-mediumitalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-mediumitalic.woff) format("woff"), url(../fonts/skodapro-mediumitalic.ttf) format("truetype"), url(../fonts/skodapro-mediumitalic.svg#skoda_promedium_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_proregular_italic";
  src: url(../fonts/skodapro-regularitalic.eot);
  src: url(../fonts/skodapro-regularitalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-regularitalic.woff) format("woff"), url(../fonts/skodapro-regularitalic.ttf) format("truetype"), url(../fonts/skodapro-regularitalic.svg#skoda_proregular_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "skoda_prolight_italic";
  src: url(../fonts/skodapro-lightitalic.eot);
  src: url(../fonts/skodapro-lightitalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-lightitalic.woff) format("woff"), url(../fonts/skodapro-lightitalic.ttf) format("truetype"), url(../fonts/skodapro-lightitalic.svg#skoda_prolight_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_sprites.scss*@@*/
/***buttons***/
/*@@*_form.scss*@@*/
.max-box, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea,
select, .selector-wrapper select, .selector-wrapper .select-txt {
  width: 100%;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea,
select {
  border: none;
  border-bottom: 1px solid #bebebe;
  color: #fff;
  background: transparent;
  padding: 12px;
  font-family: "skoda_promedium";
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2em;
  background: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-transform: none;
}

input[type="email"].small, input[type="number"].small, input[type="password"].small, input[type="search"].small, input[type="tel"].small, input[type="text"].small, input[type="url"].small, input[type="color"].small, input[type="date"].small, input[type="datetime"].small, input[type="datetime-local"].small, input[type="month"].small, input[type="time"].small, input[type="week"].small,
textarea.small,
select.small {
  padding: 8px;
  font-family: "skoda_proregular";
  font-size: 13px;
}

section {
  float: left;
  width: 100%;
}

.selector-wrapper, .input-wrapper {
  position: relative;
  width: 100%;
  float: left;
}

select {
  margin: 0;
}

option {
  color: #000;
  background: #fff;
  padding: 0 15px;
  border: none;
  text-indent: 20px;
}

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}

.error input[type="email"], .error input[type="number"], .error input[type="password"], .error input[type="search"], .error input[type="tel"], .error input[type="text"], .error input[type="url"], .error input[type="color"], .error input[type="date"], .error input[type="datetime"], .error input[type="datetime-local"], .error input[type="month"], .error input[type="time"], .error input[type="week"], .error input[type="email"]:focus, .error input[type="number"]:focus, .error input[type="password"]:focus, .error input[type="search"]:focus, .error input[type="tel"]:focus, .error input[type="text"]:focus, .error input[type="url"]:focus, .error input[type="color"]:focus, .error input[type="date"]:focus, .error input[type="datetime"]:focus, .error input[type="datetime-local"]:focus, .error input[type="month"]:focus, .error input[type="time"]:focus, .error input[type="week"]:focus,
.error textarea,
.error textarea,
.error select,
.error select {
  border: 1px solid #b15944;
  outline: none;
  background: transparent;
}

input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
  color: #bebebe;
}
input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
  color: #bebebe;
}
input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
  color: #bebebe;
}
input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
  color: #bebebe;
}

button, input[type=submit], .button {
  border: 1px solid #b15944;
  background: transparent;
  vertical-align: middle;
  -moz-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
  display: inline-block;
  font-family: "skoda_probold";
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 5px;
  text-decoration: none;
  padding: 0;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  /* &:after{
       position: absolute;
       width:100%;
       height:100%;
       top:0;
       left:0;
       content:'';
       @include box-shadow(0 0 0 1px $campaign-color);
       background: $button-background;
       @include transition(all 0.3s ease-in);
   }*/
}
button.green, input[type=submit].green, .button.green {
  background: transparent;
  color: #fff;
}
button.white, input[type=submit].white, .button.white {
  color: #5a9426;
  background: transparent;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: transparent;
}
button.white:hover, input[type=submit].white:hover, .button.white:hover {
  background: #000;
  border: transparent;
  color: #5a9426;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
button.white:hover.line span.button-icon-wrapper, input[type=submit].white:hover.line span.button-icon-wrapper, .button.white:hover.line span.button-icon-wrapper {
  border-left: transparent;
}
button.white.line span.button-icon-wrapper, input[type=submit].white.line span.button-icon-wrapper, .button.white.line span.button-icon-wrapper {
  border-left: transparent;
}
button:hover, input[type=submit]:hover, .button:hover {
  background: transparent;
  border: 1px solid #ecb2a5;
  color: #fff;
  -moz-transition: border 0.6s ease-in;
  -o-transition: border 0.6s ease-in;
  -webkit-transition: border 0.6s ease-in;
  transition: border 0.6s ease-in;
}
button:hover i, input[type=submit]:hover i, .button:hover i {
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
button:hover i:first-child + i, input[type=submit]:hover i:first-child + i, .button:hover i:first-child + i {
  position: absolute;
  right: -20px;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
button.left span, input[type=submit].left span, .button.left span {
  padding: 10px 14px;
}
button.left:hover i, input[type=submit].left:hover i, .button.left:hover i {
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
button.left:hover i:first-child + i, input[type=submit].left:hover i:first-child + i, .button.left:hover i:first-child + i {
  right: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
button.disable, input[type=submit].disable, .button.disable {
  background: #000;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: default;
}
button.disable:hover, button.disable.active, input[type=submit].disable:hover, input[type=submit].disable.active, .button.disable:hover, .button.disable.active {
  background: #000;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: default;
}
button.line span.button-icon-wrapper, input[type=submit].line span.button-icon-wrapper, .button.line span.button-icon-wrapper {
  border-left: 1px solid #b15944;
  -moz-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
button.line.left span.button-icon-wrapper, input[type=submit].line.left span.button-icon-wrapper, .button.line.left span.button-icon-wrapper {
  border-right: 1px solid #b15944;
  border-left: none;
  -moz-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
button:hover, input[type=submit]:hover, .button:hover {
 /* &:after{
    @include transform(scale(1.3));
    @include opacity(0);
    @include transition(all 0.3s ease-in);
}*/
}
button:hover.line span.button-icon-wrapper, input[type=submit]:hover.line span.button-icon-wrapper, .button:hover.line span.button-icon-wrapper {
  border-left: 1px solid #ecb2a5;
  -moz-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
button:hover.line.left span.button-icon-wrapper, input[type=submit]:hover.line.left span.button-icon-wrapper, .button:hover.line.left span.button-icon-wrapper {
  border-right: 1px solid #ecb2a5;
  border-left: none;
  -moz-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
button span, input[type=submit] span, .button span {
  float: left;
  padding: 10px 14px;
  display: block;
}
button span.button-icon-wrapper, input[type=submit] span.button-icon-wrapper, .button span.button-icon-wrapper {
  position: relative;
  top: 0;
  height: 100%;
  float: right;
  width: auto !important;
  padding: 0 !important;
}
button span.button-icon-wrapper.left, input[type=submit] span.button-icon-wrapper.left, .button span.button-icon-wrapper.left {
  float: left;
}
button.small span, input[type=submit].small span, .button.small span {
  padding: 13px;
  font-size: 13px;
}
button.small i, input[type=submit].small i, .button.small i {
  margin: 13px;
}
button.small .arrow-down, input[type=submit].small .arrow-down, .button.small .arrow-down {
  background: url('../images/icons/button_small-s4559639886.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-down.active, button.small .arrow-down:hover, input[type=submit].small .arrow-down.active, input[type=submit].small .arrow-down:hover, .button.small .arrow-down.active, .button.small .arrow-down:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-l, input[type=submit].small .arrow-l, .button.small .arrow-l {
  background: url('../images/icons/button_small-s4559639886.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-l.active, button.small .arrow-l:hover, input[type=submit].small .arrow-l.active, input[type=submit].small .arrow-l:hover, .button.small .arrow-l.active, .button.small .arrow-l:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-r, input[type=submit].small .arrow-r, .button.small .arrow-r {
  background: url('../images/icons/button_small-s4559639886.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-r.active, button.small .arrow-r:hover, input[type=submit].small .arrow-r.active, input[type=submit].small .arrow-r:hover, .button.small .arrow-r.active, .button.small .arrow-r:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .settings, input[type=submit].small .settings, .button.small .settings {
  background: url('../images/icons/button_small-s4559639886.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .settings.active, button.small .settings:hover, input[type=submit].small .settings.active, input[type=submit].small .settings:hover, .button.small .settings.active, .button.small .settings:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-down-green, input[type=submit].small .arrow-down-green, .button.small .arrow-down-green {
  background: url('../images/icons/button_small-s4559639886.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-down-green.active, button.small .arrow-down-green:hover, input[type=submit].small .arrow-down-green.active, input[type=submit].small .arrow-down-green:hover, .button.small .arrow-down-green.active, .button.small .arrow-down-green:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-l-green, input[type=submit].small .arrow-l-green, .button.small .arrow-l-green {
  background: url('../images/icons/button_small-s4559639886.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-l-green.active, button.small .arrow-l-green:hover, input[type=submit].small .arrow-l-green.active, input[type=submit].small .arrow-l-green:hover, .button.small .arrow-l-green.active, .button.small .arrow-l-green:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-r-green, input[type=submit].small .arrow-r-green, .button.small .arrow-r-green {
  background: url('../images/icons/button_small-s4559639886.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .arrow-r-green.active, button.small .arrow-r-green:hover, input[type=submit].small .arrow-r-green.active, input[type=submit].small .arrow-r-green:hover, .button.small .arrow-r-green.active, .button.small .arrow-r-green:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .settings-green, input[type=submit].small .settings-green, .button.small .settings-green {
  background: url('../images/icons/button_small-s4559639886.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
button.small .settings-green.active, button.small .settings-green:hover, input[type=submit].small .settings-green.active, input[type=submit].small .settings-green:hover, .button.small .settings-green.active, .button.small .settings-green:hover {
  background: url('../images/icons/button_small-s4559639886.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium span, input[type=submit].medium span, .button.medium span {
  padding: 16px;
  font-size: 15px;
}
button.medium i, input[type=submit].medium i, .button.medium i {
  margin: 16px;
}
button.medium .arrow-down, input[type=submit].medium .arrow-down, .button.medium .arrow-down {
  background: url('../images/icons/button-s71735d3edf.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-down.active, button.medium .arrow-down:hover, input[type=submit].medium .arrow-down.active, input[type=submit].medium .arrow-down:hover, .button.medium .arrow-down.active, .button.medium .arrow-down:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-l, input[type=submit].medium .arrow-l, .button.medium .arrow-l {
  background: url('../images/icons/button-s71735d3edf.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-l.active, button.medium .arrow-l:hover, input[type=submit].medium .arrow-l.active, input[type=submit].medium .arrow-l:hover, .button.medium .arrow-l.active, .button.medium .arrow-l:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-r, input[type=submit].medium .arrow-r, .button.medium .arrow-r {
  background: url('../images/icons/button-s71735d3edf.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-r.active, button.medium .arrow-r:hover, input[type=submit].medium .arrow-r.active, input[type=submit].medium .arrow-r:hover, .button.medium .arrow-r.active, .button.medium .arrow-r:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .settings, input[type=submit].medium .settings, .button.medium .settings {
  background: url('../images/icons/button-s71735d3edf.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .settings.active, button.medium .settings:hover, input[type=submit].medium .settings.active, input[type=submit].medium .settings:hover, .button.medium .settings.active, .button.medium .settings:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-down-green, input[type=submit].medium .arrow-down-green, .button.medium .arrow-down-green {
  background: url('../images/icons/button-s71735d3edf.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-down-green.active, button.medium .arrow-down-green:hover, input[type=submit].medium .arrow-down-green.active, input[type=submit].medium .arrow-down-green:hover, .button.medium .arrow-down-green.active, .button.medium .arrow-down-green:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-l-green, input[type=submit].medium .arrow-l-green, .button.medium .arrow-l-green {
  background: url('../images/icons/button-s71735d3edf.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-l-green.active, button.medium .arrow-l-green:hover, input[type=submit].medium .arrow-l-green.active, input[type=submit].medium .arrow-l-green:hover, .button.medium .arrow-l-green.active, .button.medium .arrow-l-green:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-r-green, input[type=submit].medium .arrow-r-green, .button.medium .arrow-r-green {
  background: url('../images/icons/button-s71735d3edf.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .arrow-r-green.active, button.medium .arrow-r-green:hover, input[type=submit].medium .arrow-r-green.active, input[type=submit].medium .arrow-r-green:hover, .button.medium .arrow-r-green.active, .button.medium .arrow-r-green:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .settings-green, input[type=submit].medium .settings-green, .button.medium .settings-green {
  background: url('../images/icons/button-s71735d3edf.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
button.medium .settings-green.active, button.medium .settings-green:hover, input[type=submit].medium .settings-green.active, input[type=submit].medium .settings-green:hover, .button.medium .settings-green.active, .button.medium .settings-green:hover {
  background: url('../images/icons/button-s71735d3edf.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
button.large span, input[type=submit].large span, .button.large span {
  padding: 10px 14px;
  font-size: 24px;
}
button.large i, input[type=submit].large i, .button.large i {
  margin: 10px;
}
button.large .arrow-down, input[type=submit].large .arrow-down, .button.large .arrow-down {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-down.active, button.large .arrow-down:hover, input[type=submit].large .arrow-down.active, input[type=submit].large .arrow-down:hover, .button.large .arrow-down.active, .button.large .arrow-down:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-l, input[type=submit].large .arrow-l, .button.large .arrow-l {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-l.active, button.large .arrow-l:hover, input[type=submit].large .arrow-l.active, input[type=submit].large .arrow-l:hover, .button.large .arrow-l.active, .button.large .arrow-l:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-r, input[type=submit].large .arrow-r, .button.large .arrow-r {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-r.active, button.large .arrow-r:hover, input[type=submit].large .arrow-r.active, input[type=submit].large .arrow-r:hover, .button.large .arrow-r.active, .button.large .arrow-r:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .settings, input[type=submit].large .settings, .button.large .settings {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .settings.active, button.large .settings:hover, input[type=submit].large .settings.active, input[type=submit].large .settings:hover, .button.large .settings.active, .button.large .settings:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-down-green, input[type=submit].large .arrow-down-green, .button.large .arrow-down-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-down-green.active, button.large .arrow-down-green:hover, input[type=submit].large .arrow-down-green.active, input[type=submit].large .arrow-down-green:hover, .button.large .arrow-down-green.active, .button.large .arrow-down-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-l-green, input[type=submit].large .arrow-l-green, .button.large .arrow-l-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-l-green.active, button.large .arrow-l-green:hover, input[type=submit].large .arrow-l-green.active, input[type=submit].large .arrow-l-green:hover, .button.large .arrow-l-green.active, .button.large .arrow-l-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-r-green, input[type=submit].large .arrow-r-green, .button.large .arrow-r-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .arrow-r-green.active, button.large .arrow-r-green:hover, input[type=submit].large .arrow-r-green.active, input[type=submit].large .arrow-r-green:hover, .button.large .arrow-r-green.active, .button.large .arrow-r-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .settings-green, input[type=submit].large .settings-green, .button.large .settings-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
button.large .settings-green.active, button.large .settings-green:hover, input[type=submit].large .settings-green.active, input[type=submit].large .settings-green:hover, .button.large .settings-green.active, .button.large .settings-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
button i, input[type=submit] i, .button i {
  display: inline-block;
  position: relative;
  float: right;
  margin: 10px;
  width: 24px;
  height: 24px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
button i:first-child + i, input[type=submit] i:first-child + i, .button i:first-child + i {
  position: absolute;
  right: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
button i[class^=button]:after + span, input[type=submit] i[class^=button]:after + span, .button i[class^=button]:after + span {
  background: url(../images/button-separator.html) repeat-y transparent left 0;
}
button.back, input[type=submit].back, .button.back {
  background: url(../images/button-back.html) no-repeat transparent left center;
}

.infobar .button {
  display: table;
}

.input-wrapper .placeholder {
  color: #bebebe;
}

.selector-wrapper select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 20;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selector-wrapper .select-txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #bebebe;
  color: #bebebe;
  font-family: "skoda_promedium";
  font-size: 17em;
  line-height: 1.2em;
  font-weight: normal;
  left: 0;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  text-overflow: ellipsis;
  bottom: 0;
  white-space: nowrap;
  z-index: 11;
  text-align: left;
  background: transparent;
  height: 100%;
  text-transform: uppercase;
}

label {
  font-size: 12px;
  color: #7c7c7c;
  font-family: "skoda_promedium";
  padding: 5px 10px 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  text-align: left;
  width: 100%;
  letter-spacing: 0;
}

.arrow-selector {
  background: url(../images/icons/selector/arrow-down-large.png) no-repeat #39b54a center center;
  position: absolute;
  right: 1px;
  bottom: 0;
  width: 53px;
  border-left: 1px solid #bebebe;
  display: block;
  z-index: 12;
  height: 100%;
}

.arrow-selector.medium {
  background: url(../images/icons/selector/arrow-down.png) no-repeat #39b54a center center;
}

.arrow-selector.small {
  background: url(../images/icons/selector/arrow-down-small.png) no-repeat #39b54a center center;
}

.arrow-selector.large {
  background: url(../images/icons/selector/arrow-down-large.png) no-repeat #39b54a center center;
}

.input-wrapper:hover .select-txt {
  background: transparent;
  border: 1px solid #fff;
}

.input-wrapper .placeholder {
  top: auto !important;
}

.input-wrapper:hover .arrow-selector {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.input-wrapper.error:hover .arrow-selector {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.input-wrapper.error .select-txt {
  border: 1px solid #f00;
  background: transparent;
}

.input-wrapper.error .arrow-selector {
  border-color: #b15944;
  background-color: #b15944;
}

.input-wrapper.error:hover .arrow-selector {
  border-color: #b15944;
  background-color: #b15944;
}

.error-msg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "skoda_promedium";
  color: #fff;
  background: #b15944;
  position: relative;
  font-size: 12px;
  left: 0;
  padding: 10px 10px 6px 10px;
  line-height: 16px;
  z-index: 99;
  display: inline-block;
  display: none;
  width: 100%;
  letter-spacing: 0;
}

.error .error-msg {
  display: inline-block;
}

.done textarea, .done input {
  border-color: #6aae2d;
}
.done .error-msg {
  background: #6aae2d;
  border-top: 2px solid #6aae2d;
}
.done .error-msg:after {
  border-top-color: #6aae2d;
}

.error-msg:after {
  top: 100%;
  border: solid transparent;
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-top-color: #b15944;
  border-width: 9px;
  margin-left: -9px;
  left: 50%;
}

input[type="checkbox"] {
  width: 33px;
  height: 33px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.rule-link {
  color: #fff;
  text-decoration: underline;
}

.input-group-wrapper .text-wrapper {
  font-size: 12px;
  color: #bebebe;
  float: left;
  width: 100%;
  margin: 5px 0;
  line-height: 1.2em;
}
.input-group-wrapper .text-wrapper.error {
  margin-top: 35px;
}
.input-group-wrapper .text-wrapper label {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-family: "skoda_promedium";
}

.table-form .input-group-wrapper {
  display: table;
}
.table-form .input-wrapper {
  display: table-cell;
  float: none;
  padding: 0.5em;
  vertical-align: bottom;
}
.table-form .input-wrapper.middle {
  vertical-align: middle;
}
.table-form .input-wrapper.top {
  vertical-align: top;
}
.table-form .input-wrapper.center {
  text-align: center;
}
.table-form .input-wrapper.right {
  text-align: right;
}
.table-form .input-wrapper.left {
  text-align: left;
}
.table-form .input-wrapper:last-child {
  padding-right: 0;
}
.table-form .input-wrapper:first-child {
  padding-left: 0;
}

.checkbox-container {
  margin-top: 15px;
  position: relative;
  width: 100%;
  display: table;
}
.checkbox-container.error .error-msg {
  position: absolute;
  top: -36px;
  width: auto;
}
.checkbox-container.error .error-msg:after {
  left: 9px;
}
.checkbox-container.error .checkbox-wrapper .checkbox {
  border: 1px solid #b15944;
}
.checkbox-container.error .checkbox-wrapper .checkbox.checked {
  border: 1px solid #b15944;
}
.checkbox-container .checkbox-wrapper {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.checkbox-container .checkbox-wrapper .checkbox {
  width: 33px;
  height: 33px;
  background: transparent;
  margin: 2px 0 0 0;
  border: 1px solid #fff;
  position: relative;
}
.checkbox-container .checkbox-wrapper .checkbox input {
  z-index: 2;
  position: absolute;
  left: 0;
}
.checkbox-container .checkbox-wrapper .checkbox.checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  content: '%';
  line-height: 31px;
  font-size: 24px;
  font-family: "modernpics";
  z-index: 1;
}
.checkbox-container label {
  text-align: left;
  padding: 0 0 0 0;
  margin: 0;
  color: #bebebe;
  font-size: 12px;
  float: none;
  line-height: 14px;
}

a {
  color: #49a62c;
}

.checkbox-container-wrapper {
  padding: 0 0;
  float: left;
  width: 100%;
}

.remember-checkbox {
  width: 150px;
  float: none;
  margin: 20px auto;
}

.remember-checkbox label {
  font-size: #8f8f8f;
  font-size: 14px;
  font-family: "skoda_proregular";
}

.login-panel {
  background: url(../images/lub.html) no-repeat center 170px;
}

.button {
  margin-top: 0;
  outline: none;
}

.widget {
  background: url(../images/widget.html) repeat 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 40px 0;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}

.widget h3 {
  font-family: "skoda_proextrabold";
}

.letter-counter {
  color: #000;
  font-family: "skoda_proregular";
  font-size: 16px;
  width: 100%;
  text-align: left;
  display: block;
}

/*@@--RESPONSIVE FORM CLASS--@@*/
@media only screen and (max-width: 1680px) {
  .button.button-icon i.calc, .button.button-icon .config, .button.button-icon .credit, .button.button-icon .dealer, .button.button-icon .dealer2, .button.button-icon .download, .button.button-icon .drive, .button.button-icon .fb, .button.button-icon .offer, .button.button-icon .price, .button.button-icon .rules, .button.button-icon .refresh, .button.button-icon .model, .button.button-icon .video, .button.button-icon .globe, .button.button-icon .xdrive, .button.button-icon .fullscreen, .button.button-icon .fullscreenon {
    margin: 11px;
  }

  button i, input[type=submit] i, .button i {
    margin: 10px;
  }
  button.left span, input[type=submit].left span, .button.left span {
    padding: 10px 14px 10px 14px;
  }
  button span, input[type=submit] span, .button span {
    padding: 10px 14px 10px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .button.button-icon i.calc, .button.button-icon .config, .button.button-icon .credit, .button.button-icon .dealer, .button.button-icon .dealer2, .button.button-icon .download, .button.button-icon .drive, .button.button-icon .fb, .button.button-icon .offer, .button.button-icon .price, .button.button-icon .rules, .button.button-icon .refresh, .button.button-icon .model, .button.button-icon .video, .button.button-icon .globe, .button.button-icon .xdrive, .button.button-icon .fullscreen, .button.button-icon .fullscreenon {
    margin: 11px;
  }

  .m-brand, .l-nav-bar {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1152px) {
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-brand, .l-nav-bar {
    max-width: 740px;
  }

  button i, input[type=submit] i, .button i {
    margin: 6px;
  }
  button.left span, input[type=submit].left span, .button.left span {
    padding: 6px 10px;
  }
  button span, input[type=submit] span, .button span {
    padding: 6px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="checkbox"] {
    width: 50px;
    height: 50px;
  }

  .checkbox-container .checkbox-wrapper .checkbox {
    width: 50px;
    height: 50px;
  }
  .checkbox-container .checkbox-wrapper .checkbox.checked:after {
    line-height: 39px;
  }

  form.responsive .input-group-wrapper {
    display: block;
    font-size: 1px;
    letter-spacing: -1px;
  }
  form.responsive .input-wrapper {
    letter-spacing: 0;
    display: inline-block;
    padding: 10px 4px;
    width: 50%;
  }
  form.responsive .input-wrapper:first-child, form.responsive .input-wrapper:last-child {
    padding: 10px 4px;
  }
}
@media only screen and (max-width: 540px) {
  form.responsive .input-wrapper {
    width: 100%;
  }
}
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_sprites.scss*@@*/
/***buttons***/
/*@@*_helper.scss*@@*/
/*@--main paddings--@@*/
.v_padding_1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.v_padding_2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.v_padding_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.v_padding_4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.v_padding_5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.v_padding_6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.v_padding_7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.v_padding_8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.v_padding_9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.v_padding_10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.v_padding_11 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.v_padding_12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.v_padding_13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.v_padding_14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.v_padding_15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.v_padding_16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.v_padding_17 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.v_padding_18 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.v_padding_19 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.v_padding_20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.h_padding_1 {
  padding-left: 10px;
  padding-right: 10px;
}

.h_padding_2 {
  padding-left: 20px;
  padding-right: 20px;
}

.h_padding_3 {
  padding-left: 30px;
  padding-right: 30px;
}

.h_padding_4 {
  padding-left: 40px;
  padding-right: 40px;
}

.h_padding_5 {
  padding-left: 50px;
  padding-right: 50px;
}

.h_padding_6 {
  padding-left: 60px;
  padding-right: 60px;
}

.h_padding_7 {
  padding-left: 70px;
  padding-right: 70px;
}

.h_padding_8 {
  padding-left: 80px;
  padding-right: 80px;
}

.h_padding_9 {
  padding-left: 90px;
  padding-right: 90px;
}

.h_padding_10 {
  padding-left: 100px;
  padding-right: 100px;
}

.h_padding_11 {
  padding-left: 110px;
  padding-right: 110px;
}

.h_padding_12 {
  padding-left: 120px;
  padding-right: 120px;
}

.h_padding_13 {
  padding-left: 130px;
  padding-right: 130px;
}

.h_padding_14 {
  padding-left: 140px;
  padding-right: 140px;
}

.h_padding_15 {
  padding-left: 150px;
  padding-right: 150px;
}

.h_padding_16 {
  padding-left: 160px;
  padding-right: 160px;
}

.h_padding_17 {
  padding-left: 170px;
  padding-right: 170px;
}

.h_padding_18 {
  padding-left: 180px;
  padding-right: 180px;
}

.h_padding_19 {
  padding-left: 190px;
  padding-right: 190px;
}

.h_padding_20 {
  padding-left: 200px;
  padding-right: 200px;
}

/*@--main width--@@*/
.fluid_5 {
  width: 5%;
}

input.fluid_5 {
  width: 5%;
}

.fluid_10 {
  width: 10%;
}

input.fluid_10 {
  width: 10%;
}

.fluid_15 {
  width: 15%;
}

input.fluid_15 {
  width: 15%;
}

.fluid_20 {
  width: 20%;
}

input.fluid_20 {
  width: 20%;
}

.fluid_25 {
  width: 25%;
}

input.fluid_25 {
  width: 25%;
}

.fluid_30 {
  width: 30%;
}

input.fluid_30 {
  width: 30%;
}

.fluid_35 {
  width: 35%;
}

input.fluid_35 {
  width: 35%;
}

.fluid_40 {
  width: 40%;
}

input.fluid_40 {
  width: 40%;
}

.fluid_45 {
  width: 45%;
}

input.fluid_45 {
  width: 45%;
}

.fluid_50 {
  width: 50%;
}

input.fluid_50 {
  width: 50%;
}

.fluid_55 {
  width: 55%;
}

input.fluid_55 {
  width: 55%;
}

.fluid_60 {
  width: 60%;
}

input.fluid_60 {
  width: 60%;
}

.fluid_65 {
  width: 65%;
}

input.fluid_65 {
  width: 65%;
}

.fluid_70 {
  width: 70%;
}

input.fluid_70 {
  width: 70%;
}

.fluid_75 {
  width: 75%;
}

input.fluid_75 {
  width: 75%;
}

.fluid_80 {
  width: 80%;
}

input.fluid_80 {
  width: 80%;
}

.fluid_85 {
  width: 85%;
}

input.fluid_85 {
  width: 85%;
}

.fluid_90 {
  width: 90%;
}

input.fluid_90 {
  width: 90%;
}

.fluid_95 {
  width: 95%;
}

input.fluid_95 {
  width: 95%;
}

.fluid_100 {
  width: 100%;
}

input.fluid_100 {
  width: 100%;
}

/*@--grids--@@*/
.main_grid_1 {
  width: 200px;
}

.main_grid_2 {
  width: 400px;
}

.main_grid_3 {
  width: 600px;
}

.main_grid_4 {
  width: 800px;
}

.main_grid_5 {
  width: 1000px;
}

.page_grid_1 {
  width: 1000px;
}

.page_grid_2 {
  width: 500px;
}

.page_grid_3 {
  width: 333.33333px;
}

.page_grid_4 {
  width: 250px;
}

.page_grid_5 {
  width: 200px;
}

.page_grid_6 {
  width: 166.66667px;
}

.page_grid_7 {
  width: 142.85714px;
}

.page_grid_8 {
  width: 125px;
}

.page_grid_9 {
  width: 111.11111px;
}

.page_grid_10 {
  width: 100px;
}

.grid-wrapper {
  font-size: 1px;
  letter-spacing: -1px;
}

[class*=_grid] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0;
}

/*-@@-buttons*@@--**/
.button.button-icon i.calc, .button.button-icon .config, .button.button-icon .credit, .button.button-icon .dealer, .button.button-icon .dealer2, .button.button-icon .download, .button.button-icon .drive, .button.button-icon .fb, .button.button-icon .offer, .button.button-icon .price, .button.button-icon .rules, .button.button-icon .refresh, .button.button-icon .model, .button.button-icon .video, .button.button-icon .globe, .button.button-icon .xdrive, .button.button-icon .fullscreen, .button.button-icon .fullscreenon {
  width: 41px;
  height: 41px;
  margin: 11px;
}

/*@--positions--@@*/
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.left-txt {
  text-align: left !important;
}

.right-txt {
  text-align: right !important;
}

.center-txt {
  text-align: center !important;
}

.center-box {
  float: none;
  margin: auto;
  clear: both;
}

.clear {
  clear: both;
  width: 100%;
  height: 0;
  display: block;
}

.max-box, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea,
select, .selector-wrapper select, .selector-wrapper .select-txt {
  width: 100%;
  display: inline-block;
}

/*@--fixed content helper--@@*/
.section_fixed, .queryloader__overlay, .queryloader__overlay__bar {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content-fixed {
  margin-left: -50%;
  max-width: 100%;
  width: 100%;
  left: 50%;
  display: table;
  position: absolute;
  min-width: "";
  top: 0;
  height: 100%;
  z-index: 999;
}
.content-fixed .content-fixed_inner {
  display: table-cell;
  padding: 2%;
}
.content-fixed .content-fixed_inner.bottom {
  vertical-align: bottom;
}
.content-fixed .content-fixed_inner.top {
  vertical-align: top;
}
.content-fixed .content-fixed_inner.center {
  text-align: center;
}
.content-fixed .content-fixed_inner.left {
  text-align: left;
}
.content-fixed .content-fixed_inner.right {
  text-align: right;
}
.content-fixed .content-fixed_inner.middle {
  vertical-align: middle;
}

/*@--convert elemnts to tables@*/
.table {
  display: table;
  position: relative;
  width: 100%;
}
.table .td {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.table .td.top {
  vertical-align: top;
}
.table .td.middle {
  vertical-align: middle;
}
.table .td.bottom {
  vertical-align: bottom;
}
.table .td.right {
  text-align: right;
}
.table .td.left {
  text-align: left;
}
.table .td.center {
  text-align: center;
}

/*@--ignore paddings@*/
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*@--reset bolding@*/
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/**@@--preloader--@@**/
.overlay {
  background: url(../images/backgrounds/form.jpg) no-repeat scroll center center;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 991;
  display: none;
}
.overlay .overlay-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.overlay .overlay-inner img {
  width: 100%;
}
.overlay:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #666;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.close {
  background: url(../images/close.html) repeat 0 0;
  display: inline-block;
  width: 67px;
  height: 67px;
  text-indent: -9000px;
  cursor: pointer;
}

.close-popup {
  font-family: "websymbols";
  color: #fff;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 999;
}

.popup {
  display: none;
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  width: 50%;
  padding: 40px 20px 20px 20px;
  position: fixed;
  background: #000;
  left: 25%;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .close-popup {
  color: #888;
  font-size: 20px;
  font-family: "skoda_proextrabold";
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.popup .popup-inner {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-video-container iframe, .responsive-video-container object, .responsive-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****tween animation****/
.fx {
  position: relative;
  left: 0;
  top: 0;
}

/********/
@media only screen and (max-width: 100%) {
  .content-fixed {
    margin-left: -50%;
    max-width: 100%;
    width: 100%;
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .popup {
    width: 90%;
    left: 5%;
  }
}
/*@@*_top.scss*@@*/
header[role="banner"] {
  background: none repeat scroll 0 0 #FFFFFF;
  height: 89px;
  left: 0;
  position: fixed;
  top: -89px;
  width: 100%;
  z-index: 1002;
  border-bottom: 1px solid #e6e6e6;
  min-width: "";
  opacity: 1;
}
header[role="banner"] .l-brand-bar {
  background: url(../images/line.html) repeat-x scroll 0 bottom transparent;
  height: 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
header[role="banner"] .m-brand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
header[role="banner"] .m-brand-simply-clever {
  float: left;
  font-size: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #000;
}
header[role="banner"] .m-brand-skoda {
  background: url(../images/skoda.html) no-repeat scroll 0 -8px transparent;
  float: right;
  height: 96px;
  right: 31px;
  margin-top: 8px;
  position: absolute;
  text-indent: -9000px;
  text-shadow: none;
  width: 102px;
  top: 0;
}
header[role="banner"] .l-nav-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
header[role="banner"] .l-nav-bar p {
  float: left;
  position: relative;
  font-family: "skoda_promedium";
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 20px;
}
header[role="banner"] .m-main-nav {
  padding: 0 100px 0 0;
  float: left;
  position: relative;
}
header[role="banner"] .m-main-nav ul {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  background: #fff;
}
header[role="banner"] .m-main-nav > li {
  float: left;
  position: relative;
}
header[role="banner"] .m-main-nav > li > a {
  font-family: "skoda_promedium";
  display: block;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 20px;
  padding: 8px 10px;
  text-transform: uppercase;
}
header[role="banner"] .m-main-nav > li > a.active, header[role="banner"] .m-main-nav > li > a:hover {
  color: #39b54a;
}
header[role="banner"] .m-main-nav > li:first-child a {
  padding-left: 0;
}
header[role="banner"] .m-main-nav > li.fr {
  float: right;
}

/**@@--simply header--@@**/
header[role="simply-banner"] {
  background: none repeat scroll 0 0 #FFFFFF;
  height: 53px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1002;
  min-width: "";
  position: relative;
}
header[role="simply-banner"] .l-brand-bar {
  background: url(../images/simply-header/line.html) repeat-x scroll 0 bottom transparent;
  height: 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
header[role="simply-banner"] .m-brand, header[role="simply-banner"] .l-nav-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0 41px;
  width: 100%;
}
header[role="simply-banner"] .m-brand {
  min-width: 1000px;
}
header[role="simply-banner"] .m-brand-simply-clever {
  float: left;
  font-size: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #000;
}
header[role="simply-banner"] .m-brand-skoda {
  background: url(../images/simply-header/skoda.html) no-repeat scroll 0 -8px transparent;
  float: right;
  height: 96px;
  right: 31px;
  margin-top: 8px;
  position: absolute;
  text-indent: -9000px;
  text-shadow: none;
  width: 102px;
  top: 0;
  z-index: 999;
}

/*@@*_footer.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
.footer {
  width: 100%;
  float: left;
  background: #fff;
  z-index: 999;
  padding: 14px 20px 14px 20px;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer[role="footer"] {
  width: 880px;
  margin: auto;
  max-width: 100%;
  min-width: "";
  margin-top: 20px;
}

.footer-inner {
  color: #666;
  height: 44px;
}
.footer-inner span {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  float: left;
}
.footer-inner p {
  width: 190px;
}
.footer-inner p small {
  display: block;
  float: left;
  top: -9px;
  font-size: 14px;
  margin-right: 10px;
  font-family: "skoda_proregular";
  position: relative;
  top: 8px;
}
.footer-inner img {
  width: 30px;
}

/*@@----main.scss----@@*/
body {
  background: transparent;
  font-family: "skoda_prolight";
  overflow: auto;
  background: url(../images/preloader.gif) center center no-repeat #1c1c1d fixed;
  height: auto;
  position: absolute;
}
body.old-version {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.home-page {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.form {
  background-image: url(../images/backgrounds/form.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
body.info {
  background-image: url(../images/backgrounds/form.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
body.info .main-section {
  width: 100%;
}

.form-text p {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 29px;
}

h2.error-txt {
  color: #b15944;
  font-size: 50px;
  font-family: "skoda_prolight";
}

h3.error-txt {
  color: #fff;
  font-size: 30px;
  font-family: "skoda_prolight";
}

h2.info-txt {
  color: #44B145;
  font-size: 50px;
  font-family: "skoda_prolight";
}

h3.info-txt {
  color: #fff;
  font-size: 30px;
  font-family: "skoda_prolight";
}

section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
section.premium-section {
  width: 100%;
}
section.premium-section .left-section {
  width: 70%;
}

.main-section {
  width: 70%;
}
.main-section.subsection {
  width: 100%;
  overflow: hidden;
}
.main-section.form-section {
  width: 100%;
  padding-top: 40px;
}

/*@@---home page---@@*/
/*@@--backgrounds--@@*/
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.left-section {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

h2.main-header {
  color: #b15944;
  font-size: 42px;
  font-family: "skoda_prolight";
  text-transform: uppercase;
}
h2.main-header b {
  color: #fff;
  font-family: "skoda_proextrabold";
}

hr {
  background: url(../images/hr.gif) center center no-repeat transparent;
  width: 100%;
  display: block;
  color: transparent;
  height: 1px;
  border: none;
}
hr.left {
  background-position: left center;
}

.right-section-wrapper {
  position: fixed;
  width: 30%;
  height: 100%;
  left: 70%;
  z-index: 2;
  overflow: hidden;
}

.right-section {
  width: 100%;
  top: 0;
  text-align: center;
  padding: 20px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 60px;
  position: absolute;
  height: 100%;
}
.right-section .table {
  height: 100%;
}
.right-section span.pager {
  color: #b15944;
  font-family: "skoda_proregular";
  font-size: 17px;
}
.right-section p {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 29px;
  font-family: "skoda_proregular";
}

.style-section {
  left: 0%;
}
.style-section .left-section {
  overflow: hidden;
  background-image: url(../images/backgrounds/style-left.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
  background-size: cover;
}
.style-section .left-section .glass {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.style-section .left-section .mask {
  position: absolute;
}

.equipment-section {
  left: 70%;
}
.equipment-section .left-section {
  overflow: hidden;
  background-image: url(../images/backgrounds/equipment-left.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
  background-size: cover;
}
.equipment-section .left-section .glass {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.equipment-section .left-section .mask {
  position: absolute;
}

.quality-section {
  left: 140%;
}
.quality-section .left-section {
  overflow: hidden;
  background-image: url(../images/backgrounds/quality-left.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
  background-size: cover;
}
.quality-section .left-section .glass {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.quality-section .left-section .mask {
  position: absolute;
}

.comfort-section {
  left: 210%;
}
.comfort-section .left-section {
  overflow: hidden;
  background-image: url(../images/backgrounds/comfort-left.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
  background-size: cover;
}
.comfort-section .left-section .glass {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.comfort-section .left-section .mask {
  position: absolute;
}

.premium-section {
  left: 280%;
}
.premium-section .left-section {
  overflow: hidden;
  background-image: url(../images/backgrounds/premium-left.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
  background-size: cover;
}
.premium-section .left-section .glass {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.premium-section .left-section .mask {
  position: absolute;
}

.right-section.premium {
  background-image: url(../images/backgrounds/premium-right.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  left: 0%;
}

.right-section.comfort {
  background-image: url(../images/backgrounds/comfort-right.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  left: 100%;
}

.right-section.quality {
  background-image: url(../images/backgrounds/quality-right.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  left: 200%;
}

.right-section.equipment {
  background-image: url(../images/backgrounds/equipment-right.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  left: 300%;
}

.right-section.style {
  background-image: url(../images/backgrounds/style-right.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  left: 400%;
}

.no-bgsizecover .left-section, .no-bgsizecover .right-section, .no-bgsizecover .top-section {
  behavior: url("http://www.yellowlight.in/microsites/octaviars/html/backgroundsize.htc");
}

.navigation-arrows {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 20px 20px 20px 20px;
}
.navigation-arrows .button {
  margin: 0 2px 0 2px;
}

.queryloader__overlay {
  background: url(../images/backgrounds/preloader.jpg) center center no-repeat;
  background-size: auto;
}

.queryloader__overlay__bar {
  background: url(../images/backgrounds/preloader.png) center center no-repeat;
  background-size: auto;
  top: 0 !important;
  left: 0;
  margin: auto;
  position: relative !important;
}

#qLpercentage {
  color: #989898 !important;
  font-size: 16px !important;
  margin-top: 40px !important;
  margin-left: 20px;
  display: none !important;
}

#qLpercentage_clone {
  color: #989898 !important;
  font-size: 16px !important;
  margin-top: 40px !important;
  margin-left: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.old-version .subsection.sub_0 {
  top: 0%;
}
.old-version .subsection.sub_1 {
  top: 100%;
}
.old-version .subsection.sub_2 {
  top: 200%;
}
.old-version .subsection.sub_3 {
  top: 300%;
}
.old-version .subsection.sub_4 {
  top: 400%;
}
.old-version .subsection.sub_5 {
  top: 500%;
}
.old-version .subsection.sub_6 {
  top: 600%;
}
.old-version .subsection.sub_0.design .top-section {
  background-image: url(../images/singlepage/design/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_1.design .top-section {
  background-image: url(../images/singlepage/design/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_2.design .top-section {
  background-image: url(../images/singlepage/design/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_3.design .top-section {
  background-image: url(../images/singlepage/design/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_4.design .top-section {
  background-image: url(../images/singlepage/design/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_5.design .top-section {
  background-image: url(../images/singlepage/design/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_6.design .top-section {
  background-image: url(../images/singlepage/design/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_0.equipment .top-section {
  background-image: url(../images/singlepage/equipment/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside.equipment .top-section {
  background-image: url(../images/singlepage/inside/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_comfort.equipment .top-section {
  background-image: url(../images/singlepage/comfort/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_0.equipment .top-section {
  background-image: url(../images/singlepage/equipment/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside.equipment .top-section {
  background-image: url(../images/singlepage/inside/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_comfort.equipment .top-section {
  background-image: url(../images/singlepage/comfort/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_1.equipment .top-section {
  background-image: url(../images/singlepage/equipment/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}


.old-version .subsection.sub_inside2.equipment .top-section {
  background-image: url(../images/singlepage/inside/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_2.equipment .top-section {
  background-image: url(../images/singlepage/inside/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside2.equipment .top-section {
  background-image: url(../images/singlepage/equipment/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_3.equipment .top-section {
  background-image: url(../images/singlepage/equipment/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside3.equipment .top-section {
  background-image: url(../images/singlepage/inside/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_4.equipment .top-section {
  background-image: url(../images/singlepage/inside/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside4.equipment .top-section {
  background-image: url(../images/singlepage/equipment/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_5.equipment .top-section {
  background-image: url(../images/singlepage/equipment/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside5.equipment .top-section {
  background-image: url(../images/singlepage/inside/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_6.equipment .top-section {
  background-image: url(../images/singlepage/equipment/6.html);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.old-version .subsection.sub_inside6.equipment .top-section {
  background-image: url(../images/singlepage/inside/6.html);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_0.quality .top-section {
  background-image: url(../images/singlepage/quality/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_1.quality .top-section {
  background-image: url(../images/singlepage/quality/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_2.quality .top-section {
  background-image: url(../images/singlepage/quality/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_3.quality .top-section {
  background-image: url(../images/singlepage/quality/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_4.quality .top-section {
  background-image: url(../images/singlepage/quality/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_5.quality .top-section {
  background-image: url(../images/singlepage/quality/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_6.quality .top-section {
  background-image: url(../images/singlepage/quality/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_0.comfort .top-section {
  background-image: url(../images/singlepage/comfort/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_1.comfort .top-section {
  background-image: url(../images/singlepage/comfort/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_2.comfort .top-section {
  background-image: url(../images/singlepage/comfort/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_3.comfort .top-section {
  background-image: url(../images/singlepage/comfort/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_4.comfort .top-section {
  background-image: url(../images/singlepage/comfort/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_5.comfort .top-section {
  background-image: url(../images/singlepage/comfort/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_6.comfort .top-section {
  background-image: url(../images/singlepage/comfort/6.html);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_0.premium .top-section {
  background-image: url(../images/singlepage/premium/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_1.premium .top-section {
  background-image: url(../images/singlepage/premium/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_2.premium .top-section {
  background-image: url(../images/singlepage/premium/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_3.premium .top-section {
  background-image: url(../images/singlepage/premium/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_4.premium .top-section {
  background-image: url(../images/singlepage/premium/4.html);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_5.premium .top-section {
  background-image: url(../images/singlepage/premium/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection.sub_6.premium .top-section {
  background-image: url(../images/singlepage/premium/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.old-version .subsection {
  display: none;
  min-width: 740px;
  height: 100%;
  position: absolute;
}
.old-version .subsection .top-section {
  height: 70% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: scroll;
}
.old-version .subsection .bottom-section {
  background: #1c1c1d;
  line-height: 47px;
  padding: 0 200px;
  height: 30%;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
}
.old-version .subsection .bottom-section .table {
  height: 100%;
}
.old-version .subsection .table {
  height: 100%;
}
.old-version .meet-skoda {
  background: #1c1c1d;
}

/*****singlepage****/
.subsection.sub_0.design .top-section {
  background-image: url(../images/singlepage/design/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_1.design .top-section {
  background-image: url(../images/singlepage/design/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_2.design .top-section {
  background-image: url(../images/singlepage/design/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_3.design .top-section {
  background-image: url(../images/singlepage/design/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_4.design .top-section {
  background-image: url(../images/singlepage/design/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_5.design .top-section {
  background-image: url(../images/singlepage/design/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_6.design .top-section {
  background-image: url(../images/singlepage/design/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_0.equipment .top-section {
  background-image: url(../images/singlepage/equipment/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_inside.equipment .top-section {
  background-image: url(../images/singlepage/inside/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_comfort.equipment .top-section {
  background-image: url(../images/singlepage/inside/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_1.equipment .top-section {
  background-image: url(../images/singlepage/equipment/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_inside2.equipment .top-section {
  background-image: url(../images/singlepage/inside/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_2.equipment .top-section {
  background-image: url(../images/singlepage/equipment/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_inside2.equipment .top-section {
  background-image: url(../images/singlepage/inside/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_3.equipment .top-section {
  background-image: url(../images/singlepage/equipment/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_inside3.equipment .top-section {
  background-image: url(../images/singlepage/inside/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_4.equipment .top-section {
  background-image: url(../images/singlepage/equipment/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_inside4.equipment .top-section {
  background-image: url(../images/singlepage/inside/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_5.equipment .top-section {
  background-image: url(../images/singlepage/equipment/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}
.subsection.sub_inside5.equipment .top-section {
  background-image: url(../images/singlepage/inside/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_inside6.equipment .top-section {
  background-image: url(../images/singlepage/inside/6.html);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_0.quality .top-section {
  background-image: url(../images/singlepage/quality/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_1.quality .top-section {
  background-image: url(../images/singlepage/quality/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_2.quality .top-section {
  background-image: url(../images/singlepage/quality/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_3.quality .top-section {
  background-image: url(../images/singlepage/quality/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_4.quality .top-section {
  background-image: url(../images/singlepage/quality/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_5.quality .top-section {
  background-image: url(../images/singlepage/quality/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_6.quality .top-section {
  background-image: url(../images/singlepage/quality/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_0.comfort .top-section {
  background-image: url(../images/singlepage/comfort/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_1.comfort .top-section {
  background-image: url(../images/singlepage/comfort/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_2.comfort .top-section {
  background-image: url(../images/singlepage/comfort/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_3.comfort .top-section {
  background-image: url(../images/singlepage/comfort/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_4.comfort .top-section {
  background-image: url(../images/singlepage/comfort/4.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_5.comfort .top-section {
  background-image: url(../images/singlepage/comfort/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_6.comfort .top-section {
  background-image: url(../images/singlepage/comfort/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_0.premium .top-section {
  background-image: url(../images/singlepage/premium/0.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_1.premium .top-section {
  background-image: url(../images/singlepage/premium/1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_2.premium .top-section {
  background-image: url(../images/singlepage/premium/2.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_3.premium .top-section {
  background-image: url(../images/singlepage/premium/3.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_4.premium .top-section {
  background-image: url(../images/singlepage/premium/4.html);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_5.premium .top-section {
  background-image: url(../images/singlepage/premium/5.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection.sub_6.premium .top-section {
  background-image: url(../images/singlepage/premium/6.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.subsection {
  display: none;
  position: relative;
  min-width: 740px;
  height: auto;
  top: 0;
}
.subsection .top-section {
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: scroll;
}
.subsection .bottom-section {
  background: #1c1c1d;
  line-height: 47px;
  padding: 50px 200px;
  position: relative;
  left: 0;
  width: 100%;
}
.subsection .bottom-section .table {
  height: 100%;
}
.subsection .bottom-section .page-header p {
  background: url(../images/hr.gif) bottom center no-repeat transparent;
  font-family: "skoda_proregular";
}
.subsection .bottom-section .page-header p span {
  font-family: "skoda_proregular";
}
.subsection .bottom-section .page-header p.quote {
  padding-left: 55px;
  font-size: 17px;
  background: url(../images/quote.png) 0 7px no-repeat transparent;
  font-size: 18px;
  line-height: 28px;
  max-width: 960px;
}
.subsection .bottom-section .page-header p.quote .small {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "skoda_promedium";
  line-height: 19px;
  display: inline-block;
}
.subsection .bottom-section .page-header p.quote .small.auto-swiat {
  background: url(../images/logo-autoswiat.jpg) left center no-repeat transparent;
  padding: 10px 0 10px 50px;
}
.subsection .table {
  height: 100%;
}

.meet-skoda {
  background: #1c1c1d;
}

.parallax-version .subsection .top-section {
  background-attachment: fixed;
  background-position: bottom center;
}

.page-header {
  text-align: center;
}
.page-header p {
  text-align: left;
  display: inline-block;
  color: #fff;
  font-family: "skoda_prolight";
  font-size: 28px;
  padding-bottom: 30px;
}
.page-header p > span {
  color: #b25a45;
}
.page-header p b {
  font-family: "skoda_probold";
}

/****form****/
.content-form {
  width: 100%;
  margin: auto;
  max-width: 1360px;
}
.content-form > .td {
  padding: 70px 0;
}
.content-form > .td:last-child {
  padding: 40px 0 40px 40px;
}

/******video****/
.video-section {
  position: relative;
  z-index: 0;
  background-color: #1c1c1d !important;
}
.video-section video {
  width: 100%;
  position: absolute;
  bottom: -10px;
  margin-top: -10px;
  position: fixed;
  top: 0;
  background: transparent !important;
  display: none;
}
.video-section a {
  display: block;
  padding-top: 120px;
  width: 100px;
  color: #484a48;
  font-family: "skoda_probold";
  text-transform: uppercase;
  background: url(../images/play.png) top center no-repeat transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  text-decoration: none;
}

.pager {
  cursor: pointer;
  position: relative;
}
.pager .overlay {
  background: url(../images/overlay.png) 0 0 repeat transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.pager img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.pager > div {
  z-index: 3;
  position: absolute;
  bottom: 20%;
  margin-left: -25px;
  margin-top: -25px;
}
.pager > div.left-pager {
  left: 40%;
}
.pager > div.right-pager {
  right: 40%;
}
.pager > div > span {
  font-family: "skoda_promedium";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  color: #929293;
  display: inline-block;
  vertical-align: middle;
}
.pager > div > span.right {
  text-align: right;
  margin-right: 15px;
}
.pager > div > span.left {
  text-align: left;
  margin-left: 15px;
}
.pager > div a {
  vertical-align: middle;
  margin: 0;
}

/****video****/
.package-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.package-video iframe {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100.1%;
  height: 100.2%;
  z-index: 0;
}
.package-video embed,
.package-video object,
.package-video iframe {
  outline: 0 !important;
  overflow: hidden;
}

/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
/*@@*_sprites.scss*@@*/
/***buttons***/
/*@@*_icons.scss*@@*/
/***@@ikony nawigacji kafelkowej@@****/
/* @import "icons/nav_large/*.png";
 @import "icons/nav_medium/*.png";
 @import "icons/nav_small/*.png";
.nav_large-sprite{
 width:80px;
 height:80px;
 display:inline-block;
}
.nav_medium-sprite{
 width:60px;
 height:60px;
 display:inline-block;
}
.nav_small-sprite{
 width:40px;
 height:40px;
 display:inline-block;
}*/
/*******/
/***ikony nawigacji kafelkowej: du┼╝e****/
/***ikony nawigacji kafelkowej: ┼Ťrednie****/
/***ikony nawigacji kafelkowej: ma┼ée****/
/**menu boczne: du┼╝e***/
/**ikonki w buttonach: du┼╝e***/
/**ikonki w buttonach: du┼╝e***/
.arrow-down {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}
.arrow-down.active, .arrow-down:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -24px no-repeat;
  height: 24px;
  width: 24px;
}

.arrow-l {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}
.arrow-l.active, .arrow-l:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -72px no-repeat;
  height: 24px;
  width: 24px;
}

.arrow-r {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}
.arrow-r.active, .arrow-r:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -120px no-repeat;
  height: 24px;
  width: 24px;
}

.settings {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}
.settings.active, .settings:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -216px no-repeat;
  height: 24px;
  width: 24px;
}

.arrow-down-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
.arrow-down-green.active, .arrow-down-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 0 no-repeat;
  height: 24px;
  width: 24px;
}

.arrow-l-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}
.arrow-l-green.active, .arrow-l-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -48px no-repeat;
  height: 24px;
  width: 24px;
}

.arrow-r-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}
.arrow-r-green.active, .arrow-r-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -96px no-repeat;
  height: 24px;
  width: 24px;
}

.settings-green {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}
.settings-green.active, .settings-green:hover {
  background: url('../images/icons/button_large-sbadd2b1699.png') 0 -192px no-repeat;
  height: 24px;
  width: 24px;
}

.quickmenu li a.drive {
  background: url('../images/icons/quickmenu-scf9fb45152.png') 0 -30px no-repeat;
  height: 30px;
  width: 30px;
}
.quickmenu li a.drive span {
  background: url('../images/icons/quickmenu-scf9fb45152.png') 0 -30px no-repeat;
  height: 30px;
  width: 30px;
}

.quickmenu li a.offer {
  background: url('../images/icons/quickmenu-scf9fb45152.png') 0 -60px no-repeat;
  height: 30px;
  width: 30px;
}
.quickmenu li a.offer span {
  background: url('../images/icons/quickmenu-scf9fb45152.png') 0 -60px no-repeat;
  height: 30px;
  width: 30px;
}

.quickmenu li a.configurator {
  background: url('../images/icons/quickmenu-scf9fb45152.png') 0 0 no-repeat;
  height: 30px;
  width: 30px;
}
.quickmenu li a.configurator span {
  background: url('../images/icons/quickmenu-scf9fb45152.png') 0 0 no-repeat;
  height: 30px;
  width: 30px;
}

@media only screen and (max-width: 1680px) {
  /**menu boczne:┼Ťrendie***/
  /**ikonki w buttonach: ┼Ťrednie***/
  /**ikonki w buttonach: ┼Ťrednie***/
  .arrow-down {
    background: url('../images/icons/button-s71735d3edf.png') 0 -24px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-down.active, .arrow-down:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -24px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-l {
    background: url('../images/icons/button-s71735d3edf.png') 0 -72px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-l.active, .arrow-l:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -72px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-r {
    background: url('../images/icons/button-s71735d3edf.png') 0 -120px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-r.active, .arrow-r:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -120px no-repeat;
    height: 24px;
    width: 24px;
  }

  .settings {
    background: url('../images/icons/button-s71735d3edf.png') 0 -216px no-repeat;
    height: 24px;
    width: 24px;
  }
  .settings.active, .settings:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -216px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-down-green {
    background: url('../images/icons/button-s71735d3edf.png') 0 0 no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-down-green.active, .arrow-down-green:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 0 no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-l-green {
    background: url('../images/icons/button-s71735d3edf.png') 0 -48px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-l-green.active, .arrow-l-green:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -48px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-r-green {
    background: url('../images/icons/button-s71735d3edf.png') 0 -96px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-r-green.active, .arrow-r-green:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -96px no-repeat;
    height: 24px;
    width: 24px;
  }

  .settings-green {
    background: url('../images/icons/button-s71735d3edf.png') 0 -192px no-repeat;
    height: 24px;
    width: 24px;
  }
  .settings-green.active, .settings-green:hover {
    background: url('../images/icons/button-s71735d3edf.png') 0 -192px no-repeat;
    height: 24px;
    width: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  /**menu boczne:ma┼ée***/
  /**ikonki w buttonach: ma┼ée***/
}
@media only screen and (max-width: 1152px) {
  /**menu boczne:mini***/
}
@media only screen and (max-width: 1024px) {
  /**menu boczne:mini***/
  .arrow-down {
    background: url('../images/icons/button_small-s4559639886.png') 0 -24px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-down.active, .arrow-down:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -24px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-l {
    background: url('../images/icons/button_small-s4559639886.png') 0 -72px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-l.active, .arrow-l:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -72px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-r {
    background: url('../images/icons/button_small-s4559639886.png') 0 -120px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-r.active, .arrow-r:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -120px no-repeat;
    height: 24px;
    width: 24px;
  }

  .settings {
    background: url('../images/icons/button_small-s4559639886.png') 0 -216px no-repeat;
    height: 24px;
    width: 24px;
  }
  .settings.active, .settings:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -216px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-down-green {
    background: url('../images/icons/button_small-s4559639886.png') 0 0 no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-down-green.active, .arrow-down-green:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 0 no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-l-green {
    background: url('../images/icons/button_small-s4559639886.png') 0 -48px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-l-green.active, .arrow-l-green:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -48px no-repeat;
    height: 24px;
    width: 24px;
  }

  .arrow-r-green {
    background: url('../images/icons/button_small-s4559639886.png') 0 -96px no-repeat;
    height: 24px;
    width: 24px;
  }
  .arrow-r-green.active, .arrow-r-green:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -96px no-repeat;
    height: 24px;
    width: 24px;
  }

  .settings-green {
    background: url('../images/icons/button_small-s4559639886.png') 0 -192px no-repeat;
    height: 24px;
    width: 24px;
  }
  .settings-green.active, .settings-green:hover {
    background: url('../images/icons/button_small-s4559639886.png') 0 -192px no-repeat;
    height: 24px;
    width: 24px;
  }
}
/*@@*_media.scss*@@*/
/*@@*_config.scss*@@*/
/**--@@--FONTS--@@--**/
/*@@*/
/**--@@--MAIN COLORS--@@--**/
/*@@*/
/*@@*/
/**--@@--WIDTH @@ PADDINGS @@ MARGINS--@@--**/
/*@@*/
/*@@*/
/**--@@--OTHER--@@--**/
/*@@*/
/*@@*_dark_theme.scss*@@*/
@media only screen and (max-width: 1800px) {
  .subsection .top-section {
    height: 680px;
  }
}
@media only screen and (max-width: 1680px) {
  .subsection .top-section {
    height: 580px;
  }

  .subsection .bottom-section {
    line-height: 35px;
  }

  .page-header p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .subsection .top-section {
    height: 520px;
  }

  h2.main-header {
    font-size: 32px;
  }

  .right-section {
    padding: 20px 50px;
  }
  .right-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .main-header h2 {
    font-size: 45px;
  }
  .main-header p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1360px) {
  .subsection .top-section {
    height: 460px;
  }

  .main-header h2 {
    font-size: 40px;
  }
  .main-header p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .content-form {
    width: 95%;
    min-width: 740px;
  }

  .form-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .subsection .top-section {
    height: 410px;
  }

  h2.main-header {
    font-size: 31px;
  }

  .right-section {
    padding: 20px 30px;
  }
  .right-section p {
    font-size: 13px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 1152px) {
  .subsection .top-section {
    height: 380px;
  }

  .subsection .bottom-section {
    line-height: 27px;
  }

  .page-header p {
    font-size: 18px;
  }

  .main-header h2 {
    font-size: 35px;
  }
  .main-header p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .subsection .top-section {
    height: 320px;
  }

  .subsection .bottom-section {
    padding: 40px 100px;
    line-height: 24px;
  }

  .page-header p {
    font-size: 16px;
  }

  h2.main-header {
    font-size: 26px;
  }

  .right-section {
    padding: 20px 20px;
  }
  .right-section p {
    font-size: 12px;
    line-height: 19px;
  }

  .advice-box .navigation {
    font-size: 18px;
  }
  .advice-box .navigation .prev {
    font-size: 20px;
  }
  .advice-box .navigation .next {
    font-size: 20px;
  }
  .advice-box .cover h2 {
    font-size: 21px;
  }
  .advice-box ul li p {
    font-size: 15px;
  }
  .advice-box ul li h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .subsection .bottom-section {
    padding: 30px 50px;
    line-height: 21px;
  }

  .page-header p {
    font-size: 13px;
  }

  .home-section .h_padding_3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .main-header p.small-txt {
    font-size: 16px;
    text-transform: uppercase;
  }

  .home-section .content-fixed {
    background: none;
  }

  .form-section .content-fixed, .quiz-section .content-fixed {
    background: none;
  }
  .form-section .mobile, .quiz-section .mobile {
    width: 80%;
    margin: auto;
  }

  .mobile {
    display: block;
  }

  .advice-box ul li {
    padding: 20px 50px;
  }
  .advice-box ul li p {
    font-size: 13px;
  }
  .advice-box ul li .button {
    bottom: 35px;
    left: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .quiz ul li span.question-status {
    display: none;
  }
  .quiz ul li > div label {
    font-size: 15px;
  }
  .quiz ul li p {
    font-size: 24px;
    padding: 0;
  }

  .form-section .mobile {
    width: 90%;
  }

  .advice-box {
    width: 100%;
  }
  .advice-box .navigation {
    top: 50%;
    bottom: auto;
    margin-top: -15px;
    width: 100%;
    left: 0;
  }
  .advice-box .navigation span {
    display: none;
  }
  .advice-box .navigation .prev {
    font-size: 30px;
    left: 20px;
    position: absolute;
  }
  .advice-box .navigation .next {
    font-size: 30px;
    right: 20px;
    position: absolute;
  }
}
@media only screen and (max-width: 540px) {
  .quiz ul li > div label {
    font-size: 12px;
  }
  .quiz ul li p {
    font-size: 20px;
  }
  .quiz ul li .radio {
    width: 50px;
    height: 50px;
    font-size: 45px;
  }

  .home-section .h_padding_3 {
    padding-left: 37px;
    padding-right: 37px;
  }

  .advice-box {
    min-height: 300px;
  }
  .advice-box .navigation .prev {
    font-size: 23px;
    left: 10px;
  }
  .advice-box .navigation .next {
    right: 10px;
    font-size: 23px;
  }
  .advice-box ul li {
    padding: 20px 37px;
  }
  .advice-box ul li .button {
    bottom: 35px;
    left: 37px;
  }

  .form-section .mobile {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .main-header h2 {
    font-size: 25px;
  }
  .main-header p.small-txt {
    font-size: 12px;
  }
}
