@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Ubuntu:300,400,500,700|Droid+Serif:400italic);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

iframe {
    border: 0;
}

hmtl a, html {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
}

    a:hover {
        text-decoration: none;
    }

    a:active, a:focus, a:hover {
        outline: 0;
        text-decoration: none;
        color: #666;
    }

    a img {
        border: none;
    }

    a > img {
        vertical-align: middle;
    }

.gray-bg {
    background: #e8e8e8;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #f9f9f9;
}

.dgray-bg {
    background: #444;
}

.dark-bg {
    color: #fff !important;
}

    .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
        color: #fff !important;
    }

img {
    max-width: 100%
}

audio, embed, img, object, video {
    max-width: 100%
}

img {
    height: auto;
}

.btn-primary, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #2f4684 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2f4684 !important;
    border-color: #e04413 !important;
}

.btn-primary:hover {
    background-color: #d64617 !important;
}

a {
    color: #2f4684;
}

.strong, strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

.italic, em, i {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0 !important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #fff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 39.2%, .5);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: hsla(0, 0%, 39.2%, .8);
    }

iframe {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

    h2 small {
        display: block;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 45%
    }

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

h5 {
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

h6 {
    font-size: 12px;
}

    h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
        margin-bottom: 5px;
    }

    h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
        margin-top: 22px;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #333;
        text-decoration: none;
    }

.huge {
    font-size: 10em;
}

p {
    margin: 0 0 18px 0;
}

.lighter p {
    color: #ccc;
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #e8e8e8;
}

    hr.sm {
        display: inline-block;
        margin: 0 0 15px 0;
        width: 40px;
        height: 2px;
        border: 0;
    }

    hr.md {
        display: inline-block;
        margin: 15px 0;
        width: 100px;
        height: 2px;
        border: 0;
    }

    hr.fw {
        display: block;
        clear: both;
        margin-top: 50px;
        margin-bottom: 43px;
        width: 100%;
        height: 1px;
        border: 0;
        background: #eee;
    }

        hr.fw.cont {
            margin: 20px 0;
        }

ul.angles, ul.carets, ul.checks, ul.chevrons {
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

    ul.angles > li, ul.carets > li, ul.checks > li, ul.chevrons > li {
        margin: 10px 0;
    }

        ul.angles > li > i, ul.carets > li > i, ul.checks > li > i, ul.chevrons > li > i {
            margin-right: 2px;
        }

ul.inline {
    margin: 10px 0;
}

    ul.inline > li {
        display: inline-block;
        margin-right: 10px;
    }

        ul.inline > li i.fa {
            margin-right: 2px;
        }

ul.nav-list-primary > li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #666;
    text-decoration: none;
}

    ul.nav-list-primary > li a:hover {
        text-decoration: none;
    }

ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

    ol ul, ul ul {
        margin: 10px 0 10px 20px;
    }

ul ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

    dl dt {
        font-weight: 700;
    }

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999;
}

.pagination {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.buscadorVeiculos {
    height: 120px;
    line-height: 51px;
    color: #666;
}

.buscadorVeiculos .form-group {
    float: left;
    width: 19%;
    margin-right: 5px;
}

.buscadorVeiculos .form-group2 {
    width: 11%;
}

.backContentCarros {
    background: #24292e;
}

.bannerShoppingcontainer {
    padding: 8rem 0;
    height: 546px;
    text-align: center;
    font-family: 'oswald';
}

    .bannerShoppingcontainer h3 {
        margin-bottom: 9rem;
        margin-top: 2rem;
        font-size: 3.5rem;
        color: #FFF;
    }

.bannerShopping {
    position: relative;
    padding: 7rem 0 0;
    clear: both;
    overflow: hidden;
}

.lojasHome {
    border-top: 2px solid #d0d0d1;
    background-color: #181818;
    height: 410px;
    padding: 40px 0;
    position: relative;
    border-bottom: 15px solid #2f4684;
}

    .lojasHome:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        opacity: 0.1;
        content: '';
    }

.border-section-top:before, .border-section-top:after {
    position: absolute;
    top: -16px;
    width: 170px;
    height: 80px;
    content: '';
    background-color: #dc2d13;
    z-index: 999;
}

.border-section-top:before {
    left: -70px;
    box-shadow: 4px 1px 0 2px #f5f5f5;
    transform: skew( -58deg, 10deg );
}

.border-section-top:after {
    right: -70px;
    box-shadow: -4px 1px 0 2px #f5f5f5;
    transform: skew( 58deg, -10deg );
}

.ui-title-block {
    font-size: 40px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    font-family: 'oswald';
}

.ui-subtitle-block_mod-a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.lojasHome ul, .lojasPagina ul {
    list-style: none;
    margin: 10px 0;
}

.atalhosMenu {
    background-color: #fff;
    padding: 50px 0 90px;
}

    .atalhosMenu .col-md-4 {
        text-align: center;
        margin-top: 20px;
    }

.logoLojasInicial {
    background-color: #f2f4f6;
    padding: 50px 0 90px;
}


.noticiaG1 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    height: 250px;
}

.tituloG1 {
    overflow: hidden;
    height: 45px;
    margin-top: 80px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.descricaoG1 {
    overflow: hidden;
    height: 110px;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    margin-top: -15px;
}

.noticiaG1 img {
    border: 1px solid #CCC;
    padding: 5px;
    top: 10px;
    position: absolute;
    left: 38%;
    height: 83px;
}

.noticiaG1 a {
    left: 38%;
}

.list-progress__item:nth-child(1) {
    width: 330px;
    height: 122px;
    background-image: url(../images/figure-1.svg);
}

.list-progress__item:nth-child(2) {
    width: 340px;
    height: 114px;
    background-image: url(../images/figure-2.svg);
    background-position: 0 100%;
}

.list-progress__item:nth-child(3) {
    width: 350px;
    height: 115px;
    background-image: url(../images/figure-3.svg);
}

.list-progress__item {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    padding: 25px 0 0 50px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    z-index: 999;
}

    .list-progress__item i {
        font-size: 58px;
        color: #dc2d13;
    }

.list-progress__inner {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

.list-progress .chart {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.list-progress__name {
    display: block;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 600;
    color: #999;
}


.margin-0 {
    margin-bottom: 0 !important;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}

.dados_anuncio .listadados {
    text-align: center;
    width: 99%;
    color: #4d5c77;
    margin: 30px 0;
}

.esquerda {
    float: left;
}


    .dados_anuncio .listadados li.ultimo, .dados_anuncio .listadadosmontadoraphone li.ultimo {
        border: none !important;
    }

ul.listahorizontal li {
    display: block;
    float: left;
    background: #e6e7e8;
    padding-right: 5px;
    clear: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.listaEspecificacoes {
    margin: 0;
}

    .listaEspecificacoes li {
        text-align: center;
        padding: 0;
        width: 48.7%;
        padding-top: 2px;
    }

        .listaEspecificacoes li.ultimo {
            margin-right: 0;
        }

        .listaEspecificacoes li.observacao {
            line-height: normal;
            padding: 0 10px 0 10px;
            text-align: left;
            height: 60px;
            text-transform: lowercase;
            overflow: hidden;
        }

        .listaEspecificacoes li p {
            font-size: 15px;
            font-weight: 700;
            color: #666;
            margin-bottom: 6px;
        }

.div-hr {
    margin-top: 13px;
    width: 100%;
    border-top: 2px solid #ecedf2;
}

.pad-q_gutter-tb {
    padding-top: 3.75px;
    padding-bottom: 3.75px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.lnk-Compartilhar {
    font-size: 25px;
    margin-left: 3px;
}

.size-small {
    font-size: 13px;
    font-weight: 600;
}

.container100 {
    width: 100% !important;
}

.informacoes .info {
    font-size: 1.2em;
}

.informacoes .info_destaque {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
}

.padding-b0 {
    padding-bottom: 0 !important;
}

.padding-tb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%
}

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%
}

.spacer-60 {
    height: 60px;
    clear: both;
    width: 100%
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%
}

.overlay-transparent {
    background: rgba(0, 0, 0, .7);
}

.overlay-white {
    background: rgba(255, 255, 255, .9);
}

.checkers-overlay {
    background: url(../images/checkers.png) repeat;
}

.pattern-overlay {
    background: url(../images/pattern.png) repeat;
}

.next-prev-nav {
    display: inline-block;
}

    .next-prev-nav a {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
    }

#menuParceiros {
    margin: 46px 0;
    list-style-type: none;
}

    #menuParceiros li {
        height: 56px;
        line-height: 56px;
        background-color: #e6e6e6;
        border: 1px dashed #d3d3dc;
        margin-bottom: 12px;
    }

        #menuParceiros li:hover {
            border: 1px dashed #2f4684;
            cursor: pointer;
        }

    #menuParceiros img {
        margin: 0 10px;
        margin-top: -4px;
    }

    #menuParceiros a {
        font-size: 16px;
    }

.titleResult {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #666 !important;
    margin-bottom: 15px;
}

    .titleResult h1 {
        font-size: 24px;
        margin-bottom: 4px;
        color: #666 !important;
        margin-bottom: -1px;
    }

        .titleResult h1 span {
            font-weight: 600;
            color: #2f4684;
        }

.divFotoBuscador img {
    width: 100%
}

.titleResult h2 {
    color: #666 !important;
    font-size: 12px;
}

#banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: none;
    margin-top: 77px;
}

#banner2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: none;
    padding: 70px 0 150px;
    background: url(../images/bg-anunciar.jpg) center center no-repeat;
    background-size: cover;
    height: 450px;
}

#banner3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: none;
    padding: 70px 0 150px;
    background: url(../images/bg-sobre.jpg) center center no-repeat;
    background-size: cover;
    height: 450px;
}

#banner #search {
    background: #fff;
    margin-top: 48px;
    background: url(../images/search-bg.png);
    padding: 50px 0;
    border-top: 5px solid #2f4684;
}

.gl-progress-wrapper {
    padding-left: 35px;
}

.gl-skillbar {
    display: block;
    margin-bottom: 52px;
}

    .gl-skillbar p {
        width: 120px;
        padding-right: 20px;
    }

    .gl-skillbar p, .gl-skillbar span {
        font-family: pt_sansregular, sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: #888;
        margin: 0;
        display: inline-block;
        float: left;
    }

.gl-inner-section p {
    font-size: 18px;
    font-weight: 300;
    color: #888;
    margin: 0 0 20px;
    line-height: 1.7;
    text-align: justify;
}

.gl-skillbar .gl-skillbar-bar-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% - 180px);
    background: #f3f3f3;
    height: 10px;
    top: 6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .gl-skillbar .gl-skillbar-bar-wrapper .gl-skillbar-bar {
        height: 10px;
        width: 0;
        background-color: #fc4a52;
    }

.gl-skillbar span {
    padding-left: 20px;
    width: 60px;
    text-align: right;
}

.gl-skillbar p, .gl-skillbar span {
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    color: #888;
    margin: 0;
    display: inline-block;
    float: left;
}

.form_search h2 {
    color: #525253;
    text-align: center;
    margin-left: 7.5px;
    margin-right: 7.5px;
    font-size: 45px;
    min-height: 70px;
    margin-bottom: 40px;
}

    .form_search h2 > strong {
        font-size: 30px;
        font-weight: 700;
        color: #2f4684;
    }

.form_search {
    padding: 0 35px;
}

    .form_search span {
        font-weight: 600;
        font-size: 1.14em;
        color: #525253;
    }

    .form_search .dropdown-menu span {
        font-size: 13px !important;
        font-weight: 500;
    }

    .form_search .filter-option {
        font-size: 15px !important;
        font-weight: 500;
    }

.filters-sidebar .form-group, .seller-contact-widget .form-group {
    margin-bottom: 5px !important;
    position: relative;
}

.search-filters .bootstrap-select.form-control {
    border: none !important;
}

.search-filters .formLabel, .seller-contact-widget .formLabel {
    font-size: 14px;
    color: #aeaeba;
    font-weight: 500;
    position: absolute;
    left: 15px;
    pointer-events: none;
    background: #fff;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .25s ease;
    -webkit-transform: translate(1px, 6px) scale(.8);
    -ms-transform: translate(1px, 6px) scale(.8);
    transform: translate(1px, 6px) scale(.8);
    top: -14px;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    font-family: Roboto, sans-serif;
}

.seller-contact-widget .formLabel {
    background: #f3f5f8;
    height: 13px;
    top: -15px !important;
}

.search-filters .formExample {
    display: block;
    width: 100%;
    color: #aeaeba;
    font-size: 12px;
    margin-left: 4px;
    font-family: Roboto, sans-serif;
}

.selectMaxWidth .dropdown-menu {
    width: 200px !important;
}

.bs-searchbox {
    margin-bottom: 6px !important;
}

.selectMaxWidth .dropdown-menu li {
    border-bottom: 1px solid #f7f7f7;
}

.selectMaxWidth .dropdown-menu > li.selected {
    background-color: #2f4684;
    color: #fff;
}

.selectMaxWidth .dropdown-menu li a span.text {
    margin-right: 0 !important;
}

.selectMaxWidth .dropdown-menu > li.selected a {
    color: #fff !important;
}

.selectMaxWidth .dropdown-menu li > a {
    padding: 4px 10px;
    overflow: hidden;
    white-space: initial;
}

.search-filters .bootstrap-select.form-control button {
    border: 2px solid #ecedf2 !important;
    padding-top: 6px;
}

.filters-sidebar .form-control {
    margin-bottom: 10px !important;
    height: 40px !important;
    border-radius: 8px !important;
    border: 2px solid #ecedf2 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.copyrights-right {
    text-align: right;
}

.pesquisaTitle h4 {
    border: 0;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #6c7481 !important;
    font-weight: 600;
    margin-bottom: 0;
}

