@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Overrides */
.global-footer {
  display: none;
}
.breadcrumbs .icon-chevron-right:before {
  font-family: FontAwesome;
  content: "\f105";
  position: relative;
  top: -5px;
  left: 2px;
  color: #ddd;
}
.fb_iframe_widget {
  top: -4px;
}
.footer {
  margin-top: 0;
}
.header {
  border-bottom: 1px solid #C3C3C3;
}
.bodywrap {
  /* border: 1px solid #ddd; */
  /* border-top: 0; */
}
.page {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: initial;
}
.page.landing .header, .page.landing .search {
  margin: 0;
}
.page.landing .search {
  border-bottom: 1px solid #333;
}
.page.landing .cpyrt {
  padding-right: 1em;
}
.search {
  height: 53px;
  background: #90bf00;
}
h1 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 28px;
  color: #333;
}
@media (min-width: 53em) {
  .footer .footer-links>div {
    margin-left: 3em;
  }
}
#search_bar ul ul {
  display: none !important;
}
.social-media-ul li {
  cursor: pointer;
}
.breadcrumbs>span:nth-child(n+4) {
  display: inline-block;
}

/* Icons */
.icon:before {
  font-family: "FontAwesome";
}
.history:before { content: "\f1da"; }
.car:before { content: "\f1b9"; }
.chart:before { content: "\f080"; }

.decorationLine {
  width: 100%;
  height: 4px;
}
  .decorationLine span {
    display: inline-block;
    height: 4px;
    width: 25%;
    vertical-align: top;
    float: left;
  }
  .decorationLine .span1 { background-color: #1F98D5; }
  .decorationLine .span2 { background-color: #ED1C24; }
  .decorationLine .span3 { background-color: #AACD38; }
  .decorationLine .span4 { background-color: #FFC712; }

/* Advertisement */
#advertisement {
  background: #1F98D5;
  text-align: center;
  padding: 10px 0;
}
  #advertisement-right a {
    text-decoration: none;
  }
  #advertisement h2 {
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
  }
    #advertisement h2:after {
      font-family: FontAwesome;
      content: "\f061";
      margin: 0 6px 0 8px;
      font-weight: normal;
      font-size: 15px;
      position: relative;
      top: -1px;
    }
  #advertisement ul {
    display: inline-block;
  }
    #advertisement ul li {
      display: inline-block;
      width: 120px;
    }
    #advertisement ul li img {
      position: relative;
      top: 3px;
      width: 100%;
    }
#advertisement-right {
  background: #AACD38;
  padding: 20px 15px 15px;
  text-align: center;
  margin: 15px 0 0;
  color: #fff;
}
  #advertisement-right .phones {
    margin: 10px 0;
  }
  #advertisement-right h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
  }
  #advertisement-right ul {
    white-space: nowrap;
  }
  #advertisement-right ul li {
    width: 50%;
    display: inline-block;
    padding: 0 3px;
    max-width: 130px;
  }
  #advertisement-right ul li img {
    width: 100%;
  }
  #advertisement-right ul li a:hover {
    background: transparent;
  }
    
@media screen and (max-width: 720px) {
  #advertisement h2 {
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
  }
    #advertisement h2:after {
      display: none;
    }
}
@media screen and (max-width: 390px) {
  #advertisement h2 {
    font-size: 15px;
  }
  #advertisement ul li {
    width: 80px;
  }
}  
  
/* Slider */
#slider {
  width: 100%;
  height: 400px;
}
  #slider li {
    width: 100%;
    height: 100%;
  }
  #slider li.slide {
    padding: 37px;
  }
    #slider li h2 {
      color: #fff;
      max-width: 360px;
    }
    #slider li .box-right {
      float: right;
      margin-top: 70px;
    }
    #slider li .box-right h2 {
      color: #fff;
      font-size: 40px;
      text-align: center;
      padding: 0 25px 15px;
      max-width: 460px;
      margin: 0 auto;
      text-shadow: 1px 1px #000;
      line-height: 120%;
    }
    #slider li .box-right h2 span {
      font-size: 28px;
      display: block;
      margin-top: 20px;
    }
  #slider .one {
    background: #000 url('../img/banner.jpg') top no-repeat;
    background-size: cover;
  }
}

