﻿:root {
    --blue-main: #002947;
    --blue-buttons: #0F344F;
    --blue-contact-form: #063757;
    --blue-forms-inputs: #214D69;
    --green-buttons: #65D61B;
    --black: #333333;
    --grey-text: #949494;
    --grey-backgrounds: #F8F8F8;
    --grey-borders: #E5E5E5;
}

.one-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
body {
    padding-top: 130px;
    font-family: "Montserrat", sans-serif;
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
h1 {
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
    color: var(--black);
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
}

h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
}

.car-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.subtitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #949494;
    margin-bottom: 30px;
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
}

.title{
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--black) !important;
}

.img-car-hidden {
    visibility: hidden;
    width: 100%;
    max-height: 100%;
}

p {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--black);
}

a {
    cursor: pointer;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.demo-inline-content {
    padding: 20px 0px;
}
#car-brands{
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}
.brand-name, .brand-name a {
    font-size: 16px;
    line-height: 23px;
    color: #000000 !important;
}
.brand-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--grey-borders);
    border-radius: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px #00000012;
}
.brand-image.iveco{
    padding-top: 50px;
    padding-bottom: 58px;
}
 .brand-image:hover{
     border: 1px solid var(--blue-forms-inputs);
 }
.navbar-inverse {
    background-color: var(--blue-main);
    border-color: #FFFFFF;
}

    body .navbar-inverse .navbar-nav > li > a,
    body .navbar-inverse .navbar-nav > li > a:hover,
    body .navbar-inverse .navbar-nav > li > a:active,
    body .navbar-inverse .navbar-nav > .open > a,
    body .navbar-inverse .navbar-nav > .open > a:hover,
    body .navbar-inverse .navbar-nav > .open > a:focus,
    body .navbar-inverse .dropdown-menu a,
    .navbar-inverse .navbar-nav > li > a:focus {
        text-transform: uppercase;
        color: white;
        background-color: var(--blue-main);
        outline: none;
        padding-top: 17px;
    }

    .navbar-inverse .dropdown-menu a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

ul.nav.navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 7px;
}

.navbar-header img.img-responsive {
    width: 197px;
    height: 95px;
}

.navbar-inverse li a {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}

.navbar-inverse li:last-child a {
    padding-right: 0px;
}

.breadcrumbs, .breadcrumbs a {
    border-top: 1px solid #DBDBDB;
    background-color: #EEEDEC;
    color: #949494;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    font-weight: 400;
}

    .breadcrumbs a {
        border-top: none;
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
    }

    .breadcrumbs p {
        margin-top: 7px;
        margin-bottom: 7px;
        font-size: 14px;
    }

        .breadcrumbs p.no-bread {
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 0px;
            line-height: 0px;
            font-weight: 400;
        }

footer {
    background-color: var(--blue-main);
}
footer a{
    text-decoration: none;
    z-index: 9999999999999;
    color: white;
    font-size: 18px;
}
footer .title{
    color: white !important;
    margin-bottom: 5px;
}
footer .address{
    color: white !important;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-socials{
    margin-top: 15px;
}
.footer-copyright{
    display:flex;
    flex-direction: column;
}
.footer-pipe{
    display: none;
}
.footer-top {
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-top-section.right a{
    font-size: 16px;
}
.footer-top-section.left{
    margin-bottom: 20px;
}
.button-footer img {
    max-width: 66px !important;
}

.button-footer {
    position: fixed;
    z-index: 99999999;
    bottom: 15px;
}

    .button-footer.left {
        left: 20px;
    }

    .button-footer.right {
        right: 20px;
    }

    .button-footer.center {
        right: 50%;
        transform: translateX(50%);
    }

.footer-top .social img {
    margin-bottom: 0px;
    margin-right: 5px;
}

.footer-top .social-mobile img {
    margin-bottom: 0px;
    margin-right: 5px;
    max-width: 29px;
}

.footer-top a {
    text-decoration: none;
    color: white;
}

.footer-bottom {
    background-color: var(--blue-contact-form);
    color: #ffffff;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
}

    .footer-bottom p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        color: white;
        margin-bottom: 15px;
    }
    .footer-bottom span {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-bottom a {
        color: #ffffff;
        text-decoration: none;
    }

    #contatti {
        background-color: var(--grey-backgrounds);
        margin-top: 100px;

    }

    #contatti.contacts {
        border: none;
        border-bottom: 1px solid #FF3E7F;
    }
    #contatti .contact-info, #contatti .contact-form {
        padding: 45px;
    }

    #contatti .contact-info {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #contatti .contact-form {
        background-color: var(--blue-contact-form);
    }

