@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
 @import url('https://cdn.pilotsolution.net/metronic/v3.4/theme/assets/global/plugins/font-awesome-4.4/css/font-awesome.min.css');
 body{
     font-family: 'Open Sans', sans-serif;
}
/*header & navbar */
 .navbar {
     margin-bottom: 0px;
}
 .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
     text-transform: uppercase;
}
 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
     background-color: transparent;
     font-weight: bold;
}
 .navbar-header img{
     max-height:80px;
     padding:10px 0;
}
.navbar-header a{
    filter: none!important;
}

/*margin&padding*/
.mb-5{
    margin-bottom: 5px!important;
}
 .mb-20{
     margin-bottom: 20px!important;
}
 .mb-10{
     margin-bottom: 10px 
}
 .mb-30{
     margin-bottom: 30px!important 
}
 .mt-30{
     margin-top: 30px!important 
}

/*backgrounds & general tipography colors*/
 .bg-dark{
     background-color: #1f1e23;
     color:#fff!important 
}
 .bg-light{
     background-color: #fafafa;
     color:#000!important 
}
 .text-dark {
     color: #1f1e20 
}
 .text-white {
     color: #ffffff;
}
 .text-wp {
     color: #22CD5B 
}
 a:hover, a:link, a:visited, a:active {
     filter: brightness(85%);
}

a.product-list:hover, a.product-list:link, a.product-list:visited, a.product-list:active {
    filter: brightness(100%);
}
/*search banner*/
 #search-banner {
    background-size:cover;
    background-position: top;
    color:#ffffff;
    padding:100px 0px;
}

 #search-banner form {
     margin-bottom: 120px 
}

/*vehicles grid*/
 #products-list {
     display: flex;
     flex-wrap: wrap;
}
 .panel{
     height:90% 
}
 #vehicles h1{
     text-transform: uppercase;
     font-weight:500;
     margin-top:0px;
     margin-bottom: 30px;
}
 #vehicles p{
     font-size:14px;
     line-height: 1.8em 
}
 #vehicles {
     padding:50px 0px;
}
 #vehicles.ficha {
     padding:20px 0px 50px 
}
 #car_grid img {
     max-width: 150px;
     height:auto;
}
 #vehicles h2.marca {
     margin-top: 0px;
     margin-bottom: 3px;
     font-size: 13px;
     text-transform: uppercase;
     color: #373a3c;
     font-weight: 400;
}
 #vehicles .precio{
     font-size: 13px;
     color: #373a3c;
     font-weight: 600;
}
 .descripcion{
     color:#868484;
     font-size: 13px;
     font-weight: 300;
}
.product-list .label {
    position: absolute;
    top: 3px;
    left: 14px;
    z-index: 10;
    margin:12px 0px 0px 5px;
    text-transform: uppercase;
    max-width: 10em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

 .panel {
     margin-bottom: 30px;
     position: relative;
}
 a.product-list:focus .panel {
     transform: scale(1.05);
}
 .panel-body {
     padding:20px;
}
 #car_grid {
     height: 80px;
     overflow: hidden;
     display: flex;
     justify-content: center;
    /* align horizontal */
     align-items: center;
    /* align vertical */
    margin-top: 15px;
}
 .btn-primary {
     color:#fff;
}
 .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    filter: saturate(1) brightness(140%) !important;
    color:#fff;
}
 .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    filter: saturate(1); 
    filter: brightness(115%);
}
 .pagination {
     float:right;
     padding:10px 0px;
}
 .pagination a{
     filter: brightness(100%)!important;
}
 .panel.tabla{
     margin-top: 30px 
}
 h2.tabla {
     margin-top: 10px;
}

/*ficha*/

.pilot-my-site-ficha-titulo {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.pilot-my-site-ficha-precio {
    font-size: 30px;
    font-weight: 300;
    margin-top: 0px !important;
    margin-bottom:20px;
}
.label.pilot-my-site-state-label {
    
    background: #ffffff;
    color: #868484;
    border: solid 0.5px #aaa5a5;
    padding: .2em .3em .18em;
    font-weight: normal;
   
}
hr.pilot-my-site-divider{
    margin: 10px 0;
    border-top: 1px solid #ddd;
}
.pilot-my-site-ficha-detalle{
    font-size: 14px;
    margin: 3px 0px;
    font-weight:300;
}

.pilot-my-site-contact-title{
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 10px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .2) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .2)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