/* Embed */
.embed-link {
  display:none;
  text-align: center;
  margin-top: 10px;
}
  .embed-link p {
    margin: 0;
  }
body.embed {
  background: #fffee0;
  padding: 0 35px 0 5px;
}
  body.embed .viewport {
    display: none;
  }
  body.embed .embed-link {
    display: block;
  }
  body.embed h2 {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    text-indent: 15px;
  }
  body.embed a {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    text-decoration: underline;
    text-indent: 15px;
  }
#content-embed {
  display: none;
  position: absolute;
  width: 300px;
  background: #1F98D5;
  padding: 20px;
  z-index: 100;
  border: 2px solid #333;
  margin-top: 11px;
}
  #content-embed .embed-arrow {
    width: 16px;
    height: 16px;
    border-color: transparent;
    border-width: 15px;
    display: block;
    z-index: 100;
    border-style: solid;
    margin-top: -22px;
    border-right-color: #333;
    margin-left: -52px;
    pointer-events: none;
    position: absolute;
  }
  #content-embed  label {
    color: #fff;
    display: inline-block;
    width: 155px;
    text-align: right;
    font-size: 14px;
  }
  #content-embed input {
    width: 80px;
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 5px rgba(0,0,0,.1) inset;
  }
  #content-embed  button {
    margin: 10px auto;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    background: #333;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-shadow: 0 2px #555, 0 3px 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255,255,255,.3) inset;
    -moz-box-shadow: 0 2px #555, 0 3px 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255,255,255,.3) inset;
    box-shadow: 0 2px #555, 0 3px 5px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255,255,255,.3) inset; 
  }
  #content-embed button:hover  {
    background-position: 0 -35px;
  }
  #content-embed button:active {
    color: #ddd;
    background-position: 0 -35px;
	  position: relative;
	  top: 2px;
	  box-shadow: 0 0 #333, 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  #content-embed textarea {
    display: block;
    width: 255px;
    padding: 10px;
    height: 167px;
    resize: none;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,.1) inset;
  }
.content-left .embed-button {
  width: 25px;
  height: 25px;
  background: #ebebeb;
  position: absolute;
  margin-top: 19px;
  margin-left: -41px;
  border-radius: 5px;
  cursor: pointer;
  color: #888;
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
}
  .content-left .graph-average .embed-button {
    margin-top: 32px;
  }
  .content-left .embed-button:before {
    font-family: FontAwesome;
    content: "\f121";
    font-size: 19px;
    padding-left: 2px;
    position: absolute;
    margin-top: -1px;
  }
  .content-left .embed-button:hover {
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.35), 0px 2px 2px rgba(0, 0, 0, 0.2);
    color: #aaa;
  }
  .content-left .embed-button:active,
  .content-left .embed-button.active {
    -webkit-box-shadow: inset 0px -2px 1px rgba(255, 255, 255, 0.7), inset 0 0px 2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -2px 1px rgba(255, 255, 255, 0.7), inset 0 0px 2px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -2px 1px rgba(255, 255, 255, 0.7), inset 0 0px 2px rgba(0, 0, 0, 0.9);
    color: #ccc;
  }
  