.contact-form label {
    width: 100%;
}

    #contatti  .contact-form label, #contatti  .contact-form label a {
        color: #ffffff !important;
    }

#contatti .contact-form .text-danger {
    font-size: 18px;
    font-weight: bold;
}

#contatti .form-group {
    margin-bottom: 5px;
}

#contatti input, #contatti textarea {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    padding: 15px;
    height: 47px;
    background-color: var(--blue-forms-inputs);
    border-radius: 0px;
    outline: none;
    color: #ffffff;
    border: 1px solid var(--blue-forms-inputs);
    box-shadow: none;
}
#contatti #InfoForm,#contatti #InfoPrivacy{
    height:unset;
}
#contatti .field-validation-error {
    font-weight: 800;
}

input::placeholder, textarea::placeholder {
    color: #ffffff !important;
}

body.contact-page #contatti:not(.contacts) {
    border-right: none;
    border-left: none;
    border-top: none;
}

#contatti p {
    margin-bottom: 5px;
}

    #contatti p.subtitle {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .address {
        margin-bottom: 25px !important;
    }
#contatti a {
    text-decoration: none;
    z-index: 9999999999999;
    color: var(--black);
}
#googleMap {
    margin-top: 24px;
}

#contatti textarea {
    height: unset;
    resize: none;
}

#contatti .btn-submit {
    background: #ffffff;
    color: var(--blue-buttons);
    font-weight: bold;
    font-size: 19px;
    padding-top: 9px;
    text-align: center;
    width: 100%;
    border-radius: unset;
}

.thanks {
    height: 491px;
}

    .thanks p {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        margin: 0px;
        color: #ffffff;
        width: 350px;
    }

.car {
    margin: auto;
    height: 444px;
    padding: 20px;
    background-position: center center !important;
    position: relative;
    background-size: cover !important;
}

.no-auto {
    padding-top: 30px;
    padding-bottom: 50px;
}

    .no-auto p {
        font-size: 22px;
        line-height: 25px;
    }

.owl-carousel .car {
    padding-top: 20px;
}
.owl-nav button {
    width: 30px;
}
.owl-nav button span {
    font-size: 65px;
    z-index : 1;
}
.owl-prev span::after {
    content: '';
    position: absolute;
    top: calc(50% + 4px);
    left: calc(50% + 2px);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    z-index: -1;
}

.owl-next span::after {
    content: '';
    position: absolute;
    top: calc(50% + 4px);
    right: calc(50% - 39px);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    z-index: -1;
}
.owl-prev span {
    position: absolute;
    left: 5%;
    bottom: 45%;
}
.owl-next span {
    position: absolute;
    right: 5%;
    bottom: 45%;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #65D61B;
}

.slick-dots li button:before {
    color: #65D61B;
}

.car .car-price {
    padding-top: 10px;
    color: #65D61B;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    line-height: 32px;
    float: left;
}

