#cookie-law {
    }

.cc_banner-wrapper {
	z-index: 10000;
	position: fixed;
    bottom: 0;
    left: 0;
	padding: 0 10%;
	width: 80%;
	height: 40px;
    line-height: 40px;
	background: rgba(0,0,0,0.70);
    color: rgba(255,255,255,1.00);
	font-size: 0.875em;
	overflow: hidden;
	vertical-align: top;
    text-align: center;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    }

.cc_container .cc_btn {
	cursor: pointer;
	text-align: center;
	padding: 0 1em;
	display: inline-block;
	margin-left: 2em;
    }
	.cc_container .cc_btn .fa {
		margin-left: 0;
	    }
.cc_container .cc_more_info {
	color: rgba(255,255,255,1.00);
	display: inline-block;
	text-transform: uppercase;
    }    
.cc_container .cc_message {
	padding: 0;
	display: inline-block;
    }
	.cc_container .icon {
		color: rgba(255,255,255,1.00);
        margin-right: 0.25rem;
	    }
	.cc_container .cc_message strong {
		text-transform: uppercase;
	    }
.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
	opacity: 1
    }
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: rgba(255,255,255,1.00);
	background: #1c5bac;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 5px 2em;
    }
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background: rgba(255,255,255,1.00);
    color: #1c5bac;
    }
.cc_container .cc_btn:hover .icon, .cc_container .cc_btn:active .icon {
    color: #1c5bac;
    }
.cc_container a, .cc_container a:visited {
	text-decoration: none;
	transition: 200ms color
    }

/* ====================
   FULL HD
   ==================== */
   
@media only screen and (max-width : 1920px) {	
}


/* ====================
   LAPTOP
   ==================== */
   
@media only screen and (max-width : 1366px) {
    
}

/* ====================
   TABLET
   ==================== */
   
@media only screen and (max-width : 1024px) {

.cc_banner-wrapper {
    line-height: 1.25rem;
    }
.cc_banner-wrapper {
	z-index: 500;
	position: fixed;
    bottom: 0;
    left: 0;
	padding: 2rem 5%;
	width: 90%;
	height: auto;
    line-height: 1.25rem;
    }
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    height: auto;
    line-height: 2rem;
    margin: 5px 0;
    }
    
}

/* ====================
   SMARTPHONE
   ==================== */
   
@media only screen and (max-width : 500px) {		
}

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