.cc_banner-wrapper {
	background: #3c3c3c url('../images/share_footer_bg.png') repeat 0px 0px;
	background-size: 10px 12px;
	-webkit-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.6);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 110;
}

.cc_banner-wrapper .cc_container {
	background: rgba(255,255,255,0.1);
	display: block;
	padding: 16px 80px 16px 60px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.cc_banner-wrapper .cc_btn_accept_all {
	background: url('../images/cookie_close.png') no-repeat 4px 5px;
	background-size: 20px 20px;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 25px;
	top: 50%;
	cursor: pointer;
	margin-top: -15px;
	font-size: 0;
	text-indent: -9999em;
	color: transparent;
}

.cc_banner-wrapper .cc_message {
	font-size: 14px;
	color: #fff;
}

.cc_banner-wrapper .cc_message a {
	color: #cca330;
	font-family: "FrutigerLT-Bold",Helvetica,Arial,sans-serif;
}

.cc_banner-wrapper .cc_message a:hover {
	color: #665118;
}

.cc_banner-wrapper .cc_logo {
	display: none;
}



@media only screen and (max-width: 767px) {
	.cc_banner-wrapper .cc_btn_accept_all {
		top: 8px;
		right: 7px;
		margin-top: 0;
	}
	
	.cc_banner-wrapper .cc_container {
		padding: 16px 41px 16px 11px;
	}
}