/*footer*/
 footer{
     padding: 30px 0px 50px 
}
 footer h2 {
     font-weight: lighter;
     margin-bottom: 20px;
     font-size: 23px;
     text-transform: capitalize;
}
 .contacto {
     font-size:12px;
     font-weight: 300;
     line-height: 1.6em;
}
 footer h4{
    margin-top: 0px
}
 h2.lowercase {
     margin-top: 6px;
     margin-bottom: 0px 
}
 .contacto i{
     margin-top:6px;
}
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     border-top: none;
     border-bottom: 1px solid #ddd;
}
 .table{
     margin-top:15px;
     margin-bottom:8px;
}
 .tabla .table tr td:first-child{
     color:#afafaf;
     font-weight: 300;
}
 .tabla .table tr td:last-child{
     color:#43474D;
     font-weight: 600;
     text-align: right;
}
 td.precio {
     font-size: 16px;
}
 a:link, a:visited, a:hover, a:active {
     text-decoration: none;
}
 #myCarousel {
     min-height: 300px;
     max-height: 800px;
     overflow: hidden;
     -webkit-transition: height 1s ease;
    /* Safari */
     transition: height 1s ease;
     display: flex;
     justify-content: center;
    /* align horizontal */
     align-items: center;
    /* align vertical */
}
 .carousel {
     -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
     -ms-transition: height 1s ease;
     -o-transition: height 1s ease;
     transition: height 1s ease;
}
 #myCarousel img{
     vertical-align: middle;
}
 .carousel-inner>.item>a>img, .carousel-inner>.item>img{
     width:100% 
}
 #autos > div > div > div > a > div:hover {
     -webkit-box-shadow: 2px 1px 1px #bcb;
     box-shadow: 1px 1px 1px #bcb;
     border-color: #ccc;
}
 #send_ok{
     min-height: 300px;
}

/* filter */

.pilot-my-site-filter-group h3{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.25;
    color: #333;
}
.pilot-my-site-filter-group h4{
    font-weight: 400;
    font-size: 16px;
    margin-top:30px;
    margin-bottom:7px;
    line-height: 1.25;
    color: #333;
}
.pilot-my-site-filter-group h3:first-child{
   margin-top:0;
}
.pilot-my-site-filter-group label{
    font-weight: 400;
    margin-top:6px;
    margin-bottom:0px;
    font-size:12px;
    color:#868484;

}


.pilot-my-site-filter-group .input-group .form-control {
    z-index: 3;
}

.pilot-my-site-filter-group .input-group input:focus {
    border-color: #111111;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pilot-my-site-filter-col .input-group {
    margin-bottom:5px;
}

.pilot-my-site-filter-col .input-group-btn i {
    color:#868484;
}
.pilot-my-site-filter-col input{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pilot-my-site-filter-col input:disabled, .pilot-my-site-filter-col .btn-default[disabled] {
    background-color: #eee;
    opacity: 0.7;

    }

#filter-list span.btn{
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #ddd;
    font-size:12px;
    padding: 2px 6px;
    margin-right:5px;
    margin-top:5px;
    color:#868484;
    
}

#filter-list span.btn:hover i{
    color:#424141;
}
#filter-list span.btn i{
    margin-left:5px;
    transition: color ease-in-out .15s
}

#filter-list span.btn i{
    color:#b8b3b3;
}
#filter-list span.btn:active {
    background:#fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pilot-my-site-filter-list{
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0;
    white-space: nowrap;
    padding-left:0;
    margin-top:10px;
}
.pilot-my-site-filter-list li{
    margin-bottom:4px;
}

#changestatus .btn-default{
    transition: all 0.2s;
    padding-right: 7px;
    padding-left:7px;
}
#changestatus .btn.btn-default.active{
    color: #fff ;
    background: #adadad;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#changestatus .btn-default:hover, #changestatus .btn-default:focus {
    color: #868484;
    background-color: #e6e6e6;
    border-color: #adadad;
    -webkit-box-shadow: none;
    box-shadow: none;
}



 @media (max-width: 768px) {
     .contacto {
        margin-top: 20px!important;
         text-align: left
    }
     #car_grid {
         height: 100px;
         overflow: hidden;
         display: flex;
         justify-content: center;
        /* align horizontal */
         align-items: center;
        /* align vertical */
         margin-top: 6px;
         margin-left: 6px;
         margin-right: 6px;
         background: #ddd;
    }
    footer{
        text-align:center!important;
    }
}
 @media (min-width: 768px){
     .navbar-nav {
        margin-top: 8px!important;
    }
}
 