@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
    background: #fbfbfb; padding-left: 30px; 
}
.policeBandAttrLabs{
	position: absolute;
	left: -10px; top: 0;
	display: block;
	width: 40px; height: 100%;
	background-image: url("../SV3/images/Bkgrnd/policeBandAttrLabs.png");
	background-repeat: repeat-y;
	background-position: left bottom;
	background-size: 40px;
	z-index: 999998;
}
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}
.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}
.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
	
    width: 48px;
    height: 45px;

    padding: 10px 0 0 16px;
    font-size: 12pt;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
}
.page_loader img {
    width: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: 50%;
}

.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none
    }
    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}

.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
.button-sm:hover {
    color: #333;
}
.button-md {
    cursor: pointer;
    padding: 15px 25px 13px 25px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
.button-md:hover {
    color: #333;
}
.button-lg {
    cursor: pointer;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
.button-lg:hover {
    color: #333;
}

.button-default {
    color: #555;
    background: #DDD;
}
.button-default:hover {
    color: #333;
    background: #DDD;
}
.button-theme {
    color: #FFF;
}
.button-theme:hover,
.button-theme:focus {
    color: #fff !important;
    outline: none;
}
.out-line-btn:hover,
.out-line-btn:focus {
    outline: none;
}

.border-button-sm {
    cursor: pointer;
    padding: 10px 12px 6px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}
.border-button-default {
    color: #555;
    background: #DDD;
}
.border-button-default:hover {
    color: #333;
    background: #DDD;
}
.border-button-theme {
    background: transparent;
}
.border-button-theme:hover {
    color: #fff;
}

.mb-60 {
    margin-bottom: 60px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.top-header {
    background-color: #0D182D;
}
.top-header .list-inline {
    padding: 10px 0;
}
.top-header .list-inline a {
    text-decoration: none;
    color: #828C9F;
    margin-right: 15px;
    font-size: 12px;
}
.top-header .list-inline a i {
    margin-right: 5px;
}
.top-header ul {
    margin: 5px 0;
    padding: 0;
}
.top-header .social-list li {
    margin: 0 5px;
}
.top-header .social-list li a {
    display: inline-block;
}
.top-header .social-list li {
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    line-height: 30px;
}
.top-header .social-list li a {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
.top-header .sign-in {
    margin-left: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.main-header {
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
a:focus {
    outline: none;
}
.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}
.main-header .navbar-default .nav > li > a {
    position: relative;
    display: block;
    padding: 30px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #5a5959;
}
.main-header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.logo {
    padding: 20px 0;
    margin-right: 50px;
    float: left;
}
.logo img {
    height: 40px;
}

.navbar-right {
    margin: 0;
}
.navbar-search-box {
    padding: 20px 0 0;
    display: inline-block;
}
.navbar-search {
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.navbar-search-input {
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    background: none;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 14px;
}
.navbar-search-icon, .navbar-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: #eee;
    border-radius: 50px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.navbar-search-open {
    width: 100%;
}
.navbar-search-open .navbar-search-icon {
    border-radius: 0;
    color: #fff;
}
.navbar-search-open .navbar-search-input {
    background: #fff;
    border: 1px solid #EEE;
}
.navbar-search-open .navbar-search-submit {
    color: #fff !important;
    border-radius: 0 !important;
}


.form-search {
    position: relative;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form-search .form-control {
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 3px;
    background: #fff;
    height: 34px !important;
}
.form-search .btn, .form-search .btn:focus
.form-search .btn:active {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    outline: none !important;
    box-shadow: none;
    padding: 7px 12px 7px 13px !important;
}

.blog-sidebar .form-search .form-control {
    border: 1px solid #efefef;
    background: #efefef;
    height: 45px !important;
}
.blog-sidebar .form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px 9px 12px;
    line-height: 30px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fbfbfb;
}
.navbar-nav > li {
    z-index: 7000;
}
.dropdown-menu > li > a {
    display: block;
    padding: 12px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #5a5959;
    font-size: 13px;
    white-space: nowrap;
    border-left: solid 5px transparent;
    background: #fbfbfb;
    cursor: pointer !important;
    outline: none;
}
.dropdown-menu > li:last-child > a {
    border-bottom: none;
}
.dropdown-menu .open > a, .dropdown-menu .open > a:focus, .dropdown-menu .open > a:hover {
    background-color: white;
    border-bottom: 1px solid transparent;
}
.navbar-nav .dropdown-menu {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 10px;
    min-width: 200px;
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #5a5959;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
}
.banner {
    position: relative;
}
.banner_video_bg {

}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    min-height: 496px;
}
#wrapper_mbYTP_bgndVideo {
    z-index: -999 !important;
}
.banner .item {
}
.banner .item-100vh {
    height: 100vh;
}
.banner .item img {
    height: 100%;
    width: 100%;
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;
}
.carousel-control {
    width: 0;
}
.carousel-control.left {
    background: none;
}
.carousel-control.right {
    background: none;
}
.slider-mover-left {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    background: #151515;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.slider-mover-left i {
    font-size: 20px;
}
.slider-mover-right {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #151515;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.slider-mover-right i {
    font-size: 20px;
}
.banner-max-height {
    max-height: 720px !important;
}
.banner-max-height img {
    max-height: 720px;
}
.banner .banner-slider-inneri {
    top: 150px;
    display: inline-block;
    text-shadow: none;
    right: 8%;
    left: 8%;
}
.banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgba(35, 50, 81, 0.4);
    display: flex !important;
}
.banner-content {
    align-self: center !important;
    margin: 0px auto;
    font-family: 'Raleway', sans-serif !important;
    color: #fff;
}
.banner .banner-slider-inner h1 {
    color: #fff;
    margin: 0 0 0 60px;
    font-size: 46pt;
    font-weight: 300;
	max-width: 60%;
	text-align: left;
    letter-spacing: -.02em;
}
.banner-2 .banner-slider-inner h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 500 !important;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    text-shadow: none;
}
.banner .banner-slider-inner h1 span {
    font-weight: 700;
}
.banner .banner-slider-inner h2 {
    font-size: 50px;
}
.banner .banner-slider-inner p {
    margin-bottom: 20px;
	margin-left: 60px;
    color: #fff;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
    opacity: 0.8;
	max-width: 60%;
	text-align: left;
}
.banner-3 .banner-box h1{
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.498039);
    width: auto;
    display: inline-block;
    font-weight: 700 !important;
}
.banner-3 .banner-box p{
    font-size: 16px;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.498039);
    width: auto;
    display: inline-block;
    font-weight: 600 !important;
}
.banner-content .btn {
    margin-left: 3px;
    margin-right: 3px;
}
.banner-detail-box {
    background: rgba(0, 0, 0, 0.6);
    max-width: 600px;
    padding: 20px;
}
.banner-detail-box h3 {
    margin: 0 0 10px;
    /*text-transform: uppercase;*/
    font-size: 32px;
    font-weight: 700;
}
.banner .banner-detail-box p {
    margin-bottom: 20px;
    color: #dcd7d7;
    font-size: 15px;
}

