﻿#cookie-bar {
	position: relative;
	width: 100%;
	background: #c1d566; 
	opacity: 0.925;
	font-size: 1rem;
	height: auto; 
	line-height: 24px; 
	color: #ffffff; 
	text-align: left; 
	padding: 15px 0 30px 0;}
	
#cookie-bar.fixed {
	position: fixed; 
	bottom: 0; 
	right: 0; 
	width: 660px;
    border-radius: 30px;
	z-index: 1060;
	}	

#cookie-bar.fixed.bottom {
	bottom: 0; 
	top: auto;
	margin: 0 0 36px 30px;}
	
@media (max-width: 992px) {
    #cookie-bar {
	    background: #c1d566;}	
	
	#cookie-bar.fixed {
		width: 100%;
		border-radius: 0;}
		
	#cookie-bar.fixed.bottom {	
		margin: 0;}	
}	

#cookie-bar p {
	margin: 0; 
	padding: 0 55px 0 25px;
	font-size: 0.925rem;
	color: rgba(45, 54, 44, 1);	
}
	
#cookie-bar a {
	color: #c9c9c9; 
	display: inline-block; 
	border-radius: 6px; 
	text-decoration: none; 
	padding: 0 6px; 
	margin-right: 6px;
	font-weight: 600;
	}

#cookie-bar .cb-enable {
    border-radius: 30px;
    background: rgba(255, 255, 255, 1.0);	
	color: rgba(45, 54, 44, .75);
	padding: 3px 12px 3px 12px;
	}
#cookie-bar .cb-enable:hover {
    background: rgba(255, 255, 255, 0.5);
	color: rgba(45, 54, 44, 1);
	}
	
#cookie-bar .cb-disable {
    border-radius: 30px;	
    background: rgba(255, 255, 255, 1.0);
	color: rgba(45, 54, 44, .75);
	padding: 3px 12px 3px 12px;
    }
#cookie-bar .cb-disable:hover {
    background: rgba(255, 255, 255, 0.5);
	color: rgba(45, 54, 44, 1);
	}
	
#cookie-bar .cb-policy {
    border-radius: 30px;	
    background: rgba(255, 255, 255, 1.0);
	color: rgba(45, 54, 44, .75);
	padding: 3px 12px 3px 12px;
	}
#cookie-bar .cb-policy:hover {
    border-radius: 30px;	
    background: rgba(255, 255, 255, 0.5);
	color: rgba(45, 54, 44, 1);
	}	
	
@media (max-width: 480px) {
    #cookie-bar a {
		font-size: 0.775rem;
		}	
	
	#cookie-bar .cb-enable {
		padding: 3px 6px 3px 6px;
		}
		
	#cookie-bar .cb-disable {
		padding: 3px 6px 3px 6px;
		}
		
	#cookie-bar .cb-policy {
		padding: 3px 6px 3px 6px;
		}
		
	#cookie-bar p {
		margin: 0;
		padding: 0 10px 0 10px;
	}			
}
	
@media only screen and (max-width:991px) {
	#cookie-bar .cb-enable {
		margin-bottom: 10px;
		}
    #cookie-bar .cb-disable {
		margin-bottom: 10px;
		}
	#cookie-bar .cb-policy {
		margin-bottom: 10px;
		}		
}