:root {
	--color-blue: #009ee2;
	--color-royal: #09165b;

	--color-gold: #cccccc;
	--color-text: #333333;

	--bs-body-line-height: 1.6;

}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 4rem;
}
.row {
     --bs-gutter-x: 4rem;
}

@media (max-width: 800px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		--bs-gutter-x: 2rem;}	
	.row {
		 --bs-gutter-x: 2rem;
	}	
}


html{
	font-size: 15px;
}
body {
	font-family: Montserrat, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: var(--color-text);
    z-index: 1;
	/* background-color: #f6f6f6; */ 
	background-color: #fff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

body.noscroll {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	color: var(--color-blue);
	margin-bottom: 1.5rem;
	line-height: 1.35;
}

img, iframe {
	max-width: 100%;
}
img{
	height: auto;
	position: relative;
	z-index: 120;
}

h1, .h1 {
	font-size: 2.5rem;
	color: var(--color-royal);
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.02em;
}

h2, .h2 {
    font-size: 2rem;
	margin-top: 2rem;
	line-height: 1.25;
}

h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 1.1rem;
}
h6, .h6 {
    font-size: 1rem;
	font-weight: 300;
}
p{
	/* max-width: 65rem; */
	margin-bottom: 1.25rem;
}

a {
	color: var(--color-blue);
	text-decoration: none;
}
main a{
/*	color: var(--color-gold);*/
}

a:hover {
	color: var(--color-red);
}

table{
	border: none;
	border-top: 1px solid #555555;
	margin: 2rem 0;
	max-width: 100%;
}

td, th{
	/*border-bottom: 1px solid #555555;*/
	padding: 1rem 1rem 1rem 0;
}
thead{
	font-weight: bolder;
}
hr{
	margin: 50px 0;
}

blockquote{
	font-size: 1.65rem;
	color: var(--color-blue);
	font-weight: bold;
    font-weight: 400;
    line-height: 1.35;
}
strong, b {
    font-weight: 700;
}

ul{
	list-style-type: square;
}
.lead {
    font-size: 1.4rem;
}


/**/

html{
	overflow-x: hidden;
}

.wrap{
	overflow-x: hidden;
}

@media (min-width: 1400px) {
	.wrap:after{
		content: '';
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 100;

		background: url(/frontend/img/theme_picto_grey.svg);
		background-repeat: no-repeat;
		background-size: 40% 95%;
		background-attachment: fixed;
		background-blend-mode: luminosity;	

		opacity: .1;
		pointer-events:none;
		mix-blend-mode: luminosity;
	}

}


header{
	padding: 10px 0;
	/*position: fixed;*/
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	/*border-bottom: 5px solid var(--color-gold);*/
	height: 100px;

	display: flex;
    align-items: center;
	/*font-size: 1.1rem;*/
	/* box-shadow: 0 50px 70px -80px black; */

	background: linear-gradient(180deg, white, transparent);
}

.page-3 header,
.page-47 header,
.page-50 header
{
	position: absolute;
}

