body {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
a,
.btn {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
a:focus {
    text-decoration: none !important;
}
a:focus,
a:hover {
    color: #999999;
    text-decoration: none !important;
}
a,
button,
input {
    outline: medium none !important;
    color: #db2d2e;
}
textarea {
    resize: vertical;
}
.required {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
ul {
    margin: 0px;
    padding: 0px;
}
hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #dedede;
    border-top: 0px;
}
hr.gray {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #dedede;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
}
.label {
    color: #fff !important;
    font-size: 9px !important;
}
*::-moz-selection {
    background: #323232;
    color: #ffffff;
    text-shadow: none;
}
::-moz-selection {
    background: #323232;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #323232;
    color: #ffffff;
    text-shadow: none;
}
.pswp img {
    object-fit: contain;
}

.quicklinks .ab-top-menu .wp-admin-bar-cardealer-link {
    display: flex;
}
.quicklinks .ab-top-menu .wp-admin-bar-cardealer-link .ab-item + a {
    align-self: center;
    color: #e8e9e9;
    background: none;
}
.quicklinks .ab-top-menu .wp-admin-bar-cardealer-link:hover a {
    background: #32373c !important;
    color: #00b9eb !important;
}

/***************************
   Typography
****************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #363636;
    margin-top: 0px;
    text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}
h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
/* Dark Background */

.row-background-dark h1,
.row-background-dark h2,
.row-background-dark h3,
.row-background-dark h4,
.row-background-dark h5,
.row-background-dark h6 {
    color: #ffffff;
}
/*************************
        button
*************************/

.clear {
    clear: both;
}
.button {
    clear: both;
    overflow: hidden;
}
.button {
    font-size: 14px;
    text-align: center;
    border: 0px solid transparent;
    background: #db2d2e;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -ms-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -ms-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button:hover,
.button:focus,
.button:active {
    color: #ffffff;
}
input.button:hover {
    background: #323232;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.button:hover:before,
.button:focus:before,
.button:active:before {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
}
/*button icon*/

.button i {
    padding-left: 10px;
}
.button.large {
    padding: 14px 30px;
}
.button.medium {
    padding: 10px 24px;
}
.button.small {
    padding: 8px 20px;
}
.button.extra-small {
    padding: 6px 16px;
    font-size: 12px;
}
/* button black */

.button.black {
    background: #323232;
    color: #ffffff;
}
.button.black:before {
    background: #db2d2e;
}
.button.black:hover,
.button.black:focus,
.button.black:active {
    color: #ffffff;
}
/* button border */

.button.gray {
    background: #f6f6f6;
    color: #323232;
}
.button.gray:before {
    background: #db2d2e;
}
.button.gray:hover,
.button.gray:focus,
.button.gray:active {
    color: #ffffff;
}
/* button border */

.button.border {
    background: transparent;
    border: 1px solid #e3e3e3;
    color: #323232;
}
.button.border:before {
    background: #db2d2e;
}
.button.border:hover,
.button.border:focus,
.button.border:active {
    color: #ffffff;
    border-color: #db2d2e;
}
/*button.white*/

.button.white {
    background: #ffffff;
    color: #db2d2e;
}
.button.white:before {
    background: #323232;
}
.button.white:hover,
.button.border:focus,
.button.border:active {
    color: #ffffff;
    border-color: #db2d2e;
}

/**
 * z-index class
 */
.z-index-9{
    z-index:9;
}

/* Dark Background */
.row-background-dark .button:hover { color: #323232; }
.row-background-dark .button:before { background: #ffffff; }

/****************************
    Loading
*****************************/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center img { text-align: center; max-width: 100%; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }

/****************************
    Header
****************************/
#header .menu .menu-list-items { display: table; width: 100%; float: none; }
#header .menu .menu-inner { vertical-align: middle; height: 100%; display: table-cell; }

/* Main Logo */

/*.mega-menu { min-height: inherit;  }*/
.mega-menu .menu-logo { padding: 33px 0px; }
.mega-menu .menu-logo > li > a + .site-description { padding-top: 10px; }
.menu-logo .site-description { margin: 0; display: block; line-height: normal; clear: both; }

.site-logo { height: 32px; }
.mega-menu .menu-logo .site-logo { display: block; }
.mega-menu.desktopTopFixed .menu-logo .site-logo, .mega-menu.mobileTopFixed .menu-logo .site-logo { display: none; }
.mega-menu .menu-logo .sticky-logo { display: none; }
.mega-menu.desktopTopFixed .menu-logo .sticky-logo, .mega-menu.mobileTopFixed .menu-logo .sticky-logo { display: block; }

#header #primary-menu > li > .menu-item-woocommerce-cart-wrapper { padding: 0 10px; }

/* Max Mega Menu */
#header #mega-menu-wrap-primary-menu { float: right; clear: none; display: block; position: initial; }
#header #mega-menu-wrap-primary-menu #mega-menu-primary-menu { position: initial; }
#header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li { display: table-cell; cursor: pointer; position: static; }
#mega-menu-wrap-primary-menu .mega-menu .menu-item-search { display: inline-block; }
#mega-menu-wrap-primary-menu .mega-menu .menu-item-search .search .search-btn:before { line-height: 20px; }
.desktopTopFixed #mega-menu-wrap-primary-menu .mega-menu .menu-item-search .search .search-btn:before { line-height: 15px; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu { top: 100%; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu { top: 100%; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.menu-item-type-cart { display: inline-block; position: relative; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper { padding: 0 13px; }

#primary-menu li.menu-item > a,
#mega-menu-primary-menu li.menu-item > a{text-transform: uppercase;}

/* Mega Menu */
.mega-menu .menu-links > li > a { text-transform: uppercase; font-size: 13px; font-weight: 400; color: #323232; }
.transparent .mega-menu .menu-links > li > a { color: #ffffff;}

.mega-menu .menu-links > li.current_page_item > a,
.mega-menu .menu-links > li.current-menu-item > a,
.mega-menu .menu-links > li.current-menu-ancestor > a,
.mega-menu .menu-links .current-menu-item > a{
    color: #db2d2e;
}
.mega-menu .drop-down-multilevel.right-menu { right: 0px; }
.mega-menu .menu-links > li:last-child > a { padding-right: 0px; }
.mega-menu .menu-links > li.active .drop-down-multilevel a { color: #555555; }
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a { color: #323232; }
.mega-menu .menu-links > li.active .drop-down li.active a { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down li.active a i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down a i:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background: transparent;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a{color: #db2d2e; background:#f6f6f6;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a { color: #323232; background: transparent; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a { color: #db2d2e; background: #f6f6f6; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i { color: #323232; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i { color: #db2d2e; }
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
.mega-menu .row { margin-left: 0px; margin-right: 0px; }
.mega-menu .col-md-12 { padding-left: 0px; padding-right: 0px; }
.mega-menu.desktopTopFixed .menu-list-items { padding: 0px; }
.mega-menu.desktopTopFixed .menu-logo { padding: 20px 0px; display: table; height: 100%; }
.mega-menu.desktopTopFixed .menu-logo li { display: table-cell; vertical-align: middle; float: none; }
.mega-menu.desktopTopFixed .search-top { padding: 26px 0; }
.mega-menu.desktopTopFixed .search-top.search-top-open .search-box { top: 72px !important; border-bottom: 1px solid #f6f6f6; }

/**************************
 Max-Menu Height
**************************/
#header .menu .menu-inner > div,
#header .menu .menu-inner div > .row,
#header .menu .menu-inner div > .row > div,
#header .menu .menu-inner div > .row .header-boxed,
#header .menu .menu-inner div > .row .mega-menu-wrap,
#header .menu .menu-inner div > .row .mega-menu-wrap #mega-menu-primary-menu,
#header .menu .menu-inner div > .row .mega-menu-wrap #mega-menu-primary-menu > li,
#header #mega-menu-primary-menu > li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper,
#header #mega-menu-primary-menu > li > .searchform,
#header #mega-menu-primary-menu > li > .searchform .search{
    height: 100%;
    vertical-align: middle;
}
#header .menu-inner #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 15px !important;
    display: table-cell;
}
#header .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a{
    height: 100%;
    display: table;
}
#header .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper .woo-cart-items{
    display: table-cell;
    vertical-align: middle;
}
#header #mega-menu-primary-menu > li > .searchform .search > a {
    height: 100%;
}

.mega-menu .menu-item-compare > a{top: 2px;}
.mega-menu .menu-item-compare .compare-details.count{
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: -10px;
    margin-right: -20px;
    color: #ffffff;
    background: #db2d2e;
    border-radius: 50%;
}
#header.logo-center #primary-menu > li.menu-item-compare .compare-details{top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
#header.logo-center .menu .menu-inner div > .row #primary-menu > li.menu-item-compare > a{margin-top: 0;}

/********************************
 When Inner banner hide
 *******************************/
#page.header-hidden .defualt,
#page.header-hidden .transparent-fullwidth{
    position: relative;
}
#page.header-hidden .boxed + .wrapper {
    /*padding-top: 50px;*/
    padding-top: 0;
}
#header .menu .desktopTopFixed .menu-list-items,
#header .menu .mobileTopFixed .menu-list-items,
#header.defualt .desktopTopFixed .menu-list-items,
#header.defualt .mobileTopFixed .menu-list-items,
#header.transparent-fullwidth .desktopTopFixed .menu-list-items,
#header.transparent-fullwidth .mobileTopFixed .menu-list-items {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#page.header-hidden #header,
#page.header-hidden #header.boxed .mega-menu .header-boxed {
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#page.header-hidden #header.boxed {
    box-shadow: none;
}
#page.header-hidden #header.boxed .mega-menu.desktopTopFixed .header-boxed {box-shadow: none;}
#page.header-hidden .defualt,
#page.header-hidden .transparent-fullwidth {
    background-color: #151515;
}

/***************************
 Default-Menu Height
***************************/
#header .menu .menu-inner div > .row #primary-menu,
#header .menu .menu-inner div > .row #primary-menu > li.menu-item,
#header .menu .menu-inner div > .row #primary-menu > li > .menu-item-woocommerce-cart-wrapper,
#header .menu .menu-inner div > .row #primary-menu > li > .searchform,
#header .menu .menu-inner div > .row #primary-menu > li > .searchform .search {
    height: 100%;
    vertical-align: middle;
}
#header .menu .menu-inner div > .row #primary-menu > li.menu-item > a {
    line-height: 0 !important;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
#header .menu .menu-inner div > .row #primary-menu > li.menu-item > a > i:before {
    margin: 0 0 0 6px;
}
#header #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a{
    height: 100%;
    display: table;
    color: #323232;
}
#header #primary-menu > li > .menu-item-woocommerce-cart-wrapper .woo-cart-items{
    display: table-cell;
    vertical-align: middle;
}

#header #primary-menu > li > .searchform .search > a {
    height: 100%;
    display: block;
    color: #323232;
}
#mega-menu-primary-menu > li.menu-item-compare > a { padding: 2px 10px; position: relative; color: #323232; }
#header .menu .menu-inner div > .row #primary-menu > li.menu-item-compare > a { line-height: 23px !important; margin-top: -10px; padding: 0 10px; }
#header #primary-menu > li.menu-item-compare .compare-details { right: 20px; }

#header.transparent #primary-menu > li > .searchform .search > a,
#header.transparent #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a,
#header.transparent #mega-menu-primary-menu > li.menu-item-compare > a{
    color: #ffffff;
}

/*************************
    Topbar
**************************/
.topbar { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 10px 0px; font-family: 'Roboto', sans-serif; }
.topbar-left li i { padding-right: 5px; }
.topbar-right .list-inline li:last-child, .topbar-right li:last-child i { padding-right: 0px; }
.topbar .topbar-right li a:hover { color: #db2d2e; }
.topbar-right li i { padding-right: 5px; }

/* Topbar Sticky */
.topbar.topbar_fixed { position: fixed; top: 0; left: 0; width: 100%; background: #323232; z-index: 9998; }
.topbar.topbar_fixed + .menu .mega-menu.desktopTopFixed .menu-list-items { top: 44px; }

/* Topbar Dark */
#header.topbar-dark { background: #ffffff; z-index: 1000; padding: 0px; margin: 0px; position: relative; width: 100%; }
#header.topbar-dark .topbar { border-bottom: 0; background: #323232; padding: 10px 0px; font-family: 'Roboto', sans-serif; }
#header.topbar-dark .mega-menu .menu-links > li > a { color: #323232; }
#header.topbar-dark .mega-menu .menu-links > li > a:hover { color: #db2d2e;}

#header.topbar-dark .mega-menu.desktopTopFixed > section.menu-list-items {
    background: #ffffff;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
#header.topbar-dark .mega-menu .menu-links > li.active a { color: #db2d2e; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a { color: #db2d2e; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li a { color: #323232; }
#header.topbar-dark .mega-menu .menu-links > li.active .drop-down-multilevel li a:hover { color: #db2d2e; }
#header.topbar-dark .mega-menu .menu-logo { padding: 33px 0px; }
#header.topbar-dark .mega-menu.desktopTopFixed .menu-logo { padding: 20px 0px;}

/* Topbar Light */
#header.topbar-light .topbar.topbar_fixed { background: #ffffff; }
#header.topbar-light .menu { background: #323232;}

/* Header Full Width */
#header.light-fullwidth .topbar .container-fluid,
#header.transparent-fullwidth .topbar .container-fluid,
#header.light-fullwidth .menu-list-items .container-fluid,
#header.transparent-fullwidth .menu-list-items .container-fluid {
    padding: 0px 50px;
}

/*********************************
      Header Light
*********************************/
#header.light { z-index: 1000; padding: 0px; margin: 0px; position: relative; width: 100%; }
#header.light .mega-menu.desktopTopFixed .menu-list-items { padding: 0px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);}

/*********************************
       Transparent
**********************************/
body #header.defualt .topbar { background-color: transparent; }
#header.defualt { z-index: 1000; padding: 0px; margin: 0px; position: absolute; width: 100%; background-color: transparent; }
#header.transparent { background: transparent; z-index: 1000; padding: 0px; margin: 0px; position: absolute; width: 100%; }

/*********************************
       Topbar Light Transparent
**********************************/
#header.light-transparent{background:rgba(255, 255, 255, 0.9); z-index: 1000; padding:0px; margin:0px; position: absolute; width: 100%;}
#header.light-transparent .mega-menu .menu-links > li > a { color: #363636; }
#header.light-transparent .mega-menu .menu-links > li.current-menu-ancestor > a { color: #db2d2e; }
#header.light-transparent .mega-menu.desktopTopFixed .menu-list-items{background: rgba(255, 255, 255, 0.9); padding:0px; -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3); -ms-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);}
#header.light-transparent .search .search-btn:before { color: #626262;}
#header.light-transparent .mega-menu .menu-links > li.active > a{color: #db2d2e;}

/*********************************
       Topbar Light Fullwidth
**********************************/
.page-wrapper { overflow: hidden; position: relative; }
#header.light-fullwidth { z-index: 1000; padding: 0px; margin: 0px; position: relative; width: 100%; }
#header.light-fullwidth .mega-menu.desktopTopFixed .menu-list-items { padding: 0px; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

/*********************************
       Dark Transparent
**********************************/
#header.dark-transparent { background: rgba(0, 0, 0, 0.4); z-index: 1000; padding: 0px; margin: 0px; position: absolute; width: 100%; border-bottom: 0px; }
#header.dark-transparent .mega-menu.desktopTopFixed .menu-list-items { background: #363636; padding: 0px;}

/**********************************
       Header Full-Width Transparent
**********************************/
body #header.transparent-fullwidth .topbar { background-color: transparent; }
#header.transparent-fullwidth { z-index: 1000; padding: 0px; margin: 0px; position: absolute; width: 100%; background-color: transparent; }
#header.transparent-fullwidth .mega-menu { border-bottom: 0px; }

/*******************************
       Logo Center
*******************************/
#header.logo-center #mega-menu-wrap-primary-menu {display: inline-block; float: none;}
#header.logo-center .menu .menu-inner div > .row #primary-menu > li.menu-item > a,
#header.logo-center .menu-inner #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.logo-center #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a{
    line-height: 66px !important;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
#header.logo-center .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper a.cart-contents {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
#header.logo-center .desktopTopFixed .menu .menu-inner div > .row #primary-menu > li.menu-item > a,
#header.logo-center .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.logo-center .desktopTopFixed #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a{line-height: normal !important;}
#header.logo-center .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.menu-item-search {position: relative;}
#header.logo-center .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper,
#header.logo-center .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.menu-item .searchform {line-height: normal;}
#header.logo-center .desktopTopFixed #mega-menu-primary-menu > li > .searchform .search{line-height: 26px; position: inherit;}

/* temp */
#header.logo-center .menu .menu-inner div > .row #primary-menu > li.menu-item.menu-item-search,
#header.logo-center .menu .menu-inner div > .row #primary-menu > li > .searchform,
#header.logo-center .menu .menu-inner div > .row #primary-menu > li > .searchform .search{vertical-align: bottom;}
#header.logo-center #primary-menu > li > .searchform .search > a {height: 66px;}
#header.logo-center .desktopTopFixed #primary-menu > li > .searchform .search > a {height: 100%;}
/* end temp */

/*-----------------*/
#header.logo-center { z-index: 1000; padding: 0px; margin: 0px; position: relative; width: 100%; }
#header.logo-center .mega-menu.desktopTopFixed .menu-list-items { padding: 0px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
#header.logo-center .search .search-btn:before { line-height: 24px; }
#header.logo-center .desktopTopFixed .search .search-btn:before { line-height: 16px; }
#header.logo-center .mega-menu .menu-links > li.active > a { color: #db2d2e; }
#header.logo-center .mega-menu .menu-logo { float: none; text-align: center; display: block; }
#header.logo-center .mega-menu .menu-logo > li > a { z-index: 0; }
#header.logo-center .mega-menu .menu-logo > li { float: none; text-align: center; display: block; }
#header.logo-center .mega-menu .menu-logo > li > a { float: none; text-align: center; display: block; }
#header.logo-center .mega-menu img { display: block; text-align: center; float: none; margin: 0 auto; }
#header.logo-center .menu-logo .site-description { text-align: center; }
#header.logo-center .row > [class*='col-'] { text-align: center; }
#header.logo-center .desktopTopFixed .row > [class*='col-'] { text-align: right; }
#header.logo-center .search { float: right; }
#header.logo-center .mega-menu .drop-down.offset-4,
#header.logo-center .mega-menu .drop-down-tab-bar.offset-4 { margin-left: 0px; }
#header.logo-center .mega-menu .menu-links > li > a { line-height: 62px; }
#header.logo-center .mega-menu.desktopTopFixed .menu-logo > li > a img { margin: 0; }
#header.logo-center .mega-menu.desktopTopFixed .menu-logo > li > .site-description { text-align: left; }
#header.logo-center .mega-menu.desktopTopFixed .search { float: right; }
#header.logo-center .mega-menu.desktopTopFixed .menu-logo { float: left; border: none; }
#header.logo-center .mega-menu.desktopTopFixed .menu-logo > li { float: left; }
#header.logo-center .mega-menu.desktopTopFixed .menu-logo > li > a { float: left; }
#header.logo-center .mega-menu.desktopTopFixed .menu-links > li:last-child a { padding-right: 13px; }
#header.logo-center .mega-menu .sticky-logo { display: none; }
#header.logo-center .mega-menu.mobileTopFixed .sticky-logo-text { display: block; }
#header.logo-center .mega-menu.desktopTopFixed .sticky-logo { display: block; }
#header.logo-center .mega-menu.desktopTopFixed .site-logo { display: none; }
#header.logo-center .searchform .search .search-box input { vertical-align: top; display: block; }
#header.logo-center #mega-menu-wrap-primary-menu li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper{position: relative;}

@media (min-width: 993px) {
    .admin-bar .topbar.topbar_fixed { top: 32px; }
    .admin-bar .mega-menu.desktopTopFixed .menu-list-items { top: 32px; }
    .admin-bar .topbar.topbar_fixed + .menu .mega-menu.desktopTopFixed .menu-list-items { top: 77px; }
    #header.logo-center .menu-logo .logo-text{text-align: center;}
    #header.logo-center #mega-menu-wrap-primary-menu { height: auto; }
    #header.logo-center .desktopTopFixed #mega-menu-wrap-primary-menu { height: 100%; }
    #header.logo-center .menu .menu-inner div >.row #primary-menu {float: none; display: inline-block !important; height: auto; max-height: inherit; }
    #header.logo-center .menu .desktopTopFixed .menu-inner div >.row #primary-menu{height: 100%;}
    #header.logo-center .desktopTopFixed #primary-menu { float: right; display: table !important; }
    #header.logo-center #primary-menu li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper{position: relative;}

#header.logo-center .mega-menu.desktopTopFixed .menu-logo { display: table; height: 100%; }
#header.logo-center .mega-menu.desktopTopFixed .menu-logo li { display: table-cell; vertical-align: middle; float: none; }
#header.logo-center .mega-menu.desktopTopFixed .menu-inner div >.row #primary-menu { display: table !important; float: right; }

}

/****************************
       Logo Right
****************************/
#header.logo-right { z-index: 1000; padding: 0px; margin: 0px; position: relative; width: 100%; }
#header.logo-right .mega-menu .menu-logo { float: right; }
#header.logo-right .mega-menu .menu-links, #header.logo-right #mega-menu-wrap-primary-menu { float: left; }
#header.logo-right .search .search-btn:before { padding-left: 2px; }
#header.logo-right .mega-menu.desktopTopFixed .menu-list-items { padding: 0px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
#header.logo-right .mega-menu .drop-down-multilevel.right-menu { right: inherit; }
#header.logo-right .mega-menu .drop-down.offset-4, #header.logo-right .mega-menu .drop-down-tab-bar.offset-4 { margin-left: 0px; }
#header.logo-right .menu-logo > li > a img { float: right; }
#header.logo-right .menu-logo > li > .site-description { text-align: right; }

#header.logo-right #primary-menu > li.menu-item-type-cart > .menu-item-woocommerce-cart-wrapper,
#header.logo-right #mega-menu-primary-menu > li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper{position: relative;}

/***************************
       Header Boxed
***************************/
#header.boxed { position: relative; }
#header.boxed .topbar { padding-bottom: 60px; border-bottom: none; }
#header.boxed .menu { position: absolute; width: 100%; top: 20px; z-index: 999; }
#header.boxed .topbar + .menu { top: 45px; }
#header.boxed .mega-menu .header-boxed { padding: 0 25px; }
#header.boxed .mega-menu.desktopTopFixed .header-boxed { background: none; padding: 0; }
#header.boxed .topbar.topbar_fixed { padding-bottom: 45px; }
#header.boxed .mega-menu.desktopTopFixed .menu-list-items { top: 0; }
#header.boxed .topbar + .menu .mega-menu.desktopTopFixed .menu-list-items { top: 0; }
#header.boxed .topbar.topbar_fixed + .menu .mega-menu.desktopTopFixed .menu-list-items { top: 45px;}

#header.boxed .menu .header-boxed,
#header.boxed .menu .desktopTopFixed .menu-list-items,
#header.boxed .menu .mobileTopFixed .menu-list-items {box-shadow: none;}

#header.boxed .menu .mega-menu.desktopTopFixed .menu-list-items {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#header.boxed #primary-menu li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper,
#header.boxed #mega-menu-wrap-primary-menu li.menu-item-type-cart .menu-item-woocommerce-cart-wrapper{position: relative;}

/**********************************
       Menu - Seaerch Button
**********************************/
.menu-item-search .search {
    display: block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    z-index: 999;
}
.menu-item-search .search .search-btn {
    outline: none;
    display: block;
    height: 20px;
    line-height: 31px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    -o-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    margin-left: 10px;
}
.desktopTopFixed .menu-item-search .search .search-btn:before {
    line-height: 18px;
}
.menu-item-search .search .search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#primary-menu > li.menu-item-search .search.search-open .search-btn:before,
.menu-item-search .search.search-open .search-btn:before {
    content: "\f00d";
}
.searchform .search-box {
    background: #fff;
    display: block;
    margin: 0;
    opacity: 0 !important;
    padding: 15px;
    position: absolute;
    right: 0;
    top: -9999px !important;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 327px;
    z-index: 888;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.searchform .search.search-open .search-box {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
.searchform .search .search-box input {
    background: transparent;
    border: 1px solid #eceff8;
    padding-left: 15px;
    box-shadow: none;
    padding-right: 38px;
    width: 100%;
    height: 45px;
    color: #999999;
}
.searchform .search .search-box input:focus {
    background: transparent;
    border: 1px solid #db2d2e;
}
.searchform .search.search-open i {
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 27px;
    top: 31px;
    color: #626262;
}
.searchform .search.search-open i:hover { color: #db2d2e; }
.searchform .search .content-main { padding: 60px 0 80px; }
.searchform .search .content-main .pagination { margin-top: 50px; }
.searchform .search footer.entry-meta { margin-top: 15px; }

.cd-loader {
    background-image: url('../images/loader_img/cd_loader.svg');
    background-position: center center;
    background-attachment: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 33%;
    right: 20px;
}
.pagination-nav .pagination-loader .pagination-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 9;
    text-align: center;
}

.pagination-nav .pagination-loader .pagination-loader .cd-loader { right: inherit; }

/* Search icon Color */
.topbar-dark .menu-item-search .search .search-btn:before { color: #db2d2e; }
.mega-menu .widget_shopping_cart_content { color: #999999;}

/*year_range_slider*/
.year_range_slider_wrapper input#dealer-slider-year-range {
    border:0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #a0a0a0;
    display: block;
    background-color: transparent;
 }
 .year_range_slider_wrapper .year-range-slide label {font-size: 13px;}

/*year_range_slider*/
.search-block.transparent .year_range_slider_wrapper input#dealer-slider-year-range {color: #ffffff;}
.listing_sort .year_range_slider_wrapper {
   width:33%;
   margin-bottom: 10px;
   padding-right: 20px;
   margin-top: -9px;
}
.listing_sort .year_range_slider_wrapper input#dealer-slider-year-range { padding-left: 20px; display: inline-block; width: 40%; }
.listing_sort .year_range_slider_wrapper label { font-size: 14px; }
.listing-sidebar .listing_sort .year_range_slider_wrapper { width: 100%; padding-right: 0; margin-bottom: 26px; }
.listing-sidebar .listing_sort .year_range_slider_wrapper input#dealer-slider-year-range { padding-left: 0; width: 100%; }


/* Related posts */
.related-work { margin-bottom: 50px; }
.related-work h3 { margin: 20px 0 30px; }
.owl-carousel-7 .portfolio-caption { display: none; }

/* Related posts without slider */
.item-listing .item { display: inline-block; float: left; width: 33.33%; }
.item-listing > .item > .portfolio-item { margin: 0 5px; margin-bottom: 10px; }
.item-listing > .item > .portfolio-item .portfolio-caption a { color: #323232; font-size: 18px; font-weight: 600; line-height: 28px; display: block; margin: 10px 0; }
.item-listing > .item > .portfolio-item .portfolio-caption a:hover { color: #db2d2e; }
.item-listing > .item > .portfolio-item .portfolio-caption a i { display: none; }

/* Share Button */
.single-post .post{margin-bottom: 30px;}
.single-post .entry-title { margin-bottom: 20px; }
.single-post .entry-share { min-height: 90px; margin: 0px 0; }
.share{position: relative; cursor: pointer; }
.share .share-button { padding: 8px 15px; display: inline-block; background: #db2d2e; color: #ffffff;}
.share .single-share-box {
    position: absolute;
    bottom: 5px;
    right: 20px;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    opacity: 0;
    z-index: -1;
    padding: 0px;
}
.share:hover .single-share-box {
    opacity: 1;
    bottom: 5px;
    z-index: 1;
    right: 40px;
    padding-right: 10px;
}
.share .single-share-box li {
    list-style: none;
    padding-top: 2px;
    display: table-cell;
    padding-left: 5px;
}
.share .single-share-box li a {
    width: 30px;
    height: 30px;
    background: #db2d2e;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 12px;
}
.share .single-share-box li a:hover { color: #ffffff; background: #363636; }
.share .single-share-box a:hover i { color: #ffffff; }
.author-info .port-post-photo { margin-bottom: 20px; }
.nav-single { margin-bottom: 30px; }
.nav-single .port-navigation .port-navigation-left,
.nav-single .port-navigation .port-navigation-right{width: 164px;}
.author-details h3 { margin-bottom: 5px;}

/*----------------------------------------------------------
 Default TopBar Setting
-----------------------------------------------------------*/
#header.default-header .topbar,
#header.default-header .topbar {
    background-color: #323232 !important;
}
#header.default-header.defualt .topbar,
#header.default-header.transparent-fullwidth .topbar {
    background-color: transparent !important;
}
#header.default-header.boxed .topbar {
    background: #db2d2e !important;
}
#header.default-header.defualt .topbar.topbar_fixed,
#header.default-header.transparent-fullwidth .topbar.topbar_fixed {
    background-color: #323232 !important;
}
#header.default-header .topbar a:hover,
#header.default-header .topbar.topbar_fixed a:hover,
#header.default-header.defualt .topbar.topbar_fixed a:hover,
#header.default-header.transparent-fullwidth .topbar.topbar_fixed a:hover {
    color: #db2d2e;
}
#header.default-header.defualt .topbar.topbar_fixed a,
#header.default-header.transparent-fullwidth .topbar.topbar_fixed a {
    color: #ffffff;
}
#header.default-header.boxed .topbar a:hover,
#header.default-header.boxed .topbar.topbar_fixed a:hover {
    color: #323232;
}

/* All Default TopBar Color */
#header.default-header .topbar,
#header.default-header .topbar li a{color: #ffffff;}
#header.default-header .topbar li a:hover{color: #db2d2e;}

/*---------------------------------------------------------------
 Header White Background
---------------------------------------------------------------*/
#header.default-header .menu-list-items {
    background-color: #ffffff;
}
#header.default-header.boxed .menu-list-items {
    background: none;
}
#header.default-header.boxed .desktopTopFixed .header-boxed {
    background: none;
    box-shadow: none;
}
#header.default-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.default-header #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a,
#header.default-header #mega-menu-primary-menu > li > .searchform .search > a,
#header.default-header #mega-menu-primary-menu > li.menu-item-compare > a {
    color: #323232;
}
#header.default-header .menu-logo .site-description,
#header.default-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-item > a.mega-menu-link,
#header.default-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link,
#header.default-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#header.default-header #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header #mega-menu-primary-menu > li > .searchform .search > a:hover,
#header.default-header #mega-menu-primary-menu > li.menu-item-compare > a:hover {
    color: #db2d2e;
}
#header.default-header.boxed .header-boxed {
    background: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
