.cookie-banner {
	position: fixed;
	backface-visibility: hidden;
	bottom: 0;
	margin: 0;
	width: 100%;
	z-index: 1111;

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.82857143;
color: #333;
}

.alert-warning {
    color: #8a6d3b;
    border-color: #faebcc;
	background-color:rgba(252,248,227,0.95)

}


.alert {
	padding: 15px;
	padding-left: 25px;
	border: 1px solid transparent;
	border-top-color: #FAEBCC;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	}
	
.alert-dismissable .close, .alert-dismissible .close {
	padding-right:35px;
}

.close {
	float:right;
	margin-right:20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=60);
    opacity: .6;
	cursor:pointer;
}	

.alert a, .alert a:focus, .alert a:hover {
    color: #23527c;
    text-decoration: underline;
}
.alert a:active, .alert a:hover {
    outline: 0;
}