.header {
	/* position: relative; */
	flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.header-logo {
	margin-right: auto;
	/*max-height: 60px;*/
	max-width: 150px;
}

.header-logo a img {
	margin-bottom: -10px;
}
.header-logo a:hover {

}
.socials{
	/* display: flex; */
	/* margin: 0 30px 0 0 ; */
	gap: 10px;
	display: none;
	justify-content: center;

}
.contacts .socials, footer .socials{
	display: flex;
}
.socials a{
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
.socials a:hover{
	border-color: var(--color-red);
}
.lang{
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
    height: 40px;
	display: flex;
	align-items: center;
	margin-right: 10px ;
	font-weight: 400;
}
.lang a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0 1rem;
	color: var(--color-text);
}
.lang:hover, .lang:hover a {
	border-color: var(--color-gold);
	color: var(--color-gold);
}

.header-nav {
	z-index: 99999;
	display: none;
}
.header-nav.open {
	
}
.header-nav > ul {
}



.header-nav ul {
	display: flex;
	margin: 0 10px ;
	padding: 0;
	list-style-type: none;
	/*text-align: center;	*/
}

.header-nav > ul > li {
	position: relative;
}

.header-nav .nav-menu > li > a {
	display: block;
	line-height: 1;
	margin: 0 5px;
	/*padding: 70px 10px;*/
	padding: 47px 5px;
	color: var(--color-text);
	font-weight: 500;
	
	border-top: 5px solid transparent;
  /*  border-bottom: 5px solid var(--color-gold);*/
  /*  margin-bottom: -5px;*/
	transition: all ease 0.3s;
}
.header-nav .nav-menu > li > a:hover {
	color: var(--color-blue);
   /* border-bottom: 5px solid #fff ;*/

}

.header-nav > ul > li > a.active {
	color: var(--color-blue);
}

.header-nav .sub ul {
	display: none;
	margin-bottom: 10px;
	box-shadow: 0px -10px 20px 10px rgba(50,50,50,0.2);
}

.header-nav .sub li a {
	text-transform: initial;
	white-space: nowrap;
	line-height: 1.5;
	font-size: 1rem;
	padding-bottom: 10px;
	color: var(--color-blue);
}

.header-nav .sub > a > span {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 20px;
    right: 1px;
    z-index: 1;
	color: var(--color-gold);
}

.header-nav .sub > a > span:after {
	content: ' > ';
}


.header-nav-toggler button {
	padding: 5px;
	width: 65px;
	height: 50px;
	border: none;
	outline: none;
	background: none;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: center;
	box-shadow: none;

	background: url(/frontend/img/hamburger.svg) no-repeat center center;
	background-size: 40px auto;
}

.header-nav-toggler button span {
	display: block;
	margin: 4px 0;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background-color: var(--color-blue);
	transition: all ease 0.3s;
}
.header-nav-toggler button span:last-of-type {
	width: 66%;
}
.header-nav-toggler button:hover span{
	background-color: #333;
}
.header-nav-toggler button:hover span:last-of-type {
	width: 100%;
}


.nav-modal{
	/*display: none;*/

	z-index: 99999;
	background: rgba(0, 174, 239, 0.95);
	background: rgba(9, 22, 91, 0.95);
	
	color: #fff;
    backdrop-filter: blur(3px);
	
	/*width: 100vw;*/
	width: 100%;

	height: 105vh;
	overflow: auto;
	text-align: center;

	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
	transition: all ease .3s;
	transform: translate(100%, 0px);
}
.nav-modal.open{
	/*display: block;*/
	left: 0;
	transform: translate(0px, 0px);
}

.nav-modal .container-xxl{
	min-height: 100%;
    display: flex;
    align-items: center;
    position: relative;
	flex-direction: column;
}
.nav-modal .button-close{
	position: absolute;
    top: 3rem;
    right: 1.5rem;
	border: none;
	outline: none;
	background: none;
	width: 40px;
	height: 40px;
}
.nav-modal .button-close span{
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background-color: var(--color-gold);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 18px;
	transition: all ease 0.3s;

}
.nav-modal .button-close span:last-of-type{
	transform: rotate(45deg);
}

.nav-modal .button-close:hover span{
	transform: rotate(45deg);
	background-color: #fff;
}
.nav-modal .button-close:hover span:last-of-type{
	transform: rotate(135deg);
}

.nav-modal a{
	color: #fff;
}
.nav-modal .nav-menu{
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.nav-modal .nav-menu ul{
	display: none;
}

.nav-modal .mega-menu{
	/*margin-top: 70px;*/
	 text-align: center; 
}
.nav-modal .mega-menu a{
	display: inline-block;
	font-size: 1.55rem;
	line-height: 1.4;
	margin: 0 ;
	padding: .75rem 0;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-modal .mega-menu a::after{
	content: "";
	display: block;
	border-bottom: 2px solid  var(--color-gold);
	transition: all ease 0.3s;
	margin: 0 auto;
}
.nav-modal .mega-menu a:hover::after{
	width: 100%;
	border-color: var(--color-blue);
}

.nav-modal .second-menu a{
	display: inline-block;
	border-bottom: 1px solid  var(--color-gold);
	margin: 0 0 10px 0;
}
.nav-modal .second-menu a:hover{
	border-color: #fff;
}

.nav-modal .live-menu-contact {
	display: flex;
    flex-flow: column;
	/* justify-content: space-between; */
	justify-content: end;
	margin-bottom: 1.5rem;
}
.nav-modal .live-menu-contact .nav-menu a{
	display: inline-block;
	border-bottom: 1px solid  var(--color-gold);
	color: var(--color-gold);
	margin: 0 0 10px 0;
}
.nav-modal .live-menu-contact .nav-menu a:hover{
	border-bottom: 1px solid  var(--color-gold);
	color: #fff;
}
.nav-modal .live-menu-contact .socials{
	margin-bottom: 30px;
}

.contacts{
	display: none;
}

/*
ul.descendants {
    position: absolute;
	margin: 0;
	padding: 0;
    margin-top: 50px;
	font-size: 1.2rem;
	display: none;
}
ul.descendants li{
    list-style: none;
	margin: 0;
	padding: 0;
}

ul.descendants a{
    display: block;
	padding: 10px 0;
}
ul.descendants a::before{
	content: '';
    display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid red;
	margin-right: 10px;
}

ul.descendants a.active::before{
	background: red;
}
*/


footer {
	background: var(--color-royal);
	background-size: 100% auto;
    box-shadow: 0 0 100px rgb(255 255 255 / 10%);
	padding-top: 90px;
	text-align: center;  
	color: #fff;
	/*margin-top: 10rem;*/
	position: relative;
	z-index: 95;
}
footer a{
	color: #fff;
}

.footer .nav-menu{
	display: flex;
	flex-flow: column;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 1.5em;
	margin-bottom: 1rem;
	font-size: 1.1em;
}
footer .nav-menu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .nav-menu li ul{
	display: none;
}

footer .nav-menu li a{
	padding: 0.5rem 0;;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	white-space: nowrap;
	color: var(--color-gold);
	font-weight: 400;
}
footer .nav-menu li a.active{
	border-bottom: 1px solid transparent;
	color: #fff;
}



footer .menu-contact a{
	display: inline-block;
	font-weight: 400;

}
footer .menu-contact p{
	margin: 1.5em 0;
}
footer .nav-contact{
	display: flex;
	flex-flow: column;
	/*font-size: 1.3em;*/
	margin-bottom: 1.5em;
	/*text-align: left;*/
}



footer .footer-copy img{
	max-width: 90%;
}

.footer .akcionari{
	border: 1px solid rgba(255,255,255,0.7);
	padding: .5em 1em;
	border-radius: 4px;
}

.footer-social{
	justify-content: center;
	margin:  auto;
}
.move-top{
	margin: auto;
	text-align: center;
}
.creactive{
	opacity: .3;
}
.creactive a{
	border: none;
}
.creactive a:hover{
	color: #eee;
	opacity: .8;
}


.content-header {
	margin: 40px 0 60px 0;
}


/**/

.content-wrapper {
	/* margin: 0px calc(var(--bs-gutter-x) / 2); */
	display: flex;
	flex-direction: column;
}

main {
}

main h1 {
   /* margin: 3rem 0;*/
   margin: 3rem 0;
   font-size: calc(1.25vmax + 1.4rem);
}

/*
.page-3 main h1:first-of-type {
   max-width: 1000px;
   font-size: calc(2vmax + 1.8rem);
}
*/

/*
#block-2::before, #block-35::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 750px;
    z-index: -1;
	background: url(/frontend/img/bg_intro.jpg) no-repeat;
	background-size: 100% auto;
    margin-top: -2.8rem;
}
*/

@media (min-width: 800px) {
	#block-3 .lead{
		padding-right: 2em;
	}
}


.block-2_cols_image{
	margin-bottom: 60px;
}
.block-2_cols_image:nth-of-type(even) .col-md-6:first-of-type{
 order:2;
}
.block-2_cols_image img.img-fluid{
 border-radius: 0px;
}

.block-info_page {
	margin-bottom: 20px;
}
.block-video {
	margin-bottom: 60px;
}

.block-video__container {
	position: relative;
	border-radius: 20px;
    overflow: hidden;
    background: black;
}

.block-video__play {
	position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
	
	/* background-blend-mode: multiply; */
    background-color: var(--color-blue);
	transition: all ease 0.3s;
}

.block-video__play-icon {
	background: #fff;
    border-radius: 200px;
    text-align: center;
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    transition: all .3s ease;
	margin: 20px auto;
	box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.3);
}

.block-video__play-icon::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    left: 18%;
}

