/*
    Theme Name: Automan
    Theme URI: http://premiumlayers.net/demo/wp/automan/
    Author: WPmines
    Author URI: http://premiumlayers.net/
    Description: A Beautiful, Professional and Multipurpose Theme
    Version: 1.6.3
    License: GNU General Public License
    License URI: license.txt
    Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
    Text Domain: automan
*/

/**
*
* Contents
* 
* 01. General Styles
* 02. Pagination
* 03. Alerts
* 04. Buttons
* 05. Forms
* 06. Accordion
* 07. Tabs
* 08. Header
* 09. Footer
* 10. Sections
* 11. Icons
* 12. Widgets
* 13. Banner
* 14. Services
* 15. Featured Cars
* 16. Call To Action
* 17. Blog
* 18. Link Boxes
* 19. Car Types
* 20. Listing
* 21. Team
* 22. Compare
* 23. Contact
* 24. Car Details
* 25. Add Car
* 26. Portfolio
* 27. Search
**/

/* ==========================================================================
   01. General Styles
   ========================================================================== */

.page_top_padding {padding-top: 96px;}
.page_bottom_padding {padding-bottom: 142px;}
.body-inner {background: #fff;}
.container-fluid,
.container-layout-fullmiddle,
.container-layout-fullmax{
    margin: 0 auto;
}

.container-layout-fullmax,
.container-fluid.layout-fullmax {
    max-width: 1920px;
}

.container-fluid.layout-fullmiddle,
.container-layout-fullmiddle {
    max-width: 1280px;
}
header, header .navigation{
    margin: 0 auto;
}
.container-layout-fullmax header,
.container-layout-fullmax  header .navigation{
    max-width: 1920px;
}
.container-layout-fullmiddle  header,
.container-layout-fullmiddle  header .navigation {
    max-width: 1280px;
}
.container-layout-middle header,
.container-layout-middle header .navigation {
    max-width: 1170px;
}
.container-layout-fullwidthbg header,
.container-layout-fullwidthbg header .navigation {
    max-width: 1140px;
}
.container-layout-middle {
    max-width: 1170px;
    margin: 0 auto;
}
.container-layout-fullmiddle,
.container-layout-fullwidthbg {
    overflow: hidden;
}
footer {
    overflow: visible !important;
}
/*@media all and (min-width: 768px) {
    .layout-fullwidth .col-md-12.main-content {padding: 0;}
}*/
.pagecustom .container-fluid.layout-fullmiddle,
.pagecustom .container-fluid.layout-fullmax,
.pagecustom .container-fluid.layout-fullwidth {
    padding: 0 !important;
}
@media all and (min-width: 1200px) {
    .container-layout-fullmax .page-title .title,
    .container-layout-fullmiddle .page-title .title {left:0!important;}
}
/* Typography
   ========================================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    
    line-height: 26px;
    color: #5d6e7b;
    overflow-x: hidden;
}
a {
    color: #09a0f7;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
a:hover {
    color: #09a0f7;
    opacity: .75;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
a img {
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover img {
    opacity: .75;
}
p {
    margin-bottom: 24px;
}
h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}
h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}
h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 18px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif; 
}

.small-heading {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 56px;
    margin-top: 56px;
    color: #2e566e;
}
.small-heading.no-margin-top {
    margin-top: 0;
}
.xsmall-heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e566e;
}
.fa-ul {
    margin-left: 0;
}
.fa-li {
    position: static;
    width: auto;
    margin-right: 10px;
}
hr {
    border-color: #3b4144;
    margin-top: 28px;
    margin-bottom: 28px;
}
hr.light {
    border-color: #dae2e6;
    margin-top: 14px;
    margin-bottom: 40px;
}
blockquote,
blockquote.pullRight {
    font-size: 15px;
    line-height: 26px;
    border: none;
    padding: 0;
    margin: 32px 0;
}
blockquote p {
    border-left: 3px solid #0074e1;
    padding: 8px 28px;
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 15px;
}

blockquote.pullRight p {
    border-right: 3px solid #0074e1;
    border-left: none;
    padding: 8px 28px;
    padding-left: 0;
    text-align: right;
}
blockquote footer {
    text-align: right;
}
blockquote footer small {
    font-size: 12px;
}
blockquote footer:before {
    display: none;
}
blockquote.pullRight footer {
    text-align: left;
}
.spacer {
    margin-bottom: 48px;
}
.featured-image {
    margin-top: 96px;
}
.aligncenter {
    display: block;
    margin: 24px auto;
}
.alignleft {
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
}
.alignright {
    float: right;
    margin-left: 24px;
    margin-bottom: 12px;
}
@media all and (max-width: 768px) {
    .column-spacer {
        height: 24px;
    }
}
ol, ul {
    /*padding-left: 0*/
}

/* ==========================================================================
   02. Pagination
   ========================================================================== */
