@import '_libs/reset.css';

@import '_libs/bootstrap.css';
/*
|--------------------------------------------------------------------------
|  Import libraries
*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* Color Scheme! */
/* country flag positions */
/* car colour positions */
/*
|--------------------------------------------------------------------------
| Included modules
*/
/* Load Font First */
@font-face {
  font-family: 'dinliga-medium';
  src: url('../fonts/din_liga.eot');
  src: local('☺'), url('../fonts/din_liga.eot?#iefix') format('embedded-opentype'), url('../fonts/din_liga.woff') format('woff'), url('../fonts/din_liga.ttf') format('truetype'), url('../fonts/din_liga.svg#din_liga') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinliga-light';
  src: url('../fonts/dinlight.eot');
  src: local('☺'), url('../fonts/dinlight.eot?#iefix') format('embedded-opentype'), url('../fonts/dinlight.woff') format('woff'), url('../fonts/dinlight.ttf') format('truetype'), url('../fonts/dinlight.svg#dinlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinliga-bold';
  src: url('../fonts/dinbol.eot');
  src: local('☺'), url('../fonts/dinbol.eot?#iefix') format('embedded-opentype'), url('../fonts/dinbol.woff') format('woff'), url('../fonts/dinbol.ttf') format('truetype'), url('../fonts/dinbol.svg#dinbol') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinliga-demi';
  src: url('../fonts/dinmed.eot');
  src: local('☺'), url('../fonts/dinmed.eot?#iefix') format('embedded-opentype'), url('../fonts/dinmed.woff') format('woff'), url('../fonts/dinmed.ttf') format('truetype'), url('../fonts/dinmed.svg#dinmed') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
|--------------------------------------------------------------------------
| Elements
|--------------------------------------------------------------------------
*/
body,
html {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  font: normal normal 0.938em/1.333em 'dinliga-light', 'lucida-grande', Tahoma, Verdana;
  color: #5c5c5c;
  background: #000000;
}
.mobile body {
  overflow: visible;
}
body,
button,
input,
select,
textarea {
  font: normal normal 0.938em/1.333em 'dinliga-light', 'lucida-grande', Tahoma, Verdana;
  color: #5c5c5c;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
a {
  outline: none;
}
a img {
  border: none;
}
a:link,
a:visited {
  text-decoration: none;
  color: #5c5c5c;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #5c5c5c;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
p {
  padding: 0;
  margin: 5px 0 8px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
img + p {
  margin-top: 0;
}
ul,
ol {
  padding: 0 0 0 20px;
  margin: 8px 0;
}
ul:first-child,
ol:first-child {
  margin-top: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
li:first-child {
  margin-top: 0;
}
li:last-child {
  margin-bottom: 0;
}
address {
  line-height: 1.5em;
}
.reset {
  list-style: none;
  list-style-image: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}
object,
embed,
video {
  outline: none;
}
object,
button,
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
img {
  display: block;
}
a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
}
h1,
h2,
h1.light,
h2.light {
  color: #fff;
}
h1.dark,
h2.dark,
h1.light.dark,
h2.light.dark {
  color: #272727 !important;
}
h1.black,
h2.black,
h1.light.black,
h2.light.black {
  color: #000 !important;
}
h2 {
  font-size: 36px;
  text-transform: uppercase;
}
h4 {
  font-size: 15px;
}
/*
|--------------------------------------------------------------------------
| Themes
*/
body.dark h3#logo {
  background-position: 0 0;
}
body.dark h1,
body.dark h2 {
  color: #ffffff;
}
body.light h3#logo {
  background-position: 0 -30px;
}
body.light h1,
body.light h2 {
  color: #272727;
}
body.light #header-menu a {
  color: #5c5c5c !important;
}
body.light #header-menu a.active,
body.light #header-menu a:hover {
  color: #000!important;
}
body.dark.white-menu #header-menu li a {
  color: white !important;
}
body.overlap #header {
  position: absolute;
}
body.overlap #s-top {
  height: 795px;
}
/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/
#container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background: url('../images/header.png') no-repeat;
}
#container #main {
  position: relative;
  top: 0;
  overflow: hidden;
}
.hint {
  display: none;
}
/*
|--------------------------------------------------------------------------
| Header
*/
#header {
  width: 1200px;
  z-index: 999;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#header h3#logo {
  width: 221px;
  margin: 50px 0 40px 120px;
  float: left;
  background-image: url('../images/logo.png');
}
#header h3#logo a {
  height: 30px;
  display: block;
}
#header li {
  margin: 0 15px;
  float: left;
}
#header li a {
  text-decoration: none;
  color: #9d9d9d;
  text-transform: uppercase;
}
#header li a.active,
#header li a:hover {
  color: #fff;
}
#header #header-menu {
  margin: 55px 103px 0 0;
  float: right;
  line-height: 1;
}
#header #subnav {
  height: 87px;
  clear: both;
  background: #fff;
  border-top: 1px dotted #272727;
  border-bottom: 1px dotted #272727;
  margin: -1px 0;
  padding-left: 458px;
  position: relative;
  z-index: 200;
}
#header #subnav .more.custom_subnav {
  top: 20px;
  left: 120px;
  position: absolute;
}
#header #subnav .more.custom_subnav i {
  border: none;
  padding: 12px 15px;
}
#header #subnav li {
  margin-top: 36px;
}
#header #subnav li a {
  color: #5c5c5c !important;
}
#header #subnav li a.active,
#header #subnav li a:hover {
  color: #000!important;
}
/*
|--------------------------------------------------------------------------
| Section footer
*/
#s-footer {
  border-top: 1px dotted #272727;
  background-color: #fff;
}
#s-footer .wrapper {
  padding: 24px 0px 42px 0px;
}
#s-footer .shareWrapper {
  float: left;
}
#s-footer .dealer {
  width: 260px;
  float: right;
  margin-top: 15px;
}
#s-footer .dealer.heritage {
  width: 267px;
}
#s-footer .dealer.heritage p {
  text-align: right;
}
#s-footer .dealer.heritage a {
  float: right;
}
#s-footer .more {
  font-size: 14px;
}
/*
|--------------------------------------------------------------------------
| Footer
*/
#footer .adress-col {
  display: block;
  height: 134px;
  overflow: hidden;
  width: 146px;
}
#footer #innerFooter {
  padding: 39px 120px 15px;
  margin-bottom: 0px;
  position: relative;
  z-index: 100;
  color: #828282;
  zoom: 1;
  background: #151515;
}
#footer #innerFooter:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#footer #innerFooter h3 {
  font-size: 1em;
}
#footer #innerFooter a {
  text-decoration: none;
  color: #9d9d9d;
}
#footer #innerFooter a.active,
#footer #innerFooter a:hover {
  text-decoration: none;
  color: #fff;
}
#footer #innerFooter a.more {
  border-color: #828282;
}
#footer #innerFooter a.more span {
  padding-right: 72px;
}
#footer #innerFooter a.more i {
  border-color: #828282;
}
#footer #innerFooter a.more:hover {
  background: transparent;
  border-color: #fff;
}
#footer #innerFooter a.more:hover i {
  border-color: #fff;
}
#footer #innerFooter .corporate {
  width: 140px;
}
#footer #innerFooter .corporate a {
  color: #828282;
}
#footer #innerFooter .corporate a.active,
#footer #innerFooter .corporate a:hover {
  text-decoration: none;
  color: #fff;
}
#footer #innerFooter #footer-logo {
  width: 260px;
  margin-right: 90px;
  padding-top: 15px;
}
#footer #innerFooter #footer-logo a,
#footer #innerFooter #footer-logo img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#footer #innerFooter #footer-address {
  width: 350px;
  line-height: 22px;
}
#footer #innerFooter #footer-address .left {
  margin-right: 45px;
}
#footer #innerFooter #footer-address p {
  margin: 0;
}
#footer #innerFooter #footer-menu {
  width: 254px;
}
#footer #innerFooter #footer-menu .tw {
  width: 131px;
}
#footer #innerFooter #footer-menu .tw span {
  padding-right: 16px;
}
#footer #innerFooter #footer-menu .tw i {
  padding: 0;
  height: 42px;
  background: url('../images/footer_follow_tw_bg.png') no-repeat;
  width: 39px;
}
#footer #innerFooter #footer-menu .fb {
  width: 111px;
  float: right;
}
#footer #innerFooter #footer-menu .fb span {
  padding-right: 23px;
}
#footer #innerFooter #footer-menu .fb i {
  padding: 0;
  height: 42px;
  background: url('../images/footer_follow_fb_bg.png') no-repeat;
  width: 39px;
}
#footer #innerFooter .col,
#footer #innerFooter .left {
  float: left;
}
#footer #outerFooter {
  padding: 20px 0 50px 0;
  position: relative;
  width: 1200px;
  text-align: center;
}
#footer #outerFooter ul {
  margin: 0 auto;
  width: 528px;
  line-height: 30px;
  text-transform: uppercase;
  color: #424242;
  font-size: 0.8em;
}
#footer #outerFooter ul li {
  margin-right: 18px;
  float: left!important;
  display: block;
  font-size: 13px;
}
#footer #outerFooter ul li.follow {
  position: absolute;
  top: 0;
  left: 820px;
}
#footer #outerFooter ul li.follow a {
  margin: 13px 5px 0 0;
  border: none;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  /* IE 5-7 */

  filter: alpha(opacity=25);
  /* Netscape */

  -moz-opacity: 0.25;
  /* Safari 1.x */

  -khtml-opacity: 0.25;
  /* Good browsers */

  opacity: 0.25;
}
#footer #outerFooter ul li.follow a:hover {
  background: transparent;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */

  filter: alpha(opacity=100);
  /* Netscape */

  -moz-opacity: 1;
  /* Safari 1.x */

  -khtml-opacity: 1;
  /* Good browsers */

  opacity: 1;
}
#footer #outerFooter ul li.follow span {
  position: relative;
  top: -15px;
  margin-right: 10px;
}
#footer #outerFooter ul li a {
  color: #424242 !important;
}
#footer #outerFooter ul li a:hover {
  color: #828282 !important;
}
/*
|--------------------------------------------------------------------------
| Section style
*/
section {
  position: relative;
}
section .wrapper {
  position: relative;
  zoom: 1;
}
section .wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
section .wrapper.layout {
  width: 960px;
  margin: 0 auto;
  padding: 95px 90px;
}
section .wrapper .bg {
  z-index: 100;
}
section .wrapper .bg img {
  display: block;
}
section .wrapper .fg {
  z-index: 200;
}
section .wrapper.grid-details .row {
  margin: 0;
}
section .wrapper.grid-details .row.section {
  padding: 15px 0 30px;
}
section .wrapper.grid-details .row .span9 {
  width: 760px;
  margin-left: 0px;
  padding: 0 0 30px 0;
}
section .wrapper.grid-details .row .span9.first {
  padding-top: 0 !important;
}
section .wrapper.grid-details .row .span3 {
  width: 180px;
  margin-left: 20px;
  padding: 15px 0 30px 0;
}
section .wrapper.grid-details .row .span3.first {
  padding-top: 0 !important;
}
section .wrapper.grid-details .row .span3 address {
  margin-bottom: 30px;
}
section .wrapper.grid-details .row .span2 {
  width: 180px;
  margin: 0;
  padding-right: 20px;
}
section .wrapper.grid-details .row .span7 {
  width: 560px;
  margin: 0;
}
section .pagebreak {
  position: absolute;
  top: 0;
  left: 120px;
  line-height: 1;
  text-transform: uppercase;
  color: #272727;
  display: inline-block;
  z-index: 300;
  zoom: 1;
}
section .pagebreak:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
section .pagebreak span {
  padding: 14px 14px 14px 0;
  display: block;
  float: left;
}
section .pagebreak i {
  width: 16px;
  padding: 14px 14px 8px;
  display: block;
  float: left;
  border-left: 1px dotted #272727;
  font-style: normal;
  font-family: 'dinliga-medium';
}
section .pagebreak i.light {
  background-position: 50% -40px;
  border-color: #fff;
}
section .pagebreak.light {
  color: #fff;
}
section nav {
  color: #272727;
  position: absolute;
  top: 425px;
  left: 120px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(scripts/PIE.htc);
  zoom: 1;
  border: 1px solid #272727;
  display: inline-block;
  width: auto;
  font-family: 'dinliga-light';
  z-index: 310;
}
section nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
section nav a,
section nav a:visited {
  background-color: transparent;
  display: inline-block;
  float: left;
  color: #272727;
}
section nav a:hover,
section nav a:visited:hover,
section nav a:active,
section nav a:visited:active {
  color: #fff;
  background-color: #272727;
}
section nav a.light,
section nav a:visited.light {
  color: #fff;
}
section nav a.light:hover,
section nav a:visited.light:hover,
section nav a.light:active,
section nav a:visited.light:active {
  background-color: #fff;
  color: #272727;
}
section nav i {
  width: 16px;
  margin: 4px 0px;
  padding: 8px 12px;
  display: block;
  float: left;
  display: inline-block;
  font-style: normal;
  border-left: 1px dotted #272727;
}
section nav i.left {
  border-left: none;
  border-right: 1px dotted #272727;
}
section nav i.light {
  background-position: 50% -93px;
  border-left: 1px dotted #fff;
}
section nav i.light.left {
  border-left: none;
  border-right: 1px dotted #fff;
  background-position: 50% -138px;
}
section nav .label {
  float: left;
  line-height: 44px;
  margin: 0px 8px;
}
section nav.light {
  border: 1px solid #fff;
  color: #fff;
}
button.more {
  border: 1px solid #272727;
}
.more,
.more.light,
.more.left {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(scripts/PIE.htc);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  zoom: 1;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  padding: 0px;
  text-decoration: none !important;
  background: transparent;
}
.more:after,
.more.light:after,
.more.left:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.more:link,
.more.light:link,
.more.left:link,
.more:visited,
.more.light:visited,
.more.left:visited,
.more:active,
.more.light:active,
.more.left:active {
  border: 1px solid #fff;
  text-decoration: none !important;
  color: #fff;
  outline: none;
}
.more:hover,
.more.light:hover,
.more.left:hover,
.more.hover,
.more.light.hover,
.more.left.hover {
  border: 1px solid white;
  color: #272727;
  background: #fff;
  text-decoration: none !important;
  cursor: pointer!important;
}
.more:hover i,
.more.light:hover i,
.more.left:hover i,
.more.hover i,
.more.light.hover i,
.more.left.hover i {
  border-left: 1px dotted #272727;
}
.more:hover i.left,
.more.light:hover i.left,
.more.left:hover i.left,
.more.hover i.left,
.more.light.hover i.left,
.more.left.hover i.left {
  border-left: none;
  border-right: 1px dotted #272727;
}
.more.social,
.more.light.social,
.more.left.social {
  float: left !important;
  margin-right: 18px;
  padding-top: 0;
}
.more.social i,
.more.light.social i,
.more.left.social i {
  background: #0080b2 url('../images/social_login.png') 10px center no-repeat;
  height: 21px;
  border-color: transparent;
}
.more.social.fb i,
.more.light.social.fb i,
.more.left.social.fb i {
  background-color: #3c589d;
  background-position: -85px center;
}
.more.group,
.more.light.group,
.more.left.group {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  behavior: url(scripts/PIE.htc);
  border: none;
  margin-right: -1px;
  padding-right: 1px;
}
.more.group span,
.more.light.group span,
.more.left.group span {
  line-height: 37px;
  margin: 3px 0;
  border-left: 1px dotted #fff;
}
.more.group:first-child span,
.more.light.group:first-child span,
.more.left.group:first-child span {
  border: none;
}
.more span,
.more.light span,
.more.left span {
  line-height: 43px;
  padding: 0px 15px;
  display: block;
  float: left;
  text-align: center;
}
.more i,
.more.light i,
.more.left i {
  width: 16px;
  padding: 11px 12px;
  display: block;
  float: left;
  display: inline-block;
  border-left: 1px dotted #fff;
  font-style: normal;
  font-family: "dinliga-light";
}
.more i.left,
.more.light i.left,
.more.left i.left {
  border-left: none;
  border-right: 1px dotted #fff;
}
.more i.down,
.more.light i.down,
.more.left i.down,
.more i.up,
.more.light i.up,
.more.left i.up {
  font-family: "dinliga-medium";
}
.more.dark:link,
.more.light.dark:link,
.more.left.dark:link,
.more.dark:visited,
.more.light.dark:visited,
.more.left.dark:visited,
.more.dark:active,
.more.light.dark:active,
.more.left.dark:active {
  border: 1px solid #272727;
  color: #272727;
}
.more.dark:hover,
.more.light.dark:hover,
.more.left.dark:hover,
.more.dark.hover,
.more.light.dark.hover,
.more.left.dark.hover {
  color: #fff;
  background: #272727;
}
.more.dark:hover i,
.more.light.dark:hover i,
.more.left.dark:hover i,
.more.dark.hover i,
.more.light.dark.hover i,
.more.left.dark.hover i {
  border-left: 1px dotted #fff;
}
.more.dark:hover i.left,
.more.light.dark:hover i.left,
.more.left.dark:hover i.left,
.more.dark.hover i.left,
.more.light.dark.hover i.left,
.more.left.dark.hover i.left {
  border-left: none;
  border-right: 1px dotted #fff;
}
.more.dark i,
.more.light.dark i,
.more.left.dark i {
  border-left: 1px dotted #272727;
}
.more.dark i.left,
.more.light.dark i.left,
.more.left.dark i.left {
  border-left: none;
  border-right: 1px dotted #272727;
}
.more.dark.social i,
.more.light.dark.social i,
.more.left.dark.social i {
  border-color: transparent;
}
.more.dark.social:hover,
.more.light.dark.social:hover,
.more.left.dark.social:hover,
.more.dark.social.hover,
.more.light.dark.social.hover,
.more.left.dark.social.hover {
  background-color: #0080b2;
}
.more.dark.social:hover.fb,
.more.light.dark.social:hover.fb,
.more.left.dark.social:hover.fb,
.more.dark.social.hover.fb,
.more.light.dark.social.hover.fb,
.more.left.dark.social.hover.fb {
  background-color: #3c589d;
}
.more.dark.social:hover i,
.more.light.dark.social:hover i,
.more.left.dark.social:hover i,
.more.dark.social.hover i,
.more.light.dark.social.hover i,
.more.left.dark.social.hover i {
  border-color: #fff;
}
.more.right,
.more.light.right,
.more.left.right {
  float: right;
}
/* slideshow navigation */
.thumbnails {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.thumbnails:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.thumbnails li,
.thumbnails a,
.thumbnails img {
  display: block;
}
.thumbnails li {
  margin: 0 10px 10px 0;
}
.thumbnails li.last-child,
.thumbnails li:last-child {
  margin-right: 0px;
}
.thumbnails li a {
  padding: 4px;
  border: 1px solid #cccccc;
  position: relative;
}
.thumbnails li a i.video {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 33%;
  left: 33%;
  background: transparent url('../images/icon-play.png') no-repeat center center;
}
#scrollTopWrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#scrollTopWrap #scrollTopCenter {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: none;
}
#scrollTopWrap #scrollTopCenter #scrollTop {
  font-size: 1em;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 47px;
  background: #000;
  color: #fff;
  border-color: #fff;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#scrollTopWrap #scrollTopCenter #scrollTop.on,
