@font-face {
    font-family: 'suzukiproregularregular';
    src: url('../font/suzukiproregular-webfont.woff2') format('woff2'),
         url('../font/suzukiproregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'suzukiproboldregular';
    src: url('../font/suzukiprobold-webfont.woff2') format('woff2'),
         url('../font/suzukiprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'suzukiproheadlineregular';
    src: url('../font/suzukiproheadline-webfont.woff2') format('woff2'),
         url('../font/suzukiproheadline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  position: relative;
  font-family: Arial, sans-serif;
}

.clr:after {
  content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clear {
  clear: both;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  background: #fff;
}

#layout {
  position: relative;
  max-width: 1520px;
  margin: 28px auto 0 auto;  
  padding: 0 15px 20px 15px; 
}

header * {
  color: #003145;
}

header {
  padding: 0 0 15px 0;
}

#dealerLogo {
  float: left;
  max-width: 125px;
  padding: 20px 0 0 0;
  margin: 0 40px 0 0;
}

#brandLogo {
  float: right;
  max-width: 197px;
  margin: 0 0 0 50px;
}

header #name {
  float: left;
  padding: 14px 0 0 0;
}

header h1 {
  font-family: 'suzukiproheadlineregular';
  font-size: 40px;
  line-height: 120%;
}

header p {
  font-family: 'suzukiproregularregular';
  font-size: 20px;
  line-height: 140%;
}

#selector {
  white-space: nowrap;
}

#car {
  display: flex;
  float: left;
  width: 49.7%;
  max-width: 755px;
}

#motor {
  display: flex;
  float: right;
  width: 49.7%;
  max-width: 755px;
}

#car span, #motor span {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  max-width: 755px;
  height: 50px;
  display: block;
  background: url('../img/oc.png');
  color: #003145;
  text-decoration: none;
  font-family: 'suzukiproheadlineregular';
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  padding: 5px 0 0 0;
}

#car:hover img, #motor:hover img { opacity: 0.8; }

@media only screen and (max-width:1278px) {  
  header #name { padding: 25px 0 0 0; }
  header h1 { font-size: 30px; }
  header p { font-size: 16px; }
  #dealerLogo { margin: 0 20px 0 0; }
  #brandLogo { margin: 0 0 0 20px; }
  #brandLogo { max-width: 170px; }
}

@media only screen and (max-width:920px) {  
  header div { float: none !important; margin: 0 auto 15px auto !important; }
  header #name { text-align: center; padding: 0 15px !important; }
}

@media only screen and (max-width:785px) {  
  #dealerLogo { margin: 10px auto !important; padding: 0; }
  #selector div { width: 100% !important; }
  #motor { margin: 20px 0 0 0; }
}