#cookie-law-info-bar {
	
	text-align: center;
	margin: 0 auto;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0px;
	background: rgba(0,0,0,.8) !important;
	transition: all .8s ease 0s !important;
	padding: 13px 300px;
	line-height: 1.25em !important;
	
	color: #fff !important;
	font-size: 9pt !important;
	font-weight:300;
    font-family: Montserrat !important;
    letter-spacing: 0px;
    font-style: normal;
 }


@media only screen and (max-width: 479px) {
	
	#cookie-law-info-bar {
    padding: 13px 5px;
  
}
	
}

@media only screen and (max-width: 767px) {
	
	#cookie-law-info-bar {
    padding: 13px 7px;
  
}
	
}

@media only screen and (max-width: 971px) {
	
	#cookie-law-info-bar {
    padding: 13px 25px;
  
}
	
}

#cookie-law-info-bar span {
	vertical-align: middle;
}

#cookie-law-info-again {
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	display: none;
	
	font-size: 8pt;
	font-weight:300;
	font-family: Montserrat !important;
    letter-spacing: 0px;
    font-style: normal;
	text-transform: uppercase;
	text-align: center;
    background: rgba(0,0,0,.8) !important;
	transition: all .8s ease 0s !important;
	color: #fff !important;
	line-height: 1.25em !important;
		
}


/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding:10px 16px 10px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 0px;
	
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
	color: #c8001e !important;
    cursor: pointer;
    opacity: 1;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
			
	color: rgb(255, 255, 255) !important;
    /*background-color: rgb(0, 0, 0) !important;*/
		background-color: transparent !important; 
		
	border-color: #c8001e !important;
    transition: all .2s ease 0s !important;
	
	border-radius: 150px;
	padding: 4px 17px;
    width: 70px;
	border: 2px solid;
	margin-left: 10px;
	margin-top: 3px;
    vertical-align: middle !important;
}

.cli-plugin-button, .cli-plugin-button:hover {
	
	border-color: #ffffff !important;
}





.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ 
	
	/*margin-top:5px; */

}

.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border:20px solid rgba(0,0,0,0.5) !important;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}