video {
	object-fit: cover;
	width: 100%;
	height: 90vh;
	position: relative;
	/* padding-top: 121px; */
	left: 0;
	z-index: -1;
}



#toggle-video {
	position: absolute;
	bottom: 24px;
	right: 15px;

	background: none;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	z-index: 9;
	background: #00000052;
	border-radius: 25px;
}

#toggle-video:hover,
#toggle-video:focus {
	background: rgba(0, 0, 0, 0.8);
}


.cover {
	height: 90vh;
	position: relative;
	border-bottom: 3px solid #f3d056;
}

.cover-slick {
	width: 100%;
	height: 100%;
}

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

.cover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;

	max-width: 600px;
	margin-top: -60px;
}

.services {
	margin: 0 auto;
	max-width: 1403px;
	height: 186px;
	background: url(images/services.png);
	padding: 0 50px;
	margin-top: -100px;
}

.service {
	text-align: center;
	display: block;
	height: 186px;
	color: #fff;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	position: relative;
}

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

.service .icon {
	margin-bottom: .5rem;
}

.service .icon img {
	display: block;
	margin: 0 auto;
}



/**/

.whats-new {
	position: relative;
	background: #ebf2ef;
}

.whats-new .content {
	padding: 3rem;
	max-width: 1450px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.whats-new .content>.row {
		margin: 0;
	}

	.whats-new .side {
		display: none;
	}

	.whats-new .content {
		margin-right: 0;
		padding: 0;
	}
}

.whats-new section h2 {
	color: #007e3d;
	font-size: 1.5rem;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.whats-new section h2 {
		background: #007e3d;
		color: #fff;
		padding: .75rem;
	}
}

.whats-new section h2+a {
	display: inline-block;
	padding-top: .1rem;
	text-decoration: none;
	color: inherit;
	line-height: .5rem;
}


.whats-new section h2+a span {
	border-bottom: 1px dotted #666;
}

.whats-new section h2+a em {
	color: #007e3d;
}

/**/

.articles .items article {
	background: #fff;
	position: relative;
}

.articles .items article:before {
	padding-bottom: 75%;
	content: '';
	display: block;
}

.articles .items article>a {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



@media (min-width: 768px) {
	.articles .items {
		margin: 0 -.75rem;
	}

	.articles .items>div {
		width: 25%;
		padding: .75rem;
		float: right;
	}

	.articles .items>div:first-child {
		width: 50%;
	}

	.articles .items>div:first-child article:before {
		padding-bottom: 76.1%;
	}
}

.articles article img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.articles article h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1rem;
	margin: 0;
	overflow: hidden;
	color: #fff;
	padding: .5rem;
	padding-top: 3rem;
	width: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}

.articles article h3 span {
	display: block;
	max-height: 2.5rem;
	overflow: hidden;
}

.articles .items>div:first-child article h3 {
	font-size: 1.3rem;
}

/**/

.events {
	margin-top: 1rem;
}

/**/

.news {
	position: relative;
}

.news .news-toggle {
	position: absolute;
	top: 0;
	left: 0;
}

.news .news-marquee {
	height: 440px;
	overflow: hidden;
	margin-top: .75rem;
	margin-bottom: .75rem;
}

@media (min-width: 1920px) {
	.news .news-marquee {
		height: 600px;
	}
}


@media (max-width: 767px) {
	.news .news-marquee {
		height: 300px;
		padding: 1rem;
	}
}

.news .item {
	background: #fff;
	border-right: 3px solid #007e3d;
	padding: .5rem;
	margin-bottom: .75rem;
	display: block;
	color: inherit;
}

.news .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.news .item time {
	color: #007e3d;
}

.news .item h3 {
	font-size: 1rem;
}

.news .item p {
	margin: 0;
}

.read-more {
	text-align: left;
}

@media (max-width: 767px) {
	.read-more {
		padding: .75rem;
		background: #dce6e2;
	}
}

.read-more a {
	color: #333;
}

.read-more a span {
	border-bottom: 1px dotted #333;
}