.car .carBrand-title {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.car .title-car {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 10px;
}

.car .car-name-price-info {
    position: absolute;
    bottom: 10px;
    width: 92%;
}

    .car .car-name-price-info .btn-success, .wrapping a.btn-success, .finanziamento a.btn-success {
        width: 180px;
        -webkit-appearance: none;
        text-transform: uppercase;
        background-color: var(--blue-buttons); /*#65D61B*/
        border: 1px solid var(--blue-buttons);
        border-radius: 10px;
        float: right;
        outline: none;
        cursor: pointer;
        font-weight: 700;
        font-size: 17px;
        /*line-height: 19px;*/
        line-height: 43px;
        /*display: table-cell;*/
        vertical-align: middle;
        height: 42px;
        padding: 0px 12px;
        /* padding: 12px 10px 10px 10px; */
        /*padding: 10px;
        padding-top: 12px;*/
        /*padding: 12px 10px 10px 10px;*/
    }

.wrapping a.btn-success {
    width: 280px;
}

.car .car-name-price-info .car-price-info {
    display: inline;
}

.car .car-type-info span {
    border-radius: 12px;
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    /*padding: 3px 12px;
    padding-top:5px;*/
    padding: 5px 12px 3px 12px;
}

.sfumatura {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

span.typeClass-0 {
    color: #ffffff !important;
    background-color: #D61B91 !important;
}

span.typeClass-1 {
    color: #ffffff !important;
    background-color: #65D61B !important;
}

span.typeClass-2 {
    color: #ffffff !important;
    background-color: #00CBFF !important;
}

span.typeClass-3 {
    background-color: #1BD690 !important;
    color: #ffffff !important;
}

span.typeClass-4 {
    color: #ffffff !important;
    background-color: #E8AE0F !important;
}

.offerts {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .offerts div[class*="col-"]:first-child {
        padding-right: 7px;
    }

    .offerts div[class*="col-"]:last-child {
        padding-left: 7px;
    }

    .offerts .find-offers {
        border-radius: 10px;
        padding: 22px;
    }

        .offerts .find-offers.green {
            background-color: #65d61b;
            background-repeat: no-repeat;
            background-image: url('../images/banner-ricerca-occasione.png');
        }

            .offerts .find-offers.green .btn {
                color: #65d61b;
            }

        .offerts .find-offers.orange {
            background-image: url('../images/banner-auto-nuova.png');
            background-repeat: no-repeat;
            background-color: #ff4e00;
        }

            .offerts .find-offers.orange .btn {
                color: #ff4e00;
            }

        .offerts .find-offers .btn {
            border-radius: 0px;
            background: #ffffff;
            width: 300px;
            padding: 10px;
            padding-top: 11px;
            padding-bottom: 7px;
            font-weight: 700;
            font-size: 20px;
            line-height: 23px;
            margin-top: 10px;
        }

    .offerts .offer-info a {
        text-decoration: none;
    }

    .offerts .offer-info p {
        font-weight: 700;
        color: #ffffff;
        font-size: 35px;
        line-height: 40px;
        width: 70%;
        margin: auto;
        margin-right: 0px;
        text-decoration: none;
    }

    .offerts .orange .offer-info p {
        font-weight: 700;
        color: #ffffff;
        font-size: 35px;
        line-height: 40px;
        width: 54%;
        margin: auto;
        margin-right: 0px;
    }

.row.offerts div[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

#contatti, .row-detail, #car-gallery {
    width: 100%;
    position: relative;
}
.slick-dotted.slick-slider {
    text-align: center;
    margin-bottom: 30px;
}

.car-category {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 50px;
}

    .car-category a .car:first-child {
        padding: 10px;
        height: 238px;
    }

    .car-category .car:last-child {
        height: unset;
        padding: 0px;
        height: 140px;
    }

    .car-category .car-category-info {
        padding-top: 40px;
        width: 75%;
    }

    .car-category .car .car-type-info {
        position: absolute;
        bottom: 10px;
        display: inline-flex;
        width: 95%;
    }

    .car-category .car .car-price {
        padding-top: 10px;
        color: #65D61B;
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        line-height: 29px;
        background-color: unset;
        padding-right: 5px;
        float: right;
        text-align: right;
        width: 35%;
    }

        .car-category .car .car-price span {
            padding: 0px;
            border-radius: 0px;
            color: #65D61B !important;
            text-transform: none;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
            background-color: unset;
            padding: 0px;
        }

    .car-category .car-name-info .carBrand-title,
    .car-category .car-name-info .title-car {
        color: #000000;
    }

    .car-category .car-name-price-info .btn-success {
        float: left;
        /*padding: 7px;
        padding-top: 9px;*/
        /*padding: 9px 7px 7px 7px;*/
        margin-top: 10px;
    }

.row-detail, .row-detail-table {
    padding-top: 50px;
    padding-bottom: 50px;
}

.car-detail-social {
    margin-top: 30px;
    margin-bottom: 35px;
}

.social-mobile img {
    max-width: 32px;
}

.btn-call, .btn-write {
    border: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    padding: 12px 17px;
    padding-top: 14px;
    margin: 0 7px;
    text-transform: uppercase;
}

    .btn-call span, .btn-write span {
        padding-right: 7px;
        /*font-size: 30px;*/
    }

    .btn-call, .btn-call:hover, .btn-call:active, .btn-call:focus {
        background: var(--blue-buttons);
        border-radius: 10px;
    }

    .btn-write, .btn-write:hover, .btn-write:active, .btn-write:focus {
        background: white;
        color: var(--blue-buttons);
        border: 1px solid var(--blue-buttons);
        border-radius: 10px;
    }

 /*Tasto whatsapp fisso*/
.gas-floating-btns {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.section-title{
    margin-bottom: 40px;
}
.section-price-container {
    background-color: #61CF34;
    padding: 17px 0;
    margin: 40px auto;
    max-width: 340px;
}

    .section-price-container h2.title {
        color: #ffffff !important;
        font-size: 53px;
        line-height: 60px;
        margin: 0px;
    }

    .section-price-container p.subtitle {
        color: #fff;
        font-size: 26px;
        line-height: 30px;
        margin: 0px;
        margin-bottom: 5px;
    }

/*.detail-gallery-image {
    background-position: center center;
    background-size: cover;
    height: 444px;
}*/
.ratio-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 per mobile */
    overflow: hidden;
}
@media (min-width: 768px) {
    .ratio-box {
        padding-top: 37.5%; /* 8/3 per desktop */
    }
}
.ratio-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dots-home-details,
.dots-home-reviews,
.dots-gallery-details {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .dots-home-details .owl-dot,
    .dots-gallery-details .owl-dot {
        width: 30px;
        margin: 5px;
        border: none;
        padding: 2px 6px;
        outline: none;
    }

    .dots-gallery-details .owl-dot {
        background: lightblue;
    }

        .dots-gallery-details .owl-dot.active {
            background: var(--blue-main);
        }

    .dots-home-details .owl-dot {
        background: lightblue;
    }

        .dots-home-details .owl-dot.active {
            background: var(--blue-main);
        }


.row-detail .owl-carousel {
    margin-top: 30px;
}

.custom-table {
    padding: 0;
}

    .custom-table h2 {
        margin-bottom: 20px;
    }

#info-table.body-table > div {
    line-height: 50px;
    border-top: 1px solid #d4d4d4;
    font-size: 18px;
}

    .custom-table .custom-label {
        font-weight: bold;
    }

.garanzia {
    background-color: #EEEDEC;
}

div.garanzia p,
p.car-description {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    margin-top: 15px;
}

.form-finanziamento > * {
    display: inline-block;
}

.calculator {
    display: inline;
    margin-top: 30px;
}

    .calculator > * {
        height: 40px;
        border-radius: unset;
    }

    .calculator input,
    .calculator select {
        border-radius: 5px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }

    .calculator input {
        width: 120px;
        padding: 9px 11px 8px 16px;
    }

    .calculator select {
        width: 120px;
        border-radius: 5px;
        border-radius: 5px;
        padding: 8px 11px;
    }

    .logo-woodoo{
        display: block;
        margin-top: 40px;
        margin-bottom: 20px;        
    }
.btn-calcola {
    display: inline-block;
}
.btn-listato, .btn-listato:hover, .btn-listato:active {
    color: white;
    width: 180px;
    -webkit-appearance: none;
    text-transform: uppercase;
    background-color: var(--blue-buttons);
    border: 1px solid var(--blue-buttons);
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    line-height: 43px;
    vertical-align: middle;
    height: 42px;
    padding: 0px 12px;
}

a.btn-calcola {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin: 0 7px;
    background: #61CF34;
    line-height: 26px;
    font-size: 18px;
    padding: 4px 25px;
    padding: 6px 15px;
    padding-top: 6px;
    padding-bottom: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.container-finanziamento .detail-subtitle {
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 23px;
}

#divRata .prezzo {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #292929;
    text-transform: uppercase;
    line-height: 32px;
}

    #divRata .prezzo p {
        color: #FF6F00;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 18px;
        font-weight: 300;
    }

#divRata .rata-description {
    margin-top: 10px;
    margin-bottom: 22px;
}

    #divRata .rata-description p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
    }

    #divRata .rata-description p,
    .garanzia p {
        max-width: 70%;
        margin: auto;
        text-align: center;
    }