.title-bordered {
    text-align: center;
    margin-bottom: 45px;
}

    .title-bordered:after, .title-bordered:before {
        content: " ";
        display: table;
    }

    .title-bordered h2 {
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 20px;
        margin: 0;
        white-space: nowrap;
    }

        .title-bordered h2 .line__left {
            left: -1em;
            margin: 0 0 0 -50%;
            background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0) 0), color-stop(#e0e0e0 80%));
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #e0e0e0 80%);
            background-repeat: repeat-x;
        }

        .title-bordered h2 .line {
            position: relative;
            display: inline-block;
            width: 50%;
            height: 1px;
            vertical-align: middle;
        }

        .title-bordered h2 .line__left:before {
            right: 0;
        }

        .title-bordered h2 .line:before {
            content: "";
            display: block;
            position: absolute;
            width: 11px;
            height: 5px;
            background: #e0e0e0;
            margin-top: -2px;
        }

        .title-bordered h2 small {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            color: #b5b5b5;
            font-style: normal;
        }

        .title-bordered h2 .line__right {
            left: 1em;
            margin: 0 -50% 0 0;
            background-image: -webkit-linear-gradient(left, color-stop(#e0e0e0 20%), color-stop(rgba(255, 255, 255, 0) 100%));
            background-image: linear-gradient(to right, #e0e0e0 20%, rgba(255, 255, 255, 0) 100%);
            background-repeat: repeat-x;
        }

            .title-bordered h2 .line__right:before {
                left: 0;
            }

.marcasHome div {
    padding: 3px 0;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f2;
    margin-bottom: 5px;
}

    .marcasHome div:hover, .marcasHome div:hover .text {
        background-color: #eee;
    }

.marcasHome img {
    width: 100%
}

.contentBusca {
    background: #f3f5f8;
    padding: 0 !important;
}

.marcasHome .text {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 18px;
    color: #646464;
    font-weight: 500;
    margin-top: -20px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #2f4684 !important;
}

    .dropdown-menu > .active > a > span, .dropdown-menu > li > a:focus span, .dropdown-menu > li > a:hover span {
        color: #fff !important;
        transition: all .3s ease .1s;
    }

.bs-searchbox {
    margin: 0 5px;
}

    .bs-searchbox .form-control {
        margin-bottom: 5px;
    }

.short-widget {
    position: relative;
    padding: 13px 15px 13px 50px;
    color: #fff;
    font-size: 14px;
    background: #0083c9;
}

#formPropostaVeiculo .form-control {
    height: 39px;
}

#formPropostaVeiculo textarea.form-control {
    height: auto !important;
}

.short-widget.number-widget {
    background: #2f4684;
}

.widget.sidebar-widget {
    background: #f3f5f8;
    padding: 20px;
    margin-bottom: 20px;
}

.contactVeiculo-widget {
    font-size: 14px;
    background: #f4f4f4;
    position: relative;
}

.contentVeiculo {
    background: #fff;
    padding: 123px 0 0 !important;
}

.contentVeiculoRelacionados {
    background: #f3f5f8;
    padding: 50px 0;
    min-height: 200px !important;
    text-align: center;
}

    .contentVeiculoRelacionados strong {
        font-family: Poppins, sans-serif;
        font-size: 23px !important;
        font-weight: 500;
        color: #878787;
    }

#cookies {
    background-color: rgba(206,206,206,.9);
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    padding: 15px 15px 5px
}

    #cookies .row-cookie .item-cookie {
        display: inline-block;
        font-family: Arial,Times,serif;
        color: #232323
    }

    #cookies .font-15 {
        font-size: 15px
    }

    #cookies .c-pointer {
        cursor: pointer
    }

    #cookies .cookies-button {
        font-family: Arial,Times,serif;
        color: #fff;
        background-color: #232323;
        box-shadow: #000 0 8px 8px -12px;
        font-weight: 700 !important;
        text-transform: uppercase;
        padding: 10px;
        border: none !important;
        border-radius: 5px;
        padding: 8px 30px;
        margin-left: 30px;
        cursor: pointer;
        font-size: 12px;
        min-width: 45%;
        bottom: 10px;
        position: relative
    }

.div-hr-detalhesVeiculo {
    width: 100%;
    border-top: 1px solid #ecedf2;
}

.title-Veiculo {
    padding: 12px 0;
    position: relative;
}

    .title-Veiculo h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

        .title-Veiculo h2 > small {
            font-weight: 600;
        }

.single-listing-images {
    background-color: #fff;
}

.form_search .typed-cursor {
    display: none;
}

h2.gl-hero-text-heading:after {
    content: '|';
    font-size: 45px;
    color: #454545;
    position: relative;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite;
}

.contentAnuncio .list .col-md-4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}

    .contentAnuncio .list .col-md-4 img {
        margin-bottom: 10px;
    }

.gl-color-text {
    color: #2f4684 !important;
}

.btn-danger {
    background-color: #2f4684 !important;
}

.short-widget i {
    position: absolute;
    left: 35px;
    font-size: 45px;
    top: 50%;
    line-height: 0;
    opacity: .4;
}

.short-widget strong {
    font-size: 36px;
    display: block;
    line-height: normal;
}

.rowInput {
    float: left;
    padding-right: 7px;
}

.next-prev-nav a:hover {
    color: #fff;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
    text-align: center;
}

    .media-box .expand, .media-box .zoom {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 1.5em;
        z-index: 99;
        left: 0;
        top: 0;
        margin: 0;
        background-color: rgba(0, 0, 0, .4);
        opacity: 0;
        -webkit-transition: all .3s ease .2s;
        -moz-transition: all .3s ease .2s;
        -ms-transition: all .3s ease .2s;
        -o-transition: all .3s ease .2s;
        transition: all .3s ease .1s;
    }

        .media-box .expand .icon, .media-box .zoom .icon {
            width: 44px;
            height: 44px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            line-height: 44px;
            text-align: center;
            color: #fff !important;
            position: absolute;
            font-size: 1.2em;
            top: 50%;
            left: 50%;
            margin: -22px 0 0 -22px;
        }

.img-thumbnail img:hover, .img-thumbnail:hover {
    opacity: .9;
}

.media-box:hover .expand, .media-box:hover .zoom {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.media-box .media-box-wrapper {
    padding: 30px;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#chamarWhatsapp {
    width: 100%;
    color: #fff;
    background-color: #009688 !important;
}

    #chamarWhatsapp:hover {
        background-color: #04433d !important;
    }

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%
}

.basic-link {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}

    .basic-link:hover {
        color: #333;
    }

    .basic-link.inverted {
        text-transform: uppercase;
        margin-top: 10px;
    }

    .basic-link.backward .fa-angle-right {
        display: none;
    }

.sort-source {
    list-style-type: none;
    margin: 0 0 30px 0;
}

    .sort-source li {
        display: inline-block;
    }

        .sort-source li:after {
            content: "/";
            color: #ccc;
        }

    .sort-source.nav-pills li:after {
        content: ""
    }

    .sort-source li:last-child:after {
        content: ""
    }

    .sort-source li a {
        color: #999;
        margin: 0 20px;
    }

    .sort-source.nav-pills li a {
        margin: 0;
    }

    .sort-source.nav-pills li.active a {
        color: #fff;
    }

    .sort-source li:first-child a {
        margin-left: 0;
    }

    .sort-source li a:hover {
        color: #222;
    }

.sort-destination {
    margin: 0;
    list-style-type: none;
}

.sp-cont {
    position: relative;
}

.selectpicker {
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 5px;
}

    .selectpicker.btn-default {
        background: #fff;
        padding-left: 10px;
        text-transform: none;
        font-size: 14px;
        color: #555;
        letter-spacing: 0;
        font-family: Roboto, sans-serif;
        height: 40px;
    }

.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 11px;
}

.bootstrap-select.form-control {
    margin-bottom: 20px !important;
}

.action-icons {
    list-style-type: none;
    margin: 5px 0 0;
}

    .action-icons li {
        float: left;
        margin-left: 10px;
        font-size: 20px;
    }

        .action-icons li a {
            color: #ddd;
            -webkit-transition: all .3s ease .2s;
            -moz-transition: all .3s ease .2s;
            -ms-transition: all .3s ease .2s;
            -o-transition: all .3s ease .2s;
            transition: all .3s ease .1s;
        }

            .action-icons li a:hover {
                color: #ccc;
            }

.icon-box-inline {
    display: block;
}

    .icon-box-inline span {
        font-size: 36px;
        float: left;
        margin-right: 20px;
        width: 70px;
        height: 70px;
        border: 1px solid;
        text-align: center;
        border-radius: 100%
    }

        .icon-box-inline span i:before {
            line-height: 70px !important;
        }

    .icon-box-inline strong {
        display: block;
        font-weight: 700;
        font-size: 16px;
        padding-left: 90px;
        margin-top: 12px;
    }

    .icon-box-inline p {
        padding-left: 90px;
    }

.dgray-bg .icon-box-inline p {
    color: rgba(255, 255, 255, .4);
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%
}

.btn-rounded {
    border-radius: 30px;
}

body {
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    line-height: 1.7em;
    background-attachment: fixed;
    overflow-x: hidden;
}

    body.boxed {
        background-color: #666;
    }

        body.boxed .body {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 100%;
            max-width: 1120px;
            height: auto;
            background-color: #fff;
            -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
            box-shadow: 0 0 2px rgba(0, 0, 0, .2);
        }

.sticky-wrapper {
    background: 0 0;
}

.site-header-wrapper {
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    position: fixed;
}

div.veja-mais-barra {
    position: relative;
    min-width: 993px;
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
}

    div.veja-mais-barra .container .newbreadcrumb {
        line-height: 1.5;
        font-size: 75%
    }

.pad-gutter-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.veja-mais-barra .container .newbreadcrumb .item-breadcrumb {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    list-style: none;
}

    div.veja-mais-barra .container .newbreadcrumb .item-breadcrumb a, div.veja-mais-barra .container .newbreadcrumb .item-breadcrumb span {
        color: #2f4684;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
    }

@media (min-width:1440px) {
    .formProposta {
        position: sticky;
        top: 107px;
        position: -webkit-sticky;
        margin-top: 10px;
    }

    .container {
        width: 1350px;
    }
}

