﻿
.form-top {
    /*background: #ffffff91;*/
    padding: 50px;
    margin: 0 0 25px 0px;
}
ul {
    list-style-type: none;
}

#feature .about .feature-thumb {
    max-width: 530px;
    vertical-align: middle;
    margin: 80px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
   
}
@media screen and (min-width: 768px) {
    .mt-100 {
        margin-top: 100px
    }
    .mb-100 {
        margin-bottom: 100px;
    }
    #acquista .caption {
        margin-bottom: 100px;
    }
}

.dt-slide-menu {
    padding: 20px 40px;
    overflow-x: auto;
}
    .dt-slide-menu .dt-header-logo {

        margin-bottom: 15px;
    }

.single-page {
    color: #333;
    padding: 60px 0 0 0;
}

.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 150px;
    position: fixed;
}

    .cookie-disclaimer .container {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cookie-disclaimer .cookie-close {
        float: right;
        padding: 10px;
        cursor: pointer;
    }

.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    font-size: 1em;
    font-weight: 300;
    transition: .8s;
    animation: slideIn .8s;
    animation-delay: .8s;
    padding: 10px 10px 20px 10px;
    z-index: 10;
    border-top: 5px solid #e75322;
    background: white;
    color: #000;
}

    .cookie-bar .consent-btn {
        width: 100%;
        text-align: right;
    }
.btn-green {
    color: #fff;
    background-color: #17a638;
    border-color: #4cae4c;
}
.cat-note {
    color: black;
    font-weight: 400;
    font-size: 0.8em;
    background: #ededed;
    padding: 1em;
}
.grecaptcha-badge{
    display:none;
}
