@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*
	@File			: base.css
	@Theme			: Light
	@Skin			: Default (red)
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'icons';
  src: url('../../../fonts/icons/icons.eot?55210025');
  src: url('../../../fonts/icons/icons.eot?55210025#iefix') format('embedded-opentype'), url('../../../fonts/icons/icons.woff?55210025') format('woff'), url('../../../fonts/icons/icons.ttf?55210025') format('truetype'), url('../../../fonts/icons/icons.svg?55210025#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  background-color: #ffffff;
  color: #333333;
}
body {
  font-family: "Lato", "Lucida Grande", Arial, sans-serif;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  border-top: 3px solid #999999;
}
.content {
  line-height: 1.8em;
  font-size: 1.5em;
}
#wrap {
  *zoom: 1;
  position: relative;
  z-index: 20;
  max-width: 100em;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 25px;
  text-align: left;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
#wrap:before,
#wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#wrap:after {
  clear: both;
}
header[role="banner"] {
  margin-bottom: 2em;
  *zoom: 1;
}
header[role="banner"]:before,
header[role="banner"]:after {
  display: table;
  content: "";
  line-height: 0;
}
header[role="banner"]:after {
  clear: both;
}
header[role="banner"] .dealer-logo {
  height: 50px;
  /* Dealers with no logo */

}
header[role="banner"] .dealer-logo img {
  display: block;
}
header[role="banner"] .dealer-logo .content a {
  color: #333333;
  text-decoration: none;
  font-size: 1.8em;
  line-height: 2em;
  font-family: "Lato", "Lucida Grande", Arial, sans-serif;
  font-weight: 700;
}
header[role="banner"] .dealer-logo .content a:hover {
  color: #e41538;
}
footer[role="contentinfo"] {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 4em;
  padding: 1.5em 0;
  background: transparent url(../images/deco/dotted-line.gif) 0 0 repeat-x;
  color: #666;
  font-size: .9em;
}
footer[role="contentinfo"] a {
  color: #777;
}
footer[role="contentinfo"] .vcard p {
  margin-bottom: 0.5em;
}
footer[role="contentinfo"] .vcard div {
  display: inline;
}
footer[role="contentinfo"] .vcard .org {
  font-weight: bold;
}
footer[role="contentinfo"] .vcard .geo {
  display: none;
}
footer[role="contentinfo"] .meta .content {
  padding: 3px 0 0;
}
/* Layout.............. */
#primary,
#secondary {
  position: relative;
  float: left;
}
.ie7 #primary,
.ie7 #secondary {
  display: inline;
}
#primary {
  width: 74%;
  margin-left: 4%;
  margin-top: 2em;
}
#secondary {
  width: 21.9%;
}
/* grid */
.section {
  *zoom: 1;
}
.section:before,
.section:after {
  display: table;
  content: "";
  line-height: 0;
}
.section:after {
  clear: both;
}
.column {
  float: left;
  margin-right: 4%;
}
.last {
  margin-right: 0 !important;
}
/* Show grid when debuggin */
body.debug .section {
  margin: 1em 0;
  padding: 1em 0;
  background: blue;
}
body.debug .section .content,
body.debug .narrow .content,
body.debug .half .content,
body.debug .wide .content {
  padding: 1em;
}
body.debug .narrow {
  background: lime;
}
body.debug .half {
  background: orange;
}
body.debug .wide {
  background: red;
}
/* typography */
a:link,
a:visited,
a:focus {
  color: #555555;
}
a:hover {
  color: #2f2f2f;
}
.content h1 {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  line-height: 1.5em;
}
.content h2 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 1.5em;
}
.content .inline {
  display: inline-block;
  margin-right: 0.4em;
}
img {
  max-width: 100%;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.icon-menu:before {
  content: '\e800';
}
/* Illustrations */
.illustration-left {
  float: left;
  width: 200px;
  margin: 0 1.5em 1.5em 0;
  padding: 4px;
  border: 1px solid #dddddd;
}
.illustration-full {
  margin: 1em 0 1.5em;
  padding: 4px;
  border: 1px solid #dddddd;
}
.illustration-right {
  float: right;
  width: 200px;
  margin: 1em 0 1.5em 1.5em;
  padding: 4px;
  border: 1px solid #dddddd;
}
.illustration-left img,
.illustration-full img,
.illustration-right img {
  display: block;
}
#mainpic {
  border: 1px solid #e5e5e5;
  padding: 4px;
  margin-bottom: 3.5em;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  /* Flashupgrade message */

}
#mainpic .flashcontent {
  min-height: 150px;
  padding: 15px 20px;
  background: #efefef;
}
#mainpic .flashcontent .title {
  display: block;
  font-size: 20px;
  margin: 4px 0 10px 80px;
}
#mainpic .flashcontent .logo {
  float: left;
}
#mainpic .flashcontent p {
  margin-left: 80px;
}
#mainpic .flashcontent img {
  width: auto !important;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #efefef;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.used-cars th,