/* Defualt Menu */

#header.default-header #primary-menu > li.menu-item > a,
#header.default-header #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a,
#header.default-header #primary-menu > li > .searchform .search > a {
    color: #323232;
}
#header.default-header #primary-menu > li.menu-item.current-menu-item > a,
#header.default-header #primary-menu > li.menu-item > a:hover,
#header.default-header #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header #primary-menu > li > .searchform .search > a:hover,
#header.default-header #primary-menu > li.current-menu-ancestor > a {
    color: #db2d2e;
}

/************************
 Sticky Header White
*************************/
#header.default-header .desktopTopFixed .menu-list-items,
#header.default-header .mobileTopFixed .menu-list-items,
#header.default-header .desktopTopFixed .menu-list-items,
#header.default-header .mobileTopFixed .menu-list-items {
    background: #ffffff;
}

/*---------------------------------------------------------------
 Header Transparent Background
---------------------------------------------------------------*/
#header.default-header.defualt .menu-list-items,
#header.default-header.transparent-fullwidth .menu-list-items {
    background-color: transparent;
}
#header.default-header.defualt #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.default-header.defualt .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.defualt #mega-menu-primary-menu > li > .searchform .search > a,
#header.default-header.defualt #mega-menu-primary-menu > li.menu-item-compare > a,
#header.default-header.transparent-fullwidth #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.default-header.transparent-fullwidth .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.transparent-fullwidth #mega-menu-primary-menu > li > .searchform .search > a,
#header.default-header.transparent-fullwidth #mega-menu-primary-menu > li.menu-item-compare > a {
    color: #ffffff;
}
#header.default-header.defualt .menu-logo .site-description,
#header.default-header.transparent-fullwidth .menu-logo .site-description,
#header.default-header.defualt #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-item > a.mega-menu-link,
#header.default-header.defualt #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link,
#header.default-header.defualt #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#header.default-header.defualt #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header.defualt #mega-menu-primary-menu > li > .searchform .search > a:hover,
#header.default-header.defualt #mega-menu-primary-menu > li.menu-item-compare > a:hover,
#header.default-header.transparent-fullwidth #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-item > a.mega-menu-link,
#header.default-header.transparent-fullwidth #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link,
#header.default-header.transparent-fullwidth #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#header.default-header.transparent-fullwidth #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header.transparent-fullwidth #mega-menu-primary-menu > li > .searchform .search > a:hover,
#header.default-header.transparent-fullwidth #mega-menu-primary-menu > li.menu-item-compare > a:hover,
#header.default-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a,
#header.default-header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item > a {
    color: #db2d2e;
}

/*********************
 Defualt Menu
*********************/
#header.default-header.defualt #primary-menu > li.menu-item > a,
#header.default-header.defualt #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.defualt #primary-menu > li > .searchform .search > a,
#header.default-header.transparent-fullwidth #primary-menu > li.menu-item > a,
#header.default-header.transparent-fullwidth #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.transparent-fullwidth #primary-menu > li > .searchform .search > a {
    color: #ffffff;
}
#header.default-header.defualt #primary-menu > li.menu-item.current-menu-item > a,
#header.default-header.defualt #primary-menu > li.menu-item > a:hover,
#header.default-header.defualt #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header.defualt #primary-menu > li > .searchform .search > a:hover,
#header.default-header.transparent-fullwidth #primary-menu > li.menu-item.current-menu-item > a,
#header.default-header.transparent-fullwidth #primary-menu > li.menu-item > a:hover,
#header.default-header.transparent-fullwidth #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header.transparent-fullwidth #primary-menu > li > .searchform .search > a:hover,
#header.default-header.defualt #primary-menu > li.menu-item.current-menu-ancestor > a,
#header.default-header.transparent-fullwidth #primary-menu > li.menu-item.current-menu-ancestor > a,
#header.default-header.defualt .desktopTopFixed #primary-menu > li.menu-item.current-menu-ancestor > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #primary-menu > li.menu-item.current-menu-ancestor > a {
    color: #db2d2e;
}

/********************************
 Sticky Header Dark
********************************/
#header.default-header.defualt .desktopTopFixed .menu-list-items,
#header.default-header.defualt .mobileTopFixed .menu-list-items,
#header.default-header.transparent-fullwidth .desktopTopFixed .menu-list-items,
#header.default-header.transparent-fullwidth .mobileTopFixed .menu-list-items {
    background: #ffffff;
}

#header.default-header.defualt .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.default-header.defualt .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.defualt .desktopTopFixed #mega-menu-primary-menu > li > .searchform .search > a,
#header.default-header.defualt .desktopTopFixed #mega-menu-primary-menu > li.menu-item-compare > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#header.default-header.transparent-fullwidth .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-primary-menu > li > .searchform .search > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-primary-menu > li.menu-item-compare > a {
    color: #323232;
}
#header.default-header.defualt .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a.mega-menu-link,
#header.default-header.defualt .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#header.default-header.defualt .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header.defualt .desktopTopFixed #mega-menu-primary-menu > li > .searchform .search > a:hover,
#header.default-header.defualt .desktopTopFixed #mega-menu-primary-menu > li.menu-item-compare > a:hover,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#header.default-header.transparent-fullwidth .desktopTopFixed .menu-inner #mega-menu-primary-menu > li.menu-item .menu-item-woocommerce-cart-wrapper > a:hover,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-primary-menu > li > .searchform .search > a:hover,
#header.default-header.transparent-fullwidth .desktopTopFixed #mega-menu-primary-menu > li.menu-item-compare > a:hover,
#header.default-header .desktopTopFixed #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-ancestor > a {
    color: #db2d2e;
}

/*************************
 Sticky Defualt
**************************/
#header.default-header.defualt .desktopTopFixed #primary-menu > li.menu-item > a,
#header.default-header.defualt .desktopTopFixed #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.defualt .desktopTopFixed #primary-menu > li > .searchform .search > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #primary-menu > li.menu-item > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #primary-menu > li > .menu-item-woocommerce-cart-wrapper > a,
#header.default-header.transparent-fullwidth .desktopTopFixed #primary-menu > li > .searchform .search > a {
    color: #323232;
}

/*----------------------------------------------------------
 Header Responsive CSS
-----------------------------------------------------------*/
#header.default-header.defualt .mobileTopFixed .menu-list-items,
#header.default-header.transparent-fullwidth .mobileTopFixed .menu-list-items {
    background: #323232;
}
#header.default-header #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1:before {
    color: #323232;
}
#header.default-header.defualt #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1:before,
#header.default-header.transparent-fullwidth #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1:before {
    color: #ffffff;
}
#header.default-header .menu-logo .mobile-cart-wrapper > a,
#header.default-header .menu-logo .mobile-searchform-wrapper .search-btn,
#header.default-header .menu-logo .menu-item-compare > a {
    color: #323232;
}
#header.default-header.defualt .menu-logo .mobile-cart-wrapper > a,
#header.default-header.defualt .menu-logo .mobile-searchform-wrapper .search-btn,
#header.default-header.transparent-fullwidth .menu-logo .mobile-cart-wrapper > a,
#header.default-header.transparent-fullwidth .menu-logo .mobile-searchform-wrapper .search-btn,
#header.default-header.defualt .menu-logo .menu-item-compare > a,
#header.default-header.transparent-fullwidth .menu-logo .menu-item-compare > a {
    color: #ffffff;
}
#header.default-header .menu-logo .menu-mobile-collapse-trigger:before,
#header.default-header .menu-logo .menu-mobile-collapse-trigger:after,
#header.default-header .menu-logo .menu-mobile-collapse-trigger span {
    background: #323232;
}
#header.default-header.defualt .menu-logo .menu-mobile-collapse-trigger:before,
#header.default-header.defualt .menu-logo .menu-mobile-collapse-trigger:after,
#header.default-header.defualt .menu-logo .menu-mobile-collapse-trigger span,
#header.default-header.transparent-fullwidth .menu-logo .menu-mobile-collapse-trigger:before,
#header.default-header.transparent-fullwidth .menu-logo .menu-mobile-collapse-trigger:after,
#header.default-header.transparent-fullwidth .menu-logo .menu-mobile-collapse-trigger span {
    background: #ffffff;
}

/*search item list*/
.search {position: relative;}
.search.search-open .cardealer-auto-compalte{
    position: absolute;
    margin-top: 15px;
    background: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}