p.car-description {
    margin: 20px auto;
}

.faq .demo-inline-content:first-child h2:first-child {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #61CF34;
    color: #ffffff;
}
.contact-page-h1 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 35px;
}
.contact-page-p{
    margin-bottom: 30px;
    line-height: 25px;
}
.custom-page-h1 {
    margin-top: 20px;
}
.tinymce-body > p{
    line-height: 25px;
}
.tinymce-heading {
    margin-bottom: 20px;
}




.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    /*box-shadow: none;*/
    box-shadow: 0px 0px 1px rgba(0,0,0,0.175);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.panel-default .panel-heading {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #61CF34;
    color: #ffffff;
}

    .panel-default .panel-heading h2 {
        position: relative;
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ffffff;
    }

    .panel-default .panel-heading a {
        text-decoration: none;
    }

.panel-group {
    margin-bottom: 20px;
}

.panel-default .panel-body {
    padding: 15px 10px;
}

    .panel-default .panel-body p {
        margin-bottom: 0px;
    }

.panel-default .panel-heading i.fa.fa-chevron-down {
    float: right;
    padding: 7px;
}

.demo-inline-content.service-carousel {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 40px;
}

.admin-manage {
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
}

    .admin-manage button {
        font-size: 23px;
        line-height: 25px;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 35px;
        padding-left: 35px;
        background-color: #65d61b;
        border-radius: 4px;
        border: none;
    }

    .admin-manage .dropdown-menu {
        padding: 10px;
        font-size: 19px;
        background-color: #65d61b;
        width: 100% !important;
    }

        .admin-manage .dropdown-menu a {
            color: #ffffff;
            display: block;
        }