.block-video__play-title {
    text-align: center;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
}
.block-video__play:hover{
	background-blend-mode: luminosity;
}

.video-carousel .block-video__play{
	border-radius: 20px;
}

.button{
	z-index: 20;
	border-bottom: 2px solid var(--color-gold);
    padding: 0.5rem 0;
	transition: all ease 0.3s;
	display: inline-block;
	line-height: 1.25;
	color: var(--color-blue);
	font-weight: 400;

}
.button:hover{
    color: var(--color-black);
	border-color: var(--color-blue);
}

ul.list{
	margin-top: 1rem ;
	margin-bottom: 1rem ;
}
ul.list li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ddd;
	list-style-type: square;
}
ul.list li::marker {
    color: var(--color-gold);
}

.files{
	padding: 0;
	border-bottom: 2px solid var(--color-gold);
	margin: 2rem 0 3rem 0;
}
.files li{
	padding: 1.25em 0 1.25em 2.75em ;
	border-top: 2px solid var(--color-gold);
	list-style-position: inside;
	list-style: none;
	background: url(/frontend/img/ico_download.svg) no-repeat   .5em center;
	background-size: 1.3em auto;
	display: flex;
}
.files li a{
	margin-right: auto;
	font-weight: 400;
}



/**/

.rozcestnik{
	margin: 100px 0 0 0;
	padding: 100px 0 100px 0;
	position: relative;
	z-index: 105;
	/*background: var(--color-gold) url(/frontend/img/bg_rozcestnik.jpg) no-repeat;*/
	background: linear-gradient(0deg, #fff 50%, rgba(128,128,128,0.1) 100%);
	background-size: 100% auto;

}

.page-5 .rozcestnik, .page-18 .rozcestnik{
	margin-top: 0;	
	margin-bottom: 0;

}


.roz-item{
	position: relative;
	margin-top: 1rem;
	/*margin-bottom: 1rem;*/
	background: var(--color-royal);
	color: #fff;
	padding: 0;
	/*padding: 1.5rem;*/
	height: 100%;
	display: flex;
    flex-flow: column;
}
.roz-item:hover a{
	/*color: #fff;*/
}
.roz-item img {
	 mix-blend-mode: lighten; 
	 aspect-ratio: 3 / 2;
	 object-fit: cover;
	 height: auto;
	/*
	max-width: 115px;
	max-width: 90px;
	*/
	/*
	align-self: end;
	margin-left: 30px;
	margin-bottom: -50px;
    margin-top: 60px;
	*/
	/*
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	*/
}

.roz-item h2{
	font-size: 2.5rem;
	margin-bottom: 2rem;
	/*letter-spacing: -1px;*/
	padding: 0 3rem 0 2rem;
	min-height: 2.5em;
}
/*
.roz-item h3 a{
	color: var(--color-gold);
}

.roz-item  a{
	color: var(--color-gold);
}*/

.roz-item .link{
	margin: auto 2rem 3rem 2rem;
}
.roz-item .button{
	color: #fff;
	border-color: var(--color-blue);

}
.roz-item .button:hover{
	color: #fff;
	border-color: #fff;
}

.roz-item .desc ul{	
	list-style: none;
	border-top: 1px solid #eeeeee38;

	margin: 30px 2rem;
	padding: 0;
}
.roz-item .desc li{	
	border-bottom: 1px solid #eeeeee38;
	padding: .5em 0;
}
.roz-item .desc li a{	
	display: block;
	transition: all ease .25s;
}
.roz-item .desc li a:hover{	
	padding-left: 1em;
}



.roz-item .desc a{	
	color: #fff;
}
.roz-item .desc a:hover{	
	color: var(--color-gold);
}

.stretched::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

/**/
.pocitadlo .col-md-3 {
    margin-top: 100px;
}

.counter{
/*	background:  url(/frontend/img/count_bg_1.svg) no-repeat  center top;*/
	margin: 20px 0;
	/*padding: 0 1rem;*/
	/*border-bottom: 1px solid #ddd;*/
	text-align: center;
	height: 100%;
}
.counter--img{
	text-align: center;
	opacity: .4;
	max-width: 100px;
	height: auto;
	margin: auto;
	display: block;

}
.counter-2{
	/* background:  url(/frontend/img/count_bg_2.svg) no-repeat  center top;*/
}
.counter h2{
	padding-top: 35px;
	padding-bottom: 0px;
	line-height: 1;
	margin: 20px 0;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: -1px;
}

.counter .count[data-target="1"] {
    display: none;
}

/**/

.articles{
	   /*background: rgba(0,0,0,0.5);	*/
	 /*  background: linear-gradient(0deg, #fff 50%, rgba(128,128,128,0.1) 100%);*/
}
.clanky{

}
.clanek-item{
	/* margin-bottom: 2rem; */
	/*background: #F2F2F2;*/
	height: 100%;
	padding-bottom: .5em;
}
.clanek-head{
	position: relative;
}

.clanek-photo{
	display: block;
	/*border-radius: 50px;*/
	/*box-shadow: 5px 5px 20px black;*/
	transition: all ease-in-out 0.3s;
	overflow: hidden;
}
.clanek-photo img {
	display: block;
	transition: all ease-in-out 0.3s;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	opacity: .9;
}
.clanek-photo:hover img{
	transform: scale(1.05);
	/* opacity: 0.8; */
}
.clanek-date{
	color: var(--color-blue);
	margin: 0.5rem 0;
	font-size: 0.9rem;
	padding: 0 0;
	margin: 1.5rem 0 1rem 0;
	font-weight: 500;
}
.clanek-title {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    right: 0;
	pointer-events: none;
	background: linear-gradient(0deg, #333, transparent 50%);
}
.clanek-title::before {
	content: "";
	display: block;
	position: absolute;
	background: var(--color-blue);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0;
	transition: all ease 0.3s;


}
.clanek-head:hover .clanek-title::before{
	opacity: 0.2;
}

.clanek-title a{
	color: #fff;
	position: absolute;
	bottom: 2rem;
    left: 2rem;
	right: 2rem;
}
.clanek-perex{
	font-size: 0.9rem;
	padding: 0 0;
}

#related-articles{
	margin-bottom: 50px;
}


/**/

.reference-param{
	padding: .35rem 0;
	font-weight: 400;
}
.reference-param .label{
	min-width: 8.5rem;
	opacity: .6;
	font-weight: 200;
}

.divider{
	border-top:3px solid var(--color-gold);
}

.btn {
    --bs-btn-border-radius: 0.2rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 1rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #009ee2;
    --bs-btn-border-color: #009ee2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #09165b;
    --bs-btn-hover-border-color: #09165b;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #09165b;
    --bs-btn-active-border-color: #09165b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #009ee2;
    --bs-btn-disabled-border-color: #009ee2;
}


.btn-outline-primary {
    --bs-btn-color: #005493;
    --bs-btn-border-color: #005493;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #005493;
    --bs-btn-hover-border-color: #005493;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005493;
    --bs-btn-active-border-color: #005493;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #005493;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #005493;
    --bs-gradient: none;
}

/**/
.gallery-item{
	margin-bottom: var(--bs-gutter-x);
}
.gallery-item a{
	transition: all ease 0.3s;
	background-color: var(--color-gold);
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.gallery-item img{
	aspect-ratio: 3 / 2;
    object-fit: cover;
	transition: all ease 0.3s;

}
.gallery-item a:hover img{
	opacity: .7;
}

#article-detail img.w-100{
	border-radius: 10px;
}

/**/

.block-carousel{
	position: relative;
	aspect-ratio: 16 / 16; /**/
	width: 100%;
	/*overflow: hidden;*/
	margin-bottom: 100px;
	/*background: var(--color-royal);*/
	background-color: #fff;
	z-index: 110;
	
	box-shadow: 0px 50px 50px white;
}

.video-carousel .block-carousel{
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	margin: 30px 0 120px 0;
	background: none;
	overflow: visible;
}
.video-carousel .block-video__video{
	display: flex;
}

#owl-carousel-slider::after{
	content: '';
	display: block;
	position: absolute;
	/*height: 200px;*/
	height: 75px;
	/*background: linear-gradient(0deg,#005493 0%, rgba(34, 34, 34, 0) 100%);	*/
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
#owl-carousel-slider{
	/*
	-ms-touch-action: pan-x;
	touch-action: pan-x; 
	*/
}