.main-title {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.main-title h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 42pt;
	letter-spacing: -1pt;
    margin: 0 0 10px;
    color: #14213D;
    font-weight: 800;
}
.main-title p {
    font-weight: 300;
    font-size: 14pt;
    line-height: 30px;
    color: #394869;
}

.car-box {
    padding: 0;
    margin: 0 0 30px 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 1px rgba(20, 33, 61, 0.1);
}
.car-box-thumbnail {
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.car-box img {
    width: 100%;
}
.is-featured {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #F2F6F7;
    padding: 6px 10px 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10pt;
    transition: all 0.9s ease-in-out;
}
.listing-for {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #F2F6F7;
    transition: all 0.9s ease-in-out;
}
.listing-for .for {
    background: #14213D;
    padding: 6px 10px 5px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10pt;
}
.listing-price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #F2F6F7;
    padding: 6px 20px;
    border-radius: 3px;
    background: rgba(20, 33, 61, 0.7);
    transition: all 0.9s ease-in-out;
}
.listing-price span {
    font-size: 16px;
    font-weight: 600;
}
.listing-price .del {
    font-size: 11px;
}

.feadured-ribbon {
    position: absolute;
}

.content-area {
    padding: 100px 0 70px;
}

.content-area-2 {
    padding: 100px 0;
}

.content-area-3 {
    padding-bottom: 100px;
}

.content-area-4 {
    padding-bottom: 50px;
}

.content-area-5 {
    padding: 100px 0 50px;
}

.content-area-6 {
    padding: 100px 0 80px;
}

.content-area-7 {
    padding-bottom: 70px;
}

.content-area-8 {
    padding-bottom: 80px;
}

.car-box:hover {
    box-shadow: 0 0 0 0 rgba(20, 33, 61, 0.10), 0 8px 2px 0 rgba(20, 33, 61, 0.10);
}

.car-box .detail {
    padding: 20px 20px 5px;
    background: #fff;
    color: #233251;
    width: 100%;
    float: left;
    position: relative;
}

.car-box .detail header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #CDD1D9;
}

.car-box .detail p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.car-box .detail header h5 {
    margin: 0 0 5px;
    border: none;
    padding: 0;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16pt;
}

.car-box .detail header h5 a {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18pt;
}

.car-box .detail header h5 a:hover {
    color: #14213D;
}

.car-box .detail header .custom-list {
    padding: 0;
    margin: 0;
}