#scrollTopWrap #scrollTopCenter #scrollTop:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#scrollTopWrap #scrollTopCenter #scrollTop i {
  border-color: #fff;
}
/*
|--------------------------------------------------------------------------
| Slides
|--------------------------------------------------------------------------
*/
.slides {
  width: 1200px;
  height: 550px;
  overflow: hidden;
  /*overflow-x:scroll;*/

}
.slides .scroll-wrapper {
  width: 24000px;
}
.slides .slide {
  float: left;
  position: relative;
  width: 1200px;
  height: 550px;
}
.slides .slide.aluminium-body .fg {
  width: 220px;
}
.slides .slide.timeless-beauty .fg.right {
  top: 90px;
  width: 315px;
  left: 765px;
  text-align: right;
}
.slides .bg img {
  position: absolute;
}
.slides .fg {
  position: absolute;
  width: 260px;
  top: 115px;
  color: #272727;
  /** CSS differences when this is the light colored version */

}
.slides .fg h2 {
  color: #272727;
}
.slides .fg.left {
  left: 120px;
}
.slides .fg.right {
  left: 820px;
}
.slides .fg .body {
  margin-top: 20px;
}
.slides .fg.light {
  color: #fff!important;
}
.slides .fg.light h2 {
  color: #fff!important;
}
.slides .fg.light nav,
.slides .fg.light nav.light {
  border: 1px solid #fff;
}
.slides .fg.light nav a:link,
.slides .fg.light nav.light a:link,
.slides .fg.light nav a:visited,
.slides .fg.light nav.light a:visited {
  text-decoration: none!important;
}
.slides .fg.light nav a:hover,
.slides .fg.light nav.light a:hover,
.slides .fg.light nav a:active,
.slides .fg.light nav.light a:active {
  background-color: #fff;
  text-decoration: none!important;
}
.slides .fg.light nav a:hover i,
.slides .fg.light nav.light a:hover i,
.slides .fg.light nav a:active i,
.slides .fg.light nav.light a:active i {
  background-position: 50% -3px;
}
.slides .fg.light nav a:hover i.left,
.slides .fg.light nav.light a:hover i.left,
.slides .fg.light nav a:active i.left,
.slides .fg.light nav.light a:active i.left {
  background-position: 50% -229px;
}
.slides .fg.light nav i,
.slides .fg.light nav.light i {
  background-position: 50% -93px;
  border-left: 1px dotted #fff;
}
.slides .fg.light nav i.left,
.slides .fg.light nav.light i.left {
  border-left: none;
  border-right: 1px dotted #fff;
  background-position: 50% -138px;
}
/*
|--------------------------------------------------------------------------
| end slides
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Home module
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Specific sections
*/
#s-home .wrapper {
  height: 795px;
}
#s-home .wrapper .fg {
  width: 490px;
  position: absolute;
  top: 530px;
  left: 120px;
}
#s-home .wrapper .fg h1,
#s-home .wrapper .fg h1.light {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: -1.2px;
  line-height: 38px;
  margin: -1px 0 0;
  text-transform: uppercase;
}
#s-home .wrapper .fg p {
  margin: 20px 0;
}
#s-home .wrapper .slide_heritage .fg {
  top: 140px;
  width: 550px;
}
#s-home .wrapper .slide_heritage .fg h1 {
  margin-bottom: 30px;
}
#s-explore {
  background: #fff;
}
#s-explore .wrapper .col {
  float: left;
  width: 318px;
  height: 430px;
  background: #000;
  margin-right: 2px;
  cursor: pointer;
  position: relative;
}
#s-explore .wrapper .col .media {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 318px;
  height: 279px;
}
#s-explore .wrapper .col .body {
  padding: 20px 0;
  position: absolute;
  top: 279px;
  left: 0px;
  width: 100%;
}
#s-explore .wrapper .col .body.hover {
  top: 150px;
}
#s-explore .wrapper .col h1,
#s-explore .wrapper .col h2 {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
#s-explore .wrapper .col h1 a:hover,
#s-explore .wrapper .col h2 a:hover {
  text-decoration: none;
}
#s-explore .wrapper .col h1 {
  margin: 0 0 5px;
  font-size: 0.933em;
  color: #5c5c5c;
}
#s-explore .wrapper .col h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.333em;
  color: #fff;
}
#homeSlider {
  overflow: hidden;
  top: 0px;
  left: 0px;
}
#homeSlider .slide {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: inherit;
}
#homeSlider .slide .bg {
  width: 1200px;
  height: inherit;
}
#homeSlider .slide.active {
  z-index: 100;
  display: block;
}
#homeSlider .slide.light h1 {
  color: #fff;
}
#homeSlider .slide.light .fg p {
  color: #9a9a9a;
}
#homeSlider .b6-overlay {
  display: none;
  position: absolute;
  top: 115px;
}
#homeSlider .slide_teaser .bg {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  border-bottom: 1px dotted #272727;
  background: #000;
}
#homeSlider .slide_teaser .bg .on-img,
#homeSlider .slide_teaser .bg .off-img {
  position: absolute;
}
#homeSlider .slide_teaser .bg .on-img {
  z-index: 10;
}
#homeSlider .slide_teaser .car_fallback {
  position: absolute;
  top: 340px;
  left: 100px;
}
#homeSlider .slide_teaser .fg {
  left: 118px;
  margin: 0;
  top: 167px;
  width: 368px;
}
#homeSlider .slide_teaser .fg h1 {
  padding-bottom: 0;
  line-height: 47.1px;
  margin-bottom: 230px;
  letter-spacing: -2px;
  font-weigt: lighter;
}
#homeSlider .slide_teaser .fg p {
  width: 297px;
  padding-bottom: 6px;
}
#homeSlider .slide_teaser .fg .more {
  left: 1px;
  position: absolute;
  top: 494px;
}
#homeSlider .slide_teaser .fg .more i {
  border-left: 1px dotted #FFFFFF;
  display: inline-block;
  float: left;
  font-family: "dinliga-light";
  font-style: normal;
  height: 20px;
  margin-top: 4px;
  padding: 7px 12px;
  width: 16px;
}
#homeSlider .slide_teaser .fg .more:hover i {
  border-left: 1px dotted black;
}
#homeSlider .slide_teaser .fg .more span {
  letter-spacing: -0.6px;
}
#homeSlider .slide_teaser #teaserWrap {
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #homeSlider .slide.light .fg p {
    color: #B2B2B2;
  }
}
/*
|--------------------------------------------------------------------------
| end Home section
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| 404 Section
|--------------------------------------------------------------------------
*/
#s-404 {
  height: 320px;
  position: relative;
}
#s-404 #car_404 {
  width: 294px;
  height: 82px;
  background: transparent url('../images/404_car.png') no-repeat center center;
  position: absolute;
  top: 100px;
  left: -100px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#s-404 h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 200px;
  left: 40%;
}
/*
|--------------------------------------------------------------------------
| Events section
|--------------------------------------------------------------------------
*/
.events-header h1 {
  color: #000000;
  font-size: 38px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  top: 68px;
  width: 100%;
  z-index: 20;
}
.events-intro {
  height: 297px;
  background-color: white;
  border-bottom: 1px dotted black;
  position: relative;
}
.events-intro h1 {
  color: #000000;
  font-size: 38px;
  left: 114px;
  position: absolute;
  text-transform: uppercase;
  top: 53px;
  z-index: 10;
}
.events-intro p {
  position: absolute;
  top: 105px;
  width: 470px;
}
.events-intro .left {
  left: 118px;
}
.events-intro .right {
  left: 615px;
}
.events-intro a {
  left: 119px;
  position: absolute;
  top: 200px;
}
.events-slides {
  height: 469px;
  background-color: white;
  border-bottom: 1px dotted black;
  position: relative;
}
.events-slides h1 {
  color: black;
  font-size: 38px;
}
.events-slides .slideshow {
  height: 390px;
  left: 120px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 40px;
  width: 670px;
}
.events-slides .slideshow li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 390px;
  width: 670px;
  left: 100%;
}
.events-slides .slideshow li.show {
  left: 0;
}
.events-slides .description {
  left: 816px;
  position: absolute;
  top: 52px;
  width: 268px;
}
.events-slides .description p {
  padding-left: 5px;
}
.events-slides nav {
  left: 821px;
  top: 365px;
}
.events-quote {
  height: 622px;
  background-color: white;
  position: relative;
  transition: height 0.2s;
}
.events-quote h1 {
  color: #000000;
  font-size: 38px;
  left: 117px;
  position: absolute;
  text-transform: uppercase;
  top: 54px;
}
.events-quote p {
  left: 117px;
  margin: 0;
  position: absolute;
  top: 110px;
}
.events-quote form {
  height: 385px;
  left: 120px;
  margin: 0;
  position: absolute;
  top: 130px;
  width: 959px;
}
.events-quote .first {
  width: 466px;
  height: 309px;
  float: left;
  margin-right: 27px;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
.events-quote .last {
  width: 466px;
  height: 309px;
  float: left;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
.events-quote .control-group {
  border-bottom: 1px dotted black;
  clear: both;
  height: 59px;
  margin: 0;
  width: 100%;
}
.events-quote .control-group.last-group {
  border-bottom: none;
}
.events-quote .control-group label {
  float: left;
  margin: 0;
  padding-top: 21px;
  width: 133px;
}
.events-quote .control-group input {
  width: 322px;
  margin-top: 10px;
}
.events-quote .control-group input.error {
  margin-left: -2px;
}
.events-quote .control-group textarea {
  margin-top: 10px;
  width: 322px;
  height: 100px;
  resize: none;
}
.events-quote h3 {
  color: #5C5C5C;
  font-size: 15px;
  padding-left: 0;
  padding-top: 23px;
  padding-bottom: 18px;
}
.events-quote .checkbox {
  float: left;
  height: 126px;
  width: 220px;
  padding-left: 0;
}
.events-quote .checkbox label {
  padding-bottom: 15px;
  padding-left: 43px;
  line-height: 32px;
}
.events-quote button {
  position: absolute;
  right: -2px;
  top: 340px;
}
/*
|--------------------------------------------------------------------------
| Brand section
|--------------------------------------------------------------------------
*/
#s-brand-list .wrapper {
  height: 400px;
  overflow: hidden;
}
#s-brand-list .wrapper .bg,
#s-brand-list .wrapper .fg {
  position: absolute;
}
#s-brand-list .wrapper .fg {
  top: 50px;
  left: 120px;
}
#s-brand-list .wrapper .fg h2 {
  font-size: 2.4em;
  color: #fff;
  text-transform: uppercase;
  width: 360px;
}
#s-brand-list .wrapper .fg .more {
  position: relative;
  top: 190px;
}
#s-brand-item #videoWrapper,
#s-brand-item #videoPlayerBrand,
#s-brand-item #galleryWrapper {
  width: 1200px;
  height: 674px;
}
#s-brand-item #detailsWrapper {
  background: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 30px 120px;
}
#s-brand-item #detailsWrapper #descWrapper {
  position: relative;
  padding: 10px 0;
}
#s-brand-item #detailsWrapper #descWrapper h2 {
  text-transform: uppercase;
  font-size: 2.4em;
  margin: 0px 0;
  max-width: 500px;
}
#s-brand-item #detailsWrapper #descWrapper p {
  max-width: 500px;
}
#s-brand-item #detailsWrapper #descWrapper img {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  max-width: 220px;
}
#s-brand-item #detailsWrapper #shareWrapper {
  position: relative;
  min-height: 100px;
  height: 100px;
  height: auto!important;
}
#s-brand-item #detailsWrapper #shareWrapper ul {
  position: absolute;
  top: 0;
  left: 10%;
}
#s-brand-item #galleryWrapper .slide {
  position: absolute;
  display: none;
}
#s-brand-item #galleryWrapper .slide:first-child {
  display: block;
}
#s-brand-item #galleryWrapper .more {
  display: none;
  position: absolute;
  margin: 300px 0 0 120px;
  border-color: #999;
  color: #999;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