#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
	aspect-ratio: 16 / 16; /**/
	object-fit: cover;
	height: auto;
	overflow: visible !important;
}
.video-carousel #owl-carousel-slider .owl-stage-outer{
	aspect-ratio: 16 / 9; 
}

.owl-item{
	/*overflow: hidden;*/
}
.intro--image {
    overflow: hidden;
}
#owl-carousel-slider .owl-item img{
	opacity: 0;	
	transform: scale(1.1);
	transition: all ease 1s;
}
#owl-carousel-slider .owl-item.active img{
	transform: scale(1);
	/* opacity: 0.8;	 */
	opacity: 1;
}
#owl-carousel-slider .owl-item a{
	color: #fff;
}
#owl-carousel-slider .owl-item a:hover{
	color: #fff;
}


#owl-carousel-partners .owl-stage{
	display: flex;
	align-items: center;
	justify-content: center;
}
#owl-carousel-partners .owl-item{
	text-align: center;
}
#owl-carousel-partners .owl-item img{
	width: 200px;
	display: inline;
	filter: grayscale(1);
    opacity: .75;
	transition: all .3s ease;;
}
#owl-carousel-partners .owl-item:hover img{
	filter: none;
    opacity: 1;
}


.owl-dots {
	/* display: flex; */  display: none;
    justify-content: center;
    position: absolute;
	z-index: 9999;
	bottom: 10px;
	left: 0;
	right: 0;
}
.video-carousel .owl-dots{
	bottom: -30px;
}

.owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	border: 1px solid #ffffff75;
	border-radius: 11px;
	margin: 0 2px;
}
.owl-dots .owl-dot.active {
	background: var(--color-gold) !important;
	border-color: var(--color-gold)  !important;
}

.video-carousel .owl-dots .owl-dot {
	border: 1px solid #ccc;
	background-color: #ccc;
}


.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 48%;
  font-size: 80px;
}
.owl-theme .owl-nav [class*=owl-] {
	display: inline-block;
	cursor: poMontserrat;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav button:focus,
.owl-theme .owl-nav span:focus {
	outline: 0;
}
.owl-theme .owl-nav span {
	display: none;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next
 {
    border: none ;
	  border-left: 2px solid var(--color-royal) !important;
    border-bottom: 2px solid var(--color-royal) !important;
    width: 20px;
    height: 20px;
    border-radius: 0;
    outline: 0;
    transform: rotate(45deg);
    border-radius:0;
    font-size: 0;
	position: absolute;
    left: 2.5vw;
}

.owl-theme .owl-nav .owl-next  {
    border: none !important;
	  border-right: 2px solid var(--color-royal) !important;
    border-bottom: 2px solid var(--color-royal) !important;
    transform: rotate(-45deg);
	left: unset;
	right: 2.5vw;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover
 {
    border-color: #fff !important;
}

.box {
    width: 100%;
}

.intro--caption{
  /*  padding: 4%;*/
	padding: 12% 4% 10% 4%;
    position: absolute;
    z-index: 9999;
    /*top: 30%;*/
	left: 0%;
    bottom: -10%;
	min-width: 40%;
    margin: auto 0;
    /*background: linear-gradient(90deg, #2b2b2b38, transparent);*/
	background: #0a185c;

    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #ffffff;
}

/*
.page-3 .intro--caption{
    background: none;
}
*/


.intro--caption p{
	margin: 0;
}
.intro--caption ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 4em;
}
.intro--caption ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	position: absolute;

	/* animation: name duration timing-function delay iteration-count direction fill-mode; */
}
.intro--caption ul li:first-of-type{
	animation: subhead-anim-1 15s 0s infinite ;
}
.intro--caption ul li:nth-of-type(2){
	animation: subhead-anim-2 15s 0s infinite ;
}
.intro--caption ul li:nth-of-type(3){
	animation: subhead-anim-3 15s 0s infinite ;
}

@keyframes subhead-anim-1 {
	0% {opacity: 0;}
	10%{opacity: 1;}
	20%{opacity: 1;}
	30%{opacity: 1;}
	40%{opacity: 0;}
	50%{opacity: 0;}
	60%{opacity: 0;}
	70%{opacity: 0;}
	80%{opacity: 0;}
	90%{opacity: 0;}
	100% {opacity: 0;}
  }
@keyframes subhead-anim-2 {
	0% {opacity: 0;}
	10%{opacity: 0;}
	20%{opacity: 0;}
	30%{opacity: 0;}
	40%{opacity: 1;}
	50%{opacity: 1;}
	60%{opacity: 1;}
	70%{opacity: 0;}
	80%{opacity: 0;}
	90%{opacity: 0;}
	100% {opacity: 0;}
  }
@keyframes subhead-anim-3 {
	0% {opacity: 0;}
	10%{opacity: 0;}
	20%{opacity: 0;}
	30%{opacity: 0;}
	40%{opacity: 0;}
	50%{opacity: 0;}
	60%{opacity: 0;}
	70%{opacity: 1;}
	80%{opacity: 1;}
	90%{opacity: 1;}
	100% {opacity: 0;}
  }  

.intro--caption h2{
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	/* opacity: 0; */;
	margin-top:0.5rem;
}
.intro--caption h2 strong{
	/* color: var(--color-gold); */ 
}

.intro--caption h2.initialized {
	opacity: 1;
}

/**/
.scroll-more{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
	width: 26px;
	border: 2px solid var(--color-gold);
	border-radius: 15px;
	z-index: 9999;
	top: calc(100vw / 1.1 + 1px);
	
}
.scroll-more:after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 15%;
	left: calc(50% - 2px);
	width: 4px;
	height: 7px;
	border-radius: 1px;
	background-color: var(--color-gold);

	animation: scrollanim 3s ease infinite both ;
	
}