.blog-title {color: #1F98D5;font-size: 28px;font-weight: 600;text-align: center;padding: 50px 0 0;}
a.blog-link {color: #fff;background: #1E98D5;padding: 20px 50px;margin: 0 auto;display: inline-block;}
.blog-link-wrap {text-align: center;padding-top: 20px;}
.blogs {
  display: table;
  width: 100%;
  border-spacing: 10px;
  margin-top: 10px;
}
.blogs .blog {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  background: #FFC712;
  width: 33.3333%;
}
.blogs .blog a {
  color: #fff;
}
.blogs .blog-2 {
  background: #AACD38;
}
.blogs .blog-3 {
  background: #ED1C24;
}
.blogs .blog:first-child {
  position: relative;
  left: -10px;
}
.blogs .blog:last-child {
  margin-right: 0;
  position: relative;
  left: 10px;
}
.blogs .blog .blog-body {
  padding: 10px 20px 15px;
  line-height: 130%;
}
.blogs .blog h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .blog p {
  margin: 0;
}
 
/* Related ads */
.ads-related {
  margin: 20px 15px 20px 0;
  white-space: normal;
}
  .ads-related h3 {
    background: #1F98D5;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
  }
.ads-related .toggle {
  border: 1px solid #ddd;
  border-top: 0;
}
.ads-related .toggle li {
  width: 50%;
  display: inline-block;
  background-color: #4BACDD;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  color: #333;
  padding: 8px 10px;
  color: #fff;
}
  .ads-related .toggle li:hover {
    background-color: #78C1E5;
  }
  .ads-related .toggle li.current {
    background-color: #78C1E5;
  }
.ads-related h3 {
  text-align: left;
  padding: 10px;
}
.ads-related .ad-list {
  border: 1px solid #ddd;
  border-top: 0;
}
  .ads-related .ad-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    background: #fff;
  }
    .ads-related .ad-list li:hover {
      background: #fbf5db;
    }
    .ads-related .ad-list li:last-child {
      border-bottom: 0;
    }
    .ads-related .ad-list li img {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      height: 85px;
    }
    .ads-related .ad-list li div {
      width: 80%;
      display: inline-block;
      padding-left: 10px;
    }
    .ads-related .ad-list li h4 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .ads-related .ad-list li a:hover {
      background: transparent;
      text-decoration: none;
    }
    .ads-related .ad-list li .price {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
    }
    .ads-related .ad-list li .description {
      margin: 0;
      font-size: 13px;
      height: 36px;
      overflow: hidden;
    }
  
/* Accordion */
.accordion-toggle {
  cursor: pointer;
  padding: 20px;
  border-top: 1px solid #eaead0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.car-model .accordion-toggle:first-child {
  border-top: 0;
}
.accordion-toggle:after {
  font-family: "FontAwesome";
  content: "\f067";
  color: #90bf00;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.accordion-toggle.expanded:after {
  content: "\f068";
}
.accordion-content {
  display: none;
  padding: 0 20px;
}
.accordion-content.default {
  display: block;
}
.accordion-content h1 {
  display: none;
}
.accordion-content h2 {
  display: none;
}
.accordion-content h3,
.accordion-content h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.accordion-content p {
  line-height: 1.6em;
}
#intro {
  background: #fffee0;
  padding: 20px 20px 1px;
}
#articles {
  margin-right: 15px;
  background: #fff;
  border: 1px solid #eaead0;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
  #articles img {
    width: 70px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  #articles .accordion-toggle span {
    display: block;
    margin: 0 20px 0 85px;
  }
      
/* Buttons */
.price-button {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
  color: #000;
  border: 1px solid #c7c7c7;
  font-weight: 700;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius :5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  font-weight: normal;
}
  .price-button:hover {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
  }
  .price-button:active {
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }

