body {
    overflow-x: hidden;
}

.padding {
    padding: 45px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.background_lateral {
    background-image: url('../images/business_contact.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1100px;
}
.background_lateral_thankyou {
    background-image: url('../images/business_contact.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.background_landing {
    background-image: url('../images/landing_top.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1100px;
}

.background_testdrive {
    background-image: url('../images/testdrive_top.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1100px;
}

.background_grandiAziende {
    background-image: url('../images/grandiAziende_top.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1100px;
}


.background_landing_thankyou {
    background-image: url('../images/landing_top.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.background_testdrive_thankyou {
    background-image: url('../images/testdrive_tkp.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

.background_grandiAziende_thankyou {
    background-image: url('../images/grandiAziende_tkp.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
}

@media only screen and (max-width: 768px) {
    .padding {
        padding: 10px;
    }

    .row-eq-height {
        display: block;
        display: block;
        display: block;
        display: block;
    }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* Multiselect */

.selectize-input {
    border-width: 0 0 1px 0;
    border-color: #333;
    border-radius: 0;
    padding: 7px 0;
    min-height: 38px;
    margin-top: -1px;
}

.selectize-input.focus {
    border-width: 0 0 1px 0;
    border-color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-group.is-focused .form-control {
    background: white;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
}

.selectize-dropdown-content .option.active {
    background: #03a9f4;
    color: white;
}

.selectize-control.multi .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333333 transparent;
}

.selectize-control.multi .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
