#cfw_ac_banner {
    z-index: 99999;
    position: fixed; bottom: 0; left:0; width: 100%;
    background-color: #b4183e;
    color: #fff;
    text-align: center;
    overflow: hidden;
    max-height: 243px;
    transition: max-height 1.25s ease-in-out;
}



#wrapper-copyright {
    padding-bottom: 180px;
}

@media only screen and (min-width: 670px){
    #cfw_ac_banner {
        max-height: 141px;
    }
}

#cfw_ac_banner.hide {
    max-height: 0;
}

#cfw_ac_banner .title {font-weight: bold; margin-bottom: 10px;}
#cfw_ac_banner .container {padding-top: 15px; padding-bottom: 15px;}

@media (max-width: 766px) {
    #cfw_ac_banner .title {padding: 0 25px;}
}

@media (min-width: 767px) {
    #cfw_ac_banner .container {width: 90%; padding: 20px 30px;}
    #cfw_ac_banner .title {font-size: 110%;}
}


#cfw_ac_banner p:last-of-type {margin-bottom: 0;}

#cfw_ac_banner .small {margin-top: 10px; opacity: 0.9; font-size: 90%;line-height: 1.3;}
#cfw_ac_banner .small a {color: #fff!important; text-decoration: underline;}
@media (max-width: 766px) {
    #cfw_ac_banner .small {
        padding-bottom: 1px;
    }
}

#cfw_ac_banner #email {width: 100%; max-width: 200px; min-width: 25%;}

.close-btn {
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 11px;
    font-size: 30px;
    cursor: pointer;
}
.close-btn:hover {opacity: 0.9;}