/*************************/
/***   FONTS           ***/
/*************************/


@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('/files/fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('/files/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/files/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('/files/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('/files/fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'TrebuchetMS';
    src: url('/files/fonts/trebucbd.eot'),
    	   url('/files/fonts/trebucbd.eot?#iefix') format('embedded-opentype'), 
         url('/files/fonts/trebucbd.woff') format('woff'),
         url('/files/fonts/trebucbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/****************
MICROSITE 1
*****************/

* {
	margin: 0px;
	padding: 0px;
}
body{
  background-color: #ffffff;
  color:  #4d4c4c;
  
	font-size: 75%;
	text-align: left;
	font-family: Roboto,sans-serif;
	font-weight: normal;
	line-height: 1.4;
	height: 100%;
}
/**********************************/
/*         DEFAULTNI HODNOTY
/*********************************/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  line-height: 1.3em;
  margin: 0 0 12px 0;
  text-align: left;
}
h1, .h1 {
	color: black;
	font-family: Poppins,sans-serif;
	font-size: 40px;
	font-weight: normal;
}
h2, .h2 {
	color: black;
	font-size: 26px;
	font-family: Poppins,sans-serif;
	font-weight: normal;
}
h3, .h3 {
	color: black;
	font-size: 20px;
	font-weight: bold;
	font-family: Poppins,sans-serif;
	clear: both;
}
h4, .h4 {
	color: #0ea155;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  margin: 0 0 12px 0;
  line-height: 1.3em;
  font-size: 17px;
  list-style-type: none;
  color: black;
  font-family: 'Roboto';
  font-weight: 300;
}
#cookies_souhlas{
	width: 100% !important;
}
#main_content ul{
	padding-left: 0;
}

img {
	border: none;
	margin: 0; 
	max-width: 100%;
}

a[rel="lightbox[all]"] img{
	border: 5px solid white;
	margin: 4px;
}
a[rel="lightbox[all]"] img:hover{
	border: 5px solid #30b7f6 !important;
}
a,
a:visited {
    color: black;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0caaf0;
}
table {
	border-collapse: collapse;
	border: none;
      margin: 0px auto;
}
table td {
  	vertical-align: top;
  	text-align: left;
    	border: 1px solid #d7f2f9;
    	font-size: 17px;
    	font-weight: 300;
	padding: 5px;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection li:before, .EditableContent li:before, .editable-section li:before {
    content: '\f111';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 6px;
    vertical-align: top;
    margin-top: 0;
    margin-right: 6px;
}
header{
	position: relative;
    width: 100%;
    background-color: white;
    background-image: url(/files/images/bcg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);	
}
header img{
	transition: all .4s;
	max-height: 100%;
}
header.scrolled img{
	max-height: 70px;
}
header.scrolled #header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0;
}

#header{
	background: transparent;
	border-left: none;
	border-right: none;
	box-shadow: none;
	z-index: 200;
}

#header{
	position: relative;
	text-align: center;
	padding: 15px 0;
	transition: all 0.5s ease;
}
#header .row{
	justify-content: space-between;
	align-items: center;
}

#odkaz_na_uvod{
	display: inline-block;
	font-family: Georgia;
	color: #dbb002 ;
	font-size: 48px;
	text-decoration: none;
}

#odkaz_na_uvod img{
	box-shadow: none;
	max-height: 80px;
    	transition: all 0.5s ease;
}