.cardealer-auto-compalte li { margin-top: 16px; margin-left: 20px; margin-right: 15px;}
.cardealer-auto-compalte li:last-child { padding-bottom: 15px; }
.cardealer-auto-compalte ul { padding-left: 0; margin-left: 0; }
.cardealer-auto-compalte li { float: none; padding: 0; }
.cardealer-auto-compalte li a { display: inline-block; font-size: 14px; color: #999999; font-weight: normal; }
.cardealer-auto-compalte li .search-result-image { display: table-cell; width: 40px !important; }
.cardealer-auto-compalte li .search-result-name { display: table-cell; vertical-align: middle; padding-left: 16px; }
.cardealer-auto-compalte li .search-result-name.no-image { padding-left: 0; }
.cardealer-auto-compalte li .search-result-name a { color: #999; line-height: 18px; font-size: 13px; }
.cardealer-auto-compalte li .search-result-name a:hover { color: #db2d2e; }

.mega-menu .menu-links > li .cardealer-auto-compalte li { color: initial; }
.mega-menu .menu-links > li:hover .cardealer-auto-compalte li { color: initial;}

.pgs_cars_search_box .pgs_cars_search .auto-compalte-list {
     position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    z-index: 99;
}

.pgs_cars_search_box .pgs_cars_search .auto-compalte-list ul { padding: 0; margin: 0; }
.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li { list-style: none; width: auto; display: block; padding: 0; margin-left: 15px; margin-right: 15px; margin-top: 10px; }
.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li:last-child { padding-bottom: 10px; }
.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li .search-result-image { display: table-cell; width: 36px !important; float: none; }

.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li .search-result-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
    color: #999999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li .search-result-name:hover { color: #db2d2e; }
.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li .search-result-name.no-image { padding-left: 0; }
.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li .search-result-name a { color: #999; font-size: 13px; line-height: 18px; }
.pgs_cars_search_box .pgs_cars_search .auto-compalte-list li .search-result-name a:hover { color: #db2d2e; }

/*************************
          Blog
*************************/
.post.sticky { background: #f9f9f9; padding: 25px; border-left: 3px solid #db2d2e; margin-bottom: 60px; }
.post.sticky .blog-entry hr { display: none; }

/* Entry Video */
.audio-video,
.blog-entry-vimeo,
.blog-entry-you-tube {margin-bottom: 20px;}

.blog-entry-you-tube .js-video,
.blog-entry-vimeo .js-video{  position: relative;  padding-bottom: 53.5%;  height: 0;    overflow: hidden;}

.blog-entry-you-tube .js-video iframe,
.blog-entry-vimeo .js-video iframe {position:absolute; top:0; left:0; width:100%; height:100%;}

/* Entry image */
.blog-entry-image {margin-bottom: 20px;}
.masonry-main .masonry-item .blog-entry-slider{margin-bottom: 20px;}
.masonry-main .masonry-item .blog-entry-slider .item img{max-width: 100%;}

.format-gallery .blog-entry-slider{margin-bottom: 20px;}

/* Entry title */
.blog-entry .entry-title { margin-bottom: 5px; }
.entry-title i { display: table-cell; width: 30px; font-size: 20px; color: #db2d2e; }
.entry-title .entry-title { display: table-cell;}

.entry-title a {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}
.entry-title a:hover { color: #db2d2e; }
.blog-entry .entry-share .button { margin-bottom: 0;}

/* Blog Read Morw button */
.blog .blog-2 .blog-description .read-more {
    font-size: 14px;
    text-align: center;
    color: #db2d2e;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;
}

/* Entry meta */
.entry-meta { margin-bottom: 15px; }
.entry-meta ul { padding-left: 0px; }
.entry-meta ul li,
.entry-meta a { display: inline-block; padding-right: 10px; }
.entry-meta ul li { padding-right: 0; }
.entry-meta ul li > span{ padding-right: 10px;}
.entry-meta ul li a,
.entry-meta a { color: #626262; padding-right: 0;}
.entry-meta ul li > a{ padding-right: 10px; margin-bottom: 5px;}
.entry-meta ul li i,
.entry-meta i { color: #db2d2e; padding-right: 3px; }
.entry-meta ul li a:hover,
.entry-meta a:hover { color: #db2d2e; }
.blog-entry .entry-meta li { display: inline; }
.blog-entry .entry-meta li > span { margin: 5px 0; display: inline-block;}

.search-results .entry-meta a{margin-right: 10px;}

/* Entry content */
.blog .entry-content p { margin-bottom: 10px; }
.post .entry-content + .entry-share { margin-top: 15px;}

/* Blog section border */
hr { margin: 60px 0; }
.post:last-child hr { display: none; }

/* Pagination */
.pagination { margin: 0px; padding: 0; list-style: none; }
.pagination li { display: inline-block; }
.pagination li a { font-size: 15px; font-weight: 500; margin: 3px; color: #626262; border-radius: 0px; display: inline-block; }
.pagination > li > a,
.pagination > li > span { padding: 8px 16px; border: 1px solid #e3e3e3; border-radius: 0px; }
.pagination > li > span { padding: 10px 16px; }
.pagination > li.active > span { margin: 0 3px;}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span{
    border-radius: 0px;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover,
.pagination li span.current {
    background-color: #db2d2e;
    border-color: #db2d2e;
    color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #db2d2e;
    border-color: #db2d2e;
    color: #fff;
}

/* Blog Tag */
.tags-2 { margin-bottom: 15px; }
.single-post .tags-2 { margin-bottom: 0px; }
.tags-2 h5 { margin-top: 15px; }
.tags-2 ul { padding-left: 0px; }
.tags-2 ul li { list-style: none; display: inline-block; margin-right: 5px; }
.tags-2 ul li a { background: none; border: 1px solid #e3e3e3; color: #999999; display: block; font-size: 14px; margin-bottom: 8px; margin-right: 0px; padding: 2px 6px; text-transform: capitalize; }
.tags-2 ul li a:hover { background: #db2d2e; border-color: #db2d2e; color: #ffffff; }

/* Leave a reply */
#cancel-comment-reply-link { color: #db2d2e; }
.commentlist .comment .comment-respond { border-bottom: 1px solid #f5f5f5; padding-bottom: 20px; margin-bottom: 40px; margin-left: 12.5%; }
.section-field { float: left; margin-right: 3%; width: 31.33%; margin-bottom: 3%; }
.section-field.comment-form-url { margin-right: 0px; }
.section-field.textarea { width: 100%; margin-right: 0px; }
.section-field.textarea textarea { height: 120px; padding: 10px;}
.section-field.comment-form-cookies-consent { width: 100%; position: relative; }
.section-field.comment-form-cookies-consent input { width: auto; height: auto; position: absolute; left: 0; top: 1px; }
.section-field.comment-form-cookies-consent label { padding-left: 20px; }

.section-field input,
.post-password-form input[type="password"],
.section-field textarea {
    padding-right: 12px;
    padding-left: 12px;
    color: #323232;
    height: 45px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
    padding: 10px;
}
.section-field input:focus,
.section-field textarea:focus,
.post-password-form input[type="password"]:focus {
    background: transparent;
    border-color: #db2d2e;
}
.comment-form .form-submit {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.comment-form .form-submit .button {
    margin-bottom: 0;
}

/* HTML tags and formatting */
.post-template-default .entry-content h2 { margin: 15px 0px; }

/* Blockquote */
blockquote { font-size: 16px; font-style: italic; }
cite { font-size: 14px; margin-top: 15px; font-weight: 600; color: #db2d2e;}

/* Tables */
table th, table td { border: 1px solid #dedede; padding: 10px; }

/* Definition lists */
dl dt { margin-bottom: 5px; }
dl dd { margin-bottom: 20px; }

/* List ( Nested ) */
.entry-content ul, .comment-content ul { padding-left: 20px; margin-left: 10px; }
ul { padding: 0 0 0 15px; margin: 0px; list-style-type: disc; }
ul ul { margin-left: 15px; }
ul li { padding: 0px; margin: 0px; line-height: 24px; }

/* List ( Nested ) */
.entry-content ol, .comment-content ol { padding-left: 15px; }
ol { padding: 0 0 0 15px; margin: 0px; }
ol ol { margin-left: 15px; }
ol li { list-style-position: outside; padding: 0px; margin: 0px; line-height: 30px;}


/* Address */
.entry-content address, .comment-content address  { font-style: italic; }

/* Image alignment */
.entry-content img,
img.size-full,
.wp-caption img {margin-bottom: 10px; max-width: 100%;}

.alignright { float: right; margin: 5px 0px 5px 20px; }
.alignleft { margin: 5px 20px 5px 0; float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center;}

/* Template Password Protected*/
.post-password-form p input {
    height: 44px;
    width: 10%;
    background: #db2d2e;
    color: #fff;
    border: none;
}
.post-password-form p input:hover {
    background: #323232;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* POSTED BY */
.author-info {
    padding: 20px;
    background: #ffffff;
    margin-bottom: 25px;
    border: 1px solid #f3f3f3;
    position: relative;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.author-info .author-avatar {
    display: table-cell;
    width: 90px;
    padding-right: 20px;
    margin-bottom: 0;
}
.author-info .author-avatar img {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.author-info > .author-description,
.author-info .author-details {
    display: table-cell;
    vertical-align: top;
}
.author-info .author-details h2,
.author-info .author-details h3,
.author-info .author-details h4 {
    margin-bottom: 10px;
}
.author-info .author-details .author-links {
    display: block;
    margin-bottom: 15px;
    float: none !important;
    position: absolute;
    right: 15px;
    top: 28px;
}
.author-info .author-details .author-links > a {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/* Comments */
.comments-title {
    margin: 25px 0px;
}
ol.commentlist {
    padding: 0px;
    list-style: none;
    margin-bottom: 25px;
}
.commentlist > li {
    list-style: none;
}
.children > li {
    list-style: none;
}
.comments-1 .comments-photo {
    border: 1px solid #e8ebf1;
    float: left;
    height: auto;
    margin-right: 2%;
    padding: 3px;
    width: 8%;
}
.comments-1 .comment-meta {
    background: none;
}
.comments-1 .comments-photo img {
    width: 100%;
}
.comments-1 .comments-info {
    display: table;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    width: 90%;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.comments-1 .comments-info p {
    word-break: break-all;
}
.comments-1 .comments-info .comment-meta h4 {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
}
.comments-1 .comments-info span {
    font-size: 13px;
    color: #999999;
}
.comments-1 .comments-info a {
    color: #db2d2e;
    margin-right: 5px;
}
.comments-1 .comments-info .comment-date a {
    color: #999999;
}
.comments-1 .comments-info .comment-date a:hover {
    color: #db2d2e;
}
.comments-1 .comments-info .comment-content a:hover {
    color: #999999;
}
.comment-nav li {
    list-style-type: none;
}
.comments-area .respond-form {
    margin-top: 40px;
}

/* Port navigation */
.port-arrow {
    width: 40px;
    text-align: center;
    background: #f6f6f6;
    display: inline-block;
    height: 74px;
}
.port-arrow i {
    text-align: center;
    font-size: 25px;
    line-height: 66px;
}
.port-navigation .port-photo {
    line-height: 74px;
    min-width: 124px;
    background: #eeeeee;
    text-align: center;
}
.port-navigation-right .port-photo {
    float: right;
}
.port-navigation-right .port-photo img {
    margin-top: -4px;
}

/* Gallery */
.gallery-size-thumbnail .gallery-item { margin-right: 2%; width: 18.4%; margin-bottom: 2%; display: inline-block; vertical-align: top; padding: 15px; text-align: center; border: 1px solid #f9f9f9; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.07); -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.07); box-shadow: 0 2px 8px rgba(0,0,0,0.07);}
.gallery-item .gallery-caption { font-size: 13px; }
.gallery-size-thumbnail .gallery-item img { margin-bottom: 10px; }
.gallery-columns-1 .gallery-item { width: 100%; margin-right: 0px; }
.gallery-columns-2 .gallery-item { width: 48%; }
.gallery-columns-3 .gallery-item { width: 31.3%; }
.gallery-columns-4 .gallery-item { width: 23%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.6%; }
.gallery-columns-7 .gallery-item { width: 12.2%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.1%; }
.gallery.gallery-size-thumbnail { display: inline-block; width: 100%; }

/* Gallery Post - Details */
.blog-entry-grid ul.grid-post{list-style: none; padding: 0; margin: 0; display: inline-block;}
.blog-entry-grid ul.grid-post li{width: 33.3333%; float: left; padding: 3px;}
.blog-entry-grid ul.grid-post li img{width:100%}


/* Related Products */
.related-work .owl-carousel .owl-item img{ width: 100%;}

/* Search results */
.search-form input.placeholder {
    padding-right: 55px;
    padding-left: 12px;
    color: #323232;
    height: 45px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
    margin-bottom: 15px;
}
.search-form input.placeholder:focus {
    background: transparent;
    border-color: #db2d2e;
}

/* Replay */
.comments-info .reply .comment-reply-link {
    background: #db2d2e;
    padding: 5px 15px;
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.comments-info .reply .comment-reply-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #323232;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.comments-info .reply .comment-reply-link:hover { color: #ffffff; }
.comments-info .reply .comment-reply-link:hover:before { height: 100%; }

/*************************
        Sidebar
*************************/

/* Listing */
.widget { margin-bottom: 40px; }
.widget ul { padding-left: 0px; }
.widget ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    clear: both;
    padding: 5px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.widget ul ul li { padding: 5px 0; }
.widget ul li:last-child { border-bottom: none; padding-bottom: 0px; }
.widget ul li i { padding-right: 10px; }
.widget ul li a { display: inline-block; color: #999999; }
.widget ul li > a:hover { color: #db2d2e; }

.sidebar-widget .nice-select,
.footer .widget .nice-select { width: 100%; margin-top: 10px; float: none; }
.footer_opacity-custom .news-letter .form-control { background: rgba(102, 102, 102, 0.10); }
.footer_opacity-custom .news-letter .form-control:focus { color: #323232 !important; }

/* Title */
.widget .widgettitle { position: relative; padding-bottom: 10px; margin-bottom: 20px; font-weight: 600; }
.widget .widgettitle:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }
.widget .textwidget img { max-width: 100%; height: auto; }

/* Search */
.widget_search #searchform { position: relative; }
.widget_search .screen-reader-text { display: none; }
.widget_search input{
    padding-right: 55px;
    padding-left: 12px;
    color: #323232;
    height: 45px;
    border: 1px solid transparent;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
}
.widget_search input:focus{
    background: transparent;
    border-color: #db2d2e;
}
.widget_search #searchsubmit {
    background: none;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 12px;
    font-size: 14px;
    color: #626262;
    cursor: pointer;
    width: auto;
    line-height: 42px;
    height: 43px;
}
.widget_search #searchsubmit:focus { border: 1px solid rgba(0, 0, 0, 0); }
.sidebar-widget #searchsubmit { background: #db2d2e; color: #ffffff; }
.sidebar-widget #searchsubmit:hover { background: #323232; }

/* Search Result */
.widget_search .cd-loader{top: 12px; right: 53px;}
.widget_search .cardealer-auto-compalte-default{overflow-y: auto; overflow-x: hidden; max-height: 400px; box-shadow: 0 7px 15px 0 rgba(0,0,0,0.1); position: relative; top: 10px;}
.widget_search .cardealer-auto-compalte-default ul li{background: #ffffff; padding: 10px;}
.widget_search .cardealer-auto-compalte-default ul li a{ display: block; font-size: 14px; color: #999; font-weight: normal;}
.widget_search .cardealer-auto-compalte-default ul li .search-result-image {display: table-cell; width: 40px;}
.widget_search .cardealer-auto-compalte-default ul li .search-result-name{display:table-cell; vertical-align: middle; padding-left:5px;}
.widget_search .cardealer-auto-compalte-default ul li .search-result-image + .search-result-name{padding-left:15px;}


/* Filter Sectect box */
.widget.cars_filters { background: #f5f5f5; padding: 15px; }
.widget .sort-filters .side-filter + .side-filter { margin-top: 10px; }

/* Recent posts*/
.widget_recent_entries .recent-post { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.widget_recent_entries .recent-post:last-child { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; }
.widget_recent_entries .recent-post-image { display: table-cell; padding-right: 15px; width: 70px; height: 54px; }
.widget_recent_entries .recent-post-image img { vertical-align: middle; height: inherit; }
.widget_recent_entries .recent-post-info { display: table-cell; vertical-align: top; }
.widget_recent_entries .recent-post-info a { color: #909090; font-size: 14px; vertical-align: top; display: block; }
.widget_recent_entries .recent-post-info span { color: #909090; font-size: 12px; display: table; padding-top: 5px; }
.widget_recent_entries .recent-post-info i { color: #909090; font-size: 14px; padding-right: 5px; }

/* Calendar */
.widget_calendar table td,
.widget_calendar table th { padding: 6px 0px; border: 1px solid #e3e3e3; }
.widget_calendar #wp-calendar { width: 100%;}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td { text-align: center; }
.widget_calendar #wp-calendar tfoot td { text-align: center; }
.widget_calendar #wp-calendar th { background: #eceff7; }
.widget_calendar #wp-calendar td#today { background: #db2d2e; color: #ffffff; }
.widget_calendar #wp-calendar td#today a { color: #ffffff; }

/* Archive */
.widget_archive ul li { text-align: right; }
.widget_archive ul li i { line-height: 24px; }
.widget_archive ul li:hover i { color: #db2d2e; }
.widget.widget_archive ul li:hover > a { color: #db2d2e; }
.widget_archive ul li i,
.widget_archive ul li a { float: left; }

/* Breadcrumb */
.widget_breadcrumb_navxt a { color: #999999; }
.widget_breadcrumb_navxt a:hover { color: #db2d2e; }

/* Category without dropdown */
.widget_categories ul li { text-align: right; }
.widget_categories ul li a { float: left; }

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
    top: 0;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Category */
.widget_categories .widget-menu ul li { text-align: left; }
.widget_categories .widget-menu ul li a { float: none; text-transform: capitalize; }
.widget.widget_categories ul li:hover > a { color: #db2d2e; }
.widget .widget-menu ul li i { float: left; line-height: 24px; display: none; }
.widget .widget-menu ul ul.cat-sub-menu { margin-left: 0px; margin-top: 5px; }
.widget .widget-menu ul ul.cat-sub-menu { padding-left: 18px; }

/* Inquiry */
.inquiry .radio input { width: auto; }
.inquiry .form-group label { line-height: 20px; margin: 0 0 5px; }
#recaptcha6 iframe { -webkit-transform: scale(0.86); -moz-transform: scale(0.86); transform: scale(0.86); transform-origin: top left;}

/* Tag */
.widget_tag_cloud ul li {
    display: inline-block;
    width: auto;
    border: none;
    padding: 0px;
}
.widget_tag_cloud ul li a {
    margin-right: 5px;
}
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    color: #999999;
    border: 1px solid #e3e3e3;
    background: transparent;
    padding: 2px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 13px !important;
    text-transform: capitalize;
}
.widget_tag_cloud .tagcloud a:hover {
    background: #db2d2e;
    color: #ffffff !important;
    border-color: transparent;
}

.entry-meta .entry-meta-tags a, .entry-meta .entry-meta-categories a {padding-right: 0;}
.entry-meta .entry-meta-tags i, .entry-meta .entry-meta-categories i { padding-right: 5px; }
.entry-meta .entry-meta-categories { margin-right: 10px; }
.entry-meta .entry-meta-tags { margin-right: 10px; }


/* Form */
.form-group input,
.form-group textarea,
.news-letter .form-control {
    width: 100%;
    resize: vertical;
    background: #f6f6f6;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
}
.form-group input:focus,
.news-letter input:focus,
.form-group textarea:focus {
    background: transparent;
    border: 1px solid #db2d2e;
}

/* Comments */
.widget.widget_recent_comments ul li a { margin-bottom: 5px; color: #db2d2e; }
.widget.widget_recent_comments ul li a:hover { color: #323232; }

/* Financing calculator */
.financing-calculator .button {margin-right: 5px; margin-bottom: 5px;}

/* News latter */
.sidebar-widget.mailchimp_newsletter .news-letter{position: relative;}
.sidebar-widget.mailchimp_newsletter .news-letter [class*='spinimg-form_newsletter_']{position: absolute; top: 14px; right: 10px;}
.sidebar-widget.mailchimp_newsletter .news-letter .cd-loader{position: relative; top: 0; right: 0;}
.sidebar-widget.mailchimp_newsletter .news-letter .newsletter-msg{margin-top: 10px; color: red; font-weight: 600;}

/* Page */
.widget_pages ul ul.children { margin-left: 0px; margin-top: 14px; }
.widget_pages ul ul.children li a { padding-left: 15px; }
.widget.widget_pages ul li:hover > a { color: #db2d2e; }

/* video theme options  */
.vc_video-bg,
.intro_header_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#financial_form .modal-dialog,
#financial_form_mdl .modal-dialog {
    width: 90%;
    padding: 20px 20px 20px 20px;
}
#financial_form .modal-dialog .container,
#financial_form_mdl .modal-dialog .container {
    padding-left: 0px;
    padding-right: 20px;
}

/* RSS */
.widget.widget_rss ul li { margin-bottom: 20px; padding-bottom: 0; }
.widget.widget_rss ul li a { font-weight: 600; margin-bottom: 5px; color: #db2d2e; }
.widget.widget_rss ul li .rss-date { font-weight: 600; margin-bottom: 8px; display: block; color: #323232;}

/**********************************************************************************
  shortcode CSS
***********************************************************************************/
.page-section-ptb,
.content-wrapper-vc-enabled,
.content-wrapper.blog{padding: 80px 0;}
.coming-soon.page-section-ptb{padding: 0;}

/******************************
    Box Layout Responsive
******************************/
.site-layout-boxed #page,
.site-layout-framed #page{
    background-color: #fff;
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: 0 auto;
    position: relative;
}
.site-layout-boxed .vc_row-fluid{
    width: inherit !important;
    left: inherit !important;
    right: inherit !important;
}
.site-layout-framed #page{max-width: 95% !important; margin-top: 2.5%; margin-bottom: 2.5%;}

.site-layout-boxed .vc_section .vc_row[data-vc-full-width="true"] {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 1240px !important;
    left: 0 !important;
    margin: 0 auto !important;
}

/*************************
    UL LI - List
*************************/
ul.list-none li {
    line-height: 30px;
}
ul.list {
    margin: 0;
    padding: 0;
}
ul.list li {
    list-style-type: none;
    margin: 3px 0;
}
ul.list li > i {
    margin-right: 8px;
    color: #db2d2e;
}

/*************************
  Section Title
***********************/
.section-title {
    margin-bottom: 60px;
    text-align: center;
}
.section-title .separator {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.section-title .separator + p {
    margin-top: 20px;
    line-height: 24px;
}
.section-title.text-center .separator + p {
    padding: 0 110px;
}
.section-title span {
    margin-bottom: 2px;
    display: block;
}
.section-title .separator:after {
    width: 100px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #db2d2e;
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}
.section-title .separator:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    background: #db2d2e;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 6px;
}
.vc_row:hover .section-title .separator:before {
    width: 100px;
    left: 0;
}
.vc_row:hover .section-title .separator:after {
    width: 50px;
    left: 0;
}

/* Title Align - Left */
.text-left .section-title,
.section-title.text-left {
    text-align: left;
}
.text-left .section-title .separator:before,
.section-title.text-left .separator:before,
.text-left .section-title .separator:after,
.section-title.text-left .separator:after {
    left: 0;
    margin-left: 0;
}

/* Title Align - Right */
.text-right .section-title,
.section-title.text-right {
    text-align: right;
}
.text-right .section-title .separator:before,
.section-title.text-right .separator:before,
.text-right .section-title .separator:after,
.section-title.text-right .separator:after {
    left: auto;
    right: 0;
    margin-right: 0;
}

/* Title in Dark BG */
.row-background-dark .section-title {
    color: #ffffff;
}
.row-background-dark .section-title span {
    color: #ffffff;
}
.row-background-dark .section-title h2 {
    color: #ffffff;
}
.row-background-dark .section-title p {
    color: #ffffff;
}

/*************************************
       Owl carousel
**************************************/
.owl-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: 0;
}
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    margin-top: -27px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: 0px;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-nav .owl-prev i {
    padding-left: 0px;
}
.owl-carousel .owl-nav i {
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    padding-left: 2px;
    display: inline-block;
    color: #db2d2e;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-nav i:hover {
    background: #db2d2e;
    color: #fff;
    border-color: #db2d2e;
}
.owl-carousel .owl-nav .owl-prev {
    left: 2%;
    opacity: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 2%;
    opacity: 0;
}
.owl-carousel:hover .owl-nav .owl-prev {
    left: -2%;
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
    right: -2%;
    opacity: 1;
}
.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-top: 20px;
}
.owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #a5a5a5;
    border-radius: 30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #db2d2e;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #db2d2e;
    width: 24px;
}
.row-background-dark .owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}

/*************************
     Feature
*************************/
.feature-box {
    text-align: center;
}
.feature-box i {
    background: transparent;
    width: inherit;
    height: inherit;
    line-height: 40px;
    font-size: 30px;
    display: block;
    margin-bottom: 15px;
    color: #db2d2e;
}
.feature-box p {
    padding: 0px;
}
.feature-box h6 {
    font-weight: 600;
}

/* Left Align */
.feature-box.left-align {
    text-align: left;
}
.feature-box.left-align .icon i:before {
    color: #db2d2e;
}
.feature-box.left-align.box-hover,
.feature-box.right-align.box-hover {
    padding: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.feature-box.left-align.box-hover:hover,
.feature-box.right-align.box-hover:hover {
    background: #db2d2e;
}
.feature-box.left-align.box-hover:hover .icon i:before,
.feature-box.right-align.box-hover:hover .icon i:before,
.feature-box.left-align.box-hover:hover h6,
.feature-box.right-align.box-hover:hover h6,
.feature-box.left-align.box-hover:hover .content,
.feature-box.right-align.box-hover:hover .content,
.feature-box.left-align.box-hover:hover .content p,
.feature-box.right-align.box-hover:hover .content p {
    color: #ffffff;
}

/* Right Align */
.feature-box.right-align {
    text-align: right;
}
.feature-box.right-align .icon i:before {
    color: #db2d2e;
}

/*left-icon*/
.feature-box.left-icon {
    text-align: left;
}
.feature-box.left-icon .icon {
    display: table-cell;
    padding-right: 20px;
}
.feature-box.left-icon .content {
    display: table-cell;
    vertical-align: top;
}
.feature-box.default-feature.box-hover:hover .content h6,
.feature-box.left-icon.box-hover:hover .content h6,
.feature-box.right-icon.box-hover:hover .content h6 {
    color: #db2d2e;
}

/*right-icon*/
.feature-box.right-icon {
    text-align: right;
}
.feature-box.right-icon .icon {
    float: right;
    padding-left: 20px;
}
.feature-box.right-icon .content {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

/*round-icon*/
.feature-box.round-icon {
    text-align: center;
}
.feature-box.round-icon i {
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    background: #f6f6f6;
    display: inline-block;
    border-radius: 50%;
    color: #969696;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.feature-box.feature-border.round-icon h6 {
    position: relative;
    padding-bottom: 10px;
}
.feature-box.feature-border.round-icon h6:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.feature-box.round-icon.box-hover:hover i {
    background: #db2d2e;
    color: #ffffff;
}

/*round-icon left*/
.feature-box.round-icon.left {
    text-align: left;
}
.feature-box.round-icon.left h6:before {
    left: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
.feature-box.round-icon.left .icon {
    display: table-cell;
    padding-right: 20px;
}
.feature-box.round-icon.left .icon i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
}
.feature-box.round-icon.left .content {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

/*round-icon right*/
.feature-box.round-icon.right {
    text-align: right;
}
.feature-box.round-icon.right h6:before {
    right: 0px;
    left: inherit;
}
.feature-box.round-icon.right .icon {
    float: right;
    padding-left: 20px;
}
.feature-box.round-icon.right .icon i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
}
.feature-box.round-icon.right .content {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

/*feature-box round-border */
.feature-box.round-border .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.feature-box.round-border .icon i {
    font-size: 20px;
    background: #f6f6f6;
    color: #999999;
    display: block;
    border-radius: 50%;
    margin: 9px 10px 10px 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.feature-box.round-border .content {
    display: table-cell;
    margin-top: 10px;
    vertical-align: top;
    text-align: left;
}
.feature-box.round-border .content h5 {
    margin-bottom: 0px;
    margin-top: 10px;
}
.feature-box.round-border .content h6 {
    margin-top: 10px;
}
.feature-box.round-border .content p {
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}
.feature-box.round-border.box-hover:hover .icon,
.feature-box-3.box-hover:hover .icon i {
    border-color: #db2d2e;
}
.feature-box.round-border.box-hover:hover .icon i {
    background: #db2d2e;
    color: #ffffff;
}

/*=====================
 Feature-Box Dark BG
 =====================*/

/* Top - Rounded Center */
.row-background-dark .feature-box.round-icon i {
    color: #969696;
}
.row-background-dark .feature-box.round-icon .content h6,
.row-background-dark .feature-box.round-icon .content p {
    color: #ffffff;
}

/* Defoult */
.row-background-dark .feature-box i,
.row-background-dark .feature-box .content h6,
.row-background-dark .feature-box .content p {
    color: #ffffff;
}

/* Top - Right Align */
.row-background-dark .feature-box.right-align,
.row-background-dark .feature-box.right-align i,
.row-background-dark .feature-box.left-align .icon i:before,
.row-background-dark .feature-box.right-align .icon i:before,
.row-background-dark .feature-box.right-align .content h6,
.row-background-dark .feature-box.right-align .content p {
    color: #ffffff;
}

/* Hover in Dark BG */
.row-background-dark .feature-box.round-icon.box-hover:hover i {
    background: #ffffff;
    color: #db2d2e;
}
.row-background-dark .feature-box.left-icon.box-hover:hover .content h6,
.row-background-dark .feature-box.right-icon.box-hover:hover .content h6 {
    color: #ffffff;
}
.row-background-dark .feature-box.round-border.box-hover:hover .icon i {
    background: #ffffff;
    color: #db2d2e;
}
.row-background-dark .feature-box.round-border.box-hover:hover .icon,
.feature-box-3.box-hover:hover .icon i {
    border-color: #ffffff;
}

/*========================
 Feature-Box Responsive
 ========================*/
@media (max-width: 992px) {
    .feature-car-area .feature-box.right-align {
        text-align: left;
    }
}

/*************************************
       Latest blog
**************************************/
[class*='col-'] > .blog-1, [class*='col-'] > .blog-2{
    margin-bottom: 30px;
}
.blog-1 .blog-content {
    padding-left: 30px;
}
.blog-1 .blog-content a.link {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    color: #363636;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-bottom: 20px;
}
.blog-1 .blog-content a.link:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0px;
    bottom: 0px;
}
.blog-1 .blog-content a.link:hover {
    color: #db2d2e;
}
.blog-1 .blog-content p {
    margin-top: 25px;
}
.blog-1 .blog-content a.button {
    margin-top: 20px;
    display: inline-block;
}
.our-blog-list_view > .row {
    margin: 0;
}

/* Blog-2 */
.blog-2 .blog-image {
    position: relative;
}
.blog-2.blog-no-image .blog-content {
    margin: 0px 0px 0;
}
.blog-2.blog-no-image .blog-image {
    background: #ffffff;
    margin: 0;
    min-height: inherit;
}
.blog-2.blog-no-image .blog-image .date-box {
    position: relative;
    left: auto;
    top: auto;
}
.blog-2.blog-no-image .blog-image .date-box span {
    padding-top: 15px;
    padding-bottom: 35px;
    margin-bottom: 0;
}
.blog-2.blog-no-image .blog-image + .blog-content {
    margin: -20px 10px 0;
}
.blog-2 .blog-image .date-box {
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog-2 .blog-image .date-box span {
    padding: 7px 14px;
    background: #db2d2e;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-align: center;
    text-transform: capitalize;
}
.blog-2 .blog-content {
    background: #ffffff;
    position: relative;
    margin: 0 0 0;
    -webkit-box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.1);
}
.blog-2 .blog-image + .blog-content {
    margin: -20px 10px 0;
}
.blog-2 .blog-admin-main {
    padding-left: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.blog-2 .blog-content .blog-admin {
    clear: both;
    display: inline-block;
    padding: 10px 0 4px;
}
.blog-2 .blog-content .blog-admin img {
    width: 50px;
    height: 50px;
    display: table-cell;
    float: left;
    border-radius: 50%;
    margin-bottom: 0;
}
.blog-2 .blog-content .blog-admin span {
    float: left;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 13px;
    margin-left: 15px;
}
.blog-2 .blog-content .blog-admin span a {
    color: #999999;
 }
 .blog-2 .blog-content .blog-admin span a:hover {
    color: #db2d2e;
 }
.blog-2 .blog-content .blog-meta ul li {
    display: inline-block;
    text-align: center;
    border-left: 1px solid #e3e3e3;
    padding: 11px 20px;
}
.blog-2 .blog-content .blog-meta ul li a {
    color: #db2d2e;
    cursor: pointer;
}
.blog-2 .blog-content .blog-meta ul li a:hover {
    color: #363636;
}
.blog-2 .blog-description {
    padding: 20px;
}
.blog-2 .blog-description a {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    color: #323232;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-2 .blog-description a:hover {
    color: #db2d2e;
}
.blog-2 .blog-description .separator {
    margin-bottom: 15px;
}
.blog-2 .blog-description .separator:after {
    width: 50px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #db2d2e;
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}
.blog-2 .blog-description .separator:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 30px;
    bottom: -10px;
    background: #db2d2e;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 4px;
}
.blog-2:hover .separator:before {
    width: 50px;
    left: 0;
    background: #000000;
}
.blog-2:hover .separator:after {
    width: 30px;
    left: 0;
    background: #000000;
}
.latest-blog.border .blog-2 .blog-content {
    border: 1px solid #e3e3e3;
}

/*share*/
.share {
    position: relative;
    cursor: pointer;
}
.share .blog-social {
    position: absolute;
    bottom: 5px;
    right: 0;
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    opacity: 0;
    z-index: -1;
}
.share .blog-social li a {
    padding: 4px 0;
    width: 30px;
    height: 30px;
    background: #db2d2e;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #ffffff !important;
    line-height: 24px;
    font-size: 12px;
}
.share .blog-social li a:hover {
    color: #ffffff;
    background: #363636;
}
.share:hover .blog-social {
    opacity: 1;
    bottom: 71px;
    z-index: 1;
}
.share .blog-social a:hover i {
    color: #ffffff;
}
.blog-2 .blog-content .blog-social {
    bottom: auto;
    top: 20px;
    right: 10px;
}
.blog-2 .share:hover .blog-social {
    right: 45px;
}
.blog-2 .blog-content .blog-social ul li {
    border-left: none;
    padding: 0;
    padding-left: 5px;
    display: table-cell;
}
.blog .entry-share .share .blog-social li a {
    padding: 5px 11px;
}
.blog .entry-share .share .blog-social {
    right: 5px;
    bottom: 44px;
}


.our-blog.our-blog-grid .row {
    display: flex;
    flex-wrap: wrap;
}

/*************************************
                Counter
**************************************/
.counter {
    text-align: center;
}
.counter b {
    font-size: 28px;
    display: block;
    color: #323232;
    font-weight: bold;
    margin: 10px 0px 0px;
}
.counter h6 {
    position: relative;
    padding-bottom: 10px;
    margin: 10px 0px 30px;
}
.counter h6:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.counter i {
    font-size: 32px;
    color: #db2d2e;
}
.counter.icon .content {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.counter.icon b {
    font-size: 40px;
    display: block;
    color: #db2d2e;
    font-weight: 600;
    margin: 0px 0px 10px;
}
.counter.icon h6 {
    font-weight: 500;
    font-size: 12px;
    position: relative;
    padding-bottom: 10px;
    margin: 0;
}
.counter.icon h6:before {
    display: none;
}
.counter.icon i{
    font-size: 40px;
    position: relative;
    top: 15px;
}
.counter.icon i:before {
    color: #999999;
}
.counter.icon.left .icon {
    display: table-cell;
    padding-right: 20px;
}
.counter.icon.left .icon i {
    line-height: 42px;
}
.counter.icon.right .icon {
    float: right;
    display: inline-block;
    padding-left: 20px;
}
.counter.icon.right .icon i {
    line-height: 42px;
}
.counter.icon.right .content {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: top;
}

/*left-separator */
.counter.left-separator {
    position: relative;
}
.counter.left-separator .separator:after {
    position: absolute;
    bottom: 0;
    float: left;
    height: 50px;
    display: block;
    margin: auto;
    content: "";
    width: 1px;
    background: #db2d2e;
    left: 5px;
    transition: height .8s ease, background-color .8s ease;
    -webkit-transition: height .8s ease, background-color .8s ease;
    -o-transition: height .8s ease, background-color .8s ease;
    -ms-transition: height .8s ease, background-color .8s ease;
    -moz-transition: height .8s ease, background-color .8s ease;
}
.counter.left-separator .separator:before {
    position: absolute;
    bottom: 0;
    float: left;
    content: '';
    display: block;
    margin: auto;
    width: 1px;
    height: 30px;
    background: #db2d2e;
    transition: height .8s ease, background-color .8s ease;
    -webkit-transition: height .8s ease, background-color .8s ease;
    -o-transition: height .8s ease, background-color .8s ease;
    -ms-transition: height .8s ease, background-color .8s ease;
    -moz-transition: height .8s ease, background-color .8s ease;
    margin-right: 10px;
}
.counter.left-separator .info {
    margin-left: 30px;
    display: block;
    text-align: left;
}
.counter.left-separator .info i {
    font-size: 34px;
    color: #db2d2e;
    display: inline-block;
    margin-right: 10px;
}
.counter.left-separator .info b {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0px;
}
.counter.left-separator h6 {
    margin: 0px;
}
.counter.left-separator h6:before {
    display: none;
}

/* Lines */
.box-border .vc_row-fluid > [class*='vc_col-'] {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    text-align: center;
}
.box-border .vc_row-fluid > [class*='vc_col-'] > [class*='vc_column-'] {
    padding: 20px 30px;
}
.box-border .vc_row-fluid > [class*='vc_col-']:first-child {
    border-left: none;
}
.box-border .vc_row-fluid:first-child > [class*='vc_col-'],
.box-border .cd-space + .vc_row-fluid > [class*='vc_col-'] {
    border-top: none;
}

/* Counter in Dark BG */
.row-background-dark .counter i,
.row-background-dark .counter.icon i:before,
.row-background-dark .counter.left-separator .info i,
.row-background-dark .counter h6,
.row-background-dark .counter .info b,
.row-background-dark .counter .content b {
    color: #ffffff;
}
.row-background-dark .counter h6:before,
.row-background-dark .counter.left-separator .separator:before,
.row-background-dark .counter.left-separator .separator:after {
    background: #ffffff;
}

/*************************************
          Testimonial
**************************************/
.testimonial-1 .testimonial-block .testimonial-avtar {
    margin-top: -65px;
    position: relative;
    z-index: 1;
}
.testimonial-1 .testimonial-block .testimonial-avtar img {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 4px solid #ffffff;
    border-radius: 50%;
}
.testimonial-1 .testimonial-block .testimonial-avtar h6 {
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    color: #db2d2e;
    margin-bottom: 0px;
}
.testimonial-1 .testimonial-block .testimonial-box {
    background: #f6f6f6;
    padding: 20px;
}
.testimonial-1 .testimonial-block .testimonial-content {
    margin-top: 20px;
}
.testimonial-1 .testimonial-block .testimonial-content i {
    font-size: 28px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.testimonial-1 .testimonial-block .testimonial-image {
    overflow: hidden;
}
.testimonial-1 .testimonial-block .testimonial-image img {
    position: relative;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}
.testimonial-1 .testimonial-block:hover .testimonial-image img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testimonial-1 .testimonial-block:hover .testimonial-content i {
    color: #db2d2e;
}

/*testimonial-2*/
.testimonial-2 .testimonial-center {
    width: 60%;
    margin: 0 auto;
}
.testimonial-2 .item {
  text-align: left;
 }
.testimonial-2 .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-2 .owl-carousel .owl-item {
    opacity: 0.2;
}
.testimonial-2 .owl-carousel .owl-item.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    cursor: move;
}
.testimonial-2 .testimonial-content {
    background: #db2d2e;
    padding: 40px 30px;
    position: relative;
}
.testimonial-2 .testimonial-content:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    border-width: 20px 20px 0 0;
    border-color: #db2d2e transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}
.testimonial-2 .testimonial-content i {
    display: table-cell;
    color: #ffffff;
    font-size: 50px;
    padding-right: 20px;
}
.testimonial-2 .testimonial-content p {
    display: table-cell;
    color: #ffffff;
    vertical-align: top;
}
.testimonial-2 .testimonial-info {
    margin-top: 50px;
}
.testimonial-2 .testimonial-info .testimonial-avatar {
    display: table-cell;
    padding-right: 20px;
}
.testimonial-2 .testimonial-info .testimonial-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #db2d2e;
}
.testimonial-2 .testimonial-info .testimonial-name {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.testimonial-2 .testimonial-info .testimonial-name h6 {
    display: inline-block;
}

/* Testimonial-3 */
.testimonial-3 .testimonial-content {
    background: #db2d2e;
    padding: 30px;
    position: relative;
}
.testimonial-3 .testimonial-content:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    border-width: 20px 20px 0 0;
    border-color: #db2d2e transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}
.testimonial-3 .testimonial-content p i {
    display: table-cell;
    padding: 0 15px;
    color: #ffffff;
    font-size: 24px;
}
.testimonial-3 .testimonial-content span {
    font-style: italic;
    display: table-cell;
    color: #ffffff;
}

.testimonial-3 .item {
  text-align: left;
 }
.testimonial-3 .testimonial-info {
    margin-top: 50px;
}
.testimonial-3 .testimonial-info h6 {
    margin-bottom: 0px;
}

/* Testimonial-4 */
.testimonial-4 .testimonial-block i {
    font-size: 36px;
    color: #db2d2e;
    display: block;
    margin-bottom: 20px;
}
.testimonial-4 .testimonial-block p {
    padding: 0px 100px;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}
.row-background-dark .testimonial-4 .testimonial-block p {
    color: #ffffff;
}
.row-background-dark .testimonial-1 .testimonial-info .testimonial-name span,
.row-background-dark .testimonial-2 .testimonial-info .testimonial-name span,
.row-background-dark .testimonial-3 .testimonial-info .testimonial-name span,
.row-background-dark .testimonial-4 .testimonial-info .testimonial-name span {
    color: #ffffff;
}

/*************************************
        Quick Links
**************************************/
.q-link-full .wpb_wrapper { display: table; width: 100%; }
.q-link {
    background: #ffffff;
    min-width: 190px;
    padding: 30px 15px;
    border: 1px solid #f6f6f6;
    margin-right: -1px;
    display: table-cell;
    border-top: 0px;
    text-align: center;
    cursor: pointer;
}
.q-link:hover {
    background: #ffffff;
}
.q-link i {
    margin-bottom: 40px;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #323232;
    border: 1px solid #f6f6f6;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.q-link h6 {
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.q-link.box-hover:hover {background: #db2d2e; padding-bottom: 30px; }
.q-link.box-hover:hover i{color: #ffffff;}
.q-link.box-hover:hover h6{color: #ffffff;}

/*************************************
          Play video
**************************************/
.play-video .play-video-bg { padding: 100px 0 300px; position: relative; }
.play-video .play-video-bg h3 { line-height: 40px; margin-bottom: 0px; }
.play-video .video-info { position: relative; z-index: 1; }
.play-video.top .video-info { margin-top: -200px; }
.play-video .video-info img { margin-bottom: 0; }
.play-video .video-info a {
    width: 90px;
    height: 90px;
    padding: 8px;
    background: transparent;
    border: 2px solid #ffffff;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 9999;
    font-size: 20px;
}
.play-video .video-info a i {
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ffffff;
    color: #db2d2e;
    border-radius: 50%;
    padding-left: 4px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.play-video .video-info a:hover i {
    background: #323232;
    color: #ffffff;
}
.play-video .video-info:before {
    background: rgba(219, 45, 46, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/*************************************
         News letter
**************************************/
.news-letter-main { padding: 50px 0px; }
.news-letter-main .news-letter-form {position: relative; margin-top: 6px;}
.news-letter-main .news-letter-form input { background: #ffffff; display: inline-block; height: 48px; border: 1px solid #ffffff;}
.news-letter-main .news-letter-form input:focus { border-color: #db2d2e;}
.news-letter-main .news-letter-form a.button.red { padding: 13px 20px; float: right;}
.news-letter-main .news-letter-form a.button.red:before { background: #323232; color: #ffffff; }
.news-letter-main .news-letter-form a.button.red:focus, .news-letter-main .news-letter-form a.button.red:hover { color: #ffffff;}
.news-letter-main h4 { margin-bottom: 5px; margin-top: 6px; color: #db2d2e;}

.news-letter-main .news-letter-form .cd-loader{right: 115px; top: 14px;}

.news-letter-main .newsletter-msg {
    color: #fff;
    padding: 5px 10px;
    background: #db2d2e;
    position: absolute;
    left: 20px;
    top: 43px;
}
.news-letter-main .newsletter-msg:before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #db2d2e;
    border-width: 8px;
    margin-left: 0;
}

.newsletter-color-dark .text-white {
    color: #999999;
}

 .news-letter-main.newsletter-color-dark .news-letter-form input {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}

/*************************************
         Our History
**************************************/
ul.timeline {
    list-style: none;
    padding: 20px 0 20px;
    margin: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #dedede;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li { margin-bottom: 100px; position: relative; }
.timeline > li:last-child { margin-bottom: 20px; }
.timeline > li:before, .timeline > li:after { content: " "; display: table; }
.timeline > li:after { clear: both; }
.timeline > li:before, .timeline > li:after { content: " "; display: table; }
.timeline > li:after { clear: both; }
.timeline .timeline-body p { line-height: 24px; }

.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted { margin-top: -60px;}
.timeline > li:not(.timeline-inverted) { padding-right: 90px;}
.timeline > li.timeline-inverted { padding-left: 90px;}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline > li > .timeline-badge h4 {
    line-height: 50px;
    color: #323232;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline .timeline-heading h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline .timeline-heading h5:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.timeline > li.timeline-inverted > .timeline-panel { float: right; }
.timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; }
.timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
.timeline > li:hover > .timeline-badge { background-color: #db2d2e; }
.timeline > li:hover > .timeline-panel { background: #db2d2e; color: #ffffff; border-color: transparent; }
.timeline > li:hover > .timeline-panel:after { border-left-color: #db2d2e; }
.timeline > li.timeline-inverted:hover > .timeline-panel:after { border-right-color: #db2d2e; }
.timeline > li:hover > .timeline-panel h5, .timeline > li:hover > .timeline-badge h4 { color: #ffffff; }
.timeline > li:hover > .timeline-panel h5:before { background: #ffffff; }

/*************************************
           Team
************************************/
.team {
    overflow: hidden;
    background: #f6f6f6;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.team .team-image {
    overflow: hidden;
    position: relative;
}
.team .team-image img {
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.team:hover .team-image img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team .team-name {
    padding: 20px;
    position: relative;
    z-index: 4;
}
.team .team-name .cat {
    font-style: italic;
    color: #ffffff;
}
.team .team-name h5,
.team .team-name span {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team .team-social {
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.team .team-social ul{
    padding: 0;
    margin: 0;
}
.team .team-social a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 1px;
    text-align: center;
    width: 40px;
    color: #db2d2e;
    background: #ffffff;
    display: inline-block;
    transform: translate(0px, 40px);
    -webkit-transform: translate(0px, 40px);
    -o-transform: translate(0px, 40px);
    -moz-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    border-radius: 50%;
}
.team .team-social li a:hover {
    background: #db2d2e;
    color: #ffffff;
}
.team .team-social ul li {
    display: inline-block;
}
.team .team-social ul li a.icon-1 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, 40px);
}
.team .team-social ul li a.icon-2 {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: translate(0px, 40px);
}
.team .team-social ul li a.icon-3 {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: translate(0px, 40px);
}
.team .team-social ul li a.icon-4 {
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    transform: translate(0px, 40px);
}
.team:hover .team-social ul li a.icon-1 {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
}
.team:hover .team-social ul li a.icon-2 {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
}
.team:hover .team-social ul li a.icon-3 {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
}
.team:hover .team-social ul li a.icon-4 {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
}
.team:hover {
    background: #db2d2e;
}
.team:hover .text-black {
    color: #ffffff;
}

/* Team 2 */
.team-2 .team-info {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
}
.team-2 .team-image img {
    width: 100%;
    margin-bottom: 0;
}
.team-2 .team-social {
    margin-top: 20px;
}
.team-2 .team-social ul {
    padding: 0;
    margin: 0;
}
.team-2 .team-social ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-2 .team-social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: #db2d2e;
}
.team-2 .team-social ul li a:hover {
    background: #323232;
}

/*************************************
        Accordion
**************************************/
.accordion .accordion-title {font-size: 14px; color: #000;}
.accordion .accordion-title a {
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    display: block;
    position: relative;
    color: #363636;
    text-decoration: none;
    padding: 11px 60px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion .accordion-title a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #db2d2e;
}
.accordion .accordion-title a.active {
    color: #fff;
    background-color: #db2d2e;
    cursor: default;
    border-color: #e3e3e3;
    border-color: #db2d2e;
    border-top: 0px;
}
.accordion .accordion-title a:after {
    content: "\f078";
    width: 20px;
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #626262;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion .accordion-title a.active:after,
.accordion .accordion-title a.active:hover:after { content: "\f077"; color: #fff; }
.accordion .accordion-title a.active:hover { color: #ffffff; }
.accordion .accordion-title a:hover:after { color: #db2d2e; }
.accordion-content { padding: 25px; border: 1px solid #e3e3e3;}

/* Accordion With Multi-Tab*/
#tabs, .cardealer-tabs { margin: 0; padding: 0; }
#tabs .tabs, .cardealer-tabs .tabs { position: relative; margin: 0; }
#tabs ul.tabs , .cardealer-tabs ul.tabs { padding-left: 0;}
#tabs .tabs li, .cardealer-tabs .tabs li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    line-height: 25px;
    padding: 10px 10px;
    color: #363636;
    overflow: hidden;
    background: transparent;
    margin-bottom: 0px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
#tabs .tabcontent, .cardealer-tabs .cardealer-tabcontent {
    overflow: hidden;
    opacity: 1 !important;
}
#tabs ul.tabs li.active,
#tabs ul.tabs li.active:focus,
#tabs ul.tabs li:hover,
.cardealer-tabs ul.tabs li.active,
.cardealer-tabs ul.tabs li.active:focus,
.cardealer-tabs ul.tabs li:hover {
    border-bottom: 3px solid #db2d2e;
    color: #db2d2e;
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -o-animation-name: pulse;
    -ms-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
}
@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.tabcontent, .cardealer-tabcontent {
    margin-bottom: 20px;
    margin-top: 20px;
}

.cardealer-tabs .cardealer-tabcontent .row {
    display: flex;
    flex-wrap: wrap;
}

/**************************
FAQ Pages
**************************/
.faqs-wrapper .tabcontent { margin-top: 0; }
.faqs-wrapper .tabs_wrapper .tabs { margin-bottom: 25px; }
.faqs-wrapper .accordion-title a { margin-top: 15px; }

/*social*/
.social-shortcode .social a { margin-bottom: 10px; display: inline-block; }
.social ul { width: 100%; display: table; }
.social ul li { display: table-cell; background: transparent; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.social ul li a { line-height: 60px; width: 100%; padding: 0px 20px; display: block; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.social ul li a i { font-size: 30px; vertical-align: middle; color: rgba(255, 255, 255, 0.4); float: right; line-height: 60px; }
.social ul li:hover a.facebook { background: #3a5897; }
.social ul li:hover a.twitter { background: #41d1da; }
.social ul li:hover a.pinterest { background: #c3222b; }
.social ul li:hover a.dribbble { background: #dd4b80; }
.social ul li:hover a.linkedin { background: #db2d2e; }
.social ul li:hover a.behance { background: #005cff; }

/*************************
        call-to-action
***********************/
.call-to-action { background: #f6f6f6; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 1; overflow: hidden }
.call-to-action .action-info { position: relative; z-index: 9; }
.call-to-action i { font-size: 48px; line-height: 100px; color: #db2d2e; width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.call-to-action h5 { text-transform: uppercase; padding: 0 0 10px; transition: all 0.3s ease-out 0s; margin-top: 0; }
.call-to-action p { font-weight: 400; padding: 15px 20px; transition: all 0.3s ease-out 0s; }
.call-to-action a { font-size: 14px; font-weight: 100; color: #808080; margin: 25px 0 15px; display: block; position: relative; z-index: 3; line-height: 14px; }
.call-to-action .action-img { bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; z-index: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 0; background-size: cover; background-position: center center; }
.call-to-action .border { position: absolute; background: #db2d2e; height: 0px; bottom: 0; left: 0; z-index: 2; width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.call-to-action:hover .action-img,
.call-to-action.active .action-img {opacity: 1;}

.call-to-action:hover .border,
.call-to-action.active .border {height: 45px;}

.call-to-action:hover i,
.call-to-action.active i {color: #fff;}

.call-to-action:hover h5,
.call-to-action.active h5,
.call-to-action:hover p,
.call-to-action.active p {color: #fff;}

.call-to-action:hover a,
.call-to-action.active a {color: #fff;}

.call-to-action:hover:before,
.call-to-action.active:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*************************************
          Opening Hours
**************************************/
.opening-hours { padding: 25px; background: #f6f6f6; }
.opening-hours h6 { position: relative; padding-bottom: 10px; margin-bottom: 15px; }
.opening-hours h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }
.opening-hours ul { padding: 0; margin: 0; }
.opening-hours ul li {display: flex; list-style-type: none; margin: 3px 0; }
.opening-hours strong { width: 100px; display: inline-block; flex: none; color: #363636; margin-right: 10px;}

/*************************************
          Contact Form 7
**************************************/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea { background: #f6f6f6; border: 1px solid transparent; resize: vertical; margin-bottom: 15px !important; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; width: 100%; padding: 12px 18px; color: #626262; }

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {background: transparent; border-color: #db2d2e; outline: none !important;}

.wpcf7-form .form-group { margin-left: 0 !important; margin-right: 0 !important; }
.wpcf7-form input[type="submit"] { width: 100%; border: none; }

/* Form Validation */
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {background: rgba(248, 89, 89, 0.1); border: 1px solid rgba(248, 89, 89, 0.5); color: #db2d2e !important;}

.wpcf7-form .wpcf7-not-valid-tip { display: none; }
div.wpcf7 .ajax-loader { position: absolute; bottom: 0; left: 50%; margin-left: -8px; }
div.wpcf7 .ajax-loader.is-active { position: relative; }
div.wpcf7-response-output { margin: 0.5em 0 0; padding: 0.5em 1.2em; }

/*************************************
           Social Icons
************************************/
.social.style-1 a i {
    font-size: 14px;
    color: #858585;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    float: none;
    margin-right: 5px;
}
.social.style-1 a:hover i { color: #db2d2e; }

/* Dark BG */
.row-background-dark .social.style-1 a i { color: #ffffff; }
.row-background-dark .social.style-1 a:hover i { color: #db2d2e; }

/*******************
  Style-2
*******************/
.social.style-2 a i {
    font-size: 14px;
    color: #909090;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #f6f6f6;
    display: inline-block;
    float: none;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.social.style-2 a:hover i {background: #db2d2e; color: #ffffff;}

/*******************
  Style-3
*******************/
.social.style-3 a i {
    font-size: 14px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background: #db2d2e;
    display: inline-block;
    float: none;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.social.style-3 a:hover i {background: #323232; color: #ffffff;}

/*************************************
          Car item
**************************************/
.feature-car.new-arrival .car-item { margin-bottom: 30px; }
.car-item { position: relative; overflow: hidden; background: #ffffff; min-height: 336px; }
[class*='col-'] > .car-item {    /*margin-bottom: 30px;*/ display: inline-block; }
.car-item .car-list ul { padding-left: 0; margin-left: 0; }
.owl-item .car-item { min-height: inherit; }
.isotope .grid-item .car-item { margin-bottom: 20px; }
.car-item.grey-bg { background: #f6f6f6; }
.car-item .car-content { padding: 20px; }
.car-item .car-content a { font-size: 16px; font-weight: 600; color: #db2d2e; margin-bottom: 10px; display: block; }
/*.car-item.car-item-2 .car-content a { padding-left: 10px; padding-right: 10px; }*/
.car-item .car-content a:hover { color: #363636; }
.car-item .price span.new-price { color: #363636; font-weight: 700; font-size: 16px; }
.car-item .price span.old-price { text-decoration: line-through; padding-right: 5px; font-size: 13px; font-weight: 400; }
.car-item .separator { margin-bottom: 15px; }

.car-item .separator:after {
    width: 50px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #000000;
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}
.car-item .separator:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 30px;
    bottom: -10px;
    background: #000000;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 4px;
}

.car-item:hover .separator:before { width: 50px; left: 0; background: #db2d2e; }
.car-item:hover .separator:after { width: 30px; left: 0; background: #db2d2e; }

.car-item .car-list {
    background: #ffffff;
    color: #363636;
    overflow: hidden;
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 9;
    text-align: center;
    border-color: #dddddd;
}
.car-item.white-bg .car-list { border-color: #ffffff; }
.car-item.grey-bg .car-list { border-color: #f6f6f6; }
.car-item .car-list li { line-height: 38px; color: #999999; padding: 0 8px;}
.car-item .car-list li i { padding-right: 6px; }
.car-item:hover .car-list { height: 40px; border-bottom: 1px solid #f5f5f5; }
.car-item .label { position: absolute; top: 0; left: 8px; top: 8px; background: #62e006; font-size: 11px !important; color: #ffffff; font-weight: 600; padding: 8px 10px; z-index: 5; text-transform: uppercase; }
.car-item .label.used { background: #ef1313; }
.car-item .label.new { background: #10bf9c; }
.car-item .label.certified { background: #00abff; }
.car-item .sold, .car-price .sold { background: url(../images/sold-img.png) no-repeat 0 0; width: 88px; height: 58px; padding: 0; position: absolute; top: auto; left: auto; bottom: 10px; right: 0; font-size: 0 !important; z-index:5; }
.car-price .sold { background-color: rgba(255, 255, 255, 0.8); min-width: 160px; min-height: 80px; background-position: center center; top: 0; left: auto; right: 15px; }
.owl-item .car-price .sold { background-color: inherit; }
.car-item .car-image { position: relative; overflow: hidden; display: inline-block; width: 100%; }
/*.car-item .car-image img { max-width: 100%; height: auto;  }*/
.owl-carousel .owl-item .car-item .car-image img { width: 100%; }
.car-item .car-overlay-banner { background: rgba(219, 45, 46, 0.7); position: absolute; top: -100%; height: 100%; width: 100%; opacity: 0; transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; z-index: 9; }
.car-item .car-overlay-banner ul { left: 0; position: absolute; right: 0; top: 40%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; padding: 0; margin: 0; }
.car-item .car-overlay-banner ul li { display: inline-block; margin: 0 3px; }
.car-item .car-overlay-banner ul li a { background: transparent; border: 2px solid #ffffff; color: #ffffff; width: 36px; height: 36px; line-height: 32px; text-align: center; display: inline-block; border-radius: 50%; }
.car-item .car-overlay-banner ul li a:hover { background: #ffffff; color: #db2d2e; }
.car-item:hover .car-overlay-banner { opacity: 1; top: 0; }



.pgs_cars_carousel-items .item.col-sm-6:nth-child(2n+3), .pgs_cars_carousel-items .item.col-sm-4:nth-child(3n+7), .pgs_cars_carousel-items .item.col-sm-3:nth-child(4n+5) { clear: both; }
.item { text-align: center; }


/*car-item-2*/
.car-item-2 { padding-bottom: 35px;  }
.car-item-2 .car-overlay-banner ul { top: 50%; }
.car-item-2 .car-list { position: relative; bottom: 0; height: auto; border: none; border-bottom: 1px solid #f1f1f1; }
.car-item-2:hover .car-list { height: auto; border-bottom-color: #f1f1f1; }
.car-item-2 .car-content { padding: 0; padding-top: 20px; margin-bottom: 10px; }
.car-item-2 .price { background: #db2d2e; padding: 5px 0; margin-top: 20px; }
.car-item-2 .price span { color: #ffffff; }
.car-item-2 .price span.old-price { color: rgba(255, 255, 255, 0.8); }
.car-item.car-item-2 .price span.new-price { color: #ffffff; }
.car-item-2 .price { position: absolute; bottom: 0; left: 0; width: 100%; }

[class*='col-'] > .car-item-2 { margin-bottom: 30px; display: inline-block; }


/*************************************
          Products - Left Tab
**************************************/
.tab-vertical.tabs-left .left-tabs-block { width: 22%; margin-right: 3%; float: left; }
.tab-vertical.tabs-left .nav-tabs { float: none; width: 100%; border: none; }
.tab-vertical.tabs-left .nav-tabs > li { border-bottom: 1px solid #e8e8e8; padding: 13px 0; display: inline-block; width: 100%; }
.tab-vertical.tabs-left .nav-tabs > li:first-child { border-top: 1px solid #e8e8e8; }
.entry-content .tab-vertical.tabs-left ul { padding-left: 0; margin-left: 0; }
.tab-vertical.tabs-left .nav-tabs > li > a { border: none; border-left: 3px solid #dddddd; margin: 0; padding: 5px 15px; border-radius: 0; text-transform: uppercase; color: #323232; background: none; background: none; position: relative; }
.tab-vertical.tabs-left .nav-tabs > li > a:hover,
.tab-vertical.tabs-left .nav-tabs > li.active > a { color: #db2d2e; border-left-color: #db2d2e; }
.tab-vertical.tabs-left .nav-tabs > li > a:before { content: "\f105"; font-family: "Font Awesome 5 Free"; font-size: 18px; color: #cccccc; position: absolute; top: 5px; right: 0; font-weight: 900; }
.tab-vertical.tabs-left .nav-tabs > li.active > a:before { color: #db2d2e; }
.tab-vertical.tabs-left .tab-content { width: 75%; float: left; }
.tab-vertical.tabs-left .tab-content .tab-pane .grid-item { width: 32%; float: left; background: #ffffff; margin-right: 2%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); margin-bottom: 35px; }
.tab-vertical.tabs-left .tab-content .tab-pane .grid-item:nth-child(3n) { margin-right: 0; }
.tab-vertical.tabs-left .car-item .car-image > img { margin-bottom: 0; }
.left-tabs-block .ads-img { margin: 30px 0px; }

/* Left Tab - Dark BG */
.row-background-dark .tab-vertical.tabs-left .nav-tabs > li:first-child { border-top-color: rgba(255, 255, 255, 0.4); }
.row-background-dark .tab-vertical.tabs-left .nav-tabs > li { border-bottom-color: rgba(255, 255, 255, 0.4); }
.row-background-dark .tab-vertical.tabs-left .nav-tabs > li > a { color: #FFFFFF; border-left-color: #ffffff; }
.row-background-dark .tab-vertical.tabs-left .nav-tabs > li > a:before { color: #FFFFFF; }
.row-background-dark .tab-vertical.tabs-left .nav-tabs > li > a:hover, .row-background-dark .tab-vertical.tabs-left .nav-tabs > li.active > a { color: #db2d2e; border-left-color: #db2d2e; }
.row-background-dark .tab-vertical.tabs-left .nav-tabs > li.active > a:before { color: #db2d2e; }
.tab-vertical.tabs-left .tab-content .tab-pane .grid-item.no-data { box-shadow: none; width: 100%; text-align: center; }

/*********************************
      Our Clients
*********************************/
.our-clients .owl-carousel .owl-item { text-align: center; }
.our-clients .owl-carousel .owl-item img { display: inline; }

/*********************************
     Potenza Icon
*********************************/
.potenza-icon.icon-left { text-align: left; }
.potenza-icon.icon-center { text-align: center; }
.potenza-icon.icon-right { text-align: right; }

/********************************
     Promo Code
********************************/
.promocode-box h4 { margin-bottom: 20px; }
.promocode-box .form-inline .form-group { display: inline-block; margin-bottom: 0; position: relative;}
.promocode-box .form-group .form-control { height: 40px; margin-bottom: 0; background: #ffffff; }
.promocode-box .promocode-btn { vertical-align: top; padding: 9px 20px; }
.promocode-box .promocode-msg { color: #db2d2e; margin-top: 7px; }

.promocode-box .form-inline .form-group .cd-loader{right: 10px; top: 10px;}

.promocode-box.promocode-color-dark .form-group .form-control { background: #f6f6f6; }

/* Promocode in Topbar */
.topbar .top-promocode-box .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
.topbar .top-promocode-box .form-control { background: none; border: 1px solid #dddddd; color: #ffffff; display: inline-block; margin-bottom: 0; padding: 3px 8px; vertical-align: middle; width: auto; }
.topbar .top-promocode-box .form-control:focus { color: #ffffff; }
.topbar .top-promocode-box .form-control::-moz-placeholder { color: #ffffff; }
.topbar .top-promocode-box button { margin: 0; padding: 0px 10px; line-height: 25px; background: none; border: 1px solid #dddddd; }
.topbar .top-promocode-box .button:before { background: #db2d2e; }
.topbar .top-promocode-box .promocode-form { position: relative; }
.topbar .top-promocode-box .promocode-msg{color: #fff; padding: 2px 10px; background: #db2d2e; position: absolute; left: 0px; top: 30px;}
.topbar .top-promocode-box .promocode-msg:before { bottom: 100%; left: 10px; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #db2d2e; border-width: 8px; margin-left: 0; }
.topbar .top-promocode-box .spinimg i { padding: 0; margin-left: 5px; }
.topbar .top-promocode-box .spinimg .cd-loader {top: 3px; right: 48px;}


/********************************
  General
********************************/

/*  Text Color */
.text-red { color: #db2d2e; }
.text-white { color: #ffffff; }
.text-black { color: #323232; }
.text-gray { color: #626262; }

/*  Title - 2  */
.title-underline { display: block; margin-bottom: 30px; padding-bottom: 10px; position: relative; }
.title-underline:before { background: #db2d2e; content: ""; bottom: 0; height: 2px; left: 0; position: absolute; width: 20px; }
.themebg-3box .button.black:before { background: #ffffff; }
.themebg-3box .button.theme-color:hover,
.themebg-3box .button.theme-color:focus { color: #323232; }


/******************************
  Form
******************************/
.form-control { border-radius: 0; box-shadow: none; height: auto; line-height: 1.33333; padding: 12px 18px; background: transparent; color: #626262; }
.form-control:focus { box-shadow: none; border: 1px solid #db2d2e; }
.form-control.input-lg { resize: none; font-size: .9em }
.form-control.rounded { border-radius: 0px; }
.form-control, .input-group-addon { border: 1px solid #e3e3e3; }
.form-group label { color: #444; display: inline-block; margin-top: 8px; margin-bottom: 4px; text-transform: uppercase; font-size: 13px; }
.form-inline button { margin: 0px; }
.form-group > label { display: block; }
.form-control::-moz-placeholder { color: #626262; }
.form-control::-ms-input-placeholder { color: #626262; }
.form-control::-webkit-input-placeholder { color: #626262; }
select { color: #777; cursor: pointer; display: block; line-height: 14px; max-width: 100%; min-width: 100%; padding: 14px; }
.modal .modal-content select { padding: 10px 14px; padding-bottom: 9px; }
.modal .gray-form .form-group input:focus { background: rgba(246, 246, 246, 0.5); }

.modal-body .form-group{display: inline-block; width: 100%;}
.modal-body .form-group .button{float: left;}
.modal-body .form-group .cd-loader{position: relative; right: inherit; top: 12px; left: 10px; float: left; margin-left: 0px;}
.modal-body .form-group .alert{display: inline-block; width: 100%; margin-top: 10px;}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {border-color: #e3e3e3; padding: 12px 20px;}

.select-hidden { display: none; visibility: hidden; padding-right: 10px; }
.select { cursor: pointer; display: inline-block; position: relative; font-size: 14px; color: #999999; width: 100%; height: 40px; }
.select-styled { text-align: left; font-size: 14px; color: #323232; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #e3e3e3; background-color: #fff; padding: 8px 15px; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.select-styled:after { content: ""; width: 0; height: 0; border: 7px solid transparent; border-color: #e3e3e3 transparent transparent transparent; position: absolute; top: 18px; right: 10px; }
.select-styled:active:after, .select-styled.active:after { top: 10px; border-color: transparent transparent #e3e3e3 transparent; }
.select-options { text-align: left; display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 99; margin: 0; padding: 0; list-style: none; background-color: #fff; border: 1px solid #e3e3e3; border-top: 0px; }
.select-options li { list-style: none; font-size: 14px; padding-left: 15px; color: #323232; }
.finance-form-block .join-inout { margin-right: 8px; margin-top: 2px; width: 20px; height: 20px; display: inline-block; vertical-align: top; }

/****************************
    GEO - Top bar
****************************/
.geo-bar { padding: 8px 0px; background-color: #98d803; background-image: url(../images/geo-pattern.png); background-repeat: no-repeat; background-position: center center; }
.geo-bar .geo-closed { color: #fff; font-size: 30px; height: 30px; line-height: 27px; position: absolute; right: 15px; text-align: center; top: 5px; width: 30px; cursor: pointer; }
.geo-bar .geo-content { color: #ffffff; font-weight: 600; }
.geo-bar .geo-content a { border: none; background: none; padding: 0; color: #ffffff; display: inline-block; font-size: 16px; font-weight: 800; margin: 0 5px; }
.geo-bar .geo-content a:hover { text-decoration: overline; }



/* Blog Search */
.blog #search-2 .cardealer-auto-compalte-default {
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    z-index: 99;
}
.blog #search-2 .cardealer-auto-compalte-default li { display: block; width: auto; padding: 0; margin-left: 15px; margin-top: 10px; }
.blog #search-2 .cardealer-auto-compalte-default li:last-child { padding-bottom: 10px; }
.blog #search-2 .cardealer-auto-compalte-default li .search-result-image { display: table-cell; width: 36px !important; float: none; }
.blog #search-2 .cardealer-auto-compalte-default li .search-result-name { display: table-cell; vertical-align: middle; padding-left: 16px; }
.blog #search-2 .cardealer-auto-compalte-default li .search-result-name.no-image { padding-left: 0; }
.blog #search-2 .cardealer-auto-compalte-default li .search-result-name a { color: #999; font-size: 13px; line-height: 18px; }
.blog #search-2 .cardealer-auto-compalte-default li .search-result-name a:hover { color: #db2d2e; }

/*************************
      Back to top
*************************/
.car-top {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 30px;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
}
.car-top.show {
    bottom: 5% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}
.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}
.car-top.car-down {
    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}
.car-top:before,
.car-top:after {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}
.car-top:hover:before,
.car-top:hover:after,
.car-top.car-run:before,
.car-top.car-run:after {
    opacity: 1;
}
.car-top.default:before,
.car-top.default.car-run:before {
    top: -1px;
    left: 0px;
    width: 85px;
    height: 89px;
    background: url(../images/car-focus.png) no-repeat 0 0;
}

/*************************************
        Footer
**************************************/
#footer > .container > .row { padding: 60px 0; }
#footer > .container > .row ~ .row { padding: 0; }
footer .social-full { border-top: 1px solid rgba(0, 0, 0, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.06);}

/* Footer Setting */
.footer .news-letter .form-control { }
.footer_opacity-custom { position: relative; z-index: 1; }
.footer_opacity-custom:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; }
.footer_opacity-black { position: relative; z-index: 1; }
.footer_opacity-black:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; background-color: rgba(0, 0, 0, 0.7); }
.footer_opacity-white { position: relative; z-index: 1; }
.footer_opacity-white:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; background-color: rgba(255, 255, 255, 0.7); }
#footer .widget_recent_entries { margin-bottom: 0; }
#footer .copyright-block { padding: 30px 0 20px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer-navigation .widget { margin-bottom: 0; }
.footer-navigation .widget ul li { display: inline-block; border: none; padding: 0; }
.footer-navigation .widget ul li a { padding: 0 3px; }

/* Footer Box 2*/
footer .footer-box { background: rgba(255, 255, 255, 0.08); clear: both; padding: 30px; margin-bottom: 25px; }
footer .footer-box .box-content { display: table-cell; vertical-align: top; }
footer .footer-box .box-link { display: table-cell; padding-left: 20px; vertical-align: middle; }
footer .footer-box .button { margin-bottom: 0; white-space: nowrap; }
.footer h6 { position: relative; padding-bottom: 10px; margin-bottom: 26px; font-weight: normal !important; }
.footer h6:before { position: absolute; content: ""; width: 20px; height: 2px; background: #db2d2e; left: 0; bottom: 0px; }

/* Address */
.about-content img { height: 40px; margin-bottom: 30px; }
.address { margin-top: 20px; }
.address ul li { display: block; color: #909090; padding-bottom: 15px; }
.address ul li:last-child { padding-bottom: 0px; }
.address ul li i { display: table-cell; width: 20px; text-align: center; padding-right: 10px; }
.address ul li span { display: table-cell; }

/* Usefull Link*/
.usefull-link ul li { display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.11); padding: 10px 0px; }
.usefull-link ul li:last-child { border-bottom: 0px; }
.usefull-link ul li a i { padding-right: 10px; }
.usefull-link ul li a { color: #909090; }
.usefull-link ul li a:hover { color: #db2d2e; }

/* News Letter*/
.footer .news-letter{position: relative;}
.footer .news-letter [class*='spinimg-form_newsletter_']{position: absolute; top: 12px; right: 12px;}
.footer .news-letter .cd-loader{position: absolute; top: 0; right: 0;}

.footer .news-letter a.button.red { padding: 7px 20px; margin-top: 0px; }
.footer .news-letter .form-control { border-color: rgba(255, 255, 255, 0.11); }
.footer .news-letter .form-control:focus { border-color: #db2d2e; }
.footer .news-letter .newsletter-msg{margin-top: 10px; color: red; font-weight: 600;}
.footer hr { margin-top: 60px; border-color: rgba(255, 255, 255, 0.11); }
.footer .copyright { margin: 40px 0 30px; }
footer .copyright a { color: #db2d2e; }
footer .copyright ul li { padding: 0px; }
footer .copyright ul li a { color: #909090; text-transform: capitalize; padding: 0px 3px; }
footer .copyright ul li a:hover { color: #db2d2e; }
.footer .news-letter .form-control:focus { color: #ffffff; }
.footer { position: relative; z-index: 998; }

.footer.footer_opacity:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.footer.footer_opacity-black:before { background: rgba(0, 0, 0, 0.8); }
.footer.footer_opacity-white:before { background: rgba(255, 255, 255, 0.8); }
.footer .widget.mailchimp_newsletter { margin-bottom: 0; }

/* Social */
.social-full { display: table; width: 100%; }
.social-full a { display: table-cell; line-height: 60px; padding: 0px 15px; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; position: relative; }
.social-full a i { font-size: 30px; vertical-align: middle; color: rgba(255, 255, 255, 0.4); line-height: 60px; position: absolute; right: 10px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.social-full a:hover { color: #ffffff; background: #db2d2e; }
.social-full a:hover i { color: #ffffff; }
.social-full a.facebook:hover { background: #3a5897; }
.social-full a.dribbble:hover { background: #dd4b80; }
.social-full a.twitter:hover { background: #41d1da; }
.social-full a.google_plus:hover { background: #e13138; }
.social-full a.vimeo:hover { background: #35c6ea; }
.social-full a.pinterest:hover { background: #c3222b; }
.social-full a.behance:hover { background: #005cff; }
.social-full a.linkedin:hover { background: #0073b1; }

/* CopyRight Section */
.copyright-block { position: relative; z-index: 1; }
.copyright-block:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; }
.vc_row-no-padding .wpb_gmaps_widget .wpb_wrapper { background-color: inherit; padding: 0; }

/***************************
   Typography
****************************/
ol {
    padding: 0px;
    margin: 0px;
}
ol > li {
    list-style: decimal inside;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}
ol.alpha li {
    list-style: decimal-leading-zero inside;
    padding: 0px;
    margin: 0px;
}
ol.roman {
    padding-left: 15px;
}
ol.roman li {
    list-style: lower-roman;
    padding: 0px;
    margin: 0px;
}
ul.disc li {
    list-style: disc inside;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}
ul.list-style-1 li {
    list-style: none;
}
.list-style-none li {
    list-style: none;
}
blockquote {
    display: block;
    background: #fbfbfb;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    padding-left: 65px;
    padding-top: 18px;
    padding-right: 25px;
    padding-bottom: 20px;
    border-left: 5px solid #f5f5f5;
    font-style: italic;
    margin-left: 0;
}
blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #e3e3e3;
    position: absolute;
    left: 18px;
    top: 33px;
}
blockquote::after {
    content: "";
}
.commentlist blockquote {
    background: #fbfbfb;
}
blockquote cite {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
    color: #db2d2e;
}
.quick-links .row.no-gutter {
    padding: 0 15px;
}
ul.list-col-2 li,
ul.list-col-3 li,
ul.list-col-4 li {
    margin: 3px 0;
}
ul.list-col-2 li i,
ul.list-col-3 li i,
ul.list-col-4 li i {
    color: #db2d2e;
    margin-right: 5px;
}
ul.list-col-2 li {
    width: 50%;
    float: left;
}
ul.list-col-3 li {
    width: 33.33%;
    float: left;
}
ul.list-col-4 li {
    width: 25%;
    float: left;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}
.entry-content .blog-image img {
    width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}
/*************************************
      Feature car area
**************************************/
.big-car img { position: absolute; top: 0; left: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; margin-bottom: 0; }
.big-car:hover img { top: -30px; }

/*************************************
          Isotope filters
**************************************/
.isotope-filters {
    display: table;
    margin: 0 auto 40px;
    text-align: center;
}
.isotope-filters button {
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
    border: none;
    font-size: 14px;
    margin: 4px;
    cursor: pointer;
    color: #626262;
    padding: 5px 12px;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.isotope-filters button:focus {
    outline: none;
    outline-style: none;
    outline-offset: 0;
}
.isotope-filters button.active,
.isotope-filters button:hover {
    border-bottom-color: #db2d2e;
    color: #db2d2e;
}
.recent-vehicle .isotope.column-4 .grid-item {
    width: 25%;
    padding: 15px;
}
/*.recent-vehicle-2*/

.recent-vehicle .isotope.column-5 .grid-item {
    width: 20%;
}
/*************************************
           Search
************************************/

.search-top {
    display: block;
    float: right;
    line-height: 20px;
    padding: 40px 0;
    vertical-align: top;
    z-index: 999;
    margin-left: 10px;
}
.search-top .search-btn {
    font-size: 13px;
    display: block;
    height: 20px;
    line-height: 21px;
    position: relative;
    text-indent: -9999px;
    width: 12px;
    color: #ffffff;
    -o-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
.search-top .search-btn:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.search-top .search-btn:hover {
    color: #db2d2e;
}
.search-top.search-top-open .search-btn:before {
    content: "";
}
.search-box {
    background: #fff;
    display: block;
    margin: 0;
    opacity: 0 !important;
    padding: 15px 0px 10px;
    position: absolute;
    right: 0;
    top: -9999px !important;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 888;
    border-top: 5px solid #db2d2e;
}
.search-top.search-top-open .search-box {
    opacity: 1 !important;
    top: 102px !important;
    visibility: visible !important;
}
.search-top .search-box input,
.search-top .search-box Select {
    background: #f5f5f5;
    border: none;
    padding-left: 15px;
    box-shadow: none;
    border-radius: 0;
    color: #626262;
}
.search-top .search-box input:focus,
.search-top .search-box Select:focus {
    background: #db2d2e;
    color: #FFF;
}
.search-top.search-top-open i {
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 27px;
    top: 31px;
}
.search-top.search-top-open i:hover {
    color: #db2d2e;
}
.search-top .search-box .button {
    text-align: center;
    padding: 10px 20px;
    display: block;
    border: none;
    width: 100%;
}
.search-top .select-styled {
    padding: 10px 15px;
}
.search-top .select-styled:after {
    top: 16px;
}
.search-top .select-styled:active:after,
.search-top .select-styled.active:after {
    top: 8px;
}

/* Search Auto Complate */
.search-block { padding: 30px 20px 30px; background: #ffffff; border: 1px solid #e3e3e3; position: relative; }
.search-block .selectpicker { margin-bottom: 15px; border-radius: 0px; border-color: #e3e3e3; display: inline-block; width: 100%; color: #323232; }
.search-block span { margin-bottom: 10px; display: block; font-size: 13px; }
.search-block .select { height: 50px; margin-bottom: 10px; }
.search-block .select-styled { padding: 13px 15px; color: #999999; }
.search-block .select-styled:after { top: 22px; opacity: 0.5; }
.search-block .select-styled:active:after,
.search .search-block .select-styled.active:after { top: 14px; }
.search-block .select-options li { color: #999999; }
.search-block.top { margin-top: -100px; z-index: 9; }
.search-block.default { margin-top: 0; }
.search-block.wide { padding: 0; border: none; }
.search-block.transparent { background: transparent; color: #ffffff; }
.search-block.transparent .price-slide .price label { color: #ffffff; }
.search-block.transparent .price-slide .price input { color: #ffffff; }
.search-block.red-bg { background: #db2d2e; border: none; color: #ffffff; }
.search-block.red-bg .price-slide .price label { color: #ffffff; }
.search-block.red-bg .price-slide a.button { background: #323232; }
.search-block.red-bg .price-slide a.button:hover { color: #323232; }
.search-block.red-bg .price-slide a.button:before { background: #ffffff; }
.search-block.red-bg .price-slide .price input { color: #ffffff; }
.search-block.red-bg .price-slide .ui-slider .ui-slider-range { background: #323232; }

/* Price */
.price-slide .price label {
    font-size: 14px;
    display: block;
}
.price-slide .price input {
    background: transparent;
    border: none;
    height: inherit;
    display: block;
    color: #888888;
    font-size: 14px;
    padding: 2px 0px;
    display: inline-block;
    width: inherit;
    font-weight: bold;
}
.price-slide #slider-range {
    margin-top: 10px;
    margin-bottom: 30px;
}
.price-slide input.amount {
    width: 100%;
}
.price-slide a.button {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.price-slide a {
    font-size: 12px;
    padding-left: 20px;
    font-weight: 600;
}
.price-slide a.link {
    margin-top: 40px;
    display: inline-block;
    color: #db2d2e;
}
.price-slide a.link:hover {
    color: #323232;
}
.price-slide-2 .price label {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.price-slide-2 .price input {
    background: transparent;
    border: none;
    height: inherit;
    display: block;
    color: #888888;
    font-size: 14px;
    padding: 2px 0px;
    display: inline-block;
    width: inherit;
    border: 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.price-slide-2 #slider-range {
    margin-top: 10px;
}
.price-slide-2 a.button {
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
}
.price-slide-2 a {
    font-size: 12px;
    padding-left: 20px;
    font-weight: 600;
}

/*************************************
        Inner intro
**************************************/
.header_intro_bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.header_intro_opacity {
    position: relative;
    z-index: 1;
}
.header_intro_opacity:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header_intro_opacity.header_intro_bg-video:before {
    z-index: 0;
}
.header_intro_opacity.header_intro_bg-video .intro_header_video-bg {
    z-index: -1;
}
.header_intro_opacity.header_intro_opacity-black:before {
    background: rgba(0, 0, 0, 0.8);
}
.header_intro_opacity.header_intro_opacity-white:before {
    background: rgba(255, 255, 255, 0.8);
}
.header_intro_opacity.header_intro_opacity-none:before {
    background: none;
}
.inner-intro .intro-title.bread_l_title_l,
.inner-intro .intro-title.bread_l_title_r {
    display: flex;
}
.inner-intro .intro-title.title-left h1 {
    margin-bottom: 0px;
}
.inner-intro .intro-title.title-center {
    text-align: center;
}
.inner-intro .intro-title.title-right {
    text-align: right;
}
.inner-intro {
    display: flex;
    position: relative;
    z-index: 1;
    height: 410px;
}
.inner-intro h1 {
    color: #ffffff;
}
.inner-intro p {
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0
}
.inner-intro .container,
.inner-intro .container-fluid {
    align-self: flex-end;
}
.inner-intro .container .row {
    margin-left: 0px;
    margin-right: 0px;
}
.inner-intro .container-fluid {
    width: 100%;
    padding: 0 50px;
}
.inner-intro span {
    text-transform: capitalize;
}
.intro-title {
    padding-bottom: 30px;
}
.inner-intro .intro-title.row [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.inner-intro .intro-title.row.bread_l_title_l [class*='col-'],
.inner-intro .intro-title.row.bread_l_title_r [class*='col-'] {
    align-self: center;
}
ul.page-breadcrumb {
    padding: 0;
    margin: 0;
}
.single-post ul.page-breadcrumb li.post {
    margin-bottom: 0px;
}
ul.page-breadcrumb li {
    color: #fff;
    display: inline-block;
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-right: 8px;
}
ul.page-breadcrumb li:last-child {
    margin-right: 0;
}
ul.page-breadcrumb li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}
ul.page-breadcrumb li.home {
    padding-left: 22px;
}
ul.page-breadcrumb li.home:before {
    content: "\f015";
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
ul.page-breadcrumb li span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
ul.page-breadcrumb li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
ul.page-breadcrumb li a:hover {
    color: #db2d2e;
}
ul.page-breadcrumb li:hover:before,
ul.page-breadcrumb li:hover span {
    color: #db2d2e;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}
ul.page-breadcrumb li.current-item:hover:before,
ul.page-breadcrumb li.current-item:hover span {
    color: #ffffff;
}




/*************************************
          Error page
**************************************/
.error-404 img { max-width: 100%; }
.error-404 .fourofour { font-size: 400px; color: #f6f6f6; line-height: 300px; }
.error-page img { margin-top: -80px; }
.error-page h3 { font-size: 60px; margin-bottom: 30px; }
.error-page strong { font-style: italic; font-size: 20px; display: block; margin-bottom: 30px; margin-top: 30px; }
.error-page .error-search { margin-top: 30px; padding: 0 50px; }
.error-page .error-search a.button { padding: 10px 20px; display: block; text-align: center; }
.error-page .error-content p a { color: #db2d2e; }
.error-page .search-form input.placeholder { height: auto; padding: 12px 18px; margin-bottom: 0; }
.error-page .search-form > div { padding: 0; }
.error-page .search-form .button { padding: 11px 20px; margin-bottom: 0; width: 100%; }
.error-page .search-form .button:hover { background: #323232; }

/*************************************
        Car item in Isotope
**************************************/
.isotope .car-item .car-image img {
    margin-bottom: 0;
}
.isotope .car-item-3 {
    overflow: hidden;
    position: relative;
}
.isotope .car-item-3 img {
    position: relative;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    margin-bottom: 0;
    width: 100%;
}
.isotope .car-item-3 .car-overlay {
    padding: 10px 10px;
    background: #db2d2e;
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    bottom: -100%;
    z-index: 9;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.isotope .car-item-3 .car-overlay a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 0 5px;
}
.isotope .car-item-3 .car-overlay a:hover {
    color: #323232;
}
.isotope .car-item-3 .car-overlay span {
    color: #ffffff;
    padding: 0 5px;
}
.isotope .car-item-3 .car-overlay span.old-price {
    text-decoration: line-through;
}
.isotope .car-item-3:hover .car-overlay {
    bottom: 0px;
    opacity: 1;
}
.isotope .car-item-3:hover img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.isotope .car-item-3 .car-popup {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: -100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.isotope .car-item-3 .car-popup a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #db2d2e;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.isotope .car-item-3 .car-popup a:hover {
    background: #db2d2e;
    color: #ffffff;
}
.isotope .car-item-3:hover .car-popup {
    top: 40%;
}
/* Car item Column */

.isotope.column-3 .grid-item.no-data,
.isotope.column-4 .grid-item.no-data,
.isotope.column-5 .grid-item.no-data {
    box-shadow: none;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.isotope.column-3 .grid-item {
    width: 33.333%;
}
.isotope.column-4 .grid-item {
    width: 25%;
}
.isotope.column-5 .grid-item {
    width: 20%;
}
/*************************************
        Masonry blog
**************************************/
.masonry { position: relative; }
.masonry .masonry-item { float: left; margin-bottom: 40px; }
.masonry .masonry-item:last-child { margin-bottom: 0px; }
.masonry .masonry-item:last-child .blog-2 { margin-bottom: 0px; }
.masonry.columns-2 .masonry-item { width: 50%; padding: 0 15px 0px; }
.masonry.columns-3 .masonry-item { width: 33.333%; padding: 0 15px 0px; }
.masonry.columns-4 .masonry-item { width: 25%; padding: 0 15px 0px; }
.car-list-isotope.columns-3 .masonry-item,
.car-list-isotope.columns-4 .masonry-item { padding: 0 7px 0px; margin-bottom: 0; }
.blog .masonry-main + div .pagination { margin-top: 50px; }

/*************************
    Custom-block
*************************/

.custom-block-1 h2 {
    font-size: 90px;
    font-weight: bold;
    line-height: 90px;
}
.custom-block-1 span {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    display: block;
    margin: 15px 0px;
}
.custom-block-1 strong {
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0px;
    display: block;
}
.custom-block-1 p {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.custom-block-1 a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #db2d2e;
}
.custom-block-1 a:hover {
    color: #323232;
}
/* custom-block-2 */

.custom-block-2 span {
    font-size: 16px;
}
.custom-block-2 p {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
}
.custom-block-2 .ceo strong {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-block-2 .ceo p {
    margin-top: 5px;
    display: block;
    font-size: 13px;
    font-style: inherit;
    line-height: 0px;
    text-transform: uppercase;
}
/* custom-block-3 */

.custom-block-3 .title h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.custom-block-3 .title h3:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0px;
    bottom: 0px;
}
.custom-block-3 .content h2 {
    display: table-cell;
    padding-right: 20px;
    font-size: 50px;
    padding-top: 0;
}
.custom-block-3 .content strong {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
}
.custom-block-3 .content p {
    margin-top: 20px;
    display: block;
}
.custom-block-3 .feature-box-3 {
    margin-top: 30px;
}
.vc_row {
    position: relative;
}
.vc_row .vc_row-background-overlay {
    background-repeat: repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* Dark Background */

.row-background-dark .custom-block-2,
.row-background-dark .custom-block-2 p,
.row-background-dark .custom-block-2 .ceo p,
.row-background-dark .custom-block-3,
.row-background-dark .custom-block-3 p {
    color: #ffffff;
}
/*********************************************
        Left and Right Image Setting
*********************************************/

.object-left-bottom > div,
.object-right-bottom > div {
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.object-left-bottom > div {
    background-position: left bottom !important;
    left: -20px;
}
.object-right-bottom > div {
    background-position: right bottom !important;
    right: -20px;
}
.row-background-light:hover .object-left-bottom > div {
    left: 0px;
}
.row-background-light:hover .object-right-bottom > div {
    right: 0px;
}
.halp-call img {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin-bottom: 5px;
    width: 80px;
}
.halp-call span {
    display: block;
}
/*************************
   3 Car Image Setting
*************************/

.objects-left,
.objects-right {
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.objects-left img,
.objects-right img {
    bottom: 0;
    position: absolute;
}
.objects-left img {
    left: -180px;
}
.objects-right img {
    right: -180px;
}
.left-car {
  left: -30%;
  position: relative;
 }
.right-car {
    right: -30%;
    position: relative;
 }

/*************************
   2 Car Setting
*************************/

.content-box-5 a {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    color: #323232;
}
.content-box-5 a:hover {
    color: #db2d2e;
}
.content-box-5 .content-box-img {
    margin-bottom: -20px;
    position: relative;
}
.content-box-5 .content-box-img i {
    font-size: 100px;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -30px;
    z-index: 0;
    margin-bottom: 80px;
    margin-left: -50px;
    left: 50%;
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.content-box-5:hover .content-box-img i {
    top: -50px;
}
.car-objects-bg {
    position: absolute !important;
    bottom: 0;
    z-index: -1;
    left: 0 !important;
}

/*************************************
        Coming soon
**************************************/

.countdown p {
    font-size: 20px;
    padding: 0 190px;
    line-height: 40px;
    margin-bottom: 60px;
}
.countdown {
    list-style: none;
    margin: 0 0 45px;
    padding: 0;
    display: block;
    text-align: center;
}
.countdown li {
    display: inline-block;
    width: 24%;
}
.countdown li span {
    font-size: 46px;
    font-weight: bold;
    line-height: 20px;
    color: #db2d2e;
}
.countdown li p {
    color: #626262;
    font-size: 20px;
    padding: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.coming-soon-search p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.coming-soon-search a.button {
    padding: 10px 20px;
    display: block;
    text-align: center;
}

/*************************************
        Car Listing Pages
**************************************/
.cars-top-filters-box { border: 1px solid #e3e3e3; padding: 20px; margin-bottom: 35px; }
.cars-top-filters-box-left { float: left; position: relative; top: -3px; }
.cars-top-filters-box-left .price_slider_wrapper { display: table-cell; vertical-align: top; padding-right: 25px; }
.cars-top-filters-box-left .price-slide #slider-range { margin-bottom: 0; }
.cars-top-filters-box-left .price { display: table-cell; }
.cars-top-filters-box-left .price-slide .price label { display: inline-block; margin-right: 15px; }
.cars-top-filters-box-left #slider-amount { color: #db2d2e; }
.cars-top-filters-box-left #pgs_price_filter_btn { margin-bottom: 0; margin-top: 5px; }
.cars-top-filters-box-right { float: right; width: auto; }
.cars-top-filters-box-right > div { display: table-cell; padding-left: 15px; vertical-align: top; }
.cars-top-filters-box-right .change-view-button { padding-top: 12px; padding-left: 25px; }
.cars-top-filters-box-right .cars-order { padding-top: 10px; }
.cars-top-filters-box-right .pgs_cars_search_box { position: relative; }
.cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search { position: absolute; left: 50px; top: 0px; width: 200px; background: #ffffff; }
.cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search .form-control { padding-right: 40px; }
.cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search .form-control.ui-autocomplete-loading {
    background: white url("../images/loader_img/cd_loader.svg") 85% center no-repeat;}
.cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search .search-button { padding: 11px; position: absolute;
    top: 0;  right: 0; border: 0; background: none;}
.cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search_btn { padding-top: 10px; background: none; border: none; }
.cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search .auto-compalte-list{width: 270px;}

.search-block.wide .price_slider_wrapper .price-slide { margin-bottom: 40px; }
.sort-filters-box .padding-none { padding: 0; margin-bottom: 20px; }
.sort-filters-box .stripe { color: #db2d2e; margin-right: 15px; position: relative; }
.sort-filters-box .stripe-item { display: inline-block; }
.sort-filters-box .stripe-item li { margin-right: 15px; display: inline-block; }
.sort-filters-box .stripe-item li i { margin-right: 3px; }
.sort-filters-box .stripe-item li a { color: #323232; }
.all-cars-list-arch .alert { margin-top: 25px; }

.listing-sidebar .financing_calculator { margin-bottom: 25px; }
.listing-sidebar .financing_calculator .form-group:last-child { margin-bottom: 0; }
.product-listing .search { position: relative; }
.sorting-options .change-view-button a.sel-active { color: #db2d2e; }
.car-vehicle-review-stamps { display: inline-block; width: 100%; text-align: center; margin-top: 10px; }
.car-item .car-vehicle-review-stamps > a { display: inline-block; margin: 5px; }
.car-vehicle-review-stamps img { width: auto; height: 34px; }
.owl-carousel .owl-item .car-vehicle-review-stamps img, .car-vehicle-review-stamps img { display: inline-block; }

/* Car Search in Sidebar */
.widget.cars_search .form-control{
    padding-right: 40px;
}
.widget.cars_search .search-button{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 11px;
}
.widget.cars_search .form-control.ui-autocomplete-loading {
    background: white url("../images/loader_img/cd_loader.svg") 85% center no-repeat;
}
.widget.cars_search .auto-compalte-list {
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    z-index: 99;
}
.widget.cars_search .auto-compalte-list li { width: auto; padding: 0; display: block; margin-left: 15px; margin-right: 15px; margin-top: 10px; }
.widget.cars_search .auto-compalte-list li:last-child { padding-bottom: 10px; }
.widget.cars_search .auto-compalte-list li .search-result-image { display: table-cell; width: 36px !important; float: none; }
.widget.cars_search .auto-compalte-list li .search-result-name { display: table-cell; vertical-align: middle; padding-left: 16px; }
.widget.cars_search .auto-compalte-list li .search-result-name.no-image { padding-left: 0; }
.widget.cars_search .auto-compalte-list li .search-result-name a { color: #999; font-size: 13px; line-height: 18px; }
.widget.cars_search .auto-compalte-list li .search-result-name a:hover { color: #db2d2e;}

/*************************************
       Sorting Options
**************************************/

.ui-widget-content,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border: 0px solid #eeeeee;
    background: #eeeeee;
    border-radius: 0;
}
.ui-slider-horizontal {
    height: .4em;
}
.ui-widget-header,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #db2d2e;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
    margin-left: -1px;
}
.ui-datepicker-calendar .ui-state-default {text-align: center;}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-color: #db2d2e;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
}
select {
    border-color: #e3e3e3;
}
.woocommerce .woocommerce-ordering {
    position: relative;
    z-index: 99;
    width: 200px;
}

/* Sorting Options Box */
.listing_sort {
    display: inline-block;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
}
.listing_sort > .sort-filters {
    margin-right: -1%;
}
.listing_sort > .sort-filters select {
    width: 15.4%;
    max-width: 15.4%;
    min-width: 15.4%;
    float: left;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 6px 10px;
}
.listing_sort > .sort-filters .select-sort-filters {
    width: 15.5%;
    height: 35px;
    line-height: 33px;
    float: none;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 10px;
}
.nice-select {
    border-radius: 0;
}
.nice-select .list {
    min-width: 100%;
    width: 100%;
    border-radius: 0;
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 0;
}

.sorting-options-main .nice-select .list { 
    z-index: 99;
    width: auto;
}

.nice-select:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: #fff;
}
.nice-select .current {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.nice-select .option,
.nice-select > ul > li {
    line-height: 26px;
    min-height: 26px;
    margin:0;
    padding: 3px 20px;
    display: block;
}
.listing_sort > .sort-filters select:last-child {
    margin-right: 0;
}
.listing_sort > .sort-filters:first-child select {
    margin-top: 0;
}
.listing_sort .sort-filters > div {
    display: inline-block;
    vertical-align: top;
}
.listing_sort > div .button {
    margin: 0;
    padding: 7px 25px;
}
.sorting-options-main {
    border: 1px solid #e3e3e3;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
}
.sorting-options-main .filter-loader .filter-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 9;
    text-align: center;
}
.sorting-options-main .filter-loader i {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: 0px;
}


.search-block .filter-loader .filter-loader {
     position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 9;
    text-align: center;
 }
 .search-block.red-bg .filter-loader .filter-loader {
    background: rgba(255, 255, 255, 0.9);
 }
.search-block .filter-loader i {
  position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: 0px;
}

.search-block.transparent .filter-loader .filter-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 9;
    text-align: center;
}
.search-block.transparent .nice-select .list{
    max-height: 200px;
}
.listing_sort {
    position: relative;
}

.sorting-options-main .sort-filters-box .listing_sort { position: inherit; }


.listing_sort .filter-loader .filter-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 9;
    text-align: center;
}
.listing_sort .filter-loader i {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -15px;
}


.sorting-options-main .cars-total-vehicles {
    margin-bottom: 20px;
}
.sorting-options-main .price-slide .price label,
.sorting-options-main .price-search span {
    color: #000;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.sorting-options-main .price-search span {
    margin-bottom: 10px;
}
.sorting-options-main .price-search .search input[type=search] {
    padding-right: 35px;
}
.sorting-options-main .price-search .search .search-button {
    padding: 10px;
}
.sorting-options-main .price-slide .price input {
    background: none;
    border: 0;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
    margin-bottom: 12px;
}
.sorting-options-main .sorting-options {
    margin-top: 0px;
}
.sorting-options-main .price .button {
    margin-top: 33px;
    margin-bottom: 0;
    border: none;
}
.view-icon .catlog-layout {
    width: 26px;
    height: 23px;
    margin-right: 5px;
    display: inline-block;
}
.view-icon .catlog-layout span {
    width: 22px;
    height: 18px;
    margin: 2px 0 0 2px;
    display: inline-block;
    background-color: #656565;
}
.view-icon .catlog-layout img {
    vertical-align: top;
}
.view-icon .catlog-layout i {
    background: url(../images/listing_icon.png) no-repeat 0 0;
    width: 22px;
    height: 18px;
    display: inline-block;
}
.view-icon .catlog-layout .view-grid-left {
    background-position: 0 0;
}
.view-icon .catlog-layout .view-grid-full {
    background-position: -22px 0;
}
.view-icon .catlog-layout .view-grid-right {
    background-position: -44px 0;
}
.view-icon .catlog-layout .view-list-left {
    background-position: 0 -18px;
}
.view-icon .catlog-layout .view-list-full {
    background-position: -22px -18px;
}
.view-icon .catlog-layout .view-list-right {
    background-position: -44px -18px;
}
.view-icon .catlog-layout .view-grid-masonry-left {  background-position: 0 -36px; }
.view-icon .catlog-layout .view-grid-masonry-full { background-position: -22px -36px; }
.view-icon .catlog-layout .view-grid-masonry-right {  background-position: -44px -36px; }
.product-listing .car-item {
    margin-top: 30px;
    border: 1px solid #e3e3e3;
}
.product-listing .pagination-nav {
    padding-top: 30px;
    position: relative;
}
.sorting-options .change-view-button {
    margin-top: 8px;
}
.sorting-options-main .sorting-options .selected-box {
    width: 80%;
    float: left;
}
.sorting-options-main .sorting-options .selected-box select {
    padding: 6px 10px;
}
.sorting-options-main .sorting-options .cars-order {
    width: 15%;
    float: right;
    line-height: 33px;
    margin-right: 5%;
}

/* Sold Vehicales Grid/List*/
.view-icon .catlog-layout-sold {width: 26px; height: 23px; margin-right: 5px; display: inline-block;}
.view-icon .catlog-layout-sold span{width: 22px; height: 18px; margin: 2px 0 0 2px; display: inline-block; background-color: #656565;}
.view-icon .catlog-layout-sold .view-grid-left {background-position: 0 0;}
.view-icon .catlog-layout-sold i {background: url(../images/listing_icon.png) no-repeat 0 0; width: 22px; height: 18px;  display: inline-block;}
.view-icon .catlog-layout-sold .view-grid-full {background-position: -22px 0;}
.view-icon .catlog-layout-sold .view-list-full {background-position: -22px -18px;}


/********* Car List Side Bar ************/
.sidebar .cars_filters .cars-total-vehicles .stripe {
    color: #db2d2e;
    margin-right: 15px;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.sidebar .cars-total-vehicles .stripe-item filter{margin-bottom: 10px;}
.sidebar .cars_filters .sort-filters .select-sort-filters {
    width: 99%;
    margin-right: 0;
}

/********* Car List View ************/
.product-listing .car-grid {
    margin-top: 30px;
}
.product-listing .car-grid {
    border: 1px solid #e3e3e3;
    padding: 15px;
}
.product-listing .car-grid .car-item {
    margin-top: 0px;
    min-height: inherit;
    height: auto !important;
}
.all-cars-list-arch .car-grid .car-image,
.product-listing .car-grid .car-image {
    min-height: inherit;
    text-align: center;
    vertical-align: top;
}
.all-cars-list-arch .car-grid .car-image img,
.product-listing .car-grid .car-image img {
    display: inline;
}
.product-listing .car-grid .car-title a {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
}
.product-listing .car-grid .car-title a:hover {
    color: #db2d2e;
}
.product-listing .car-grid .car-title a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0;
    bottom: 0px;
}
.product-listing .car-grid .price span {
    color: #db2d2e;
    font-weight: 700;
    font-size: 16px;
}
.product-listing .car-grid .price span.old-price {
    color: #999999;
    text-decoration: line-through;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 400;
}
.product-listing .car-grid .price a.button,
.product-listing .car-details .price + a.button {
    padding: 3px 20px;
    position: absolute;
    top: 0;
    right: 15px;
}
.product-listing .car-grid .car-title {
    padding-right: 110px;
}
.product-listing .car-grid .car-list {
    margin-top: 21px;
}
.product-listing .car-grid .car-list ul {
    margin-left: 0;
}
.product-listing .car-grid .car-list ul li {
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 5px;
}
.product-listing .car-grid .car-item .car-overlay-banner ul {
    top: 50%;
}
.product-listing .car-grid:hover .car-overlay-banner {
    opacity: 1;
    top: 0;
}
/*************************************
        Car Details Pages
**************************************/
.car-details .tabcontent .technical {
    width: 100%;
    margin-bottom: 25px;
}
/* Video Button and Share Link */

.car-detail-post-option {
    border: 1px solid #eaeaea;
    background: #fcfcfc;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.car-detail-post-option > ul {
    float: left;
    padding-left: 0;
}
.car-detail-post-option > .details-social {
    float: right;
    margin-top: 6px;
    margin-bottom: 6px;
}
.car-detail-post-option > ul li {
    list-style-type: none;
    float: left;
}
.car-detail-post-option > ul li a {
    color: #323232;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.car-detail-post-option > ul li a i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #db2d2e;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #ffffff;
    -webkit--transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.car-detail-post-option > ul li a:hover i {
    background: #323232;
}
.car-detail-post-option .details-social.share h5 {
    font-size: 14px;
    text-transform: none;
    padding-right: 5px;
    font-weight: 400;
    display: table-cell;
}
.car-detail-post-option .details-social.share .single-share-box,
.car-detail-post-option .details-social.share:hover .single-share-box {
    position: relative;
    right: 0;
    opacity: 1;
    bottom: 0;
    z-index: 1;
    display: table-cell;
}
.car-detail-post-option .details-social.share .single-share-box li {
    display: inline-block;
}
.car-detail-post-option .share:hover .single-share-box {
    padding-right: 0px;
}


.all-cars-list-arch .car-details .car-vehicle-review-stamps { position: absolute; right: 15px; width: auto; top: 35px; }
.all-cars-list-arch .car-details .car-vehicle-review-stamps img { display: block; margin-bottom: 10px; }


/*car-details-sidebar*/
.car-details-sidebar .details-block.details-weight ul {
  padding-left: 0;
 }
.car-details-sidebar h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.car-details-sidebar h5:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0;
    bottom: 0px;
}
.car-details-sidebar .details-block ul li {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}
.car-details-sidebar .details-block ul li:last-child {
    border-bottom: 0px;
}
.car-details-sidebar .details-block ul li span {
    width: 150px;
    display: table-cell;
}
.car-details-sidebar .details-block ul li strong {
    display: table-cell;
    text-align: left;
    color: #363636;
    vertical-align: top;
}
/*SHARE*/

.car-details-sidebar .details-social.share .single-share-box,
.car-details-sidebar .details-social.share:hover .single-share-box {
    position: relative;
    opacity: 1;
    bottom: 0;
    z-index: 1;
}
.car-details-sidebar .details-social.share .single-share-box li {
    display: inline-block;
}
/*details-form*/

.details-form.contact-2 .gray-form a.button.red {
    display: block;
}
.details-form.contact-2 .gray-form {
    padding-right: 0px;
}

.widget.inquiry .details-form .form-group{position: relative;}
.widget.inquiry .details-form .form-group .cd-loader{left: 165px; right: auto; top: 10px;}
.widget.inquiry .details-form .form-group .inquiry-msg{margin-top: 15px;}

.car-details .car-price{position: relative; display: block; }
.car-details .car-price .old-price,
.car-details .car-price .new-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #db2d2e;
}
.car-details .car-price .old-price {
    color: #999999;
    font-size: 17px;
    margin-right: 5px;
    text-decoration: line-through;
}
.car-details .car-price .car-status.sold{width: 100%; height: auto; right: 0; top: -15px; min-width: 100px; min-height: 60px; background-size: 90px; background-position: center center; background-color: rgba(255,255,255,0.8) !important;}

.car-details .car-price p {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0;
}
.details-nav {
    margin: 10px 0px 20px;
}
.details-nav ul {
    margin: 0;
    padding: 0;
}
.details-nav ul li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}
.details-nav ul li:last-child {
    margin-right: 0;
}
.details-nav ul li a {
    color: #999999;
    background: transparent;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
    display: inline-block;
}
.details-nav ul li a i {
    padding-right: 10px;
}
.details-nav ul li a:hover {
    border-color: #db2d2e;
    background: #db2d2e;
    color: #ffffff;
}
.car-details .slider-slick {
    margin-bottom: 40px;
}
.car-details-sidebar .details-weight {
    margin-bottom: 30px;
}
.car-details-sidebar .details-phone.details-weight .feature-box-3 .content h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.details-location iframe {
    border: 0px;
    width: 100%;
    height: 250px;
}

body.single-cars  .car-details-sidebar .woocommerce.add_to_cart_inline{margin-bottom: 20px;}
body.single-cars  .car-details-sidebar .woocommerce.add_to_cart_inline .button{background: #DB2E2D;}
body.single-cars  .car-details-sidebar .woocommerce.add_to_cart_inline a{background: #323232; color: #ffffff; padding: 15px 20px;
    line-height: 18px; font-size: 15px; font-weight: 400; vertical-align: top; margin-left: 6px; margin-bottom: 10px;}

.car-details .feature-car .car-price {float: none;}
.car-details .feature-car .car-item .sold{z-index: 1;}
.car-details .feature-car .car-item:hover .car-overlay-banner{z-index: 2;}

.car-details-sidebar .car-vehicle-review-stamps { position: inherit; text-align: left; margin-top: 0; margin-bottom: 15px; }
.car-details-sidebar .car-vehicle-review-stamps img { margin-right: 5px; margin-bottom: 15px; display: inline-block; }

/*tabs*/
.cd-detail-page ul.list-style-1{ padding-left: 0; }
.cd-detail-page ul.list-style-1 li{ margin: 3px 0; }
.cd-detail-page ul.list-style-1 li i{ margin-right: 5px; }


/* Google Map */
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}
/* PRODUCT VIDEO */

.car-details-sidebar .car-video-delealer {
    margin-bottom: 40px;
}
.car-details-sidebar .car-video-delealer .play-video .video-info a {
    font-size: 0;
}
.car-details-sidebar .car-video-delealer .play-video .video-info a i {
    font-size: 20px;
}
.car-details-sidebar .play-video.top .video-info {
    margin-top: 0;
    height: 300px;
}
.widget.product_video .vc_video-bg,
.widget.product_video .intro_header_video-bg {
    position: relative;
}
/* FUEL EFFICIECY */

.fuel-efficiency-detail {
    border: none;
    background: #db2d2e;
    color: #ffffff;
    padding: 25px 15px;
    text-align: center;
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
    display: block;
}
.fuel-efficiency-detail .heading h4 {
    text-transform: none;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.fuel-efficiency-detail .city_mpg,
.fuel-efficiency-detail .highway_mpg {
    font-size: 30px;
    font-weight: 700;
}
.fuel-efficiency-detail label {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}
.fuel-efficiency-detail p {
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
.fuel-efficiency-detail i {
    display: block;
    margin-top: 22px;
}

/*********************************************
      Visual Composer CSS
*********************************************/
.of-visible {overflow: visible !important;}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {padding-top: 0 !important;}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li { margin-bottom: 0px !important;}
.wpb_single_image img { margin-bottom: 0px !important;}

/*********************************************
      Under Maintenance
*********************************************/

.cd_maintenance_mode-comingsoon #header,
.cd_maintenance_mode-maintenance #header { background: rgba(0, 0, 0, 0.05); text-align: center; padding: 25px 0; margin-bottom: 80px;}

.cd_maintenance .countdown ul { width: 80%; margin: 0 auto; padding: 0px; }
.cd_maintenance_mode-maintenance #header img.logo-type-default { height: 50px; margin: 20px 0px; }

.mntc-cs-item.mntc-cs-content { padding: 100px 0px; }
.mntc-cs-item h1 { font-size: 62px; text-transform: uppercase; font-weight: bold; display: block; margin-bottom: 50px; }
.mntc-cs-item i { font-size: 100px; margin-bottom: 25px; color: #e4e4e4; }
.mntc-cs-item p { font-size: 32px; padding: 0 250px; line-height: 44px; }

.cd_maintenance_mode-comingsoon section.coming-soon { margin-bottom: 50px; }
.cd_maintenance_mode-maintenance .footer { position: relative; bottom: 0px; width: 100%; }
.cd_maintenance .footer-widget { background: #0f0f0f; padding: 25px; }
.cd_maintenance .footer-widget span { color: #ffffff; }
.cd_maintenance .footer-widget a { color: #db2d2e; }
.cd_maintenance .footer-widget a:hover { color: #ffffff; }
.cd_maintenance .footer-widget p { margin-bottom: 0; padding-bottom: 0; }
.cd_maintenance .footer-widget .footer-widget-social ul { padding: 0; margin: 0; float: right; }
.cd_maintenance .footer-widget .footer-widget-social li { list-style-type: none; float: left; margin: 0 3px; }
.cd_maintenance .footer-widget .footer-widget-social li a { background: #f6f6f6; width: 30px; height: 30px; text-align: center; line-height: 30px; display: inline-block; border-radius: 50%; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; }
.cd_maintenance .footer-widget .footer-widget-social li a:hover { background: #db2d2e; color: #ffffff; }
.cd_maintenance .footer-widget .footer-widget-social li a:hover i { color: #ffffff; }
.cd_maintenance_mode-maintenance #header { margin-bottom: 0; }
.cd_maintenance_mode-maintenance .mntc-cs-main { height: 80vh; width: 100%; display: table; }
.cd_maintenance_mode-maintenance .mntc-cs-main > div { display: table-cell; vertical-align: middle; }
.cd_maintenance_mode-maintenance .mntc-cs-item.mntc-cs-content { padding: 50px 0; }
.cd_maintenance .mc4wp-form .form-control { background: #f6f6f6; }
.cd_maintenance .mc4wp-form .form-control:focus { background: #ffffff; }
.cd_maintenance .mc4wp-form .button { border: none; -o-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s }
.cd_maintenance .mc4wp-form .button:hover { background: #323232; }

.coming-soon-search .mc4wp-alert { display: inline-block; padding: 12px 45px; border-radius: 3px; }
.coming-soon-search .mc4wp-alert p { margin: 0; font-size: 15px; }
.coming-soon-search .mc4wp-alert.mc4wp-error { background: #ffe4e4; border: 1px solid #eba3a3; }
.coming-soon-search .mc4wp-alert.mc4wp-error p { color: #db2d2e; }
.coming-soon-search .mc4wp-alert.mc4wp-success { background: #cce7c0; border: 1px solid #b2dba1; }
.coming-soon-search .mc4wp-alert.mc4wp-success p { color: #3c763d; }

/*************************************
        Product details
**************************************/
.car-details .slider-slick { margin-bottom: 40px; }
.car-details .feature-car { margin-top: 40px; }
.car-details .feature-car > h3 { margin-bottom: 15px; font-size: 20px; font-weight: 600; }
.car-details .feature-car .car-item { border: 1px solid #dddddd; }
.car-details .slick-next { right: 25px; }
.car-details .slick-prev { left: 25px; }

.car-details .slick-slider .slick-prev,
.car-details .slick-slider .slick-next { opacity: 0; background: #ffffff; border-radius: 50%; border: 1px solid #e3e3e3;}

.car-details .slick-slider .slick-prev:hover,
.car-details .slick-slider .slick-prev:focus,
.car-details .slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {background: #db2d2e; border-color: #db2d2e;}
.car-details .slick-slider .slick-next:before{content: '\f105'; font-size: 20px; line-height: 28px; text-align: center; color: #323232; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.car-details .slick-slider .slick-prev:before{content: '\f104'; font-size: 20px; line-height: 28px; text-align: center; color: #323232; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.car-details .slick-slider .slick-next:focus:before,
.car-details .slick-slider .slick-prev:focus:before { color: #ffffff; }

.car-details .slick-slider .slick-next:hover:before,
.car-details .slick-slider .slick-prev:hover:before {color: #ffffff;}

.car-details .slider-slick:hover .slick-slider .slick-next {right: -15px; opacity: 1;}
.car-details .slider-slick:hover .slick-slider .slick-prev {left: -15px; opacity: 1;}

.car-details .slider-nav .slick-next,
.slider-nav .slick-prev {display: none !important;}
.car-details .slider-slick:hover .slider-for-full .slick-next { right: 15px; }
.car-details .slider-slick:hover .slider-for-full .slick-prev { left: 15px; }

/*********************************************
      Model PopUp
*********************************************/
.modal .modal-content { border-radius: 0; }
.modal .modal-header { background: #323232; }
.modal .modal-title { color: #ffffff; }
.modal .close { color: #db2d2e; opacity: 1; font-size: 36px; font-weight: 600; text-shadow: none; }
.modal .nice-select { width: 100%; }
.modal .nice-select .option, .modal .nice-select > ul > li { width: 100%; float: left; }

/***************************************/
/* Compare PopUp Form */
/***************************************/
table.compare-list thead,
table.compare-list tfoot {
    display: none;
}
.table-wrapper {
    width: 100%;
}
table.compare-list thead th,
.fancybox-inner h1 {
    background: #4F4F4F;
    color: #fff;
    font-weight: 800;
    padding: 6px 10px;
    border-bottom: 2px solid transparent;
    display: block;
    text-transform: uppercase;
    font-size: 1.076em;
    position: relative;
}
table.compare-list thead th a.close,
.fancybox-inner h1 a.close {
    float: right;
    margin-right: 10px;
    font-weight: 600;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
}
table.compare-list th,
table.compare-list td,
table.compare-list th,
table.compare-list .price.repeated td {
    padding: 10px;
}
table.compare-list th,
table.compare-list td {
    border-bottom: 1px solid #D6D6D6;
}
table.compare-list tr.remove th,
table.compare-list tr.remove td,
table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
    border-bottom: 0;
    padding-bottom: 0;
}
table.compare-list tr.image th,
table.compare-list tr.image td {
    height: 186px;
}
table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
    color: #333;
    text-transform: uppercase;
    font-size: 1.076em;
}
table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.price th,
table.compare-list tr.price td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.add-to-cart td {
    padding-top: 4px;
}
table.compare-list tr.image th,
table.compare-list tr.title th,
table.compare-list tr.price th,
table.compare-list tr.add-to-cart th {
    text-indent: 150%;
    overflow: hidden;
    white-space: nowrap;
}
table.compare-list .remove td a {
    color: #747373;
    text-decoration: none;
}
table.compare-list .remove td a:hover {
    color: #333333;
}
table.compare-list .remove td a .remove {
    border-radius: 100% 100% 100% 100%;
    color: red;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    height: 1em;
    line-height: 0.81em;
    text-align: center;
    text-decoration: none;
    width: 1em;
}
.yith-woocompare-widget ul.products-list a.remove {
    float: left;
}
table.compare-list .remove td a:hover .remove {
    background-color: red;
    color: #ffffff;
}
table.compare-list .add-to-cart td a {
    display: inline-block;
    margin: 10px 0;
    background-color: #4F4F4F;
    border: 0 none;
    color: #FFFFFF;
    font-weight: normal;
    line-height: normal;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
table.compare-list .add-to-cart td a:hover {
    background: #868686;
}
table.compare-list .stock td span {
    color: #009900;
}
table.compare-list .stock td span.out-of-stock {
    color: #990000;
}
table.compare-list .price td {
    text-decoration: underline;
}
table.compare-list th .fixed-th {
    width: 205px;
}
table.compare-list th {
    width: 205px;
    max-width: 205px;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    font-size: 1.076em;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}
table.compare-list td {
    width: 230px;
    max-width: 230px;
    min-width: 230px;
    text-align: center;
}
table.compare-list td img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    height: auto;
    max-width: 100%;
    padding: 3px;
    margin-bottom: 20px;
    max-width: none;
}
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: hidden;
    position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
    overflow: hidden;
    height: 1px;
}
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {top: 0; left: 0; position: absolute;}
.fht-table-wrapper .fht-fixed-column {z-index: 1;}

/**********************************
  Compare PopUp Form
**********************************/
#comparelist { background: #ffffff; }
#comparelist .modal-lg { width: 98%; }
#comparelist .modal-header { background: #323232; border-bottom: 0; padding: 5px 10px; }
#comparelist .modal-header h1 { color: #ffffff; font-size: 24px; margin-bottom: 0; }
#comparelist .modal-header .close_model { position: absolute; right: 15px; top: 13px; background: none; border: none; color: #fff; font-size: 30px; }
#comparelist .modal-body { overflow: auto; padding-top: 0; }
.fancybox-wrap { width: 90% !important; }
.fancybox-wrap .fancybox-inner { width: 100% !important; background: #4F4F4F; }
.fancybox-inner h1 { margin-bottom: 0; }
.table-Wrapper .heading-Wrapper { width: 15%; float: left; background: #ffffff; }
.heading-Wrapper table th, .heading-Wrapper table td { border: none; border-right: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6; padding: 10px; text-align: right; background: #fff; }
.heading-Wrapper table td.remove, .compare-list table tr.delete td{ height: 43px; }
.heading-Wrapper table td.car_image { height: 164px; border-bottom: none; }
.heading-Wrapper table td.price { border-bottom: none; }
.heading-Wrapper table td.features_options div { height: 198px; }
.table-Wrapper .table-scroll { width: 85%; float: left; background: #ffffff; padding: 0; }
.table-scroll .compare-list { width: 258px; float: left; margin: 0; cursor: move; }
.table-scroll .compare-list table td { border: none; border-bottom: 1px solid #D6D6D6; }
.table-scroll .compare-list:nth-child(odd) table td { background: #f9f9f9; }
.table-scroll .compare-list:nth-child(even) table td { background: #ffffff; }
.table-scroll .compare-list.ui-sortable-helper { z-index: 999; background: #ffffff; cursor: move; }
.table-scroll .compare-list.ui-sortable-helper table td { background: #fefaed; }
.table-scroll .compare-list td .remove { border: 1px solid #db2d2e; width: 15px; height: 15px; display: inline-block; border-radius: 30px; vertical-align: top; line-height: 11px; font-size: 12px; font-weight: 600; text-align: center; margin-top: 4px; margin-left: 3px; }
.table-scroll .compare-list .image { text-align: center; }
.table-scroll .compare-list .image td { height: 170px; }
.table-scroll .compare-list .image img { display: inline; margin-bottom: 0; }
.table-scroll .compare-list .price td { padding: 10px; text-decoration: none; padding-top: 3px; }
.table-scroll .compare-list .price .old-price { font-size: 15px; font-weight: 600; margin-right: 4px; padding-right: 0; }
.table-scroll .compare-list .price .new-price { color: #db2d2e; font-size: 18px; font-weight: 600; }
.table-scroll .compare-list .features_options div { height: 176px; overflow: auto; overflow-x: hidden; cursor: default; }
.table-scroll .compare-list .price.car-item{min-height: inherit;}

@media (max-width:992px) {
    .table-Wrapper .heading-Wrapper { width: 30%; }
    .table-Wrapper .table-scroll { width: 70%; }
}
@media (max-width:767px) {
    .table-Wrapper .heading-Wrapper { width: 40%; }
    .table-Wrapper .table-scroll { width: 60%; }
}
@media (max-width:479px) {
    .table-Wrapper .heading-Wrapper { width: 40%; }
    .table-Wrapper .table-scroll { width: 60%; }

     /*car details page*/
    .car-details .car-vehicle-review-stamps { position: inherit; width: 100%; text-align: left; }
    .car-details .car-vehicle-review-stamps img { display: inline-block; margin-right: 5px; }
}

/*****************************
     BBPress - Forums
******************************/
.bbp-logged-in h4 { font-weight: normal; font-size: 1em; }
.widget_display_search #bbp_search_submit { width: 100%; margin-top: 10px; padding: 12px 0; }
.bbp_widget_login button#user-submit { padding: 12px 25px; background: #f5f5f5; }
.bbp_widget_login button#user-submit:hover { background: #eca525; color: #fff; }
.kt-bbpress-header { margin-bottom: 35px; }
#bbpress-forums p.bbp-topic-meta img.avatar { margin-bottom: 0; border: none; }
.bbp-forum-info { padding-left: 25px; }
.bbp-forum-freshness, .bbp-topic-freshness { font-size: 10px; text-transform: uppercase; letter-spacing: .5px; }

li.bbp-forum-freshness a,
li.bbp-reply-topic-title a,
a.bbp-topic-permalink,
li.bbp-topic-freshness a,
a.favorite-toggle,
a.subscription-toggle,
a.bbp-author-name,
.bbp-logged-in h4 a,
#bbp-user-navigation ul li a { color: #444444; }
#bbpress-forums ul.bbp-forums { border: none; margin-top: 0px; }
#bbpress-forums li.bbp-body ul.topic { padding: 20px 0; }
#bbpress-forums li.bbp-body ul.forum { padding: 12px 0 3px 0; }

.bbp-forum-topic-count,
.bbp-forum-reply-count,
.bbp-forum-freshness,
.bbp-topic-title,
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-topic-freshness {
    line-height: 40px;
}
ul.forum-titles li { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }

/* FORUM - Search Form */
#bbpress-forums div.bbp-search-form { margin-bottom: 25px; width: 100%; }
#bbpress-forums #bbp-search-form { float: none; border: 1px solid #dddddd; }
#bbpress-forums #bbp-search-form #bbp_search { border: none; padding-left: 15px; width: 81.6%; font-size: 15px; color: #323232; }
#bbpress-forums #bbp-search-form #bbp_search:focus { background: #fff; }
#bbpress-forums #bbp-search-form #bbp_search_submit { padding: 10px 0; width: 18%; border: none; margin: 0; }
#bbpress-forums #bbp-search-form #bbp_search_submit:hover { background: #323232; }
#bbpress-forums .bbp-breadcrumb { display: none; }
.bbp-forums a { font-size: 14px; color: #db2d2e; }
.bbp-forums a:hover { text-decoration: underline !important; }

/* FORUM - Block */
#bbpress-forums li.bbp-header { padding: 8px 0; border-top:none; font-weight: normal; color: #ffffff; border:none; background: #323232;}
#bbpress-forums li.bbp-body { border: 1px solid #dddddd; border-top: none; }
#bbpress-forums li.bbp-body ul.forum { padding: 10px 0 10px 0; }
#bbpress-forums .bbp-forums-list { border-left: none; margin: 0; padding: 0; }
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { font-size: 13px; line-height: 30px; }

/* FORUM - Replies */
#bbpress-forums .bbp-replies li.bbp-header { padding: 12px 0; margin-bottom: 20px; }
#bbpress-forums .bbp-replies li.bbp-body { border: none; }
#bbpress-forums .bbp-replies li.bbp-body .bbp-reply-header { border: 1px solid #ddd; padding: 5px 25px; background: rgba(249, 249, 249, 0.9); border-bottom: none; }
#bbpress-forums .bbp-replies li.bbp-body .topic-author { border: 1px solid #dddddd; margin-bottom: 20px; background: #ffffff; }
#bbpress-forums .bbp-replies li.bbp-body .topic-author:last-child { margin-bottom: 0px; }
#bbpress-forums .bbp-replies li.bbp-body .topic-author .avatar { margin-bottom: 10px; }

/* FORUM - Admin Details */
#buddypress #item-header-cover-image #item-header-avatar img.avatar { background: rgba(255, 255, 255, 0.8); border: 7px solid #ffffff; }
#buddypress #item-nav .item-list-tabs#object-nav ul li { margin-right: 5px; }
#buddypress #item-nav .item-list-tabs#object-nav ul li a { background: #323232; opacity: 1; color: #ffffff; font-weight: 400; }
#buddypress #item-nav .item-list-tabs#object-nav ul li.selected a { background: #db2d2e; color: #ffffff; opacity: 1; }
#buddypress #item-body .item-list-tabs#subnav { border: 1px solid #dddddd; background: #f9f9f9; color: #ffffff; padding: 15px; margin-top: 20px; margin-bottom: 25px; }
#buddypress #item-body .item-list-tabs#subnav ul li { margin-top: 10px; margin-right: 5px; }
#buddypress #item-body .item-list-tabs#subnav ul li#public-personal-li { margin-top: 0px; }
#buddypress #item-body .item-list-tabs#subnav ul li a { background: #323232; opacity: 1; color: #ffffff; font-weight: 400; }
#buddypress #item-body .item-list-tabs#subnav ul li.selected a { background: #db2d2e; color: #ffffff; opacity: 1; }
#buddypress #item-body .item-list-tabs#subnav ul #activity-filter-select { margin: 0; }
#buddypress #item-body #activity-filter-select label { display: none; }
#buddypress #item-body #activity-filter-select #activity-filter-by { margin: 0; }
#buddypress ul.activity-list { border: none; }
#buddypress ul.activity-list .activity { border: 1px solid #dddddd; padding: 15px; margin-bottom: 15px; }
#buddypress ul.activity-list li .activity-meta .button { padding: 4px 15px; }
#buddypress ul.activity-list li .activity-meta .button:hover { color: #ffffff; background: transparent; }

/* FORUM - Admin Profile */
#buddypress #item-body .profile .bp-widget { border: 1px solid #dddddd; padding: 0; margin: 0; margin-bottom: 15px; }
#buddypress #item-body .profile .bp-widget h2 { font-size: 18px; background: #323232; text-transform: none; font-weight: 400; margin: 0; padding: 0px 20px; color: #ffffff; }
#buddypress #item-body .profile .bp-widget .profile-fields td { border: none; border-top: 1px solid #dddddd; padding: 5px 20px; width: 70%; height: 40px; display: inline-block; color: #323232 !important; line-height: 26px; font-weight: 500; font-size: 13px !important; }
#buddypress #item-body .profile .bp-widget .profile-fields td.label { width: 30%; text-align: left; }

/* BBPress - Members */
#buddypress div.dir-search { float: none; border: 1px solid #dddddd; margin-bottom: 25px; }
#buddypress div.dir-search #members_search { border: none; padding: 0; padding-left: 15px; width: 81.5%; font-size: 15px; background: none; color: #323232; }
#buddypress div.dir-search #members_search:focus { background: #fff; }
#buddypress div.dir-search #members_search_submit { padding: 10px 0; width: 18%; border: none; margin: 0; background: #db2d2e; color: #ffffff; }
#buddypress div.dir-search #members_search_submit:hover { background: #323232; }
#buddypress #members-directory-form .item-list-tabs li a { background: #db2d2e; color: #ffffff; }
#buddypress #members-dir-list div.pagination .pag-count { padding-left: 0; }
#buddypress #members-dir-list div.pagination .pagination-links { padding-right: 0; }
#buddypress #members-dir-list div.pagination-links a,
#buddypress #members-dir-list div.pagination-links span {background: #db2d2e; color: #ffffff; padding: 5px 10px;}
#buddypress #members-dir-list div.pagination-links span { background: #323232; color: #ffffff; }
#buddypress .dir-form #subnav.item-list-tabs { border: 1px solid #dddddd; background: #f9f9f9; color: #ffffff; padding: 15px; margin-top: 20px; margin-bottom: 25px; }
#buddypress .dir-form #subnav.item-list-tabs .filter label { display: none; }
#buddypress #members-list li { border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; padding: 25px; }
#buddypress #members-list li.odd { background: #f9f9f9; }

/*******************/
a.bbp-forum-title { font-size: 14px; color: #323232; }
li.bbp-forum-info { line-height: 40px; vertical-align: middle; }
p.bbp-topic-meta { display: none; }
#bbpress-forums li.bbp-footer { display: none; background: #fbfbfb; border: none; }
.subscription-toggle { display: none; }
div.bbp-template-notice p { font-size: 14px; line-height: 30px; }
#bbpress-forums div.bbp-template-notice img.avatar { display: none; }
.bbp-pagination-count { font-size: 14px; }
.bbp-topic-title { padding-left: 25px; }
a.bbp-topic-permalink { font-size: 14px; }
.bbp-pagination { display: none; }
div.bbp-template-notice, div.indicator-hint { margin: 0 0 30px 0; }
#bbpress-forums fieldset.bbp-form { border: none; padding: 0; }
legend { border-bottom: none; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; }

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {margin-bottom: 30px;}
#bbpress-forums fieldset.bbp-form label{font-size: 14px; margin-bottom: 7px;}
#bbpress-forums fieldset.bbp-form select {height: 40px; width: 100%;}

#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input{border: 1px solid #fff; background: #fff; font-size: 14px; padding-left: 15px;}

#bbpress-forums fieldset.bbp-form textarea:focus,
#bbpress-forums fieldset.bbp-form select:focus,
#bbpress-forums fieldset.bbp-form input:focus{background: #fff; border: 1px solid #fff;}
div.bbp-submit-wrapper{float: none;}

#bbp_topic_submit,
#bbp_reply_submit,
#bbpress-forums #bbp-your-profile fieldset.submit button{width: 100%; background: #ededef; padding-top: 16px; padding-bottom: 16px;}

#bbp_topic_submit:hover,
#bbp_reply_submit:hover,
#bbpress-forums #bbp-your-profile fieldset.submit button:hover{background: #eca525; color: #fff;}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {border: none; margin-bottom: 30px;}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-reply-content {font-size: 14px;}

#bbpress-forums li.bbp-header .bbp-reply-content {padding-right: 40px;}
#bbpress-forums div.bbp-topic-tags {float: left;}

div.bbp-breadcrumb,
div.bbp-topic-tags {font-size: 14px;}
body.iosmodalFix.modal-open { position: fixed; }
/*********************************************
      Print CSS
*********************************************/
@media print {
    #header,
    #footer,
    .inner-intro,
    .details-nav,
    .car-detail-post-option,
    .car-price .sold,
    .car-details .feature-car,
    .car-top,
    .slider-slick .slick-arrow,
    .slider-slick .slider-nav,
    .widget.financing_calculator {
        display: none;
    }
    .fuel-efficiency-detail {
        border: 1px solid #323232;
        width: 250px;
    }

    /* Layout 1-2 */
    .car-details .slick-slider .slick-track{transform: inherit !important; -moz-transform: inherit !important; width: 100% !important;}
    .car-details .slick-slider .slick-slide{width: 100px !important; display: inline-block; float: none; vertical-align: top;}
    .car-details .slick-slider .slick-slide:nth-child(2){width: 400px !important; float: left;}

    /* Layout 3 */
    .car-details .slick-slider.slider-for-full .slick-track{transform: inherit !important; -moz-transform: inherit !important; width: 100% !important;}
    .car-details .slick-slider.slider-for-full .slick-slide{width: 87px !important; display: inline-block; vertical-align: top;}
    .car-details .slick-slider.slider-for-full .slick-slide:nth-child(2){width: 436px !important; float: left;}

}


/*********************************************
               car-directory page
*********************************************/

/*add car*/
#header .menu .menu-inner div > .row #primary-menu > li.menu-item.cdfs-add-vehicle > a, #header .menu .menu-inner div > .row #mega-menu-primary-menu > li.menu-item.cdfs-add-vehicle > a { padding: 4px 10px; text-transform: capitalize; border-radius: 2px; background: #db2d2e; color: #ffffff; margin-left: 16px; width: auto; }
#header .menu .menu-inner div > .row #primary-menu > li.menu-item.cdfs-add-vehicle > a > div, #header .menu .menu-inner div > .row #mega-menu-primary-menu > li.menu-item.cdfs-add-vehicle > a > div { display: inline-block; position: relative; font-size: 14px; line-height: 20px; }
#header .menu .mega-menu.desktopTopFixed .menu-inner div > .row #primary-menu > li.menu-item.cdfs-add-vehicle > a, #header .menu .mega-menu.desktopTopFixed .menu-inner div > .row #mega-menu-primary-menu > li.menu-item.cdfs-add-vehicle > a { color: #ffffff; }
#header.logo-center .menu .menu-inner div > .row #primary-menu > li.menu-item.cdfs-add-vehicle > a { line-height: inherit !important; }


/*slider-content.vehicle-search-section*/
.slider-content.vehicle-search-section .search-tab { background: rgba(17, 20, 22, 0.5); padding: 30px; text-align: left; position: relative; margin: 0; }
.slider-content.vehicle-search-section .search-tab .tabs li { color: #ffffff; background: transparent; border:none; padding: 2px 14px; border-radius: 3px; font-size: 13px; margin: 0 2px; }
.slider-content.vehicle-search-section .search-tab ul.tabs li.active, .slider-content.vehicle-search-section .search-tab ul.tabs li.active:focus, .slider-content.vehicle-search-section .search-tab ul.tabs li:hover { background: #db2d2e; color: #ffffff; border:none; }
.slider-content.vehicle-search-section h4 { text-transform: capitalize; font-weight: 400; font-size: 28px; margin-top: 10px; line-height: 28px; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent { overflow: visible; margin-bottom: 0; border-top: 5px solid rgba(0, 0, 0, 0.5); padding-top: 20px; margin-top: 10px; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent form { margin-left: -15px; margin-right: -15px; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .nice-select { background: #6d7377; border-color: #6d7377; color: #ffffff; width: 100%; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .nice-select:before { background: #6d7377; border-color: #6d7377; color: #ffffff; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .nice-select li {  max-height: 170px;  overflow: auto; color: #323232; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .nice-select .list { margin-top: 0; max-height: 170px; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .form-group .form-control { background: #6d7377; border-color: #6d7377; color: #ffffff; padding: 10px 18px; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .form-group .form-control::-moz-placeholder { color: #ffffff; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .form-group .form-control::-ms-input-placeholder { color: #ffffff; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent .form-group .form-control::-webkit-input-placeholder { color: #ffffff; }
.slider-content.vehicle-search-section .search-tab .cardealer-tabcontent button { border:0; }
.slider-content.vehicle-search-section .search-tab h6 { display: inline-block; color: #ffffff; margin-right: 20px; margin-bottom: 0; }
.slider-content.vehicle-search-section .search-tab ul.tabs { display: inline-block; vertical-align: middle; }
.slider-content.vehicle-search-section .search-tab .car-total { display: inline-block; vertical-align: middle; position: absolute; top: 28px; right: 30px; }
.slider-content.vehicle-search-section .search-tab .car-total h5 i { padding-right: 8px; font-size: 20px; line-height: 24px; display: inline-block; }
.slider-content.vehicle-search-section .search-tab .car-total h5 p { display: inline-block; }
.slider-content.vehicle-search-section  { position: relative; }
.slider-content.vehicle-search-section .filter-loader i { position: absolute; width: 25px; height: 25px; left: 50%; top: 50; margin-left: -7px;  margin-top: 0; }

/*light*/
.slider-content.vehicle-search-section.top { margin-top: -100px; z-index: 1; }
.slider-content.vehicle-search-section.light .search-tab { background: #ffffff; border:1px solid #e3e3e3; }
.slider-content.vehicle-search-section.light .search-tab h6, .slider-content.vehicle-search-section.light .search-tab h5 { color: #323232; }
.slider-content.vehicle-search-section.light .search-tab .tabs li { background: #f6f6f6; color: #323232; }
.slider-content.vehicle-search-section.light .search-tab .cardealer-tabcontent { border-top: 1px solid rgba(0, 0, 0, 0.1) }
.slider-content.vehicle-search-section.light .search-tab .cardealer-tabcontent .nice-select, .slider-content.vehicle-search-section.light .search-tab .cardealer-tabcontent .form-group .form-control { background: #ffffff; border-color: #e8e8e8; color: #323232; }
.slider-content.vehicle-search-section.light .search-tab .cardealer-tabcontent .nice-select:before { background: #ffffff; border-color: #e8e8e8; color: #323232; }

/*cars_condition_carousel-wrapper*/
.cars_condition_carousel-wrapper .cardealer-tabs h6 { display: inline-block; }
 .cars_condition_carousel-wrapper .cardealer-tabs .tabs { display: inline-block; vertical-align: middle; }
.cars_condition_carousel-wrapper .cardealer-tabs .tabs li { margin-left: 2px; color: #323232; background: #f6f6f6; border:none; padding: 2px 14px; border-radius: 3px; font-size: 13px; text-transform: uppercase; font-weight: bold; }
 .cars_condition_carousel-wrapper .cardealer-tabs .tabs li.active, .cars_condition_carousel-wrapper .cardealer-tabs .tabs li.active:focus, .cars_condition_carousel-wrapper .cardealer-tabs .tabs li:hover { background: #db2d2e; color: #ffffff; border:none; }
 .cars_condition_carousel-items [class*='col-'] > .car-item {    margin-bottom: 30px; }
/*.cars_condition_carousel-items .item .car-item img { width: 100%; }*/

/*search-logo*/
.search-logo { padding: 30px; border-radius: 0px; border:0; }
.search-logo .tabs li { margin-left: 2px; color: #323232; background: #f6f6f6; border:none; padding: 2px 14px; border-radius: 3px; font-size: 13px; text-transform: uppercase; font-weight: bold; }
.search-logo ul.tabs li.active, .search-logo ul.tabs li.active:focus, .search-logo ul.tabs li:hover { background: #db2d2e; color: #ffffff; border:none; }
.search-logo ul.tabs { display: inline-block; vertical-align: middle; float: right; }
.search-logo h6 { padding-right: 8px; font-size: 20px; line-height: 24px; display: inline-block;  }
.search-logo-box { border:1px solid #f3f3f3; border-radius: 3px; padding: 30px 20px; box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.06); position: relative; margin: 16px 0; }
.search-logo-box span {  position: absolute; right: -10px; top: -10px; border:1px solid #f3f3f3; background: #ffffff; width: 30px; height: 30px; line-height: 28px; text-align: center; font-weight: bold; border-radius: 50%; z-index: 9; color: #323232; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.search-logo-box img { margin-bottom: 0; width: auto; max-height: 54px; }
.search-logo-box strong {  position: absolute; right: 0; left: 0; top: 5px; text-align: center; font-weight: bold; z-index: 9; color: #323232; text-transform: uppercase; }
.search-logo-box:hover span { background: #db2d2e; color: #ffffff; }

/*---------------------------------------------------------------------
 Accordion
----------------------------------------------------------------------*/
.vc_tta-accordion .vc_tta-panel-title {
  font-size: 16px;
  font-weight: 500; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-title>a { padding: 22px 20px 22px 46px; font-size: 14px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-title>a { font-size: 14px; }

.entry-content .vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 0px; }

/* Square */
.entry-content .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.entry-content .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.entry-content .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: none; }

.entry-content .vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: none; }

/* Rounded */
.entry-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.entry-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.entry-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: none; }

.entry-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: none; }

/* Round */
.entry-content .vc_tta.vc_tta-shape-round .vc_tta-panel-body,
.entry-content .vc_tta.vc_tta-shape-round .vc_tta-panel-heading,
.entry-content .vc_tta.vc_tta-shape-round .vc_tta-tab > a {
  border-radius: 1em; }

/* Modern */
.entry-content .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.entry-content .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after,
.entry-content .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
  border: none; }

.entry-content .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background: none; }

/* Flat */
.entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background: none; }

/* Outline */
.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  border: none; }

.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ddd; }

.entry-content .vc_tta.vc_tta-style-outline .vc_tta-panel-body,
.entry-content .vc_tta.vc_tta-style-outline .vc_tta-panel-heading,
.entry-content .vc_tta.vc_tta-style-outline .vc_tta-tab > a {
  border-width: 1px; }

.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #999; }

.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after,
.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before,
.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after,
.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #999; }

.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #999; }

.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #999; }

.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #323232; }

.wpb-js-composer .entry-content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .entry-content .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #323232; }

.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #323232; }

.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
  color: #323232; }

.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body::before,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .entry-content .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #323232; }


/*==================================*/
/* According */
/*==================================*/
/* Outline According */
.wpb-js-composer .content-wrapper .vc_tta.vc_general .vc_tta-panel-title>a { padding: 20px 20px; }
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a { color: #ffffff; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{ border-color: #1551a1; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading { border-color: #1551a1; }
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-body { border: 1px solid #e3e3e3; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover { background: none; border-color: #1551a1; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::after,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:focus .vc_tta-controls-icon::before,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before { border-color: #1551a1; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover { color: #ffffff; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading { border: 1px solid #e3e3e3;  }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:hover { background: #1551a1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading a { color: #323232; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before  { border-color: #323232; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:hover a, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading a { color: #ffffff; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading:hover a .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before, .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before  { border-color: #ffffff; }

/* Flat According */
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a { color: #ffffff; background: #db2d2e; }
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before { border-color: #ffffff; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading { background-color: inherit; }
.wpb-js-composer .content-wrapper .vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title>a { padding-left: 0px; }
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-flat.vc_tta-accordion .vc_tta-panel-body { border-top: none; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover { background-color: inherit; }
.wpb-js-composer .entry-content .vc_tta.vc_tta-style-flat .vc_tta-panel:hover .vc_tta-panel-title > a { color: #ffffff; }
.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-panel-heading:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.vc_tta-style-flat .vc_tta-panel-heading:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::after { border-color: #ffffff; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-heading { background-color: #ffffff; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-heading:hover { background-color: #db2d2e; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-heading:hover .vc_tta-controls-icon::before  { border-color: #ffffff; }


/* Classic According */
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel-heading,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-tab>a { border-width: 0px; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #db2d2e; }
.wpb-js-composer .content-wrapper .vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a { color: #fff; }
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before { border-color: #ffffff; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a { color: #fff; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading { background-color: #323232; }
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::after { border-color: #ffffff; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover { background-color: #db2d2e; }
.wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-style-classic .vc_tta-panels .vc_tta-panel-body { background-color: #f5f5f5; }

/* Modern According */
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel-body,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel-heading,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-tab>a { border-width: 0px; border-bottom-width: 1px; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading { border-bottom-color: #dddddd; background: transparent;  }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading { border-color: #db2d2e; background-color: transparent; border-bottom-width: 3px; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a { color: #db2d2e; }
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before { border-color: #db2d2e; }
.wpb-js-composer .content-wrapper .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-title>a { padding: 20px 0px }
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title:hover>a { color: #db2d2e; }
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel-title:hover .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before { border-color: #db2d2e; }
.wpb-js-composer .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .content-wrapper .vc_tta.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover { background-color: transparent; }
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-body { padding: 25px 0px; }
.wpb-js-composer .entry-content .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-body { background: transparent; }

/*********************************************
             tab composer
*********************************************/
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-flat li.vc_tta-tab a { background-color: #f5f6f7; color: #323232; padding: 16px 50px; letter-spacing: 2px; font-weight: 600; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-flat li.vc_tta-tab.vc_active a, .wpb-js-composer .vc_tta.vc_general.vc_tta-tabs.vc_tta-style-flat li.vc_tta-tab:hover a { background-color: #db2d2e; color: #ffffff;  }


/*********************************************
             landing-page
*********************************************/
.section-title.style_2 { margin-bottom: 40px; }
.section-title.style_2 h1 { color: #999999; font-size: 70px; margin-bottom: 0; height: 36px; overflow: hidden; padding-top: 2px; }
.section-title.style_2 h2 { color: #999999; font-size: 60px; margin-bottom: 0; height: 33px; overflow: hidden; }
.section-title.style_2 h3 { color: #999999; font-size: 50px; margin-bottom: 0; height: 30px; overflow: hidden; }
.section-title.style_2 h4 { color: #999999; font-size: 40px; margin-bottom: 0; height: 27px; overflow: hidden; }
.section-title.style_2 h5 { color: #999999; font-size: 30px; margin-bottom: 0; height: 20px; overflow: hidden; }
.section-title.style_2 h6 { color: #999999; font-size: 24px; margin-bottom: 0; height: 16px; overflow: hidden; }
.section-title.style_2 span { display: inline-block; color: #323232; text-transform: uppercase;  font-size: 40px; font-weight: 600; line-height: 40px; }

/*overview*/
.overview-share .pdf, .overview-share .see-video, .overview-share .share { display: inline-block; margin-right: 20px; }
.overview-share .icon { width: 30px; height: 30px; line-height: 30px; text-align: center; display: table-cell; background: #626262; color: #ffffff; border-radius: 50%; font-size: 12px; }
.overview-share .info { display: table-cell; vertical-align: middle; padding-left: 10px; text-transform: uppercase; }
.overview-share .info a { color: #323232; text-transform: uppercase; font-weight: bold; }
.overview-share .share { display: inline-block; vertical-align: top; }
.overview-share .share ul { display: inline-block; vertical-align: middle; padding-left: 0; margin-left: 0; }
.overview-share .share ul li { display: inline-block; list-style: none;    }
.overview-share .share ul li a { margin-right: 5px; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #323232; color: #ffffff; border-radius: 50%; font-size: 12px;  }
.overview-share .share span { color: #323232; text-transform: uppercase; font-weight: bold; padding-right: 10px; }
.overview-share .info a:hover { color: #db2d2e; }
.overview-share .share ul li a:hover { background: #db2d2e; }
.overview-share.cd-back-color .see-video, .overview-share.cd-back-color .pdf { border-radius: 30px; padding: 0px 20px 0px 0px; }
.overview-share.cd-back-color .icon { height: 40px; width: 40px; line-height: 40px; background: #323232; }
.overview-share.cd-back-color .share { padding: 5px 20px;  border-radius: 30px; }

/*contact form*/
 .wpcf7-form .contact-form.contact-white-form input[type="text"], .wpcf7-form .contact-form.contact-white-form input[type="email"], .wpcf7-form .contact-form.contact-white-form textarea { background: #ffffff; border:0; }

/*Appointment form*/
.wpcf7-form .contact-form.appointment-form .form-group { margin-bottom: 50px; }
.wpcf7-form .contact-form.appointment-form input[type="text"], .wpcf7-form .contact-form.appointment-form input[type="email"], .wpcf7-form .contact-form.appointment-form textarea { background: transparent; border:0; border-bottom: 3px solid rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6); font-size: 16px; font-weight: 600; padding-left: 0; }
.wpcf7-form .contact-form.appointment-form input[type="text"]:focus, .wpcf7-form .contact-form.appointment-form input[type="email"]:focus, .wpcf7-form .contact-form.appointment-form textarea:focus { border-bottom: 3px solid rgba(255, 255, 255, 1); }
.wpcf7-form .contact-form.appointment-form .form-group .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.6); }
.wpcf7-form .contact-form.appointment-form .form-group .form-control::-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); }
.wpcf7-form .contact-form.appointment-form .form-group .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); }
.wpcf7-form .contact-form.appointment-form input[type="submit"] { width: auto; display: inline-block; }
.row-background-dark .contact-form.appointment-form .button:hover  { color: #ffffff; }

.wpcf7-form .contact-form.appointment-form.appointment-form-light .form-group { margin-bottom: 20px; }
.wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="text"], .wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="email"], .wpcf7-form .contact-form.appointment-form.appointment-form-light textarea { background: transparent; background: #f6f6f6; border:1px solid #f6f6f6; color: #323232; font-size: 14px; font-weight: 400; padding-left: 18px; }
.wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="text"]:focus, .wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="email"]:focus, .wpcf7-form .contact-form.appointment-form.appointment-form-light textarea:focus { border: 1px solid #1551a1; background: #ffffff; }
.wpcf7-form .contact-form.appointment-form.appointment-form-light .form-group .form-control::-moz-placeholder { color: #323232; }
.wpcf7-form .contact-form.appointment-form.appointment-form-light .form-group .form-control::-ms-input-placeholder { color: #323232; }
.wpcf7-form .contact-form.appointment-form.appointment-form-light .form-group .form-control::-webkit-input-placeholder { color: #323232; }
.wpcf7-form .contact-form.appointment-form.appointment-form-light input[type="submit"] { width: auto; display: inline-block; }

/*********************************************
           testimonial
*********************************************/
.testimonial-5 .testimonial-avtar { margin-top: -45px; position: relative; z-index: 1; }
.testimonial-5 .testimonial-avtar h6 { font-size: 18px; display: inline-block; font-style: italic; text-transform: capitalize; }
.testimonial-5 .testimonial-avtar span { font-size: 18px; font-style: italic; font-weight: bold; display: inline-block }
.testimonial-5 .testimonial-avtar img { width: 80px; height: 80px; display: block;  border: 4px solid #ffffff; border-radius: 50%; margin: 0 auto; }
.testimonial-5 .testimonial-content { padding: 0 100px; }
.testimonial-5 .testimonial-content p { font-size: 18px; font-weight: bold; font-style: italic; margin-top: 20px; }
.testimonial-5 .testimonial-content i { font-size: 28px; line-height: 30px; margin-top: 10px; }
.testimonial-5 .owl-carousel .owl-item img { margin: 0 auto; }
.testimonial-5 .owl-carousel .owl-item .testimonial-image img { margin: 0 auto; width: 100%; }

/*team*/
.owl-carousel.pgs_team.style-1 .team { margin-bottom: 0; }

/*feature-box style-10*/
.feature-box.style-10 { position: relative; overflow: hidden; padding: 0 !important; }
.feature-box.style-10:before { background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1))); background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%); background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%); background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%); top: auto; height: 75%; transition: all .35s; content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 9; }
.feature-box.style-10 .icon { position: absolute; bottom: 40px; z-index: 9; padding: 20px; }
.feature-box.style-10 .content { position: absolute; bottom: 0; z-index: 9; padding: 20px; transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.feature-box.style-10 .content h6 { color: #ffffff; }
.feature-box.style-10 .content p { display: none; }
.feature-box.style-10 .icon i { color: #ffffff !important; font-size: 50px; line-height: 50px; display: block; margin-bottom: 10px; }
.feature-box.style-10 img { transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.feature-box.style-10:hover img { -o-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1);   transform: scale(1.1); }
.feature-box.style-10.no-image { background: #323232; padding: 30px !important; min-height: 295px; }
.feature-box.style-10.no-image .icon { position: relative; bottom: inherit; padding: 0; }
.feature-box.style-10.no-image .content { position: relative; bottom: inherit; padding: 0; }

/*potenza-custom-menu*/
.potenza-custom-menu.horizontal .widget { margin-bottom: 0; }
.potenza-custom-menu.horizontal ul.menu { width: 100%; display: table; }
.potenza-custom-menu.horizontal ul.menu li {  background: #db2d2e; padding: 0; position: relative; display: table-cell; width: auto; text-align: center;  letter-spacing: 2px; border-left: 2px solid rgba(255,255,255,0.3); }
.potenza-custom-menu.horizontal ul.menu li a {  position: relative; z-index: 1; color: #ffffff; width: 100%; display: block; text-transform: uppercase; font-size: 16px; padding: 62px 0 22px; }
.potenza-custom-menu.horizontal ul.menu li:last-child { border-right: 2px solid rgba(255,255,255,0.3); }
.potenza-custom-menu.horizontal ul.menu li.glyph-icon { position: relative; padding-right: 0; font-size: 40px; line-height: 40px; margin-bottom: 14px; color: #ffffff; z-index: 0; }
.potenza-custom-menu.horizontal ul.menu li.glyph-icon:before { color: #ffffff; position: absolute; left: 0; right: 0; top: 20px; z-index: 0; }
.potenza-custom-menu.horizontal ul.menu li:hover, .potenza-custom-menu.horizontal ul.menu li.glyph-icon:hover, .potenza-custom-menu.horizontal ul.menu li.active { background: #ffffff; color: #db2d2e; }
.potenza-custom-menu.horizontal ul.menu li:hover a, .potenza-custom-menu.horizontal ul.menu li.glyph-icon:hover:before, .potenza-custom-menu.horizontal ul.menu li.active a, .potenza-custom-menu.horizontal ul.menu li.glyph-icon.active:before { color: #db2d2e; }
.potenza-custom-menu.horizontal.sticky { position: fixed; top: 0; left: 0px; right: 0px; padding: 0 50px; z-index: 9999; width: 100%; background: #db2d2e; }
.potenza-custom-menu.horizontal.sticky ul.menu li a { padding: 58px 0 22px; }

/*horizontal*/
.potenza-custom-menu.vertical ul.menu li { position: relative; }
.potenza-custom-menu.vertical ul.menu li a { background: #f6f6f6; display: block; padding: 10px 20px 10px 42px; }
.potenza-custom-menu.vertical ul.menu li.glyph-icon:before { position: absolute; padding: 13px 16px; line-height: 20px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.potenza-custom-menu.vertical ul.menu li:hover a, .potenza-custom-menu.vertical ul.menu li.glyph-icon:hover:before { color: #db2d2e; }

/*footer*/
.footer .layout_2.social-full { margin-left: -15px; margin-right: -15px; padding: 20px 0; }
.footer .layout_2.social-full a { padding: 0 }
.footer .layout_2.social-full a:hover { background: none; }
.footer .layout_2 .social ul li { display: inline-block; }
.footer .layout_2 .social ul li a { display: inline-block; font-size: 0; background: none !important; padding: 0px 20px; }
.footer .layout_2 .social ul li a i { font-size: 16px; color: #ffffff; }
.footer .layout_2 .social ul li a:hover i { color: #db2d2e; }
.footer .widget .widget-menu li a:hover { color: #db2d2e; }
.footer .widget_categories .widget-menu li a span { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.footer .widget_categories .widget-menu li a:hover span { color: #db2d2e; }

/*video-slider*/
.slick_sider.video-slider .slick-track iframe { width: 100% !important; }
.slick_sider.video-slider .item { padding: 5px; }
.slick_sider.video-slider .item img { cursor: pointer; }
.slick_sider.video-slider .item:focus { outline: none; }
.slick_sider.video-slider .slick-prev,
.slick_sider.video-slider .slick-next { opacity: 0; background: #db2d2e; border-radius: 50%; border: 0px solid #e3e3e3;}
.slick_sider.video-slider .slick-prev:hover,
.slick_sider.video-slider .slick-prev:focus,
.slick_sider.video-slider .slick-next:hover,
.slick-slider .slick-next:focus { background: #323232; border-color: #323232; }
.slick_sider.video-slider .slick-next:before{content: '\f105'; font-family: "Font Awesome 5 Free"; font-size: 20px; line-height: 30px; text-align: center; color: #ffffff; font-weight: 600;}
.slick_sider.video-slider .slick-prev:before{content: '\f104'; font-family: "Font Awesome 5 Free"; font-size: 20px; line-height: 30px; text-align: center; color: #ffffff; font-weight: 600;}
.slick_sider.video-slider .slick-next:hover:before,
.slick_sider.video-slider .slick-prev:hover:before {color: #ffffff;}
.slick_sider.video-slider:hover .slick-slider .slick-next {right: -15px; opacity: 1;}
.slick_sider.video-slider:hover .slick-slider .slick-prev {left: -15px; opacity: 1;}
.slick_sider.video-slider .slider-nav .slick-next,
.slick_sider.video-slider .slider-nav .slick-prev {display: none !important;}
.slick_sider.video-slider:hover .slick-next { right: 15px; }
.slick_sider.video-slider:hover .slick-prev { left: 15px; }

#cars-pagination-nav.pagination-nav .pagination-loader { margin-top: 8px; }

/*pgs_team style-3*/
.pgs_team.style-3 .team { background: #ffffff; position: relative; margin-bottom: 0; }
.pgs_team.style-3 .team .team-name { background: #ffffff; margin: 10px; position: absolute; left: 0; right: 0; bottom: 0; padding: 10px; z-index: 9; }
.pgs_team.style-3 .team:hover .team-social ul li a.icon-1 { transform: translate(0px, -110px); -webkit-transform: translate(0px, -110px); -o-transform: translate(0px, -110px);  -moz-transform: translate(0px, -110px); -ms-transform: translate(0px, -110px); }
.pgs_team.style-3 .team:hover .team-social ul li a.icon-2 { transform: translate(0px, -110px); -webkit-transform: translate(0px, -110px); -o-transform: translate(0px, -110px);  -moz-transform: translate(0px, -110px); -ms-transform: translate(0px, -110px); }
.pgs_team.style-3 .team:hover .team-social ul li a.icon-3 { transform: translate(0px, -110px); -webkit-transform: translate(0px, -110px); -o-transform: translate(0px, -110px);
    -moz-transform: translate(0px, -110px); -ms-transform: translate(0px, -110px); }
.pgs_team.style-3 .team:hover .team-social ul li a.icon-4 { transform: translate(0px, -110px); -webkit-transform: translate(0px, -110px);  -o-transform: translate(0px, -110px);  -moz-transform: translate(0px, -110px);  -ms-transform: translate(0px, -110px); }
.pgs_team.style-3 .team:hover .text-black { color: #323232; }
.pgs_team.style-3.owl-carousel .team { margin-bottom: 0px; }
.pgs_team.style-3 .team { margin-bottom: 30px; }

/*section title 02*/
.section-title.style_2 .separator  { display: block; }

/*button*/
.button.dark-color.border { background: #f6f6f6; border: 0px solid #f6f6f6; color: #323232; }
.button.dark-color.border:before { background: #323232; }
.button.dark-color.border:hover,
.button.dark-color.border:focus,
.button.dark-color.border:active { color: #ffffff; border-color: #323232; }
.button.theme-color:hover { color: #ffffff; }

/*testimonial*/
.testimonial-2 .testimonial-info .testimonial-name h6 { color: #323232; }

/*gdpr*/
.modal .modal-body .cdhl_validate.terms { width: auto; display: inline-block; }
.modal .modal-body a.cd-policy-terms { padding: 0; border: none; color: #db2d2e;  }
.modal .modal-body a.cd-policy-terms:hover { background: transparent; color: #db2d2e; }
.modal .modal-body .form-group input, .modal .modal-body .form-group textarea { margin-bottom: 0; }
.modal .modal-body .cdhl-terms-privacy-container { margin-bottom: 10px; cursor: pointer; display: inline-block; }

/*car-listing*/
.product-listing.page-section-ptb.default.sold-car { padding-top: 80px; }
.product-listing.page-section-ptb.default { padding-top: 0; }
.sidebar .cars_filters h6.widgettitle a { display: none; }
.product-listing.page-section-ptb.lazyload { padding: 0; }
.product-listing.lazyload .all-cars-list-arch .cd-lazy-load-item { width: 20%; float: left; margin-bottom: 0; }
.product-listing.lazyload .cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search_btn { display: none; }
.product-listing.lazyload .cars-top-filters-box-right .pgs_cars_search_box .pgs_cars_search { position: inherit; left: inherit; top: inherit; width: inherit; display: block !important; }
.product-listing.lazyload .cars-top-filters-box-right .nice-select { display: none; }
.product-listing.lazyload .cars-top-filters-box-right .nice-select.select-box { display: block; }
.product-listing.lazyload .car-item { margin-top: 0; }
.product-listing.lazyload .car-item .car-image img { width: 100%; }
.product-listing.lazyload .owl-carousel.cd-featured-carousel .owl-controls { display: none; }
.product-listing.lazyload .cd-featured-carousel .feature-box .icon i { font-size: 80px; line-height: 80px; }
.product-listing.lazyload .car-item .car-content .car-vehicle-review-stamps a { min-height: inherit; }
.product-listing.lazyload .sidebar .cars_filters .widgettitle { clear: both; }
.product-listing.lazyload .sidebar .cars_filters .widgettitle a { padding-left: 20px; font-size: 20px; line-height: 30px; color: #323232; display: none; float: right; color: #db2d2e; }
.product-listing.lazyload .col-sm-12 + .col-sm-12  { padding-left:0; padding-right:0; }
.product-listing.lazyload .cars-top-filters-box-right { padding: 4px 0 0; }
.product-listing.lazyload .content.col-lg-9.col-md-9.col-sm-9 { padding-left: 0; }

/* Search */
.product-listing.lazyload .widget.widget_search input:focus { background: #ffffff; border-color: #db2d2e; }
.product-listing.lazyload .widget.widget_search #searchsubmit { background: #db2d2e; color: #ffffff; right: 0; top: 0; height: 45px; }
.product-listing.lazyload .widget.widget_search #searchsubmit:hover { background: #323232; }
.product-listing.lazyload .widget.widget_search #searchsubmit:focus { border: 1px solid rgba(0, 0, 0, 0); }
.product-listing.lazyload .widget_search .cardealer-auto-compalte-default { top: 45px; position: absolute; width: 100%; max-height: 260px; }
.product-listing.lazyload .cd-inv-loader { height: 50px; margin: 10px 0; }
.product-listing.lazyload .cd-inv-loader .cd-loader { position: absolute; top: inherit; right: inherit;  display: inline-block; width: 50px; height: 50px; }
.product-listing.lazyload .load-status .alert-warning { margin-top: 50px; }
.product-listing.lazyload .cd-lazy-load-item .car-item { border: 0; box-shadow: 0 0 1.5px 0 rgba(0,0,0,0.3); }
.product-listing.default .widget.widget_search input:focus { background: #ffffff; border-color: #db2d2e; }
.product-listing.default .widget.widget_search #searchsubmit { background: #db2d2e; color: #ffffff; right: 0; top: 0; height: 45px; }
.product-listing.default .widget.widget_search #searchsubmit:hover { background: #323232; }
.product-listing.default .widget.widget_search #searchsubmit:focus { border: 1px solid rgba(0, 0, 0, 0); }
.product-listing.default .widget_search .cardealer-auto-compalte-default { top: 45px; position: absolute; width: 100%; max-height: 260px; }
.product-listing.default .cd-no-content { padding-top: 80px; }
.product-listing.lazyload .cd-no-content { padding-top: 80px; }
.product-listing.lazyload .sidebar, .product-listing.lazyload .content { padding: 0; }
.product-listing.lazyload .widget.cars_filters { background: #ffffff; }
.product-listing.lazyload .widget.cars_filters .cdhl-vehicle-filters .widget.cars_filters { padding: 0; }
.product-listing.lazyload .cars-top-filters-box { margin-bottom: 0;  }


/*Pricing Table*/
.pricing-table { background: #f6f6f6; padding: 30px 0px 0; position: relative; margin-top: 20px; }
.pricing-title h2 { margin-bottom: 10px; }
.pricing-title .pricing-prize h2 { color: #DB2E2D; text-transform: capitalize; margin-bottom: 0px; margin-top: 20px; }
.pricing-title .pricing-prize span { font-size: 18px; margin-bottom: 0; padding-top: 20px; }
.pricing-title span { font-size: 16px; display: block; margin-bottom: 12px; }
.pricing-list ul { margin-top: 20px; }
.pricing-list li { font-size: 16px; padding: 17px 0px; border-top: 1px solid #e8e8e8; }
.pricing-list li.text-gray { color: #C3BFBF; }
.pricing-order { background: #363636; display: inline-block; position: relative; width: 100%; padding: 20px 0; }
.pricing-ribbon { position: absolute; left: -3px; top: 10px; z-index: 9; }
.pricing-table.active { margin-top: -15px; position: relative; padding: 0; border: none; }
.pricing-table.active .pricing-title h2.text-bg { background: #DB2E2D; padding: 27px; }
.pricing-table.active .pricing-order { background: #DB2E2D; padding: 30px 0; }
.pricing-table.active .pricing-list ul { margin-top: 19px; }
.pricing-table.active .pricing-list li.text-light-red { color: #DB2E2D; }
.pricing-table.pricing-table-border { border-left: 1px solid #e8e8e8; }
.pricing-table .pricing-list ul  { padding-left: 0; margin-left: 0; margin-bottom: 20px; }
.pricing-table.active .button.gray:before { background: #363636; }

/*pricing */
.pricing-title h2 { margin-bottom: 20px; font-size: 26px; line-height: 36px; padding: 0 20px;}
.pricing-title span { font-size: 14px; display: block; margin-bottom: 12px; padding: 0 25px; }
.pricing-list ul { margin-top: 20px; }
.entry-content .pricing-list li { list-style: none; }
.pricing-list li { font-size: 14px; padding: 10px 0px; border-top: 1px solid #e8e8e8; }
.pricing-list li.text-gray { color: #C3BFBF; }
.pricing-order { background: #363636; display: inline-block; position: relative; width: 100%; padding: 20px 0 20px; }
.pgs-pricing-table-style-1.pricing-table { background: #fff; }
.pgs-pricing-table-style-1.pricing-table.active { background: #00a9da; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-title h2.text-bg { background: #00a9da; padding: 34px 27px; }
.pgs-pricing-table-style-1 .pricing-order { background: #fff; padding: 20px 0; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-order { background: #00a9da; padding: 20px 0; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-list li.text-light-blue { color: #fff; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-title h3.text-bg { background: #00a9da; padding: 44px 0 30px; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-bg { background: #fff; color: #00a9da; }
.pgs-pricing-table-style-1 .pricing-title h2 { border-bottom: 5px solid #00a9da; padding-bottom: 26px; margin-bottom: 0px; font-size: 28px; line-height: 28px; font-weight: 400; text-transform: none; margin: 0; }
.pgs-pricing-table-style-1 .pricing-title .pricing-prize h2 { border-bottom: none; padding-bottom: 0; color: #00a9da; }
.pgs-pricing-table-style-1 .pricing-title span { padding: 13px 0; margin-bottom: 0px; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-title span { padding: 15px 0; margin-bottom: 0px; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-list ul { margin-top: 0px; }
.pgs-pricing-table-style-1.pricing-table .pricing-list ul { margin-top: 0px; padding-left: 0; }
.pgs-pricing-table-style-1.pricing-table.active { margin-top: 0px; }
.pgs-pricing-table-style-1.pricing-table.pricing-table-border { border-left: 0px solid #e8e8e8; }
.pgs-pricing-table-style-1.pricing-table.active .pricing-title { background: #ffffff; }
.pricing-table { margin: 23px 0 0; }
.pricing-table.active { margin-top: 0px; }
.pricing-table .pricing-order a { cursor: pointer; }

/*car masonary*/
.all-cars-list-arch.isotope-2.masonry .masonry-item { margin-bottom: 0; }
.all-cars-list-arch.isotope-2.masonry .masonry-item .car-item .car-image img { width: 100%; }
.product-listing.lazyload .listing-sidebar.listing-sidebar-lazyload.listing-sidebar-sticky.is_stuck { height: 100%; overflow-y: auto; overflow-x: hidden; }
.product-listing.lazyload .listing-sidebar.listing-sidebar-lazyload .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle { left: 98% !important; }

.all-cars-list-arch.masonry { margin-bottom: 40px; }

/*team single*/
.single-teams .custom-content-4 span { font-weight: bold; margin-bottom: 30px; display: block; }
.single-teams .social { float: right; }
.single-teams .social ul { margin: 0; padding: 0; }
.single-teams .social ul li { display: inline-block; }
.single-teams .social ul li a { color: #323232; background: #eae8e8; display: block; border-radius: 3px; width: inherit; margin: 2px; padding: 0px 15px; }
.single-teams .social ul li a i { color: #323232; font-size: 16px; line-height: 40px; display: block; float: none; }
.single-teams .social ul li a:hover { background: #323232; }
.single-teams .social ul li a:hover i { color: #ffffff; }
.single-teams .nav-single { margin-bottom: 0; }
.our-team nav .pagination { margin-top: 30px; }

 /*testimonials listing*/
 .page-template-testimonials .cd_testimonials .testimonial-block { margin-bottom: 30px; }
 .row-background-dark .testimonial-2 .testimonial-info .testimonial-name h6 { color: #ffffff; }
 .blog .sidebar-right #search-2 .cardealer-auto-compalte-default { top: inherit; }
 .woocommerce-checkout .woocommerce-checkout-payment .checkbox input[type="checkbox"] { position: relative; }
 .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment label.checkbox { margin-top: 0; }
 .woocommerce-checkout #payment div.form-row { padding-top: 0px !important; }
 .woocommerce div.product form.cart .variations label.pa_color { padding-top: 10px; }


/*skills-2*/
.skills-2 ul { display: inline-block; width: 100%; padding: 0; }
.skills-2 h3 { margin-bottom: 30px; }
.entry-content .skills-2 ul { padding-left: 0px; }
.skills-2 li { position: relative; margin-bottom: 55px; font-size: 16px; list-style: none; }
.entry-content .skills-2 li { list-style: none; }
.skills-2 li:last-child { margin-bottom: 18px; }
.skills-2 .bar { background-color: #DB2E2D !important; }
.skills-2 .bar_container, .bar { position: absolute; left: 0; height: 7px; border-radius: 3px; content: ""; top: 30px; }
.skills-2 .bar_container { bottom: -8px; width: 100%; background-color: #eceff8; text-align: right; }
.skills-2 .bar { top: 0; background: #00a9da; }
.skills-2 .pct { position: absolute; top: 15px; right: 0; opacity: 0; transition: opacity 0.3s linear; color: #626262 !important; }

/*team-expertise*/
.our-team .type-teams { margin-bottom: 0 !important; }
.team-expertise h3 { margin-bottom: 30px; }
.our-activities { margin-bottom: 80px; }
.team-expertise ul li { line-height: 24px; display: block; padding: 11px 0 11px 24px; font-size: 18px; position: relative; border-bottom: 1px dotted #f2f2f2; }
.team-expertise ul li:before { content: "\f105"; font-family: "Font Awesome 5 Free"; font-size: 14px; font-weight: 700; left: 0; position: absolute; text-indent: 0; top: 11px; font-size: 18px; }
.cd-single-team-navigation { margin: 0px 0 60px; }
.cdfs_add_car_page .cdfs_car_form .features-and-options .form-group { border: 1px solid #e5e5e5; }
.cdfs_add_car_page .cdfs_car_form .features-and-options .form-group > label { background: #f6f6f6;  padding: 10px 20px; margin-top: 0; }
.cdfs_add_car_page .cdfs_car_form .features-and-options .form-group .features-and-options-container { max-height: 300px; overflow-y: scroll; overflow-x: hidden; padding: 10px 20px; }

/*owl-carousel load*/
.owl-carousel > .item, .owl-carousel > .team-2 {float: left; margin-right: 15px;}

.owl-carousel[data-items='1'] > .item{width: 100%; margin-right: 0px;}
.owl-carousel[data-items='1'] > .item{display: none;}
.owl-carousel[data-items='1'] > .item:nth-child(-n+1){display: block;}

.owl-carousel[data-items='2'] > .item, .owl-carousel[data-items='2'] > .team-2{width: 48%; margin-right: 2%;}
.owl-carousel[data-items='2'] > .item, .owl-carousel[data-items='2'] > .team-2 {display: none;}
.owl-carousel[data-items='2'] > .item:nth-child(-n+2), .owl-carousel[data-items='2'] > .team-2:nth-child(-n+2){display: block;}

.owl-carousel[data-items='3'] > .item, .owl-carousel[data-items='3'] > .team-2 {width: 365px;}
.owl-carousel[data-items='3'] > .item, .owl-carousel[data-items='3'] > .team-2 {display: none;}
.owl-carousel[data-items='3'] > .item:nth-child(-n+3), .owl-carousel[data-items='3'] > .team-2:nth-child(-n+3){display: block;}

.owl-carousel[data-items='4'] > .item, .owl-carousel[data-items='4'] > .team-2{width: 270px;}
.owl-carousel[data-items='4'] > .item, .owl-carousel[data-items='4'] > .team-2 {display: none;}
.owl-carousel[data-items='4'] > .item:nth-child(-n+4), .owl-carousel[data-items='4'] > .team-2:nth-child(-n+4) {display: block;}

/*owl-carousel-7*/
.owl-carousel-7 > .item {float: left; margin-right: 5px;}
.owl-carousel-7 > .item{width: 279px;}
.owl-carousel-7 > .item {display: none;}
.owl-carousel-7 > .item:nth-child(-n+4) {display: block;}

/*cars-top-filters-box*/
.cars-top-filters-box { position: relative; }
.cars-top-filters-box .filter-loader { position: absolute; left: 0; text-align: center; top: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.48); z-index: 9; }
.cars-top-filters-box .filter-loader .cd-loader { position: absolute; top: 50%; left: 50%; margin-left: -14px; margin-top: -12px; }

/*language*/
#header .topbar .language ul { background: #323232; padding-left: 5px; position: absolute; z-index: 99999; margin-left: 0; margin-top: 11px; margin-bottom: 0; text-align: left; padding-right: 5px; }
#header .topbar .language ul li { padding: 0 15px 10px 15px;  list-style: none; }
#header .topbar .language ul li:last-child { padding-bottom: 15px; }
#header .topbar .language ul li:first-child { padding-top: 15px; }
#header .topbar .language a.cardealer-current-lang > img { margin-right: 2px; }
#header .topbar .language ul li a { font-size: 13px; display: inline-block; }
#header .topbar .language ul li a .lang-label { color: #ffffff; font-size: 13px; font-weight: 400; vertical-align: middle; padding-right: 0; transition: all 0.5s ease-in-out; }
#header .topbar .language#cardealer-lang-drop-down ul li a img { display: inline-block; }
#header .topbar .language#cardealer-lang-drop-down ul li a img + span { padding-left: 5px; }
#header .topbar .language#cardealer-lang-drop-down ul li a > span { padding-left: 0; }
#header .topbar .language a.cardealer-current-lang { color: #ffffff; }
#header .topbar .language .drop-content a { color: #323232; }
#header .topbar .language a.cardealer-current-lang:hover, #header .topbar .language a.cardealer-current-lang:hover, .language .drop-content a:hover, #header .topbar .language .drop-content a:hover { color: #db2d2e; }
#header .topbar .language ul li a:hover .lang-label { color: #db2d2e; }
#header .topbar.topbar_fixed .language ul { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

/*style-horizontal*/
#header .topbar .language.style-horizontal ul { background: inherit; position: inherit; padding: 0; margin: 0; }
#header .topbar .language.style-horizontal ul li { display: inline-block; padding: 0; margin: 0; padding-right: 8px; }
#header .topbar .language.style-horizontal ul li a .lang-label { color: #ffffff; }
#header .topbar .language.style-horizontal#cardealer-lang-drop-down ul li a img + span { padding-left: 5px; }
#header .topbar .language.style-horizontal ul li a:hover .lang-label { color: #db2d2e; }

#header.defualt .topbar .language ul, #header.transparent-fullwidth .topbar .language ul { background: #ffffff; }
#header.defualt .topbar .language ul li a .lang-label, #header.transparent-fullwidth .topbar .language ul li a .lang-label { color: #323232; }
#header.defualt .topbar .language ul li a:hover .lang-label, #header.transparent-fullwidth .topbar .language ul li a:hover .lang-label { color: #db2d2e; }
#header.defualt .topbar .language.style-horizontal ul, #header.transparent-fullwidth .topbar .language.style-horizontal ul { background: transparent; }
#header.defualt .topbar .language.style-horizontal ul li a .lang-label, #header.transparent-fullwidth .topbar .language.style-horizontal ul li a .lang-label { color: #ffffff; }
#header.defualt .topbar .language.style-horizontal ul li a:hover .lang-label, #header.transparent-fullwidth .topbar .language.style-horizontal ul li a:hover .lang-label { color: #db2d2e; }

/*non-translated*/
#header .topbar .language.non-translated .lang-label .icl_lang_sel_translated { display: none; }


/*header.boxed*/
#header.boxed .topbar .language a.cardealer-current-lang:hover { color: #323232 !important; }
#header.boxed .topbar .language.style-horizontal ul li a:hover .lang-label { color: #323232 !important; }
.cd-featured-carousel.owl-carousel .owl-stage-outer { text-align: center; }
.cd-featured-carousel.owl-carousel .owl-stage { display: inline-block; }
#woo_pp_ec_button.wcppec-cart-widget-button { display: inline-block; margin-top: 10px; text-align: center; width: 100%; }
#woo_pp_ec_button.wcppec-cart-widget-button img { display: inline; float: none; }
.cars_condition_carousel-wrapper #tabs .tabcontent, .cardealer-tabs .cardealer-tabcontent { overflow: visible; }


/*style-classic list*/
.style-classic.car-grid { background: #f5f5f5; border: none; }
.style-classic.car-grid .car-details .car-info { display: block; clear: both; background: #ffffff; padding: 10px; }
.style-classic.car-grid .car-details .vehicle-attributes-list { clear: both; width: 59%; display: inline-block; border-right: 3px solid #f5f5f5; padding-right: 10px;  }
.style-classic.car-grid .car-details .vehicle-attributes-list ul li { display: block; font-size: 12px; }
.style-classic.car-grid .car-details .vehicle-attributes-list ul.vehicle-attributes { width: 50%; float: left; }
.style-classic.car-grid .car-details .vehicle-attributes-list ul strong { word-break: break-all; }
.style-classic.car-grid .car-details .car-location { width: 40%; display: inline-block; vertical-align: top; padding-left: 10px; }
.style-classic.car-grid .car-details .car-title a { margin-bottom: 0; }
.style-classic.car-grid .car-details .car-title a:before { display: none; }
.style-classic.car-grid .car-description { margin-top: 20px; }
.style-classic.car-grid .car-bottom { padding: 10px 20px; background: #ffffff; margin-top: 10px; clear: both; display: flex; }
.style-classic.car-grid .car-bottom .button.pull-right { float: none !important; display: inline-block; }
.style-classic.car-grid .car-bottom .car-bottom-actions {  display: inline-block; padding: 0; }
.style-classic.car-grid .car-bottom .car-bottom-actions li { display: inline-block; list-style: none; margin-right: 20px; margin-top: 5px; }
.style-classic.car-grid .car-bottom .car-bottom-actions li a { color: #323232; }
.style-classic.car-grid .car-bottom .car-bottom-actions li a i { padding-right: 8px; color: #db2d2e; }
.style-classic.car-grid .car-bottom .car-bottom-actions li a:hover { color: #db2d2e; }
.style-classic.car-grid .car-bottom .car-review-stamps {  display: inline-block; margin-left: auto; }
.style-classic.car-grid .car-bottom .car-review-stamps .car-vehicle-review-stamps { width: auto; text-align: right; margin-top: 0; }
.style-classic.car-grid .car-bottom .car-review-stamps .car-vehicle-review-stamps a { margin-left: 10px; }
.style-classic.car-grid .price span { font-size: 24px; }
.style-classic.car-grid .car-location p strong { display: block; }
.style-classic.car-grid .car-location p { margin-top: 8px; display: block; margin-bottom: 0; }

/*style-classic grid*/
.style-classic.car-item { text-align: left; }
.style-classic.car-item .car-overlay-banner { text-align: center; }
.style-classic.car-item .car-overlay-banner ul { top: 50%; }
.style-classic.car-item .vehicle-attributes-list { margin-top: 10px; }
.style-classic.car-item .vehicle-attributes-list ul, .style-classic.car-item .vehicle-attributes-list .vehicle-attributes { margin: 0; padding: 0; }
.style-classic.car-item .vehicle-attributes-list ul li { display: block; font-size: 12px; line-height: 16px; padding: 0; }
.style-classic.car-item .car-vehicle-review-stamps { text-align: left; }
/*.style-classic.car-item .car-vehicle-review-stamps a { margin-left: 0; }*/
.style-classic.car-item .car-vehicle-review-stamps a img { margin-bottom: 0; }
.style-classic.car-item .car-item .car-content > a { margin-bottom: 4px; }
.style-classic.car-item .car-content ul.car-bottom-actions.classic-grid { padding: 0; clear: both; margin-top: 10px; margin-left: 0; }
.style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li { list-style: none; display: inline-block; clear: both; text-align: center; }
.style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a {  color: #323232; background: #f5f5f5; padding: 6px 12px; font-size: 13px; margin-bottom: 0;  min-width: 84px; }
.style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a i { padding-right: 8px; }
.style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li:nth-child(2) { float: right; }
.style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a:hover, .style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li a.popup-youtube:hover { background: #db2d2e; color: #ffffff; }

.col-lg-3 .style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li { margin-right: 4px; }
.col-lg-3 .style-classic.car-item .car-content ul.car-bottom-actions.classic-grid li:nth-child(2) { float: none; margin-top: 4px; }


.style-classic.car-item.car-item-2 .car-content { padding: 20px; margin-bottom: 0; }
.style-classic.car-item.car-item-2 .car-content .price {  text-align: center; }
.owl-carousel .owl-item .item .style-classic.car-item { margin-left: 1px; }

.style-classic.car-item.grey-bg .car-content ul.car-bottom-actions.classic-grid li a { background: #ffffff; }
.tab-vertical.tabs-left .tab-content .tab-pane .grid-item .style-classic.car-item.car-item-2 .car-content { padding: 20px 0;  }
.product-listing.lazyload .cd-lazy-load-item .car-item.style-classic { border: 0; box-shadow: 0 0 1px 0 rgba(0,0,0,0.3); }
.product-listing .car-grid.style-classic .price span.old-price { display: block; }


/*product*/
.style-classic.car-item .vehicle-attributes-list ul li strong, .vehicle-attributes-list li strong { word-break: break-word; }
.car-item .vehicle-attributes-list .list-inline { text-align: left; margin-top: 20px; padding-left: 0; margin-left: 0; }
.car-item .vehicle-attributes-list .list-inline li { display: block; }

.owl-carousel.owl-theme { clear: both; }

/* Language switcher */
/*#header .menu .menu-inner div > .row #primary-menu > li.menu-item > a { line-height: 10px !important; }*/
.mega-menu .menu-links>li a img { margin-right: 2px; }
.mega-menu .menu-links>li .drop-down-multilevel a img { margin-right: 2px; margin-top: 7px; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item .mega-menu-link img { margin-top: 2px; margin-right: 2px; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-sub-menu .mega-menu-item .mega-menu-link img { margin-right: 2px;margin-top: 7px; }


@media (max-width: 992px){
    .tab-vertical.tabs-left .tab-content .tab-pane .grid-item:nth-child(2n) { margin-right: 0; }
    .tab-vertical.tabs-left .tab-content .tab-pane .grid-item:nth-child(3n) { margin-right: 2%; }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-item .mega-menu-link img { margin-top: 6px; }
    .mega-menu .menu-links>li a img { margin-top: 7px; }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link:after {position: relative;
    top: 2px;}
    #mega-menu-primary-menu > li.menu-item-compare > a { width: 30px; display: inline-block; }
    .mega-menu .menu-item-compare .compare-details.count { margin-top: 0px; top: -8px; }
    .header-preview .preview-logo img { height: 50px; }
    body #mega-menu-wrap-primary-menu,
    body #mega-menu-wrap-primary-menu #mega-menu-primary-menu,
    body #mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu,
    body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item,
    body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-row,
    body #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-column,
    body #mega-menu-wrap-primary-menu #mega-menu-primary-menu a.mega-menu-link { position: static; }
}
.features-and-options-container .feature_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.feature_list .feature_list_sub {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
}