@media (min-width:1200px) {
    body.boxed .site-header-wrapper {
        width: 1120px;
        left: 50%;
        margin-left: -560px;
    }

    .Mobile {
        display: none !important;
    }

    .seachVeiculos {
        padding: 20px 35px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    body.boxed .site-header-wrapper {
        width: 990px;
        left: 50%;
        margin-left: -495px;
    }

    body.boxed .body {
        max-width: 990px;
    }

    .Mobile {
        display: none !important;
    }

    ul.listahorizontal li {
        margin-right: 5px;
    }
}

.site-header {
    width: 100%;
    position: relative;
    z-index: 4;
    background: #FFF;
    height: 121px;
    border-bottom: 1px solid #e5e5e5;
}

.sticky-header .site-header {
    height: 89px!important;
}

.sticky-header .FilterResult {
    top: 89px;
}

.sticky-header .site-logo {
    padding: 2px 0 6px !important;
}

.sticky-header .top-navigation > li {
    height: 88px;
    line-height: 82px;
}

.sticky-header .site-logo img {
    max-height: 84px !important;
}

    .touch .site-header {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.header-right {
    float: right;
    height: 64px;
}

.topbar {
    position: relative;
    z-index: 5;
    background: #3c4043;
    height: 35px;
    overflow: hidden;
    width: 100%;
    color: #f2f2f2;
}

.topbar-info {
    margin: 0;
    list-style-type: none;
}

    .topbar-info li {
        display: inline;
        line-height: 35px;
        font-size: 12px;
        margin-right: 15px;
    }

.topbar .social-icons-colored {
    padding-top: 7px;
}

.topnav {
    float: right;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
}

.top-navigation {
    float: right;
    list-style-type: none;
    margin: 0;
    height: 120px;
}

    .top-navigation > li {
        float: left;
        line-height: 35px;
        position: relative;
        height: 120px;
        line-height: 111px;
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        box-shadow: -1px 0 0 0 #e3e4e5;
        padding: 0 42px;
        text-align: center;
    }

    .top-navigation > li:last-child {
        padding: 0 0px 0 22px;
    }

        .top-navigation > li > a {
            display: inline-block;
            color: #3c3c3c;
            text-transform: initial;
            font-family: 'oswald';
            font-weight: 200;
            font-size: 15px;
        }

        .top-navigation > li > a:hover {
            color: red;
        }

        .top-navigation > li > ul li {
            letter-spacing: 0;
            text-transform: none;
            font-family: Roboto, sans-serif;
        }

.user-login-panel {
    float: right;
    position: relative;
}

.user-login-btn {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #333;
    border-radius: 100%;
    color: #333;
}

.linkslogoVeiculos {
    width: 100% !important;
    padding: 0px 0 0px !important;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.swiper-gallery-stock {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 70px;
}

.swiper-gallery-stock .chevron {
    align-items: center;
    background: linear-gradient(90deg, #eee 80%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 3;
}

.swiper-gallery-stock .chevron.chevron-right {
    background: linear-gradient(270deg, #eee 80%, hsla(0, 0%, 100%, 0));
    left: auto;
    right: -10px;
}

.swiper-gallery-stock .chevron.chevron-right svg {
    transform: rotate(180deg);
}

.linksLogo .box-links a {
    width: 97px !important;
    height: 73px !important;
    padding: 6px 10px !important;
}

.linksLogo .box-links a {
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 102px;
    height: 66px;
    margin: 0 5px;
    padding: 4px 10px;
    text-align: center;
    float: left;
    margin-top: 3px;
    font-family: lato, sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar {
    margin-bottom: 0;
    min-height: inherit;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
    color: #777;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
}

.result-item-image {
    width: 100%;
}

.site-logo {
    padding: 9px 0 6px;
    float: left;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
}

.site-tagline {
    color: #ccc;
    line-height: 18px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
}

.site-logo h1 {
    margin: 0;
    float: left;
    margin-right: 20px;
    font-size: 0;
}

.site-logo img {
        max-width: 364px;
    max-height: 96px;
    -webkit-transition: max-height .1s linear 0s;
    -moz-transition: max-height .1s linear 0s;
    -ms-transition: max-height .1s linear 0s;
    -o-transition: max-height .1s linear 0s;
    transition: max-height .1s linear 0s;
}

label.error {
    display: none !important;
}

input.error, select.error, textarea.error {
    background-color: #ffebef !important;
    color: #480000 !important;
    border: 1px solid red !important;
}

.header-info {
    margin: 0;
    list-style-type: none;
    float: right;
}

    .header-info li {
        float: left;
        margin-right: 30px;
        font-size: 30px;
    }

.main-navigation {
    display: block;
}

    .main-navigation > ul {
        margin: 0;
        list-style-type: none;
    }

        .main-navigation > ul > li {
            font-weight: 400;
            font-size: 15px;
            position: relative;
            display: inline-block;
            margin-right: 35px;
        }

            .main-navigation > ul > li > a {
                display: block;
                color: #666;
                line-height: 52px;
            }

            .main-navigation > ul > li:last-child {
                margin-right: 0;
            }

            .main-navigation > ul > li > a > i {
                color: #2f4684;
            }

            .main-navigation > ul > li > a:hover {
                text-decoration: none;
            }

@media (min-width:1200px) {
    body.boxed .dd-menu > ul > li.megamenu > ul {
        width: 1120px;
        left: 0 !important;
        margin-left: -10px;
        border-radius: 0;
        box-shadow: none;
    }
}

.dd-menu .megamenu-container {
    padding: 25px;
    width: 100%
}

    .dd-menu .megamenu-container .mm-col {
        border-right: 1px solid #eee;
    }

        .dd-menu .megamenu-container .mm-col:last-child {
            border-right: 0;
        }

    .dd-menu .megamenu-container p {
        text-transform: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
    }

    .dd-menu .megamenu-container ul {
        margin: 0;
        background: 0 0;
        list-style-type: none;
        display: block !important;
        color: #777;
        left: 0 !important;
        box-shadow: none;
        opacity: 1 !important;
        background: 0 0;
        position: relative !important;
        text-align: left !important;
        margin-left: 0;
        border-top: 0;
    }

.dd-menu > ul > li.megamenu .meta-data {
    text-transform: none;
}

.dd-menu .megamenu-container .megamenu-sub-title {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    text-align: left;
}

    .dd-menu .megamenu-container .megamenu-sub-title .accent-color {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
    }

.dd-menu .megamenu-container ul li {
    font-size: 14px;
}

    .dd-menu .megamenu-container ul li a {
        display: inline-block;
        padding: 0 0 10px;
        margin: 0;
        border-bottom: 0;
    }

.dd-menu .megamenu-container ul.sub-menu li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.dd-menu .megamenu-container ul.sub-menu li:first-child a {
    padding-top: 0;
}

.dd-menu .megamenu-container ul li a i {
    display: none;
}

.dd-menu .megamenu-container ul.sub-menu li a:hover {
    text-decoration: none;
}

#menu-toggle {
    float: right;
    font-size: 25px;
    margin-top: 33px;
    color: #ffffff;
    background-color: #000;
    padding: 10px;
    border-radius: 5px;
}

    #menu-toggle i {
        line-height: 30px;
    }

.hero-area {
    position: relative;
    background: #ccc;
}

.navbar .search-form {
    display: none;
    position: absolute;
    z-index: 2;
    top: 51px;
    left: -1px;
    padding: 0 14px 0 15px;
}

@media (min-width:1200px) {
    body.boxed .navbar .search-form {
        left: -10px;
        padding: 0;
        width: 1120px;
    }

    body.boxed .navbar .search-form-inner {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.search-form {
    width: 100%;
    margin: 0;
}

.search-form-minimal {
    float: right;
}

    .search-form-minimal .input-group .btn {
        padding-bottom: 4px;
        padding-top: 4px;
        margin-right: 50px;
    }

.search-form-inner {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding: 20px 0 30px;
}

.floated .search-form .label.pull-right {
    margin-top: 8px;
    margin-left: 10px;
}

.floated .search-form {
    width: 600px;
    margin: 0 auto;
    padding-top: 80px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: -300px;
}

    .floated .search-form h2, .floated .search-form p {
        font-weight: 400;
        text-align: center;
        color: #fff;
    }

.floated .search-form-inner {
    padding: 30px;
    padding-bottom: 25px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    box-shadow: 0 0 12px rgba(0, 0, 0, .176);
}

.floated .bootstrap-select.form-control, .floated .form-control {
    margin-bottom: 0;
}

.floated .advanced-search-row {
    margin-top: 15px;
    display: none;
}

.floated .search-advanced-trigger {
    margin-top: 5px;
    display: inline-block;
}

.navbar .search-form-inner {
    border-top: 2px solid;
    padding: 20px;
}

.search-form label {
    margin-bottom: 1px;
    font-weight: 400;
}

.search-form .checkbox-inline {
    margin-top: 11px;
}

.top-header {
    background: #252525;
    height: 40px;
    line-height: 40px;
}

    .top-header .sf-menu {
        margin: 0;
        list-style-type: none;
    }

        .top-header .sf-menu > li {
            float: left;
            position: relative;
        }

            .top-header .sf-menu > li > a {
                padding: 0 10px;
                line-height: 40px;
                font-size: 13px;
                text-transform: uppercase;
                color: #999;
                display: block;
                letter-spacing: 1px;
            }

    .top-header .dd-menu > ul > li > ul {
        left: 0;
        margin-left: 0;
        top: 100%;
        border-top: 0;
    }

    .top-header .dd-menu > ul > li.megamenu > ul {
        top: 100%
    }

.header-v4 .search-function {
    float: left;
    line-height: 38px;
}

.header-v4 .search-trigger {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    height: 38px;
    line-height: 38px;
}

    .header-v4 .search-trigger:hover {
        background: 0 0;
        color: #666 !important;
    }

.header-v4 .top-navigation li:after {
    content: "";
    padding-right: 5px;
}

.header-v4 .top-navigation > li > a > i {
    color: #999;
}

.additional-triggers > li {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    line-height: 33px;
}

    .additional-triggers > li > a {
        color: #666;
        margin-left: 20px;
    }

    .additional-triggers > li .dropdown-menu {
        min-width: 100%;
        left: 20px;
    }

    .additional-triggers > li:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }

    .additional-triggers > li .dropdown-menu > li > a {
        font-size: 11px;
    }

.share-text {
    line-height: 40px;
    color: #999;
}

    .share-text i {
        position: relative;
        top: 2px;
        margin-right: 2px;
    }

.toggle-make a {
    line-height: 40px;
    display: block;
    width: 40px;
    color: #fff;
    background: #3c4043;
    text-align: center;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

    .toggle-make a:hover {
        color: #fff;
    }

.toggle-make span {
    color: #ccc;
    line-height: 40px;
}

.utility-icons {
    margin: 0;
    list-style-type: none;
    float: right;
}

    .utility-icons > li {
        float: left;
        margin-left: 1px;
        margin-right: 0;
        position: relative;
    }

        .utility-icons > li > a > [class*=" icon-"]:before, .utility-icons > li > a > [class^=icon-]:before {
            line-height: 42px;
        }

.search-trigger {
    margin-top: -1px;
}

.search-trigger, .utility-icons > li > a {
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 17px;
    background: #2f4684;
    display: block;
    text-align: center;
    border-radius: 0;
}

.search-trigger {
    width: 52px;
    height: 52px;
    line-height: 52px;
    float: right;
    color: #fff;
}

.utility-icons > li.search > a {
    color: #fff !important;
}

.search-trigger:hover, .utility-icons > li:hover > a, .utility-icons > li > a:hover {
    color: #fff;
}

.search-function {
    height: 456px;
    background-color: #fff;
    line-height: 51px;
    color: #666;
    float: right;
    width: 300px;
    border-bottom: 2px solid #003e55;
}

    .search-function span {
        color: #fff !important;
        padding: 0 10px;
    }

.content {
    padding: 60px 0;
    min-height: 500px;
}

.utility-bar {
    background: #2f4684;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    height: auto;
    position: relative;
    z-index: 555;
    margin-top: 122px;
}

.flexslider .slides {
    zoom: 1;
    margin: 0;
    list-style-type: none;
}

.hero-slider {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    margin-top: 121px;
}


@media (min-width: 993px) and (max-width: 1300px) {
    .top-navigation > li {
        padding: 0 9px;
    }
}

.hero-slider .flex-viewport {
    width: 100%;
}

.hero-slider.flexslider ul.slides li {
    width: 100%;
    overflow: hidden;
    position: static;
    background-attachment: scroll !important;
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center;
}

.flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 111;
    left: 0;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.hero-slider.flexslider .flex-control-nav {
    bottom: -40px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.hero-slider.flexslider:hover .flex-control-nav {
    bottom: 10px;
    -webkit-transition: bottom .3s .2s;
    -moz-transition: bottom .3s .2s;
    -ms-transition: bottom .3s .2s;
    -o-transition: bottom .3s .2s;
    transition: bottom .3s .2s;
}

.result-item-block.col1 .item {
    float: left;
    margin-right: 20px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding-right: 16px;
}

.result-item-block.col1 i {
    font-size: 24px;
    display: block;
}

.flexslider .flex-control-nav li {
    display: inline;
}

.flexslider .flex-control-nav a {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    text-indent: -9999px;
    text-decoration: none;
}

.flexslider .flex-prev, .flexslider .flex-next {
    background: rgba(34,34,34,.7);
    color: #F9F9F9;
    display: block;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: none;
    text-align: center;
    margin-top: -13px;
}

.flexslider .flex-prev {
    left: 10px;
    right: auto;
}

    .flexslider .flex-prev:before {
        content: "\f104";
    }

.flexslider .flex-next:before {
    content: "\f105";
}

.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    right: -100px;
    margin-top: -50px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    font-size: 30px;
    line-height: 100px;
    display: block;
    text-align: left;
}

.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    display: block;
}

.hero-slider.flexslider ul.slides li a {
    display: block;
    height: 100%;
    width: 100%;
}

.hero-slider.flexslider ul.slides li .container {
    vertical-align: middle;
    display: table;
    height: 100%
}

    .hero-slider.flexslider ul.slides li .container .slider-caption {
        display: table-cell;
        vertical-align: middle;
    }

.slider-caption > span {
    font-size: 24px;
    color: #fff;
    background: rgba(50,58,60,.5);
    padding: 30px;
}

.hero-slider.flexslider .flex-prev {
    left: -100px;
    padding-left: 60px;
}

.hero-slider.flexslider .flex-next {
    padding-left: 30px;
}

.hero-slider.flexslider:hover .flex-prev {
    left: -50px;
    -webkit-transition: left .3s .2s;
    -moz-transition: left .3s .2s;
    -ms-transition: left .3s .2s;
    -o-transition: left .3s .2s;
    transition: left .3s .2s;
}

.hero-slider.flexslider:hover .flex-next {
    right: -50px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

.contentDetalhesVeiculo {
    background-color: #ecedf2;
    padding: 50px 0 20px
}

    .contentDetalhesVeiculo .owl-carousel .owl-item {
        padding: 0 !important;
    }

    .contentDetalhesVeiculo .additional-images .owl-theme .owl-buttons div {
        padding: 8px 12px;
        font-size: 14px;
    }

    .contentDetalhesVeiculo .dados_anuncio {
        margin-top: 20px;
        background-color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 9px 0 rgb(158 184 209/41%);
        box-shadow: 0 2px 9px 0 rgb(158 184 209/41%);
        padding: 0px;
    }

    .contentDetalhesVeiculo .veiculo-detalhes .title-Veiculo {
        padding: 12px 15px;
        position: relative;
        background-color: #fff;
    }

    .contentDetalhesVeiculo .dados_anuncio .listadados {
        text-align: center;
        width: 99%;
        color: #4d5c77;
        float: left;
        margin: 0 !important;
    }

.veiculo-detalhes .precoVeiculo {
    position: relative;
    padding: 8px 15px 8px 30px;
    font-size: 14px;
    background-color: #d5d7e0;
    color: #353535 !important;
}

.formPropostaVeiculo {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 9px 0 rgb(158 184 209/41%);
    margin-bottom: 15px;
}

    .formPropostaVeiculo .checkbox-inline {
        display: block;
        margin: 0 0 10px;
    }

    .formPropostaVeiculo .btn-primary {
        margin-top: 10px;
    }

.veiculo-detalhes .telefone-loja {
    background: #f8f8f8;
    border-radius: 3px;
    padding: 15px 20px 18px;
    font-size: 11px;
}

    .veiculo-detalhes .telefone-loja .telefone {
        font-size: 16px;
        line-height: 21px;
        display: block;
        font-weight: 600;
        list-style: none;
        margin: 0;
    }

.formPropostaVeiculo .form-control {
    margin-bottom: 12px;
}

        .veiculo-detalhes .telefone-loja .telefone li {
            float: left;
            margin-right: 10px;
            padding-right: 10px;
        }

            .veiculo-detalhes .telefone-loja .telefone li:first-child {
                border-right: 1px solid #ccc;
            }

    .veiculo-detalhes .precoVeiculo strong {
        font-size: 36px;
        display: block;
        line-height: normal;
    }

    .contentDetalhesVeiculo #vehicle-add-features {
        margin-top: 20px;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 2px 9px 0 rgb(158 184 209/41%);
        box-shadow: 0 2px 9px 0 rgb(158 184 209/41%);
        padding: 30px;
    }

        .contentDetalhesVeiculo .dados_anuncio .listadados li.col5 {
            width: 26%;
        }

            .contentDetalhesVeiculo .dados_anuncio .listadados li.col5:last-child {
                width: 16% !important;
            }

        .contentDetalhesVeiculo .dados_anuncio .listadados li, .contentDetalhesVeiculo .dados_anuncio .listadadosmontadoraphone li {
            margin-top: 0 !important;
            text-align: left;
            padding: 0;
            width: 91px;
            padding-top: 10px;
            display: block;
            float: left;
            margin-right: 5px;
            padding-right: 5px;
            clear: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.lojasPagina ul li {
    float: left;
    margin-right: 15px;
    width: 281px;
    border: 1px solid #EEE;
    margin-bottom: 10px;
    background-color: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

    .lojasPagina ul li .logo {
        width: 100%;
        padding: 20px 10px;
        min-height: 79px;
    }

    .lojasPagina ul li .dados {
        margin-top: 20px;
        border-top: 1px solid #CCC;
        padding: 10px 0;
        font-size: 12px;
        color: #666;
        margin: 0 20px;
    }

.leadLoja {
    font-size: 21px;
    font-weight: 300;
    line-height: 16px;
}

.logoLojaDetalhes {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 10px;
    border: solid 1px #f0f0f0;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

.tituloInterno {
    text-align: right;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 5px solid #fff212;
    color: #FFF;
    line-height: 1.4;
    float: right;
    padding: 18px 0;
    margin-right: 15px;
}

.tituloInterno small {
    font-size: 12px;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}

.contentAnuncio .gl-inner-section p {
    font-size: 18px !important;
}

.contentAnuncio li {
    font-size: 18px !important;
    margin-bottom: 5px;
    position: relative;
    padding: 0 0 8px 20px;
    font-weight: 300;
}

    .contentAnuncio li:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        color: #ff3200;
        margin-right: 10px;
        font-style: normal;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.contentAnuncio ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.5em;
    margin-left: 0;
}

.featured-block-image {
    position: relative;
    color: #fff;
    display: block;
}

    .featured-block-image strong {
        position: absolute;
        bottom: 35px;
        left: 0;
        z-index: 9;
        width: 100%;
        padding: 5px 12px;
        color: #fff;
        font-size: 18px;
        opacity: .8;
    }

h1.page-title {
    line-height: 36px;
    margin-bottom: 25px;
}

.service-block {
    background: #2f2f2f;
    color: #999;
    margin-bottom: 10px;
}

    .service-block h4 a {
        color: #fff;
    }

    .service-block img {
        float: right;
        margin-left: 25px;
        -webkit-transition: all .3s ease .1s;
        -moz-transition: all .3s ease .1s;
        -ms-transition: all .3s ease .1s;
        -o-transition: all .3s ease .1s;
        transition: all .3s ease .1s;
    }

        .service-block img:hover {
            opacity: .9;
        }

.service-block-in {
    padding: 25px 0 0 25px;
    min-height: 200px;
}

.listing-header {
    padding-bottom: 22px;
}

    .listing-header .btn.pull-right {
        margin-top: 4px;
    }

    .listing-header span {
        font-size: 25px;
    }

.buscadorVeiculo .listing-header span {
    font-size: 25px;
    color: #fff;
}

.buscadorVeiculo .listing-header strong {
    color: #fff !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 39px;
}

.listing-container {
    padding-top: 5px;
}

.recent-vehicles .action-icons {
    margin-right: 22px;
}

.premium-listing, .vehicle-age, .vehicle-sold {
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 9;
}

.premium-listing {
    top: 35px;
}

.dark-bg .vehicle-block {
    background: #fff;
}

.dark-bg .vehicle-block-content {
    padding: 15px;
    padding-top: 3px;
    min-height: 117px;
}

.vehicle-block .vehicle-title {
    padding-top: 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.vehicle-cost {
    font-size: 15px;
    display: block;
    margin-top: 15px;
}

.vehicle-meta {
    color: #999;
    font-size: 11px;
    line-height: normal;
    display: block;
}

.vehicle-block .vehicle-body-type {
    float: right;
    margin-top: 12px;
    opacity: .8;
}

    .vehicle-block .vehicle-body-type:hover {
        opacity: 1;
    }

.user-type {
    color: #666;
}

#news-slider .owl-pagination {
    margin-top: 0;
}

.post-block .post-image {
    margin-bottom: 12px;
}

.post-block h3.post-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.post-actions {
    color: #999;
    font-size: 11px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

    .post-actions:after, .post-actions:before {
        content: " ";
        display: table;
    }

    .post-actions:after {
        clear: both;
    }

    .post-actions .comment-count, .post-actions .post-date {
        width: 50%;
        float: left;
    }

    .post-actions .comment-count {
        text-align: right;
    }

        .post-actions .comment-count a {
            color: #5e5e5e;
        }

        .post-actions .comment-count i {
            position: relative;
            bottom: -2px;
        }

            .post-actions .comment-count i.fa {
                bottom: 0;
            }

.post-block .post-content {
    border-top: 1px solid #eee;
    padding-top: 12px;
    padding-right: 10%
}

    .post-block .post-content p:last-child {
        margin-bottom: 9px;
    }

.post-meta {
    color: #999;
    font-size: 11px;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

    .post-meta a {
        color: #333;
    }

.listing-block.latest-reviews {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 3px;
}

.lgray-bg .testimonial-block blockquote:after {
    background: #f9f9f9;
}

.widget-block {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 10px;
}

.connect-with-us .form-control {
    margin-bottom: 14px;
}

.connect-with-us .meta-data {
    display: inline-block;
}

.make-slider {
    padding: 40px 0;
}

#make-carousel .item {
    margin-top: 20px;
}

#make-carousel .owl-buttons div {
    top: 43%
}

    #make-carousel .owl-buttons div.owl-next {
        right: -16px;
    }

.site-footer {
    background: #e9e9e9;
    color: #333;
}

    .site-footer .form-control {
        background: rgba(255, 255, 255, .8);
        border: none;
    }

        .site-footer .form-control:active, .site-footer .form-control:focus {
            background: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .05);
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }

    .site-footer a {
        color: #999;
    }

        .site-footer a:hover {
            color: #fff;
        }

.bannerShopping p {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}

.site-footer-top {
    padding: 80px 0;
}


.service-box {
    background-color: var(--smoke-color);
    position: relative;
}

.service-box_img {
    overflow: hidden;
}

    .service-box_img img {
        width: 100%;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.service-box_icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: #FFF;
    text-align: center;
}

.owl-carousel .owl-item {
    padding: 0 10px;
}

.carouselUltimasOfertas .owl-buttons div {
    padding: 21px 16px !important;
    font-size: 23px !important;
    display: block!important;
}

.service-box_content {
    background-color: #f12027;
    width: calc(100% - var(--icon-size, 100px));
    position: absolute;
    bottom: 80px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    right: 0;
    max-height: var(--icon-size, 100px);
    padding: 30px;
    overflow: hidden;
}

.logoLojasInicial .owl-buttons div.owl-prev {
    left: 0px!important;
    margin-top: 17px !important;
}

.logoLojasInicial .owl-buttons div.owl-next {
    right: 0px !important;
    margin-top: 17px !important;
}

.carouselUltimasOfertas {
    margin-left: 0 !important;
    padding: 0 5% 0 6% !important;
}

.carouselUltimasOfertas .owl-buttons div.owl-prev {
    left: 20px !important;
}

.backContentCarros .owl-carousel .owl-wrapper-outer {
    width: 100% !important;
}

.service-box_title, .service-box_number, .service-box_text {
    color: #FFF;
}

.service-box_title {
    font-size: 20px;
    margin-bottom: -0.45em;
    font-weight: 600;
}

    .service-box_title a {
        color: #FFF;
    }

.service-box_number {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -0.55em;
    margin-bottom: 2px;
    display: block;
    letter-spacing: 2px;
    color: #FFF;
}

.service-box_text {
    margin-top: 18px;
    margin-bottom: -0.5em;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.service-box_btn {
    display: block;
    overflow: hidden;
    color: var(--title-color);
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--title-font);
    padding: 27px 30px;
    height: 80px;
}

    .service-box_btn i {
        margin-left: 5px;
    }

    .service-box_btn:hover {
        color: var(--theme-color);
    }

.service-box:hover .service-box_content {
    max-height: 180px;
}

.service-box:hover .service-box_text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.service-box:hover .service-box_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_widget .widgettitle {
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 20px;
    color: #333;
    font-family: 'oswald';
}

.site-footer-bottom {
    background: #252525;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .05);
    font-size: 12px;
    color: #FFF
}

.footer_widget.widget a {
    color: #444;
}

.signup-form {
    border: 1px solid #eee;
    position: relative;
    border-radius: 3px 3px 0 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.limparFiltros {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff;
    color: #4c4c59;
    text-transform: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    border-top: 1px solid #f5f6f8;
}

    .limparFiltros a {
        background-color: transparent;
        color: #4c4c59;
        text-transform: none;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        font-size: 18px;
    }

.selectGroup .bootstrap-select.form-control:not([class*=span]) {
    width: 90% !important;
}

.accordion-group.panel {
    border-bottom: none !important;
}

.regular-signup {
    padding: 20px;
}

.signup-form .progress {
    float: left;
    background: #eee;
    width: 85%;
    height: 6px;
    margin-bottom: 0;
    margin-top: 8px;
}

.pass-actions {
    float: right;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    color: #999;
    margin-left: 5px;
    background-color: #eee;
}

    .pass-actions:hover {
        color: #fff;
    }

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url(../images/assets/wink.png);
    background-image: url(../images/assets/wink.svg), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: .25em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.social-signup {
    background: #f9f9f9;
    padding: 20px;
    padding-bottom: 35px;
    border-top: 1px solid #eee;
    position: relative;
    margin-top: 15px;
    text-align: center;
}

    .social-signup .or-break {
        position: relative;
        width: 30px;
        height: 30px;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        border: 1px solid #eee;
        background: #fff;
        display: block;
        left: 50%;
        top: -35px;
        margin-left: -15px;
        margin-bottom: -15px;
        border-radius: 100%
    }

.btn-social i {
    padding-right: 10px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.actions-bar {
    width: 100%;
    z-index: 998;
    background: #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.is-sticky .actions-bar {
    width: 100%
}

.listing-sort-btn {
    font-weight: 400;
    color: #555;
    width: 97px;
    text-align: left;
}

.toggle-view {
    margin: 0;
    list-style-type: none;
}

.actions-bar .toggle-view {
    margin-right: 20px;
}

.search-actions h4 {
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}

.actions-bar .toggle-view label {
    float: left;
    margin-right: 10px;
    line-height: 38px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.result-item {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
}

.results-list-view .result-item {
    border: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    width: 31.3%;
    margin-left: 1%;
    float: left;
    margin: 30px 8px;
    border-radius: 5px;
}

.FilterResult {
    position: fixed;
    right: 0;
    top: 122px;
    width: calc(100% - 320px);
    z-index: 999;
    -webkit-transition: width .5s;
    transition: width .5s;
    padding: 12px 16px 12px 8px;
    background: #fff;
}

.result-item-cont {
    padding: 15px 0 0;
}

.results-grid-view .result-item-cont {
    padding-bottom: 0;
    padding-top: 0;
}

.result-item-cont:after, .result-item-cont:before, .result-item:after, .result-item:before {
    content: " ";
    display: table;
}

.result-item-cont:after, .result-item:after {
    clear: both;
}

.results-grid-view .result-item-title {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    height: 70px;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
}

.results-list-view .result-item-image {
    width: 34%;
    float: left;
    position: relative;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

.result-item-in:after, .result-item-in:before, .result-item-view-buttons:after, .result-item-view-buttons:before {
    display: table;
    content: " "
}

.result-item-in:after, .result-item-view-buttons:after {
    clear: both;
}

.result-item-view-buttons a {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 9px 0 5px;
    background: #f9f9f9;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #6a6a6a;
}

    .result-item-view-buttons a i {
        line-height: 2em;
    }

    .result-item-view-buttons a:first-child {
        border-right: 1px solid #eee;
    }

.results-grid-view .result-item-view-buttons a {
    padding: 4px 0 3px;
}

.result-item .premium-listing, .result-item .vehicle-age {
    left: 15px;
}

.results-list-view .result-item-in {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
}

.results-grid-view .result-item-in {
    background: #fff;
}

.result-item-title {
    line-height: 1.3em;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    font-family: 'oswald';
    margin-bottom: 0;
    padding: 10px 0;
    height: 79px;
}

.result-item-left {
    width: 75%;
    float: left;
}

.results-grid-view .result-item-title {
    background: 0 0;
}

.result-item .vehicle-meta {
    font-size: 13px;
}

.result-item-block {
    width: 32%;
    float: left;
    text-align: right;
}

.boxEndereco {
    background-color: #f7f7f7;
    padding: 10px 30px 20px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .boxEndereco .titleEndereco {
        border-bottom: 1px dashed #dedede;
        padding: 10px 0px;
        margin: 0 0px 20px;
        font-size: 16px;
    }

.listing-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.results-grid-view .result-item-block.col1 {
    display: none;
}

.results-grid-view .result-item-block.col2 {
    width: 100%
}

.result-item-block.col2:after, .result-item-block.col2:before {
    content: " ";
    display: table;
}

.result-item-block.col2:after {
    clear: both;
}

.result-item-features {
    line-height: normal;
    padding: 10px 10px 0 15px;
    text-align: justify;
    height: 41px;
    overflow: hidden;
}

.results-grid-view .result-item-features {
    padding-top: 5px;
}

.result-item-features li {
    margin-bottom: 5px;
}

.result-item-block img {
    padding: 5px;
    margin-bottom: 5px;
}

.distance-calc {
    color: #999;
    font-size: 12px;
}

    .distance-calc:hover {
        color: #666;
    }

.results-grid-view .distance-calc {
    margin-bottom: 12px;
}

.result-item-pricing {
    line-height: 1.3em;
}

.result-item-pricing-2 {
    line-height: 1.3em;
    padding: 4px 0;
    color: #2f4684;
}

    .result-item-pricing .price, .result-item-pricing-2 .price {
        font-size: 21px;
        font-weight: 400;
        font-family: 'oswald';
    }

.owl-carousel img:hover {
    cursor: pointer;
}

.results-grid-view .result-item-action-buttons {
    position: static;
    width: 100%
}

.results-grid-view:after, .results-grid-view:before {
    content: " ";
    display: table;
}

.results-grid-view:after {
    clear: both;
}

.results-grid-view {
    margin-left: -2%
}

    .results-grid-view .result-item {
        width: 24%;
        margin-left: 1%;
        float: left;
        margin-bottom: 40px;
        height: 335px !important;
    }

    .results-grid-view .result-item-cont {
        padding-bottom: 0;
        padding-top: 5px;
        background-color: #2f4684;
        margin: 0;
    }

.result-item-pricing {
    text-align: center;
}

.divInfoLoja {
    padding-top: 8px;
}

.search-filters {
    font-size: 13px;
    width: 320px;
    float: left;
    position: fixed;
    vertical-align: top;
    background-color: #fff;
    margin-top: 87px;
    bottom: 0;
    top: 0;
}

.filters-sidebar {
    padding-top: 10px;
    max-height: 100%
}

    .filters-sidebar:hover {
        overflow-y: auto;
    }

.results-container .pagination-container {
    padding-bottom: 20px;
}

.results-container {
    padding: 208px 12px 0 344px;
}

.search-filters .form-inline:after, .search-filters .form-inline:before {
    content: " ";
    display: table;
}

.search-filters .form-inline:after {
    clear: both;
}

.search-filters .bootstrap-select.form-control, .search-filters .selectpicker {
    margin-bottom: 10px !important;
}

.search-filters .form-inline .form-group {
    float: left;
    max-width: 49%;
    margin-right: 2%
}

    .search-filters .form-inline .form-group.last-child {
        margin-right: 0;
    }

.search-filters .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-filters .accordion {
    border: 0;
    width: 320px;
}

.search-filters .accordion-heading .accordion-toggle {
    border: 0;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #6c7481 !important;
    font-weight: 600;
}

.search-filters .accordion-heading .accordion-toggle {
    color: #777;
}

#buttonBuscarVeiculoPalavraChave {
    color: #fff;
    background-color: #f16136;
}

.search-filters .accordion-heading.accordionize .accordion-toggle i, .search-filters .accordion-heading.togglize .accordion-toggle i {
    right: 0;
}

.search-filters .accordion-group {
    background-color: #f5f6f8;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.search-filters .accordion-heading .accordion-toggle.active, .search-filters .accordion-heading.accordionize .accordion-toggle.active, .search-filters .accordion-heading.togglize .accordion-toggle.active, .search-filters .accordion-heading:hover .accordion-toggle.active, .search-filters .accordion-heading:hover .accordion-toggle.active:hover {
    color: #666;
    background: 0 0;
}

    .search-filters .accordion-heading.accordionize .accordion-toggle.active i, .search-filters .accordion-heading.togglize .accordion-toggle.active i {
        color: #777;
    }

.search-filters .accordion-inner {
    border: 0;
    background-color: #fff;
    padding: 20px 17px !important;
}

.search-filters .accordion-inner {
    padding: 2px 0 12px;
}

.filter-options-list.list-group {
    margin: 0;
    list-style-type: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.filter-options-list li {
    padding: 0;
    border: 0;
    background-color: #eee;
}

    .filter-options-list li i {
        color: #ccc;
        margin-right: 5px;
    }

.filter-options-list.color-options .badge {
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 3px;
}

.color-options .badge.car-color-white {
    background: #fff;
    border: 1px solid #eee;
}

.color-options .badge.car-color-black {
    background: #000;
}

.color-options .badge.car-color-red {
    background: #ff0004;
}

.color-options .badge.car-color-yellow {
    background: #ece50d;
}

.color-options .badge.car-color-brown {
    background: #654c38;
}

.color-options .badge.car-color-grey {
    background: #cecece;
}

.color-options .badge.car-color-silver {
    background: #eaeef0;
}

.color-options .badge.car-color-gold {
    background: #cab134;
}

.color-options .badge.car-color-blue {
    background: #148fe1;
}

.color-options .badge.car-color-green {
    background: #90d541;
}

.color-options .badge.car-color-orange {
    background: #f88e0e;
}

.results-container-in {
    position: relative;
    height: 100%
}

.accordion-group .tooltip, .slider.slider-horizontal {
    z-index: 2;
}

.waiting {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .7);
}

.spinner {
    z-index: 99;
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -25px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%, 100%, 40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.seller-contact-widget p.sm {
    font-size: 85%;
    line-height: 1.5em;
}

.seller-contact-widget .form-control {
    margin-bottom: 12px;
}

.seller-contact-widget .checkbox-inline {
    display: block;
    margin: 0 0 5px;
}

    .seller-contact-widget .checkbox-inline .checkbox {
        margin-top: 0;
    }

.seller-contact-widget .btn-primary {
    margin-top: 10px;
}

.vehicle-enquiry-foot {
    background: #f4f4f4;
    padding: 13px 20px 16px 10px;
    font-size: 11px;
}

    .vehicle-enquiry-foot strong {
        font-size: 18px;
        line-height: 24px;
        display: block;
        color: #444;
    }

    .vehicle-enquiry-foot a {
        text-decoration: underline;
    }

.single-vehicle-details {
    position: relative;
    top: -5px;
    margin-bottom: -5px;
}

    .single-vehicle-details .badge-premium-listing {
        padding: 0 10px 0 15px;
        height: 24px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 12px;
        float: right;
        position: relative;
        background-color: #5cb85c;
        top: 10px;
        border-radius: 0 3px 3px 0;
    }

        .single-vehicle-details .badge-premium-listing:before {
            border-bottom: 12px transparent solid;
            border-right: 12px #5cb85c solid;
            border-top: 12px transparent solid;
            content: '';
            height: 0;
            left: -12px;
            position: absolute;
            top: 0;
            width: 0;
        }

        .single-vehicle-details .badge-premium-listing:after {
            background: #fff;
            border: 2px #6fc76f solid;
            border-radius: 50%;
            content: '';
            height: 6px;
            left: 0;
            position: absolute;
            width: 6px;
            top: 9px;
        }

    .single-vehicle-details .price {
        padding: 0 5px;
        line-height: 1.6em;
        min-width: 120px;
        font-size: 25px;
        float: right;
        color: #fff;
    }

.single-listing-actions {
    margin-bottom: 15px;
}

    .single-listing-actions .badge-premium-listing {
        display: none;
    }

    .single-listing-actions .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-radius: 0;
    }

    .single-listing-actions .btn-default {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 13px;
        text-transform: none;
        color: #777;
        padding-left: 14px;
        padding-right: 14px;
        font-family: Roboto, sans-serif;
    }

.single-listing-images .featured-image .media-box .zoom, .single-listing-images .featured-image img {
    border-radius: 5px 5px 0 0;
}

.single-listing-images .additional-images {
    background: #f9f9f9;
    overflow: hidden;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.additional-images .owl-carousel {
    margin-left: 0;
}

    .additional-images .owl-carousel .item-video i {
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        font-size: 30px;
        color: rgba(255, 255, 255, .9);
    }

    .additional-images .owl-carousel .item {
        margin-left: 1px;
    }

    .additional-images .owl-carousel .owl-wrapper-outer {
        width: 100% !important;
    }

.additional-images .owl-theme .owl-controls {
    margin-top: 0;
}

.additional-images .owl-theme .owl-buttons div {
    margin-top: -13px;
}

    .additional-images .owl-theme .owl-buttons div.owl-prev {
        left: 0;
    }

.single-vehicle-details .list-group {
    margin-top: 0;
}

    .single-vehicle-details .list-group li {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 13px;
    }

.table-specifications > tbody > tr > td:first-child {
    font-weight: 700;
}

#vehicle-add-features {
    margin-top: 20px;
}

.add-features-list {
    margin: 0 0 15px 0;
    list-style-type: none;
}

    .add-features-list li {
        background-color: #f3f5f8;
        border-radius: 10px;
        padding: 3px 10px;
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 4px;
        font-size: 12px;
        font-family: Roboto, sans-serif;
    }

    .add-features-list i {
        display: none;
    }

#vehicle-add-features strong, #vehicle-overview strong, .dadosVendedor strong {
    font-size: 18px !important;
}

.dadosVendedor {
    font-family: Poppins, sans-serif;
}

    .dadosVendedor .telefone {
        border: 2px solid #2f4684;
        padding: 5px 10px;
        border-radius: 5px;
        color: #2f4684;
        font-weight: 600;
        float: left;
        margin-right: 7px;
        margin-bottom: 5px;
    }

    .dadosVendedor b {
        font-weight: 600;
    }

#vehicle-overview {
    text-align: justify;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
}

.comparision-table .price {
    font-size: 18px;
    display: block;
    margin-top: 7px;
}

.comparision-table .thead-sticky strong {
    display: block;
    padding: 0 40px;
}

.comparision-table .thead-sticky {
    width: 1070px;
    border-bottom: 0;
}

.comparision-table .is-sticky .thead-sticky {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.comp-image {
    margin-top: 10px;
}

    .comp-image .img-thumbnail {
        max-width: 200px;
        display: inline-block;
    }

.comp-table-row {
    border-bottom: 1px solid #eee;
}

    .comp-table-row:after, .comp-table-row:before {
        content: " ";
        display: table;
    }

    .comp-table-row:after {
        clear: both;
    }

.comp-feature-head {
    background: #f9f9f9;
    font-weight: 700;
}

.comp-table-col {
    float: left;
    display: block;
    padding: 5px 10px;
    text-align: center;
}

    .comp-table-col .add-features-list {
        margin: 20px 0;
    }

.comparision-table.col1 .comp-table-col {
    width: 40%
}

.comparision-table.col2 .comp-table-col {
    width: 40%
}

.comparision-table.col3 .comp-table-col {
    width: 27%
}

.comparision-table.col4 .comp-table-col {
    width: 20%
}

.comparision-table.col1 .comp-table-row .comp-table-col:first-child {
    width: 20%
}

.comparision-table.col2 .comp-table-row .comp-table-col:first-child {
    width: 20%
}

.comparision-table.col3 .comp-table-row .comp-table-col:first-child {
    width: 19%
}

.comparision-table.col4 .comp-table-row .comp-table-col:first-child {
    width: 20%
}

.comp-table-row .comp-table-col:first-child {
    font-weight: 700;
    text-align: left;
}

.comparision-table .comp-feature-head .comp-table-col {
    width: 100% !important;
    font-weight: 400;
    text-align: left;
    padding: 8px 10px;
}

.comp-table-permalinks {
    border-bottom: 0;
    padding-top: 15px;
}

.comp-table-col .add-features-list li {
    margin: 5px 0;
}

.dealer-search-map {
    position: relative;
}

.dealer-search-head {
    position: absolute;
    z-index: 99;
    height: 120px;
    top: 50%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    margin-top: -60px;
}

.search-icon-boxed {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, .8);
    box-sizing: content-box;
}

.dealer-search-field {
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
}

    .dealer-search-field .form-control {
        font-size: 20px;
        text-align: center;
    }

.dealers-search-result {
    margin-top: 30px;
}

.dealer-block-inner {
    padding: 10px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dealer-block-cont {
    background: #fff;
    padding: 15px;
}

.image-dealer-profile {
    position: relative;
}

.dealer-block-info:after, .dealer-block-info:before {
    content: " ";
    display: table;
}

.dealer-block-info:after {
    clear: both;
}

.dealer-block-info {
    position: relative;
    padding-bottom: 15px;
    min-height: 102px;
}

    .dealer-block-info h5 {
        margin-bottom: 5px;
        line-height: 16px;
        font-weight: 700;
        font-size: 15px;
        padding-left: 70px;
        margin-top: 7px;
    }

        .dealer-block-info h5 a {
            color: #666;
        }

    .dealer-block-info .dealer-avatar {
        background: #f9f9f9;
        float: left;
        width: 60px;
        height: 60px;
        border: 1px solid #eee;
        padding: 5px;
        margin-right: 10px;
    }

    .dealer-block-info .meta-data {
        padding-left: 70px;
    }

.dealer-block-text {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 22px;
    padding-bottom: 22px;
}

    .dealer-block-text p {
        line-height: 18px;
        margin-bottom: 0;
        color: #ccc;
        font-size: 13px;
    }

.dealer-block-add {
    padding: 22px 0 0;
    font-size: 11px;
    font-weight: 700;
    color: #999;
}

    .dealer-block-add:after, .dealer-block-add:before {
        content: " ";
        display: table;
    }

    .dealer-block-add:after {
        clear: both;
    }

    .dealer-block-add span {
        float: left;
        text-align: center;
        width: 50%;
        line-height: normal;
        text-transform: uppercase;
    }

    .dealer-block-add strong {
        display: block;
        font-weight: 400;
        font-size: 14px;
        color: #333;
        margin-top: 5px;
    }

.dealer-block .btn {
    margin: 15px auto 0 auto;
    border-radius: 30px;
}

#gmap img {
    max-width: inherit;
}

.map-agent h4, .map-agent p {
    margin-bottom: 0;
}

.map-agent {
    min-height: 75px;
    max-width: 180px;
}

.listing-form-steps-wrapper {
    background: #f9f9f9;
    border-radius: 3px;
    width: 337px;
}

.listing-form-progress {
    background: #eee;
    padding: 15px 25px;
    border-radius: 3px 3px 0 0;
}

    .listing-form-progress .progress {
        margin-bottom: 0;
    }

.listing-form-steps {
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0 25px;
}

    .listing-form-steps li {
        padding: 17px 0;
        border-top: 1px solid #eee;
    }

        .listing-form-steps li:first-child {
            border-top: 0;
        }

        .listing-form-steps li a {
            color: #999;
            display: block;
        }

        .listing-form-steps li.active a, .listing-form-steps li.completed a, .listing-form-steps li:hover a {
            color: #777;
        }

        .listing-form-steps li .step-icon {
            float: left;
            width: 40px;
            font-size: 24px;
            margin-top: 9px;
        }

        .listing-form-steps li .step-desc {
            color: #999;
            font-size: 12px;
            display: block;
            padding-left: 40px;
            line-height: normal;
        }

        .listing-form-steps li .step-state {
            float: right;
            font-size: 16px;
            margin-top: 12px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .listing-form-steps li .step-state:before {
                content: "\f10c"
            }

        .listing-form-steps li.active .step-state:before {
            content: "\f10c"
        }

        .listing-form-steps li.completed .step-state:before {
            content: "\f05d"
        }

        .listing-form-steps li.completed a .step-state, .listing-form-steps li.completed:hover a .step-state {
            color: #5cb85c;
        }

.listing-form-content {
    min-height: 600px;
}

    .listing-form-content .input-group {
        margin-bottom: 20px;
    }

    .listing-form-content .price-suggestion .input-group {
        margin-bottom: 0;
    }

.price-suggestion p {
    margin-bottom: 0;
}

.listing-form-content .selected-price-plan label {
    margin-bottom: 20px;
    display: block;
}

.listing-form-content .selected-price-plan .plan-blocked {
    background: #2f2f2f;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 12px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.listing-form-content .checkbox-inline {
    font-weight: 700;
    font-size: 14px;
    padding-left: 0;
    padding-right: 20px;
}

.listing-form-content .popover {
    max-width: 400px;
}

.selling-choice {
    width: 100%
}

    .selling-choice > .btn {
        width: 50%;
        padding: 40px 0;
        text-transform: uppercase;
    }

        .selling-choice > .btn i {
            font-size: 70px;
        }

    .selling-choice > .btn-default.active {
        color: #fff !important;
    }

.search-find-results {
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 3px;
    margin-bottom: 12px;
}

    .search-find-results h5 {
        margin-bottom: 0;
    }

    .search-find-results li {
        font-size: 12px;
        line-height: normal;
    }

.listing-form-content .tab-pane.fade {
    display: none;
}

    .listing-form-content .tab-pane.fade.in {
        display: block;
    }

.optional-features-list {
    margin: 0;
    list-style-type: none;
}

    .optional-features-list:before, optional-features-list:after {
        content: " ";
        display: table;
    }

    .optional-features-list:after {
        clear: both;
    }

    .optional-features-list li {
        float: left;
        width: 33.3333%;
        margin-top: 0;
    }

        .optional-features-list li.checkbox + .checkbox {
            margin-top: 0;
        }

.users-sidebar {
    width: 245px;
}

    .users-sidebar .add-listing-btn {
        margin-bottom: 15px;
    }

    .users-sidebar .list-group {
        margin-top: 0;
    }

        .users-sidebar .list-group li a > i {
            color: #999;
            margin-right: 5px;
        }

        .users-sidebar .list-group li.active a > i, .users-sidebar .list-group li.active:hover a > i, .users-sidebar li.active a, .users-sidebar li.active:hover a {
            color: #fff;
        }

.dashboard-block-head {
    margin-bottom: 20px;
}

    .dashboard-block-head h3 {
        margin-bottom: 0;
    }

.dashboard-block {
    margin-top: 40px;
}

    .dashboard-block .tab-content {
        padding-top: 30px;
        margin-bottom: 30px;
    }

.dashboard-tables {
    background: #fff;
}

    .dashboard-tables tbody {
        font-size: 13px !important;
    }

    .dashboard-tables > tbody > tr > td {
        vertical-align: middle;
    }

    .dashboard-tables .search-name, .dashboard-tables h5 {
        font-weight: 700;
    }

    .dashboard-tables .car-image {
        width: 80px;
        float: left;
        margin-right: 20px;
        margin-top: 7px;
    }

    .dashboard-tables .search-find-results {
        padding: 0;
        padding-left: 100px;
        border: 0;
    }

    .dashboard-tables .price {
        font-weight: 700;
    }

.dealer-prosite.content {
    padding-top: 0;
}

.dealer-prosite .dealer-avatar {
    width: 120px;
    height: 120px;
    padding: 10px;
    line-height: 100px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -60px;
    margin-bottom: -50px;
    top: -25px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.dealer-info {
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}

    .dealer-info .social-icons {
        margin-top: 20px;
    }

    .dealer-info .dealer-block-add {
        margin: 17px 0 0;
        padding: 0;
    }

.isotope-grid {
    margin: 0;
    list-style-type: none;
}

.grid-holder {
    margin: 0;
    list-style-type: none;
    width: 105%;
    margin-left: -3%;
    float: left;
}

    .grid-holder .grid-item {
        float: left;
    }

.grid-item {
    margin-bottom: 3%;
    border-bottom: medium none;
    margin-top: 2px;
}

.isotope-events .grid-item.event-list-item {
    margin-bottom: 0;
    margin-top: 0;
}

.grid-item-inner {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background: #fff;
}

.grid-holder .grid-item {
    margin-left: 3%
}

.grid-holder.col-2 .grid-item {
    width: 47%
}

.grid-holder.col-3 .grid-item {
    width: 29.63%
}

.grid-holder.col-4 .grid-item {
    width: 21.5%
}

.grid-media {
    position: relative;
}

.grid-content {
    padding: 25px 20px;
}

.grid-footer {
    padding: 10px 20px 1px;
    background: #eee;
}

.blog-item .grid-item-inner {
    background: #fff;
}

.posts-grid .post-title {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gallery-grid .post-title {
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.blog-item .grid-footer {
    padding: 10px 20px;
    background: #f8f8f8;
}

    .blog-item .grid-footer .meta-data {
        margin-top: 4px;
    }

.grid-content .fa-external-link {
    margin-left: 10px;
}

.grid-item h3 {
    line-height: 1.2em;
}

.grid-item.event-item .action-buttons {
    margin-top: 0;
}

#message {
    margin-top: 20px;
}

.posts-archive .post .img-thumbnail {
    margin-top: 7px;
}

.posts-archive .post .post-actions {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.posts-archive .post .post-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.post .post-title a {
    color: #333;
}

.posts-archive .post {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.posts-archive .post-meta {
    font-size: 12px;
}

.post-meta i {
    margin-right: 5px;
    font-size: 14px;
}

.single-post .featured-image {
    margin-bottom: 20px;
}

.single-post .pager:after, .single-post .pager:before {
    content: " ";
    display: table;
}

.single-post .pager:after {
    clear: both;
}

.single-post .pager {
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 25px 0;
}

.single-post-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

    .single-post-header .post-title {
        border-top: 1px solid #eee;
        margin-bottom: 0;
        padding: 10px 0;
        line-height: 36px;
    }

.about-author, .detailed-review-block {
    background: #f9f9f9;
    padding: 20px;
    border-top: 3px solid #eee;
}

.detailed-review-block {
    margin-bottom: 25px;
}

    .detailed-review-block:after, .detailed-review-block:before {
        content: " ";
        display: table;
    }

    .detailed-review-block:after {
        clear: both;
    }

    .detailed-review-block > div {
        background: #fff;
        padding: 20px;
        float: left;
        margin-right: 2%
    }

    .detailed-review-block .final-review {
        width: 28%;
        padding-bottom: 15px;
    }

    .detailed-review-block .points-review {
        width: 70%;
        padding: 10px 20px;
        margin-right: 0;
    }

    .detailed-review-block .post-review-block {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }

        .detailed-review-block .post-review-block .review-status strong {
            font-size: 50px;
            padding-bottom: 10px;
        }

        .detailed-review-block .post-review-block .review-status span {
            padding-top: 14px;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .detailed-review-block .post-review-block .review-status {
            float: none;
            width: 100%
        }

.star-rating-container:not(.no-back-star):before {
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    content: "\f005\f005\f005\f005\f005";
    z-index: 0;
}

.final-review .star-rating-container {
    font-size: 2.6em;
    line-height: 1em;
    margin-top: 18px;
}

.star-rating-container {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 14px;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    line-height: 1.2em;
    color: #eee;
}

    .star-rating-container .star-rating:before {
        content: "\f005\f005\f005\f005\f005";
        color: #fdb714;
    }

    .star-rating-container .star-rating {
        display: block;
        overflow: hidden;
        position: relative;
        padding-left: 1px;
    }

.points-review .review-point {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.points-review .col-md-6 .review-point:last-child {
    border-bottom: 0;
}

.points-review .review-point strong {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}

.points-review .review-point .star-rating-container {
    float: right;
    margin-top: 4px;
}

.about-author .img-thumbnail {
    float: left;
    margin-right: 20px;
    width: 100px;
    max-width: 100px;
}

.about-author .post-author-content {
    padding-left: 120px;
}

.post-comments {
    margin: 30px 0 0 0;
}

.comments {
    margin: 0;
    list-style-type: none;
}

    .comments li {
        margin-bottom: 25px;
    }

        .comments li .post-comment-block {
            padding: 20px;
            padding-bottom: 5px;
            border: 1px solid #eee;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
            background: #fff;
        }

        .comments li.admin > .post-comment-block {
            background-color: #f9f9f9;
        }

        .comments li .img-thumbnail {
            float: left;
            margin-right: 20px;
            width: 80px;
        }

        .comments li .meta-data {
            margin-bottom: 12px;
        }

        .comments li h5 {
            margin-bottom: 5px;
        }

.post-comment-content {
    padding-left: 100px;
}

.comments li ul {
    padding-top: 25px;
    padding-left: 50px;
    margin: 0;
    list-style-type: none;
}

.post-comment-form {
    margin: 30px 0 0 0;
    border-bottom: 0;
}

    .post-comment-form .form-control {
        margin-bottom: 20px;
    }

.widget.sidebar-widget .listing-container {
    padding-top: 20px;
}

.calculator-widget {
    border: 1px solid #eee;
}

    .calculator-widget h4 {
        padding: 10px 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }

.loan-calculations:after, .loan-calculations:before {
    content: " ";
    display: table;
}

.loan-calculations:after {
    clear: both;
}

.loan-calculations {
    background: #f9f9f9;
    padding: 15px;
    padding-bottom: 0;
}

    .loan-calculations .btn-group .btn {
        padding-left: 16px;
        padding-right: 16px;
    }

.calculations-result {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #eee;
    position: relative;
}

.calculator-widget label {
    display: block;
}

    .calculator-widget label.checkbox-inline {
        display: inline-block;
        font-weight: 700;
    }

.calculator-widget .loan-amount {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

    .calculator-widget .loan-amount small {
        font-size: 45%;
        font-weight: 400;
        color: #222;
    }

.sidebar-widget .widgettitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
}

.sidebar .widget.sidebar_widget:last-child {
    margin-bottom: 0;
}

.widget ol, .widget ul {
    margin: 0;
    list-style-type: none;
}

.widget li {
    margin-bottom: 3px;
    padding-bottom: 3px;
}

    .widget li.list-group-item {
        margin-bottom: 0;
        border-bottom: 0;
    }

@media print {
    .additional-images, .badge-premium-listing, .calculator-widget, .header-right, .navbar, .page-header, .seller-contact-widget, .single-listing-actions, .single-vehicle-details .recent-vehicles, .site-footer, .utility-bar {
        display: none;
    }

    .list-group {
        max-width: 100%
    }

    body {
        overflow-x: visible;
    }
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.widget_categories ul li {
    color: #ccc;
    font-size: 12px;
    text-align: right;
}

.widget_archive:after, .widget_archive:before, .widget_categories:after, .widget_categories:before {
    content: " ";
    display: table;
}

.widget_archive:after, .widget_categories:after {
    clear: both;
}

.widget_archive ul li a, .widget_categories ul li a {
    font-size: 14px;
    float: left;
}

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
    border-bottom: 1px solid #eee;
}

.footer_widget.widget_archive ul li, .footer_widget.widget_categories ul li, .footer_widget.widget_links ul li, .footer_widget.widget_meta ul li, .footer_widget.widget_recent_comments ul li, .footer_widget.widget_recent_entries ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.widget_archive ul li a, .widget_categories ul li a, .widget_links ul li a, .widget_meta ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a {
    display: inline-block;
    position: relative;
}

.widget_recent_posts li {
    padding: 3px 0 12px 0;
    border-bottom: 1px solid #eee;
}

    .widget_recent_posts li h5 {
        margin-bottom: 0;
        padding-left: 85px;
    }

    .widget_recent_posts li img {
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 15px;
    }

    .widget_recent_posts li:after, .widget_recent_posts li:before {
        display: table;
        content: " "
    }

    .widget_recent_posts li:after {
        clear: both;
    }

.widget_recent_posts .post-actions {
    padding-left: 85px;
}

    .widget_recent_posts .post-actions .post-date {
        width: 100%
    }

.widget a {
    color: #5e5e5e;
}

.body-type-widget li {
    width: 33.33%;
    float: left;
}

    .body-type-widget li span {
        display: block;
        font-size: 12px;
        font-family: 'Playfair Display', serif;
        margin-top: 4px;
        font-style: italic;
    }

    .body-type-widget li img {
        width: 70%
    }

.make-widget li {
    width: 25%;
    float: left;
    min-height: 55px;
    margin-bottom: 10px;
}

    .make-widget li img {
        max-width: 60%
    }

.tag-cloud a {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 7px;
    padding: 2px 8px;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 12px;
    color: #222;
    text-decoration: none;
}

    .tag-cloud a:hover {
        text-decoration: none;
        background: #fff;
    }

.twitter-widget li:nth-child(odd) {
    display: none;
}

.twitter-widget ul {
    margin: 0;
    list-style-type: none;
}

    .twitter-widget ul li {
        margin: 7px 0;
    }

#back-to-top {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: none;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

    #back-to-top i, .facebook i {
        line-height: 40px;
    }

.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999;
    line-height: 125px;
    margin: 10px 0;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
}

.fact {
    display: inline-block;
    color: #999;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.counters .timer {
    display: inline-block;
    color: #333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #fff;
}

.icon-box.ibox-plain.ibox-small {
    padding-left: 26px;
}

.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

    .icon-box .ibox-icon a, .icon-box .ibox-icon i, .icon-box .ibox-icon img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .icon-box .ibox-icon i, .icon-box .ibox-icon img {
        border-radius: 50%
    }

    .icon-box .ibox-icon i {
        font-style: normal;
        font-size: 28px;
        text-align: center;
        line-height: 64px;
    }

.icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #252525;
}

.icon-box p {
    margin: 8px 0 0;
    color: #999;
}

.icon-box .before-heading {
    font-size: 14px;
}

.icon-box.ibox-large {
    padding: 0 0 0 115px;
}

    .icon-box.ibox-large .ibox-icon {
        width: 96px;
        height: 96px;
    }

.icon-box.ibox-outline .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}

    .icon-box.ibox-outline .ibox-icon i {
        line-height: 56px;
    }

.icon-box.ibox-outline.ibox-large .ibox-icon {
    padding: 4px;
}

.icon-box.ibox-rounded .ibox-icon, .icon-box.ibox-rounded .ibox-icon i, .icon-box.ibox-rounded .ibox-icon img {
    border-radius: 3px !important;
}

.icon-box.ibox-rounded.ibox-large .ibox-icon, .icon-box.ibox-rounded.ibox-large .ibox-icon i, .icon-box.ibox-rounded.ibox-large .ibox-icon img {
    border-radius: 4px !important;
}

.icon-box.ibox-light .ibox-icon i, .icon-box.ibox-light .ibox-icon img {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    color: #444;
}

.icon-box.ibox-light .ibox-icon i {
    line-height: 62px;
}

.icon-box.ibox-light.ibox-large .ibox-icon i {
    line-height: 96px;
}

.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i {
    line-height: 84px;
}

.icon-box.ibox-dark.ibox-outline .ibox-icon {
    border-color: #444;
}

.icon-box.ibox-dark .ibox-icon i, .icon-box.ibox-dark .ibox-icon img {
    background-color: #252525;
}

.icon-box.ibox-border .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 0;
}

    .icon-box.ibox-border .ibox-icon i, .icon-box.ibox-border .ibox-icon img {
        border: none;
        background-color: transparent !important;
    }

.icon-box.ibox-border.ibox-dark .ibox-icon {
    border-color: #252525;
}

.icon-box.ibox-plain .ibox-icon {
    border: none !important;
    height: auto !important;
}

    .icon-box.ibox-plain .ibox-icon i, .icon-box.ibox-plain .ibox-icon img {
        border: none !important;
        background-color: transparent !important;
        border-radius: 0;
    }

    .icon-box.ibox-plain .ibox-icon i {
        font-size: 48px;
        line-height: 1 !important;
    }

.icon-box.ibox-plain.ibox-image .ibox-icon {
    width: auto;
}

    .icon-box.ibox-plain.ibox-image .ibox-icon img {
        width: auto;
        display: inline-block;
    }

.icon-box.ibox-plain.ibox-small {
    padding-left: 42px;
}

    .icon-box.ibox-plain.ibox-small .ibox-icon {
        width: 28px;
    }

    .icon-box.ibox-plain.ibox-small h3 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .icon-box.ibox-plain.ibox-small p {
        margin-left: -42px;
    }

    .icon-box.ibox-plain.ibox-small .ibox-icon i {
        font-size: 28px;
    }

    .icon-box.ibox-plain.ibox-small .ibox-icon img {
        height: 28px;
    }

.icon-box.ibox-plain.ibox-large .ibox-icon i {
    font-size: 72px;
}

.icon-box.ibox-center {
    text-align: center;
    padding: 0;
}

    .icon-box.ibox-center .ibox-icon {
        position: relative;
        width: 96px;
        height: 96px;
        margin: 0 auto 30px;
    }

    .icon-box.ibox-center.ibox-outline .ibox-icon i {
        line-height: 88px;
    }

    .icon-box.ibox-center p {
        font-size: 14px;
        margin-top: 15px;
    }

    .icon-box.ibox-center.ibox-large .ibox-icon {
        width: 128px;
        height: 128px;
    }

        .icon-box.ibox-center.ibox-large .ibox-icon i {
            font-size: 70px;
            line-height: 128px;
        }

    .icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i {
        line-height: 118px;
    }

    .icon-box.ibox-center.ibox-light .ibox-icon i {
        line-height: 94px;
    }

    .icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i {
        line-height: 114px;
    }

    .icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i {
        line-height: 126px !important;
    }

    .icon-box.ibox-center.ibox-plain .ibox-icon i {
        font-size: 84px;
    }

    .icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i {
        font-size: 112px;
    }

    .icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
        height: 128px;
    }

    .icon-box.ibox-center.ibox-small .ibox-icon {
        width: 64px;
        height: 64px;
    }

        .icon-box.ibox-center.ibox-small .ibox-icon i {
            font-size: 28px;
            line-height: 64px;
        }

    .icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i {
        line-height: 58px;
    }

    .icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i {
        font-size: 56px;
    }

    .icon-box.ibox-center.ibox-small p {
        font-size: 14px;
        margin-top: 10px;
    }

    .icon-box.ibox-center.ibox-plain.ibox-small p {
        margin-left: 0;
    }

.icon-box.ibox-right {
    text-align: right;
    padding: 0 80px 0 0;
}

    .icon-box.ibox-right.ibox-large {
        padding-right: 115px;
    }

    .icon-box.ibox-right .ibox-icon {
        left: auto;
        right: 0;
    }

    .icon-box.ibox-right.ibox-plain.ibox-small {
        padding: 0 42px 0 0;
    }

        .icon-box.ibox-right.ibox-plain.ibox-small p {
            margin: 0 -42px 0 0;
        }

.icon-box h3 + .ibox-icon {
    margin-top: 20px !important;
}

.icon-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.icon-box.ibox-center:not(.ibox-bg) h3:after {
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #252525;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    margin: 20px auto;
}

.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
    width: 50px;
}

.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after, .icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
    display: none;
}

.icon-box.ibox-center.ibox-italic p {
    font-style: italic;
    font-family: Lato, sans-serif;
}

.icon-box.ibox-bg.ibox-center {
    margin-top: 68px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 68px 30px 30px;
}

    .icon-box.ibox-bg.ibox-center:first-child {
        margin-top: 48px;
    }

    .icon-box.ibox-bg.ibox-center.ibox-large {
        margin-top: 84px;
        padding-top: 84px;
    }

        .icon-box.ibox-bg.ibox-center.ibox-large:first-child {
            margin-top: 64px;
        }

    .icon-box.ibox-bg.ibox-center .ibox-icon {
        position: absolute;
        top: -48px;
        left: 50%;
        margin: 0 0 0 -48px;
    }

    .icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
        top: -64px;
        left: 50%;
        margin-left: -64px;
    }

    .icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon, .icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon, .icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
        background-color: #fff;
    }

.icon-box .ibox-icon i {
    z-index: 1;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

    .icon-box .ibox-icon i:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -3px;
        left: -3px;
        box-shadow: 0 0 0 2px #252525;
        -webkit-transition: 0 .3s, opacity .3s;
        -webkit-transform: scale(.8);
        -moz-transition: 0 .3s, opacity .3s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform .3s, opacity .3s;
        transform: scale(.8);
        opacity: 0;
        padding: 3px;
    }

    .icon-box .ibox-icon i:hover, .icon-box:hover .ibox-icon i {
        background-color: #252525;
        color: #fff;
    }

.icon-box.ibox-outline:hover .ibox-icon {
    border-color: #252525;
}

.icon-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

    .icon-box:first-child {
        margin-top: 0;
    }

    .icon-box .ibox-icon {
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        left: 0;
    }

        .icon-box .ibox-icon a, .icon-box .ibox-icon i, .icon-box .ibox-icon img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            color: #fff;
        }

        .icon-box .ibox-icon i, .icon-box .ibox-icon img {
            border-radius: 50%
        }

        .icon-box .ibox-icon i {
            font-style: normal;
            font-size: 28px;
            text-align: center;
            line-height: 64px;
        }

    .icon-box h3 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #252525;
    }

    .icon-box p {
        color: #999;
        margin: 8px 0 0;
    }

    .icon-box .before-heading {
        font-size: 14px;
    }

    .icon-box.ibox-large {
        padding: 0 0 0 115px;
    }

        .icon-box.ibox-center .ibox-icon i, .icon-box.ibox-large .ibox-icon i {
            font-size: 42px;
            line-height: 96px;
        }

    .icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i, .icon-box.ibox-outline.ibox-large .ibox-icon i {
        line-height: 86px;
    }

    .icon-box.ibox-border.ibox-light .ibox-icon, .icon-box.ibox-light.ibox-outline .ibox-icon {
        border-color: #eee;
    }

        .icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i, .icon-box.ibox-light.ibox-outline .ibox-icon i {
            line-height: 54px;
        }

    .icon-box.ibox-border .ibox-icon i, .icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i {
        line-height: 62px !important;
    }

    .icon-box.ibox-border.ibox-large .ibox-icon i, .icon-box.ibox-center.ibox-border .ibox-icon i {
        line-height: 94px !important;
    }

    .icon-box.ibox-border.ibox-light .ibox-icon i, .icon-box.ibox-border.ibox-light .ibox-icon img, .icon-box.ibox-plain.ibox-light .ibox-icon i, .icon-box.ibox-plain.ibox-light .ibox-icon img {
        color: #888;
    }

    .icon-box.ibox-border.ibox-dark .ibox-icon i, .icon-box.ibox-border.ibox-dark .ibox-icon img, .icon-box.ibox-plain.ibox-dark .ibox-icon i, .icon-box.ibox-plain.ibox-dark .ibox-icon img {
        color: #444;
    }

    .icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img, .icon-box.ibox-plain .ibox-icon img {
        height: 64px;
    }

    .icon-box.ibox-center.ibox-plain .ibox-icon img, .icon-box.ibox-plain.ibox-large .ibox-icon img {
        height: 96px;
    }

.ibox-border.ibox-rounded .ibox-icon i:after, .ibox-rounded .ibox-icon i:after {
    border-radius: 3px;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.page-header.parallax, .touch .parallax {
    background-attachment: scroll !important;
}

.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 200px;
    top: -55px;
    position: relative;
    margin-bottom: -55px;
    background-color: #ccc;
}

    .page-header h1.page-title {
        color: #fff;
        padding: 105px 0 0;
        margin: 0;
    }

.prosite-header {
    min-height: 300px;
}

    .prosite-header h1.page-title {
        text-align: center;
        padding: 105px 0 0;
    }

.btn-transparent {
    background: 0 0 !important;
    border: 2px solid #252525 !important;
    color: #252525 !important;
}

.dark-bg .btn-transparent {
    border-color: #fff !important;
    color: #fff !important;
}

.pricing-table {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .pricing-table:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: ""
    }

    .pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
        border-left: 1px solid #eee !important;
    }

.pricing-column {
    float: left;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    text-align: center;
    -webkit-transition: box-shadow .2s linear;
    -moz-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
}

    .pricing-column .features {
        padding: 0;
        margin-bottom: 0;
        background: 0 0;
    }

        .pricing-column .features a {
            color: #5e5e5e;
        }

    .pricing-column .pricing-column-content {
        padding: 0 0 20px 0;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .pricing-column.highlight {
        z-index: 1;
        margin: -20px 0 0 -1px;
        background-color: #fff;
    }

        .pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3 {
            border: none;
        }

        .pricing-column.highlight h3 {
            background: #5bc0de;
        }

            .pricing-column.highlight h3 .highlight-reason {
                display: block;
                color: rgba(0, 0, 0, .4);
                text-transform: uppercase;
                letter-spacing: 1.5px;
                font-size: 12px;
            }

        .pricing-column.highlight .pricing-column-content {
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            border-left: 1px solid #eee;
        }

.pricing-table .popover {
    text-align: center;
}

.pricing-column ul li {
    padding: 10px 25px;
    border-bottom: 1px solid #eee;
    color: #666 !important;
    list-style: none;
    line-height: 18px;
}

    .pricing-column ul li a {
        margin-left: 10px;
    }

    .pricing-column ul li:first-child {
        border-top: 1px solid #eee;
    }

    .pricing-column ul li:nth-child(2n+1) {
        background-color: #f8f8f8;
    }

.pricing-column.highlight h3 {
    margin-bottom: 0 !important;
    padding: 15px 0;
    color: #fff !important;
}

.toggle .pricing-column h3 {
    font-size: 26px !important;
}

.pricing-column h3 {
    margin-bottom: 0;
    padding: 18px 0 18px 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    font-size: 26px;
    line-height: 28px;
}

.pricing-column h4 {
    margin-bottom: 0;
    margin-left: -22px;
    padding: 20px 30px 6px 30px;
    color: #333;
    font-size: 54px !important;
    line-height: 42px !important;
}

    .pricing-column h4 .dollar-sign {
        position: relative;
        top: -14px;
        right: -6px;
        font-size: 22px;
        line-height: 22px;
    }

.pricing-column .interval {
    display: block;
    display: block;
    padding-bottom: 17px;
    min-height: 38px;
    color: #999;
}

.pricing-column ul {
    margin-left: 0;
}

.pricing-column .btn {
    margin-top: 25px;
}

.pricing-column.highlight .btn {
    margin-bottom: 20px;
}

.pricing-table.six-cols > div {
    width: 16.5%
}

.pricing-table.five-cols > div {
    width: 20%
}

.pricing-table.four-cols > div {
    width: 25%
}

.pricing-table.three-cols > div {
    width: 33.2%
}

.pricing-table.two-cols > div {
    width: 50%
}

.titleInterno {
    color: #2f4684;
    font-size: 20px;
    padding: 23px 10px 27px 0;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.titlePlanos {
    color: #2f4684;
    font-size: 40px;
    padding: 0 10px 17px 0;
    margin: 0;
}

.subtitlePlanos {
    color: #777778;
    font-size: 25px;
    padding: 23px 10px 27px 0;
}

.price-box {
    border: 1px #e6e6e8 solid;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    color: #5a5655;
    background-color: #fff;
}

    .price-box.description {
        text-align: right;
        background-color: #fafafb;
    }

        .price-box.description p {
            padding-right: 20px;
        }

.popover {
    width: 300px;
}

.price-box h5 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #1fa4ce;
    font-weight: 600;
    margin: 0;
}

.price-box h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
}

.price-box ul {
    padding-bottom: 20px;
    margin: 0;
}

    .price-box ul li.s0 {
        height: 140px;
        padding: 20px 0;
    }

    .price-box ul li.s1 {
        height: 80px;
        vertical-align: middle;
        padding: 10px;
        border-top: 3px solid #fafafb;
    }

        .price-box ul li.s1 p {
            font-size: 14px;
        }

.price-box.price-pro ul li.s1 {
    border-top: 3px solid #d1f7fe;
}

.price-box ul li.s2 {
    height: 55px;
    padding: 5px;
}

.price-box ul li.s3 {
    height: 40px;
    padding: 5px;
}

.price-box ul li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e8;
}