.nadpis{
	position: absolute;
	bottom: 32%;
	left: 0;
	right: 0;
	width: 96%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.nadpis p{
	font-size: 40px;
	color:  white;
      font-family: Poppins,sans-serif;
	margin-bottom: 0;
	display: inline-block;	
	background: rgba(0, 0, 0, 0.58);
	padding: 0.5rem 2rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.nadpis p strong{
	font-weight: bold;
}


/**********************************/
/*  BUTTONS 
/*********************************/
.btn{
	text-decoration: none;
	box-shadow: none;
	padding: 15px 15px;
	color: black;
	border: 1px solid #dbdbdb;
	background: white;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 4px;
}
.btn:hover{
	background: #DDDDDD;
}
.btn.btn-primary {
	display: block;
      color: white;
      padding: 10px 30px;
      background: #0caaf4;
      border: none;
      text-decoration: none;
      bottom: 15px;
      left: 15px;
      border-radius: 3px;
}

.btn.btn-primary:hover{
	background: #0045ad;
	color: white;
}

/**********************************/
/*  MENU 
/*********************************/

#menu{
	width: 100%;
}
#menu .navbar{
	justify-content: space-between;
}
.dropdown-menu-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 30px 0;
}
.dropdown-menu-box{
	position: relative;
	display: flex;
	flex-basis: 20%;
	max-width: calc(20% - 10px);
	border: 1px solid #d6d6d6;
	background: white;
	align-items: center;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.dropdown-menu-box a{
	z-index: 2;
	background: transparent !important;
}
.kategorie-box-img{
	display: flex;
	align-items: center;
	width: 50px;
	height: 70px;
	margin-right: 10px;
	z-index: 1;
}
.kategorie-box-img img{
	max-width: 100%;
	max-height: 70px;
}
.kategorie-box-name{
	color: black;
	font-weight: 300;
	font-size: 17px;
	z-index: 1;
	margin-bottom: 0;
}
.dropdown-menu-box:hover{
	border: 1px solid #b40b8e;	
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
    	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.dropdown-menu-box:hover .dropdown-menu-box-name{
	color: black;
}
.navbar-collapse.collapse{
    	display: block;
	justify-content: flex-end;
}
.navbar-inner{
	width: 100%;
}
.nav {
    display: block;
}
.nav li {
    margin: 0;
    position: relative;
    display: inline-block;	
	padding: 0;
}
.nav li:before{
	content: '';
}
.nav li.lvl-1 > a {
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	padding: 13px 10px;
	border-radius: 3px;
	display: inline-block;
	text-transform: uppercase;
}
.nav li.lvl-1 > a:hover, .nav li.lvl-1 > a.active, .dropdown-toggle:hover{
	background: #0caaf4 url(/files/images/menu_arrow.png) no-repeat center bottom;
	text-decoration: none;
	color: white;
}
#menu_top .nav{
	justify-content: flex-end;
	display: flex;
}	
#menu_top .nav li{
	padding: 0;
}
#menu_top .nav li:after{
	content: '';
}
.dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
	color: black;
    margin-right: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle::after{
	display: none;
}
.dropdown-toggle::before{
	display: none;
}
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #dbdbdb;
    margin: 0;
    left: 0px;
	top: 39px;
    min-width: calc(100% + 2px);
    background-color: white;
    transform-origin: 50% 0;
    transform: scaleY(0);
    opacity: 0;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}
.dropdown-menu.show {
    transform: scaleY(1);
    opacity: 1;
}
.dropdown-menu a{
	text-decoration: none;
}
.dropdown-menu a:hover, .dropdown-menu a:active{
	text-decoration: underline;
	background: inherit;
}
.navbar-toggler {
    display: none;
}




/**********************************/
/*  INTRO 
/*********************************/
#intro_container{
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 123px;
}
#intro_container img{
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
}

/**********************************/
/*  SLIDES 
/*********************************/

#slides{
	width: 1000px;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	overflow: visible !important;
	background: white;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
#slides:before,#slides:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:100px;
    right:100px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}
#slides:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#slides img{
	border: none !important;
}
.slidesjs-navigation{
	display: inline-block;
	position: absolute;
	top: calc( 50% - 21px );
	height: 42px;
	width: 21px;
	z-index: 50;
	color: transparent;
}
.slidesjs-navigation:hover{
	color: transparent;
}
.slidesjs-previous{
	background: url(/files/images/prev.png) no-repeat center center;
	left: 30px;
}
.slidesjs-next{
	background: url(/files/images/next.png) no-repeat center center;
	right: 30px;
}
#slides figcaption{
	position: absolute;
	z-index: 50;
	top: 40px;	
	left: 150px;
	text-align: center;
	width: 250px;
	color: #444444;
	font-size: 36px;
	font-family: Georgia;
	line-height: 1.3em;
}

/**********************************/
/*  MAIN CONTENT 
/*********************************/
#main_content #left{
	display: inline-block;
	width: 648px;
	float: left;
}	

#main_content #right{
	display: inline-block;
	width: calc(96% - 648px);
	float: right;
	background: #f4e64b;
	padding: 2%;
}	

#main_content #left li{
	background: url(/files/images/odr_green.png) no-repeat left top 7px;
  	list-style: none;
	padding-left: 25px;
}

#main_content #right li{
	background: url(/files/images/odr_black.png) no-repeat left top 7px;
  	list-style: none;
	padding-left: 25px;
}

#main_content #right h2{
	color: black;
}

#main_content table { 
border: 1px solid #E4E4E4; width: auto; height: auto; 
} 
#main_content td { 
border: 1px solid #E4E4E4; padding: 10px; line-height: 1.3em; 
} 

.sectionMain{
	padding: 40px 0;
	overflow: hidden;
}
.borderedBottom{
	border-bottom: 2px dotted black;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#contact .mapa {
    width: 100%;
    max-height: 400px;
    max-height: 440px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
#contact .mapa iframe {
    width: 100%;
    margin-top: -120px;
    margin-bottom: -110px;
}
#contact .mapa .btn{
	position: absolute;
}
#contact .fcb{
	position: relative;
	padding-left: 20px;
}
#contact .fcb:before{
	position: absolute;
    	content: '\f09a';
    	font-family: "Font Awesome 5 Brands";
    	font-weight: 900;
    	font-size: 15px;
    	top: 0;
    	left: 0;
}