.pagination-wrapper {
    margin-top: 42px;
    position: relative;
}
.pager {
    margin: 0;
}
.pager li>a {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    color: #0074e1;
    font-weight: 300;
    position: relative;
    z-index: 2;
}
.pager li>a:focus, .pager li>a:hover {
    background: none;
}
.pager li>a span {
    background: #0074e1;
    color: #fff;
    line-height: 45px;
    padding: 0 12px;
    display: inline-block;
    margin-right: 12px;
}
.pager li.next>a span {
    margin-right: 0;
    margin-left: 12px;
}
.pagination {
    margin: 0;
    border-radius: 0;
}
.pagination>li>a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
    border: 1px solid #d0dce3;
    color: #b9c1c1;
    font-size: 14px;
    line-height: 45px;
    padding: 0 13px;
    background: #fff;
    font-weight: 400;
    margin: 0 6px;
    float: none;
    display: inline-block;
}
.pagination>li>a:focus, .pagination>li>a:hover {
    background: #fff;
    color: #b9c1c1;
    border-color: #d0dce3;
}
.pagination>li:last-child>a, .pagination>li:first-child>a {
    border-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    border-color: #0074e1;
    background: #0074e1;
    color: #fff;
    opacity: 1;
}
.pagination-wrapper .pagination {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li{
    border:none !important; margin-left:6px !Important
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul{border:none; margin-left:-6px !Important}

/* ==========================================================================
   03. Alerts
   ========================================================================== */
.alert {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 0;
    padding: 23px 26px; 
    margin-bottom: 20px;
}
.alert strong {
    font-weight: 500;
    text-transform: uppercase;
}
.alert .icon {
    margin-right: 26px;
}
.alert-success {
    background: #dff0d8;
    border: 1px solid #dae7d4;
    color: #3c763d;
}
.alert-success .icon {
    color: #6fcb49;
}
.alert-info {
    background: #d9edf7;
    border: 1px solid #d2e3ec;
    color: #31709c;
}
.alert-info .icon {
    color: #4992b7;
}
.alert-warning {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}
.alert-warning .icon {
    color: #e0bf11;
}
.alert-danger {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #b84442;
}
.alert-danger .icon {
    color: #ec5252;
}
.alert-small {
    font-size: 14px;
    padding: 12px 14px;
    margin-bottom: 1px;
}
.alert-small .icon {
    margin-right: 12px;
}
.form-alert {
    display: none;
}

/* ==========================================================================
   04. Buttons
   ========================================================================== */


/* ==========================================================================
   05. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
select, textarea, .form-control:focus, .form-control {
    display: block;
    border: 1px solid #e7edf0;
    background: #fff;
    width: 100%;
    padding: 11px 15px;
    outline: none !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #2e566e;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-wrapper {
    position: relative;
}
.select-wrapper .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    color: #9ba7ae;
}
::-webkit-input-placeholder {
    color: #9ba7ae;
}
:-moz-placeholder {
    color: #9ba7ae;
}
::-moz-placeholder {
    color: #9ba7ae;
}
:-ms-input-placeholder {
    color: #9ba7ae;
}
.form-group {
    margin-bottom: 22px;
}
.noUi-background {
    background: #44728e;
    box-shadow: none;
}
.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.noUi-horizontal {
    height: 6px;
}
.noUi-origin {
    border-radius: 0;
}
.noUi-connect {
    background: #224357;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -4px;
}
.noUi-handle:after, .noUi-handle:before {
    content: none;
}
.noUi-handle {
    border-radius: 100%;
    border: 2px solid #2e566e;
    background: #94b9d0;
    box-shadow: none;
    cursor: pointer;
}
label {
    font-size: 15px;
    line-height: 20px;
    color: #616d75;
    font-weight: 400;
    margin-bottom: 12px;
}
label .required {
    color: #f92727;
    margin-left: 4px;
}
.form-horizontal .control-label {
    padding-top: 12px;
    text-align: left;
}
.form-horizontal .control-label:after {
    content: ':';
    position: absolute;
    line-height: 45px;
    top: 0;
    right: 0;
}
.checkbox, .radio {
    margin-bottom: 9px;
    margin-top: 0;
}
.checkbox.inline, .radio.inline {
    display: inline-block;
    margin-right: 10px;
}
.checkbox label, .radio label {
    padding-left: 46px;
    display: inline-block !important;
    line-height: 40px;
}
.checkbox input, .radio input {
    display: none;
}
.checkbox div, .radio div {
    display: block;
    width: 40px;
    height: 39px;
    background: url('images/checkbox.png');
    position: absolute;
    margin-left: -46px;
}
.checkbox input:checked + div, .radio input:checked + div {
    background: url('images/checkbox-checked.png');
}
.radio.rounded {
    margin-bottom: 18px;
    margin-top: 0;
}
.radio.rounded.inline {
    display: inline-block;
    margin-right: 10px;
}
.radio.rounded label {
    padding-left: 36px;
    line-height: 23px;
    color: #2e566e;
    font-weight: 700;
}
.radio.rounded label .green {
    color: #55c243;
}
.radio.rounded label .grey {
    color: #bdc2cb;
}
.radio.rounded input {
    display: none;
}
.radio.rounded div {
    display: block;
    width: 23px;
    height: 23px;
    background: url('images/radio.png');
    position: absolute;
    margin-left: -36px;
}
.radio.rounded input:checked + div {
    background: url('images/radio-checked.png');
}
.premiun-publish .payment-subject,
.premiun-publish .payment-item-text {
    display: none;
}
.premiun-publish .button.pay-publish {
    margin-left: 11px;
}
.file-input {
    position: relative;
    overflow: hidden;
    line-height: 37px;
    padding: 0 32px;
    font-size: 13px;
    font-weight: 700;
    border-width: 2px;
    margin-top: 2px;
}
.file-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
}
.file-input-selection {
    display: inline-block;
    margin-left: 12px;
    font-size: 15px;
    line-height: 45px;
    color: #616d75;
    font-weight: 300;
}
/* Search
   ========================================================================== */
.tpc-refine-search select, .tpc-refine-search input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    border: none;background: #5e6f79;color: #aebbc3;font-size: 14px;line-height: 20px;font-weight: 500;
    text-transform: uppercase;padding: 10px 15px;}
.tpc-refine-search .noUi-background {background: #5c6e79;}
.tpc-refine-search .noUi-connect {background: #fff;}
.tpc-refine-search .noUi-handle {border: none;background: #f7d809;}

.tpc-refine-search {padding: 25px 24px;background: #778790;color: #fff;margin-bottom: 30px;}
.tpc-refine-search .title {font-size: 18px;line-height: 21px;margin-bottom: 24px;}
.tpc-refine-search .title i {font-size: 16px;line-height: 21px;}
.tpc-refine-search .price-slider-value, .tpc-refine-search .distance-slider-value {margin-bottom: 12px;display: inline-block;
    font-size: 14px;line-height: 21px;}
.tpc-refine-search .button {font-size: 14px;line-height: 41px;font-weight: 700;}

.search-form {
    position: relative;
}
.search-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    background: #e8eef2;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 11px 15px;
}
.search-form ::-webkit-input-placeholder {
    color: #b0c1c7;
}
.search-form :-moz-placeholder {
    color: #b0c1c7;
}
.search-form ::-moz-placeholder {
    color: #b0c1c7;
}
.search-form :-ms-input-placeholder {
    color: #b0c1c7;
}
.search-form button {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    color: #44728e;
    display: inline-block;
    width: 42px;
    padding: 0;
}
.input-group input {
    display: table-cell;
}
.input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e7edf0;
    color: #616d75;
    padding: 0 15px;
    font-size: 13px;
}
.input-group-addon.green {
    background: #55c243;
    border-color: #55c243;
    color: #fff;
}
.input-group-btn>.button {
    position: relative;
    margin-left: 11px;
}
/* Footer
   ========================================================================== */
.footer input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .footer select, .footer textarea {
    display: block;
    border: none;
    background: #2e3335;
    width: 100%;
    padding: 13px 24px;
    outline: none !important;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.footer .form-group {
    margin-bottom: 1px;
}
.footer ::-webkit-input-placeholder {
    color: #88949b;
}
.footer :-moz-placeholder {
    color: #88949b;
}
.footer ::-moz-placeholder {
    color: #88949b;
}
.footer :-ms-input-placeholder {
    color: #88949b;
}
.footer .footer-top-block {
    position: relative;
    left: 0;
    margin-top: -74px;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    background: #09a0f7;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}
h5.footer-title strong {
    font-weight: 300;
}
.footer .footer-widgets {
    margin-top: 74px;
}
/* Banner Form
   ========================================================================== */
.banner-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .banner-form select {
    border: 1px solid #44728e;
    background: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 44px;
    height: 44px;
    padding: 0 16px;
    margin: 3px 0;
    color: #fff;
}
.banner-form ::-webkit-input-placeholder {
    color: #44728e;
}
.banner-form :-moz-placeholder {
    color: #44728e;
}
.banner-form ::-moz-placeholder {
    color: #44728e;
}
.banner-form :-ms-input-placeholder {
    color: #44728e;
}
.banner-form select option {
    background: #fff;
    color: #44728e;
}
.banner-form .select-wrapper {
    position: relative;
}
.banner-form .select-wrapper .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #44728e;
}

/* ==========================================================================
   06. Accordion
   ========================================================================== */

/* ==========================================================================
   07. Tabs
   ========================================================================== */

/* Solid
   ========================================================================== */
.tabpanel.solid .nav-tabs {
    border-bottom: 1px solid #0074e1;
    margin-bottom: 38px;
}
.tabpanel.solid .nav-tabs>li {
    margin-bottom: 0;
}
.tabpanel.solid .nav>li>a {
    padding: 19px 30px;
}
.tabpanel.solid .nav-tabs>li>a {
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    border: none;
    margin-right: 0;
    color: #2e566e;
}
.tabpanel.solid .nav-tabs>li>a:hover {
    background: none;
}
.tabpanel.solid .nav-tabs>li.active>a, .tabpanel.solid .nav-tabs>li.active>a:focus, .tabpanel.solid .nav-tabs>li.active>a:hover {
    background: #0074e1;
    border: none;
    color: #fff;
    opacity: 1;
}
.tabpanel.solid .tab-content {
    margin-bottom: 48px;
}

/* Border
   ========================================================================== */
.tabpanel.border .nav-tabs {
    border-bottom: 1px solid #e8eaed;
}
.tabpanel.border .nav>li>a {
    padding: 19px 30px;
}
.car-details .border .nav>li>a {
    padding: 15px 15px;
}
.tabpanel.border .nav-tabs>li>a {
    border-radius: 0;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
    margin-right: 0;
    color: #2e566e;
}
.tabpanel.border .nav-tabs>li>a:hover {
    background: none;
}
.tabpanel.border .nav-tabs>li.active>a, .tabpanel.border .nav-tabs>li.active>a:focus, .tabpanel.border .nav-tabs>li.active>a:hover {
    background: #fff;
    border: 1px solid #e8eaed;
    border-bottom: 1px solid transparent;
    border-top: 2px solid transparent;
    color: #2e566e;
    opacity: 1;
    position: relative;
}
.tabpanel.border .nav-tabs>li.active>a:before {
    content: '';
    background: #0074e1;
    height: 2px;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    display: block;
}
.tabpanel.border .tab-content {
    margin-bottom: 48px;
    border: 1px solid #e8eaed;
    border-top: none;
    padding: 36px;
}
.tabpanel.border .tab-content p:last-of-type {
    margin-bottom: 0;
}
@media all and (max-width: 768px) {
    .tabpanel.border .nav-tabs>li>a {
        font-size: 14px;
    }
    .tabpanel.border .nav>li>a {
        padding: 8px;
    }
}
/* Section Tab
   ========================================================================== */
.tabpanel.section-tab .nav-tabs {
    position: absolute;
    top: -60px;
    left: 15px;
    border-bottom: none;
    margin-bottom: 0;
}
.tabpanel.section-tab .nav-tabs>li {
    margin-bottom: 0;
}
.tabpanel.section-tab .nav>li>a {
    padding: 0 36px;
}
.tabpanel.section-tab .nav-tabs>li>a {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    height: 38px;
    border: none;
    border-top: 4px solid transparent;
    margin-right: 0;
    color: #fff;
    background: #17384d;
}
.tabpanel.section-tab .nav-tabs>li>a:hover {
    background: #17384d;
}
.tabpanel.section-tab .nav-tabs>li.active>a, .tabpanel.section-tab .nav-tabs>li.active>a:focus, .tabpanel.section-tab .nav-tabs>li.active>a:hover {
    background: #2e566e;
    line-height: 34px;
    border: none;
    border-top: 4px solid #09a0f7;
    color: #fff;
    opacity: 1;
    position: relative;
}
.tabpanel.section-tab .nav-tabs>li.active>a:before {
    content: none;
}
.tabpanel.section-tab .tab-content {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
/* Simple
   ========================================================================== */
.nav-tabs.simple {
    border-bottom: none;
}
.nav.simple>li>a {
    padding: 0;
}
.nav-tabs.simple>li>a {
    line-height: 58px;
    border-radius: 0;
    border: none;
    border-top: 2px solid transparent;
    margin-right: 36px;
    color: #2e566e;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.nav.simple>li>a:focus, .nav.simple>li>a:hover {
    background: none;
    outline: none !important;
}
.nav-tabs.simple>li.active>a, .nav-tabs.simple>li.active>a:focus, .nav-tabs.simple>li.active>a:hover {
    border: none;
    border-top: 2px solid #56c243;
    background: none;
    line-height: 58px;
    opacity: 1;
}
.nav-tabs.simple>li {
    margin-bottom: 0;
}
/* Vertical
   ========================================================================== */
.tabpanel.vertical .nav-tabs {
    border-bottom: none;
    width: 20%;
    float: left;
}
.tabpanel.vertical .nav-tabs>li {
    float: none;
    margin-bottom: 0;
}
.tabpanel.vertical .nav>li>a {
    padding: 0;
}
.tabpanel.vertical .nav-tabs>li>a {
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: #2d5a63;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.tabpanel.vertical .nav-tabs>li>a:after {
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: #2d5a63;
    margin-top: 6px;
}
.tabpanel.vertical .nav>li>a:focus, .tabpanel.vertical .nav>li>a:hover {
    background: none;
}
.tabpanel.vertical .nav-tabs>li.active>a, .tabpanel.vertical .nav-tabs>li.active>a:focus, .tabpanel.vertical .nav-tabs>li.active>a:hover {
    border: none;
    background: none;
    opacity: 1;
    color: #09a0f7;
}
.tabpanel.vertical .nav-tabs>li.active>a:after {
    background: #09a0f7;
}
.tabpanel.vertical .tab-content {
    width: 80%;
    float: left;
    color: #2d5a63;
}
@media all and (max-width: 768px) {
    .tabpanel.vertical .nav-tabs {
        width: 40%;
    }
    .tabpanel.vertical .tab-content {
        width: 60%;
    }
}

/* ==========================================================================
   08. Header
   ========================================================================== */
.header {
    position: relative;
    z-index: 1000;
}

.header .container {
    position: relative;
}

/* Flexslider
   ========================================================================== */
.welcome {
    margin: 0;
    border: none;
    border-radius: 0;
}
.welcome .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    position: relative;
}
.welcome .slide>.inner {
    padding-top: 115px;
    height: 750px;
}
.welcome .slide>.inner .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner {
    position: relative;
    line-height: 50px;
    padding: 0 16px;
    font-weight: 900;
    font-size: 30px;
    background: #0074e1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
    max-width: 500px;
}
.banner.big {
    margin-bottom: 0;
    padding: 24px;
    line-height: 21px;
}
.banner.light {
    margin-bottom: 0;
    padding: 24px;
    line-height: 42px;
    font-size: 36px;
    font-weight: 300;
    background: #09a0f7;
    max-width: 424px;
}
.banner p {
    margin-bottom: 0;
    color: #a9d5ff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    margin-top: 18px;
}
.banner .before {
    position: absolute;
    top: -38px;
    right: 0;
    line-height: 38px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 19px;
    background: #09a0f7;
}
.banner .before:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 0 7px;
    border-color: #09a0f7 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flex-direction-nav .flex-prev {
    left: 0!important;
}
.flex-direction-nav .flex-next {
    right: 0!important;
    text-align: center;
}
.flex-direction-nav a {
    font-size: 49px;
    line-height: 68px;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 68px;
    height: 68px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    text-align: center;
}
.flex-direction-nav a:before {
  font-size: 49px !important;
  color: #fff;
  text-shadow: none;
  font-family: 'FontAwesome';
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
    content: '\f105';
}
.flex-direction-nav a:hover {
    background: rgba(0,0,0,1);!important
}
.custom-inform {
    color: white;
    z-index: 100;
    position: relative;
}
.custom-inform .section.tiny>.inner {
    padding-bottom: 22px;
}
.flex-slider-video iframe, .flex-video iframe {
    border:0;
}
/* Navigation
   ========================================================================== */
.navigation {
    height: 82px;
    background: #fff;
    position: absolute;
    top: 33px;
    /*left: 0;*/
    z-index: 9;
    width: 100%;
}
.navigation .logo {
    background: #f5f9fb;
    height: 82px;
    float: left;
    font-size: 0;
    text-align: center;
}
.navigation .logo:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.navigation .logo a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    max-height: 82px;
}
.logo.default-logo-mega-menu {
    display: none;
}
@media all and (max-width: 1192px) {
    .logo.default-logo-mega-menu {
        display: block;
    }
}
.main-nav>ul {
    text-align: right;
}
.main-nav ul>li ul li {
    text-align: left;
}
.main-nav ul>li {
    display: inline-block;
}
.main-nav ul>li a {
    font-size: 13px;
    color: #5d6e7b;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0 14px;
    line-height: 74px;
    height: 82px;
    display: inline-block;
    border-top: 4px solid transparent;
}
.main-nav ul>li a:hover, .main-nav ul>li:hover a {
    text-decoration: none;
    border-top: 4px solid #09a0f7;
}
.main-nav ul>li.active a {
    font-weight: 400;
    border-top: 4px solid #09a0f7;
}

.main-nav ul>li>ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #f5f9fb;
    position: absolute;
    top: 82px;
    height: auto;
    padding: 0;
    z-index: 999;
    min-width: 120px;
}
.main-nav ul>li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
}
.main-nav ul>li ul li a {
    background: none;
    height: 36px;
    width: 100%;
    line-height: 36px;
    padding: 0 14px;
    padding-left: 10px;
    border-top: none;
    border-left: 4px solid transparent;
}
.main-nav ul>li:hover ul li a {
    border-top: none;
}
.main-nav ul>li ul li a:hover {
    border-top: none;
    border-left: 4px solid #09a0f7;
}
.main-nav ul>li.active ul li.active a, .main-nav ul>li.active ul li a {
    border-top: none;
}
.main-nav ul>li ul li.active a {
    font-weight: 400;
    border-top: none;
    border-left: 4px solid #09a0f7;
}
.main-nav ul>li ul li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    position: absolute;
    left: 100%;
    top: 0;
}
.main-nav ul>li:hover>ul {
    opacity: 10;
    filter: alpha(opacity=100);
    visibility: visible;
}
.navigation .login,
.navigation .nav-woocommerce-cart,
.navigation .nav-search-link {
    float: right;
    height: 82px;
    padding: 23px 20px 23px 0;
    padding-right: 22px;
}
/*.navigation .nav-woocommerce-cart,
.navigation .nav-search-link {
    padding-right: 0px;
}*/
.navigation .login a,
.navigation .nav-woocommerce-cart a,
.navigation .nav-search-link a {
    display: inline-block;
    height: 38px;
    width: 46px;
    line-height: 38px;
    text-align: center;
    background: #09a0f7;
    color: #fff;
    font-size: 24px;
}
.navigation .nav-woocommerce-cart a, 
.navigation .nav-search-link a {
    font-size: 15px;
    background: #56c243;
}
.navigation .login a i,
.navigation .nav-woocommerce-cart a i,
.navigation .nav-search-link a i {
    vertical-align: middle;
}
.navigation .contact a {
    display: inline-block;
    height: 38px;
    width: 46px;
    line-height: 38px;
    text-align: center;
    background: #f7d809;
    color: #9e8a07;
    font-size: 18px;
    position: absolute;
    bottom: -75px;
    right: 22px;
}
.navigation .contact .line {
    width: 1px;
    height: 40px;
    background: #6b85a1;
    position: absolute;
    bottom: -40px;
    right: 44px;
    z-index: 2;
}
.navigation .contact .line:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #6b85a1;
    border-radius: 100%;
    position: absolute;
    bottom: -3px;
    left: -2px;
}
.responsive-menu-open {
    font-size: 24px;
    color: #5d6e7b;
    padding: 0 14px;
    line-height: 82px;
    height: 82px;
    display: none;
    float: right;
}
.responsive-menu-open:hover {
    color: #5d6e7b;
}
.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 24px;
    overflow-y: scroll;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.responsive-menu.open {
    left: 0;
}
.responsive-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 48px;
    color: #5d6e7b;
    z-index: 1
}
.responsive-menu-close:hover {
    color: #5d6e7b;
}
.responsive-nav ul>li a {
    font-size: 24px;
    color: #5d6e7b;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 48px;
}
.responsive-nav ul>li.active a {
    font-weight: 400;
}
.no-scroll {
    overflow: hidden !important;
}
@media all and (max-width: 1200px) {
    .main-nav {
        display: none;
    }
    .responsive-menu-open {
        display: inline-block;
    }
}
@media all and (max-width: 768px) {
    .navigation {
        top: 0;
    }
    .navigation .logo {
        display: block;
        float: none;
    }
    .navigation .contact {
        float: left;
        height: 82px;
        padding: 22px 14px;
    }
    .navigation .nav-woocommerce-cart,
    .navigation .nav-search-link {
        float: left;
        display: block;
    }
    .navigation .contact a {
        position: static;
    }
    .navigation .contact .line {
        display: none;
    }
    .navigation .login {
        float: left;
        padding-right: 0px;
        padding-left: 14px;
    }
    .responsive-menu-open {
        padding-right: 22px;
    }
    .site-search {
        top: 164px!important;
        right: 0!important;
    }
}
.navbar-site-logo .navbar-site-title {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-transform: uppercase;
}
#main-menu .menu-item>a>i {
    margin-right: 7px;
}
#main-menu .menu-item>a>i.fa-angle-right {
    margin: -4px 0px 0 5px;
}
.navigation .cart_items_count {
    margin-left: -17px;
    position: relative;
    top: -6px;
    left: 7px;
    background: #2e566e;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
}
.navbar-fixed-top .navigation {
    top:0;
    position: fixed;
}
.admin-nosticky.navbar-fixed-top .navigation {
    top:32px;
    margin: 0 auto;
}

/*-- Search start --*/
.site-search {
    text-align: center;
    background: #2e566e;
    position: absolute;
    left: 0;
    /*right: 80px;*/
    top: 82px;
}
.site-search {
    width: 100%;
    overflow: hidden;
}
.site-search .nav-search-form button {
    display: none;
}
#nav-search-form #search {
    padding: 0
}
.site-search .search-container {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}   
.site-search .search-container.open {
    height: 60px;
}

.site-search input[type="text"] {
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
    margin: 18px 0 !important;
    padding-right: 20px !important;
    width: 100% !important;
    outline: 0 !important;
    text-align: center !important;
}
.site-search input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}
.site-search input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}
.site-search input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
}
.site-search input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 450px) {
    .site-search input[type="text"] {
        font-size: 20px;
        margin: 21px 0;
        text-align: left;
    }
}
.site-search .close {
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-size: 32px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 15px;
}
.site-search .close:hover {
    color: #fff;
}

/*-- Top info --*/ 
.top-info{
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 5px 0 10px;
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.top-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-info li{
    font-weight: 400;
}
.top-info .leftTop-sidebar li{
    float: left;
    margin-right: 10px;
}
.top-info .rightTop-sidebar li{
    float: right;
    margin-left: 10px;
}
.top-info i{
    color: #09a0f7;
    font-size: 16px;
    margin-right: 5px;
}

.top-info li.social-icon i{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 0;
}
.top-info li.social-icon i:hover{
    color: #8c1b1e;
}
.top-info .topbar-title {
    display: none;
}

/* Page Title
   ========================================================================== */
.heading.site-title {
    margin-bottom: 40px;
}
.page-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-title .inner {
    background: rgba(39,45,50,.32);
    padding-top: 230px;
}
/*.page-title .inner.with-phead {
    background: white;
}*/
.page-title .inner > div {
    position: relative;
}
.page-title .title,
.page-title .page-breadcrumbs {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    padding: 0 18px;
    background: #0074e1;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
    bottom: 0;
}
.page-title .page-breadcrumbs {
    position: absolute;
    left: auto;
    right: 15px;
}
.page-title .page-breadcrumbs .breadcrumb{
    padding: 0; 
    margin-bottom: 0; 
    list-style: none; 
    background: none; 
    border-radius: 0; 
}
.page-title .title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 20px;
    border-color: transparent transparent transparent #0074e1;
    position: absolute;
    top: 0;
    right: -20px;
}
.page-title .page-breadcrumbs:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 20px 0px 0px;
    border-color: transparent #0074e1 transparent transparent;
    position: absolute;
    top: 0;
    left: -20px;    
}
.breadcrumb>li+li:before,
.breadcrumb a {
    color :#fff;
}
@media all and (max-width: 768px) {
    .page-title .inner {
        padding-top: 200px;
    }
    .page-title .page-breadcrumbs,
    .page-title .title:after {
        display: none;
    }
}

