.bg-green {
    background: #75b432;
}

.bg-dark-green {
    background: #0e6a38;
}

.bg-white {
    background: #ffffff;
}

.bg-orange {
    background: #fe6d13;
}

.bg-gray {
    background: #f2f2f2;
}


.color-green {
    color: #72bb2c;
}

.color-green-2 {
    color: #045828;
}

.color-orange {
    color: #fe6d13;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-bottom {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vspace-50 {
    height: 50px;
}

.vspace-30 {
    height: 0px;
}


div.selectbtn {
    display: inline-block;
    background-color: #fffff;
    border: 1px solid #fe6d13;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all .3s;
}

div.selectbtn.selected {
    background-color: #fe6d13;
    color: white;
}

div.selectbtn:hover {
    background-color: #fe6d13;
    color: white;
}

form input {
    border-radius: 0 !important;
    border: 1px solid #fea621 !important;
}

.v2020-footer {
    background-color: #fe6d13;
    padding: 40px 0;
}

.v2020-footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.v2020-container-fluid {
    width: 100%;
    max-width: 3000px;
    padding: 0 44px;
    margin: auto;
}

.v2020-footer__logo {
    width: 40%;
}

.v2020-footer__logo svg {
    height: 20px;
}

svg:not(:root) {
    overflow: hidden;
}

.v2020-footer__info {
    font-size: 12px;
    color: #fff;
    padding: 0 30px;
    text-align: center;
}

.v2020-footer__socials {
    width: 40%;
    text-align: right;
}

.v2020-footer__socials a {
    display: inline-block;
}

.v2020-footer__socials a svg {
    height: 30px;
}

.countdown .numbers {
    font-size: 6rem;
}

.countdown .daystext {
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .v2020-footer__container {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .v2020-container, .v2020-container-fluid {
        padding: 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .v2020-footer__logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .v2020-footer__info {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .v2020-footer__socials {
        width: 100%;
        text-align: center;
    }
}

.text-mercato-libero {
    font-size: 30px;
    line-height: 36px;
}
.text-mercato-libero > b {
    font-size: 56px
}
.logo-section {
    width: 330px;
}

@media only screen and (max-width: 767px) {
    .text-mercato-libero {
        font-size: 22px;
        line-height: 36px;
    }
    .text-mercato-libero > b {
        font-size: 38px
    }
    .logo-section {
        width: 250px;
    }
    .countdown .numbers {
        font-size: 3rem;
    }
    .countdown .daystext {
        font-size: 1rem;
    }

    .section-2 h2 {
        font-size: 1.2rem;
    }

    .font-4rem {
        font-size: 2rem;
    }
    .font-2rem {
        font-size: 1rem;
    }
    .custom-form {
        padding: 20px;
    }
    
    .button-contattaci {
        width: 100%;
    }
}