@keyframes scrollanim{
	0%{top: 20%;}
	50%{opacity: 1;}
	100%{top: 70% ; opacity: 0;}
}








.block-image-text > .row {
	align-items: center;
}

.block-image-text h2 {
	color: var(--main-color-hex);
}

.block-image-text .sub-block-image {
	text-align: center;
}

.block-image-text .sub-block-image img {
	max-width: 100%;
}





.gallery .gallery-item {
	margin-bottom: var(--bs-gutter-x);
}

.gallery .gallery-item a {
	aspect-ratio: 3/2;
	display: block;
}

.gallery .gallery-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.contact-item img.thumb{
	border-radius: 20px;
	object-fit: cover;
}
.contact-item p{
	margin-bottom: 0.5rem;
}

.lang-flags{
	margin: .5rem 0;
}
.ico-lang{
	background-image: url(../img/icon-langs.png);
	background-size: auto 100%;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 25px;
	overflow: hidden;
	border-radius: 5px;
}
.ico-lang.cz{
	background-position: 0px 0px;
}
.ico-lang.sk{
	background-position: -25px 0;
}
.ico-lang.en{
	background-position: -50px 0;
}
.ico-lang.pl{
	background-position: -225px 0;
}
.ico-lang.it{
	background-position: -175px 0;
}






.form{
	/*
	padding: 3rem 10% 2rem 10%;
    border: 1px solid #999;
	*/
	max-width: 1000px;
}

.form-item{
  width: 32%;
  padding-bottom: 1rem;
}
.form-item:nth-of-type(2n + 2){
  margin-left: var(--inner-gutter);;
}
.form-item label{
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}
.form-item input[type=text], .form-item textarea, button{
  width: 100%;
  font-family: var(--sans);
  font-size: var(--fs);
  font-weight: 300;
  padding: 0.5rem ;
  border-radius: 10px;
  border: none;
  box-shadow: 4px 5px 20px -10px rgba(80,80,80,0.2) ; 
  font-size: 0.9rem;
}
.form-item textarea{
  height: 5rem;
}


.textarea{
  width: 100%;
}
.form-item.checkbox{
  margin-left: 0;
   /*margin-right: var(--inner-gutter);*/
    margin-top: 1rem;
	width: 66%;
}
.form-item.submit{
  margin-top: 0.5rem;
}
.g-recaptcha{
  width: 100%;
  margin: 0;
}
.g-recaptcha > div{
}





.form-group{
	margin-bottom: 1.5rem;
}



.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*
#block-2{
	padding-top: 2rem ;
	padding-bottom: 1rem ;
}
*/

/*	mapa	*/
#block-196{
	position: relative;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#block-196 *{
	color: #fff;
}
#block-196:before {
    content: "";
    display: block;
    background: #8f8f93;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
}

