#cpolicy-holder {
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin: 0;
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E5000000, endColorstr=#E5000000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#E5000000, endColorstr=#E5000000);
    background: rgba(42, 42, 42, 0.9);
    zoom: 1;
    padding: 10px 10px 20px 10px;
    border-top: 1px solid #F3BF24;
    z-index: 100;
    z-index: 200;
    display: none;
}

.cpolicy {
    width: 90%;
    margin: 0 auto;
}

.cpolicy-close {
    position: absolute;
    right: 10px;
    top: 2px;
    font-weight: bold;
    font-size: 17px;
    color: #F3BF24;
    font-family: "Lato";
    cursor: pointer;
    line-height: normal;
}

.cptop {
    height: 15px;
}

.cpbottom {
    height: 19px;
}

.cpolicy_left {
    width: 80%;
    float: left;
}

.cpolicy_right {
    width: 15%;
    float: left;
}

.cpolicy p {
    font-size: 14px;
    text-align: justify;
    padding: 0;
    color: #fefefe;
    line-height: normal;
}

.cpolicy a {
    text-decoration: underline;
    color: #eee;
    font-size: 10px;
}

#cpolicy_acc {
    color: #111;
    font-family: 'Lato';
    font-size: 12px;
    display: block;
    cursor: pointer;
    width: 100px;
    height: 30px;
    background: #F3BF24;
    border: 1px solid #ccc;
    text-align: center;
    float: right;
    border-radius: 5px;
    line-height: 30px;
    opacity: 1;
    position: relative;
    z-index: 210;
}

#cpolicy_reg {
    color: #fff;
    position: absolute;
    right: 125px;
    bottom: 3px;
    font-size: 10px;
    font-family: "Lato";
    cursor: pointer;
    display: block;
    width: 141px;
    height: 20px;
    background: #F3BF24;
    border: 1px solid #F3BF24;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .cpolicy_left {
        width: 100%;
    }
    .cpolicy_right {
        padding-top: 15px;
        width: 100%;
    }
    #cpolicy_acc {
        float: none;
        margin: 0 auto;
    }
}