}
.intromenu.ba-grid-column:not(:hover) .ba-overlay {
    opacity: 0;
}

.intromenu .ba-overlay {
    transition: .6s linear;
  	opacity: 1;
}
.custom-image.ba-item-image {
    text-align: center; /* The value is the same as you set for the image */
}

.custom-image.ba-item-image .ba-image-wrapper {
    box-shadow: 0 0px 0px 0 rgba(0, 20, 0, 0.25); /* The value is the same as you set for the image */
    display: inline-block;
    overflow: hidden; /* The value is the same as you set for the image */
}

.custom-image.ba-item-image .ba-image-wrapper img {
  -webkit-filter: grayscale(100%);
		filter: grayscale(100%);
  	opacity: 0.5;
    transition: all .3s;
    -webkit-transition: all 1.0s;
}

.custom-image.ba-item-image .ba-image-wrapper img:hover {
  	-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
  	opacity: 1;
    text-align: center;
}
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before, div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
    background-color: #e1a01a;
    border-color: #e1a01a;
    transition: background-color .25s;
}
.cc-window {
  font-family: 'Titillium Web', Arial;
}
div.cc-cookie-category-title {
	font-family: 'Titillium Web', Arial;
  font-size: 20px;
	font-weight: 600;
  color: #024c7a;
}
.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 16px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}
.cc-revoke.cc-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
a.cc-link label {
    font-size: 16px;
}
.cc-message-text {
    line-height: 20px;
}