table.used-cars td {
  padding: 1em;
  border: 0;
}
table.used-cars .km {
  white-space: nowrap;
  text-align: right;
}
table.used-cars .price {
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
}
table.used-cars td.model a {
  font-weight: bold;
  text-decoration: none;
}
table.used-cars .wrap {
  position: relative;
  width: 110px;
  background: #fff;
}
table.used-cars .wrap img {
  display: block;
  max-width: 92%;
  padding: 4%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
table.used-cars span {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 11px;
  height: 9px;
  line-height: 1;
  margin: 0 auto;
  background-image: url(../images/icons/gallery-imgcount.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999em;
}
table.used-cars .wrap.i1 span {
  background-position: 0 0;
}
table.used-cars .wrap.i2 span {
  background-position: 0 -14px;
}
table.used-cars .wrap.i3 span {
  background-position: 0 -28px;
}
table.used-cars .wrap.i4 span {
  background-position: 0 -42px;
}
table.used-cars .wrap.i5 span {
  background-position: 0 -56px;
}
table.used-cars .wrap.i6 span {
  background-position: 0 -70px;
}
table.used-cars .wrap.i7 span {
  background-position: 0 -84px;
}
table.used-cars .wrap.i8 span {
  background-position: 0 -98px;
}
table.used-cars .wrap.i9 span {
  background-position: 0 -112px;
}
table.used-cars .wrap.i10 span {
  background-position: 0 -126px;
}
table.used-cars .wrap.i11 span {
  background-position: 0 -140px;
}
table.used-cars .wrap.i12 span {
  background-position: 0 -154px;
}
table.used-cars .wrap.i13 span {
  background-position: 0 -168px;
}
table.used-cars .wrap.i14 span {
  background-position: 0 -182px;
}
table.used-cars .wrap.i15 span {
  background-position: 0 -196px;
}
table.used-cars .wrap.i16 span {
  background-position: 0 -210px;
}
table.used-cars .wrap.i17 span {
  background-position: 0 -224px;
}
table.used-cars .wrap.i18 span {
  background-position: 0 -238px;
}
table.used-cars .wrap.i19 span {
  background-position: 0 -252px;
}
table.used-cars .wrap.i20 span {
  background-position: 0 -266px;
}
table.used-cars .wrap img {
  display: block;
}
.used-car {
  margin: 1em 0 1.5em;
}
.used-car h2 {
  clear: both;
  margin: .5em 0;
  padding: .6em 5px 0;
  font-size: 1.6em;
}
.used-car .sharing {
  float: right;
  margin: 0 10px 5px 0;
}
.used-car .sharing > ul {
  list-style: none;
  margin: 0;
}
.used-car .sharing li {
  float: left;
}
.used-car .sharing a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  border: 0 !important;
  text-indent: -9999em;
  background: transparent url(../images/icons/social.png) 0 0 no-repeat;
}
.used-car .sharing .facebook a {
  background-position: 0 0;
}
.used-car .sharing .twitter a {
  background-position: 0 -16px;
}
.used-car .sharing .google-plus a {
  background-position: 0 -32px;
}
.used-car table {
  margin: .5em 0;
  border: none;
}
.used-car table tbody th,
.used-car table tbody td {
  padding: 1em;
  border: 0;
}
.used-car table tbody > tr:nth-child(odd) > td,
.used-car table tbody > tr:nth-child(odd) > th {
  background-color: #f0f0f0;
}
.used-car .video {
  margin: 1em 0;
  text-align: center;
}
.print-image {
  display: none;
}
.print-image img {
  display: block;
  margin: 0 auto;
}
.print {
  background: transparent url(../images/icons/print.png) 0 0 no-repeat;
  padding-left: 22px;
  cursor: pointer;
}
.half .used-cars .column {
  float: none !important;
  margin: 0 !important;
  width: auto;
  clear: both;
}
.half .used-cars dl {
  width: 305px;
}
.half .used-cars dd {
  width: 180px;
}
.frontpage .half .intro {
  margin-bottom: 0;
  background: 0;
}
.frontpage .half .intro h2 {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .half {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 799px) {
  #wrap {
    padding: 0 15px;
    background: #ffffff;
  }
  .js-menu-open {
    background: #444444;
    overflow-x: hidden;
  }
  .js-menu-open.csstransforms3d.csstransitions #wrap {
    -webkit-transform: translate3d(70%, 0, 0);
    -moz-transform: translate3d(70%, 0, 0);
    -o-transform: translate3d(70%, 0, 0);
    -ms-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
  }
  .js-menu-open.no-csstransforms3d.csstransforms #wrap {
    -webkit-transform: translate(70%, 0);
    -moz-transform: translate(70%, 0);
    -ms-transform: translate(70%, 0);
    -o-transform: translate(70%, 0);
    transform: translate(70%, 0);
  }
  #primary,
  #secondary {
    float: none;
    width: auto;
    margin: 0;
  }
  .dealer-logo {
    float: right;
  }
  .used-cars.table-responsive-handheld .wrap {
    margin: 0.5em auto 0.3em;
    width: 150px;
  }
  .used-cars.table-responsive-handheld .row-header > th {
    text-align: center;
  }
  .used-cars.table-responsive-handheld .row-header > th span {
    display: none;
  }
  .used-cars.table-responsive-handheld > tbody td {
    padding: 0.2em 1em;
    border: 0;
  }
  .used-cars.table-responsive-handheld > tbody td:first-child a {
    text-decoration: none;
    color: #333333;
  }
  .used-cars.table-responsive-handheld > tbody:nth-child(even) td,
  .used-cars.table-responsive-handheld > tbody:nth-child(even) th {
    background-color: #f0f0f0;
  }
  .used-cars.table-responsive-handheld > tbody > tr:last-child > td {
    padding-bottom: 10px;
  }
  .used-cars.table-responsive-handheld .km,
  .used-cars.table-responsive-handheld .price {
    text-align: left;
  }
}
@media (max-width: 799px) and (min-width: 600px) {
  .js-menu-open.csstransforms3d.csstransitions #wrap {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  .js-menu-open.no-csstransforms3d.csstransforms #wrap {
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    -o-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
}
@media (max-width: 400px) {
  .illustration-left,
  .illustration-right,
  .illustration-full {
    float: none;
    margin: 1.5em auto;
  }
}