.car-box .detail header .custom-list li {
    font-size: 12px;
    list-style: none;
    display: inline-block;
    padding-right: 5px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.car-box .detail header .custom-list li a {
    text-decoration: none;
    color: #233251;
}

.car-box .detail .facilities-list {
    padding: 0;
    margin: 0;
}

.car-box .detail .facilities-list li {
    list-style: none;
    width: 50%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.car-box .detail .facilities-list li i {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 400;
}

.car-box .detail .facilities-list li span {
	font-size: 11pt;
    padding-top: 10px;
}

.car-box .detail .facilities-list li div {
    margin-right: 5px;
    display: inline-block;
	float: left;
	width: 22px; height: 22px;
	border: none;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center center;
}
.facilities-key{
	background-image: url(../idximg/icons/UsoVehiculo.png);
}
.facilities-kms{
	background-image: url(../idximg/icons/Kilometraje.png);
}
.facilities-gasoline-pump{
	background-image: url(../idximg/icons/Combustible.png);
}
.facilities-automatic-flash-symbol{
	background-image: url(../idximg/icons/Transmision.png);
}

.btn-details {
    padding: 6px 20px;
    letter-spacing: 1px;
    font-size: 11pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 2px;
}

.btn-details:hover {
    color: #fff;
}

.car-box-thumbnail:hover .is-featured,
.car-box-thumbnail:hover .listing-for,
.car-box-thumbnail:hover .listing-price {

}

.carbox-overlap-wrapper {
    visibility: hidden;
    background: rgba(20, 33, 61, 0.75);
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
    text-align: center;
    color: #F2F6F7;
    padding: 60px 25px 25px;
    left: 0;
    top: 0;
}

.car-list-box-2 .carbox-overlap-wrapper {
    padding: 130px 25px 25px;
}

.car-box-thumbnail:hover .carbox-overlap-wrapper {
    visibility: visible;
    top: 0;
    cursor: pointer;
    transition: visibility 2s ease-out;
}

.overlap-btn {
    width: 42px;
    height: 42px;
    line-height: 38px;
    display: inline-block;
    color: #FFF;
    margin: 16px auto;
    border-radius: 50%;
    font-size: 14pt;
    text-transform: uppercase;
}

.overlap-btn:hover {
    text-decoration: none;
    color: #FFF;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.car-magnify-gallery{
    display: inline-block;
}

.carbox-overlap-wrapper h2 {
    font-size: 12pt;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
}

.carbox-overlap-wrapper h4 {
    font-size: 18pt;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

.img-responsive {
    width: 100%;
}

footer {
    width: 100%;
    background: #0D182D;
    color: #5F6C86;
    padding-bottom: 20px;
}
.logo-2 img {
    height: 40px;
}
.sub-footer {
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 80px;
    width: 100%;
    float: left;
}
.sub-footer form input {
    width: 80%;
    height: 40px;
    padding: 10px 20px;
    padding-right: 60px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    float: left;
    outline: none;
}

.sub-footer form .button-small {
    width: 20%;
    border-radius: 0;
    height: 40px;
    color: #fff !important;
    padding: 10px 20px;
    float: left;
    text-align: center;
}

.sub-footer form {
    margin: 27px auto 0;
    width: 100%;
    display: inline-block;
}

.sub-footer .logo-2 {
    width: 100%;
    padding: 30px 30px 23px;
}

.sub-footer .logo a {
    text-decoration: none;
    color: #fff;
}

.social-list a {
    text-align: center;
    display: inline-block;
    color: #5F6C86;
}

.sub-footer .social-list {
    margin: 27px 15px 0 0;
    float: right;
}

.sub-footer .social-list a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
    border-radius: 2px;
    color: #fff;
}

footer .footer-item {
    margin-bottom: 20px;
}

footer .footer-item .title {
    font-family: 'Raleway', sans-serif !important;
    color: #828C9F;
    /*letter-spacing: -1px;*/
    font-weight: 300;
    border-bottom: solid 1px #5F6C86;
    padding-bottom: 20px;
    font-size: 16pt;
    margin: 0 0 30px;
    /*text-transform: uppercase;*/
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 11pt;
}

.personal-info li {
    color: #5F6C86;
    font-size: 11pt;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.personal-info li i {
    font-size: 11pt;
    color: #5F6C86;
    margin-right: 20px;
    float: left;
    width: 20px;
}

.personal-info li a {
    text-decoration: none;
    color: #5F6C86;
}

.links li {
    font-size: 11pt;
    line-height: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.links li a {
    text-decoration: none;
    color: #5F6C86;
}

.links li a:hover {
    color: #FCA311;
}

footer .tags {
    margin-bottom: 13px;
    width: 100%;
    float: left;
}

.tags a {
    float: left;
    margin: 0 7px 7px 0;
    border: solid 1px #353535;
    padding: 6px 15px;
    font-size: 11pt;
    letter-spacing: 1px;
    color: #7c7e83;
    border-radius: 2px;
    text-decoration: none;
}

.tags a:hover {
    background: #7c7e83;
    color: #cccccc;
}

.recent-car .media {
    margin-bottom: 30px;
}

.recent-car .media .media-left {
    padding-right: 20px;
}

.recent-car .media .media-left img {
    width: 70px;
   /* height: 70px;*/
}

.recent-car .media .media-body h3 {
    margin: 0 ; 
	font-size: 12pt;
}

.recent-car .media .media-body h3 a {
    color: #828C9F;
    text-decoration: none;
}

.recent-car .media .media-body h3 a:hover {
    color: #FCA311;
}

.recent-car .media .media-body span {
    margin: 0 ;
    font-size: 10pt;
    display: block;
}

.recent-car .media .media-body p {
    margin: 0;
    font-size: 12pt;
    font-weight: 400;
}

.recent-car .media:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.copy-right {
    background: #0D182D;
    padding: 20px 0;
    text-align: center;
    border-top: solid 1px #232323;
}

.copy-right p {
    color: #5F6C86;
    margin: 0;
}

.sub-banner {
    color: white;
    background-color: #14213D;
    background-repeat: no-repeat;
    background: url(../idximg/SubBannerBack00.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
   opacity: 1;
    visibility: inherit;
    text-align: left;
}

.sub-banner h2{
    font-family: 'Raleway', sans-serif !important;
	font-weight: 800;
	font-size: 32pt;
	letter-spacing: -.02em;
}

.sub-banner img{
   height: 42px;
	margin: 0 0 20px 10px;
}

.sub-banner p{
    font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 14pt;
}

@media only screen and (max-width:340px) {
	.sub-banner h2{
		font-size: 30pt;
	}

	.sub-banner p{
		font-size: 12pt;
	}
}

.overlay {
    background-color: rgba(20, 33, 61, 0.75);
    opacity: 1;
    padding: 75px 0;
}

.breadcrumb-area {
    max-width: 620px;
    margin: 0 auto;
    text-align: left;
    height: auto;
}

.breadcrumb-area h2 {
    margin: 0 0 20px;
    font-size: 35px;
    letter-spacing: -.02em;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.breadcrumb-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

.breadcrumb-area .ul li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.breadcrumb-area .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.breadcrumb-area .breadcrumbs .active {
    margin-left: 15px;
    color: #fff;
}

.breadcrumb-area .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.breadcrumb-area ul li a {
    color: #fff;
    text-decoration: none;
}

.block-heading {
    background: #fff;
    border-radius: 3px;
    height: 52px;
    margin-bottom: 30px;
}

.block-heading h4 {
    line-height: 52px;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    border-radius: 3px 0 0 3px;
    margin: 0 0 0;
    font-weight: 600;
}

.block-heading .heading-icon {
    width: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    position: relative;
    color: #fff;
}

.block-heading .sorting {
    padding: 8px 12px;
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
    outline: none;
}

.block-heading .sorting-options {
    margin: 10px 15px 0 0;
    text-align: right;
}

.block-heading .sorting {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
}

.block-heading a {
    text-decoration: none;
}

.change-view-btn {
    margin-left: 5px;
    border-radius: 2px;
    background: transparent;
    padding: 5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 5px;
    padding: 5px 9px;
}

.active-view-btn:hover {
    background: transparent;
}

.car-list-box {
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
}

.car-list-box .car-pic {
    padding: 0;
}

.car-list-box .detail {
    padding: 15px 20px 0;
    color: #5a5959;
}

.car-list-box .detail header {
    padding-bottom: 6px;
    margin-bottom: 11px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.car-list-box .detail p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 24px;
}

.car-list-box .detail header h3 a {
    font-weight: 600;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 17px;
}

.car-list-box .detail header h3 a:hover {
    color: #707070;
}

.car-list-box .detail header .custom-list {
    padding: 0;
    margin: 0;
}

.car-list-box .detail header .custom-list li {
    font-size: 10px;
    list-style: none;
    display: inline-block;
    padding-right: 5px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.car-list-box .detail header .custom-list li a {
    text-decoration: none;
    color: #5a5959;
}

.car-list-box .detail .facilities-list {
    padding: 0;
    margin: 0;
}

.car-list-box .detail .facilities-list li {
    list-style: none;
    width: 33%;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #5a5959;
    line-height: 15px;
}

.car-list-box .detail .facilities-list li i {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
}

.car-found {
    font-size: 13px;
    padding: 8px 0;
    font-weight: 600;
    text-align: center;
}

.car-list-box-2 .detail {
    padding: 40px 40px 0;
    color: #5a5959;
}

.car-list-box .detail header h3 {
    margin: 0 0 5px;
}

.car-list-box-2 .detail header h3 {
    margin-bottom: 15px;
}

.car-list-box-2 .detail header h3 a {
    font-weight: 600;
    font-size: 25px;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0% !important;
    margin: 0 5px 5px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    line-height: 34px;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination {
    margin: 0 0 20px;
}

.pagination > li > a {
    font-weight: 600;
}

.pagination > li > a:hover {
    color: #fff;
}

.sidebar-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.sidebar-widget .title {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 25px;
    /*text-transform: uppercase;*/
    color: #37404d;
}

.single-block {
    margin-bottom: 50px;
}

.single-block .search-fields {
    margin-bottom: 20px;
}

.single-block .search-fields label {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    /*text-transform: uppercase;*/
}

.single-block .search-fields input,
.single-block .search-fields select,
.single-block .search-fields textarea {
    box-shadow: none;
    height: 45px;
    border-radius: 3px;
}

.single-block .search-fields .form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

.slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
    background: #e5dcdd;;
    border-radius: 0;
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-price-amont {
    font-weight: 700;
    font-size: 11px;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -8px;
    border-radius: 50px;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 15px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

.bootstrap-select {
    width: 100% !important;
    font-family: 'Roboto', sans-serif !important;
}

.bootstrap-select button {
    color: #999;
    padding: 7px 10px 5px 10px;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    outline: none;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
}

.search-fields .bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: transparent;
    outline: none !important;
    height: 45px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #5a5959;
    font-size: 13px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.search-block .list-1 li {
    list-style: none;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
}

.search-block .list-1 li a {
    text-decoration: none;
    font-weight: 400;
    color: #434955;
}

.recent-cars .media .media-body h3 a {
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #434955;
}

.recent-cars .media .media-body h3 a:hover {
    color: #848383;
}

.car-details-body {
    color: #5a5959;
}

.option-bar .header-price {
    text-align: right;
    float: right;
}

.option-bar .header-price h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100% !important;
    margin: 12px auto !important;
    background: #dde3e4;
    padding: 10px 0 6px 10px;
}

.thumbs img {
    width: 93px;
    height: 60px;
}

.car-details-body .about-room {
    margin: 50px 0;
}

.car-details-body .about-car p {
    line-height: 27px;
}

.amenities-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

.amenities-box ul li {
    margin-bottom: 20px;
}

.amenities-box ul li span {
    padding-left: 25px;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 25px;
}

.amenities-box ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-weight: 600;
}

.amenities-box ul li strong {
    font-weight: 600;
}

.features-opions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

.features-opions ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #5a5959;
    font-size: 14px;
}

.features-opions ul li i {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 8px;
    line-height: 22px;
}

.general-information p {
    line-height: 30px;
}

.technical-specifications ul {
    padding: 0;
}

.technical-specifications ul li {
    list-style: none;
    border-bottom: 1px dotted #d4cece;
    line-height: 45px;
    color: #666;
    font-weight: 600;
}

.technical-specifications ul li:last-child {
    border-bottom: 1px none;
}

.technical-specifications ul li span {
    float: right;
    font-weight: 400;
}

.car-details-body iframe,
.modal-body iframe {
    width: 100%;
    border: none !important;
}

.car-details-body .contact-form .title {
    color: #333;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.car-specifications a {
    text-decoration: none;
}

.car-details-sidebar ul {
    padding: 0;
    margin: 0;
}

.car-details-sidebar ul li {
    list-style: none;
    padding: 5px 0;
    color: #787878;
    line-height: 30px;
    border-bottom: 1px dotted #DDD;
    text-align: right;
}

.car-details-sidebar ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.car-details-sidebar ul span {
    font-weight: 600;
    float: left;
    color: #474646;
}

.twitter-feed p {
    line-height: 26px;
    color: #5a5959;
}

.twitter-feed a {
    font-weight: 400;
}

.details-sidebar .social-box ul {
    margin: 0;
    padding: 0;
}

.details-sidebar .social-box ul li a {
    border-radius: 0;
    float: left;
}

.about-item .text h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 36pt;
    color: #14213D;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 20px;
    margin: 20px 0 20px;
    /*text-transform: uppercase;*/
}

.about-item .text h2:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #CDD1D9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-item .text h2:after {
    content: '';
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.about-item h4 {
    font-size: 16pt;
    color: #14213D;
    font-weight: 800;
    position: relative;
}


.about-item .text p {
    line-height: 26px;
    color: #394869;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-item .text .btn-details {
    float: none;
    margin-top: 10px;
}

.about-item .item img {
    width: 100%;
}

.we-best {
    text-align: center;
}

.we-best .content {
    max-width: 262px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.we-best .content div{
    width: 80px;
    height: 80px;
    line-height: 55px;
    font-size: 27px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 16px;
	background-color: #FCA311;
}

.webest-icon {
	background-image: url(idximg/icons/AgentesConfiables.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center
}

.webest-handshake {
	background-image: url(../idximg/icons/AgentesConfiables.png);
}
.webest-security {
	background-image: url(../idximg/icons/ProcesoSeguros.png);
}
.webest-call-center-agent {
	background-image: url(../idximg/icons/AtencionPersonalizada.png);
}
.webest-dollar-sticker {
	background-image: url(../idximg/icons/PreciosConvenientes.png);
}

.we-best .content h4 {
    font-family: 'Raleway', sans-serif !important;
    margin: 0 0 10px;
    font-size: 16pt;
    font-weight: 700;
}

.we-best .content p {
    color: #233251;
    font-size: 12pt;
    line-height: 23px;
}











.mb-30 {
    margin-bottom: 30px;
}

.contact-details .media .media-left i {
    width: 55px;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #333;
    border: 1px dashed #333;
}

.contact-details .media .media-left {
    padding-right: 25px;
}

.contact-details .media .media-body h4 {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 20px;
    /*text-transform: uppercase;*/
}

.contact-details .media .media-body p {
    color: #5a5959;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.contact-details .media .media-body p a {
    text-decoration: none;
    color: #5a5959;
}

.contact-details .media .media-body p {
    margin-bottom: 5px;
}

.contact-details .media {
    margin: 0 0 30px;
}

.contact-form form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    /*line-height: 45px;*/
    border-radius: 3px;
}

.contact-form form textarea {
    min-height: 235px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-map {
    height: 250px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

form .btn {
    outline: none !important;
}

.form-content-box {
    max-width: 450px;
    margin: 60px auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #5a5959;
}

.form-content-box h3 {
    margin: 0 0 30px;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;
}

.form-content-box hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}

.form-content-box .form-group {
    margin-bottom: 25px;
}

.form-content-box .Details {
    padding: 30px 30px;
    background: #fff;
}

.form-content-box .Details .checkbox label::before {
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.form-content-box .Details .checkbox label {
    padding-left: 0;
}

.form-content-box .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 11pt;
    height: 40px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
}

.form-content-box ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.btn-submit, .btn-submit:focus {
    padding: 13px 20px 12px;
    letter-spacing: 1px;
    font-size: 11pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	border-radius: 0;
}

.btn-submit:hover {
    color: #fff;
}

.form-content-box .checkbox a {
    color: #90a4ae;
    text-decoration: none;
    font-size: 11pt;
}

.form-content-box .footer {
    padding: 20px;
    background: #f5f5f5;
    text-align: center;
    font-size: 11pt;
}

.form-content-box .footer span a {
    text-decoration: none;
    /*font-weight: bold;*/
}

.form-content-box .footer span a:hover {
    color: #5a5959;
}

.bg-color {
    background: #f8f9fa;
}

.featured-car-slider {
    background: #fff;
    padding: 0;
    width: 100%;
}

.featured-car-slider .col-pad {
    padding: 0;
}

.featured-car-slider .details {
    text-align: center;
    padding: 40px 15px 40px 30px;
}

.featured-car-slider .details h3 {
    /*text-transform: uppercase;*/
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.featured-car-slider .details h4 {
    margin: 0 0 20px;
}

.featured-car-slider .details h4 a {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

.featured-car-slider .details ul {
    margin: 0 0 20px;
    padding: 0;
}

.featured-car-slider .details ul li {
    list-style: none;
    line-height: 30px;
    color: #747272;
}

.featured-car-slider .details ul li strong {
    font-weight: 600;
}

.featured-car-slider .details ul li a {
    color: #747272;
    text-decoration: none;
}

.featured-car-slider .details .price {
    font-size: 30px;
}

.featured-car-slider .details .price {
    margin-bottom: 20px;
}

.featured-car-slider .slider-mover-left {
    top: 2.5%;
    border-radius: 0%;
    left: 15px;
}

.featured-car-slider .slider-mover-right {
    top: 2.5%;
    border-radius: 0%;
    right: 15px;
}

.btn-div a span.read-more {
    background: #363f48;
    color: #ffffff;
    margin-right: 0;
    line-height: 18px;
    padding: 6px 8px;
    float: left;
    font-size: 11pt;
}

.btn-div a span {
    color: #ffffff;
    font-size: 14pt;
    text-align: right;
    padding: 3px 11px 3px 11px;
    float: left;
}

.features-item {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.features-item .col-pad {
    padding: 0;
}

.features-item img {
    height: 184px;
    width: 100%;
}

.features-item .detail {
    padding: 19px;
}

.features-item .detail h4 {
    color: #cccccc;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
    margin: 0 0 10px;
}

.features-item .detail h4:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    bottom: 0;
    left: 0;
}

.features-item .detail h4:after {
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.features-item .detail h4 a {
    text-decoration: none;
    color: #333;
}

.features-item .detail p {
    font-size: 13px;
    line-height: 20px;
    color: #5a5959;
    margin-bottom: 16px;
    font-weight: 400;
}

.features-item .detail .bottom .price {
    font-size: 15px;
    color: #5a5959;
    float: left;
    margin-top: 5px;
}

.comments-thread .title span {
    color: #333;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 17.50px;
    line-height: 30px;
    color: #5a5959;
    border-left: 5px solid #eeeeee;
    font-weight: 300;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-70 {
    margin-bottom: 70px;
}

.partners-block {
    padding: 20px 0;/*
    background-image: url(../idximg/partner-bg.jpg);
    background-repeat: repeat;
    background-position: center;*/
    position: relative;
    text-align: center;
}

.our-partners .carousel-control {
    width: 4%;
    background-image: none;
}

.our-partners .carousel-control.left {
    margin-left: -30px;
}

.our-partners .carousel-control.right {
    margin-right: -30px;
}

.our-partners .carousel-control .fa {
    font-size: 38px;
    text-shadow: none;
    color: #777;
    top: 32%;
    font-weight: 300;;
}

.our-partners .cloneditem-1,
.our-partners .cloneditem-2,
.our-partners .cloneditem-3 {
    display: none;
}

.our-partners img {
	/*
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
	*/
	 filter:opacity(60%);
}

.our-partners img:hover {
	/*
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
	*/
	 filter:opacity(100%);
}
.counters {
    padding-top: 40px;
    color: #F3F3F5;
    background: url(../idximg/listings-parallax.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, .12) !important;
}

.counter-box i {
    font-size: 40px;
}

.counter-box h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 5px 0;
}

.counter-box p {
    font-size: 16px;
    padding: 0;
}

.counter-box {
    text-align: center;
    margin-bottom: 40px;
}

.categories {
    padding: 70px 0 40px;
}

.categorie ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categorie ul li {
    line-height: 30px;
    font-size: 14px;
}

.categorie ul li a {
    color: #535353;
    text-decoration: none;
}

.latest-offers-2 .col-pad {
    padding: 0 10px;
}

.latest-offers-2 {
    margin-bottom: 84px;
}

.we-best-bg-pic {
    background: url(../idximg/listings-parallax.jpg);
    background-size: cover;
    padding: 100px 0;
}

.we-best-bg-pic .content {
    max-width: 262px;
    margin: 0 auto;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
    color: #fff;
}

.we-best-bg-pic .content:hover {
    background: #f3f1f1;
}

.we-best-bg-pic .main-title h1 {
    color: #ddd;
}

.we-best-bg-pic .main-title p {
    color: #cccccc;
}

/** OVERVIEW START **/
.overview p {
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 5px 20px 5px;
    text-align: center;
    font-weight: 600;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 30%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    /*text-transform: uppercase;*/
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
    font-weight: 600;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    /*text-transform: uppercase;*/
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 5px 20px;
    font-weight: 400;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.latest-offers {
    padding: 100px 0 84px;
}

.latest-offers .col-pad {
    padding: 0 8px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin: 25px 0 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    background: #f6f6f6;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
}

.panel-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
}

.panel-box .nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #3e3e3e !important;
    font-weight: 600;
    font-size: 13px;
}

.panel-box .nav-tabs > li > a:hover {
    color: #fff !important;
    border: 1px solid transparent;
}

.details-option-bar {
    padding: 20px;
    background: #fff;
}

.panel-body {
    padding: 0;
}

.panel-default {
    border: solid transparent !important;
}

.panel-default .amenities-box ul li i {
    font-size: 14px;
}

.contact-box .contact-details {
    padding: 25px;
    background: #f9f9f9;
}

.contact-box .contact-details .media .media-body h3 {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 15px;
}

.contact-itam {
    text-align: center;
    margin: 0 auto 50px;
}

.contact-itam i {
    font-size: 24px;
    margin-bottom: 20px;
    color: #212529;
}

.contact-itam p {
    color: #5a5959;
}

.contact-itam strong {
    color: #525252;
    font-weight: 600;
}

.contact-body .margin {
    margin: 140px 0 50px;
}

.about-text h3 {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 30px;
    color: #333;
    border-bottom: solid 1px #dbdada;
}

.service-center .about-text ul li {
    list-style: none;
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.service-center .about-text ul li:last-child {
    margin: 0;
}

.about-text ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 20px;
}

.about-text ul {
    margin: 0 0 15px;
    padding: 0;
}

.about-text p {
    line-height: 23px;
    color: #5a5959;
    font-size: 13px;
    margin-bottom: 20px;
}

.service-video iframe {
    width: 100%;
    border: none !important;
}

.our-serivce-2 .media {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.our-serivce-2 .media .media-left {
    padding-right: 30px;
}

.our-serivce-2 .media .media-left i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: rgba(50, 50, 50, 0.11) 0 5px 2px 0;
    text-align: center;
}

.our-serivce-2 .media .media-body h3 {
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 15px;
}

.our-serivce-2 .media .media-body p {
    color: #5a5959;
    font-size: 13px;
    letter-spacing: 0.52px;
    line-height: 20px;
}

.panel-body {
    padding: 0;
}

.panel {
    background: transparent;
}

.faq-body .panel-body-2 {
    padding: 30px;
    border: transparent;
}

.faq-body .panel-body-2 span a {
    text-decoration: none;
    font-weight: 600;
}

.panel-body-2 {
    padding: 40px 0;
    color: #7b7878;
}

.panel-body-2 p {
    line-height: 25px;
    margin-bottom: 30px;
}

.panel-div h4 a {
    text-decoration: none;
    width: 100% !important;
}

.panel-div .panel-default > .panel-heading {
    background-color: #fff;
    padding: 13px 5px 13px 15px;
    border-radius: 0;
    color: #666464;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-title i {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.panel-default {
    border: transparent;
}

.panel-default {
    border: solid 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.page-section p {
    color: #444444 !important;
    line-height: 24px;
    font-weight: 400;
}

.view-all {
    text-align: center;
}

.view-all h3 {
    margin: 0 0 30px;
    text-align: center;
    font-weight: 600;
}

.view-all ul {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.view-all ul li {
    display: inline-block;
}

.view-form-search {
    max-width: 400px;
    margin: 0 auto;
}

.view-form-search .form-search .form-control {
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    height: 45px !important;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.view-form-search .form-search .btn, .form-search .btn:focus
.form-search .btn:active {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    outline: none !important;
    box-shadow: none;
    padding: 12px 15px 11px 15px !important;
}

.view-all ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #37404d;
}

.brand-box {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    color: #505050;
}

a.brand-box {
    text-decoration: none;
}

.brand-box:hover {
    box-shadow: none;
    background: #eee;
    color: #505050;
}

.brand-box img {
    height: 50px;
}

.brand-box h5 {
    margin: 25px 0 10px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 600;
}

.brand-box a {
    text-decoration: none;
}

.brand-box h6 {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
}

.brand-box-2 {
    text-align: center;
    margin-bottom: 50px;
}

.view-all ul li a:hover {
    color: #fff;
}

.brand-box-2 .brand-ptoto {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.brand-box-2 .brand-ptoto img {
    height: 50px;
}

.brand-box-2 h6 {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
}

.brand-box-2 h5 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.brand-box-2 h5 a:hover {
    color: #37404d;
}

.pd-0 {
    padding: 0;
}

.heading-car h3 {
    font-weight: 600;
    margin: 0 0 10px;
    color: #37404d;
}

.heading-car p {
    margin-bottom: 0;
}

.p-r {
    float: right;
    text-align: right;
}

.p-r i {
    color: #ffc12b;
}

.item-inner {
    max-width: 800px;
    margin: 0 auto;
}

.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35, 50, 81, 0.6);
}


.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999;
    background: transparent;
    outline: none !important;
}

@media (max-width: 1200px) {

    .banner .banner-slider-inner h1 {
        font-size: 36pt;
    }

    .banner-search-box {
        max-width: 600px;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 5px 20px;
        display: inline-block;
        float: left;
    }
}

@media (max-width: 992px) {
    .banner .banner-slider-inner h1 {
        font-size: 32pt;
    }

    .banner .banner-slider-inner p {
        font-size: 14px;
    }

    .banner .button-md {
        padding: 12px 20px 8px 20px;
        font-size: 12px;
    }

    .banner-content-left {
        margin-left: auto;
        margin-right: auto;
    }

    .animated {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .banner .item {
        height: auto;
    }

    .sub-footer {
        padding: 15px;
    }

    .features-item img {
        height: auto;
    }

    .car-list-box-2 .detail {
        padding: 20px 20px;
    }

    .car-list-box-2 .detail header h3 a {
        font-size: 20px;
    }

    .hidden-mb-30 {
        margin-bottom: 30px;
    }

    .sub-footer .social-list {
        text-align: center;
        margin-top: 20px;
    }

    .sub-footer .logo-2 {
        padding: 0 10px 15px;
    }

    .sub-footer form {
        margin: 0 auto 0;
    }

    .sub-footer .social-list {
        margin: 10px 0 0;
        float: none;
    }

    .blog-box .detail {
        padding: 20px;
    }

    .setting-button{
        display: none;
    }

    .modal-raw {
        display: block;
    }

    .banner .item {
        height: auto;
    }
}

@media (max-width: 768px) {
	.navbar {display: none}
    .main-header .navbar-default .nav > li > a {
        padding: 10px 15px !important;
        width: 100%;
    }

    .blog-box .detail {
        padding: 20px;
    }

    .we-best-bg-pic .content {
        margin-bottom: 30px;
    }

    .comments ul {
        margin: 0;
    }

    .comment {
        margin: 0 0 40px 0;
    }

    .hidden-mb-30 {
        margin-bottom: 30px;
    }

    .hidden2-mb-30 {
        margin-bottom: 30px;
    }

    .main-header .navbar-nav {
        margin: 0;
    }

    .sub-footer .logo-2 {
        width: 100%;
        text-align: center;
        padding: 0 20px 10px;
    }

    .recent-car .media .media-left {
        padding-right: 10px;
    }

    .header-contact ul li {
        padding-left: 25px;
        margin-left: 10px;
    }

    .mb-70 {
        margin-bottom: 40px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .logo {
        padding: 10px 0 10px;
    }

    .about-text h3 {
        font-size: 20px;
    }

    .header-contact ul li .icon {
        margin-left: -25px;
    }

    .header-contact ul li i {
        font-size: 20px;
    }

    .logo-2 img {
        height: 40px;
    }

    .we-best-bg-pic {
        padding: 70px 0;
    }

    .typography-page .mb-40 {
        margin-bottom: 20px;
    }

    .headline {
        margin: 0 0 20px 0;
    }

    .pad-div .sidebar-widget {
        padding: 20px !important;
    }

    .featured-car-slider .details h3 {
        font-size: 17px;
    }

    .breadcrumb-area h2 {
        font-size: 25px;
    }

    .blog-share {
        float: left;
        text-align: left;
        margin-top: 30px;
    }

    blockquote {
        padding: 10px 20px;
        margin: 20px 0;
        font-size: 14px;
        line-height: 22px;
        color: #5a5959;
        border-left: 5px solid #eeeeee;
        font-weight: 400 !important;
    }

    .contact-us-body {
        padding: 25px 0;
    }

    .main-title p {
        font-size: 17px;
        line-height: 25px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .main-title h1 {
        font-size: 36pt;
        margin-bottom: 10px;
    }

    .car-our-service .media .media-body p {
        line-height: 20px;
        text-align: justify;
    }

    .features-item {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .content-area {
        padding: 70px 0 40px;
    }

    .content-area-2 {
        padding: 70px 0;
    }

    .content-area-3 {
        padding-bottom: 70px;
    }

    .content-area-4 {
        padding-bottom: 40px;
    }

    .content-area-5 {
        padding: 70px 0 40px;
    }

    .content-area-6 {
        padding: 70px 0 70px;
    }

    .content-area-7 {
        padding-bottom: 40px;
    }

    .content-area-8 {
        padding-bottom: 50px;
    }

    .our-serivce-2 .media {
        margin-bottom: 30px;
    }

    .testimonials-1 {
        padding: 70px 0 95px;
    }

    .testimonials-2 {
        padding: 70px 0 95px;
    }

    .testimonials-3 {
        padding: 70px 0 95px;
    }

    .latest-offers {
        padding: 70px 0 54px;
    }

    .latest-offers-2 {
        margin-bottom: 54px;
    }

    .mrg-buttom-70 {
        margin-bottom: 50px;
    }

    .mrg-buttom-40 {
        margin-bottom: 20px;
    }

    .car-details-body .about-car p {
        line-height: 22px;
        text-align: justify;
    }

    .inside-car .inside-car {
        height: auto;
    }

    .comments-thread li ul li {
        padding-left: 0;
    }

    .comments-thread li {
        padding-left: 55px;
    }

    .about-item .text p {
        text-align: justify;
        line-height: 20px;
    }

    .blog-box .detail p {
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
    }

    .recent-comments .media .media-body p {
        line-height: 20px;
        text-align: justify;
    }

    .blog-banner h2 {
        font-size: 20px;
    }

    blockquote {
        padding: 7px 20px;
        margin: 30px 0 30px 20px;
        text-align: justify;
    }

    .shopping-cart-body {
        padding: 50px 0;
    }

    .shop-cart {
        padding: 50px 0;
    }

    .order-review {
        padding: 15px 15px;
    }

    .error404-content h1 {
        font-size: 120px;
    }

    .error404-content h2 {
        font-size: 24px;
    }

    .form-content-box .Details {
        padding: 30px 15px 20px;
    }

    .form-content-box .header {
        padding: 15px;
    }

    .slider-mover-left {
        width: 30px;
        height: 30px;
        /*left: 5px;*/
    }

    .slider-mover-left i {
        font-size: 22px;
        line-height: 30px;
    }

    .slider-mover-right {
        width: 30px;
        height: 30px;
        /*right: 5px;*/
    }

    .slider-mover-right i {
        font-size: 22px;
        line-height: 30px;
    }

    .thumb-preview {
        height: auto;
    }

    .logo, .logo:hover {
        font-size: 22px;
    }

    .blog-box {
        margin-bottom: 30px;
    }

    .banner .item img{
        min-height: 200px;
    }

    .banner-content {
        max-width: 80%;
    }

    .banner .banner-slider-inner h1 {
	    margin: 0 0 0 20px;
        font-size: 30pt;
        margin-bottom: 10px;
    }

    .banner-3 .banner-slider-inner h1 {
        font-size: 20px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .banner-3 .banner-slider-inner p {
        font-size: 14px;
        padding: 10px;
    }

    .banner .banner-slider-inner p {
		margin-left: 20px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .carousel-control.left {
    }

    .carousel-control.right {
    }

    .banner .btn {
		font-size: 11pt;
        padding: 9px 10px 7px 10px;
        margin-bottom: 5px;
    }

    .slider-mover-left, .slider-mover-right {
        width: 25px;
        height: 40px;
        line-height: 40px;
    }

    .slider-mover-left i {
        font-size: 15px;
    }

    .btn-details {
        padding: 5px 16px;
		font-size: 11pt;
        font-weight: 400;
    }

    .car-box .detail header h5 a {
        font-size: 15px;
    }

    .car-list-box .detail header h3 a {
        font-size: 15px;
    }

    .car-list-box .detail header .price {
        font-size: 15px;
    }

    .invoice-body {
        padding: 50px 0;
    }

    .featured-car-slider .details .price {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .featured-car-slider .details ul {
        margin-bottom: 10px;
    }

    .featured-car-slider .details h4 {
        margin: 0 0 10px;
    }

    .car-list-box .detail .facilities-list li {
        width: 50%;
    }

    .car-box .detail .facilities-list li {
        width: 50%;
    }

    .sub-footer form {
        background: transparent;
    }

    .blog-box .detail h1 {
        font-size: 16px;
    }

    .comment .comment-content {
        margin-left: 80px;
    }
}

@media (max-width: 525px) {

}

@media (max-width: 450px) {
    .amenities .amenities-box {
        width: 100%;
    }
    .main-title  {
        max-width: 90%;
        text-align: left;
    }
    .main-title h1 {
        font-size: 30pt;
        margin-bottom: 30px;
    }

}

@media (max-width: 310px) {
    .main-title h1 {
        font-size: 26pt;
    }
}

@media all and (min-width: 768px) {

    .main-header .navbar-default .nav > li:hover > .dropdown-menu {
        display: block;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s
    }

    .main-header .navbar-default .nav > li > .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }

    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -50%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 50%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .our-partners .carousel-inner > .active.left,
    .our-partners .carousel-inner > .prev {
        left: -25%;
    }

    .our-partners .carousel-inner > .active.right,
    .our-partners .carousel-inner > .next {
        left: 25%;
    }

    .our-partners .carousel-inner > .left,
    .our-partners .carousel-inner > .prev.right,
    .our-partners .carousel-inner > .active {
        left: 0;
    }

    .our-partners .carousel-inner .cloneditem-2,
    .our-partners .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .our-partners .carousel-inner > .item.active.right,
    .our-partners .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.active.left,
    .our-partners .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .our-partners .carousel-inner > .item.left,
    .our-partners .carousel-inner > .item.prev.right,
    .our-partners .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.option-panel {
    z-index: 7000;
    width: 215px;
    position: fixed;
    right: 0;
    background: #fff;
    border: 1px solid #DDD;
    top: 20%;
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 10px;
    margin: 0 0 0 0;
    text-align: center;
    color: #555;
    padding: 8px 0;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.default-plate {
    background: #ffb400;
}

.blue-plate {
    background: #376bff;
}

.orange-plate {
    background: #f24b0a;
}

.blue-light-plate {
    background: #0088CC;
}

.green-light-plate {
    background: #1abc9c;
}

.green-plate {
    background: #7dba21;
}

.yellow-light-plate {
    background: #eae328;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.midnight-blue-plate {
    background: #2c3e50;
}

.red-plate {
    background: #d20023;
}

.setting-button {
    background: #eee;
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 48px;
    left: -50px;
    color: #2b303b;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.notspamfilterform{ display: none; }

.aboutPictures {position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-repeat: no-repeat; background-position: center center; background-size: contain;}
.UserInterface{background-image: url(../idximg/icons/aboutDealerInterfaz00.png);}
.DealerReport{background-image: url(../idximg/icons/aboutDealerReport00.png);}
.TraderPropone{background-image: url(../idximg/icons/aboutTraderPropone00.png);}


.nashville {  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);}
