.initial {
    margin-top: 50px;
}
.item_category {
    min-height: 255px;
    margin-bottom: 20px;
}
body.home .item_category {
    min-height: 230px;
    margin-bottom: 0;
}
.item_category .item_top img {
    margin-bottom: 10px;
    width: 100%;
}
.item_category .make {
    font-size: 17px;
    font-weight: 700;
}
.item_category .price {
    font-size: 14px;
    font-weight: 400;
}
.item_category .year i {
    color: #CDAB66;
}
h2.section_title {
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px;
}
h2.section_title:before {
    content: '';
    width: 40px;
    height: 5px;
    display: block;
    position: relative;
    top: 39px;
    right:-304px;
    background-color: #CDAB66;
}
h2.section_title span {
    color: #D2B476;
}
div.fav {
    padding: 20px 0 40px;
}
div.fav ul {
    margin: 0 0 0 20px;
    padding: 0;
}
div.fav ul li {
    line-height: 25px;
}
div.fav ul li a {
    color: #000;
}
img.img-re {
    border-radius: 5px;
}
div.title_featured {
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 27px;
    margin-left: 15px;
}
div.title_featured:before {
    content: '';
    width: 40px;
    height: 5px;
    display: block;
    position: relative;
    top: 39px;
    left: 177px;
    background-color: #CDAB66;
}
div.title_featured span {
    color: #D2B476;
}
div.title_section {
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 27px;
    margin-left: 15px;
}
div.title_section:before {
    content: '';
    width: 40px;
    height: 5px;
    display: block;
    position: relative;
    top: 39px;
    left: 220px;
    background-color: #CDAB66;
}
div.title_section span {
    color: #D2B476;
}
.simplefavorite-button i {
    font-size: 14px;
    position: relative;
    left: 7px;
    top: 0px;
    cursor: pointer !important;
}
ul.nav li span {
    background-color: #d6ba82;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    padding: 1px 4px;
    position: relative;
    top: -35px;
    right: -80px;
}
div.filter {
    width: 400px;
    margin: 0 auto;
}
div.filter h1 {
    text-align: center;
}
div.filter .mdf_button {
    float: right;
    background-color: #D2B476;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 44px !important;
    border-radius: 5px;
}
div.filter .widget-meta-data-filter select {
    width: 92% !important;
    line-height: 21px !important;
    margin: 0 auto !important;
    margin-bottom: 13px !important;
    padding: 10px !important;
    border-radius: 5px;
}
p.text-intro-category {
    text-align: left;
    width: 92%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px 0 56px;
}
.makes ul {
    margin:0;
    padding: 20px 0 60px;
}
.makes ul li a {
    color: #000;
    line-height: 30px;
}
ul.shared_single {
    margin: 0;
    padding: 0;
}
ul.shared_single li {
    display: inline-block;
    margin-right: 5px;
}
ul.shared_single li i {
    color: #000;
    font-size: 28px;
}
.searchandfilter ul {
    margin: 0 !important;
    padding: 0 !important;
}
body.home {
    padding-top: 0;
}
body.home #navbar ul li a {
    color: #000;
    font-weight: 500;
}
body.home #navbar ul li a:hover {
    color: #d6ba82 !important;
}
body.home .navbar {
    background-color: transparent !important;
}
div.left_home, div.center_home, .right_home {
    background-color: #000;
    margin: 60px 0;
    min-height: 500px;
    position: relative;
}
div.left_home {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url('../img/bg_left.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}
div.left_home h2 {
    font-size: 46px;
    color: #fff;
    font-family: SF Pro Display, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    padding: 17px 20px 0 0;
    line-height: 40px;
    text-align: left;
    float: right;
}
div.left_home h2 span {
    color: #CDAB66;
    clear: both;
    float: left;
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
}
div.left_home .btn-custom {
    position: absolute;
    top: 148px;
    right: 177px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 25px;
}
div.center_home {
    border-radius: 5px;
    background-image: url('../img/bg_center.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}
div.center_home h2 {
    font-size: 46px;
    color: #fff;
    font-family: SF Pro Display, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    padding: 40px 20px 0 37px;
    line-height: 40px;
    text-align: left;
}
div.center_home h2 span {
    color: #CDAB66;
    clear: both;
    float: left;
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
}
div.center_home .btn-custom {
    position: absolute;
    top: 148px;
    left: 39px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 25px;
}
div.right_home {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-image: url('../img/bg_right.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}
div.right_home h2 {
    font-size: 46px;
    color: #fff;
    font-family: SF Pro Display, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 300;
    padding: 40px 20px 0 37px;
    line-height: 40px;
    text-align: left;
}
div.right_home h2 span {
    color: #CDAB66;
    clear: both;
    float: left;
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
}
div.right_home .btn-custom {
    position: absolute;
    top: 148px;
    left: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 25px;
}
ul.caract {
    margin: 0;
    padding: 0;
}
ul.caract li {
    list-style: none;
    font-size: 15px;
    padding: 10px;
    height: 40px;
}
ul.caract li:nth-child(odd) {
    background-color: #E0E0E0;
}
.contact_form {
    background-color: #CDAB66;
}
.featured {
    border: 1px solid #D9D9D9;
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.title_featured {
    font-size: 25px;
}
ul.items {
    margin: 0;
    padding: 0;
}
ul.items li {
    display: inline-block;
    margin-right: 10px;
}
ul.items li i {
    margin-right: 4px;
    color: #CDAB66;
}
div.title_single {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.content {
    margin-bottom: 40px;
}
div.title_form {
    padding-top: 20px;
    font-size: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.info {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.img_map {
    background-image: url('../img/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
div.wpcf7 {
    padding: 10px 40px;
}
div.wpcf7 input.wpcf7-form-control {
    font-size: 14px;
    height: 38px;
}
div.wpcf7 input, div.wpcf7 textarea {
    border-radius: 0 !important;
    border: none !important;
    font-size: 14px;
}
.wpcf7-list-item-label {
    font-size: 12px;
    font-weight: normal;
}
.related_equip {
    background-color: #E0E0E0;
    margin-top: 50px;
    padding: 40px 0 70px;
}
.btn-demo-form {
    background-color: #000;
    font-weight: bold;
    width: 100%;
}
ul.carac {
    margin: 0;
    padding: 0;
}
ul.carac li {
    width: 25%;
    float: left;
    font-size: 15px;
    font-weight: 400;
}
footer {
    background-color: #000;
    padding: 40px 0 !important;
}
footer .cat_footer li {
    line-height: 24px !important;
}
footer .cat_footer li a {
    color: #fff !important;
    line-height: 24px !important;
}
footer .cat_footer_posts {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .cat_footer_posts li {
    margin-bottom: 20px;
}
footer .cat_footer_posts li a {
    color: #fff !important;
}
body.single div.title span.date, body.page div.title span.date {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    color: #ccc;
    padding-bottom: 14px;
    display: block;
}
body.single-news .content {
    width: 890px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.pd50 {
    padding: 50px 0;
}
body.single .title {
    text-align: center;
    margin-bottom: 40px;
    width: 960px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
ul.im {
    margin: 0;
    padding: 15px 0 0 0;
}
ul.im li {
    display: inline-block;
    margin-right: 5px;
}
.top_footer {
    background-color: #CDAB66 !important;
}
.top_footer ul.red_footer {
    margin: 0;
    padding: 20px 0;
}
.top_footer ul.red_footer li {
    display: inline-block;
    margin-right: 30px;
}
.top_footer ul.red_footer li i {
    font-size: 20px;
}
.top_footer ul.red_footer li a {
    color: #000;
    font-size: 14px;
}
.copy p {
    font-size: 10px;
    padding-top: 5px;
}
.title_footer {
    text-transform: none !important;
    font-size: 25px !important;
}
address {
    color: #fff;
}
ul.co {
    margin: 0;
    padding: 0;
}
ul.co li {
    list-style: none;
}
ul.co li i {
    color: #CDAB66;
    margin-right: 10px;
}
ul.co li a {
    color: #fff;
}
ul.coor {
    margin: 0 0 0 40px;
    padding: 0;
}
ul.coor li {
    list-style: none;
    color: #fff;
}
ul.coor li i {
    color: #CDAB66;
    font-size: 32px;
    position: absolute;
    left: 15px;
    margin-top: 7px;
}
.chosen-container-single {
    width: 100% !important;
}
.sf-field-submit input {
    background-color: #CDAB66;
    border: none;
    border-radius: 4px;
    margin: 0 auto !important;
    padding: 7px 23px;
    color: #fff;
    font-weight: bold;
    float: right;
}
.item_del {
    padding: 50px 0;
}
.item_del address {
    color: #000000 !important;
}
body.home .item_del .title {
    font-size: 25px;
    text-align: left;
}
.item_del .fa-compass {
    font-size: 20px;
    color: #CDAB66;
    margin-bottom: 14px;
}
.item_del ul.co li a {
    color: #000;
}
hr.sep {
    border-color: #CDAB66;
    height: 2px;
    width: 100%;
}
.mt-40 {
    margin-top: 40px;
}
.paddel {
    padding: 60px 0;
}
.c_left {
    background-color: #CDAB66;
    padding: 50px 0;
}
.c_right {
    background-color: #000000;
    padding: 50px 0;
}
.c_left, .c_right {
    min-height: 480px;
    margin-bottom: 40px;
}
.c_title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    width: 72%;
    margin-bottom: 20px;
}
#flags_language_selector {
    position: absolute;
    top: 27px;
    left: 0;
    margin-left: 286px;
    z-index: 1002;
}
#flags_language_selector img {
    margin-right: 4px;
}
p.c_content {
    color: #fff;
    width: 66%;
}
.r_txt {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
.c_right small {
    color: #B1B1B1;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}
.r_sub, .r_txt {
    text-align: center;
    color: #fff;
}
.r_sub {
    font-size: 25px;
    color: #CDAB66;
    margin: 15px 0;
    font-weight: bold;
}
.wpcf7-form {
    margin: 0 auto;
}
body.home #wpcf7-f4767-o1 .wpcf7-form input.form-control {
    margin-top: 20px;
    margin-bottom: 0;
    height: 40px;
}
body.home #wpcf7-f4767-o1 .wpcf7-form .btn-success {
    background-color: #CDAB66;
    width: 100%;
    border-color: #CDAB66;
}
div.wpcf7-mail-sent-ok {
    color: #fff;
}
@media screen and (min-width: 993px) {
    .item-single img {
        width: 848px;
        height: 496px;
    }
}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 600px) {
    ul.carac {
        margin-left: 10px;
    }
    ul.carac li {
        width: 50%;
    }
    .navbar-default .navbar-toggle {
        position: absolute;
        right: -13px;
        top: 13px !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #000 !important;
    }
    body.home #navbar ul li a {
        color: #fff;
    }
    .sf-field-submit input {
        float: left;
    }
    div.filter h1 {
        text-align: left;
    }
    .initial {
        margin-top: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .item_del {
        text-align: center;
    }
    .item_del .title {
        text-align: center !important;
    }
}