#block-234, #block-276 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 0;
	margin-top: 100px;
}
#block-234 *, #block-276 *{
	color: #fff;
}
#block-234 .grid, #block-276 .grid{
	align-items: center;
}
#block-234 .grid p, #block-276 .grid p{
	margin: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 3rem;
	background: url(/frontend/img/favicon.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 .8rem ;
}
#block-234:before, #block-276:before {
    content: "";
    display: block;
    background: var(--color-royal);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
}



#pobocky{
	background: #8f8f93;
	color: #fff;
	padding: 100px 0;
}
#pobocky *{
	color: #fff;
}

#svg_map{
	position: relative;
	z-index: 120;	
	margin: 100px 0;
}
#svg_map svg{
	width: 100%;
	height: 100%;
}
.map-marker{
	cursor: pointer;
	transform: translate(-50%,-50%);
}
@media (max-width: 1200px){
	.map-marker {
		width: 60px;
	}
}
#mapItems li{
	border-bottom: 1px solid #aaaaaa8c;
	padding: .5rem 0;
}
#mapItems li:first-of-type{
	border-top: 1px solid #aaaaaa8c;
}

#mapItems ul{
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

.partneri{
	order: 100;
}

#block-242 .row{
	align-items: center;
}

.tym-item{
	margin-bottom: 2rem;

}
.tym-foto{
	max-width: min(300px, 100%);
}
.tym-jmeno{
	margin-top: 1.5rem;
	margin-bottom: .25rem;
}
 .tym-pozice{
	line-height: 1.25;
}
.tym-head {
    background: var(--color-royal);
    padding: 2rem 2rem;
    color: #fff;
	margin-top: -2rem;
}

.tym-fraze blockquote {
    font-size: 1.25rem;
	line-height: 1.45;
}

@media (min-width:768px){
.tym-item + .tym-item:nth-of-type(even) .col-md-4:first-of-type{
 order: 2;
 text-align: right;
}
}

.solo .tym-pozice{
	min-height: 3em;
}



#block-248 .col-md-4:first-of-type, #block-248 .col-md-4:nth-of-type(2) {
	background: url(/frontend/img/favicon.svg) no-repeat;
	background-size: 40px 40px;
	background-position: 2rem top;
}
#block-248 .col-md-4 p{
	padding-left: 3rem;
}


.mt-minus{
	margin-top: -3.5rem;
}

.leaf-radius{
	border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}







































/*    ----------------------               RESPONSIVE           -----------------------           */




/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 380px) {
}

/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 410px) {
}





/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 576px) {
	:root {
	   --bs-gutter-x: 30px;
    }
	header{
		height: 120px;
	}
	.header-logo {
		max-width: 180px;
	}
	.lang a{
		padding: 0 1.5rem 0 1.5rem;
	}

	.nav-modal .mega-menu a{
		font-size: 2rem;
		text-transform: none;
		/*padding: 0;*/
	}
	
	.footer {
		flex-wrap: nowrap;
		text-align: left;
	}
	.footer .nav-menu{
		flex-flow: row;
		justify-content: flex-end;
	}
	.footer > div {
		width: auto;
	}
	
	.footer-social {
		margin-bottom: unset;
	}

	.content-wrapper .block-carousel:first-child {
		/*margin-top: -150px;*/
	}
	.block-carousel{
		aspect-ratio: 16 / 10;
	}
	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 10;
	}
	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
		width: 60px;
		height: 60px;
	}
	.owl-dots{
		bottom: 30px;
	}
	.video-carousel .owl-dots{
		bottom: -30px;
	}
	.owl-dots .owl-dot {
		width: 18px;
		height: 18px;
		border: 2px solid #ffffff75;
		margin: 0 5px;
	}
	.video-carousel .owl-dots .owl-dot {
		border: 2px solid #ccc;
		background-color: #ccc;	
	}
	#owl-carousel-slider::after{
		height: 200px;
	}
	.intro--caption{
		font-size: 1.25rem;
	}
	.scroll-more{
		display: block;
		top: 45vw;
	}
/*
	.nav-modal .mega-menu a::after{
		width: 2rem;
		margin: 0;
	}
		*/
	.nav-modal{
		text-align: left;
	}

}



/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 768px) {
	.header-nav .sub ul {
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #fff;
		background: radial-gradient(farthest-corner at 40px 190px,    #ffff 50%,    rgb(223,223,223) 100%);
		left: 0px;
		text-align: left;
		padding: 20px 0;
		z-index: 5;
	}	
   	
   	.header-nav .sub:hover ul {
   		display: block;
   	}
   	
   	.header-nav .sub ul a {
   		margin: 0;
   		padding: 15px 70px 15px 60px;
    	display: block;
		position: relative;
		font-weight: 400;
   	}
   	.header-nav .sub ul a:after {
   		content: ">";
		position: absolute;
		left: 40px;
		color: var(--color-gold);
		font-weight: 300;
    	transform: scaleY(2);
   	}   
   	.header-nav .sub ul a:hover {
   		color: #000;
   	}	    
	   	.header-nav .sub ul a:hover:after {
   		color: var(--color-blue);
   	}	
	
        
	.header-nav .sub > a > span {
		display: none;
	}
	.nav-modal .mega-menu{
		margin-top: 50px;
		text-align: left;
	}
	.nav-modal .mega-menu a{
		margin: 0 0 30px 0;
	}

	.rozcestnik .row {
		--bs-gutter-x: 1.5rem;
	}

	.roz-item{
		/*padding: 1rem 2.5rem 3rem 2.5rem;*/
	}
	.roz-item .desc{	
		/*padding-right: 25%;*/
	}
	.roz-item img{
		/* max-width: 120px; */
	}
	.contacts{
		display: block;
	}
	
}




/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 800px) {
	.header-nav{
		display: block;
	}
	/*
	.header-nav-toggler{
		display: none;
	}
	*/

}