/* Landing Styles */
.landing h1 {
  display: none;
}
.landing h2.title {
  text-shadow: 1px 1px #fffee0;
  border-top: 1px solid #fffee0;
  padding: 40px 10px 45px;
  font-size: 28px;
  text-align: center;
  line-height: 45px;
  background:#ebeeb9;
  color: #333;
  background:-moz-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#D4D7A7),color-stop(100%,#FFFEE0));
  background:-webkit-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:-o-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:-ms-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:linear-gradient(to bottom,#D4D7A7 0,#FFFEE0 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D7A7',endColorstr='#FFFEE0',GradientType=0);
}
.landing .wrap {
}
.landing .content {
  min-height: 0;
}
.content-full {
  margin: 50px auto 0;
  width: 90%;
  text-align: center;
}
.bullet-item {
  width: 29%;
  display:inline-block;
  text-align: center;
  border: 5px solid #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,.15);
  margin: 0 1%;
  padding: 20px 0;
  background: #FFFEEA;
  border-radius: 5px;
}
  .bullet-item .icon {
    display: block;
    margin-bottom: 20px;
  }
  .bullet-item .icon:before {
    font-size: 65px;
    color: #90bf00;
    padding: 15px;
    border-radius: 55px;
    border: 5px solid #90bf00;
  }
  .bullet-item .history:before {
    padding: 15px 20px;
  }
  .bullet-item p {
    margin: 0 10px;
    color: #6a6a6a;
    font-size: 18px;
    padding: 5px 0;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px #ebeeb9;
  }
    .bullet-item p.last {
      border-bottom: 1px solid #ebeeb9;
      box-shadow: 0 -1px #ebeeb9, 0 1px #fff;
    }
    .bullet-item p:before {
      font-size: 18px;
      color: #90bf00;
      font-family: "FontAwesome";
      content: "\f00c";
      position: relative;
      left: -7px;
      top: -1px;
    }
.find-bar {
  background: #1F98D5;
  padding: 25px 35px 20px;
  text-align: center;
}
  .find-bar select {
    padding: 10px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 1em;
    height: 100%;
    cursor: pointer;
  }
  .find-bar select.error {
    background: #fff0f0;
    color: red;
  }
  .landing .find-bar .bar-item {
    width: 24.25%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
  }
  .landing .find-bar .bar-item:last-child {
    margin-right: 0;
  }
  .find-bar .select {
    position: relative;
    margin: 0 0 10px;
    cursor: pointer;
  }
    .find-bar select:focus {
      outline: none;
    }
    .find-bar select:disabled,
    .find-bar .select.disabled:before {
      background: #f2f2f2;
    }
    .find-bar .select.disabled:after  {
      opacity: 0.5;
    }
    .find-bar select option {
      font-weight: 300;
      font-size: 80%;
    }
  .find-bar .button {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    background-color: #78C1E5;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 0;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-overflow: clip;
    padding: 10px 0;
    margin: 0;
  }
  .landing .find-bar .button {
    padding: 8px 0;
    background-color: #ED1C24;
  }
  #clasificados {
    margin-top: 3px;
    background-color: #FFC712;
  }
  .landing #clasificados {
    margin-top: 0;
  }
  .landing .find-bar .select {
    margin-bottom: 0;
  }
    .find-bar .button:hover, .find-bar .button:focus {
      background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(51,51,51,.15)),color-stop(100%,transparent));
      background-image: -webkit-linear-gradient(rgba(51,51,51,.15),transparent);
      background-image: -moz-linear-gradient(rgba(51,51,51,.15),transparent);
      background-image: -o-linear-gradient(rgba(51,51,51,.15),transparent);
      background-image: linear-gradient(rgba(51,51,51,.15),transparent); 
      color: #fff;
      text-decoration: none;
    }
    .find-bar .button:active {
      -webkit-box-shadow: 0 0 5px rgba(51,51,51,.5) inset;
      -moz-box-shadow: 0 0 5px rgba(51,51,51,.5) inset;
      box-shadow: 0 0 5px rgba(51,51,51,.5) inset;
    }
  #slider li #find-ads {
    margin-top: 10px;
  }
