/* ==================================================
   1. Basic Styles
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, 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;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}

html, body {
    height: 100%;
}

html, hmtl a {
    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 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;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #666666;
}

a img {
    border: none;
}

a > img {
    vertical-align: middle;
}


img {
    max-width: 100%;
}

img, object, embed, audio, video {
    max-width: 100%;
}

img {
    height: auto;
}

strong, .strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i, em, .italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px !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: #ffffff;
}

.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 { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

iframe {
    border: 0;
}

/* ==================================================
   2. Typography
================================================== */

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;
}


p {
    margin: 0 0 18px 0;
}

p.md {
    font-size: 16px;
}

p.lg {
    font-size: 30px;
    line-height: 1.2em;
}

.lighter p {
    color: #ccc;
}

p.small {
    color: #999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}


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.checks, ul.angles, ul.carets, ul.chevrons {
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li {
    margin: 10px 0;
}

ul.checks > li > i, ul.angles > li > i, ul.carets > 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: #666666;
    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;
}

ul ul, ol ul {
    margin: 10px 0 10px 20px;
}

ul ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.cursive {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Roboto', serif;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999;
}

.boxEndereco {
    background-color: #f7f7f7;
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-radius: 10px;
}

    .boxEndereco .titleEndereco {
        border-bottom: 1px dashed #dedede;
        padding: 10px 0px;
        margin: 0 25px 20px;
        font-size: 16px;
    }


    /* ==================================================
   5. Multi purpose Elements
================================================== */
    .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;
}

.next-prev-nav a:hover {
    color: #fff;
}

.adress {
    float: right;
    height: 90px;
    width: 340px;
    margin-top: -20px;
    color: #000;
}

.adressHeader {
    padding-left: 20px;
    position: absolute;
    top: 8px;
    text-align: right;
    width: 320px;
    color: #FFF;
    font-size: 17px;
}

.adressHeader p {
    font-size: 17px;
    margin-bottom: 5px;
}

.icon-box.icon-box-style1 .icon-box-head {
    display: block;
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.icon-box.icon-box-style1 .icon-box-head:before, .icon-box.icon-box-style1 .icon-box-head:after {
    display: table;
    content: " ";
}

.icon-box.icon-box-style1 .icon-box-head:after {
    clear: both;
}

.icon-box.icon-box-style1 .ico {
    float: left;
    width: 42px;
    height: 40px;
    color: #222;
    text-align: center;
    border: 1px solid #f8f8f8;
    line-height: 44px;
    font-size: 20px;
    margin-right: 15px;
    -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;
}

.icon-box.icon-box-style1:hover .ico {
    color: #fff;
}

.icon-box.icon-box-style1 .icon-box-head h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.icon-box.icon-box-style1 p {
    margin-bottom: 0;
}
/* Hero Slider */
.flexslider {
    margin: 0;
    padding: 0;
    background: url(https://autocerto.com/client-v2/img/loader.gif) no-repeat scroll center center;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.flexslider .slides {
    zoom: 1;
    margin: 0;
    list-style-type: none;
}

.hero-slider {
    position: relative;
    z-index: 1;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.hero-slider .flex-viewport {
    width: 100%;
}

.hero-slider.flexslider > ul.slides {
    height: 100%;
}

.hero-slider.flexslider ul.slides li {
    height: 480px;
    width: 1920px !important;
    overflow: hidden;
    position: static;
    background-attachment: scroll !important
}

.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;
}

.infoFooter p.tel {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.infoFooter .endereco {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.flex-direction-nav {
    margin: 0;
    list-style-type: none;
}

.entry .flexslider {
    margin-bottom: 40px;
}

.slider-wrapper {
    position: relative;
    min-height: 200px;
    background: #666;
}

.nivoslider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
    display: none;
}

.nivo-directionNav a {
    top: 45% !important;
}

.nivo-controlNav {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 10px;
}

.nivo-caption {
    background: rgba(0,0,0,.7);
    text-align: center;
}

.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-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;
}

.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 11px;
}

.bootstrap-select.form-control {
    margin-bottom: 20px !important;
}

.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;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
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: #ffffff;
    -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: none;
}

.site-header-wrapper {
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    body.boxed .site-header-wrapper {
        width: 1120px;
        left: 50%;
        margin-left: -560px
    }

    .mobile {
        display: none;
    }
}

@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;
    }
}

