.cc_banner-wrapper {
    /*position: relative;*/
	position: fixed;
    z-index: 9001;
	
    left: 310px;
    width: 890px;	
}
.cc_container {
    /*
	position: fixed;
	*/
    position: relative;
	/*
    left: 0;	
    right: 0;
    bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	*/
    font-size: 17px;
    color: #fff;
    padding: 15px;
    background: #272727;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.cc_container a,
.cc_container a:visited {
    color: #31a8f0;
    text-decoration: none;
}
.cc_container a:hover,
.cc_container a:active {
    color: #31a8f0;
    text-decoration: underline;
}

.cc_container .cc_btn {
    display: block;
    float: right;
    max-width: 110px;
    line-height: 1em;
    font-size: 0.875em;
    color: #ffffff;
    text-align: center;
    padding: 8px 10px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #dc0105;

}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    color: #f1f1f1;
    text-decoration: none;
    background-color: #a60105;
}
.cc_container .cc_message {
    display: block;
    font-size: 0.875em;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    .cc_container .cc_message {
        font-size: 0.8125em;
    }
}

@media (max-width: 767px) {
    .cc_container .cc_btn {
        font-size: 0.8125em;
    }
    .cc_container .cc_message {
        font-size: 0.75em;
    }
}

@media print{
    .cc_banner-wrapper,
    .cc_container {
        display: none;
    }
}

@-webkit-keyframes slideUp{
    0%{
        -webkit-transform: translateY(64px);
        transform: translateY(64px);
        }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUp{
    0%{
        -webkit-transform: translateY(64px);
        -ms-transform: translateY(64px);
        transform: translateY(64px);
    }
    100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown{
    0%{
        -webkit-transform: translateY(-64px);
        transform: translateY(-64px);
        }
    100%{
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slideDown{
    0%{
        -webkit-transform: translateY(-64px);
        -ms-transform: translateY(-64px);
        transform: translateY(-64px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes moveDown{
    0%{
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        }
    100%{
        -webkit-transform: translateY(64px);
        transform: translateY(64px);
    }
}
@keyframes moveDown{
    0%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100%{
        -webkit-transform: translateY(64px);
        -ms-transform: translateY(64px);
        transform: translateY(64px);
    }
}
@-webkit-keyframes moveUp{
    0%{
        -webkit-transform: translateY(64px);
        transform: translateY(64px);
        }
    100%{
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveUp{
    0%{
        -webkit-transform: translateY(64px);
        -ms-transform: translateY(64px);
        transform: translateY(64px);
    }
    100%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration:0.4s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}
.wrap_movedown {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration:0.4s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
	top:60px;
}
.wrap_moveup {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration:0.4s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
	top:0px;
}

