.cc_banner-wrapper {
    position: relative;
    z-index: 9999999;
}
.cc_container .cc_btn {
    cursor: pointer;
    font-size: 0.6em;
    line-height: 1em;
    text-align: center;
    transition: font-size 200ms ease 0s;
}
.cc_container .cc_message {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    transition: font-size 200ms ease 0s;
}
.cc_container .cc_logo {
    background-size: cover;
    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;
}
.cc_container .cc_message {
    font-size: 0.8em;
}
}
@media screen and (min-width: 768px) {
.cc_container .cc_btn {
    font-size: 1em;
}
.cc_container .cc_message {
    font-size: 15px;
    line-height: 1em;
}
}
@media screen and (min-width: 992px) {
.cc_container .cc_message {
    font-size: 15px;
}
}
@media print {
.cc_banner-wrapper, .cc_container {
    display: none;
}
}
.cc_banner-wrapper {
    height: 35px;
}
.cc_container {
    left: 0;
    overflow: hidden;
    padding: 8px;
    position: fixed;
    right: 0;
    top: 0;
}
.cc_container .cc_btn {
    /*background-color: #f1d600;*/
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 10px;
    max-width: 120px;
   /* padding: 8px 10px;*/
    text-align: center;
    width: 33%;
}
.cc_container .cc_message {
    display: block;
    /*width: 200px;
    padding:10px;*/
}
@media screen and (min-width: 500px) {
.cc_container .cc_message {
    margin-top: 0px;
}
}
@media screen and (min-width: 768px) {
.cc_container {
    padding: 8px 30px;
}
.cc_container .cc_btn {
    padding: 0px 0px;
}
}
.cc_container {
    background: #bebebe  none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #fff !important;
    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 {
    /*background-color: #f1d600;
    border-radius: 5px;*/
    color: #fff;
    transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
   /* background-color: #d7bf00;*/
    color: #fff;
}
.cc_container a, .cc_container a:visited {
    color: #fff;
    text-decoration: none;
    transition: color 200ms ease 0s;
    font-weight:500 !important;
    text-decoration: underline !important;
}
.cc_container a:hover, .cc_container a:active {
    color: #fff;
    font-weight:500 !important;
}
@keyframes slideDown {
0% {
    margin-top: -35px;
}
100% {
    margin-top: 0;
}
}
@keyframes growDown {
0% {
    height: 0;
}
100% {
    height: 35px;
}
}
.cc_container {
    animation-duration: 0.8s;
    animation-name: slideDown;
}
.cc_banner-wrapper {
    animation-duration: 0.8s;
    animation-name: growDown;
}



@media screen and (max-width: 480px) {
.cc_btn_accept_all {
	margin-top:0px;
}
a.cc_btn_accept_all {
	text-decoration:none !important;
}

.cc_container .cc_message {
  display: block;
  padding: 5px;
  width: 263px;
}
.cc_container .cc_btn {
  cursor: pointer;
  font-size: 27px;
  line-height: 1em;
  text-align: center;
  transition: font-size 200ms ease 0s;
  width: 10%;
}
.cc_banner-wrapper {
  height: 75px;
}
}
