.text_ad {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

/*
        cookie popup styles
*/

#cookiepopupdiv {
    position:fixed;
    display:none;
    width: 100%;
    bottom:0px;
    padding: 20px 0;
    background: #f6f8f9;
    z-index:110;
    font-size:12px;
    line-height: 1.4;
}

#innerdiv {
    position: relative;
    max-width: 970px;
    margin: 0px auto;
    font-family: Arial;
}

#cookie {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -28px;
    width: 55px;
    height: 57px;
    background: url(../images/cookie.png) no-repeat center top;
    background-size: contain;
}

#dontShowMessage{
    position: absolute;
    background: url("../images/e2x.png") no-repeat center top;
    background-size: contain;
    top: 50%;
    right: 10px;
    margin-top: -25px;
    width: 55px;
    height: 64px;
}

#cookiepopupdiv p.text {
    margin: 0px 110px 0px 110px;
    text-align:center;
    font-family: Arial;
    color: #333;
}

@media (max-width: 989px) {
    #cookiepopupdiv p.text {
        margin: 0px 90px 0px 90px;
    }
}  

@media (max-width: 659px) {

    #cookie {
        position: static;
        float: left;
        margin: 0px 10px 5px 10px;

    }
    #dontShowMessage {
        position : static;
        float: right;
        margin: 0px 10px 0px 20px;
    }
    #cookiepopupdiv #innerdiv p.text {
       margin: 0px 20px; 
    }
    
}
