.cover {
	position: relative;
}

@media (min-width: 1200px) {
	.cover {
		height: 100vh;
		min-height: 850px;
	}
}

@media (max-width: 1199px) {
	.cover {
		text-align: center;
		padding-top: 100px;
	}
}

@media (max-width: 991px) {
	.cover {
		padding-top: 150px;
	}
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -5;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
}

/**/

@media (min-width: 1200px) {
	.bottom {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.services {
		background: url(images/footer.png);
	}
}
	
	

@media (max-width: 1200px) {
	.services {
		background: rgba(255,255,255,0.5);
		backdrop-filter: blur(5px);
	}
}
	
	

.services-list {
	text-align: center;
}

.services-list > div {
	display: inline-block;
}

.service {
	text-align: center;
	display: block;
	margin: 1rem 2rem;
	height: 180px;
	position: relative;
	color: #000;
	font-size: 1.2rem;
	
}

@media (min-width: 1200px) {
	.services-list > div:nth-child(1) .service,
	.services-list > div:nth-child(6) .service{
		    transform: translate(0, -20px);
	}
	
	.services-list > div:nth-child(2) .service,
	.services-list > div:nth-child(5) .service{
		    transform: translate(0, -10px);
	}
}

@media (max-width: 1599px) {
	.service {
		margin: 1rem 1rem;
	}
}


.service:before {
	width: 100%;
    height: 20px;
    position: absolute;
    top: 72%;
    right: 0;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
    display: block;
    content: '';
   
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.service:hover:before {
	transform: translate(0, 0) scale(.8);
}


.service .circle {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 50%;
	font-weight: bold;
	margin-bottom: 40px;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.services-list > div:nth-child(1) .service .circle {
	background: #7d8525;
}
.services-list > div:nth-child(2) .service .circle {
	background: #4b7d64;
}
.services-list > div:nth-child(3) .service .circle {
	background: #0b9a88;
}
.services-list > div:nth-child(4) .service .circle {
	background: #6faa3d;
}
.services-list > div:nth-child(5) .service .circle {
	background: #126e82;
}
.services-list > div:nth-child(6) .service .circle {
	background: #936814;
}

.service:hover .circle {
	transform: translate(0, -15px);
}


/**/



/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	padding: .5rem;
	background: #78b148;
	color: #fff;
}

@media (min-width: 1200px) {
	.news {
		position: absolute;
		top: 100px;
		right: 0;
		width: 100%;
		padding-left: 300px;
	}
}

.news .content {
    position: relative;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
	background: #3b765e;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 2rem;
    z-index: 5;
}

.news h2 a {
	color: inherit;
}

@media (max-width: 991px) {
	.news h2 {
		display: none;
	}
}

@media (min-width: 992px) {
	.bn-news {
		padding-right: 100px;
	}
}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: inherit;
}

.bn-news ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #3b765e;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgb(0 0 0 / 10%);
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}


/**/

.centered-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

/**/

.circle-pirs {
	background: #fff;
	border-radius: 2rem;
	border-top: 3px solid #3b765e;
	
	padding: 1rem;
	margin: 3rem;
}


@media (min-width: 1200px) {
	.circle-pirs {
		position: absolute;
		top: 30%;
		right: 60px;
		width: 400px;
		
		margin: 0;
		padding: 1rem;
	}
}


/**/

.help-u-btn {
	background: #3b765e;
	border-radius: 2rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: .45rem 2rem;
	margin: 3rem 0;
	display: inline-block;
}

@media (min-width: 1230px) {
	.help-u-btn {
		position: absolute;
		top: 100px;
		left: 0;
		transform-origin: left;
		margin: 0 0;
		border-radius: 0 2rem 2rem 0;
		z-index: 99;
	}
}

.help-u-btn:hover {
	color: #fff;
	transform: scale(1.1);
}

.fast-navigation-circle {
	position: fixed;
    top: 100px;
    left: -200px;
    transform-origin: left;
    background: #3b765e;
    border-radius: 2rem;
    width: 200px;
    height: 45px;
    z-index: 98;
	
	-o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.fast-navigation-circle.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3000px;
    height: 3000px;
}

.fast-navigation {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	
	opacity: 0;
	
	-o-transition: 2s;
    -ms-transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
	
	z-index: 999;
	
	color: #fff;
	text-align: center;
	
	width: 500px;
	height: 500px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	
	display: none;
}

@media (max-width: 991px) {
	.fast-navigation {
		width: 300px;
		height: 300px;
		position: fixed;
	}
}


.fast-navigation.active {
	opacity: 1;
}

.fast-navigation > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.fast-navigation .select-holder {
	display: block;
	text-align: center;
}

.fast-navigation h2, .fast-navigation label {
	font-size: 1.2rem;
	font-weight: bold;
}

.fast-navigation select {
	display: block;
	padding: .5rem;
	border-radius: 2rem;
	border: 0;
	background: #fff;
	
	width: 250px;
	margin-bottom: 1rem;
}

.fast-navigation .smart-nav-submit {
	background: none;
	border: 2px solid #fff;
	padding: .5rem 1.5rem;
	font-weight: bold;
	color: #fff;
	border-radius: 2rem;
}

.fast-navigation-close-btn {
	position: absolute;
    top: 38px;
    left: 42px;
    background: #fff;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    font-size: 30px;
}

@media (max-width: 991px) {
	.fast-navigation-close-btn {
		width: 40px;
		height: 40px;
		font-size: 22px;
		top: 9px;
		left: 36px;
	}
}

/* Events * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


@media (min-width: 1200px) {
	.events {
		position: absolute;
		top: 30%;
		left: 60px;
	}
}

@media (max-width: 1199px) {
	.events {
		text-align: center;
	}
	.events-items {
		display: inline-block;
	}
}

.event {
	margin-bottom: 10px;
	display: block;
	color: #000;
}

.event:hover {
	color: #000;
	text-decoration: none;
	transform: scale(1.05);
}

.event .icon {
	float: right;
	width: 88px;
	height: 78px;
	text-align: center;
	padding-top: 18px;
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
	border-radius: 0 1rem 1rem 0;
	position: relative;
	overflow: hidden;
}
.events-items > div:nth-child(1) .event .icon {
	background: #5b8a72;
}
.events-items > div:nth-child(2) .event .icon {
	background: #a4ae30;
}
.events-items > div:nth-child(3) .event .icon {
	background: #0b9a88;
}

.event .day {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.8rem;
}

.event .month {
	display: block;
}

.event .text {
	float: right;
	width: 250px;
	height: 78px;
	background: rgba(255, 255, 255, .8);
	border-radius: 1rem 0 0 1rem;
	padding: 1rem;
	font-size: 1rem;
	background-repeat: no-repeat;
}

.event .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.event .location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.events-items>div:nth-child(2) .event .text {
	background-image: url(images/event-2.png);
}

.events .read-more {
	height: 33px;
	border-radius: 1rem;
	text-align: left;
	padding: 4px 0;
}

.events .read-more a {
	color: #fff;
    display: inline-block;
    background: #5b8a72;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
}


.article {
	color: #000;
}



/**/

.footer{
	display: none;
}