/*
Style of Robert Hudson Website (with Bootstrap 3.3.7)
Author: Rigor CG
Version: 1.0

=======INDICE=======
1. GENERAL
2. HEADER
3. FORMS
4. HOMEPAGE
5. FOOTER
6. NEWS
7. SIMPLE PAGES
8. SIDEBAR
9. NEW CARS
10. USED CARS
11. CAMPAIGNS
==================== */

/* =============================================================================== */
/* 1. GENERAL */
/* =============================================================================== */

html{
    margin-top: 0 !important;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li, dt, dd {
    line-height: 20px;
}
body{
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.page-content{
    margin-bottom: 30px;
}
.page-content .btn{
    border-radius: 0;
}
.page-content .btn-primary, form .btn-primary{
    border: none;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #004079 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    padding: 8px 25px;
    font-weight: bold; 
}
.page-content .btn-primary:hover, form .btn-primary:hover{
    background-color: #0072c6 !important;
}
a:hover{
    color: #0072c6 !important;
    text-decoration: none !important;
}
.btn-red{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    -moz-box-shadow: 1px 1px 1px #666;
    -webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
    color: white;
    text-align: center;
    background-color: #a9302a!important;
    color: #fff !important;
    font-weight: bold;
}
.btn-clean{
    border: none;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #004079 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    padding: 4px;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}
.btn-clean:hover{
    background-color: #0072c6 !important;
}
.form-control{
    border-radius: 0 !important;
}
.carousel .carousel-indicators{
    bottom: 0;
}
.carousel .carousel-indicators li{
    border: 1px solid #ccc;
    background-color: #fff;
    width: 8px;
    height: 8px;
}
.carousel .carousel-indicators .active{
    background-color: #ccc;
    width: 10px;
    height: 10px;
}
.form-message{
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}
.position-detail{
    margin-top: 20px;
}
.position-detail h2{
    color: #004079;
    display: inline;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.position-desc{
    margin-top: 15px;
}
.dealer-data{
    margin-bottom: 20px;
}
.dealer-data p{
    margin: 0 0 5px;
}
.not-found{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.not-found h1{
    margin-top: 50px;
}
.not-found .text-extra-large{
    font-size: 90px;
    font-size: 9rem;
    font-weight: 700;
}
/* =============================================================================== */
/* 2. HEADER */
/* =============================================================================== */
header .main {
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    padding-left: 20px;
}
.navbar{
    min-height: auto !important;
    margin-bottom: 0;
    z-index: 1080;
    border-radius: 0;
}
.nav {
    list-style-type: none;
    padding-left: 20px;
}
.main-nav {
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.3);
    background-color: #fff;
}
.nav {
    margin-left: 0;
    list-style: none;
}
.nav .menu {
    margin: 20px 0 0 50px;
    list-style: none;
}

ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
.nav .menu li {
    display: inline-block;
    height: 100%;
}

.nav .menu li a:hover {
    color: #86cff3 !important;
    text-decoration: none;
    background-color: #fff;
}
.menu .active a{
    color: #86cff3 !important;
}
.nav .menu li a {
    display: block;
    padding: 10px 20px;
    color: #004079;
    font: normal 600 14px / 17px "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.brand-logo img{
    padding: 10px 0;
}

.navbar-brand{
    height: auto !important;
    padding: 0;
}
.navbar-brand img{
    max-width: 280px;
}
.rh-makes{
    float: right;
}
.rh-makes img{
    display: inline;
    max-width: 175px;
}
.rh-makes p{
    display: inline;
    margin-right: 20px;
    color: #777879;
    font-style: italic;
    font-size: 12px;
}
.client-support{
    padding-top: 19px;
    font-weight: bold;
    color: #777879;
}
.client-support .glyphicon{
    margin-left: 20px;
}
.client-support span, .client-support a{
    font-weight: normal;
    color: #777879;
}
.navbar-fixed-top .navbar-brand img{
    max-width: 210px;
}
.navbar-fixed-top .menu {
    margin: 12px 0 0 50px;
}
@media (min-width: 1101px) and (max-width: 1262px){
    .navbar-brand img{
        max-width: 230px;
    }
    .nav .menu{
        margin: 15px 25px;
    }
    .nav .menu li a{
        padding: 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1100px){
    .navbar-brand img{
        max-width: 180px;
    }
    .nav .menu{
        margin: 6px 20px;
    }
    .nav .menu li a{
        padding: 10px;
        font: normal 600 13px / 17px "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    }
}

@media (max-width: 1023px)  {
    .nav.navbar-nav{
        margin-left:-15px;
    }
   .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: -1px;
        border-width: 0 0 1px;
    }
   .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
   .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .main-nav .navbar-toggle{
        margin: 20px;
    }
    .main-nav .navbar-toggle span{
        background-color: #a0a0a0;
    }
}
@media (min-width: 768px) and (max-width: 970px){
    .client-support{
        padding-top: 10px;
    }
    .client-support .glyphicon{
        margin-left: 0px;
    }
    .rh-makes{
        padding-top: 10px;
        float: right;
    }
}
@media (max-width: 768px){
    header .main{
        height: auto;
    }
    .main-nav{
        height: auto;
        margin-bottom: 0;
        min-height: auto;
    }
    .main-nav .navbar-toggle{
        margin: 12px;
    }
    
    .nav{
        padding-left: 0;
    }
    .nav .menu{
        height: auto;
        float: none;
        padding-left: 0;
        margin: 0;
    }
    .nav .menu li{
        display: block;
        border: none;
        border-top: 1px solid #ddd;
    }
    .navbar-brand img{
        max-width: 200px;
    }
}
@media (max-width: 767px){
    .rh-makes{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
/* =============================================================================== */
/* 3. FORMS */
/* =============================================================================== */
.form-title {
    margin-bottom: 0;
    color: #00455d;
    font-size: 1.4em;
    font-weight: 700;
}
.form-box{
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    padding: 20px 7px;
    margin: 20px 0;
}
.form-box input, .form-box select, .form-box textarea{
    border-radius: 0;
}
.form-box label{
    color: #666;
}
.mandatory{
    margin: 0 3px;
    color: #ff0000;
}
.btn-group{
    float: right;
    vertical-align: middle;
}
.btn-group button{
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
    margin-top: 15px;
}
.submit-btn{
    background-color: #DD9837;
    margin-right: 10px;
}
.secondary-btn{
    background-color: #999;
}
.vehicle-talk .form-control{
    border: none;
    background: #ddd;
    resize: none;
    border-radius: 0;
}
.fields-add .row{
    margin-bottom: 15px;
}
.fields-add .row div{
    padding-right: 0;
}
.add-btn{
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}
.removefields span{
    padding-top: 10px;
    color: #ff0000;
}
form h4 {
    margin-top: 0;
    color: #00455d;
    font-size: 16px;
    font-weight: bold;
}
form .secondary-label{
    font-weight: normal;
}
.form-application{
    display: none;
}
/* =============================================================================== */
/* 4. HOMEPAGE */
/* =============================================================================== */
.carousel-home{
    margin-left: -15px;
    margin-right: -15px;
}
.carousel-home .carousel-caption{
    top: 20px;
    left: 5%;
    right: 5%;
    width: 90%;
    text-align: left;
}
@media (max-width: 500px){
    .carousel-home .carousel-caption{
        top: 10px;
        left: 8%;
        width: 85%;
        padding-top: 0;
        padding-bottom: 5px;
    }
}
.carousel-home .carousel-caption.center-align{
    text-align: center;
}
.carousel-home .carousel-caption.right-align{
    text-align: right;
}
.carousel-home .carousel-caption.dark{
    color: #444;
}
.carousel-home .carousel-caption.alternative-color{
    color: #004079;
}
.carousel-home .carousel-caption h1{
    font-size: 45px; 
}
@media (max-width: 500px){
    .carousel-home .carousel-caption h1{
        font-size: 27px;
        margin-top: 0; 
    }
}
.carousel-home .carousel-caption h2{
    font-size: 25px;
    font-weight: 400;
}
@media (max-width: 500px){
    .carousel-home .carousel-caption h2{
        font-size: 18px;
    }
}
.carousel-home .carousel-control{
    top: calc(50% - 28px/2);
    font-size: 20px;
    background: none;
    width: 3%;
}
@media (max-width: 500px){
    .carousel-home .carousel-control{
        width: 6%;
    }
}
.carousel-home .carousel-control:hover{
    color: #004079 !important;
}
.home-news-title {
    color: #004079;
    font-size: 20px;
    font-weight: 700;
}
.news, .wide-section {
    position: relative;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    color: #1f1f1f;
}
.news h3 {
    margin-bottom: 20px;
    padding-bottom: 0px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.news h3 a:hover{
    text-decoration: none;
}
.see-all-news{
    color: #a0a0a0;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    white-space: nowrap;
}
.news .title {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    height: 70px;
    overflow: hidden;
    padding: 10px 0 20px;
}
.news .desc {
    color: #4e4e4e;
    height: 60px;
    overflow: hidden;
}

.latest-news .new-item {
    margin: 0 0 0 20px;
}
.new-item:hover footer {
    border-bottom: 3px solid #005580;
}
.new-item a:hover{
    text-decoration: none;
}
.new-item a:hover .title{
    color: #005580;
}
.new-item footer {
    float: left;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 3px solid #ddd;
    font-size: 13px;
}
.new-item footer span {
    color: #a0a0a0;
}
.new-item footer a{
    font-weight: bold;
}
.new-item footer a, .new-item footer a:active, .new-item footer a:visited, .new-item footer a:focus {
    color: #004079;
    text-decoration: none;
}
.new-item footer a {
    font-style: italic;
}
@media (max-width: 768px){
    .page-content .carousel{
        margin-right: -15px;
        margin-left: -15px;
    }
    .latest-news .new-item {
        margin: 0;
    }
    .new-item footer {
        margin-bottom: 20px;
    }
}
/* =============================================================================== */
/* 5. FOOTER */
/* =============================================================================== */

.footer .outter {
    padding: 30px 0px;
    background: #2b2b2b;
    color: white;
}
.widget h5, .footer .widget h5 span {
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.widet-spot {
    padding-right: 15px;
}
.widget {
    clear: both;
    padding: 10px 0;
    font-weight: bold;
    font-size: 13px;
}
.usefulInformationScroll {
    overflow: visible;
}
.usefulInformationScroll .viewport {
    position: relative;
    overflow: hidden;
    width: 93%;
    height: 215px;
}
.widget ul {
    margin: 0;
    list-style-type: none;
}
.widget ul.nav li {
    padding-left: 20px;
    background-image: url(../images/ul-bullet.png) !important;
    background-position: left 6px;
    background-repeat: no-repeat;
}
.widget ul.nav li a:hover, .widget ul.nav li a:active {
    background: transparent;
}
.widget ul li a:hover, .widget ul li a:active {
    color: #cdcdcd !important;
    text-decoration: underline !important;
}
.footer-logos{
    margin-top: 20px;
}
.footer-logos li {
    display: inline-block;
    margin: 2px;
    padding: 3px;
}
.friend-newsletter-social {
    position: relative;
    top: 20px;
}
.sendToAFriend-link {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.sendToAFriend-link:hover{
    color: #fff;
}
.friend-newsletter-social .modal{
    z-index: 9999;
}
.friend-newsletter-social .modal .modal-content{
    border-radius: 0;
}
.friend-newsletter-social .modal .modal-header {
    background-color: #004079;
    height: 55px;
    text-transform: uppercase;
    text-align: center;
}
.friend-newsletter-social .modal .modal-header .close{
    color: #eee;
    opacity: 0.6;
}
.friend-newsletter-social .modal .modal-body form label{
    color: #333;
}
.friend-newsletter-social .modal .modal-footer{
    background-color: #004079;
    padding: 8px;
}
.widget .social-icons {
    padding: 5px 0;
}
.widget.social-icons ul {
    margin-left: -5px;
}
.widget.social-icons ul li {
    display: inline;
    margin: 3px;
    list-style: none;
}
.widget ul li a, .footer .widget span {
    background: none;
    color: #cdcdcd;
    padding: 3px;
}
.widget.social-icons ul li img {
    display: inline-block;
    margin-bottom: 7px;
    padding: 5px;
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #1f1f1f;
    -moz-box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    text-align: center;
}
.footer .inner {
    padding: 10px 0px;
    background: #1f1f1f;
    color: #cdcdcd;
    font-size: 12px;
}
.footer .inner p{
    margin: 0;
}
.footer .inner a {
    color: white;
}
.footer .footer-nav li {
    display: inline;
}
.footer .inner ul{
    margin: 0;
}
.widget.newsletter.newsletter-form {
    position: relative;
    margin-bottom: 5px;
    min-height: 100px;
}
.widget.newsletter.newsletter-form input {
    margin-bottom: 2px;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #1f1f1f;
    -moz-box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    color: #eee;
    font-size: 12px;
}
.widget.newsletter.newsletter-form .btn-primary {
    border: none;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #004079 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    float: left;
    margin-left: 0;
    margin-top: 6px;
    padding: 8px 25px;
    width: 140px;
    font-weight: bold;
}
.widget.newsletter .btn {
    font-weight: bold;
    font-size: 14px;
}
.footer .newsletter span{
    padding: 0;
}

.widget.newsletter.newsletter-form input[type=checkbox]{
    box-shadow: none;
    background-image: none;
}
.widget.newsletter.newsletter-form .checkbox label{
    font-size: 9px;
    line-height: 18px;
}
@media (min-width: 768px) and (max-width: 970px){
    .footer-logos li {
        padding: 0px;
    }
}
/* =============================================================================== */
/* 6. NEWS */
/* =============================================================================== */

.news.all-news {
    position: relative;
    float: left;
    border: 0;
    background: white;
}
.news-title{
    margin: 10px 0;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #004079;
    text-transform: uppercase;
    line-height: 1;
}
.news-title h1{
    font-size: 1.9em;
    font-weight: 700;
}
.news-creation-date{
    color: #a0a0a0;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.news-detail{
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 970px){
    .news .title {
        height: 80px;
    }
}
/* =============================================================================== */
/* 7. SIMPLE PAGES */
/* =============================================================================== */
.page-title{
    margin: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #004079;
    text-transform: uppercase;
    line-height: 1;
}
.page-title h1{
    font-size: 1.9em;
    font-weight: 700;
}
.page-detail{
    margin-bottom: 50px;
}
/* =============================================================================== */
/* 8. SIDEBAR / BOTTOM BAR */
/* =============================================================================== */
.fast-links-share{
    display: none;
}
.side-options.social {
    position: absolute;
    left: 0;
    display: none;
    margin-top: 5px;
    margin-left: -120px;
    padding-right: 20px;
    border: none;
    background-color: #A0A0A0;
    -moz-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0);
    -webkit-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0);
    box-shadow: -2px 1px 2px rgba(50, 50, 50, 0);
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    width: 120px;
}
.side-options.social ul li a{
    width: 120px;
    padding: 8px 16px;
    color: #fff;
}
.side-options.social ul li a img{
    margin-right: 10px;
}
.side-options {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 95;
    width: 170px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    -moz-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
}
.side-options h4 {
    color: #00287a;
}
.side-options h4 {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    color: #004079;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#toggleFastLinks {
    display: block;
    background-image: url(../img/img-sprites.png);
}
#toggleFastLinks {
    position: absolute;
    top: 15px;
    display: block;
    margin-left: -24px;
    width: 24px;
    height: 34px;
    border: 1px solid #eee;
    background-color: white;
    -moz-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#toggleFastLinks .glyphicon{
    color: #A0A0A0;
    font-size: 17px;
    padding-top: 7px;
    padding-left: 2px;
}
#toggleFastLinks .glyphicon:hover{
    color: #337ab7;
}
.side-options ul {
    margin-bottom: 0;
}
ul.unstyled, ol.unstyled, ul.inline, ol.inline, .media-list {
    margin-left: 0;
    list-style: none;
}
.side-options li {
    position: relative;
    float: left;
    border-bottom: 1px solid #ddd;
}
.side-options li:last-child{
    border-bottom: none;
}
.side-options li a {
    position: relative;
    display: inline;
    float: right;
    padding: 12px 0 12px 45px;
    width: 170px;
    color: #A0A0A0;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.1;
}
.side-options li a:hover{
    text-decoration: none;
    color: #666;
}
.side-options li img.fast-links-icon {
    position: absolute;
    top: 25%;
    left: 10px;
    max-width: 21px;
    max-height: 21px;
}
.bottom-options{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 95;
    border: 1px solid #ddd;
    background: #f9f9f9;
    -moz-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
}

.bottom-options ul, .toggle-list{
   display: inline;
}
.bottom-options ul li{
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}
.fast-links-icon, .fast-links-div{
    display: inline;
}
.toggle-list{
    margin-top: 10px;
    height: 30px;
    font-size: 20px;
    width: 30px;
}
.bottom-options li img.fast-links-icon {
    left: 10px;
    max-width: 21px;
    max-height: 21px;
}
.listOff{
    display: none !important;
}
.listOn{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 95;
    width: 170px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    -moz-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    box-shadow: -2px 1px 2px rgba(50, 50, 50, 0.1);
    margin-bottom: 0;
    list-style-type: none;
}
.listOn .social .unstyled li{
    border: none;
}
.listOn .fast-links-icon, .listOn .fast-links-div{
    display: inline;
}
@media (max-width: 767px){
    .footer{
        margin-bottom: 50px;
    }
}
/* =============================================================================== */
/* 9. NEW CARS */
/* =============================================================================== */
.model-type{
    margin-bottom: 20px;
}
.model-type a:hover, .model-type a:hover p, .model-type:hover{
    text-decoration: none !important;
}
.model-type a:hover img{
    opacity: .8;
}
.model-type p{
    margin: 0;
}
.model-type .model-title {
    color: #004079;
    font-weight: bold;
    font-size: 14px;
}
.model-type .model-desc {
    color: #004079;
    font-weight: bold;
    font-size: 12px;
}
.model-type .model-price {
    margin-bottom: 4px;
    color: #DD9837;
    font-weight: bold;
    font-size: 14px;
}
.vehicle-detail .basic-info h4, .vehicle-technical-data h4, .vehicle-talk h4{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.vehicle-main, .vehicle-data{
    margin-bottom: 30px;
}
.vehicle-small-info{
    padding: 5px 8px;
    background-color: #444;
    color: white;
}
.vehicle-data .item{
    margin-bottom: 15px;
    color: #666;
}

.vehicle-sidebar .vehicle-price {
    overflow: auto;
    padding: 10px 15px 20px;
    background-color: #004079;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: white;
}
.vehicle-technical-data h4{
    margin-top: 0;
}
.vehicle-price .price-label{
    float: left;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.vehicle-price .price-from{
    font-weight: lighter;
    font-size: 9px;
    margin-left: 15px;
    vertical-align: bottom;
}
.vehicle-price .price-value{    
    font-weight: bold;
    font-size: 20px;
}
.vehicle-price .price-disclaimer{    
    margin: 5px 0 0;
}
.vehicle-price .price-value-symbol{
    font-weight: bold;
    font-size: 20px;
}
.vehicle-sidebar .vehicle-technical-data, .vehicle-sidebar .vehicle-talk{
    padding: 18px 10px;
    background-color: #f6f6f6;
}
.vehicle-technical-data .technical-item p{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 4px 0;
}
.vehicle-technical-data .progress{
    background-color: #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 12px;
}
.endbar{
    height: 15px;
    background-color: #004079;
}
.vehicle-characteristics{
    margin-bottom: 25px;
}
.product-title-price{
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    margin-top: 15px;
}
.product-title-price h2, .product-title-price h3{
    display: inline;
}
.product-title-price h2{
    color: #004079;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 700;
}
.product-title-price h3{
    color: #e3a541;
    font-weight: 700;
    float: right;
    margin-top: 0;
}
.product-title-price h3 span{
    font-size: 16px;
    color: #666;
    margin-right: 5px;
}
@media (max-width: 767px){
    .product-title-price h2, .product-title-price h3{
        display: block;
    }
    .product-title-price h3{
        float: none;
    }
}
.segment-pag li a{
    color: #004079;
}

/* =============================================================================== */
/* 10. USED CARS */
/* =============================================================================== */
.used-vehicle-search{
    padding: 18px 10px;
    background-color: #f6f6f6;
}
.used-vehicle-search-box{
    padding: 15px;
    background-color: #004079;
    color: white;
    text-align: center;
}
.usedsearch-label{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.top-used-list{
    background: #f5f5f5;
    height: 60px;
    padding: 16px;
}
.search-visual{
    margin-right: 15px; 
}
.search-visual, .search-order{
    display: inline;
}
.search-order select{
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  
}

.list-list, .list-grid{
    border: 1px solid #dadada;
    cursor: pointer;
    display: inline-block;
    padding: 4px 7px !important;
    background-color: #fff;
}
.list-list:hover, .list-grid:hover{
    background-color: #0072c6;
    color: #fff;
}
.lead-used-cars{
   color: #004079;
   text-align: right; 
   margin: 10px 0;
   font-weight: bold;
   cursor: pointer;
}
.lead-used-cars:hover{
    color: #0072c6;
}
.used-vehicle-data{
    margin-top: 20px;
}
.used-vehicle-data .item{
    position: relative;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.used-vehicle-data .item .item-content{
    border-bottom: 4px solid #bcbcbc;
}
.used-vehicle-data .item .item-content:hover{
    border-bottom: 4px solid #004079;
}
.used-car-info, .used-car-info2{
    margin-top: 15px;
}
.used-car-info h5 {
    color: #004079;
    display: inline;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.used-car-info p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
.used-car-info2{
    text-align: right;
    margin-right: 15px;
}
.used-car-info2 .gallery-link{
    margin-bottom: 8px;
}
.used-car-info2 h4 {
    color: #e3a541;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;
}
.used-car-info2 .gallery-link a{
    color: #004079;
    font-size: 17px;
}
.used-car-info2 .more a{
    color: #004079;
    font-size: 14px;
    font-weight: bold;
    margin-top: 26px;
}
#carousel-used .carousel-control{
    background: none;
    color: #004079;
    opacity: 1;
}
@media (max-width: 650px){
    .used-car-info2{
        text-align: left;
    }
}
@media (max-width: 768px){
    .used-vehicle-sidebar{
        margin-bottom: 20px;
    }
    .used-car-info, .used-car-info2{
        margin-left: 15px;
        margin-right: 15px;
    }
    .expand-search{
        color: #004079;
        font-weight: bold;
        border-bottom: 2px solid #bcbcbc;
        margin-bottom: 20px;
    }
    .expand-search span{
        top: 2px;
        font-size: smaller;
        color: #666;
    }
}
/* =============================================================================== */
/* 11. CAMPAIGNS */
/* =============================================================================== */
.campaign-desc h4, .campaign-desc h4 a{
    color: #666;
    text-transform: uppercase;
}