/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 992px) {
	
	.block-carousel{
		aspect-ratio: 16 / 8;
		box-shadow: 0px 100px 100px white;

	}
	.video-carousel .block-carousel{
		aspect-ratio: 16 / 9;
	}	
	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 8;
	}
	.video-carousel #owl-carousel-slider .owl-stage-outer{
		aspect-ratio: 16 / 9; 
	}
	

	.intro--caption{
		padding: 7% 4% 5% 4%;
		width: 70%;
		font-size: 1.5rem;
		top: 40%;
		top: unset;
	}
	.intro--caption h2{
		/*font-size: 3rem;*/
		font-size: calc(1.25vmax + 1.4rem);
	}
	#slider-calendar{
		position: absolute;
		z-index: 999;
			
		right: 10%;
		top: calc(100vw / 7);
		/*bottom: 15%;*/
		/*height: 20vh;*/
		/*min-height: 14em;*/
		width: 35%;
		max-width: 500px;
		padding: 2rem 2rem 2.5rem 2rem;
		margin: auto;
	}
	.owl-item img{
		/* filter: blur(1px);  */
	}
	.owl-dots{
		bottom: -60px;
	}
	.video-carousel .owl-dots{
		bottom: -60px;
	}
	footer .menu-contact{
		justify-content: end;
	}
	.creactive{
		padding-bottom: 3rem;
		text-align: right;
	}
	.reference-param .label{
		min-width: 10rem;
	}


 	
}



/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1100px) {
	.socials{
		display: none;
	}
	.intro--caption h2{
		/*font-size: 3rem;*/
	}

        

}



/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1200px) {

	html{
		font-size: 17px;
	}
	header{
	height: 170px;
	font-size: 1.1rem;

	
	}
	.header-logo {
		max-width: 240px;
	}
	.header-nav ul {
		margin: 0 40px ;
	}
	.header-nav .nav-menu > li > a{
		margin-left: 10px;
		margin-right: 10px;
		padding: 70px 10px;
	}
	.lang{
		margin-right: 25px ;
	}

	.block-carousel{
		aspect-ratio: 16 / 6;
	}
	.video-carousel .block-carousel{
		aspect-ratio: 16 / 9;
	}	

	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 6;
	}
	.video-carousel #owl-carousel-slider .owl-stage-outer{
		aspect-ratio: 16 / 9; 
	}
	

	.scroll-more{
		top: calc(38vw - 30px);
	}
	.intro--caption{
		font-size: 1rem;
	}
	.block-info_page {
		margin-bottom: 50px;
	}

}



/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1400px) {

	html{
		font-size: 19px;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1600px;
	}   
	.block-carousel{
		margin-bottom: 180px;
	}
	.intro--caption{
		font-size: 1.4rem;
	} 
	.header-nav-toggler{
		display: none;
	}   
	.rozcestnik{
		padding-left: 50px;
		padding-right: 50px;
	} 
}


/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1600px) {

	.intro--caption{
		font-size: 1.4rem;
		left: 10%;
		width: 50%;
	} 

}







/* 	----------------------------------------------------------------------------------	 */
@media (min-width: 1900px) {

	.block-carousel{
		aspect-ratio: 16 / 5;
	}
	#owl-carousel-slider .owl-stage-outer, #owl-carousel-slider .owl-item img{
		aspect-ratio: 16 / 5;
	}
	.intro--caption{
		width: 40%;
	} 



}




/* 	----------------------------------------------------------------------------------	 */

@media (max-width:578px){
	h1{
		font-size: 2rem;
	}
	h2{
		font-size: 1.6rem;
	}	
	.lead{
		font-size: 1.2rem;
	}
	
	.block-video__play-icon{
		border-radius: 150px;
		width: 80px;
		height: 80px;
		margin: 10px auto;
	}
	.block-video__play-icon::before {
		border-top: 30px solid transparent;
		border-right: 30px solid #000;
		top: 32%;
		left: 22%;
	}
	.block-video__play-title{
		font-size: 1rem;
	}

	.pocitadlo .col-md-3{
		margin-top: 50px;
	}
	.counter h2{
		padding-top: 0;
	}
	blockquote{
		font-size: 1.45rem;
	}
	.roz-item h2{
		font-size: 2rem;
	}
}
	