/**/

@media (min-width: 768px) {
	.events .events-simple-slick {
		margin: 0 -.75rem;
	}
}

.events .event {
	display: block;
	padding: .75rem;
	color: inherit;
}

.events .event:hover {
	text-decoration: none;
}

.events .event .event-content {
	display: table;
	width: 100%;
	min-height: 5rem;
	background: #fff;
}

.events .event:hover .event-content {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.events .event .icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .5rem;
	width: 6rem;

	background: #007e3d;
	color: #fff;
}

.events .event .icon .day {
	font-size: 2rem;
	display: block;
}

.events .event .icon .month {
	font-size: 1.5rem;
	display: block;
}

.events .event .text {
	display: table-cell;
	text-align: center;
	padding: .75rem;
}

.events .event .text .name {
	height: 3rem;
	overflow: hidden;
}

.events .event .text .location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

@media (max-width: 767px) {
	.whats-new section {
		margin: 0 -15px;
	}
}

/**/

/**/

.skip-ad {
	height: 100vh;
	position: relative;
}

.skip-ad-slick {
	height: 100vh;
}

.skip-ad-slick .slick-list,
.skip-ad-slick .slick-track,
.skip-ad-slick .slick-slide {
	height: 100vh;
}

.skip-ad-slick .slick-slide-content {
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

.skip-ad-slick .slick-prev {
	right: auto;
	left: 40px;
	top: auto;
	bottom: 15px;
}

.skip-ad-slick .slick-next {
	right: auto;
	left: 15px;
	top: auto;
	bottom: 15px;
}

.skip-ad .text-pirs {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	padding: 1.5rem;
	color: #fff;
}

.skip-ad .text-pirs a {
	color: #fff;
}

.skip-ad .skip-ad-close {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.skip-ad #close-skip-ad {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
	font-size: 1.2rem;
	position: relative;
}

.skip-ad #close-skip-ad em {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	font-size: 2rem;
	background: #fff;
	border-radius: 100px;
	padding: 0 2px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
	background: #d0dd28;
	color: #000;
}

/**/

.app-screen {
	min-height: 100vh;

	background-image: url(content/images/bg.jpg);
	background-size: cover;

	padding-top: 110px;

	position: relative;
}

.app-screen ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.app-screen ul>li {
	float: right;
	width: 33.33%;
}

.app-screen ul a {
	display: block;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	margin: 1px;
	text-decoration: none !important;
}

.app-screen ul>li:nth-child(12n+1) a {
	background: rgba(154, 25, 25, 0.6);
}

.app-screen ul>li:nth-child(12n+2) a {
	background: rgba(160, 24, 75, 0.6);
}

.app-screen ul>li:nth-child(12n+3) a {
	background: rgba(134, 43, 110, 0.6);
}

.app-screen ul>li:nth-child(12n+4) a {
	background: rgba(116, 41, 162, 0.6);
}

.app-screen ul>li:nth-child(12n+5) a {
	background: rgba(68, 49, 173, 0.6);
}

.app-screen ul>li:nth-child(12n+6) a {
	background: rgba(15, 30, 140, 0.6);
}

.app-screen ul>li:nth-child(12n+7) a {
	background: rgba(25, 92, 150, 0.6);
}

.app-screen ul>li:nth-child(12n+8) a {
	background: rgba(25, 123, 123, 0.6);
}

.app-screen ul>li:nth-child(12n+9) a {
	background: rgba(22, 130, 75, 0.6);
}

.app-screen ul>li:nth-child(12n+10) a {
	background: rgba(38, 125, 17, 0.6);
}

.app-screen ul>li:nth-child(12n+11) a {
	background: rgba(107, 123, 16, 0.6);
}

.app-screen ul>li:nth-child(12n+12) a {
	background: rgba(136, 87, 13, 0.6);
}

.app-screen ul a img {
	height: 60px;
	margin: 1rem auto;
}

.app-screen ul a figcaption {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9rem;
	padding: .3rem 0;
	background: rgba(0, 0, 0, 0.3);
}