.find-bar-title {
  margin-top: 20px;
  font-weight: 600;
  padding: 10px;
  background: #1F98D5;
  color: #fff;
}
.find-bar-sidebar {
  \: 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  border-top: 0;
}
  .find-bar-sidebar select {
    padding: 8px;
    width: 100%;
    border: 0;
    border-radius: .25em;
    margin: 0 0 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
  }
  .find-bar-sidebar select.error {
    border-color: #e54a34;
    background: #fff0f0;
    color: red;
  }
    .find-bar-sidebar select:disabled {
      background: #f2f2f2;
    }
  .find-bar-sidebar .button {
    display: block;
    background: #4BACDD;
    color: #fff;
    padding: 7px;
    border-radius: .25em;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
    .find-bar-sidebar #find-ads {
      margin-top: 10px;
    }
    .find-bar-sidebar .button:hover {
      text-decoration: none;
      background: #78C1E5;
      color: #fff;
    }
.top-section {
  width: 49%;
  display: inline-block;
  margin: 10px 2% 20px 0;
  border: 1px solid #ddd;
}
.top-section:last-child {
  margin-right: 0;
}
.top-statistics {
  text-align: center;
  margin-top: 50px;
}
  .top-statistics h2 {
    text-align: center;
    font-size: 22px;
    margin: 0;
    color: #fff;
    background: #1F98D5;
    padding: 10px 0;
  }
  .top-statistics ul {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 5px;
  }
    .top-statistics ul li {
      white-space: nowrap;
      height: 45px;
      padding: 0 20px;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #fff;
    }
      .top-statistics ul li:last-child {
        border-bottom: 0;
      }
      .top-statistics ul li p {
        margin: 0;
        width: 25%;
        float: left;
        font-size: 15px;
        line-height: 25px;
        color: #6a6a6a;
        padding: 10px 0;
      }
      .top-statistics ul li .price-button {
        padding: 3px 0;
        display: inline-block;
        width: 25%;
        margin-top: 9px;
        font-size: 12px;
        color: #000;
      }
        .top-statistics ul li .price-button:hover {
          text-decoration: none;
        }
    .top-statistics ul li.title {
      background: #f9f9f9;
      font-weight: bold;
      border-bottom: 0;
      border-top: 0;
    }
.sitemap .title {
  margin: 10px 0 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-left: 10px;
}
  .sitemap .title h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 120%;
  }
    .sitemap .title h2 span {
      font-size: 13px;
      position: relative;
      top: -4px;
      left: 2px;
    }
  .sitemap .title p {
    margin: 0;
    font-size: 13px;
  }
