.cc_banner-wrapper {
	position: relative;
	bottom: 0;
	width: 100%;
	right: 0;
	z-index: 90;
	
}
.cc_banner-wrapper img{
	width: 20px ;
	height: 20px;
}


.cc_container {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	font-weight:200;
	color: white;
	/*height: 50px;*/
	line-height: 30px;
	background-color: #6C99B6;

}

@media only screen and (max-width: 960px) {
	/*.cc_banner-wrapper { width: 100%; top: 50px; }*/
	.cc_container { padding 5px 8.6%; }
}


@media only screen and (max-height: 550px){
  /*.cc_banner-wrapper { width: 100%; top: 50px; }*/
	.cc_container { padding 5px 8.6%; }
}



.cc_container .cc_message {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	display: inline-block;
	width: 95%;
	position: relative;
	font-weight: 500;
}

@media only screen and (max-width: 400px){
	   .cc_container .cc_message { font-size: 0.7em; }
}

.cc_container .cc_btn {
	cursor: pointer;
	padding: 5px 10px;
	display: inline-block;
	background: #1f3d50;
	font-weight: 600;
	font-size: 12px;
	border: none;
	color: #FFFFFF;
}
.cc_container .cc_btn:hover {
	background: #10222d;
}

.cc_container .cc_more_info {
	color: #1f3d50;
	text-decoration: underline;
	font-weight: 400;
	margin-right: 20px;
}

.cc_logo {
	display: none;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
	transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

/**************************************************/

.cc_banner-wrapper {
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}

/**************************************************/

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

/**************************************************/

@-webkit-keyframes slideDown {
	0% { margin-top: -66px; }
	100% { margin-top: 0; }
}

@keyframes slideDown {
	0% { margin-top: -66px; }
	100% { margin-top: 0px; }
}