#s-brand-item #galleryWrapper .more.custom_next {
  right: 120px;
}
#s-brand-item #galleryWrapper .more:hover {
  border-color: #000;
  color: #000;
  background: #fff;
}
#s-brand-item #galleryWrapper .more i {
  border: none;
  padding: 12px 15px;
}
/*
|--------------------------------------------------------------------------
| end Brand section
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Models overview
|--------------------------------------------------------------------------
*/
.models-overview {
  background-color: white;
  width: 1200px;
}
.models-overview .model {
  border-bottom: 1px dotted black;
  width: 100%;
  height: 491px;
  display: block;
  position: relative;
  -webkit-transition: background-position 0.8s ease;
  -moz-transition: background-position 0.8s ease;
  -o-transition: background-position 0.8s ease;
  -ms-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
}
.models-overview .model span {
  color: black;
  display: block;
  font-size: 26px;
  left: 119px;
  letter-spacing: 1px;
  line-height: 30px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 53px;
  width: 280px;
}
.models-overview .model.c8 {
  background: url('../media/models-overview-c8.jpg') no-repeat;
}
.models-overview .model.c8 span {
  width: 150px;
}
.models-overview .model.b6 {
  background: url('../media/models-overview-b6.jpg') no-repeat;
}
.models-overview .model.b6-spyder {
  background: url('../media/models-overview-b6_spyder.jpg') no-repeat;
}
.models-overview .model:hover {
  background-position: 10px 0;
}
/*
|--------------------------------------------------------------------------
| end Models overview
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Model Sections navication
|--------------------------------------------------------------------------
*/
#sections-nav {
  height: 170px;
  margin-left: 1140px;
  top: 50%;
  position: fixed;
  width: 60px;
  z-index: 2000;
}
#sections-nav .nav-inner {
  width: 60px;
  height: 170px;
  margin-top: -85px;
  background: url("../images/bg-model-nav.gif") no-repeat scroll 0 0 #000000;
}
#sections-nav a {
  width: 100%;
  height: 56px;
  float: left;
  transition: opacity 0.3s linear 0s;
  overflow: hidden;
}
#sections-nav a:hover,
#sections-nav a.disabled {
  opacity: 0.5;
}
#sections-nav a.disabled {
  cursor: default;
}
#sections-nav .up {
  background: url('../images/icon-arr-up-sidenav.png') center center no-repeat;
}
#sections-nav .count {
  color: white;
  float: left;
  font-size: 18px;
  height: 58px;
  line-height: 62px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#sections-nav .down {
  background: url('../images/icon-arr-down-sidenav.png') center center no-repeat;
}
#sections-nav ul.pages {
  display: none;
}
#sections-nav-old {
  padding: 5px 10px;
  text-transform: uppercase;
  width: 240px;
  position: absolute;
  right: 120px;
  z-index: 10000;
  bottom: 50px;
  background-color: #000;
  cursor: pointer;
  display: block;
  top: auto;
  left: auto;
}
#sections-nav-old.fixed-nav {
  position: fixed;
  top: 0px;
  overflow: hidden;
  height: 30px;
  z-index: 10000;
  /* 		display: none; */

}
#sections-nav-old.fixed-nav h3 {
  font-size: 1.25em;
  color: #fff;
  padding: 0px 5px 10px;
}
#sections-nav-old.hover,
#sections-nav-old:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#sections-nav-old h3 {
  font-size: 1.25em;
  color: #fff;
  padding: 10px;
}
#sections-nav-old ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sections-nav-old ul li {
  display: block;
  border-top: 1px dotted #484848;
}
#sections-nav-old ul li.active a {
  background-position: 95% -315px;
}
#sections-nav-old ul li.active a:hover {
  background-position: 95% -360px;
  color: #fff;
}
#sections-nav-old ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #9d9d9d;
  padding: 0 10px;
  display: block;
  background: transparent url('../images/icon-arr.png') no-repeat 95% -45px;
}
#sections-nav-old ul li a:hover {
  color: #fff;
  text-decoration: none;
  background-position: 95% -90px;
}
/*
|--------------------------------------------------------------------------
| Privacy&terms sections
|--------------------------------------------------------------------------
*/
#s-privacy,
#s-terms {
  background: #fff;
}
#s-privacy .wrapper,
#s-terms .wrapper {
  padding-top: 50px;
  margin: 0 auto;
  width: 50%;
}
#s-privacy h1,
#s-terms h1 {
  color: #000;
  font-size: 2.4em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#s-privacy h3,