/* ==========================================================================
   09. Footer
   ========================================================================== */
.footer {
    color: #88949b;
    font-size: 15px;
    line-height: 24px;
}
.footer .top {
    background: #353a3d;
    padding-bottom: 84px;
    padding-top: 28px;
}
.tooltip.top {
    padding: 0 !important;
}
.footer .bottom {
    background: #2e3335;
    text-align: center;
    line-height: 60px;
}
.footer h5 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 32px;
}
.footer .top .container {
    position: relative;
}
.back-to-top i {
    background: #09a0f7;
    padding: 0px 9px;
    font-size: 40px;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1000
}

.back-to-top i:hover {
    opacity: .75;
}
.wow.fadeInRight {
    text-align: right;
}
.wow.goToTop {
    text-align: center;
    position: fixed;
    bottom: 4px;
    z-index: 9999;
    right: 4px;
}
/* ==========================================================================
   10. Sections
   ========================================================================== */
.map {
    display: block;
    height: 520px;
}
@media all and (max-width: 768px) {
    .section.welcome>.inner {
        padding: 130px 0;
        padding-top: 294px;
    }
    .map {
        height: 240px;
    }
}

/* ==========================================================================
   11. Icons
   ========================================================================== */
.iconbox-left {
    margin-bottom: 24px;
}
.iconbox-left .icon {
    float: left;
    font-size: 18px;
    line-height: 21px;
}
.iconbox-left .content {
    margin-left: 28px;
    font-size: 14px;
    line-height: 21px;
}

/* ==========================================================================
   12. Widgets
   ========================================================================== */

.widget {
    margin-bottom: 30px;
}
.widget-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e566e;
    margin-bottom: 14px;
}
.widget ul {
    color: #778790;
    text-transform: uppercase;
}
.widget ul a {
    color: #778790;
    font-size:14px
}
@media all and (max-width: 768px) {
    .sidebar {
        margin-top: 24px;
    }
}

/* Featured Deals
   ========================================================================== */
.featured-deals {
    margin-bottom: 48px;
}
.featured-deals a:hover {
    opacity: 1;
}
.featured-deals h5 {
    float: left;
    line-height: 21px;
    margin-bottom: 18px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.featured-deals .price {
    float: right;
    color: #09a0f7;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.featured-deals a:hover h5, .featured-deals a:hover .price {
    opacity: .75;
}

.sidebar .featured-deals {
    margin-bottom: 5px;
}

/* Popular Posts
   ========================================================================== */
.popular-posts .post {
    margin-bottom: 14px;
}
.popular-posts img {
    float: left;
}
.popular-posts .content {
    margin-left: 98px;
}
.popular-posts .content h6 {
    font-size: 14px;
    line-height: 18px;
    color: #778790;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500;
}
.popular-posts .content h6 a {
    color: #778790;
}

/* ==========================================================================
   13. Banner
   ========================================================================== */
.banner {
    position: relative;
    line-height: 50px;
    padding: 0 16px;
    font-weight: 900;
    font-size: 30px;
    background: #0074e1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
    max-width: 500px;
}
.banner.big {
    margin-bottom: 0;
    padding: 24px;
    line-height: 21px;
}
.banner.light {
    margin-bottom: 0;
    padding: 24px;
    line-height: 42px;
    font-size: 36px;
    font-weight: 300;
    background: #09a0f7;
    max-width: 424px;
}
.banner .before {
    position: absolute;
    top: -38px;
    right: 0;
    line-height: 38px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 19px;
    background: #09a0f7;
}
.banner .before:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 0 7px;
    border-color: #09a0f7 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner p {
    margin-bottom: 0;
    color: #a9d5ff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    margin-top: 18px;
}

/* Banner Form
   ========================================================================== */
.banner-form {
    margin: 0 -30px;
    font-size: 14px;
    line-height: 21px;
}
.banner-form .item {
    width: 20%;
    float: left;
    padding: 6px 30px;
    border-right: 1px solid #376078;
}
.banner-form .item:last-of-type {
    border-right: none;
}
.banner-form .button {
    font-size: 14px;
    line-height: 38px;
    padding: 0 17px;
    margin: 4px 0;
}
.banner-form .price-slider-value {
    display: block;
    margin-bottom: 11px;
    margin-top: 3px;
}
@media all and (max-width: 768px) {
    .banner-form .item {
        width: 100%;
        float: none;
        border-right: none;
    }
}

/* ==========================================================================
   14. Services
   ========================================================================== */


/* ==========================================================================
   15. Featured Cars
   ========================================================================== */
.featured-cars .item {
    padding: 0 14px 30px;
}
.featured-cars .image {
    position: relative;
}
.featured-cars .image .sale-tag {
    position: absolute;
    right: 0;
    bottom: 8px;
    background: #09a0f7;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 14px;
    font-weight: 500;
}
.featured-cars .image .sale-tag.green {
    background: #64c12b;
}
.featured-cars .content {
    border-right: 1px solid #dde2e5;
    border-left: 1px solid #dde2e5;
    padding: 32px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.featured-cars h5 {
    float: left;
    line-height: 21px;
    margin: 0;
}
.featured-cars h5 a {
    color: #5a6466;
}
.featured-cars .price {
    color: #91b737;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    float: right;
}
.featured-cars .price .car_status {
    display: none;
}
.tpc_featured_car.item.for_rent .sale-tag {
    background-color: #56c243;
}
.featured-cars .line {
    display: block;
    width: 48px;
    height: 4px;
    background: #09a0f7;
    margin-top: 12px;
    margin-bottom: 22px;
}
.featured-cars .content p:last-of-type {
    margin-bottom: 0;
}
.featured-cars .details {
    background: #eff3f5;
    border: 1px solid #dde2e5;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.featured-cars .details i {
    color: #8c9aa5;
    margin-right: 8px;
}
.featured-cars .details .seats {
    float: left;
    width: 25%;
    border-right: 1px solid #dde2e5;
}
.featured-cars .details .fuel {
    float: left;
    width: 37.5%;
    border-right: 1px solid #dde2e5;
}
.featured-cars .details .type {
    float: left;
    width: 37.5%;
}
.featured-cars.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 0 !important;
    color: #fff !important;
    background: #1a2325 !important;
    font-size: 18px !important;
    line-height: 80px !important;
    padding: 0 15px !important;
    margin: 0 !important;
    margin-top: -40px !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    height: auto !important;
    width: auto !important;
}
.featured-cars.owl-theme .owl-nav [class*='owl-']:hover {
    background: #1a2325;
    opacity: .75;
}
.featured-cars.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.featured-cars.owl-theme .owl-nav .owl-next {
    right: 0;
}
.featured-cars.three-cols.owl-theme .owl-nav .owl-prev {
    left: -36px;
}
.featured-cars.three-cols.owl-theme .owl-nav .owl-next {
    right: -36px;
}
@media all and (max-width: 768px) {
    .featured-cars.three-cols.owl-theme .owl-nav .owl-prev {
        left: 0;
    }
    .featured-cars.three-cols.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}

/* ==========================================================================
   16. Call To Action
   ========================================================================== */

/* Sidebar
   ========================================================================== */
.sidebar-cta.call-to-action {
    background: #0074e1;
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
}
.sidebar-cta.call-to-action .image {
    height: auto;
    width: auto;
    float: none;
}
.sidebar-cta.call-to-action .content {
    position: relative;
    padding: 30px 28px;
    padding-bottom: 42px;
    float: none;
    margin: 0;
}
.sidebar-cta.call-to-action .content:before {
    content: none;
}
.sidebar-cta.call-to-action .content h4 {
    font-size: 24px;
    line-height: 21px;
    font-weight: 300;
}
.sidebar-cta.call-to-action .content p {
    margin-bottom: 28px;
    color: #93c9fc;
}
.sidebar-cta.call-to-action .content .button {
    border-width: 3px;
    line-height: 41px;
    font-size: 14px;
    padding: 0 26px;
}

/* ==========================================================================
   17. Blog
   ========================================================================== */
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 6px;
}
/* Masonry and Grid
   ========================================================================== */
/*.blog-masonry,*/ .blog-grid {
    margin: 0 -15px;
}
.blog-masonry-sizer {
    width: 33.33%;
}
.blog-masonry .blog-post, .blog-grid .blog-post {
    width: 33.33%;
    padding: 15px;
}
.blog-masonry .blog-post.wide {
    width: 66.66%;
}
.blog-grid .blog-post {
    float: left;
}

.blog-grid .blog-post .blog-post-image,
.blog-masonry .blog-post .blog-post-image {
    height: 244px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.blog-grid .blog-post .image.post-slider-wrapper,
.blog-grid .blog-post .blog-post-image,
.blog-grid .blog-post .embed-responsive,
.blog-masonry .blog-post .blog-post-image {
    height: 244px;
    background: #e8eef2;
    padding-bottom: 0
}
.blog-grid .blog-post .image.post-slider-wrapper .bx-wrapper,
.blog-grid .blog-post .embed-responsive iframe {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0
}
.blog-grid .blog-post .embed-responsive iframe {
    width: 100%;
    max-height: 100%;
}
.blog-masonry .blog-post.wide .blog-post-image {
    height: 334px;
}
.blog-masonry .blog-post.short .blog-post-image {
    height: 154px;
}
/*.blog-grid .blog-post.audio .audio-player*/
.blog-masonry .blog-post.audio .audio-player {
    background: #fff;
    padding-bottom: 39px;
}
.blog-masonry .blog-post.audio .audio-player audio, .blog-grid .blog-post.audio .audio-player audio {
    width: 100%;
}
.blog-masonry .blog-post .blog-post-image:hover, .blog-grid .blog-post .blog-post-image:hover {
    opacity: .75;
}
.blog-masonry .blog-post .content, .blog-grid .blog-post .content {
    background: #fff;
    padding: 0 28px;
    padding-bottom: 54px;
}
.blog-grid .blog-post .content {
    background: #eef2f4;
    height: 222px;
}
.blog-grid .blog-post .blog-post-image {
    display: block;
}
.blog-masonry .blog-post.quote .content {
    padding-top: 55px;
}
.blog-masonry .blog-post.quote .blog-post-image + .content {
    padding-top: 0;
} 
.blog-masonry .blog-post .content .avatar, .blog-grid .blog-post .content .avatar {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: -23px;
    margin-bottom: -14px;
}
.blog-masonry .blog-post .content .avatar img, .blog-gird .blog-post .content .avatar img {
    width: 100%;
    height: 100%;
}
.blog-masonry .blog-post .content .meta, .blog-grid .blog-post .content .meta {
    font-size: 13px;
    line-height: 21px;
    color: #8e9596;
    font-weight: 300;
    display: inline-block;
}

.blog-masonry .blog-post .content .meta .author, .blog-grid .blog-post .content .meta .author {
    margin-right: 28px;
}
.blog-masonry .blog-post .content h4, .blog-grid .blog-post .content h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 14px;
    margin-top: 24px;
    font-weight: 500;
    color: #2d5a63;
}
.blog-masonry .blog-post .content h4 a, .blog-grid .blog-post .content h4 a {
    color: #2d5a63;
}
.blog-masonry .blog-post .content .excerpt, .blog-grid .blog-post .content .excerpt {
    margin-bottom: 0;
    line-height: 24px;
    color: #4f6e80;
    font-weight: 300;
    font-size:14px;
}
.blog-masonry .blog-post .meta {background:transparent}
.blog-masonry .blog-post .content .excerpt a, .blog-grid .blog-post .content .excerpt a {
    font-weight: 500;
}
.blog-masonry .blog-post .content .quotes, .blog-grid .blog-post .content .quotes {
    font-size: 24px;
    line-height: 21px;
    color: #bdc2c9;
    margin-bottom: 14px;
    margin-top: 24px;
    display: block;
}
@media all and (max-width: 1200px) {
    .blog-masonry-sizer {
        width: 100%;
    }
    .blog-masonry .blog-post, .blog-grid .blog-post {
        width: 100%;
    }
    .blog-masonry .blog-post.wide {
        width: 100%;
    }
}
/* List
   ========================================================================== */
.blog-list .blog-post {
    margin-bottom: 56px;
    overflow: hidden;
}
.blog-list .blog-post .title {
    font-size: 24px;
    line-height: 21px;
    color: #2e566e;
}
.blog-list .blog-post .title a {
    color: #2e566e;
}
.blog-list .blog-post .image {
    width: 456px;
    height: 317px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.blog-post .image.post-slider-wrapper .bxslider,
.blog-post .image.post-slider-wrapper .bx-wrapper,
.blog-post .image.post-slider-wrapper .bx-viewport {
    padding: 0;
    margin: 0;
    border: 0;
    left:0;
    background: #e8eef2;
}
.blog-list .blog-post .image:hover {
    opacity: .74
}
.blog-list .blog-post.video-post .video,
.blog-list .blog-post .image.post-slider-wrapper {
    width: 456px;
    height: 317px;
    float: left;
    background: #e8eef2;
}
.blog-list .blog-post.video-post .video .embed-responsive,
.blog-list .blog-post .image.post-slider-wrapper .bx-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0
}
.blog-list .blog-post.video-post .video .embed-responsive iframe {
    width: 100%;
}
.blog-list .blog-post.quote-post .quote {
    font-family: 'Droid Serif', serif;
    width: 456px;
    height: auto;
    float: left;
    background: #e8eef2;
    color: #2e566e;
    font-size: 18px;
    line-height: 30px;
    padding: 32px 44px;
    padding-left: 62px;
    position: relative;
}
.blog-list .blog-post.quote-post .quote:before {
    font-family: 'Oswald', sans-serif;
    content: '\201d';
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 46px;
    line-height: 50px;
    color: #0074e1;
}
.blog-list .blog-post .content {
    border: 1px solid #ebebeb;
    border-left: none;
    padding: 40px 32px;
    padding-right: 23px;
    font-size: 14px;
    line-height: 24px;
    color: #778790;
    position: relative;
    margin-left: 456px;
    height: 317px;
}
.blog-list .blog-post.format-quote .content{height:190px}
.blog-list .blog-post .content.no-image {
    border: 1px solid #ebebeb;
    width:100%;
    margin-left: 0;
    height: auto;
}

.blog-list .blog-post .content .wp-audio-shortcode {
    display: inline-block;
    margin-bottom: 20px;
}
.blog-post .meta {
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    padding-left: 6px;
    padding-right: 8px;
    margin-bottom: 0;
    display:inline-block
}
.blog-post .meta a {
    color: #8e9596;
} 
.blog-post .meta span {
    /*display: block;*/
}

.blog-list .blog-post .content .button {
    position: absolute;
    bottom: 23px;
    right: 23px;
    font-size: 12px;
    font-weight: 300;
    padding: 0 16px;
    line-height: 30px;
}
.blog-list .blog-post.quote-post .content .button {
    bottom: 40px;
}