.site-header {
    height: 100px;
    padding: 3px 0 5px;
    width: 100%;
    position: relative;
    z-index: 4;
    -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;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.touch .site-header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.header-right {
    float: right;
    padding-top: 12px;
}

.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: left;
    -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;
    padding-left: 20px;
}

.top-navigation {
    float: right;
    list-style-type: none;
    margin: 2px 0 0 20px;
}

.top-navigation > li {
    float: left;
    line-height: 21px;
    position: relative;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-size: 17px;
    text-align: left;
}

.top-navigation > li > a {
    display: inline-block;
    color: #FF0000;
}

.top-navigation > li > ul li {
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.dd-menu.topnav > ul > li > ul {
    left: 0px;
    margin-left: 0;
    top: 100%;
}

.dd-menu.topnav > ul > li.megamenu > ul {
    top: 100%;
}

.user-login-panel {
    float: right;
    position: relative;
}

.navbar {
    margin-bottom: 0;
    min-height: inherit;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    color: #777;
    -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;
}

.telefone1 {
    margin: 17px 0 0 20px !important;
}

.telefone3 {
    margin: 3px 0 0 20px;
}

.site-logo {
    float: left;
    -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;
}

.site-tagline {
    color: #ccc;
    line-height: 18px;
    font-family: 'Roboto', serif;
    display: inline-block;
}

.site-logo h1 {
    margin: 0;
    float: left;
    font-size: 0;
}

.site-logo img {
    max-width: 307px;
    max-height: 150px;
    -webkit-transition: max-height 0.1s linear 0s;
    -moz-transition: max-height 0.1s linear 0s;
    -ms-transition: max-height 0.1s linear 0s;
    -o-transition: max-height 0.1s linear 0s;
    transition: max-height 0.1s linear 0s;
    position: absolute;
}

.DivConteudoButton {
    z-index: 999;
    position: relative;
    text-align: left;
    margin-top: -15px;
}

.separator {
    position: relative;
    width: 100%;
    margin: 18px 0 15px;
    height: 5px;
    display: block;
}

.s-title .separator {
    margin: 30px 0 30px;
}

.separator span {
    margin: 0 auto;
    display: block;
    position: relative;
    margin: 0 0 0 34px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 auto;
}

.separator span:after, .separator span:before {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 28px;
    height: 2px;
    border-bottom: 1px solid #0d0d0d;
    position: absolute;
    top: 0;
    right: 12px;
}

.separator span:after {
    left: 12px;
    right: inherit;
}

.DivConteudoButton h2 > span {
    display: block;
    margin-top: -8px;
    font: 18px 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    line-height: 26px;
}

label.error {
    display: none !important;
}

input.error,
textarea.error,
select.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;
}

#formContatoHome .form-group, #formContatoHome .form-control {
    margin-bottom: 5px;
}

/* ==================================================
   6.1. Main Navigation
================================================== */
.main-navigation {
    display: block;
}

.main-navigation > ul {
    margin: 0;
    list-style-type: none;
}

.main-navigation > ul > li {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.main-navigation > ul > li > a {
    display: block;
    line-height: 52px;
}

.main-navigation > ul > li:last-child {
    margin-right: 0;
}

.main-navigation > ul > li:last-child a {
}

.main-navigation > ul > li > a:hover {
    text-decoration: none;
}

.dd-menu > ul > li ul {
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 51px;
    left: -20px;
    z-index: 999;
    display: none;
    min-width: 180px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    margin-left: 0;
    border-radius: 0 0 3px 3px;
    border-top: 2px solid
}

.dd-menu > ul > li ul.last-childer {
    left: auto !important;
    right: 0;
}

.dd-menu > ul > li ul.last-childer li a {
    padding-right: 20px;
}

.dd-menu > ul > li:hover ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.dd-menu > ul > li > ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
    font-weight: 400;
}

.dd-menu > ul > li > ul li > a {
    display: block;
    color: #777;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    white-space: nowrap;
    text-decoration: none;
}

.dd-menu > ul > li > ul > li a:hover {
    color: #222;
}

.dd-menu > ul > li > ul > li > a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.01)
}

.dd-menu > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.dd-menu > ul > li > ul li ul {
    margin: 0;
    list-style-type: none;
    left: 100% !important;
    top: 0;
    min-width: 150px;
    margin-left: 0;
    position: absolute;
}

.dd-menu > ul > li > ul > li > ul {
    border-top: 0;
    border-left: 2px solid;
    border-radius: 0 3px 3px 0
}

