@charset "utf-8";
/* CSS Document */
* {  -webkit-border-radius: 0 !important;     -moz-border-radius: 0 !important;          border-radius: 0 !important;}
body { font-family: 'Raleway', sans-serif; font-size: 16px; background: #fbfbfb; color: #4e4e4e; word-wrap: break-word;}
body > section { }
.blue { color: #134461  !important  }
.blueBG { background: #134461; color: #fbfbfb   }
.whiteBG { background: #134461   }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; }
h1 {    font-size: 2.25rem;}
h2 {    font-size: 2.1rem;}
h3 {    font-size: 2rem; }
h4 {    font-size: 1.7rem }
h5 {    font-size: 1.5rem }
a {
    color: #111;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
a:hover,a:focus {    color: #111;    text-decoration: none;    outline: none;}
.btn-outline {    background-color: transparent;    color: inherit;    transition: all .5s;}
.btn-primary.btn-outline {    color: #428bca;}
.btn-success.btn-outline {    color: #5cb85c;}
.btn-info.btn-outline {    color: #5bc0de;}
.btn-warning.btn-outline {    color: #f0ad4e;}
.btn-danger.btn-outline {    color: #d9534f;}
.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {    color: #fff;}

.btn-rbs {    background-color: #134461 ;    border-color: #111;    color: #fbfbfb;}
.btn-rbs:focus, .btn-rbs.focus {    background-color: #3f4b57 ;    border-color: #111;    color: #fbfbfb;}
.btn-rbs:hover {    background-color: #3f4b57 ;    border-color: #111;    color: #fbfbfb;}

.center h2 {        margin: 0 0 20px 0; }
.nopadding {   padding: 0 !important;   margin: 0 !important;}
.center {    text-align: center;    padding-bottom: 0px;}
.top-bar {  font-family: 'Montserrat', sans-serif;  padding: 0;    background: #3f4b57   ; padding: 6px 0 3px 0; border-bottom: 1px solid #efefef; }
.top-number {    color: #fff;}
.top-bar a{ color: #efefef; padding-right: 10%; min-width: 10%;}
.top-bar a:hover, .top-bar a:focus{ color: #efefef; }
.social {    text-align: right;}
.social-share {    display: inline-block;    list-style: none;    padding: 0;    margin: 0;}
.navbar { border-radius: 0;    margin-bottom: 0;       padding: 0;    padding-bottom: 0;}
.navbar-nav { margin-top: 12px;}
.navbar-inverse { border: none;}
.navbar-inverse .navbar-brand { font-size: 36px; line-height: 50px; color: #fff;}
.navbar-logo img{ padding: 1.5rem 0; }
.navbar ul { margin-left: -15px; margin-right: -15px; list-style: none; margin: 0;padding: 0;}
.navbar ul li {
  position: relative;
  float: left;
  width: 25%;  //this is for 4 column 25%
  min-height: 1px;
  list-style: none;
  text-align: center;
}
.navbar ul li a {
      font-size: 2rem;
      color: #fff;
      display: block;
      background-color: #134461 ;
      text-align: center;
      padding: 15px 0;
}
.navbar ul li a:hover {  color: #134461 ;  background-color: #fff;  text-decoration: none;}
.navbar ul li a  i{ padding-right: 5px}
#reviews, #servicing, #news, #cars, #findMyCar, #carsListing, #pageHeader, #cantFind, #contactUs, #carDescription {    padding: 20px 0;}
#intro {background: url("../images/homepage_2018-05-02.jpg") no-repeat scroll 0 center ;
          filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/homepage_2018-05-02.jpg',
            sizingMethod='scale');
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
}
#introText {    font-weight: 500; padding: 10px; color: #fff; background: rgba(0, 0, 0, 0.7); }
.review-wrap {     min-height: 85px;  overflow: hidden;}
.review-wrap h3 {    margin: 0px; color: #3f4b57; font-family:  garamond; font-weight: bold}
.review-wrap h5 {    margin-top: 0px;}
.review-wrap .pull-left {    margin-right: 25px;}
.circle {    float: left;    margin: 0 20px 40px 0;    text-align: center;}
#servicing h3{ margin-top: 0;  font-size: 18px; color: #3f4b57;    font-weight: bold;}
#servicing {   font-weight: 400;    line-height: 24px;}
#news  {    margin: 0;}
#findMyCar {background:rgba(0, 0, 0, 1) url("../images/help-me-find-my-car_bg.jpg") no-repeat scroll 0 center  ;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../images/help-me-find-my-car_bg.jpg',
        sizingMethod='scale');
       }
#findMyCar { font-size: 1.8rem; line-height: 1.6; color: #fff;}
#cars {    background: #3f4b57 ;}
#cars  h2 {    color: #fff; }
.preregPrice{ margin-top: 10px; text-align:right}
.preregSaving { background-color: white;  font-weight:bold; padding: 5px 10px}
.preregPrice h4 { margin-top: 1px; margin-bottom: 2px}

.thumbnail { margin-bottom: 10px; }
#contact { background:#3c3c3b; border-top : 5px solid #3f4b57; padding: 20px 0 30px 0;}
#contact h2 {  color: #fff; font-size: 2rem}
#contact a { color: #fff; text-decoration: underline;}
#contact a:hover,  #contact a:focus { color: #fff;}
#footer {    padding-top: 30px;    padding-bottom: 30px;    color: #fff;    background: #3f4b57 ;}
#footer h2 {  color: #fff; font-size: 2rem}
#footer a {    color: #fff;}
#footer a:hover {    color: #c52d2f;}
#footer ul {    list-style: none;    padding: 0;    margin: 0;}
#footer ul>li {    display: block;  margin-left: 1px;}
#footer [class*="col-"] { padding: 10px }
#copyright {  border-top : 1px solid #efefef; padding: 10px -15px; text-align: center;}
#pageHeader, #carDescription  { background: #fff; padding: 20px 0; }
#carsListing a {display:block;}
#carsListing .carForSale {display:block; background:#fff; margin-bottom:10px; padding: 10px; border:1px solid #eee; clear:all }
.carsPage .carMake{ float: left; }
.carsPage .carPrice{ float: left; clear: left }
.carsPage .spec{ float: left; clear: left }
.carsPage .carDesc{ float: left; clear: left }
.carsDetail h1 { margin-top:10px}
.carsDetail .carousel-indicators  {padding-top: 10px; bottom: 0; position: relative; width: 100%; left:0; margin-left: 0}
.carsDetail .carousel-indicators li, .carousel-indicators .active{height: 20px; width: 20px ; }
.carsDetail .carousel-indicators .active {  background-color: #134461;    border-color: #134461; margin: 2px}
.carsDetail .carousel-indicators li {  background-color: #fff;     border-color:  #134461;margin: 2px}
.carsDetail .carousel-inner > .item > img {    margin: 0 auto;}
.carsDetail .fa-angle-left,.carsDetail .fa-angle-right {  position: absolute;  top: 50%;  margin-top: -10px;  -index: 5;  display: inline-block;}
.carsDetail .fa-angle-left {  left: 50%;  margin-left: -10px;}
.carsDetail .fa-angle-right {  right: 50%;  margin-right: -10px;}
.carsDetail .selected img {  opacity:0.5;}
.carsDetail .spec { margin: 2rem 0; }
.carsDetail .spec ul {list-style: none; font-size: 1.8rem}
.carsDetail .spec li { width: 100%; float: left; margin-right: 2%; margin-bottom: 1%}
.carsDetail .spec li { background: #eee;    display: block;    text-align: center;}
.carsDetail .spec li .fa { background: #134461; color: #fff;  padding: 10px; float: left}
.carsDetail .spec li .text  { font-size: 2rem;    line-height: 3.5rem;}
.carsDetail .carDesc{ clear: left}
.carsDetail .header { background: #eee none repeat scroll 0 0; display: block;font-size: 2rem; line-height: 3.5rem; text-align: center; float: left; margin-bottom: 1%; margin-right: 2%; width: 100%;}
#contactUs { background:#fff;  }
#map_canvas {    height: 400px;   width: 100%;}


/* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {     .preregOfferImg img{ margin: 0 auto;} }
    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

       h1 {    font-size: 3.25rem;    }
        h2 {    font-size: 2.5rem;}
        h3 {    font-size: 2rem;   font-weight: 400; }
        h4 {    font-size: 1.5rem }
        h5 {    font-size: 1rem }
      .top-bar { padding: 1.5rem 0 }
      .top-number { font-size: 2rem}

      #findMyCar {background: url("../images/help-me-find-my-car_bg.jpg") no-repeat scroll 0 center / cover ;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../images/help-me-find-my-car_bg.jpg',
        sizingMethod='scale');
       }
      .carsDetail .spec li { width: 47%; float: left; margin-right: 2%; margin-bottom: 1%}
      .carsDetail .fa-angle-left, .carsDetail .fa-angle-right { font-size: 2rem;}
    }
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
          .top-bar a{ color: #efefef; padding-right: 2%; min-width: 10%;}
      #reviews, #servicing, #news, #cars, #findMyCar, #contactUs{    padding: 60px 0;     }
       #news{    padding: 100px 0;     }
      .center h2 {        margin: 0 0 60px 0; }
      #carsListing, #pageHeader, #carDescription{    padding: 20px 0;}
      .preregOfferImg{ min-height:240px;}
    /*  .preregOfferTitle{ min-height:70px;}
      .preregOfferDesc { min-height:80px;}*/
      #footer ul>li {    display: block;}
      .review-wrap {     min-height: 85px;  overflow: hidden;}
      .carsPage .carMake{ float: left; }
      .carsPage .carPrice{ float: right; clear: none }
      .carsPage .spec { padding: 10px 0;}
      .carsDetail .spec li { width: 30%; float: left; margin-right: 2%; margin-bottom: 1%}
      #slider-thumbs {overflow-y: auto; max-height:500px}
      .carsDetail .fa-angle-left, .carsDetail .fa-angle-right { font-size: 6rem;}
    }
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .navbar-logo img{ padding-top: 3rem}
          #intro{
          -webkit-box-shadow:  inset 0px 15px 15px -10px rgba(0,0,0,0.99);
              -moz-box-shadow: inset 0px 15px 15px -10px rgba(0,0,0,0.99);
                   box-shadow: inset 0px 15px 15px -10px rgba(0,0,0,0.99);
          }
          #news, #servicing, #reviews{
          -webkit-box-shadow:  inset 0px 8px 15px -10px rgba(0,0,0,0.99);
              -moz-box-shadow: inset 0px 8px 15px -10px rgba(0,0,0,0.99);
                   box-shadow: inset 0px 8px 15px -10px rgba(0,0,0,0.99);
          }
          #findMyCar{
          -webkit-box-shadow:  inset 0px 8px 15px -10px rgba(255,255,255, 0.99);
              -moz-box-shadow: inset 0px 8px 15px -10px rgba(255,255,255, 0.99);
                   box-shadow: inset 0px 8px 15px -10px rgba(255,255,255, 0.99);
          }
          .center {    text-align: center;    padding-bottom: 55px;}
          #findMyCar h1 {    padding-top: 5rem;}
          .navbar ul li a {
                    font-size: 2rem;
                    color: #fff;
                    display: block;
                    background-color: #134461 ;
                    text-align: center;
                    padding: 30px 0;
              }
          #introText { font-size: 2rem; line-height: 35px; font-weight: 500; padding: 100px  100px; background: rgba(0, 0, 0, 0.7); }
          #slider-thumbs {overflow-y: auto; max-height:550px}
           .carsDetail .fa-angle-left, .carsDetail .fa-angle-right { font-size: 8rem;}
    }
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) { }
