
.cc_banner-wrapper {
    position: relative;
    z-index: 9001;
}
.cc_container .cc_btn {
    cursor: pointer;
    font-size: 0.7em;
    line-height: 0.8em;
    text-align: center;
    font-weight: bold;
}
.cc_container .cc_message {
    font-size: 0.5em;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
}
.cc_container .cc_logo {
    display: none;
    height: 22px;
    opacity: 0.9;
    overflow: hidden;
    text-indent: -1000px;
    transition: opacity 200ms ease 0s;
    width: 100px;
}
.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1;
}
@media screen and (min-width: 500px) {
.cc_container .cc_btn {
    font-size: 0.8em;
    font-weight: bold;
}
.cc_container .cc_message {
    font-size: 0.7em;
}
}
@media screen and (min-width: 768px) {
.cc_container .cc_btn {
    font-size: 0.8em;
    font-weight: bold;
}
.cc_container .cc_message {
    font-size: 0.7em;
    line-height: 1.7em;
}
}
@media screen and (min-width: 992px) {
.cc_container .cc_message {
    font-size: 0.7em;
}
}
@media print {
.cc_banner-wrapper, .cc_container {
    display: none;
}
}
.cc_container {
    overflow: hidden;
    padding: 10px;
}
.cc_container .cc_btn {
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 10px;
    max-width: 120px;
    padding: 5px 10px;
    text-align: center;
    width: 33%;
    font-weight: bold;
}
.cc_container .cc_message {
    display: block;
}
@media screen and (min-width: 500px) {
.cc_container .cc_message {
    margin-top: 0.2em;
    
        
}
    .cc_container .cc_btn {
    padding: 8px 15px;
}
}
@media screen and (min-width: 768px) {
.cc_container {
    padding: 5px 10px;
}
.cc_container .cc_btn {
    padding: 8px 15px;
}
}
.cc_container {
    background: #666 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #ccc;
    font-family: "Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helvetica,Arial;
    font-size: 17px;
}
.cc_container *::-moz-selection {
    background: #ff5e99 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    border-radius: 5px;
    color: #ccc;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    color: #eee;
}
.cc_container a, .cc_container a:visited {
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}
.cc_container a:hover, .cc_container a:active {
    color: #eee;
}



 