/**********************************/
/*  FOOTER 
/*********************************/
#footer {
	color: black;
	height: auto;
	text-align: left;
	background: transparent;
	border: none;
	font-weight: 300;
    	overflow: hidden;
    	padding: 20px 0;
}
footer{
  background: url(/files/images/footer.png) repeat-x top left;
  z-index: 0;
  width: 100%;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_text{ padding-top: 2em; padding-bottom: 2em; }
#footer #footer_text, #footer #footer_text p, #footer #footer_text a{
	color: black;
    	font-size: 17px;
}

#footer .info{
	margin-top: 25px;
}

#footer .toplist{
	float: right;
}
/* resetovac */
#reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


#main_content table {
  border: 1px solid #028ed0;
  width: auto;
  height: auto;
}

#main_content td {
  border: 1px solid #028ed0;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
}

div.box2{
	border: 6px solid #e6e0cb;
	padding: 2%;
	width: 94%;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-bottom: 10px;
	position: relative;
}

div.box h2{
	color: #9e9063;
}

#main_content div.box:nth-of-type(2), #main_content div.box.right{
	float: right;
}

/**********************************/
/*  MODULY 
/*********************************/

/* hlavicka - odkaz logo */
#head .link_logo  {
	background: url(/files/images/logo.png);
	float: left;
	width: 397px;
	height: 78px;
	display: block;
	margin-top: 30px;
    margin-bottom: 10px;
}
/* clear obtekani */
.clear {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/**********************************/
/*  FORMULARE 
/*********************************/

#GDPR .modal-dialog{
	max-width: 900px;
}
button#modal-launch, button#modal-launch-2 {
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none !important;
}
button#modal-launch-2 {
	padding: 0;	
	vertical-align: baseline;
	border: none;
	line-height: 1em;
	display: inline-block;
}
button#modal-launch-2 a{
	text-transform: initial;
	color: black;
	font-size: 15px;
}
button#modal-launch-2 a:hover{
	text-decoration: none !important;
}
button#modal-launch{
	text-align: center;
	margin-bottom: 0.5rem;
	border: 1px solid #d7f2f9;
	display: block;
	vertical-align: top;
	padding: 10px;
    	margin: 0 auto;
	border-radius: 3px;
}
button#modal-launch p{
	margin: 0;
	font-size: 28px;
	display: inline-block;

}
button#modal-launch a{
	text-decoration: none;
    	display: inline-block;
    	background: #0caaf4;
    	padding: 0.6rem 2rem;
    	margin-left: 0.5rem;
	color: white;
	font-size: 20px;
	border-radius: 3px;
}
button#modal-launch a:hover{
	background: #0045ad;
	color: white;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08c8fe+0,7db9e8+100 */
background: #08c8fe; /* Old browsers */
background: -moz-linear-gradient(top, #08c8fe 0%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #08c8fe 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0caaf4 0%, #0caaf4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c8fe', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: white;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}


.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}


/***********
RESPONSIVE
************/

@media screen and (min-width: 1440px){
.container {
    max-width: 1420px;
}
}

@media screen and (min-width: 800px){
header {
	position: fixed;
    	top: 0;
    	z-index: 150;
}
}

@media screen and (max-width: 1300px){
.icon-table tr{
	display: flex;
	flex-wrap: wrap;
    	justify-content: center;
}
.icon-table tr td{
	display: block;
	margin: 5px;
}

}

@media screen and (max-width: 1020px){

.navbar-toggler {
    display: block !important;
    color: black;
    font-size: 25px;
    vertical-align: middle;
    outline: none !important;
    line-height: 25px;
}
.navbar-toggler-icon {
    color: black;
}
.navbar-toggler-icon i{
    vertical-align: middle;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
}

.nadpis p{
	font-size: 28px;
}

#slides{
	width: 100%;
}

#main_content img{
	max-width: calc(100% - 8px);
	height: auto !important;
}
table{
    	width: 100% !important;
    	height: auto !important;
    	table-layout: fixed;
}
button#modal-launch, button#modal-launch-2{
	white-space: initial;
}
button#modal-launch p{
	margin-bottom: 5px;
}

}

@media screen and (max-width: 850px){
.img-side img{
	float: none !important;
	display: block;
	margin: 0 auto !important;
}
}

@media screen and (max-width: 768px){
#odkaz_na_uvod{
	margin-right: 0;
	width: 100%;
	text-align: center;
}
.navbar-toggler{
	width: 100%;
}
.nadpis p{
	background: transparent;
}
.nadpis{
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
	background: #13acf4;
}
#footer .toplist{
	float: none;
}
}
	
@media screen and (max-width: 640px){

#nadpis{
	line-height: 1.2em;
	margin: 10px 0;
}

#menu{
	width: 100%;
}

.caption #info{
	float: none;
}

#main_content img{
	max-width: 94%;
	height: auto !important;
}

div.kontakt, iframe{
	width: 100% !important;
}

}

@media screen and (max-width: 400px){


}



.justified-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.justified-gallery a {
  flex-grow: 1;
  flex-basis: calc(25% - 8px); /* 4 per row, adjust as you like */
  display: block;
}

.justified-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.justified-gallery img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}




