  .filter-button-group .btn.active { color:#7c4735; background:#f1f1f1; }
#latest-news h4{line-height: 49px;}   body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url('https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif'); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.modal{
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    height: 100vh;
}

.modal-dialog-centered{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slick-slide{position: relative; display:none;}
.slick-initialized .slick-slide { display:block; }
.section-full{float: left; width: 100%; height: auto;}
.card-img-top{width: 100% !important; height: auto !important;}

.dropdown-navbar { position:relative; }
.dropdown-rcz { display:none; position:absolute; top:70px; left:-50px; background-color:#fff; padding:0; margin:0; min-width:10rem; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; line-height:50px;}
.dropdown-rcz li { padding:0;}
.dropdown-rcz li:after { margin-left:0; content:"";}
header nav ul li a:focus { color:#ea0203;}

@media only screen and (max-width : 992px) {
    .dropdown-rcz  { position:relative; top:0; left:0; background-color:#f9f9f9 !important; line-height:70px;}
}

#CookieAlert { bottom:50px !important;}
.jumbotron { background-size:cover; }
.single-section table td a:before { content:'\f002' !important; }
		 
		 