/* -- FONT FACE ------------------------------------------------------------- */

/* cyrillic-ext */
@font-face {
	font-family: 'GenosGFG';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/media/entertain-v2/font-genos-gfg/GenosGFG-RegularItalic.ttf) format('truetype'),
		url(/media/entertain-v2/font-genos-gfg/GenosGFG-RegularItalic.woff) format('woff');
}

	/* cyrillic-ext */
	@font-face {
		font-family: 'GenosGFG';
		font-style: italic;
		font-weight: 700;
		font-display: swap;
		src: url(/media/entertain-v2/font-genos-gfg/GenosGFG-BoldItalic.ttf) format('truetype'),
		url(/media/entertain-v2/font-genos-gfg/GenosGFG-BoldItalic.woff) format('woff');
	}

/* cyrillic-ext */
@font-face {
	font-family: 'GenosGFG';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/media/entertain-v2/font-genos-gfg/GenosGFG-Regular.ttf) format('truetype'),
		url(/media/entertain-v2/font-genos-gfg/GenosGFG-Regular.woff) format('woff');
}

	/* cyrillic-ext */
	@font-face {
		font-family: 'GenosGFG';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src: url(/media/entertain-v2/font-genos-gfg/GenosGFG-Bold.ttf) format('truetype'),
			url(/media/entertain-v2/font-genos-gfg/GenosGFG-Bold.woff) format('woff');
	}

/* -- BASE ------------------------------------------------------------------ */

body {
	font-family: 'GenosGFG';
	font-weight: 400;
	
	font-size: 15px;
	line-height: 24px;
}

strong.important {
	font-size: 2em;
	color: #0066b3;
}

a.sr-link:not(:focus),
header a.sr-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
header a.sr-link {
	position: absolute;
	z-index: 99999;
	background-color: white;
	padding: 3px;
}
header nav.meta a {
	display: inline-block;
}


/* -- HEADLINES ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #0066b3;
	font-weight: 700;
	letter-spacing: .75px;
}

h1, .h1 {
	font-size: 44px;
	line-height: 1;
}

h2, .h2 {
	font-size: 36px;
	line-height: 38px;
}

h3, .h3 {
	font-size: 28px;
	line-height: 32px;
}

h4, .h4 {
	font-size: 24px;
	line-height: 30px;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 36px;
		line-height: 1;
	}
	
	h2, .h2 {
		font-size: 28px;
		line-height: 32px;
	}
	
	h3, .h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	h4, .h4 {
		font-size: 18px;
		line-height: 28px;
	}
}



/* -- LINKS ----------------------------------------------------------------- */

a {
	color: #0066b3;
}

.section-default a {
	color: #ff6600;
}
.section-default .btn.active, 
.section-default .btn:active {
	box-shadow: none;
}
/* WHY?
.section-default .btn:hover {
	color: inherit;
}
*/



/* -- ICONS ----------------------------------------------------------------- */

.meta-header .fe {
	font-size: 25px;
}

.btn .fe {
	/*font-size: 20px;*/
	vertical-align: middle;
	margin: 0 5px;
}

/* -- VR-ICON-FONT -----------------------------------------------------------*/

.fe {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
	.fe-30 {
		font-size: 30px !important;
	}
.meta-header .fe.fe-menu {
	/*font-size: 30px !important;*/
}
.fe.fe-calendar {
	font-size: 20px;
}
.fe.fe-facebook,
.fe.fe-instagram {
	font-size: 28px;
}

.fe.fe-spacer::before {
	content: "\e9d4";
	color: transparent;
}

.fe-10, .table .fe-10, .label .fe.fe-10 { font-size: 10px; }
.fe-12, .table .fe-12, .label .fe.fe-12 { font-size: 12px; }
.fe-14, .table .fe-14, .label .fe.fe-14 { font-size: 14px; }
.fe-16, .table .fe-16, .label .fe.fe-16 { font-size: 16px; }
.fe-18, .table .fe-18, .label .fe.fe-18 { font-size: 18px; }
.fe-20, .table .fe-20, .label .fe.fe-20 { font-size: 20px; }
.fe-22, .table .fe-22, .label .fe.fe-22 { font-size: 22px; }
.fe-24, .table .fe-24, .label .fe.fe-24 { font-size: 24px; }

/* -- OWL-CAROUSEL ----------------------------------------------------------- */

	.dx-carousel .owl-nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: white;
		pointer-events: none;
	}
	.dx-carousel .owl-nav div {
		position: absolute;
		top: 50%;
		z-index: 400;
		cursor: pointer;
		pointer-events: all;
		border-radius: 0;
		background: #002B4C;
		opacity: 1;
		padding: 5px;
	}
	.dx-carousel .owl-nav .fe {
		/*font-size: 18px;*/
		line-height: 1;
		padding: 5px;
	}
	.dx-carousel .owl-nav .owl-prev {
		left: 0px;
	}
	.dx-carousel .owl-nav .owl-next {
		right: 0px;
	}
	
	.dx-carousel .owl-dots {
		position: absolute;
		bottom: -10px;
		left: 50%;
		z-index: 15;
		width: 60%;
		padding-left: 0;
		margin-left: -30%;
		text-align: center;
		list-style: none;
	}
	.dx-carousel .owl-dots .owl-dot {
		display: inline-block;
	}
	.dx-carousel .owl-dots .owl-dot span {
		border-radius: 0;
		height: 5px;
		width: 16px;
		background: white;
		display: block;
		transition: opacity .2s ease;
		margin: 5px 7px;
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	}
	.dx-carousel .owl-dots .owl-dot.active span {
		background: #0066b3;
	}
	.slider-main .dx-carousel .owl-dots .owl-dot span { 
		box-shadow: 0 0 5px 0 rgba(0,0,0,.6);
	}
	@media (max-width: 768px) {
		
	
	}


/* -- LABELS -- */

.label.label-light {
	background-color: #eee;
	color: #777;
}