@media all and (max-width: 1200px) {
    .blog-list .blog-post .image,
    .blog-list .blog-post .image.post-slider-wrapper{
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .blog-list .blog-post .content {
        margin-left: 0;
        height: auto;
        border-left: 1px solid #ebebeb;
        border-top: none;
    }
    .blog-list .blog-post.video-post .video {
        height: auto;
        width: 100%;
        float: none;
    }
    .blog-list .blog-post.video-post .video .embed-responsive {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
    .blog-list .blog-post.quote-post .quote {
        width: 100%;
        height: auto;
        float: none;
    }
}
/* Single
   ========================================================================== */
.single-blog-post .blog-post .title {
    font-size: 24px;
    line-height: 21px;
    color: #2e566e;
}
.single-blog-post .blog-post .title a {
    color: #2e566e;
}
.single-blog-post .blog-post .image {
    margin-bottom: 30px;
}
.single-blog-post .blog-post .content {
    font-size: 14px;
    line-height: 24px;
    color: #778790;
}
.single-blog-post .blog-post .content .wp-audio-shortcode {
    margin-bottom: 20px;
}
.single-blog-post .blog-post .content h5 {
    line-height: 30px;
    margin-bottom: 24px;
    color: #2e566e;
}
.single-blog-post .blog-post .meta {
    font-size: 14px;
    line-height: 24px;
    color: #778790;
}
.single-blog-post .blog-post .meta span {
    display: block;
}
.single-blog-post .blog-post .meta span i {
    margin-right: 6px;
}
.blog-post .about-author {
    background: #ebf7fd;
    padding: 28px 38px;
    margin-top: 12px;
    color: #778790;
    font-size: 14px;
    line-height: 21px;
}
.blog-post .about-author img {
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 100%;
}
.blog-post .about-author h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
}
.blog-post .about-author p {
    margin-bottom: 0;
}
@media all and (max-width: 1200px) {
    .single-blog-post .blog-post .meta {
        margin-bottom: 24px;
    }
    .blog-post .about-author img {
        margin-bottom: 24px;
    }
}
/* Comments
   ========================================================================== */
.comments {
    margin-top: 60px;
    list-style: none;
    padding-left: 0
}
.comments .children {
    list-style: none;
    margin-left: 100px;
    padding-left: 0
}
.comments>h4 {
    color: #2e566e;
    margin-bottom: 24px;
    font-weight: 500;
}
.comment {
    margin-bottom: 20px;
}
.comment .comment {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 100px;
}
.comment .image {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: left;
    overflow: hidden;
}
.comment .content {
    margin-left: 52px;
    background: #f3f8fa;
    padding: 24px;
    color: #778790;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}
.comment .content p {
    margin-bottom: 6px;
    display: inline-block;
}
.comment .comment-author {
    color: #2e566e;
}
.comment .comment-date {
    position: relative;
    top: 13px;
    color: #2e566e;
}
.comment .content .comment-reply {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #2e566e;
}
.leave-reply {
    margin-top: 60px;
}
.leave-reply>h4 {
    color: #2e566e;
    margin-bottom: 24px;
    font-weight: 500;
}
.leave-reply .button {
    line-height: 36px;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 400;
}
@media all and (max-width: 1200px) {
    .comment .comment {
        margin-left: 52px;
    }
}

/* ==========================================================================
   18. Link Boxes
   ========================================================================== */

/* ==========================================================================
   19. Car Types
   ========================================================================== */
.car-types .car {
    width: 11.11%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    border-right: 1px solid #376078;
}
.car-types .car:last-of-type {
    border-right: none;
}
.car-types .car a {
    color: #61869c;
    display: block;
}
.car-types .car a:hover {
    color: #fff;
    opacity: 1;
}
.car-types .car i {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
}
@media all and (max-width: 768px) {
    .car-types .car {
        width: 33.33%;
        margin-bottom: 24px;
    }
}

/* ==========================================================================
   20. Listing
   ========================================================================== */

/* Grid
   ========================================================================== */
.listings .heading {
    margin-bottom: 17px;
}
.listings .heading h5 {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.listings .heading .sort {
    float: right;
    margin-right: 8px;
}
.listings .heading .sort select {
    width: 170px;
    padding: 10px 16px;
    line-height: 23px;
    border: 1px solid #d0dce3;
}
.listings .heading .sort .arrow {
    height: 44px;
    line-height: 44px;
}
.listings .heading .view {
    float: right;
}
.listings .heading .view a {
    border: 1px solid #d0dce3;
    color: #a1b8c6;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    position: relative;
}
.listings .heading .view a:last-of-type {
    margin-left: -1px;
}
.listings .heading .view a.active {
    border: 1px solid #44728e;
    color: #44728e;
    z-index: 2;
    cursor: default;
}
.listings .heading .view a.active:hover {
    opacity: 1;
}
.listings .listings-grid {
    margin: 0 -14px;
} 
.listings .listings-grid .listing {
    width: 33.33333333333333333%;
    float: left;
    padding: 0 14px;
    margin-bottom: 30px;
}

.listings.related-vehicles .listings-grid .listing {
    width: 25%;
    margin-bottom: 0;
}
.listings .listings-grid .listing .content {
    border: 1px solid #e8eef2;
    border-top: none;
    padding: 30px 21px;
    padding-bottom: 36px;
    line-height: 24px;
    color: #6f828d;
    position: relative;
}
.listings .listings-grid .listing .content .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
    margin-bottom: 18px;
}
.listings .listings-grid .listing .content .title a {
    color: #2e566e;
}
.listings .listings-grid .listing .content .title span {
    color: #3fa7e7;
    font-size: 16px;
}
.listings .listings-grid .listing .content .price {
    line-height: 36px;
    padding: 0 14px;
    background: #09a0f7;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.listings .listings-grid .listing .content .price span {
    font-size: 12px;
    line-height: 19px;
    color: #98d8ff;
}
.listings .listings-grid .listing .content .price.green, .sale-tag.for_rent {
    background: #56c243 !important;
}

.listings .listings-grid .listing .content .price.green span {
    color: #a0f491;
}
@media all and (max-width: 768px) {
    .listings .listings-grid .listing {
        width: 50%;
    }
    .listings.related-vehicles .listings-grid .listing {
        width: 50%;
        margin-bottom: 15px;
    }
}
/* List
   ========================================================================== */
.listings .listings-list .listing {
    margin-bottom: 30px;
    overflow: hidden;
}
.listings .listings-list .listing:last-of-type {
    margin-bottom: 0;
}
.listings .listings-list .listing .image {
    width: 355px;
    height: 245px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.listings .listings-list .listing .details {
    height: 245px;
    width: 43px;
    float: left;
}
.listings .listings-list .listing .details .item {
    height: 49px;
    width: 100%;
    position: relative;
    background: #e8ecef;
    border-bottom: 1px solid #dde2e5;
    color: #8c9aa5;
    text-align: center;
    line-height: 49px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.listings .listings-list .listing .details .item:hover {
    background: #09a0f7;
    color: #fff;
    border-color: #09a0f7;
}
.listings .listings-list .listing .details .item:last-of-type {
    border-bottom: none;
}
.listings .listings-list .listing .details .item span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    background: #09a0f7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 49px;
    padding: 0 30px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.listings .listings-list .listing .details .item:hover span {
    opacity: 1;
    visibility: visible;
}
.listings .listings-list .listing .content {
    border: 1px solid #e8eef2;
    border-left: none;
    padding: 24px;
    padding-bottom: 36px;
    font-size: 14px;
    line-height: 24px;
    color: #6f828d;
    position: relative;
    margin-left: 398px;
    height: 245px;
}
.listings .listings-list .listing .content .rating {
    float: right;
    font-size: 14px;
    line-height: 19px;
    color: #f7d809;
}
.listings .listings-list .listing .content .title {
    font-size: 22px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
    margin-bottom: 18px;
}
.listings .listings-list .listing .content .title a {
    color: #2e566e;
}
.listings .listings-list .listing .content .title span {
    color: #3fa7e7;
    font-size: 20px;
}
.listings .listings-list .listing .content .button {
    border-width: 1px;
    border-color: #e3e3e3;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    color: #2e566e;
}
.listings .listings-list .listing .content .button:hover {
    background: #e3e3e3;
}
.listings .listings-list .listing .content .price {
    line-height: 36px;
    padding: 0 14px;
    background: #09a0f7;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.listings .listings-list .listing .content .price span {
    font-size: 12px;
    line-height: 19px;
    color: #98d8ff;
}
.listings .listings-list .listing .content .price.green {
    background: #56c243;
}
.listings .listings-list .listing .content .price.green span {
    color: #a0f491;
}
@media all and (max-width: 768px) {
    .listings .listings-list .listing .image {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .listings .listings-list .listing .details {
        width: 100%;
        height: 43px;
        float: none;
    }
    .listings .listings-list .listing .details .item {
        height: 43px;
        width: 20%;
        float: left;
        border-bottom: none;
        border-right: 1px solid #dde2e5;
    }
    .listings .listings-list .listing .details .item:last-of-type {
        border-right: none;
    }
    .listings .listings-list .listing .details .item span {
        bottom: 100%;
        top: auto;
        right: auto;
        left: 0;
    }
    .listings .listings-list .listing .content {
        margin-left: 0;
        border-left: 1px solid #e8eef2;;
        border-top: none;
    }
}

/* ==========================================================================
   21. Team
   ========================================================================== */
.team-slider {
    text-align: center;
}
.team-member {
    width: 100%;
    max-width: 264px;
    height: 234px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.team-member .about {
    background: #555;
    background: rgba(85,85,85,.9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #d9dfe2;
    padding-top: 28px;
    padding-bottom: 22px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.team-member:hover .about {
    top: 90px;
}
.team-member .about .name {
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #f7d809;
    margin-bottom: 2px;
}
.team-member .about .title {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
}
.team-member .about .social-icons a {
    border: 2px solid #d9dfe2;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    margin: 2px;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #bdbdbd;
    margin: 0 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #55c243;
}
.owl-theme .owl-nav {
    margin-top: 0;
}

/* ==========================================================================
   22. Compare
   ========================================================================== */
.compare-cars {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 20px;
    margin-bottom: 36px;
}
.select-car {
    padding: 20px 0;
}
.select-car img {
    margin: 0 auto;
    margin-bottom: 38px;
}
.select-car .select-wrapper {
    margin-bottom: 9px;
}
.select-car .select-wrapper:last-of-type {
    margin-bottom: 0;
}
.add-car {
    border: 1px dashed #e7e7e7;
    padding-top: 79px;
    padding-bottom: 114px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.add-car:hover {
    opacity: .75;
}
.add-car img {
    margin: 0 auto;
    margin-bottom: 15px;
}
.add-car span {
    color: #2e566e;
    font-size: 20px;
    line-height: 21px;
    font-weight: 300;
}
.tpc_compare_print_button {
    margin: 0 10px;
}
.sidebar div#tp_car_compare-2 .checkbox div {margin-left: -46px; !important;}
/* Popular Comparisons
   ========================================================================== */
.popular-comparisons .item {
    padding: 0 15px;
}
.popular-comparison {
    position: relative;
}
.popular-comparison .car {
    width: 50%;
    float: left;
    border-left: 1px solid #e8ebef;
}
.popular-comparison .car:first-of-type {
    border-left: 0;
    border-right: 1px solid #e8ebef;
}
.popular-comparison .content {
    background: #fff;
    padding: 24px;
    color: #2e566e;
    font-weight: 300;
}
.popular-comparison .content .rating {
    color: #f7d809;
    font-size: 14px;
    line-height: 29px;
    float: right;
}
.popular-comparison .content .title {
    font-size: 20px;
    line-height: 29px;
}
.popular-comparison .content .title span {
    color: #3fa7e7;
    font-size: 18px;
}
.popular-comparison .content span {
    font-size: 18px;
}
.popular-comparison .vs {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #2e566e;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    border-radius: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -19px;
}
.popular-comparison .button {
    line-height: 40px;
    padding: 0 26px;
    font-weight: 300;
    font-size: 14px;
}
/* Comparisons Details
   ========================================================================== */
.comparison {
    color: #2e566e;
}
.comparison>.title {
    margin-bottom: 18px;
}
.comparison>.title h4 {
    line-height: 41px;
}
.comparison>.title .button {
    line-height: 41px;
    font-size: 14px;
    padding: 0 36px;
}
.comparison-cars {
    position: relative;
    margin-bottom: 45px;
}
.comparison-cars .car {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.comparison-cars .content {
    padding-top: 24px;
    font-weight: 300;
}
.comparison-cars .content .rating {
    color: #f7d809;
    font-size: 14px;
    line-height: 29px;
    float: right;
}
.comparison-cars .content .title {
    font-size: 20px;
    line-height: 29px;
}
.comparison-cars .content .title span {
    color: #3fa7e7;
    font-size: 18px;
}
.comparison-cars .content span {
    font-size: 18px;
}
.comparison-cars .vs {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #2e566e;
    background: #fff;
    font-size: 26px;
    font-weight: 300;
    border-radius: 100%;
    position: absolute;
    top: 108px;
    left: 50%;
    margin-left: -40px;
    z-index: 10;
}
.general-comparison {
    font-size: 15px;
    color: #46667b;
}
.general-comparison .general-column {
    width: 50%;
    float: left;
    position: relative;
    border-top: 1px solid #d7dce4;
    padding-top: 20px;
}
.general-comparison.no-line .general-column {
    border-top: none;
}
.general-comparison .general-column:before, .general-comparison .general-column:after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    background: #d7dce4;
    position: absolute;
    top: 0;
    left: 0;
}
.general-comparison .general-column:after {
    left: auto;
    right: 0;
}
.general-comparison .general-column:last-of-type:before {
    content: none;
}
.general-comparison.no-line .general-column:before, .general-comparison.no-line .general-column:after {
    content: none;
}
.general-comparison .item {
    border-bottom: 1px solid #d7dce4;
    line-height: 48px;
    padding-left: 0px;
}
.general-comparison .general-column:first-of-type .item {
    padding-left: 0;
}
.general-comparison .item:last-of-type {
    border-bottom: none;
}
.general-comparison .item .option {
    width: 50%;
    float: left;
    padding-right: 70px;
}
.general-comparison .item .option:after {
    content: ':';
    float: right;
}
.general-comparison .item .option-content {
    width: 50%;
    float: left;
}
.general-comparison .color-box {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 14px;
}
.general-comparison .check, .general-comparison .not-available {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #56c243;
    border-radius: 100%;
    text-align: center;
    color: #56c243;
    font-size: 24px;
    margin-top: 9px;
}
.general-comparison .not-available {
    border: 1px solid #f26522;
    color: #f26522;
}
@media all and (max-width: 768px) {
    .comparison-cars .vs {
        top: 24px;
    }
    .general-comparison .item {
        line-height: 24px;
    }
    .general-comparison .item .option {
        padding-right: 6px;
    }
    .general-comparison .check, .general-comparison .not-available {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        margin-top: 2px;
    }
}

/* ==========================================================================
   23. Contact
   ========================================================================== */
.contact>h4 {
    font-size: 24px;
    line-height: 21px;
    color: #2e566e;
    font-weight: 500;
}
.contact-details {
    background: #f2f7fc;
    padding: 16px 0;
}
.contact-details .item {
    padding: 12px 36px;
    border-bottom: 1px solid #e5e7e9;
}
.contact-details .item:last-of-type {
    border-bottom: none;
}
.contact-details .icon {
    font-size: 36px;
    line-height: 21px;
    color: #09a0f7;
    float: left;
}
.contact-details .content {
    margin-left: 61px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #5d6e7b;
}
.contact-details .content h6 {
    font-size: 15px;
    line-height: 21px;
    color: #2e566e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.contact-details .content span {
    display: block;
}

/* ==========================================================================
   24. Car Details
   ========================================================================== */
.car-details {
    margin-bottom: 45px;
}
.car-details .rating {
    color: #f7d809;
    font-size: 14px;
    line-height: 21px;
    float: right;
}
.car-details .title {
    font-size: 24px;
    line-height: 21px;
    float: left;
    color: #2e566e;
    font-weight: 700;
    text-transform: uppercase;
}
.car-details .title span {
    color: #3fa7e7;
    font-weight: 400;
}
.car-details .image {
    margin-top: 34px;
    margin-bottom: 42px;
}
.car-details .owl-theme .owl-dots {
    margin-top: 0;
}
.car-details .owl-controls {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}
.car-details .price {
    font-size: 30px;
    line-height: 33px;
    padding: 13px 24px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 17px;
}
.car-details .price.blue {
    background: #09a0f7;
}
.car-details .price.green {
    background: #56c243;
}
.car-details .price span {
    font-size: 14px;
    line-height: 19px;
}
.car-details .blue.price span {
    color: #98d8ff;
}
.car-details .button {
    line-height: 47px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 0;
}
.car-details .button.dark {
    border: 1px solid #e3e3e3 !important;
}
.car-details .button.blue {
    border: 1px solid #e3e3e3 !important;
    color: #0074e1;
}
.car-details .main-car-details {
    margin-bottom: 20px;
}
.car-details .main-car-details .item {
    border-bottom: 1px solid #d7dce4;
    line-height: 48px;
}
.car-details .main-car-details .item:last-of-type {
    border-bottom: none;
}
.car-details .main-car-details .item .option {
    width: 50%;
    float: left;
    padding-right: 32px;
    text-transform: uppercase;
}
.car-details .main-car-details .item .option:after {
    content: ':';
    float: right;
}
.car-details .main-car-details .item .option-content {
    width: 50%;
    float: left;
}
/* Alt
   ========================================================================== */
.car-details.alt {
    margin-bottom: 0;
}
.car-details.alt .image {
    margin-top: 0;
    margin-bottom: 34px;
}
.car-details .details-box {
    border: 1px solid #e8ecef;
    position: relative;
}
.car-details .details-box .heading {
    padding: 20px 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.car-details.alt .price {
    font-size: 24px;
    line-height: 33px;
    padding: 7px 20px;
    display: inline-block;
    float: right;
    margin-top: -20px;
    margin-right: -30px;
}
.car-details.alt .price span {
    font-size: 12px;
    line-height: 19px;
}
.car-details.alt .rating {
    font-size: 14px;
    line-height: 19px;
    float: none;
    margin-top: 6px;
}
.car-details.alt .title {
    font-size: 20px;
    line-height: 21px;
    float: none;
}
.car-details.alt .title span {
    font-weight: 300;
}
.car-details .details-box {
    color: #6f828d;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 34px;
}
.car-details .details-box .content {
    padding: 24px 30px;
}
.car-details .details-box .details-box-details {
    background: #e8ecef;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #8c9aa5;
}
.car-details .details-box .details-box-details div {
    float: left;
    border-right: 1px solid #dde2e5;
}
.car-details .details-box .details-box-details i {
    color: #8c9aa5;
    margin-right: 8px;
}
.car-details .details-box .details-box-details .seats {
    width: 15%;
}
.car-details .details-box .details-box-details .fuel {
    width: 23.33%;
}
.car-details .details-box .details-box-details .type {
    width: 15%;
}
.car-details .details-box .details-box-details .gear {
    width: 23.33%;
}
.car-details .details-box .details-box-details .year {
    width: 23.33%;
    border-right: none;
}
.car-details.alt .button {
    line-height: 32px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 6px;
}
.st2_car_layout .car-details .button {
    margin-bottom: 5px;
}
.st2_car_layout .car-details .print_button {
    padding: 3px 16px 8px;
    font-size: 18px;
    line-height: 36px;
}
.st1_car_layout .car-details.alt .button {
    margin-top: 10px;
}
.car-details .specifications {
    padding: 20px 26px;
    padding-bottom: 30px;
    background-color: #778790;
    background-repeat: no-repeat;
    background-position: 20px 100%;
    color: #e4eae9;
    position: relative;
    margin-bottom: 50px;
}
.car-details .specifications .bg {
    position: absolute;
    bottom: 0;
    left: 18px;
    z-index: 1;
}
.car-details .specifications h2 {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}
.car-details .specifications .content {
    margin-left: 250px;
    z-index: 2;
    position: relative;
}
.car-details .specifications .item {
    line-height: 33px;
    font-size: 15px;
}
.car-details .specifications .item .option {
    width: 50%;
    float: left;
    padding-right: 4px;
}
.car-details .specifications .item .option:after {
    content: ':';
    float: right;
}
.car-details .specifications .item .option-content {
    width: 50%;
    float: left;
    color: #a9b8bf;
}
.car-details h6 {
    margin-bottom: 30px;
    color: #3fa7e7;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
.car-details .fa-ul {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}
@media all and (max-width: 768px) {
    .car-details .specifications h2 {
        float: none;
        margin-bottom: 18px;
    }
    .car-details .specifications .content {
        margin-left: 0;
    }
}

/* ==========================================================================
   25. Add Car
   ========================================================================== */
.add-car-header .item {
    color: #616d75;
    width: 20%;
    float: left;
    position: relative;
}
.add-car-header .item.active, .add-car-header .item.completed {
    color: #2e566e;
}
.add-car-header .item .icon {
    font-size: 48px;
    margin-bottom: 24px;
    color: #76878f;
}
.add-car-header .item.active .icon, .add-car-header .item.completed .icon {
    color: #19a6f8;
}
.add-car-header .item h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.add-car-header .item .sub {
    font-size: 13px;
    line-height: 20px;
    color: #5d6e7b;
}
.add-car-header .item.active .sub, .add-car-header .item.completed .sub {
    color: #5d6e7b;
}
.add-car-header .item .line {
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 14px;
    background: #e5eaed;
}
.add-car-header .item.active .line, .add-car-header .item.completed .line {
    background: #55c243;
}
.add-car-header .item.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #eef0f3 transparent;
    position: absolute;
    bottom: -96px;
    left: 25px;
    margin-left: -12px;
}
.add-car-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #2e566e;
    margin-bottom: 44px;
    border-bottom: 1px solid #dae2e6;
    padding-bottom: 15px;
}
.add-car-heading.margin-top {
    margin-top: 44px;
}
.add-car-heading.no-line {
    padding-bottom: 0;
    border-bottom: 0;
}
p.tpc-opt-heading {
    color: #2e566e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.add-car-form>form>.row {
    margin-bottom: 35px;
}
.add-car-form {
    color: #616d75;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.add-car-form .button:not(.file-input) {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px;
}
.add-car-form .button.pay-publish {
    line-height: 41px;
    padding: 0 24px;
    font-size: 13px;
    font-weight: 700;
}
.add-car-form .price {
    background: #76878f;
    padding: 30px;
}
.add-car-form .price label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
}
.add-car-form .price input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    border-color: #fff;
}
.add-car-form .price .input-group-addon {
    font-size: 25px;
    font-weight: 300;
}
.add-car-form .price .form-group {
    margin-bottom: 10px;
}
.add-car-form .price small {
    color: #a3b7c0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
@media all and (max-width: 768px) {
    .add-car-header .item {
        width: 50%;
        margin-bottom: 24px;
    }
    .add-car-header .item.active:after {
        content: none;
    }
    .add-car-header .item .icon {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

/* ==========================================================================
   25. Portfolio
   ========================================================================== */
.footer-top-block {padding: 24px;}

.portfolio-page .option-set {
    margin-bottom: 30px;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.portfolio-item .about {
  background: #555;
  background: rgba(85,85,85,.9);
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  color: #d9dfe2;
  padding-top: 28px;
  padding-bottom: 22px;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
}
.portfolio-item:hover .about {
    bottom: 0px;
}
.portfolio-item>img {
    width: 100%;
    height: auto;
}
.portfolio-item .about .name {
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #f7d809;
    margin-bottom: 2px;
}
.portfolio-item .about .title {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px;
}
.portfolio-item .about .social-icons a {
    border: 2px solid #d9dfe2;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
}
#isotope-filter li{padding: 0;}
#isotope-filter li a.active,
#isotope-filter li a:hover{
    color: #2e566e;
}
#isotope-filter li a:before{
    content: "/";
    color: #959595;
    padding-right: 10px;
    padding-left: 2px;
}
#isotope-filter li:first-child a:before{
    content: " ";
}
.portfolio-single-content>p {
    overflow: hidden;
}


/* ==========================================================================
   27. Search
   ========================================================================== */
#regular-searchform {
    margin-bottom: 20px;
}
.input-group-btn>.button {
    margin-left: 0;
    line-height: 41px; 
}
.lead {
    font-weight: 400;
}


/* Shop
================================================== */

/*-- Product listing --*/

/* Filter */
.shop-filters .form-control {
    width: auto;
    display: inline-block;
    float: right;
}
.shop-filters label {
    font-weight: 500;
    margin-top: 10px;
}

/* Product */
.shop-product .overlay-wrapper{
    position: relative;
}
.shop-product .overlay-wrapper a:hover{
    opacity: 1 
}

.product-links ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    list-style: none;
    margin: 0 !important;
    padding: 0;
}
.product-links ul li {
    display: block;
    position: relative;
}
.product-links ul li a, .listing-add-cart a.add_to_cart_button, .listing-add-cart a.added_to_cart{
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    height: 46px;
    line-height: 45px;
    font-size: 14px;
    border-radius: 0;
    padding: 0 15px;
    max-width:100%;
    font-family: FontAwesome;
    background-color: #1671a6 !important;
}

/* Wishlidt and Compare */
div.wish_compare {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
div.wish_compare, .product-links {
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    -o-transition: 0.5s opacity;
    transition: 0.5s opacity;
}
.product-links {
    position: relative;
}
.shop-product:hover div.wish_compare, 
.shop-product:hover .product-links {
    opacity: 1;
}
div.wish_compare ul {
    width: 100%;
    list-style: none;
}

a.add_to_wishlist:before {
    content: '\f08a';
    font-family: Fontawesome;
}
a.compare.button:before {
    content: '\f080';
    font-family: Fontawesome;   
}
a.compare.button.added:before {
    margin-right: 10px
}
.woocommerce ul.products li.product .button {
    margin-top: 0 !important
}
.product .summary hr {
    border-color: #e7edf0;
}
.woocommerce.product.compare-button,
.yith-wcwl-add-to-wishlist, 
table.compare-list .add-to-cart td a {
    display: inline-block;
    height: 46px;
    margin-top:0 !important;
}
a.compare.button,
.yith-wcwl-add-to-wishlist a {
    line-height: 46px;
    font-size: 16px;
    border-radius: 0 !important;
    background: #09a0f7;
    color: #fff !important;
    height: 46px;
    padding: 0 16px;
    display:inline-block;
}
a.button:not(.tpc_search_btn):not(.car-details .button) {
    color: #fff !important;
}
.car-details .button:hover {
    color:#fff;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    margin-left: -35px;
    position: relative;
    bottom: 20px;
    display:none !important;
}
.wishlist_table a.remove {
    top:0 !important;
}
.blockUI.blockOverlay {
    background: transparent !important;
}

#add-items-ajax-loading, .yith-wcwl-add-to-wishlist .feedback {display:none !important}
.yith-wcwl-wishlistexistsbrowse.show{text-align:center }
.blockUI.blockOverlay {
    opacity: 1 !important;
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
    background: url(images/wpspin.gif) center center no-repeat; 
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.compare a.compare.button {
    margin: 0 !important;
}
.woocommerce table.wishlist_table thead th {
    border-top: none;
    border-bottom: 2px solid #ddd;
}
.woocommerce table.wishlist_table tbody td {
    padding: 10px 12px;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox {
    text-align: left;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.wishlist_table tr th.product-thumbnail {
    width: 180px;
}
.wishlist_table tr td.product-thumbnail a {
    max-width: 180px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    margin-bottom: 0;
}

/*/////////////////////////////*/
.shop-product-info a{
    color: #1a2325;
}
.shop-product-info a:hover{
    color: #09a0f7;
}
.shop-product-info .product-price{
    font-size: 20px;
    font-weight: 500;
}
.shop-product-info h3.product-title{
    line-height: normal;
    margin: 0;
    font-weight: 700;
    font-size:18px !important;
    padding: .5em 0;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{margin:0 !Important}
.shop-product-info .product-category, 
.shop-product-info .product-category a{
    color: #959595;
}

/*-- Product Item --*/
.product-slider{
    border: 1px solid #d7d7d7;
    padding: 10px 5px;
}
.product-slider .bx-wrapper{
    margin-left: 10px;
    margin-bottom: 30px;
}
.product-slider #bx-pager{
    margin-left: 5px;
}
.product-slider .bx-wrapper .bx-viewport{
    border: 0 !important;
}
h2.product-title{
    font-weight: 700;
}
h3.product-price{
    font-weight: 700;
}
.rating i{
    color: #09a0f7;
    font-size:16px;
}
.product-item-description{
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.qty {
    width: 50px;
    margin: 0 -5px;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #d7d7d7;
    color: #848494;
    font-size: 18px;
    border-radius: 0;
}
.product_meta span{
    display: block;
}

/*-- Product Item Tab--*/
.product-item-tab .tab-content{
    padding: 20px;
}
.media-list .media-object {
    max-width: 80px;
    height: auto;
}
.media-list li{
    position: relative;
}
.media-list .rating-date {
    margin-left: 20px;
    font-size: 14px;
    color: #778899;
}
.rating-final {
    top: 0;
    right: 0;
    text-align: right;
    width: auto;
    line-height: 1;
    position: absolute;
}
.shop-section h1.page-title{display:none}
.shop-section h1.page-title{display:none}
.product{width:100%;text-align:center; position:relative; margin:20px 0; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;  -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.woocommerce table.shop_table, .woocommerce-page table.shop_table{border:none !Important}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-top: 1em;
    margin-bottom: 0;
}
.single-product .yith-wcwl-add-to-wishlist {
    float: left;
}
.single-product a.compare.button {
    float: left;
    margin-left: 20px;
}
.single-product form.cart {
    margin-bottom: 20px;
}
/*rating*/
.rating{unicode-bidi: bidi-override;  direction: rtl; cursor:pointer;}
.rating span{ cursor:pointer;}
.rating span.rating-star:before {content:"\f005"; color:#ffcc00;}
.rating > span:before {font-family:'FontAwesome'; content:"\f006"; color:#848494; display: inline-block;font-size:16px;}
.rating > span:hover:before, .rating > span:hover ~ span:before {content:"\f005"; color:#ffcc00;}
.rating:hover > span:before {content:"\f006"; color:#848494; display: inline-block;}
.rating:hover > span:hover:before, .rating > span:hover ~ span:before {content:"\f005"; color:#ffcc00;}

/*ribbons*/

.ribbon-wrapper {width: 85px;height: 88px;overflow: hidden; position: absolute; top: -3px; right: -3px; z-index:2}
.ribbon { font-size: 12px; font-weight:500;text-align: center; position: relative; padding: 7px 0; direction: ltr; float:right;left:30px; top: 12px; width: 120px; background-color: #848494; color: #fff;
 -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);
 -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);}
.ribbon:before, .ribbon:after {content: ""; border-top:   3px solid #848494; border-left:  3px solid transparent; border-right: 3px solid transparent; position:absolute;
  bottom: -3px;}
.ribbon:before {left: 0;}
.ribbon:after { right: 0;}
.ribbon span { font-weight:700; font-size:14px; line-height:1;}


.shop-heading{ width:100%;}
.summary.entry-summary .star-rating{ float:left; margin: 10px 0 !important;}
.woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails { padding-bottom:1em;}
/* WooCommerce Price (Regular Price) */
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product-price del, .woocommerce ul.cart_list li .quantity del, .woocommerce-page ul.cart_list li .quantity del, .woocommerce ul.product_list_widget li .quantity del, .woocommerce-page ul.product_list_widget li .quantity del {
color: inherit; font-size: 0.75em; text-decoration: line-through;}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child, .woocommerce-page ul.cart_list li:last-child, .woocommerce-page ul.product_list_widget li:last-child {border-bottom:none;}
.products-list { list-style:none; padding:0;}
.select-range{width: 100%; margin-bottom:20px;}

/* single product */
.single-product {}
.single-product .product-thumbnail{ padding:10px; border:1px solid #e5e5e5;}
.single-product .product-thumbnail .ribbon-wrapper {right: 12px;}
.single-product .summary .product-meta{ padding:0 0 10px; text-align:left;}
.single-product .product-description{ display:block; text-align:left;}
.woocommerce-review-link{color:#1a2325}
.cart-collaterals .cross-sells{display:none}
/* review */
.reviews{ list-style:none; padding-left:0;}
.reviews li{ margin-top:20px; padding-top:20px; border-top:1px solid #e5e5e5; float:left; width:100%;}
.reviews li:first-child{ margin-top:0; padding-top:0; border-top:none;}
.review-title{ font-size:18px; margin-bottom:10px;}
.review-meta { float:left; margin-right:20px;}
.review-author { float:left; margin-right:20px;}
.review-rating { float:left;}
.review-rating > span:before {font-family:'FontAwesome'; content:"\f006"; color:#848494; display: inline-block;font-size:16px;}
.review-rating span.rating-star:before {content:"\f005"; color:#ffcc00;}
.review-content { clear:both; float:left; width:100%; margin:10px 0;}

/* item increment */
.qty {width: 50px; margin:0 -5px; text-align: center; padding:10px 5px; border:1px solid #e5e5e5; color:#848494; font-size:18px;}
.qtyplus { margin:0 0 5px 0;}
.qtyminus {margin:0 0 5px 0;}
.add-to-cart{ margin-top:5px;}
.woocommerce .list-group-item .star-rating {float:right !important; margin:0 0 0 0 !Important}
.woocommerce #reviews #comments ol.commentlist li .comment-text {margin-left: 70px}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before{color:#09a0f7}
.star-rating span {color:#09a0f7; font-weight:100;}
.woocommerce .products .star-rating {margin: 0 auto .5em;}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{box-shadow:none !Important; -moz-box-shadow:none !Important; -webkit-box-shadow:none !Important;}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background:#f2f2f2 !Important;
    -webkit-border-radius:0 !important;
    border-radius:0 !important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal{height:0.65em !important}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background:#09a0f7 !Important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
    border:none !Important; width:1.1em !Important; height:1.2em !Important
}
.price_slider_amount .price_label{font-size:14px !important}
.woocommerce .button {color:#fff !Important; text-shadow:none !Important; border:none !Important; background-color: #1671a6 !important; }
.price_slider_amount .button {font-weight:normal !important}


#searchform input[type="text"]{background:#f9f9f9; color:#848494; border:1px solid #e5e5e5; padding:6px 12px; font-size:14px; line-height:1.428571429; vertical-align:middle}
#searchform  .screen-reader-text {display:none}
.widget_product_search #searchsubmit{border:none; background:#09a0f7; color:#fff; padding:0.44em 0.99em}

.product-description {text-align:left; float:left; width:70%}
.product-description p {margin-left:10px}
.product-meta{overflow:hidden}

.single-product .product{text-align:left}
.single-product .product:hover{-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none}
.single-product-description {margin-top:10px}

.woocommerce #content .quantity .qtyminus, .woocommerce .quantity .qtyminus, .woocommerce-page #content .quantity .qtyminus, .woocommerce-page .quantity .qtyminus,
.woocommerce #content .quantity .qtyplus, .woocommerce .quantity .qtyplus, .woocommerce-page #content .quantity .qtyplus, .woocommerce-page .quantity .qtyplus,
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
    bottom:auto !important; right:auto !Important; background:#f7f7f7 !Important; border-color:#e5e5e5 !important; margin:0 0 5px 0; padding:8px 18px 8px 14px !important;
border-radius:0 !Important; width:36px !important; height:36px !Important; position:relative !Important; display:inline-block !important; color:#848494 !important;
text-shadow:none !Important; -webkit-box-shadow:none !important; box-shadow:none !important; float:left !Important; border:solid 1px #e5e5e5 !important; font-weight:normal;
font-size:16px
}

.woocommerce #content .quantity .qtyminus:hover, .woocommerce .quantity .qtyminus:hover, .woocommerce-page #content .quantity .qtyminus:hover, .woocommerce-page .quantity .qtyminus:hover,
.woocommerce #content .quantity .qtyplus:hover, .woocommerce .quantity .qtyplus:hover, .woocommerce-page #content .quantity .qtyplus:hover, .woocommerce-page .quantity .qtyplus:hover{
    background:#ebebeb !Important; border-color:#adadad !important; color:#222 !important
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
    padding:0 !Important; height:45px !important; width:44px !important; margin:-4px -1px 0 -1px; font-size:16px;  background:#fff !Important;
}

.single-product-share {margin-left:0; border-color:#09a0f7 !important}
.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity{width:116px !Important; overflow:visible !Important}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {   -webkit-appearance: none; margin: 0; }
.cart button.button {padding:10px 18px !important; text-transform:uppercase; font-weight:500 !important}
.product .images {padding: 10px 10px 0 10px; border: 1px solid #e5e5e5;}
.summary  .clear {display:none}
.related-products div.item {width:100% !important}
.related-products {margin-top:30px}
.single-product .related-products .product-thumbnail{border:none; padding:0}
.related-products  .product-icons{display:none}
.single-product .images img {-webkit-box-shadow:none !important; box-shadow:none !important;}
.cart-table .quantity {margin-left:0 !important}
.td-remove .icon-wrapper { border-color:#09a0f7 !Important;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{float:none !Important; width:100% !important}
.cart_totals .panel-body {padding:18px}

.chosen-container-single .chosen-single{border-radius:0 !important; color:#848494 !important; background:#f9f9f9 !Important; height:34px !important; line-height:1.428571429 !important; padding:8px 8px 6px 8px !important; box-shadow:none !important; border:1px solid #e5e5e5 !important}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{height:34px; padding:6px 12px; font-size:14px; line-height:1.428571429; display:block; color:#848494; background:#f9f9f9; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border:1px solid #e5e5e5;}
.woocommerce form .form-row .input-text:focus, .woocommerce-page form .form-row .input-text:focus{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border:1px solid ;}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background-position:0px 7px !Important}
#order_comments_field{padding:18px}
.woocommerce #payment, .woocommerce-page #payment, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{
    background:#f9f9f9 !important; box-shadow:none !Important; border-radius:0 !important;
    padding: 13px 26px 13px 46px!important;
    color: #a3a2a2;
    margin-bottom: 15px !important;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    margin-bottom: 25px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button {font-size: 14px;}
.shop_table{background:#fff !Important}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before, .woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before{height:34px;}
#order_review_heading{font-size:18px; color:#fff; background:#09a0f7; margin-bottom:0; padding:15px 30px; text-transform: uppercase;font-weight: 700}
.product-category .product-meta {height:auto}

.woocommerce .related.products li.product {padding: 0 15px; margin-right: 0}
.woocommerce .related.products ul.products {margin: 0 -15px;}
.woocommerce-page.single-product ul.products li.product {width: 25%;}
.woocommerce-page.single-product .columns-2 ul.products li.product {width: 50%;}
.woocommerce-page.single-product .columns-6 ul.products li.product {width: 16.6666666666%;}
.woocommerce-page.single-product .columns-3 ul.products li.product {width: 33.3333333333%;}
.woocommerce-page.single-product .columns-1 ul.products li.product {width: 100%;}
@media all and (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto;
        float: none!important;
    }
}

.woocommerce table.shop_attributes th {
    padding: 13px !important;
    background-color: #09a0f7;
    color: #fff;
}
.woocommerce table.shop_attributes td {
    padding: 5px;
}
.shop-product .overlay-wrapper{
    position: relative;
    margin-bottom: 10px;
}
.panel.cart_totals td, .panel.cart_totals th, .woocommerce table.shop_table td, .woocommerce-page table.shop_table td{border:none !Important; border-bottom:solid 1px #ccc !Important}
.product-categories ul{margin-top: 10px;margin-left:20px !important; list-style:none}
.product-categories li{position:relative}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{box-shadow:none !Important}
.bg-color-default{background-color:#09a0f7}
#ship-to-different-address label {font-weight:700}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce table.shop_table {margin-bottom: 50px;}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    top: 0.7em;
}
.sku_wrapper >span {display: inline;}

.form-control.orderby:focus, select:focus {
    box-shadow: none;
    outline: none
}
.fa {
    vertical-align: middle !important;
}
#single-product-tab>ul .fa {
    margin-right: 10px;
}
#single-product-tab {
    margin-bottom: 20px;
}
.comment-form-comment textarea {
    border: 1px solid #ccc;
    padding: 8px;
    color: #a3a2a2;
}
#review_form #submit {
    border: 1px solid transparent;
    background: #09a0f7 !important;
    padding: 12px 15px !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.single_variation {
    margin: 25px 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button {
    border-radius: 0
}
.woocommerce div.product form.cart .variations label {
    color: rgb(163, 162, 162);
    margin-top: 15px;
    font-size: 15px;
}
a.checkout-button.button.alt.wc-forward {
    padding: 16px 30px;
    font-weight: 400;
}
.table-hover>tbody>tr>td, .table-hover>tbody>tr>th {
    vertical-align: middle;
}
/* .woocommerce-cart .woocommerce a.remove {
    position: relative;
    top: -25px;
    margin: 0 auto;
} */
/* .woocommerce a.remove:hover {
    background: none;
    color: #09a0f7 !important;
} */
span.cart_items_count {
    background-color: #09a0f7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 10% 44%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 17px;
    left: 23px;
    line-height: 16px !important;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: 17px;
    z-index: 999;
}
.shipping_calculator h4 a {
    color: #fff;
}
.woocommerce form .form-row {
    padding: 3px 0;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
} 
#shipping_method label {
    display: inline;
}
.shipping-calculator-form {
    display: block !important;
}
.wc-proceed-to-checkout .checkout-button {
    display: inline-block !important;
}
.lead.panel-title {
    /*font-size: 13px;*/
    font-weight: 700;
}
.order_title {
    margin-bottom: 7px;
}
.woocommerce-checkout input.input-text {
    height: 42px !important;
    
}
.woocommerce-checkout .input-text {
      background: #fff !important
}
.woocommerce-checkout .button, .return-to-shop .button {
    padding: 15px 30px !important;
    font-weight: 400;
}
.return-to-shop {
    text-align: center;
}
.select2-choice {
    border-radius: 0!important;
}
#ship-to-different-address-checkbox {
    height: auto !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
    border-color: #e7e7e7;
}
.woocommerce a.added_to_cart {
    padding-top: 0;
}
a.reset_variations {
    position: relative;
    top: 7px;
}
@media (max-width: 767px) { 
    .woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {width: 48%;}
    .products,
    .single-product.woocommerce div.product {
        padding: 0 15px !important;
    }
}
p.cart-empty {
    margin-bottom: 20px;
    text-align: center;
}

/************under counstruction**********/
.uc-wrapper{overflow-y:auto;margin-bottom: -40px; padding: 50px 0; background:rgba(0,0,0,.9)}
.counter-block{ padding: 20px;color:#FFF; border:1px solid #ececec; text-align:center; font-size:64px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.counter-block span{ display:block; font-size:16px; border-top:1px solid #ececec; padding:10px 0; margin-top:20px; text-transform:uppercase;}
.uctitle, .uccontent{color: #ffffff}
.counter-block, .uc-header-wrapper{ border:none}
.uc-header-wrapper .logo {font-size: 45px; font-weight: bold; color: #fff;}
.uc-header-wrapper{padding:50px 0}
.clock {margin-top:50px; margin-bottom:50px}
.countdown .counter-block {
    border: 1px solid #fff

}

/* Email Newslater */
.page-template-under-construction .eemail_textbox {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 75%;
    float: left;
   
}
.page-template-under-construction .eemail_caption {
    color:#fff;
    font-size: 14px;
}

input#eemail_txt_Button {
  border-radius: 0 3px 3px 0;
}

.page-template-under-construction .eemail_button{
    float: left;
    width:25%;
}
.page-template-under-construction .eemail_button input[type="button"]{
    padding: 12px;
    font-weight: 400;
    border-radius: 0 2px 2px 0;
    background: #09a0f7;
    color: #fff;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 1.33;
    width: 100%;
}
.page-template-under-construction .eemail_button input[type="button"]:hover{
    background: #000;
}
.page-template-under-construction .eemail_button input[type="button"]:focus{
    outline: none;
}

.wp-caption-text{}
.sticky{background: #f8f8f8}
img {max-width:100%; height:auto}
.gallery-caption{}
.bypostauthor{}  
.commentsectionwrap {margin-top:20px}
.alignnone, .wp-caption {max-width:100%; height:auto}
.alignright {float: right; margin-left: 10px;}
.alignleft {float: left; margin-right: 10px;}
.aligncenter {margin:0px auto}
.no-border-bottom{border-bottom-width:0px}

/* Themeplaza Car Plugin */
.price.green ul {
    font-size: 14px;
    padding-left: 8px;
    line-height: 23px;
    margin-bottom: 0px;
}
.price.green .prices {
    border-left: 1px solid #fff;
}
@media (max-width: 991px) {
    .price.green .prices {
        border-left: none;
    }
}
.price.green .price {
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 35px !important;
    margin: 0 !important;
}
.tpc_car_price_details {
    display: inline-block;
}
.tpc_car_price_details label {
    display: none;
}
.tpc_list_compare {
    position: absolute;
    left: 10px;
    bottom: 6px;
}
.tpc_inventory_item.listing .hide-block {
    display: none;
}
.tpc_random_img.tpc_inventory_img.image a {
    position: relative;
    display: inline-block;
}
.tpc_random_img.tpc_inventory_img .tpc_inventory_ribbon {
    position: absolute;
    top:0;
    left: 0;
}
.content-nav-tools, .content-nav-toolsleft, .content-nav-toolsright {
    display: inline-block;
    float: right;
}
.content-nav-toolsleftright{
    display: inline-block;
    float: left;
}
.tpc_list_compare .checkbox, .tpc_compare_widget .checkbox{
    margin: 0 !important;
}
.tpc_caompare_car {
    margin-bottom: 25px;
}
.tpc_close_compare {
    padding: 10px 17px!important;
}
.tpc_similar_cars_area .price span.car_status,
.price span.rent_car_label + span.car_status {
    display: none;
}
.tpc_similar_cars_area .price span.rent_car_label {
    display: inline;
}
.auto_description_box {
    margin-top: 40px;
}
span.tpc-sort-by-link a {
    margin-right: 4px;
}
span.tpc-sort-by-link span {
    margin-right: 20px;
}
select#amount_s, .payment-subject {
    margin-bottom: 15px;
    display: inline-block;
}
.owl-item .item .tpc_compare_pair a {
    width: auto;
}

/* Car plugin local styles*/
.add-car-header .nav>li>a:focus, .add-car-header .nav>li>a:hover {
    background-color: #fff;
}
.add-car-header .nav>li>a:not([data-toggle="tab"]),
.add-car-header .nav>li>a:not([data-toggle="tab"]):focus,
.add-car-header .nav>li>a:not([data-toggle="tab"]):hover {
    color: #76878f;
    opacity: 1;
    cursor: default;
}
.tpc_compare_empty_msg {
    position: fixed;
    top:20%;
    width:50%;
    left: 25%;
    margin: 0 auto;
    z-index: 111111;
}
.tpc-detail-column.general-column .add-car-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #2e566e;
    margin-top: 45px;
    padding-bottom: 15px;
    border-bottom: 0;
    margin-bottom: 0px;
}
input:disabled {
    background: #eef0f3 !important;
}
.searched_by {
    /*padding: 0 15px;*/
    margin-bottom: 35px;
    margin-top: 15px;
}
span.tpc_remove_search {
    background-color: #0074e1;
    display: inline-block;
    line-height: 30px;
    padding: 0 14px 0 10px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
    transition: opacity 0.3s;
    margin-bottom: 8px;
}
span.tpc_remove_search:hover {
    opacity: 0.87;
}
span.tpc_remove_search span.tpc_close {
    padding-right: 5px;
}
.tpc_compare_car_pair {
    clear: both;
}
.tpc_featured_image a {
    display: block !important;
}
.tpc_featured_cars_area .car_status {
    display: none;
}
.single-car .car-details .price.green {
    line-height: 40px;
}
.tp_car_lightbox_query {
    min-width: 400px;
}
/*****************theme widgets****************/
/*flickr*/
ul.flickr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.flickr-list {
    margin: -5px!important;
}
ul.flickr-list li {
    display: inline-block;
    padding: 5px;
}
.flickr-widget a img{
    display: inline-block;
    width: 80px;
    height: 80px;
}
.sidebar .flickr-widget img {
    width: 65px;
    height: 65px;
}

/* YITH Compare Widget */
.yith-woocompare-widget .products-list {
    margin-bottom: 15px;
}

/* Contact form*/
.alc_contact_form_entries input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.alc_contact_form_entries textarea {margin-bottom: 10px;}

/****recent works**/
.widget_alc_works ul li{padding-bottom: 10px;}
.widget_alc_works h4.entry-title {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}
.widget_alc_works .post-meta span, .sidebar-posts-widget .post-meta span {
    font-size: 12px;
    line-height: 18px;
    color: #778790;
    display: block;
}
.sidebar-posts-widget .posts-thumb,
.widget_alc_works .posts-thumb {
    margin-bottom:10px;
}


/**latets blog posts*/
.widget_alc_blogposts ul li{overflow: hidden;}
.widget_alc_blogposts .posts-thumb img,
.widget_alc_works .posts-thumb img {
    display: block;
    width: 80px;
    height: auto;
    margin-right: 18px;
}
.widget_alc_blogposts h4.entry-title {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}
.widget_alc_blogposts h4.entry-title a,
.widget_alc_works h4.entry-title a {
    color: #778790;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.widget_alc_blogposts.post-meta span {
    font-style: italic;
    padding-right: 5px;
}
.footer-widget ul.divider li a{padding-left: 15px;}
/*******3 IN 1***/
.footer-widget .widget-tab .nav-tabs>li>a{
    font-size: 12px;
}
/* Contact Us Widget */

.widgetinfo {color:#9dd55d; font-size:12px; text-transform:uppercase; font-weight: bold;text-align: center}
.widgetinfo i{color:#9dd55d; margin-right:6px}
/****social widget*/

.social-top ul li{padding: 0 0 0 5px;}
.social-top ul li a span{
    font-size: 18px;
    margin-right: 0;
}

.social-footer li a{
    color: #949494;
    margin-right: 10px;
}
.social-footer li a:hover span{color: #fff;}
/**categories*/
.sidebar-widget ul, .footer-widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_categories ul li, .footer-widget ul li.cat-item, .widget_archive ul li a{
    position: relative;
    margin-left: 16px;
}
.widget_categories ul li:before, .footer-widget ul li.cat-item:before,
.widget_archive ul li:before{
    content: "\f0da";
    font-family: FontAwesome;
    line-height: 22px;
    position: absolute;
    left: -15px;
}
.widget_archive ul li {
    position: relative;
}
.widget_archive ul li:before {
    left: 0;
}
.widget_categories .screen-reader-text {
    display: none;
}
.widget_categories ul li a, .footer-widget ul li.cat-item a,
.widget_archive ul li a {
    color: #778790;
    font-size: 16px;
}

.widget_categories ul li span.count, .footer-widget ul li.cat-item span.count{
    margin-left: 5px;
    position: relative;
    top: -4px;
    font-size: 9px;
    background: #09a0f7;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.widget_archive ul li {
    display: inline-block;
    
}

/********** Cart Widget *************/
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 8px 0;
}
.woocommerce.widget_shopping_cart .cart_list li {
    margin-top: 15px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 70px
}
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #ececec;
    padding: 10px 0 0;
}
/******* TOP RATED PRODUCTS WIDGET ***************/
.widget_top_rated_products .product_list_widget li .star-rating,
.woocommerce.widget_recent_reviews .product_list_widget li .star-rating {
    width: auto !important;
    margin:6px 0 !important;
}
.footer-widget .product_list_widget .star-rating {
    position: absolute;
    left: 83px;
    top: 54px;
}
.footer-widget .product_list_widget img.wp-post-image {
    margin-right: 14px;
    float: none;
    margin-left: 0px;
}
.footer-widget .product_list_widget li {
    position:relative;
    margin-bottom:10px !important;
}
.footer-widget .product_list_widget span.amount {
    top: 0px;
    position: absolute;
    left: 83px;
}
.footer-widget .product_list_widget span.reviewer {
    position: absolute;
    top: 0px;
    left: 83px;
}
.footer-widget .product_list_widget .quantity {
    position: absolute;
    top: 0px;
    left: 83px;
}
.footer-widget .product_list_widget .quantity span.amount {
    position: static;
    top: 0px;
    left: 0px;
}
.footer-widget .product_list_widget span.product-title {
    margin-left: -4px;
}
/* Menu */
.footer-widget .menu ul {
    text-align: left;
}

.footer-widget .menu ul a {
    color: #09a0f7;
}
/* widget_text */
.widget_text .textwidget,
.tpc_compare_widget p {
    font-size: 14px;
    line-height: 24px;
}
/**tags**/
ul.wp-tag-cloud li{
    display: inline-block;
    margin: 6px;
}
ul.wp-tag-cloud li a,
.widget_product_tag_cloud .tagcloud a,
.footer-widget .tagcloud a {
    font-size: 16px!important;
    color: #778790;
    margin-right: 10px;
}
ul.wp-tag-cloud li a:before,
.widget_product_tag_cloud .tagcloud a:before,
.footer-widget .tagcloud a:before{
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px;
}

.footer-widget .tagcloud a,
.footer-widget .tagcloud a:before {
    color: #09a0f7;
}

.search-widget .btn.btn-primary{padding: 12px 15px;}
.woocommerce-product-search label {
    display: none;
}
.woocommerce-product-search input[type="submit"]{
    margin-left: -5px;
    padding: 7px 13px 8px;
    background: #09a0f7;
    color: #fff;
    border:none;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 1.96;
}
.woocommerce-product-search input[type="submit"]:hover, .woocommerce-product-search input[type="submit"]:focus {
    background: #1a2325;
    border:none;
}
.search-widget input#search:focus {
    box-shadow: none;
}
.search-widget button:focus {
    outline: none;
}
#yith-woocompare-widget-2 ul.products-list {
    margin-bottom: 10px;
}
#yith-woocompare-widget-2 ul >li {
    margin-bottom: 5px;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
    color:#fff !important;
}
.btn-default{
    background: #f7f7f7;
    color: #818181;
}
.btn.btn-primary{
    background: #09a0f7;
}

.container.contact-widget-wrapper {
    padding: 0 15px;
    border-bottom: none;
}
.container.contact-widget-wrapper input:focus {
    outline:none;
}
/*---calendar---*/
#wp-calendar{border:solid 1px #dfdfdf; width:100%}
#wp-calendar td {padding:2px 5px; border-bottom:solid 1px #ededed}
#wp-calendar tbody td {border-left:solid 1px #ededed; text-align:center}
#wp-calendar th{padding:2px 3px 0px !important; background:#1a2325; color:#fff; text-align:center}
#wp-calendar caption {background:#09a0f7; padding:3px 8px; color:#fff}
/***************************************************/
@media (max-width: 768px) {
    #contactFormWidget input[type="text"], #contactFormWidget textarea {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/******************custom menu widget**********/
.footer-widget .menu-main-container ul li,
.sidebar .widget_nav_menu ul li{
    margin-bottom: 1px;
    display: block;
}
.sidebar .widget_nav_menu ul.sub-menu li a {
    padding-left: 30px ;
    padding-right: 15px;
}
.footer-widget .menu-main-container .current-menu-parent>a,
.sidebar .widget_nav_menu .current-menu-parent>a {
    background: #09a0f7;
    color: #fff !important;
}
.footer-widget .menu-main-container li a,
.sidebar .widget_nav_menu li a{
    font-weight: 500;
    color: #2e566e;
    margin-right: 2px;
    line-height: 1.428571429;
    position: relative;
    display: block;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
}
.footer-widget .menu-main-container li a:hover,
.footer-widget .menu-main-container li.current-menu-item a,
.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li.current-menu-item a{
    color: #fff;
    background: #0074e1;
}
/******** social widget ***********/
.social-widget.social-footer li a {
    display: inline-block;
    margin-right: 0;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete {
    text-align: left;
}

.widget label {display: none;}
.social-top ul li{padding: 0 0 0 5px;}
.social-top ul li a span{
    font-size: 16px;
    color: #fff;
    margin-right: 0;
}
.social-widget.social-top  li a {
    padding: 0 !important;
    line-height: normal !important;
    width: auto !important;
    height: auto !important;
}
.social-widget.social-top  li a:hover {
    background-color: transparent;
}
.social-top ul li a span{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-top ul li a:hover span{
    color: #09a0f7;
}
.social-footer li a{
    color: #949494;
    margin-right: 25px;
}
.social-footer li a:hover{color: #09a0f7;}

.social li, .social-widget li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0;
}
.social li a, .social-widget li a {
    display: block;
    width: 2.6em;
    height: 2.6em;
    text-align: center;
    line-height: 2.6em;
    color: #c9c9c9;
    padding: 0 !important;
    margin: 0;
}
/*.social li a span, .social-widget li a span {
    font-size: 24px;
}*/
.social li a:hover, .social-widget li a:hover {
    color: #fff;
    background: #09a0f7;
}

/**************** newsletter ***************/
.footer-widget .eemail_button,
.footer-widget .eemail_textbox,
.eemail_widget .eemail_button,
.eemail_widget .eemail_textbox {
    display: inline-block;
    float: left;
}
.footer-widget .eemail_textbox .eemail_textbox_class,
.footer-widget .eemail_button .eemail_textbox_butto
.eemail_widget .eemail_textbox .eemail_textbox_class,
.eemail_widget .eemail_button .eemail_textbox_button {
    width: auto;
}
.footer-widget .eemail_textbox .eemail_textbox_class,
.eemail_widget .eemail_textbox .eemail_textbox_class {
    font-style: italic;
    color: #aaaaaa;
}
.footer-widget .eemail_button .eemail_textbox_button,
.eemail_widget .eemail_button .eemail_textbox_button {
    background: #09a0f7;
    margin-left: -1px;
    color:#fff;
    border-color: #09a0f7
}
.footer-widget .eemail_button .eemail_textbox_button:hover,
.eemail_widget .eemail_button .eemail_textbox_button:hover {
    background: #454345;
    border-color: #454345;
}
/*******************************************/
.widget_categories select, .widget_archive select {
    height: 42px !important;
    padding: 10px;
}
.sidebar-widget img, .sidebar-widget select{
    max-width: 100%;
    height: auto;
}
.footer-bottom-widget-title {
    display: none;
}

.full-width-page iframe {
    height: 641px;
    width: 100%;
}
.sidebar .widget {
    margin-bottom: 30px;
    overflow: hidden;
}
/********** Rss Widget ****************/
.widget_rss ul>li {
    margin-bottom: 15px;
}
.widget_rss a {
    font-weight: 500;
}
.widget_rss .widget-title a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e566e;
    margin-bottom: 14px;
    display: inline;
}
.widget_rss .rss-date {
    font-size: 13px;
    display: block;
}
.widget_rss .rssSummary {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
}


/*-- Blog tab widget --*/
.widget-tab .nav-tabs {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #0074e1;
}
.widget-tab .nav-tabs>li>a{
    font-size: 14px;
    color: #2e566e;
    text-transform: capitalize;
    border-radius: 0;
    background: transparent;
}
.widget-tab .nav-tabs>li.active>a{
    color: #fff;
    background: #0074e1;
}
.widget-tab .nav-tabs>li>a:hover {
    opacity: 1;
    border-color: transparent;
}
.widget-tab .nav-tabs>li>a i{
    margin-right: 10px;
}
.widget-tab .tab-content{
    padding: 15px 0 0;
}
.widget-tab .posts-thumb img{
    display: block;
    width: 80px;
    height: auto;
    margin-right: 18px;
}
.widget-tab .posts-avator img{
    display: block;
    width: 80px;
    height: auto;
    margin-right: 20px;
    border-radius: 100%;
    border: 5px solid #f2f2f2;
}
.widget-tab h4.entry-title{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.widget-tab h4.entry-title a{
    color: #778790;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.widget-tab .posts-thumb {
    margin-bottom: 5px;
}
.widget-tab .post-meta {
    clear: both;
}
.widget-tab .post-meta span{
    font-size: 12px;
    line-height: 18px;
    color: #778790;
    display: block;
}
.widget-tab ul.posts-list li{
    margin-bottom: 3px;
}
.footer-widget .posts-thumb img {
    margin-bottom: 5px;
}

/*-- Blog category widget --*/
.widget-categories ul.category-list, .product-categories  li{
    margin-left: 16px;
}
.product-categories  li:before{
    content: "\f0da";
    font-family: FontAwesome;
    line-height: 22px;
    position: absolute;
    left: -15px;
}
.widget-categories ul.category-list  li a, .product-categories  li a{
    /*color: #1a2325;*/
    font-weight: 500;
}
.widget-categories ul.category-list  li:last-child, .product-categories  li:last-child{
    border-bottom: 0;
}
.widget-categories ul.category-list  li .count, .product-categories  span.count{
    margin-left: 20px;
    font-size: 9px;
    background: #09a0f7;
    color: #fff;
    padding: 0;
    border-radius: 100%;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
/*-- Blog tags widget --*/
.widget-tags ul > li {
    float: left;
    margin: 6px;
}
.widget-tags ul > li a{
    background: #f2f2f2;
    color: #6A6A6A;
    display: block;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget-tags ul > li a:hover{
    background: #09a0f7;
    color: #fff;
}
.footer-widget ul li.cat-item a, .footer-widget ul li.cat-item:before, .widget-tab h4.entry-title a {
    color:#09a0f7;
}
.footer .widget-tab .nav-tabs>li>a {
    color: #fff;
}
.footer .screen-reader-text {
    display: none;
}
.footer .footer-widget {
    margin-bottom: 25px;
}
.footer .footer-widget + .footer-widget {
    margin-bottom: 45px;
}
.sidebar-widget .form-group .button,
.footer-widget .form-group .button {
    line-height: 45px;
    padding: 0 15px;
}
.footer-widget .mini_cart_item .remove {
    float: right;
}

.blog-post ol>li>ol, .main-content ol>li>ol,
.blog-post ul>li>ul, .main-content ul>li>ul,
.blog-post ol>li>ul, .main-content ol>li>ul,
.blog-post ul>li>ol, .main-content ul>li>ol{margin-left: 15px;}
.twitterSlider.twitter {min-height: 0}
.parallax-head-block + .automan-title-block {margin-top: -50px;}
.menu-top-bar-container li a {color: #fff !important; font-size: 13px;}
.blog-list .meta li {
    padding:5px 0;
}
.blog-list .blog-post .content {
    position:relative;
}
.blog-list .blog-post .content {
    padding:26px 32px;
}
.blog-list .blog-post .content p {
    padding-bottom:23px;
    border-bottom:1px solid #eaeaea;
    margin-bottom:21px;
}
.blog-post .meta span i {
    margin-right:6px;
    color:#fff;
}
.blog-list .blog-post.quote-post .quote:before {
    left:inherit;
    top:12px;
    right:17px!important;
}
.blog-list .blog-post.quote-post .quote {
    padding:35px;
}

.blog-post .about-author .col-sm-3 {
    width:113px;
}
.blog-post .about-author h6 {
    margin-bottom:4px;
    margin-top:12px;
}
.widget_categories ul li:before,.footer-widget ul li.cat-item:before,.widget_archive ul li:before,.widget_categories ul li,.footer-widget ul li.cat-item,.widget_archive ul li a {
    line-height:42px;
}
.widget_categories ul li:before,.footer-widget ul li.cat-item:before,.widget_archive ul li:before,.widget_categories ul li,.footer-widget ul li.cat-item,.widget_archive ul li a {
    line-height:42px;
    border-bottom:1px solid
}
.page-title .title,.page-title .page-breadcrumbs {
    text-transform:none;
    font-weight:400;
    font-size:14px;
    padding:0 20px;
}
.single-blog-post .blog-post .title,.blog-post .title {
    font-size:20px;
    line-height:21px;
    border:1px solid #eaeaea;
    padding:18px;
    margin-bottom:-1px;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    width:100%;
}
.single-blog-post .blog-post .title a,.blog-list .blog-post .title a {
    color:#000000;
    font-size:20px;
    font-weight:500;
    background:#F7F7F7;
}
.car-details .details-box .heading {
    padding-bottom:27px;
}
.car-details .details-box .heading {
    padding-bottom:28px;
}
.single-car .car-details .price.green {
    padding:23px 33px;
}
.car-details.alt .title {
    margin-top:16px;
    margin-left:9px;
}
.single-car .car-details .price.green {
    padding:14px 26px;
}
.main-nav>ul {
    text-align:left;
}
.blog-masonry,.blog-grid img {
    width:100%;
}
.blog-grid .blog-post .image.post-slider-wrapper,.blog-grid .blog-post .blog-post-image,.blog-grid .blog-post .embed-responsive,.blog-masonry .blog-post .blog-post-image img {
    width:100%;
}
.post_format-post-format-audio {
    margin-bottom:30px!important;
}
.navigation .logo {
    margin-right:19px;
}
.sidebar .widget {
    border:1px solid #eaeaea;
    padding:25px;
}
.sidebar .widget ul li:before {
    border:none!important;
}
div#search-3 {
    padding-bottom:4px;
}
.widget_categories ul li:before,.footer-widget ul li.cat-item:before,.widget_archive ul li a:before,.widget_categories ul li,.footer-widget ul li.cat-item,.widget_archive ul li a {
    border-bottom:1px solid #D2D2D2;
}
.widget-tab .nav-tabs>li>a {
    font-size:11px;
    padding: 12px;
}

.single-blog-post .blog-post .meta {
    padding: 23px;
    background: #09A0F7;
    padding-top:4px;
    padding-bottom:0;
}
.single-blog-post .blog-post .meta a, .single-blog-post .blog-post .meta span i {
    color: #fff;
}

.single-blog-post .blog-post .meta span i {
    margin-right: 14px;
}

.single-blog-post .blog-post .meta li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display:block;
    margin:0;
}


.widget_categories li:last-child {
    border: none;
}

.sidebar .widget {
    padding-bottom: 13px;
}
div#alc-totalposts-widget-2 {
    padding-bottom: 0px;
}


.checkbox label, .radio label {
    padding-left: 35px;
    line-height: 32px;
}

span.tpc_list_compare span {
    margin-left: 12px;
}

div#tp_car_search-2, div#tp_car_compare-2 {
    padding: 0;
    border: none;
}


div#tp_car_compare-2 .tpc_list_compare .checkbox, .tpc_compare_widget .checkbox {
    position:absolute;
}

div#tp_car_compare-2 .checkbox div, .radio div {
    margin-left:-35px;
}

.listings .heading {
    margin-bottom: 30px;
}

.car-details .specifications .item .option:after {
    float:none;
    padding-left: 4px;
}

.car-details .specifications .item .option {
    width: auto;
    padding-right: 10px;
}

.add-car img {
    width: auto!important;
}
label .aut-checkbox-title {
    margin-left: 10px;
}
.woocommerce.widget_shopping_cart .cart_list li.empty {
    padding-left: 0;
}

.single-blog-post .content {padding-top:20px}

/***************tables*****************/
table{
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
table thead th{
    font-size: 19px;
    color: #000000;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-align: center;
    padding: 14px !important;
    background: #0074e1;
    color: #ffffff;
    font-size: 17px;
    border: 1px solid #0074e1;
    border-bottom:0;
}
table tbody th{border: 1px solid #dedede; padding:6px}
table td{
    padding: 14px ;
    font-size: 15px;
    color: #919191;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 20px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dedede ;
    border-bottom:none
}
table tr:nth-child(2n+1) td {
    background: #f5f5f5;
}
table th a {text-decoration:none}
table th a:hover {text-decoration:underline}

.blog-list .meta li {
    padding:5px 0;
}
.blog-list .blog-post .content {
    position:relative;
}
.blog-list .blog-post .content {
    padding:26px 32px;
}
.blog-list .blog-post .content p {
    padding-bottom:23px;
    border-bottom:1px solid #eaeaea;
    margin-bottom:21px;
}

.blog-list .blog-post.quote-post .quote:before {
    left:inherit;
    top:12px;
    right:17px!important;
}
.blog-list .blog-post.quote-post .quote {
    padding:35px;
}

.blog-post .about-author .col-sm-3 {
    width:113px;
}
.blog-post .about-author h6 {
    margin-bottom:4px;
    margin-top:12px;
}
.widget_categories ul li:before,.footer-widget ul li.cat-item:before,.widget_archive ul li a:before,.widget_categories ul li,.footer-widget ul li.cat-item,.widget_archive ul li a {
    line-height:42px;
}
.widget_categories ul li:before,.footer-widget ul li.cat-item:before,.widget_archive ul li a:before,.widget_categories ul li,.footer-widget ul li.cat-item,.widget_archive ul li a {
    line-height:42px;
    border-bottom:1px solid
}
.page-title .title,.page-title .page-breadcrumbs {
    text-transform:none;
    font-weight:400;
    font-size:14px;
    padding:0 20px;
}
.single-blog-post .blog-post .title,.blog-post .title {
    font-size:20px;
    line-height:21px;
    border:1px solid #eaeaea;
    padding:18px;
    margin-bottom:-1px;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    width:100%;
}
.single-blog-post .blog-post .title a,.blog-list .blog-post .title a {
    color:#000000;
    font-size:20px;
    font-weight:500;
    background:#F7F7F7;
}
.car-details .details-box .heading {
    padding-bottom:27px;
}
.car-details .details-box .heading {
    padding-bottom:28px;
}
.single-car .car-details .price.green {
    padding:23px 33px;
}
.car-details.alt .title {
    margin-top:16px;
    margin-left:9px;
}
.single-car .car-details .price.green {
    padding:14px 26px;
}
.main-nav>ul {
    text-align:left;
}
.blog-masonry,.blog-grid img {
    width:100%;
}
.blog-grid .blog-post .image.post-slider-wrapper,.blog-grid .blog-post .blog-post-image,.blog-grid .blog-post .embed-responsive,.blog-masonry .blog-post .blog-post-image img {
    width:100%;
}
.post_format-post-format-audio {
    margin-bottom:30px!important;
}
.navigation .logo {
    margin-right:19px;
}
.sidebar .widget {
    border:1px solid #eaeaea;
    padding:25px;
}
.sidebar .widget ul li:before {
    border:none!important;
}
div#search-3 {
    padding-bottom:4px;
}
.widget_categories ul li:before,.footer-widget ul li.cat-item:before,.widget_archive ul li a:before,.widget_categories ul li,.footer-widget ul li.cat-item,.widget_archive ul li a {
    border-bottom:1px solid #D2D2D2;
}
.widget-tab .nav-tabs>li>a {
    font-size:11px;
    padding: 12px;
}

.single-blog-post .blog-post .meta {
padding: 23px;
    background: #09A0F7;
padding-top:4px;
padding-bottom:0;
}
.blog-list .blog-post .meta { background: #09A0F7;}
.blog-list .blog-post .meta a, .single-blog-post .blog-post .meta span i {
    color: #fff;
}

.single-blog-post .blog-post .meta span i {
    margin-right: 14px;
}

.blog-post .meta li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display:inline-block;
    margin-left:12px;
    margin-right:6px;
}

.widget_categories li:last-child {
    border: none;
}

.sidebar .widget {
    padding-bottom: 13px;
}
div#alc-totalposts-widget-2 {
    padding-bottom: 0px;
}

.widget_categories ul li a, .footer-widget ul li.cat-item a, .widget_archive ul li a {
font-size:14px;
}

.blog-post .about-author {
padding: 38px 42px;
    border: 11px solid #fff;
-webkit-box-shadow: 0px 0px 0px 1px rgba(235,247,253,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(235,247,253,1);
box-shadow: 0px 0px 0px 1px rgba(235,247,253,1);
}



.listings .heading {
    margin-bottom: 30px;
}

.car-details .specifications .item .option:after {
float:none;
padding-left: 4px;
}

.car-details .specifications .item .option {
    width: auto;
    padding-right: 10px;
}

.add-car img {
    width: auto!important;
}
.shop-product{padding:10px; background:#f8f8f8}


/********* Recent Tweets **************/
.footer-top-block .rotatingtweets a {color:#fff; font-weight: 500; text-decoration:underline}
.rotatingtweets  {float:left; max-width:900px !important}
.footer-top-block .twitter {
    min-height: 50px; float:left; margin-right:110px
}
.footer-top-block .twitter .icon {
    display: block;
    height: 100%;
    width: 106px;
    background: #0b93e1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    border-bottom-right-radius: 41%;
}
.footer-top-block .twitter .icon span {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 77px 6px 0px;
    border-color: #0b93e1 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -38px;
}

.woocommerce div.product form.cart .variations {
    table-layout: auto;
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: left;
}
.woocommerce div.product form.cart .variations td {
    background: #fff !important;
}

.footer-top-block .tweets {margin-left: 139px;}
.featured-cars .image .sale-tag {bottom: 0px;}
.tpc_caompare_car .checkbox label {padding-left: 46px;  }
.tpc_compare_widget .checkbox { z-index: 1;}
.tpc-refine-search .title {font-size: 16px;}
.footer-top-block .twitter .icon span { border-width: 430px 78px 6px 430px;}
.footer-top-block .twitter .icon .fa {z-index: 51;position: relative;}
.footer-top-block .twitter .icon {border-bottom-right-radius: 0;background: none;}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /*background: #fff;*/
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #09a0f7;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 10001; /* anything higher than z-index: 1000 of .loader-section */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #56c243;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f7d809;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    background: #232323;
    z-index: 10000;
    width: 200%;
    height: 100%;
}

#loader-wrapper .loader-section.section-left {
    top: -50%;
    left: -50%;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

#loader-wrapper .loader-section.section-right {
    top: 50%;
    right: -50%;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-200%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-200%);  /* IE 9 */
    transform: translateX(-200%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(200%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(200%);  /* IE 9 */
    transform: translateX(200%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader {
    opacity: 0;
}
.loaded #loader-wrapper {
    visibility: hidden;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}
.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 0.6s ease-out;
    transition: all 0.3s 0.6s ease-out;
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* Style switcher */
div.style-switcher-wrapper {
    width: 280px;
    position: fixed;
    left: 0;
    z-index: 2000;
    background: #232323;
    color: #fff;
    height: 100%;
}
div.style-switcher {
    width: 100%;
    overflow-y: auto;
    padding: 23px;
    height: 100%;
}
div.style-switcher-item {
    margin-bottom: 12px;
}
div.style-switcher-item label {
    margin-bottom: 5px;
}
p.style-switcher-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
a.ss-open-close {
    width: 47px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    color: #fff !important;
    background: #232323;
    position: absolute;
    right: -45px;
    top: 110px;
    font-size: 27px;
    border-radius: 0 7px 7px 0;
}
a.ss-open-close:hover {
    opacity: 1;
}
a.ss-open-close i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.ss-open-close:hover i {
    opacity:0.8;
}
.ss-backround-image-pattern {
    width: 20px;
    display: inline-block;
    height:20px;
}
.ss-backround-image-pattern img {
    width: 100%;
    height:100%;
}
.ss-backround-image-pattern:hover {
    cursor: pointer;
}
.ss-full-bg-blur {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1;
    top:0;
    left:0;
}
.ss-full-bg-blur+div.modal-dialog {
    z-index:2;
}
.page-load-layout {
    overflow-y: hidden;
}

.listings .listings-grid .tpc_inventory_item.listing:nth-child(3n+1){
    clear: both;
}
div.tpc_photo_box {
    max-width: none;
}
.car-details .price {
    display:block;
}