.dd-menu > ul > li > ul li ul.last-childer {
    left: auto !important;
    right: 107%;
}

.dd-menu > ul > li.megamenu {
    position: inherit !important;
    left: 0;
}

.dd-menu > ul > li.megamenu i {
    font-size: 100%;
}

.dd-menu > ul > li.megamenu > ul {
    margin: 0;
    list-style-type: none;
    width: 1070px;
    left: 15px !important;
    min-width: inherit;
    color: #777;
}

@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;
    }

    .menuLocalizacao {display: none!important}
    .menuEmpresa {
        margin-left: 265px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed .dd-menu > ul > li.megamenu > ul {
        width: 990px;
        left: 0 !important;
        margin-left: -10px;
        border-radius: 0;
        box-shadow: none;
    }
    .menuLocalizacao {
        display: none !important
    }
    .menuEmpresa {
        margin-left: 235px;
    }
}

.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: normal;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
}

.dd-menu .megamenu-container ul {
    margin: 0;
    background: none;
    list-style-type: none;
    display: block !important;
    color: #777;
    left: 0 !important;
    box-shadow: none;
    opacity: 1 !important;
    background: transparent;
    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: 'Roboto', 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: 20px;
    margin-top: 7px;
    color: #333;
}

#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;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed .navbar .search-form {
        left: -10px;
        padding: 0;
        width: 990px;
    }

    body.boxed .navbar .search-form-inner {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.hero-area {
    top: -14px;
}

.message-wrap {
    border-bottom: solid 2px #fff;
    border-top: solid 3px #fff;
    padding: 22px 0;
    background: #dedede url(../images/message-shadow.png) top center repeat-x
}

.message-wrap .message-shadow {
    margin-top: 25px;
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(../images/message-shadow.png) top center repeat-x;
    height: 21px;
}

    .message-wrap h2 {
        font-size: 30px;
        font-weight: 300;
        color: #000;
        letter-spacing: -2px;
        margin: 0;
        text-align: left !important;
        line-height: 30px;
    }

.chamadaEstoqueCompleto {
    margin: 20px 0 20px -1%;
}

.contentDefault {
    padding: 30px 0 !important;
    background-color: #f7f7f7;
}

.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: 0px;
    margin-left: 0;
    top: 100%;
    border-top: 0;
}

.top-header .dd-menu > ul > li.megamenu > ul {
    top: 100%;
}

.section-header-1 {
    text-align: center;
}

.section-header-1 h3 {
    font-size: 22px;
    font-weight: 800;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.utility-bar {
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    min-height: 40px;
    height: auto;
    position: relative;
}

.share-text {
    line-height: 40px;
    color: #999
}

.share-text i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.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;
}

.utility-icons > li > a, .search-trigger {
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 17px;
    background: #eee;
    display: block;
    text-align: center;
    border-radius: 0;
}

.search-trigger {
    width: 52px;
    height: 52px;
    line-height: 52px;
    float: right;
    color: #fff;
}

.veiculosHome .result-item-block {
    padding: 5px 0;
}

.utility-icons > li.search > a {
    color: #fff !important;
}

.utility-icons > li > a:hover, .utility-icons > li:hover > a, .search-trigger:hover {
    color: #fff;
}

.search-function {
    line-height: 52px;
    color: #666;
    float: right;
}

.search-function > span {
    margin-right: 10px;
    font-size: 16px;
}

.content {
    padding: 50px 0;
    min-height: 400px;
}

.featured-block-image {
    position: relative;
    color: #fff;
    display: block;
}

.featured-block-image strong {
    position: absolute;
    bottom: 35px;
    left: 0px;
    z-index: 9;
    width: 100%;
    padding: 5px 12px;
    color: #fff;
    font-size: 18px;
    opacity: .8;
}

h1.page-title {
    line-height: 36px;
    margin-bottom: 25px;
}

.listing-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.listing-header .btn.pull-right {
    margin-top: 4px;
}

.listing-header span {
    font-size: 25px;
}

.listing-container {
    padding-top: 15px;
}

.recent-vehicles .action-icons {
    margin-right: 22px;
}

.premium-listing {
    top: 35px;
}

.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-block .post-content {
    border-top: 1px solid #eee;
    padding-top: 12px;
    padding-right: 10%;
}

.post-block .post-content p:last-child {
    margin-bottom: 9px;
}

.listing-block.latest-reviews {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 3px;
}

