#teconsent{
    display: none !important;
}

#consent_blackbar{
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
}

#consent_blackbar #truste-consent-track #truste-consent-content{
    min-height: 70px;
    position: relative;
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-text h2{
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60%;
    text-transform: none;
}

#consent_blackbar #truste-consent-track{
    background-color: rgba(35,31,32,0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}


#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons span{
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons .half-width:nth-child(2){
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons #truste-consent-button{
    height: 100%;
    -webkit-appearance: none;
    width: 180px;
    border: 2px solid #a5d867;
    background-color: transparent;
    color: #a5d867;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    -webkit-transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons #truste-consent-button:hover{
    color: #ffffff;
    border-color: #ffffff;
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons #truste-consent-button:focus{
    outline: none;
}


#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons button{
    color: #a5d867;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons button:nth-child(2){
    margin-left: 10px;
}

#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons button:hover{
    color: #ffffff;
    outline: none;
}

@media (max-width: 800px){

    #consent_blackbar #truste-consent-track{
        /*height: 215px;*/
        padding-left: 20px;
        padding-right: 20px;
    }

    #consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons{
        margin-top: 10px;
    }

    #consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-text h2{
        width: 90%;
        margin: 0 auto;
        max-width: none;
    }

    #consent_blackbar #truste-consent-track #truste-consent-content{
        text-align: center;
    }

    #consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons .half-width:nth-child(2){
        position: relative;
    }

    #consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons .half-width:nth-child(2) #truste-consent-button{
        transform: none;
        margin-top: 17px;
        height: 70px;
    }

}

@media (max-width: 430px){

    #consent_blackbar #truste-consent-track{
        /*height: 200px;*/
    }

    #consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-buttons #truste-consent-button{
        margin-top: 115px;
    }

}