#s-terms h3 {
  color: #337dc8;
  font-size: 1em;
  margin: 20px 0 10px ;
  text-transform: uppercase;
}
#s-privacy p,
#s-terms p {
  margin: 10px 0;
}
#s-general-terms {
  background-color: white;
}
#s-general-terms h1 {
  font-size: 36px;
  color: black;
  text-transform: uppercase;
  border-bottom: 1px dotted black;
  padding-bottom: 28px;
  margin: 0px;
}
#s-general-terms .item {
  border-bottom: 1px dotted black;
  padding-top: 19px;
  padding-bottom: 19px;
}
#s-general-terms .column-1 {
  width: 780px;
  float: left;
}
#s-general-terms .column-2 {
  width: 180px;
  float: left;
}
#s-general-terms .title {
  padding-top: 12px;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  color: black;
}
/*
|--------------------------------------------------------------------------
| Global classes
*/
.left_border {
  border-left: 1px dotted #272727;
}
.right_border {
  border-right: 1px dotted #272727;
}
.top_border {
  border-top: 1px dotted #272727;
}
.bottom_border {
  border-bottom: 1px dotted #272727;
}
.date,
.detail-section-title,
address strong {
  text-transform: uppercase;
  color: #337dc8;
  margin-bottom: 5px;
}
.details-header-intro {
  color: #5c5c5c;
  font-size: 1.3em;
  margin: 20px 0;
  line-height: 1.3em;
}
.details-header-title {
  margin: 0 0 20px 0;
}
.social {
  text-transform: uppercase;
  font-size: 0.9em;
  padding-top: 15px;
}
.social.top_reset {
  padding-top: 0;
}
.social a {
  line-height: 35px;
  display: block;
  padding-left: 45px;
  margin: 0 0 5px;
  background: transparent url('../images/icon-share.png') no-repeat 0 0;
}
.social a.share_fb,
.social a.fb_page {
  background-position: 0 0;
}
.social a.share_tw,
.social a.tw_page {
  background-position: 0 -40px;
}
.social a.share_email {
  background-position: 0 -80px;
}
.box {
  width: 465px;
  height: 287px;
  overflow: hidden;
  background: #fff;
}
.box.dark {
  background: #000;
  color: #fff;
}
.box .body {
  padding: 35px 30px 10px 30px;
}
.box form {
  margin-top: 10px;
}
.box form label {
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 0;
  line-height: 35px;
  width: 98px;
  float: left;
}
.box form .control-group {
  border-top: 1px dotted #272727;
  margin: 0px;
  padding: 10px 0px;
  position: relative;
}
.box form .control-group.buttons {
  border: none;
  padding: 0;
  margin-bottom: -10px;
}
.box form input {
  float: left;
}
.box form input[type="text"],
.box form input[type="digits"],
.box form input[type="email"],
.box form input.textinput {
  width: 295px;
}
.box form .more {
  margin-top: 10px;
  float: right;
}
input[type="text"],
input[type="digits"],
input[type="email"],
textarea,
input.textinput {
  height: 28px;
  line-height: 38px;
  background-color: #f4f4f4!important;
  font-size: 15px;
  font-family: 'dinliga-light', 'lucida-grande', Tahoma, Verdana;
  border-width: 1px;
}
input[type="text"].error,
input[type="digits"].error,
input[type="email"].error,
textarea.error,
input.textinput.error {
  height: 26px;
  border-color: #ff0000;
  border-width: 2px;
}
textarea {
  line-height: 1em!important;
}
form em {
  position: absolute;
  line-height: 42px;
  top: 8px;
  margin-top: 2px!important;
  width: 100%!important;
  display: block;
  background: transparent url('../images/error_arrow.gif') no-repeat center left;
  padding-left: 12px;
  font-style: normal;
}
form em label {
  width: auto!important;
  display: inline!important;
  background: none repeat scroll 0 0 #FF0000;
  color: #FFFFFF;
  display: block;
  padding: 0px 20px;
  margin: 0px!important;
  font-size: 1em;
  font-family: 'dinliga-light';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 38px!important;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  behavior: url(scripts/PIE.htc);
}
.select-wrapper {
  width: 333px;
  overflow: hidden;
  float: left;
  height: 40px;
  background: url('../images/form-select.png') right top no-repeat;
}
.select-wrapper.error {
  background-position: right bottom;
}
.select-wrapper select {
  width: 352px;
  background: transparent;
  border: none;
  height: 40px;
  -webkit-appearance: none;
  font-family: 'dinliga-light', 'lucida-grande', Tahoma, Verdana;
  font-size: 15px;
  color: #555;
  padding-left: 5px;
  outline: medium none;
}
/* hack to fix the alignment in firefox */
@-moz-document url-prefix() {
  .select-wrapper select {
    padding-top: 9px;
  }
  .select-wrapper select:focus {
    outline: none;
  }
}
.lt-ie10 .select-wrapper select {
  width: 360px;
}
.lt-ie9 .select-wrapper {
  height: 40px;
}
.lt-ie9 .select-wrapper select {
  width: 360px;
  margin-top: -6px;
}
.lt-ie8 .select-wrapper {
  background: transparent;
}
.lt-ie8 .select-wrapper select {
  margin: 8px 0 0;
  width: 360px;
  height: auto;
}
.checkbox label {
  width: auto !important;
  padding-left: 40px;
  padding-bottom: 2px;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox] + label {
  background: url('../images/form-checkbox.png') 1px 1px no-repeat;
}
.checkbox input[type=checkbox]:hover + label {
  background-position: 1px -99px;
}
.checkbox .hovered {
  background-position: 1px -99px !important;
}
.checkbox input[type=checkbox]:checked + label {
  background-position: 1px -199px !important;
}
.checkbox .checked {
  background-position: 1px -199px !important;
}
.checkbox .error {
  background-position: 0 -301px !important;
}
.lt-ie9 input[type=checkbox] {
  position: absolute;
}
/*
|--------------------------------------------------------------------------
| Touch css
|--------------------------------------------------------------------------
*/
.touch #scrollTop {
  position: device-fixed !important;
}
.touch #sections-nav.fixed-nav {
  position: device-fixed !important;
}
.touch nav a.reset {
  background-color: transparent!important;
  color: #272727 !important;
}
.touch a:hover {
  text-decoration: none!important;
}
.touch a.more:hover,
.touch nav a {
  background: inherit;
}
.touch a.more:hover.dark,
.touch nav a.dark {
  color: #000;
}
/*
|--------------------------------------------------------------------------
| old ipads
|--------------------------------------------------------------------------
*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .touch #scrollTop {
    display: none !important;
  }
  @-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
  .touch .hint {
    z-index: 99999;
    width: 225px;
    height: 45px;
    padding: 180px 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
  }
  .touch #ipad_swipe {
    margin: 160px  0 0 500px;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.86) url(../images/icon_swipe.png) center 71px no-repeat;
  }
}
/* old iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    overflow: hidden;
    width: 1112px;
    margin: 0 0 0 -88px;
  }
}
/* old iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #ipad_tilt {
    display: block;
    margin: 200px  0 0 272px;
    position: fixed;
    background: rgba(0, 0, 0, 0.86) url(../images/icon_tilt_device.png) center 37px no-repeat;
    -webkit-animation: fade-out 2s 1 forwards;
    -webkit-animation-delay: 5s;
  }
}
/*
|--------------------------------------------------------------------------
| Multi step forms
|--------------------------------------------------------------------------
*/
.multistep-form-wrapper {
  position: relative;
  overflow: hidden;
  width: auto;
}
#modal-download {
  overflow: hidden;
}
#modal-download .btn-group {
  /*
.clearfix();

	a.prev{float: left;}
	a.next{float: right;}
*/

}
.multistep-form .step {
  float: left;
  overflow-y: auto;
}
#contentLicence p {
  height: 240px;
  overflow-y: auto;
}
/*
|--------------------------------------------------------------------------
| Experiment
|--------------------------------------------------------------------------
*/
.test {
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(scripts/PIE.htc);
  zoom: 1;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  padding: 0px;
  text-decoration: none;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.test:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