.review-status strong {
    font-size: 40px;
    display: block;
}

.review-status span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 4px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 3px solid #eee;
}

.widget-block {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 10px;
}

.site-footer {
    background: #2f2f2f;
    color: #999;
}

.site-footer .form-control {
    background: rgba(255,255,255,.8);
    border: none;
}

.site-footer .form-control:focus, .site-footer .form-control:active {
    background: #FFF;
    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;
}

.site-footer-top {
    padding: 50px 0;
}

.footer_widget .widgettitle {
    font-weight: 400;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding-bottom: 25px;
    color: #eee
}

.site-footer-bottom {
    background: #252525;
    padding: 20px 0 0px;
    border-top: 1px solid rgba(255,255,255,.05);
    font-size: 12px;
}

.footer_widget.widget a {
    color: #999;
}

.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: normal;
    color: #555;
    width: 97px;
    text-align: left;
}

.toggle-view {
    margin: 0;
    list-style-type: none;
}

.actions-bar .toggle-view {
    margin-right: 20px;
}

.actions-bar .toggle-view label {
    float: left;
    margin-right: 10px;
    line-height: 38px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.result-item:before, .result-item:after, .result-item-cont:before, .result-item-cont:after {
    content: " ";
    display: table;
}

.result-item:after, .result-item-cont:after {
    clear: both;
}

b, strong {
    font-weight: bold !Important;
}

#map {
    height: 350px;
    width: 100% !Important;
}

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    opacity: 0.8;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    text-shadow: 1px 1px 1px #666;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.result-item-view-buttons:before, .result-item-view-buttons:after, .result-item-in:before, .result-item-in:after {
    display: table;
    content: " ";
}

.result-item-view-buttons:after, .result-item-in:after {
    clear: both;
}

.result-item .vehicle-meta {
    font-size: 13px;
}

.result-item-block.col1 {
    font-size: 13px;
    width: 67%;
    margin-right: 1%;
    float: left;
    line-height: 1.5em;
    text-align: justify;
}

.result-item-block.col2:after {
    clear: both;
}

.result-item-features li {
    margin-bottom: 5px;
}

.label-primary, .btn-primary, .btnFinanciamento {
    letter-spacing: 0px;
    border: none;
}

#locations .map {
    height: 350px;
    background-color: #ccc;
}

#locations .map h2 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.owl-carousel img:hover {
    cursor: pointer;
    opacity: 0.7;
}

.slider.slider-horizontal, .accordion-group .tooltip {
    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: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.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;
}

#gmap img {
    max-width: inherit;
}

.map-agent h4, .map-agent p {
    margin-bottom: 0;
}

.map-agent {
    min-height: 75px;
    max-width: 180px;
}

.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
}

.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: 0px;
}

#message {
    margin-top: 20px;
}

.post .post-title a {
    color: #333;
}

/* ==================================================
   6.2. Widgets Styling
================================================== */

.sidebar .widget.sidebar_widget:last-child {
    margin-bottom: 0;
}

.widget ul, .widget ol {
    margin: 0;
    list-style-type: none;
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 7px;
}
/* Start Added in v1.1 */
.widget li.list-group-item {
    margin-bottom: 0;
    border-bottom: 0;
}

@media print {
    .recent-vehicles, .calculator-widget, .seller-contact-widget, .additional-images, .single-listing-actions, .badge-premium-listing, .utility-bar, .page-header, .header-right, .navbar, .site-footer {
        display: none;
    }

    .list-group {
        max-width: 100%;
    }

    body {
        overflow-x: visible;
    }
}

.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: 'Roboto', serif;
    margin-top: 4px;
    font-style: italic;
}

.body-type-widget li img {
    width: 70%;
}

.body-type-widget .post-actions {
}

.make-widget li {
    width: 25%;
    float: left;
    min-height: 55px;
    margin-bottom: 10px;
}

.make-widget li img {
    max-width: 60%;
}

#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: #ffffff;
    z-index: 999;
}

#back-to-top i, .facebook i {
    line-height: 40px;
}

/* ==================================================
   6.4. SHORTCODES
================================================== */
.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999999;
    line-height: 125px;
    margin: 10px 0;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
}

.fact {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto', serif;
    font-style: italic
}

.counters .timer {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #ffffff;
}

.ibox-rounded .ibox-icon i:after, .ibox-border.ibox-rounded .ibox-icon i:after {
    border-radius: 3px;
}
/* ==================================================
   6.5. Overriding Classes
================================================== */
.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;
}

