body {
    font-family: 'Open Sans', sans-serif;
      -webkit-font-smoothing: antialiased;
}
.imageLogo {
    padding: 0;
    margin: 0;
    width: auto;
    height: 50px;
    float: left;
    margin-right: 30px;
}
.privacy_policy {
    position: absolute;
    left: 200px;
    bottom: 20px;
    padding: 0;
    margin: 0;
}
#acceptcookiesWrapper {
    left:0;    
    top: 0;
    position: fixed;
    z-index: 10000;
    display: none;
    width: 100%;
}
#acceptcookiesContent {
    font-size: 1.4em;
    font-weight: 200;
    background: no-repeat scroll #FFF;
    box-shadow: 0 0 10px #000000;
    height: auto;
    min-height: 180px;
    top: 100px;
    width: auto;
    z-index: 10000;
    border-bottom: 3px solid #E9212D;
    width: 100%;
}
#acceptcookiesContent .cookiesmessage {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
#acceptcookiesContent .cookiesmessage p {
    margin-bottom: 15px;
    float: left;
    display: inline-block;
    padding-left: 200px;
    padding-right: 200px;
}
#acceptcookiesContent .cookiesmessage p.fields {    
    position: relative;
    text-align: left;
}

#btnPresaVisione {
    position: absolute;
    bottom: 20px;
    right: 200px;
    cursor: pointer;
}

@media only screen and (max-width: 1110px ) {
    #acceptcookiesContent {
        min-height: 250px;
    }
    .privacy_policy {
        left: 37px;
    }
}

@media only screen and (max-width: 700px ) {
    #acceptcookiesContent{
        font-size: 1.1em;
    }
    #acceptcookiesContent .cookiesmessage p{
        display: block;
    }
    .privacy_policy {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 0;
    }
    #btnPresaVisione {
        position: relative;
        display: block;
        margin: 20px auto;
        right: 0;
        bottom: 0;
    }
}