.app-view .header .logo img {
	height: 46px;
}

.app-view .header {
	background: rgba(0, 126, 61, 1)
}

.app-view .header.offset {
	background: rgba(0, 126, 61, 1)
}

.app-arrow-down {
	position: absolute;
	bottom: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	text-align: center;
	color: #fff !important;
	font-size: 2rem;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/**/

/**/

@media (max-width: 1199px) {
	.side-links {
		height: 360px;
		position: relative;
		overflow: hidden;

		background-repeat: repeat-x;
		background-position: center center;
		background-size: cover;
		background-image: url(images/panorama.png);
	}
}

.side-link-0 {
	position: absolute;
	top: 250px;
	left: 0;
	background: url(images/side1.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 250px;

	z-index: 9;

	padding: 5px 10px;
}

.side-link-1 {
	position: absolute;
	top: 330px;
	left: 0;
	background: url(images/side2.png);
	width: 205px;

	z-index: 9;

	padding: 5px 10px;
}

.side-link-2 {
	position: absolute;
	top: 420px;
	left: 0;
	background: url(images/side3.png);
	width: 154px;

	z-index: 9;

	padding: 5px 10px;
}

.side-link-1.active {
	transform: translateX(300px);
}

.side-link-0.active {
	transform: translateX(300px);
}

.side-link-2.active {
	transform: translateX(300px);
}

.side-links>a {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	padding: .75rem 2.5rem;
}

.side-links a.side-link-1 {
	color: #000;
}

.hidden-side {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	z-index: 999999999999999999;

	overflow-y: auto;
	overflow-x: hidden;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.hidden-side a {
	color: #000;
}


.hidden-side.active {
	left: 0;
}

.hidden-side button.close {
	background: none;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
}

.hidden-side button.close .x {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 20px;
}

.hidden-side button.close>div {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #fff transparent transparent transparent;
}

.hidden-side-0,
.hidden-side-1,
.hidden-side-2 {
	background: rgba(255, 255, 255, 0.95);
}

.hidden-side-0 {
	border-right: 4px solid #48a941;
}

.hidden-side-1 {
	border-right: 4px solid #f9d356;
}

.hidden-side-2 {
	border-right: 4px solid #5ac4bf;
}


.side-link-0,
.side-link-1,
.side-link-2 {
	background-repeat: no-repeat;
	background-position: right center;
	height: 58px;
}


.hidden-side a.new .name {
	display: block;
}

.hidden-side a.new .date {
	display: block;
	color: #48a941;
	font-size: 1rem;
}

.hidden-side a.new:hover {
	color: #3e001d;
	text-decoration: none;
}

.hidden-side a.new:hover .date {
	color: #fd7db8;
}


/**/


.simple-event {
	display: block;
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.simple-event .icon {
	float: right;
	min-width: 80px;
	background: #fff;
	border: 1px solid #2581bc;
	color: #6e9dce;
	padding: 10px;
	margin-left: 10px;
}

.simple-event .icon>span {
	display: block;
	text-align: center;
	line-height: 1rem;
}

.simple-event .icon>span.day {
	font-size: 2em;
	line-height: 2rem;
	margin: 5px 0;
}

.simple-event .name {
	font-size: 1.1em;
	padding-left: 1rem;
}

.simple-event .location {
	margin-top: 10px;
	color: #333;
}

/**/

.new {
	display: block;
	padding: 1rem;
	border-bottom: 1px solid #ddd;
}

.new p {
	margin: 0;
}

.new .name {
	font-size: 1.2rem;
}

.view-all {
	display: block;
	padding: 1rem;
}




@media(min-width:992px) {
	.ad-korona {
		position: absolute;
		bottom: 25%;
		right: 50px;
		z-index: 2;
	}
}

@media(max-width:991px) {
	.ad-korona {
		position: absolute;
		bottom: 210px;
		right: 0;
		z-index: 2;
	}

	.ad-korona img {
		width: 120px;
	}

}