.touch .parallax, .page-header.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: none !important;
    border: 2px solid #252525 !important;
    color: #252525 !important;
}

.dark-bg .btn-transparent {
    border-color: #fff !important;
    color: #fff !important;
}

/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
    .dd-menu > ul > li.megamenu > ul {
        width: 940px;
    }

    .dd-menu .megamenu-container ul {
        min-width: inherit;
    }

    .header-v2 .user-login-panel {
        display: none;
    }

    .utility-bar .share-text {
        display: none;
    }

    .single-listing-actions .btn-group > .btn > span {
        display: none;
    }

    .listing-form-steps-wrapper {
        width: 294px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-right #menu-toggle {
        position: absolute;
        margin-top: 25px!important;
        left: 5px;
    }

    #rodape, .widget_newsletter {
        display: none;
    }

    .veiculosHome .results-grid-view .result-item {
        height: 245px !important;
    }

    .result-item-pricing-home .price {
        font-size: 18px
    }

    .site-logo img {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 992px) {
.site-tagline {
    display: none;
}

    .adress, #showimagePopup {
        display: none!important;
    }

.toggle-menu {
    display: none;
    background: #fff;
    width: 100%;
    position: absolute;
    height: auto;
    border-top: 1px solid #eee;
}

.toggle-menu > ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.toggle-menu > ul > li > a {
    display: block;
    padding: 15px 0 15px 20px;
    line-height: normal;
    color: #222;
}

.toggle-menu > ul > li ul {
    position: static;
    top: 0;
    left: 0 !important;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.toggle-menu > ul > li > ul li ul {
    position: static;
    margin: 0;
    left: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-menu > ul > li.megamenu > ul {
    width: 100%;
}

.toggle-menu > ul > li.megamenu > ul .megamenu-container > div.row > div {
    margin-top: 20px;
}

.sp-cont {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.search-function {
    margin-right: -1px;
}

.navbar {
    height: 0
}

.navbar #menu-toggle {
    float: left;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    background: #252525;
    width: 52px;
    height: 51px;
    line-height: 52px;
    color: #fff;
    margin-left: -1px;
    overflow: hidden;
}



.header-right #menu-toggle {
    float: left;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    background: #252525;
    width: 42px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    margin-left: -1px;
    overflow: hidden;
    border-radius: 5px
}

.navbar .sp-cont {
    padding-left: 0;
    padding-right: 0;
}

    .footer_widget {
        margin-bottom: 30px;
    }

    .site-footer-top {
        padding-bottom: 10px;
    }

    .sm-margint {
        margin-top: 40px;
    }

    .icon-box {
        margin-bottom: 30px;
    }

    .result-item-block.col2 {
        width: 100%;
    }

    .result-item-action-buttons {
        display: inline-block;
    }

    .utility-bar .share-text {
        display: none;
    }

    .single-listing-actions .btn-group > .btn > span {
        display: none;
    }

    .listing-form-steps-wrapper, .users-sidebar {
        width: 220px;
        position: static !important;
    }

    #finded-results {
        margin-top: 30px;
    }

    .optional-features-list li {
        width: 50%;
    }

    .gallery-grid .post-title {
        font-size: 18px;
    }

    .sidebar {
        margin-top: 40px;
    }

    .final-review .star-rating-container {
        font-size: 2.2em;
    }
}

