.tagList li a.category span, .tagList li a.category {
	background-color: #c56546;
}

.tagList li a.filter {
	color: #93513c;
}

.tagList li a:hover,
.tagList li a.selected:hover {background-color: #c56546;}

.fullLengthMenu a.active {
	background: #79b51c;
}

.cookie-text {
    background: #bbbbbb none repeat scroll 0 0;
    color: #666666;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.close-cookie-btn {
    background: #2e2e2e none repeat scroll 0 0;
    border-radius: 50%;
    color: #bbbbbb;
    cursor: pointer;
    display: table;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 30px;
    top: 12px;
    width: 15px;
}