/*
Style of Caetano Retail CV 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;
    height: 100%;
}
* {
    -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;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.page-content{
    margin-bottom: 30px;
    flex: 1 0 auto;
}
.page-content .btn{
    border-radius: 0;
}
.page-content .btn-primary, form .btn-primary, .carousel-caption .btn-primary, .item .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; 
}
.carousel-caption .btn-primary{
    position: absolute;
    bottom: 0;
    margin-bottom: 14vh;
}
.carousel-caption.center-align .btn-primary{
    margin-left: auto;
    margin-right: auto;
    left: 45%;
    right: 45%;
}
.carousel-caption.right-align .btn-primary{
    right: 0;
}
.btn-primary.w-min{
    min-width: 200px;
}
.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: 30px;
}
.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;
}
.language{
    top: calc(50% - 14px);
    position: absolute;
    right: 20px;
}
.language .dropdown-toggle{
    color: #4e4e4e;
}
.language .dropdown-toggle:hover, .language .dropdown-toggle:active, .language .dropdown-toggle:focus{
    text-decoration: none;
    color: #86cff3 !important;
    background-color: #fff !important;
}
.language .dropdown-toggle .caret{
    margin-left: 4px;
}
.choose-lang{
    border: 1px solid #ddd;
    -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);
    border-radius: 0;
}
.navbar.navbar-fixed-top .language .choose-lang li a{
    height: auto;
    padding: 3px 20px;
}
.choose-lang .current-lang a{
    color: #86cff3;
}
.language-mob{
    margin-top: 15px;
}
.language-mob .lang-item a{
    color: #004079;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
}
.language-mob .lang-item:not(:last-child){
    border-right: 1px solid #ddd;
}
.language-mob .current-lang a{
    color: #86cff3;
}
.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;
}
.used-car-info2 .price-day{
    font-weight: normal;
    font-size: 18px;
}
.used-car-info .similiar-tag{
    font-weight: normal;
}
p .normal-weight{
    font-weight: normal;
}
.rent-sidebar{
    margin-top: 20px;
}

/* =============================================================================== */
/* 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;
    height: 75px;
}
.navbar.navbar-fixed-top{
    height: 55px;
}
.nav {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0;
}
.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 .menu {
    margin: 0 0 0 50px;
    list-style: none;
}

ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}
.nav .menu li {
    display: inline-block;
    height: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #f1f1f1;
    border-color: #eee;
}
.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;
    height: 74px;
    padding: 26px 20px;
    color: #004079;
    font: normal 600 14px / 17px "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}
.navbar.navbar-fixed-top li a{
    height: 54px;
    padding: 16px 20px;
}
.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: 115px;
}
.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: 0 0 0 50px;
}
.navbar-nav .dropdown-menu{
    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);
    border-radius: 0;
}
.navbar-nav .dropdown-menu li{
    display: block;
}
.navbar-nav .dropdown-menu li a{
    height: auto;
    padding: 10px;
} 
@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;
    }
    .main-nav, .navbar.navbar-fixed-top{
        height: auto;
        border: 0;
        top: 0;
    }
   .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);
    }
    .nav .menu li a{
        height: auto;
        padding: 20px 10px;
    }
    
   .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;
    }
    .nav .navbar-brand img{
        max-width: 210px;
    }
    .nav.nav-fixed-top .navbar-brand img{
        max-width: 210px;
    }
}
@media (max-width: 767px){
    .rh-makes{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

.sidetools {
    position: fixed;
    z-index: 2;
    background: 0 0;
    width:210px; 
    top: calc(50vh - 100px);
    right: 0;
    transition: right .2s ease-in 0s;
    pointer-events: none;
}
@media (max-width: 768px){
    .sidetools{
        display: none;
    }
}
.sidetools-container ul {
    clear: both;
}
.sidetools-container li,.sidetools-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidetools-container li {
    position: relative
}

.sidetools-container a {
    pointer-events: auto;
    margin: 0 0 1px 162px;
    display: block;
    height: 50px;
    padding: 13px 0 0 17px;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: 700;
    background-color: #f9f9f9;
    overflow: hidden;
    white-space: nowrap;
    transition: margin .2s ease-in 0s,background-color .2s ease-in .1s
}
.sidetools-container a .sidetools-img{
    width: 35px;
    display: inline-block;
}
.sidetools-container a span{
    vertical-align: middle;
}
.sidetools-container a.hover,.sidetools-container a:hover {
    color: #A0A0A0 !important;
    background-color: #f9f9f9;
    margin-left: 0
}
.bottomtools {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10;
    color: #A0A0A0;
    background-color: #f9f9f9;
}

.bottomtools>ul {
    font-size: 0;
    display: table;
    width: 100%;
    margin: 0;
}

.bottomtools>ul>li {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

.bottomtools>ul>li>a {
    position: relative;
    display: block;
    height: 50px;
    padding-top: 6px;
    color: #A0A0A0;
    text-decoration: none;
    text-align: center;
}

.bottomtools>ul>li>a>span {
    display: block;
    font-size: 10px
}
@media only screen and (max-width: 410px){
    .bottomtools>ul>li>a>span {
        font-size: 8px
    }
}
@media only screen and (min-width: 769px) {
    .bottomtools {
        display: none;
    }
}

/* =============================================================================== */
/* 3. FORMS */
/* =============================================================================== */
.form-application {
    display: none;
}
.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;
    color: #fff;
    font-weight: 700;
}
.secondary-btn:hover{
     color: #f2f2f2;
}
.vehicle-talk .form-control{
    border: 1px solid white;
    background: #fff;
    resize: none;
    border-radius: 0;
    box-shadow: none;
}
.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;
}
/* =============================================================================== */
/* 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;
}
.carousel-home .carousel-caption.center-align{
    text-align: center;
}
.carousel-home .carousel-caption.right-align{
    text-align: right;
}
@media (max-width: 500px){
    .carousel-home .carousel-caption{
        top: 10px;
        left: 8%;
        width: 85%;
        padding-top: 0;
        padding-bottom: 5px;
        text-align: center;
    }
    .carousel-home .carousel-caption.right-align{
        text-align: center;
    }
}
.carousel-home .carousel-caption a, .carousel-home .carousel-caption a:hover{
    color: #fff !important;
}
.carousel-home .carousel-caption.dark, .carousel-home .carousel-caption.dark:hover{
    color: #444;
}
.carousel-home .carousel-caption.alternative-color, 
.carousel-home .carousel-caption.alternative-color:hover{
    color: #004079 !important;
}
.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: 22px;
    background: none;
    width: 12%;
    opacity: 1;
}
.carousel-home .carousel-control .glyphicon{
    background-color: rgba(0,0,0,.4);
    color: rgba(225,225,225,.7);
    padding: 8px;
    border-radius: 3px;
}
.carousel-home .carousel-control .glyphicon:hover{
    color: rgba(225,225,225,1);
    background-color: rgba(0,0,0,.5);
}
@media (max-width: 500px){
    .carousel-home .carousel-control{
       font-size: 18px;
    }
    .carousel-home .carousel-control .glyphicon{
        padding: 4px;
    }
}

.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;
}
.all {
    margin-bottom: 25px;
}
.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: 15px;
    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: 40px;
    }
}
.categories{
    margin-bottom: 20px;
}
.categories span{
    padding: 4px 10px;
    color: #fff;
    background-color: #004079;
    margin: 0 2px;
}
.news-page h1{
    display: inline-block;
}
.news-page .filter-news{
    display: inline-block;
    margin-left: 10px;
}
.general-contacts{
    font-weight: normal;
    padding-left: 2px;
}
.general-contacts a{
    color: #ffffff;
}
.general-contacts a:hover{
    text-decoration: underline;
}
.general-contacts span{
    color:#cdcdcd;
}

/* =============================================================================== */
/* 5. FOOTER */
/* =============================================================================== */
.footer{
    flex-shrink: 0;
}
.footer .outter {
    padding: 30px 0px;
    background: #2b2b2b;
    color: white;
}
@media (max-width: 500px){
    .footer .outter {
        text-align: center;
    }
}
.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;*/
}
@media (max-width: 767px){
    .usefulInformationScroll .viewport {
        width: 100%;
    }
}
.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;
}
@media (max-width: 500px){
   .widget ul.nav li {
        padding-left: 0;
        background: none;
        background-image: none !important;
    } 
}
.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;
}
.footer-logos li img{
    max-width: 75px;
}