#CallModal .modal-header {
    background-color: #61CF34;
    color: #ffffff !important;
}

    #CallModal .modal-header .close {
        color: #ffffff;
        background-color: #61CF34;
        opacity: 1;
        margin-top: 5px;
    }

#CallModal .modal-body a {
    color: #000000;
    text-decoration: none;
}

#CallModal .modal-footer {
    padding: 15px 20px;
    margin-top: 0px;
}

.footer-bottom .copyright .made-with-love a {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {


        .car .car-type-info span {
            padding: 0px 12px 4px 12px;
        }

        .car .car-name-price-info .btn-success, .wrapping a.btn-success {
            width: 180px;
            -webkit-appearance: none;
            text-transform: uppercase;
            background-color: #65D61B;
            border: 1px solid #65D61B;
            border-radius: 0px;
            float: right;
            outline: none;
            cursor: pointer;
            font-weight: 700;
            font-size: 17px;
            line-height: 36px;
            display: table-cell;
            vertical-align: middle;
            height: 42px;
            padding: 0px 12px;
        }

        .wrapping a.btn-success {
            width: 280px !important;
        }

        .car .car-price {
            padding-top: 5px;
            color: #65D61B;
            font-size: 28px;
            line-height: 32px;
            font-weight: 700;
            line-height: 32px;
            float: left;
        }

        .offerts .find-offers .btn {
            border-radius: 0px;
            background: white;
            width: 300px;
            padding: 10px;
            padding-top: 8px;
            padding-bottom: 7px;
            font-weight: 700;
            font-size: 20px;
            line-height: 23px;
            margin-top: 10px;
        }

        /*.wrapping a.btn-success{
            float: unset !important;
            margin-top: 25px;
            font-size: 20px;
            padding: 10px 10px 10px 10px;
            line-height: 18px;
        }*/
        .row.finanziamento a.btn-success, .wrapping a.btn-success {
            float: unset;
            margin-top: 25px;
            font-size: 20px;
            padding: 10px 10px 10px 10px;
            line-height: 18px;
            display: block;
            margin: auto;
        }

        #say-about-us .insurance-financing .btn {
            border-radius: 0px;
            background: white;
            width: 100%;
            padding: 8px 10px 10px 10px;
            font-weight: 700;
            font-size: 16px;
            margin-top: 10px;
            line-height: 26px;
        }

        #contatti .btn-submit {
            background: white;
            color: var(--blue-buttons);
            font-weight: bold;
            font-size: 19px;
            padding: 9px;
            text-align: center;
            width: 100%;
            border-radius: unset;
            padding-top: 6px;
        }

        .btn-call, .btn-write {
            border: none;
            border-radius: 0;
            font-size: 20px;
            line-height: 18px;
            font-weight: 700;
            padding: 11px 17px;
            padding-top: 14px;
            margin: 0 7px;
            text-transform: uppercase;
        }

        .car-category .car-name-price-info .btn-success {
            float: left;
            margin-top: 10px;
        }
    }
}