.car-category-list {
  padding: 0;
  margin: 0;
  list-style:none;
  width:100%;
  margin-left: -10px;
  -moz-column-count: 8;
  -webkit-column-count: 8;
  column-count: 8;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
  .car-category-list .car-category {
    margin: 0 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
  }
  .car-category-list .car-category a.toggler {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 10px;
    display: block;
  }
  
/* Pricing Styles */
.breadcrumbs h2 {
  display: inline;
}
.breadcrumbs h2 .pipe {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-weight: 700;
}
.breadcrumbs h2 .count {
  color: #8c8c8c;
  margin-right: .15em;
}
.average-price {
	width: 100%;
	padding: 1em 0 .79em .25em;
	background-color: #ebebeb;
}
	.average-price h2 {
		padding-left: 10px;
	}
		.average-price h2 span {
			font-weight: bold;
		}
.social-wrap {
  position: relative;
}
.social {
  position: absolute;
  top: -44px;
  right: 5px;
}
.landing .social {
  position: relative;
  top: 0;
  right: 0;
}
.social .icon {
  display: inline-block;
  margin: 0 2px;
  color: #fff;
  width: 35px;
  font-size: 20px;
  height: 35px;
  line-height: 36px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}
.social .icon:before {
  font-family: "FontAwesome";
  display: block;
}
.social .facebook { background: #39579A; }
.social .facebook:before { content: "\f09a"; }
.social .twitter { background: #3A96FF; }
.social .twitter:before { content: "\f099"; }
.social .whatsapp { background: #4AC456; }
.social .whatsapp:before { content: "\f232"; }
.social .messenger { background: #0083FF; }
.social .messenger img {
  width: 25px;
  position: relative;
  top: -2px;
}
.page.landing {
  position: relative;
}
.landing .social {
  margin: 0;
  float: none;
  background: #fff;
  padding: 5px;
  text-align: right;
}
.see-cars {
  float: right;
  margin-top: -50px;
  margin-right: 7px;
  text-align: right;
}
  .see-cars a {
    display: block;
  }
  .see-cars a:hover {
    background: transparent;
  }
.graph {
  margin: 0 0 50px;
  height: 300px;
  width: 100%;
}
#graph-year {
  margin-bottom: 70px;
  height: 350px;
}
#graph-year div.xAxis div.tickLabel,
#graph-kilometers div.xAxis div.tickLabel {
  transform: rotate(-45deg);
  -ms-transform:rotate(-45deg); /* IE 9 */
  -moz-transform:rotate(-45deg); /* Firefox */
  -webkit-transform:rotate(-45deg); /* Safari and Chrome */
  -o-transform:rotate(-45deg); /* Opera */
  max-width: 100% !important;
}
.graph .legend table {
  width: auto;
  margin: 5px 5px 0 0;
}
  .graph .legend table tr td  {
    padding: 2px 5px;
    text-transform: capitalize;
  }
.pie-label {
  font-size: 12px; 
  text-align: center; 
  padding: 2px 10px; 
  color: #fff; 
  text-transform: capitalize;
  background: #444;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  opacity: .7;
	filter: alpha(opacity=70);
}
#graph-average {
  margin-top: 20px;
}
#graph-kilometers {
  margin-bottom: 120px;
}
  #graph-kilometers div.xAxis div.tickLabel,
  #graph-year div.xAxis div.tickLabel  {
    margin-left: -90px;
    margin-right: 35px;
    min-width: 177px;
    top: 338px !important;
    text-align: right !important;
  }
  #graph-year div.xAxis div.tickLabel {
    top: 388px !important;
  }
#flotTip, #tooltip {
	padding: 3px 5px;
	background-color: #000;
	z-index: 100;
	color: #fff;
	box-shadow: 0 0 3px #555;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  text-transform: capitalize;
}
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0;
  background-color: #000;
	color: #fff;
	box-shadow: 0 0 3px #555;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  margin-top: -3px;
}
	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;
		text-align: left;
		word-wrap: break-word;
	}
#tooltip {
  position: absolute;
  top: -20px;
}

/* Relative Ads */
.content-left #relative-ads-wrapper {
  margin-top: 20px;
  border-radius: 5px;
  border-bottom: 0;
}
  #relative-ads-wrapper h4 {
    background: #333;
    border-radius: 5px 5px 0 0;
    font-size: .85714em;
    padding: 10px;
    color: #fff;
  }
#relative-ads {
  background: #fff;
}
  #relative-ads li {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-top: 0;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
  }
    #relative-ads li:hover {
      background: #FEFEF5;
    }
  #relative-ads img {
    width: 20%;
    height: 80px;
    display: inline-block;
    vertical-align: top;
  }
  #relative-ads div {
    display: inline-block;
    width: 78%;
    margin-left: 2%;
    vertical-align: top;
    padding-right: 10px;
  }
  #relative-ads h3 {
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #relative-ads h3 a {
    color: #333;
    font-weight: 700;
  }
  #relative-ads p {
    margin: 0;
  }
  #relative-ads p.description {
    height: 50px;
    overflow: hidden;
  }
  #relative-ads .price {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
  }
  