.friend-newsletter-social {
    position: relative;
    top: 20px;
    margin-bottom: 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-nav li a{
    color: white;
}
.footer .inner ul, .footer-nav{
    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 (max-width: 768px){
    .copyright{
        text-align: center;
    }
}
@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: 768px){
    .footer{
        margin-bottom: 50px;
    }
    .footer.footer-alt{
        margin-bottom: 0;
    }
}
/* =============================================================================== */
/* 9. NEW CARS */
/* =============================================================================== */
.brand-items{
    margin: 0 auto;
    width: 100%;
    list-style: none outside none;
}
.brand-items li{
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.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;
}

.vehicle-sidebar .vehicle-price {
    overflow: auto;
    padding: 10px 15px 20px;
    background-color: #004079;
    background-position: bottom center;
    background-repeat: no-repeat;
    color: white;
}
.rent-sidebar .vehicle-price{
    padding: 10px;
}

.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-value-symbol{
    font-weight: bold;
    font-size: 20px;
}
.vehicle-sidebar .vehicle-technical-data, .vehicle-sidebar .vehicle-talk{
    padding: 18px 10px;
    background-color: #f6f6f6;
}
.rent-sidebar .vehicle-technical-data{
    padding: 18px 10px 10px 10px;
}
.rent-sidebar .vehicle-talk{
    padding-top: 10px;
}
.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;
    }
}
.collapHead{
    padding: 10px 15px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 15px;
    background-color: #f9f9f9;
}
.collapHead .glyphicon{
    color: #004079;
}
.version-label{
    font-weight: 700;
    letter-spacing: .02;
    margin-bottom: 5px;
}
.overview-specs{
    margin: 15px 0;
    padding: 10px;
    background-color: white;
}
.overview-specs .specs-label{
    color: #a0a0a0;
}

.specs-label{
    font-weight: 700;
    letter-spacing: .02;
}
.specs-data, .specs-label{
    padding: 4px 15px 8px;
}
.specs-label-up{
    text-transform: uppercase;
    color: #666;
}
.specs-data-over {
    font-size: 22px;
    font-weight: 700;
}
.vehicle-new .carousel .carousel-inner{
    height: 400px;
}

.vehicle-new .carousel .carousel-inner .item img{
    max-height: 400px;
    height: auto;
    /*margin: 0 auto;*/
    width: auto;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 768px){
    .vehicle-new .carousel .carousel-inner{
        height: auto;
    }
    .vehicle-new .carousel .carousel-inner .item img{
        max-height: 100%;
    }
}
/* =============================================================================== */
/* 10. USED CARS */
/* =============================================================================== */
#carousel-used{
    margin-bottom: 30px;
}
.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;
}