.page-heading p a {
    color: #1fa4ce;
}

.price-pro {
    background-color: #f1fdff;
}

.price-box.price-pro, .price-box.price-pro:hover {
    background: #f0fcff !important;
}

.price-box p strong {
    font-size: 18px;
}

.price-box:hover {
    background: #fafafb !important;
}

    .price-box:hover p {
        color: #555;
    }

.price-box.description, .price-box.description:hover {
    background: #f1f1f4 !important;
}

.price-box .try {
    height: 50px;
    padding-top: 5px;
}

.price-box .mini {
    font-size: 15px;
    padding: 5px;
}

.text-center {
    text-align: center;
}

#planos .plan-section.plan-cta {
    position: relative;
    margin: 70px 0 30px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

#planos .plan-cta.plan-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#planos .btn-success {
    background-color: #6ac005;
    background-image: -ms-linear-gradient(top, #78d60a, #5ba900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78d60a), to(#5ba900));
    background-image: -webkit-linear-gradient(top, #78d60a, #5ba900);
    background-image: -o-linear-gradient(top, #78d60a, #5ba900);
    background-image: -moz-linear-gradient(top, #78d60a, #5ba900);
    background-image: linear-gradient(top, #78d60a, #5ba900);
    background-repeat: repeat-x;
    border-color: #6db21a;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}

    #planos .btn-success.active, #planos .btn-success.disabled, #planos .btn-success:active, #planos .btn-success:hover, #planos .btn-success[disabled] {
        background-color: #5ba900;
    }

.btn-small-text {
    font-size: 11px;
    opacity: .6;
    font-style: italic;
}

#planos .min {
    width: 222px;
    height: 105px;
    position: absolute;
    top: -100px;
    right: 100px;
    background: transparent url(~/content/images/comece_hoje.png) no-repeat left top;
}

.most-used {
    background: none repeat scroll 0 0 #08c;
    padding: 5px 0;
    position: absolute;
    top: -28px;
    width: 100%;
    font-weight: 100;
    color: #fff;
}

.text-right {
    text-align: right;
}

.control-label {
    float: left;
    width: 20%;
    margin-right: 2%;
    padding-top: 7px;
    font-size: 17px;
}

.control-input {
    float: left;
    width: 70%
}

#MenuBanner {
    position: relative;
    width: 21520px;
    margin: 0 auto;
    text-align: left;
    height: 430px;
}

#c1 {
    background: url(../images/slide4.png) fixed center top no-repeat;
}

#c2 {
    background: url(../images/slide2.png) fixed center top no-repeat;
}

