/* Responsive Cookie Consent
======================================== */
.rcc-panel {
	display:none;
	width:100%;
	background:#222222;
	text-align:center;
	border-bottom:3px solid #555555;
	font-family:Helvetica, Arial, sans-serif;
}
.rcc-wrapper {
	width:90%;
	max-width:1140px; 
	margin:0 auto;	
	padding:10px 0;
}
.rcc-panel p {
	float:left;
	color:#FFFFFF;
	line-height:20px;
	font-size:14px;
	margin-bottom:15px;
	font-family:Helvetica, Arial, sans-serif;
}
.rcc-links {
	clear:both;
	float:none;
}
.rcc-panel a {
	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	letter-spacing:1px;
	padding:5px 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	font-family:Helvetica, Arial, sans-serif;
}
.rcc-panel a:hover {
	color:#FFFFFF !important;
}
.rcc-accept-btn {
	background:#07A6D0;
}
.rcc-accept-btn:hover {
	background:rgba(255,255,255,0.5) !important;
}
@media (min-width: 500px) {	
.rcc-panel {
	text-align:left;
}
.rcc-panel p {
	width:58%;
	float:left;
	margin-bottom:0;
}
.rcc-links {
	clear:none;
	float:right;
	position: absolute;
    right: 0px;
    bottom: 39px;
}
}
@media (min-width: 800px) {	
.rcc-panel p {
	width:72%;
}
}

.rcc-panel.group {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(85, 85, 85);
    font-family: Arial;
    display: block;
    background: rgb(34, 34, 34);
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.rcc-wrapper.group {
    width: 90%;
    max-width: 1300px;
    padding: 31px 0 !important;
    height: 117px;
    position: relative;
}