.similar-makes {
  margin: 20px 15px 0 0;
}
.similar-makes h3 {
  background: #1F98D5;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}

.content-left {
  width: 68%;
  display: inline-block;
}
  .content-left .content-section {
    border-bottom: 1px solid #ddd;
    margin-right: 15px;
  }
    .content-left .content-section.note p {
      margin-top: 1.5em;
      padding-left: 10px;
    }
  .content-left .content-graph {
    width: 65%;
    display: inline-block;
    vertical-align: top;
  }
    .content-left .content-graph h2 {
      text-align: center;
      font-weight: bold;
      padding-top: 20px;
    }
    .content-left .content-graph .pie-graph {
      background-color: #fff;
      border: 2px solid #ddd;
      margin: 10px 0 20px;
      width: 99%;
      height: 320px;
    }
  .content-left .content-description {
    width: 34%;
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
    white-space: normal;
  }
  .content-left .graph-average .content-description {
    padding-top: 35px;
  }
    .content-left .content-description p {
      font-size: 15px;
      margin-bottom: 10px;
    }
    .content-left .content-description ul {
      list-style: initial;
      padding-left: 10px;
      margin-left: 6px;
    }
      .content-left .content-description ul li {
        font-size: 13px;
        margin-bottom: 10px;
      }
  .content-left  .content-footer {
    margin: 30px 15px 30px 0;
  }
    .content-left  .content-footer h2 {
      background: #1F98D5;
      color: #fff;
      padding: 10px;
      font-size: 15px;
      font-weight: 600;
    }
    .content-left  .content-footer ul {
      padding: 10px;
      border: 1px solid #ddd;
      border-top: 0;
    }
    .content-left  .content-footer ul li span {
      font-weight: bold;
    }
  .content-left h3.heading {
    background: #1F98D5;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-right: 15px;
  }
    .content-left #similar-make li {
      white-space: nowrap;
      clear: left;
      border: 1px solid #ddd;
      border-top: 0;
    }
      .content-left #similar-make li p {
        width: 33.333333333%;
        display: inline-block;
        white-space: normal;
        padding: 5px 10px;
        margin: 0;
        text-align: center;
        font-size: 14px;
        vertical-align: middle;
      }
      .content-left #similar-make li.title p {
        background: #ebebeb;
        font-size: 11px;
        padding: 7px 10px;
        font-weight: bold;
      }
      .content-left #similar-make li p.first,
      .content-left #similar-make li p.model {
        text-align: left;
      }
      .content-left #similar-make li p a {
        font-size: 14px;
      }
      .content-left #similar-make li p a:hover {
        background: transparent;
      }
.content-right {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
  .content-right .price-button {
    margin: 25px 0 0;
  }
.statistics {
  margin: 10px 0 20px;
  border-radius: 5px;
  white-space: normal;
}
  .landing .statistics {
    margin-top: 0;
  }
  .statistics h2 {
    padding: 12px 0 0 34px;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    margin-bottom: -5px;
  }
    .statistics h2:before {
      font-family: "FontAwesome";
      content: "\f080";
      font-size: 25px;
      font-weight: 300;
      color: #AACD38;
      position: absolute;
      margin: -6px 0 0 -34px;
    }
  .statistics h3 {
    background: #1F98D5;
    font-size: 15px;
    padding: 10px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
  }
    .statistics ul li {
      white-space: nowrap;
      height: 32px;
      border: 1px solid #ddd;
      border-top: 0;
      padding: 5px 7px;
    }
      .statistics ul li.title {
        background: #ebebeb;
        height: 32px;
      }
      .statistics ul li a {
        text-transform: capitalize;
        font-size: 14px;
      }
        .statistics ul li a:hover {
          background-color: transparent;
        }
      .statistics ul li p {
        margin: 0;
        width: 30%;
        float: left;
        height: 30px;
        font-size: 14px;
        text-align: center;
      }
      .statistics ul li p.first,
      .statistics ul li p.model {
        width: 40%;
        text-align: left;
      }
      .statistics ul li.title p {
        font-weight: bold;
        font-size: 11px;
        line-height: 24px;
      }
.content-right .cta {
  background: #AACD38;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
  .content-right .cta h2 {
    color: #fff;
    font-size: 24px;
    line-height: 120%;
  }
  .content-right .cta p{
    margin: 0;
    color: #fff;
  }
  .content-right .cta .price-button {
    margin: 10px 0;
    border: 0;
  }