@media only screen and (max-width: 767px) {
    .site-header-wrapper {
        position: relative;
    }

    .result-item-pricing-home .price {
        font-size: 18px !important
    }

    .result-item-block.col1 i {
        font-size: 14px;
        display: initial;
    }

    .hero-area, .page-header {
        top: 0;
        margin-bottom: 0;
    }
    
    .vehicle-age, .noMobile {
        display: none !important;
    }

    .fotoVeiculo {
        padding-right: 0px
    }

    .boxEndereco {
        margin-bottom: 30px;
    }

    .g-recaptcha {
        margin-bottom: 10px;
    }

    .mobileLeft {
        float: left !important;
    }

    .copyrights-right p, .copyrights-left p {
        text-align: center!important;
    }

    #rodape {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
        width: 100%;
        height: 50px;
        padding-top: 5px;
        position: fixed;
        bottom: 0;
        border: dotted #999;
        z-index: 999;
        border-width: 1px 0;
        text-align: center;
        -webkit-box-shadow: 0px -4px 24px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -4px 24px -2px rgba(0,0,0,0.75);
        box-shadow: 0px -4px 24px -2px rgba(0,0,0,0.75);
        margin-top: 30px
    }

    .site-header {
        z-index: 0
    }

    .DivConteudoButton {
        background: none;
        z-index: 0
    }

    .rowFinanciamento {
        height: 4600px !important;
        margin-left: -30px;
    }

    .veiculosHome .result-item {
        background: none;
    }

    .veiculosHome .result-item-block {
        padding: 2px 0 0;
    }

    .contentDefault {
        background-color: #f7f7f7;
    }

    #showimagePopup, .DivConteudoButton h2 {
        display: none!important;
    }

    .body {
        padding-top: 0 !important;
    }

    .topnav {
        display: none;
    }

    .site-header {
        padding: 4px 0;
        height: 160px;
    }

    .menuLocalizacao {
        display: block !important
    }

    .result-item-features {
        display: none
    }

    .result-item-block.col1 {
        width: 100%;
        font-size: 11px;
        height: 32px;
    }

    .toggle-menu > ul > li {
        width: 47%;
        float: left;
        height: 100px;
        margin: 0px !important;
    }

    .toggle-menu > ul > li i {
        width: 100%;
        font-size: 50px;
        text-align: center;
        margin-bottom: 10px;
    }

    .toggle-menu > ul > li a {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .utility-bar, .actions-bar, .main {
        margin-top: 0px !important;
    }

    .menuFinanciamento {
        display: none !important;
    }

    .navbar {
        height: 0px;
        box-shadow: none
    }

    .site-logo h1 {
        margin-right: 10px;
        margin-left: -20px;
    }

    .site-logo img {
        max-width: 76%;
    }

    .main-navigation > ul > li > a > i {
        color: #FF0000;
    }

    .header-right {
        position: absolute;
        right: 5px;
        margin-top: 10px;
    }

    .header-v2 .site-logo {
        min-width: inherit;
    }

    .page-header {
        min-height: 100px;
    }

    .result-item {
        border: none
    }

    .page-header h1.page-title {
        padding: 32px 0 0;
        font-size: 22px;
    }

    .result-item-image {
        width: auto;
        height: auto;
    }

    .utility-icons.social-icons > li > a {
        width: auto;
        background: none;
        margin-left: 8px;
    }

    .utility-icons.social-icons > li > a:hover {
        background: none !important;
    }

    .site-footer-bottom {
        text-align: left;
    }

    .site-footer .social-icons {
        float: none !important;
        text-align: left;
    }

    .site-footer-bottom {
        padding-bottom: 60px;
    }

    .service-block p {
        font-size: 12px;
        line-height: normal;
    }

    .result-item-view-buttons {
        display: none
    }

    .result-item-block.col2 {
        width: 100%;
        text-align: left;
        height: 20px;
    }

    .hero-slider.flexslider ul.slides li {
        width: 100% !important;
        margin-left: 0 !important;
        left: 0 !important;
    }

    .result-item-title {
        font-size: 18px;
        line-height: 24px;
    }


    .result-item {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px !important;
    }

    .contact-form {
        margin-top: 40px;
    }

    .search-function > span {
        display: none;
    }

    .logged-in-user .user-informa {
        display: none;
    }

    .utility-icons.tools-bar {
        display: none;
    }

    .toggle-view {
        display: none;
    }

    .listing-form-steps-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-listing-actions .btn-group {
        float: none !important;
        display: block;
    }

    .single-listing-actions .btn-group .btn {
        width: 14.40%;
    }

    .single-listing-actions .badge-premium-listing {
        display: inline-block;
        margin-top: 12px;
    }

    .single-vehicle-title .badge-premium-listing {
        display: none;
    }

    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li > a {
        border-width: 1px;
        border-color: #ddd;
        border-radius: 0;
        display: block;
    }

    .nav-tabs li.active a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
    }

    .nav-tabs > li > a:hover {
        border-left-color: #ddd;
        border-right-color: #ddd;
        border-top-color: #ddd;
    }

    .content {
        padding: 20px 0 !important;
        min-height: 340px;
    }

    hr.fw {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .post-title {
        font-size: 20px
    }

    .img-thumbnail {
        margin-bottom: 20px;
    }

    .grid-item .media-box {
        margin-bottom: 0;
    }
    
    .hero-slider.flexslider, .hero-slider.flexslider ul.slides li {
        height: 200px;
    }
}