#c1, #c2 {
    width: 1920px;
    height: 430px;
    float: left;
    display: inline;
    margin-right: 0;
    z-index: 0;
}

#menuPainelControle {
    display: none;
}

.overlay {
    position: relative;
    width: 100%;
    height: 440px;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tituloFiltro {
    background-color: #e6e6e6;
    padding: 3px 5px 3px 7px;
    height: 30px;
    font-weight: 800;
    color: #000;
    text-align: center;
    border: 2px solid #d1d1d1;
    border-bottom: 0;
}

.DivFiltroSeminovos {
    background-color: #e6e6e6;
    padding: 3px 5px 3px 7px;
    border: 2px solid #d1d1d1;
    margin-bottom: 10px;
    height: 60px;
}

    .DivFiltroSeminovos img, .DivFiltroSeminovos input {
        border: 1px #fff solid;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        margin-bottom: 10px;
        width: 49px !important;
    }

@media only screen and (max-width:767px) {
    .menuInterno, .search-function, .toggle-menu, .widget_links, .widget_newsletter {
        display: none;
    }

    .bannerShoppingcontainer {
        background-position: center center;
    }
        
    #MenuBanner, #contentDefault, #menuHome, #menuVeiculos, #veiculoForm {
        display: none;
    }

    .contentDetalhesVeiculo {
        padding-top: 0px!important
    }

    .hero-slider {
        margin-top: 0px;
    }

    .dados_anuncio .price {
        font-size: 24px;
        font-weight: 700;
        margin-top: 2px;
        margin-bottom: 3px;
        padding: 3px 0;
    }

    .dados_anuncio .listadados li.col5 {
        width: 48% !important;
        margin-bottom: 11px;
    }

    .sticky-header .FilterResult {
        top: 0px;
    }

    .filters-sidebar {
        width: 100%;
    }

    .site-footer-top {
        text-align: center;
        padding-bottom: 0px !important
    }

    .copyrights-right {
        text-align: center;
    }

    .site-footer-bottom {
        text-align: center;
    }

    .top-navigation > li {
        box-shadow: none!important;
    }

    .site-footer-top .col-md-4 {
        margin-bottom: 34px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 25px;
    }

    .site-footer-top .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .logoLojasInicial .owl-buttons div.owl-next {
        right: -20px !important;
        margin-top: -31px !important;
    }

    .logoLojasInicial .owl-buttons div.owl-prev {
        left: -19px !important;
        margin-top: -31px !important;
    }


    .hero-slider.flexslider ul.slides li {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .ad-photo-controls .next-photo, .ad-photo-controls .prev-photo {
        display: inline-block !important;
    }

    .results-grid-view .result-item {
        width: 49%;
        margin-left: 1%;
        float: left;
        margin-bottom: 19px;
        height: 261px !important;
    }

    .utility-bar {
        margin-top: 0px!important
    }

    .content {
        padding: 20px 0;
    }

    .title-bordered h2 {
        font-size: 17px;
    }

    .site-logo img {
        max-width: 250px;
        padding-top: 10px;
    }

    #banner {
        height: 157px;
        margin-top: 0px;
        background-size: cover;
    }

    .testDrive {
        text-align: center;
    }

    .seachVeiculos {
        padding: 20px 0px;
        padding-left: 0px!important;
    }

    .buscadorVeiculos .form-group {
        float: left;
        width: 100%;
        margin-right: 1%;
        margin-bottom: 0;
    }

    .buscadorVeiculos .form-group2 {
        width: 49%!important;
    }

    .marcasHome div {
        width: 49%;
        margin-right: 1%;
    }

    .divBuscarVeiculo {
        width: 100% !important;
    }

    .buscadorVeiculos {
        width: 100%;
        padding: 23px 15px;
        height: 193px;
        margin-bottom: 14px;
    }

    .lojasPagina ul li
    {
        width: 100%!important;
    }

    .dropdown-menu > li > a {
        padding: 5px 20px !important;
    }

    .dropdown-menu span, .form_search .dropdown-menu span {
        font-size: 16px !important;
    }

    .search-filters {
        position: relative;
        width: 100%;
        float: none;
        background-color: #f3f5f8;
        padding: 0 10px 10px;
        margin-top: 0;
    }

    .results-container {
        padding: 10px;
        text-align: center;
    }

    .titleResult h1 {
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .search-filters .accordion-group {
        background-color: #fff7f5;
    }

    .search-filters .accordion {
        width: 100%
    }

    .FilterResult {
        position: relative;
        width: 100%;
        background-color: #f3f5f8;
        padding: 0 0 10px;
        top: 0;
    }

    .infoPrecoLoja .col-sm-6 {
        width: 50% !important;
        float: left;
    }

    .divDadosVeiculosFiltro {
        text-align: left;
    }

    .results-list-view .result-item, .veiculosRelacionado {
        width: 96% !important;
        height: auto;
        margin: 5px;
        box-shadow: none;
        border-radius: 0;
    }

    .veiculosRelacionado {
        height: 105px;
    }

        .veiculosRelacionado .divFotoBuscador {
            width: 36%
        }

        .veiculosRelacionado .divDadosVeiculosFiltro {
            width: 64%
        }

    .site-header-wrapper {
        position: relative;
    }

    .veiculosConsulta .result-item-title {
        font-size: 11px;
        height: 60px !important;
        overflow: hidden;
    }

    .veiculosConsulta .div-hr {
        margin-top: 8px;
        border-top: 1px solid #ecedf2;
        width: 100%
    }

    .veiculosConsulta .result-item-pricing-2 .price {
        font-size: 15px !important;
    }

    .veiculosConsulta .result-item-cont {
        padding-top: 8px;
    }

    .veiculosConsulta .listaEspecificacoes li p {
        padding-top: 2px;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .veiculosConsulta .result-item-block {
        height: 28px !important;
    }

    .veiculosConsulta .result-item-title a {
        font-size: 11px !important;
    }

    #banner {
        padding: 0 0 50px;
    }

        #banner #search {
            padding: 25px 0;
        }

    .top-navigation {
        float: none;
    }

    .toggle-menu {
        width: 100%;
        position: absolute;
        top: 0px !important;
        left: 0;
        height: 100vh !important;
        position: fixed;
    }

    #rodape {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
        background: -o-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
        background: -ms-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
        background: linear-gradient(to bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
        width: 100%;
        height: 50px;
        padding-top: 8px;
        position: fixed;
        bottom: 0;
        border: dotted #999;
        border-width: 1px 0;
        text-align: center;
        -webkit-box-shadow: 0 -4px 24px -2px rgba(0, 0, 0, .75);
        -moz-box-shadow: 0 -4px 24px -2px rgba(0, 0, 0, .75);
        box-shadow: 0 -4px 24px -2px rgba(0, 0, 0, .75);
        z-index: 99999;
        display: block !important;
    }

        #rodape h1 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            font-size: 24px !important;
        }

    .contentVeiculo .single-listing-images .additional-images {
        height: 80px;
    }

    .contentVeiculo {
        padding: 30px 0 0 !important;
    }

        .contentVeiculo .owl-carousel {
            height: 110px;
        }

    #search #buttonBuscarVeiculo {
        margin-top: 12px !important;
    }

    .dados_anuncio .listahorizontal li {
        width: 48% !important;
    }

    .noMobile {
        display: none !important;
    }

    h2.gl-hero-text-heading:after {
        display: none !important;
    }

    .listaEspecificacoes li {
        width: 48%
    }

    #menuPainelControle {
        display: block;
    }

    .toggle-menu > ul {
        padding-top: 10px;
    }

    .top-navigation > li:first-child {
        border-top: none;
    }

    .top-navigation > li {
        border-left: none;
        padding-left: 0;
        margin-left: 20px;
    }

        .top-navigation > li:last-child {
            border-left: none;
            padding-left: 0;
        }

    .buscadorVeiculo .rowInput {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form_search h2 {
        font-size: 35px;
    }

    .toggle-menu > ul > li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-right: 5px !important;
    }

        .toggle-menu > ul > li i {
            display: none;
        }

        .toggle-menu > ul > li a {
            width: 100%;
            text-align: left;
            color: #fff;
            font-size: 24px;
            text-align: center;
        }

            .toggle-menu > ul > li a:hover {
                color: #eee;
            }

    .tituloMaster {
        margin-top: 50px;
    }

    .utility-icons {
        margin-right: 10px;
    }

    .navbarInicial, .sticktr {
        height: 175px;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
    }

    .navbar {
        height: 225px;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
    }

    .top-navigation > li.active:after {
        display: none;
    }

    .navbar {
        background: #3e3e3d;
    }

    .price-box {
        width: 100% !important;
    }
}
