
@font-face {
	font-family: 'Proxima Nova';
	src: url('/files/fonts/ProximaNova-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Proxima Nova';
	src: url('/files/fonts/ProximaNova-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Proxima Nova';
	src: url('/files/fonts/ProximaNova-ExtraBold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
  }
  


* {
	margin: 0px;
	padding: 0px;
}
body {
      background-color: white;
      color: black;  
	font-size: 16px;
	text-align: left;
	font-family: 'Proxima Nova', 'Times New Roman';	
  	font-weight: 300;
	line-height: 1.4;
	height: 100%;
}

#cookies_souhlas{
	width: 100% !important;
}

/**********************************/
/*         COMMON COMPONENTS
/**********************************/

@media (min-width: 1400px){

}
@media (min-width: 1500px){
.container.container-lg {
    max-width: 1470px;
}
}

.cols{
	display: flex;
}
.col{
	display: inline-block;
	vertical-align: middle;
}
button, button:hover, button:active, button:focus{
	outline: none;
	box-shadow: none !important;
}
.fader{
	opacity: 0.0;
    	-webkit-transition: opacity 1.0s ease-in-out;
    	-moz-transition: opacity 1.0s ease-in-out;
    	-ms-transition: opacity 1.0s ease-in-out;
    	-o-transition: opacity 1.0s ease-in-out;
    	transition: opacity 1.0s ease-in-out;
}
.fader.visible{
	opacity: 1;
}
.scaler{
	-webkit-transform: translateY(0) scale(0.5);
    	transform: translateY(0) scale(0.5);
    	opacity: 0;
    	-webkit-transition: -webkit-transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
    	transition: transform 0.6s ease-in-out 0.6s, opacity 0.6s ease-in-out 0.6s;
}
.scaler.visible{
	-webkit-transform: translateY(0) scale(1);
    	transform: translateY(0) scale(1);
	opacity: 1;
}
.mg-bottom-40{
	margin-bottom: 40px;
}
.text-big{
	font-size: 20px;
	font-weight: bold;
	color: black;
}
.overflow-hidden{
	overflow: hidden;
}

/**********************************/
/*         HEADER
/*********************************/
.stripe{
	width: 100%;
	margin: 0;
}
.stripe .col-sm-3{
	height: 8px;
    	margin: 0 2px;
    	max-width: calc(25% - 4px);
}
.stripe .col-sm-3.red{
	background: #fa936e;
}
.stripe .col-sm-3.yellow{
	background: #fcca6c;
}
.stripe .col-sm-3.green{
	background: #73d2a8;
}
.stripe .col-sm-3.blue{
	background: #2e75b6;
}
header{
	position: relative; 
	width: 100%; 	
	z-index: 2;
    background-color: #e9edf2;
}
#header{
	padding: 0px;
	transition: all 0.5s ease;
}
#header > .row {
      margin: 0;
    	justify-content: space-between; 
}
.logo{
	display: inline-block;
	margin: 0;
}
#header .title{

    	font-weight: bold;
	font-size: 28px;
	color: black;
}
.logo img{
	max-height: 130px;
	transition: all 0.5s ease;
}
header.scrolled .logo img{
	max-height: 50px;
}
header.scrolled #header{
	padding: 8px 0;
}
header p{
	margin: 5px 0;
}
header a{
	text-decoration: none;
	color: #929292;
}
header a:hover, header a:focus{
	text-decoration: underline;
}
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    color: transparent !important;
    z-index: 1;
}
.nomargin{
	margin: 0;
}

/**********************************/
/*         SEARCHBOX
/**********************************/
.searchbox{

}
.searchbox .search_text{
	border: 1px solid #234378;
	border-right: none;
	padding: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	
	font-weight: 300;
	color: black;
	border-radius: 0;
}
.searchbox .btn{
	    padding: 0.3rem 0.75rem;
}
#form_search{
	position: relative;
}

/**********************************/
/*         BOXES
/**********************************/
.link-box{
	border: 4px solid transparent;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all .6s ease-in-out;
	margin-right: 0;
	margin-left: 0;
}
.link-box:last-of-type{
	margin-bottom: 0;
}
.link-box-inner{
	padding: 40px 20px;
}
.link-box.knihovna{
	border-color: #efa92a;
	
}
.link-box.knihovna .link-box-inner{
	background: url(/files/images/bcg-knihovna.png) no-repeat center right;
}
.link-box.infocentrum{
	border-color: #73d2a8;
}
.link-box.infocentrum .link-box-inner{
	background: url(/files/images/bcg-infocentrum.png) no-repeat center right;
}
.link-box.kd{
	border-color: #2e75b6;
}
.link-box.kd .link-box-inner{
	background: url(/files/images/bcg-kd.png) no-repeat center right;
}
.link-box-ico{
	width: 120px;
	margin-right: 15px;
	z-index: 50;
}
.link-box-nadpis{
	
	font-size: 34px;
	font-weight: normal;
	color: black;
	text-align: left;
	text-decoration: none;
	margin-bottom: 0;
	transition: all .6s ease-in-out;
	z-index: 50;
}

.link-box a:hover{
	color: black;
	text-decoration: none !important;
}
.link-box:after{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 100%;
	transition: all .6s ease-in-out;
	z-index: -1;
}
.link-box:hover, .link-box:focus{
	margin-right: -20px;
	margin-left: 20px;
}
.link-box:hover:after, .link-box:focus:after{
	right: 0;
}
.link-box.kd:hover .link-box-nadpis, .link-box.kd:focus .link-box-nadpis{
	color: white;
}
.link-box.knihovna:after{
	background: #fcca6c;
}
.link-box.infocentrum:after{
	background: #73d2a8;
}
.link-box.kd:after{
	background: #2e75b6;
}

#intro-img{
	background: url(/files/images/centrum.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	display: block;
}

/**********************************/
/*         BUTTONS
/**********************************/

.btn-wrap{
	display: block;
	margin-top: 8px;
	clear: both;
}
.btn,  .camera_wrap .btn{
	text-decoration: none !important;
	font-weight: bold;
	font-size: 17px;
	box-shadow: none !important;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
	display: inline-block;
}
.btn.btn:active{
	border: inherit !important;
	background: inherit !important;
}
.btn.btn-primary {
    background: transparent;
    border: 1px solid #234378;
    color: #234378 !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
    position: relative;
    margin-bottom: 10px;
    min-width: 200px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .reference_box:hover .btn.btn-primary{
	background: #234378;
	border: 1px solid #234378;
	color: white !important;
}
.btn.btn-secondary{
	background: #234378;
	border: 1px solid #234378;
	color: black !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .article-thumb:hover .btn.btn-secondary{
	background: #234378;
	border: 1px solid #234378;
	color: black !important;
}
.btn.btn-terciary{
	background: transparent;
	border: 1px solid #234378;
	color: #234378 !important;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 20px;
	position: relative;
}
.btn.btn-terciary:hover, .btn.btn-terciary:focus{
	background: #fa936e;
	border: 1px solid #fa936e;
	color: white !important;
}
.btn.btn-selection{
	font-weight: normal;
	
	color: black;
	margin-bottom: 7px;
	margin-right: 5px;
}
.btn.btn-all{
	border: 1px solid #fa936e;
	background: #fa936e;
}
.btn.btn-knihovna{
	border: 1px solid #ffd966;
	background: #fcca6c;
}
.btn.btn-ic{
	border: 1px solid #08daa8;
	background: #73d2a8;
}
.btn.btn-kd{
	border: 1px solid #2e75b6;
	background: #006a93;
	color: white;
}
.btn.btn-selection:hover, .btn.btn-selection:focus{
	background: white;
}
.btn.btn-kd:hover, .btn.btn-kd:focus{
	color: black;
}


/**********************************/
/*         CALENDAR
/**********************************/
.fc .fc-button-primary {
    	color: black;
    	background-color: white;
    	border-color: #dee2e6;
	font-size: 18px;
	font-weight: normal;
	padding: 0.3rem 1.2rem;
	border-radius: 0;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:hover, .fc .fc-button-primary:focus{
	border-color: #fa936e;
	color: black;
	background: white;
}
.fc .fc-prev-button, .fc .fc-next-button{
	padding: 0.3rem 0.3rem;
}
.box{
	border: 1px solid #dee2e6;
	padding: 15px;
	height: 100%;
}
.custom-checkbox .custom-control-label::before{
	border-radius: 0;
	border: 1px solid #dee2e6;
	background: white;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
	background: white;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
	background: url(/files/images/tick.png) no-repeat center center;
}
.custom-control-label{
	font-size: 18px;
	
	font-weight: 300;
	color: black;
}
.fc-theme-standard td, .fc-theme-standard th{
	border: 1px solid #dee2e6;
}
.fc .fc-scrollgrid table, .fc .fc-scrollgrid{
	margin-bottom: 0;
}
.fc .fc-day-today{
	background: #d1ecf1 !important;
}
.fc td.fc-day-sat, .fc td.fc-day-sun{
	background: #f2f2f2;
}

/**********************************/
/*         MENU
/**********************************/
#menu_top{
	z-index: 2;
}
.navbar {
    	padding: 0;
	margin-top: 0;
	-webkit-transition: all 0;
    	transition: all 0;
}
.navbar-toggler {
    display: none;
}
.navbar-collapse.collapse:not(.show) {
    display: block;
}
.nav {

}
.nav li {
    	margin: 0;
   	position: relative;
    	display: inline-block;
		flex: 1;
	margin-right: 5px;
}
.nav li.lvl-1 > a {
    	font-size: 18px;
    	color: white;
		width: 100%;
    	font-weight: normal;
    	padding: 13px 15px;
    	text-decoration: none ;
		text-align: center;
    	display: inline-block;
	position: relative;
	background: #234378;
}
.nav li.lvl-1:hover > a, .nav li.lvl-1:focus > a, .nav li.lvl-1 > a.active{
	text-decoration: underline;
}
.dropdown-toggle::before {
    	display: inline-block;
    	width: 0;
    	height: 0;
	    color: #E32236; 
    	margin-right: 0.255em;
    	vertical-align: 0.255em;
    	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-menu {
    	border-radius: 0;
    	border: none;
	background: #dce2ea;
        color: #234378;
    	margin: 0;
    	left: 0;
    	top: 46px;
    	min-width: calc(100% + 0px);
    	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.dropdown-item{
	padding: 0.5rem 1.5rem;
    font-size: 18px;
    color: #234378;
	
    font-weight: normal;
	text-transform: initial;
	text-decoration: none;
}
.dropdown-menu a.dropdown-item:hover, .dropdown-menu a.dropdown-item.active{
	
	background: #c9d3df;
}

#intro{
	position: relative;
}

section {
    padding: 40px 0;
}
section#main_content{
	padding-top: 0;
}

.bordered {
    border-bottom: 1px solid #dceff8;
}

.box-links{
	gap: 5px;
	z-index: 500;
	display: flex;
	justify-content: center;
}
.box-link{
	display: flex;
	border: 1px solid #fbdfcd;
	background: white;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 50px;
	margin-bottom: 5px;
	padding: 5px;
}
.box-link img{
	max-height: 100%;
	max-width: 100%;
}
.box-link.kd{
	border: 1px solid #2e75b6;
}
.box-link.ic{
	border: 1px solid #73d2a8;
}
.box-link.knihovna{
	border: 1px solid #efa92a;
}

.box-link.kd:hover, .box-link.ks:focus{
	background: #2e75b6;
	border: 1px solid #2e75b6;
}
.box-link.ic:hover, .box-link.ic:focus{
	background: #73d2a8;
	border: 1px solid #73d2a8;
}
.box-link.knihovna:hover, .box-link.knihovna:focus{
	background: #ffdb4f;
	border: 1px solid #8f571b;
}


/**********************************/
/*         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-size: 24px;
	font-weight: bold;
  	
	text-align: left;
	position: relative;
}
 
h2, .h2{
	color: black;
	font-size: 18px;
	font-weight: bold;
  	
}
h3, .h3{
	color: #fe7568;
	font-size: 16px;
	font-weight: normal;
  	
	clear: both;
}
h4, .h4{
	color: #c90000;
	font-size: 14px;
	font-weight: 600;
}
p, li {
  	margin: 0 0 12px 0;
  	list-style-type: none;}

ul{
	padding-left: 0;
}
.EditableSection a, .EditableContent a, .editable-section a{
	text-decoration: underline;
}
.EditableSection a:hover, .EditableContent a:hover, .editable-section a:hover{
	text-decoration: none;
}
.EditableSection p, .EditableContent p, .editable-section p,
.EditableSection li, .EditableContent li, .editable-section li{
	line-height: 1.6em;
}
.EditableSection li, .EditableContent li, .editable-section li{
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.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;
    position: absolute;
    top: 1px;
    left: 0;
}
.editable_section a[rel="lightbox[all]"], .editable-section a[rel="lightbox[all]"], .EditableContent a[rel="lightbox[all]"] {
    	position: relative;
    	transition: all 0.4s ease-out;
	z-index: 1;
}
.EditableSection a[rel="lightbox[all]"] img, .EditableContent a[rel="lightbox[all]"] img, .editable-section a[rel="lightbox[all]"] img {
    	border: 1px solid transparent !important;
    	margin: 4px;
    	z-index: 50;
}
.EditableSection a[rel="lightbox[all]"]:hover img, .EditableContent a[rel="lightbox[all]"]:hover img, .editable-section a[rel="lightbox[all]"]:hover img {
    	border: 1px solid black !important;
}
.justified-gallery a[rel="lightbox[all]"] {
    	position: absolute;
}
.gallery a[rel="lightbox[all]"] img, .gallery img {
    	position: inherit;
    	display: initial;
    	z-index: 0;
}
.gallery a[rel="lightbox[all]"]:hover:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: rgba(201,0,0,0.3);
}

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

a,
a:visited {
    	color: black;
}
a:hover {
	text-decoration: underline;
	color: #fa936e;
}
table {
	border-collapse: collapse;
	border: none;
  	margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
.EditableSection th, .EditableContent th, .editable-section th,
.EditableSection td, .EditableContent td, .editable-section td{
	font-size: 17px;	
  	color: black;
  	font-weight: 300;
    
	padding: 5px;
	border: 1px solid #e0e0e0;
}
ul, ol {
	list-style-position: outside;
	margin: 0 0 12px 0px;
}
.EditableSection table {
  border: none;
  width: auto;
  height: auto;
}

.EditableSection td {
  border: 1px solid #E4E4E4;
  padding: 10px;
  line-height: 1.3em;
  font-size: 15px;
  color: #4d4c4c;
  margin-bottom: 5px;
}

bold, b{
	font-weight: bold;
}

/**********************************/
/*  INTRO / SLIDESHOW 
/*********************************/
#intro {
    	position: relative;
}
#slides{
	position: relative;
	margin: 0 !important; 
	overflow: hidden;
	float: none;
}	

#slides .camera_pag{
	position: absolute;
	left: 0;
    	right: 0;
	bottom: 45px;
    	margin-left: auto;
    	margin-right: auto;
	max-width: 1470px;
	text-align: left;
	z-index: 1000;
}

.camera_wrap .camera_pag .camera_pag_ul{
	text-align: right;
}

#slides .camera_pag li{
	border-radius: 50px;
	width: 15px;
	height: 15px;
	display: inline-block;
	z-index: 1000;
	background: white;
	color: transparent;
}

#slides .camera_pag li span{
	display: none;
}

#slides .camera_pag li:hover, 
#slides .camera_pag li.cameracurrent{
	background: #c90000;
	color: transparent;
}
.camera_commands{
    display: none;
}

#slides .camera_pag, .caption{
	width: 100%;
}
.caption{
	z-index: 2;
	position:absolute;
    	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
    	top: 80px;
    	max-width: 1360px;
	text-align: center;
}
.caption p{
	color: #c60000;
	font-size: 55px;
      font-weight: bold;
	
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.caption p strong{
	font-size: 81px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}


/**********************************/
/*  BANNERY 
/*********************************/

#ico-boxes{

}
.ico-box{
	display: block;
	text-align: center;
	position: relative;
	background: white;
	-webkit-box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.25);
	border-top: 15px solid #dedede;
	padding: 15px 10px;
	text-decoration: none;
	transition: all 0.5s ease;
	margin-top: 0;
	margin-bottom: 20px;
	margin-top: -80px;
	margin-bottom: 40px;
}
.ico-box:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 15px;
	top: -15px;
	right: 0;
	background: #c90000;
	z-index: 2;
	transition: all 0.5s ease;
}
.ico-box:hover, .ico-box:focus{
	text-decoration: none;
	margin-top: -100px;
	margin-bottom: 60px;
}
.ico-box:hover:after, .ico-box:focus:after{
	width: 100%;
}
.ico-box .ico-box-nadpis{
	font-size: 20px;
	color: black;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 0;
}
.ico-box .ico-box-icon{
	text-align: center;
	font-size: 50px;
	color: black;
}

/**********************************/
/*  INDEX 
/*********************************/
.index-info{
	display: flex;
	margin-bottom: 40px;
}
.index-info-box {
	flex-basis: 50%;
	max-width: 50%;
}
.index-info-text-box{
	background: white;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 20px 25px;
}
.index-info-text-box p{
	margin-bottom: 30px;
}
.index-info-img-box{
	background: url(/files/images/index-intro.jpg) no-repeat center center;
	background-size: cover;
}
.index-info h1, .index-info .h1{
	font-size: 30px;
	font-weight: bold;
	color: black;
}



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



/**********************************/
/*  AKTUALITY 
/*********************************/
.aktuality-box{
	display: block;
	color: black;
	text-decoration: none !important;
	background: white;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.aktuality-box:hover{
	color: black;
}
.aktuality-box:hover .aktuality-name{
	text-decoration: underline;
}
.aktuality-name{
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
.aktuality-date{
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: bold;
	background: #c90000;
	margin-left: -50px;
	padding: 8px 10px;
	margin-right: 10px;
}
.aktuality-text{
	font-size: 16px;
}
.aktuality-img{
	margin: 0;
	max-height: 150px;
	text-align: center;
}
.aktuality-img img{
	width: auto;
	max-height: 150px;
}
.aktualita-detail{
	background: white;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
	padding: 20px;
	overflow: hidden;
}


/**********************************/
/*  AKTUALITA DETAIL 
/*********************************/
.aktualita-detail-box{
	border: 1px solid #f8dac7;
	background: #fff4ed;
	padding: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.slider-main{
	position: relative;
}
.slider-main .img-wrap{
	display: block;
	position: relative;
	width: 100%;
}
.slider-main .img-wrap a{
	padding-top: 65%;
	position: relative;
    	display: block;
}
.slider-main .img-wrap a img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.slider-main .slick-arrow{
	position: absolute;
	top: calc(50% - 10px);
}
.slider-main .slick-prev, .slider-main .slick-next{
	color: transparent;
	font-size: 0;
}
.slider-main .slick-prev{
	z-index: 50;
	left: 10px;
}
.slider-main .slick-next{
	z-index: 50;
	right: 10px;
}
.slider-main .slick-prev:before{
	content: '\f104';
	font-weight: 900;
    	font-family: "Font Awesome 5 Free";
	color: #f8dac7;
	font-size: 35px;
}
.slider-main .slick-next:before{
	content: '\f105';
	font-weight: 900;
    	font-family: "Font Awesome 5 Free";
	color: #f8dac7;
	font-size: 35px;
}

.slider-nav .slick-slide {
    margin: 0 3px;
}
.slider-nav .slick-list {
    margin: 0 -3px;
}
.aktualita-detail-img-big{
	margin-bottom: 10px;
	text-align: center;
}
.aktualita-detail-img-big a, .aktualita-detail-img-big img{
	width: auto;
    	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.aktualita-detail-img img, .aktualita-detail-image img{
	max-width: 100%;
	height: auto;
}	
.aktualita-detail-images{
	margin: 0;
	width: 100%;
	padding: 0 40px;
	position: relative;
}
.aktualita-detail-images .slick-prev{
	left: 0;
	top: calc(50% - 10px);
	color: transparent !important;
}
.aktualita-detail-images .slick-next{
	right: 0;
	top: calc(50% - 10px);
	color: transparent !important;
}
.aktualita-detail-images .slick-prev:before{
	content: '\f053';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	color: #f8dac7 !important;
	font-size: 40px;
}
.aktualita-detail-images .slick-next:before{
	content: '\f054';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	color: #f8dac7 !important;
	font-size: 40px;
}
.aktualita-detail-images .col-md-4.visible{
	max-height: 200px;
	opacity: 1;
}
.aktualita-detail-images .button{
	width: 100%;
}
.aktualita-detail-image{
	overflow: hidden;
	cursor: pointer;
}
.aktualita-detail-image img, .aktualita-detail-img img{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.aktualita-datum i{
	color: #fa936e;
}
.aktualita-table{
	width: 100%;
}
.aktualita-table td{
	padding: 5px 0;
	border-bottom: 1px solid #f8dac7;
	font-size: 18px;
}

/**********************************/
/*  FORMULARE 
/*********************************/


button#modal-launch{
    	background: none;
    	border: none;
    	cursor: pointer;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
}
button#modal-launch:after{
	background: transparent;
}
button#modal-launch .h2{
	text-transform: initial;
	color: white;
}

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

div.modal-header {
	border-radius: 0;
	background: #fa936e;
}

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: #f5f5f5;
}

.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;
}

/***************************/
/*  LINKS
/***************************/
.slick-next, .slick-prev{
	color: black;
	font-size: 30px;
	top: 32%;
}
.slick-next:hover, .slick-prev:hover{
	color: #c90000;
}
.slick-next:before, .slick-prev:before{
	content: '';
}

/***************************/
/*  FOOTER
/***************************/
#footer{
	background: #e9edf2;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}
#footer .footer-col{
	padding-top: 20px;
	
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
#footer .footer-col:last-of-type{
    color: white;
	border-right: none;
}
.text-footer, .text-footer a{
    color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.text-footer a:hover, .text-footer a:focus{
	text-decoration: underline;
	color: black;
}
#footer p{
color: #234378;
}
#footer a{
color: #234378;
	text-decoration: none;
}
#footer a:hover, #footer a:focus{
color: #234378;

	text-decoration: underline;
	
}
footer {
    color: black !important;
	height: auto;
	background: white;
	border: none;
	padding: 15px 0;
}
footer p, footer a, footer a:visited{
	color: black;
	font-size: 16px;
	text-decoration: none;
}
footer a:hover, footer a:focus{
	color: black;
	text-decoration: underline;
}
footer i{
	color: black;
}
footer a.link-webstranky{
	color: black !important;
}
footer a:hover, 
footer a.link-webstranky:hover{
	color: black !important;
}
.footer-bottom{
	margin: 0;
}


/**********************************/
/*         BREADCRUMB 
/*********************************/

.breadcrumb {
	margin: 0;
	border-radius: 0;
	background: none;
	padding: 30px;
}
.breadcrumb span, .breadcrumb a {
    	color: black;
	font-size: 14px;

	font-weight: normal;
}
.breadcrumb a{
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.breadcrumb .drobeckova-navigace-sipky {
    	display: inline-block;
    	padding: 0 1rem;
}


/***************************/
/*  PRODUKTY
/***************************/

.products-not-found{
	display: none;
}

.produkt_pagination{
	height: 35px;
	margin: 10px 0;
	text-align: right;
	flex-basis: 100%;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	background: white;
	width: 25px;
    	text-align: center;
    	line-height: 27px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.produkt_pagination b{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	width: 25px;
	color: black;
	font-weight: normal;
    	text-align: center;
    	line-height: 27px;
      display: inline-block;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
}

.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover{
	background: #e1effa;
	border: 1px solid #c2e1f9;
	border-radius: 2px;
	color: black;
	font-weight: normal;
}

#main_content .strankovani-sipky img, #main_content .strankovani-sipky:hover img{
	margin: 0 !important;
	border: none !important;
}
.products-not-found{
	display: none;
}

.product-detail{
	margin-bottom: 3rem;
}
.product_detail_table{
	margin-bottom: 1rem;
}
.product_detail_table td{
	border-bottom: 1px solid #242424;
	padding: 0.5rem 0;
	padding-right: 1rem;
	font-size: 18px;
}
.detail_cena_s_dph{
	font-weight: bold;
}
.detail_img{
	position: relative;
	background: #daeef7;
	width: 100%;
    	height: 100%;	
	max-height: 353px;	
	min-height: 250px;
}
.detail_img_big{
	position: relative;
   	margin-bottom: 15px;
	border: 1px solid transparent;
}
.detail_img_big img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.detail_img_big:hover{
	border: 1px solid #00284f;
}
.detail_img img, .detail_image img{
	max-width: 100%;
	height: auto;
}	
.detail_images{
	margin: 0;
	width: 100%;
}
.detail_images .col-md-4{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.detail_images .col-md-4:nth-of-type(n+7){
	max-height: 0;
    	opacity: 0;
    	overflow: hidden;
	-webkit-transition: all .4s; 
    	transition: all .4s;
}
.detail_images .col-md-4.visible{
	max-height: 200px;
	opacity: 1;
}
.detail_images .button{
	width: 100%;
}
.detail_image{
	width: 100%;
    	padding-top: 66%;
    	position: relative;
	background: #929292;
	margin-bottom: 1rem;
}
.detail_image a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.detail_image:hover{
	background: #c90000;
}
.detail_image img, .detail_img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.button-back{
	margin-top: 1rem;
}
.produkt_switcher{
	margin-bottom: 2rem;
}	
.produkt_switcher .switcher-content{
	padding: 1rem;
	border: 1px solid #929292;
	background: white;
}
.produkt_switcher .switcher-bar{
	border-bottom: none;
	justify-content: flex-start;
}
.produkt_switcher .switcher-bar .switcher-toggle{
	font-size: 21px;
	font-weight: 300;

	padding: 0.5rem 1.5rem;
	background: #929292;
	margin: 0;
	margin-right: 0.5rem;
	text-decoration: none !important;
	color: white;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover, 
.produkt_switcher .switcher-bar .switcher-toggle.active{
	background: white;
	border: 1px solid #929292;
	border-bottom: 1px solid white;
	color: #242424;
}
.produkt_switcher .switcher-bar .switcher-toggle:hover:before, 
.produkt_switcher .switcher-bar .switcher-toggle.active:before{
	display: none;
}

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

@media (min-width: 576px){
#slides .camera_pag, .caption{
	max-width: 510px;
}
}
@media (min-width: 768px){
#slides .camera_pag, .caption{
	max-width: 690px;
}
}
@media (min-width: 992px){
#slides .camera_pag, .caption{
	max-width: 930px;
}
}
@media (min-width: 1200px){
#slides .camera_pag, .caption{
	max-width: 1110px;
}
}
@media (min-width: 1400px){
#slides .camera_pag, .caption{
    max-width: 1330px;
}
}
@media (min-width: 1500px){
#slides .camera_pag, .caption{
    max-width: 1440px;
}
}


@media screen and (max-width: 1500px){
.nav li.lvl-1 > a{
	padding: 11px 10px;
}
.link-box.kd:hover .link-box-nadpis, .link-box.kd:focus .link-box-nadpis{
	color: black;
}
.link-box-inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
.knihovna .link-box-inner:before{
	background: rgba(252, 202, 108, 0.75);
	color: black;
}
.infocentrum .link-box-inner:before{
	background: rgba(115, 210, 168, 0.79);
}
.kd .link-box-inner:before{
	background: rgba(122, 191, 247, 0.79);
}
}

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


#menu_top{
	height: auto;
}

figcaption{
	font-size: 20px;
}

.box-links{
	margin-bottom: 0;
}
.box-link{
	display: inline-flex;
	margin: 4px 0;
	height: 47px;
}
.logo{
	margin: 0;
}
.logo img{
	max-height: 50px;
}
#header .title{
	font-size: 18px;
}
.searchbox .search_text{
	padding-left: 10px;
}

}

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

	.box-link{
		
		width: 180px;
		
	}

.navbar-toggler {
    	display: block !important;
    	color: black;
    	font-size: 25px;
    	vertical-align: middle;
    	outline: none !important;
    	line-height: 25px;
    	width: 100%;
	padding: 10px;
}
.navbar-toggler-icon {
    	font-size: 25px;
    	height: auto;
    	vertical-align: initial;
    	margin-bottom: 0;
    	color: black;
}
.navbar-collapse.collapse:not(.show) {
    display: none;
    height: auto;
}
.navbar-inner{
	width: 100%;
	text-align: center;
}
.nav li.lvl-1 {
    	display: block;
    	text-align: center;
    	flex-basis: 100%;
}
.nav li.lvl-1 > a{
	display: block;
}
#header .col-md-auto{
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
.logo {
    	width: 100%;
    	margin-bottom: 10px;
	text-align: center;
}

.index-info, .box{
	flex-wrap: wrap;
}
.index-info-box, .box-half{
	flex-basis: 100%;
	max-width: 100%;
}
.index-info-text-box, .box-text{
	border-top: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-bottom: none !important;
}
.index-info-img-box, .box-img{
	width: 100%;
    	padding-top: 70%;
    	position: relative;
}
}

@media screen and (max-width: 992px){
#intro-img{
	margin-top: 10px;
	padding-top: 60%;
}
#footer .footer-col{
	border-right: none;
	margin-bottom: 20px;
}
.link-box-inner:before{
	background: transparent !important;
}
.link-box.kd:hover .link-box-nadpis, .link-box.kd:focus .link-box-nadpis{
	color: white;
}
}

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

.link-box-nadpis{
	font-size: 21px;
}
#index-rozcestnik{
	margin: 0 20px;
}
.aktuality-img{
	margin-top: 20px;
}
.caption{
    	position: relative;
    	left: auto;
    	right: auto;
    	bottom: auto;
	width: 100%;
}
.caption p {
    font-size: 20px;
}
.caption p strong{
	font-size: 24px;
}
.caption div{
	max-width: calc(100% - 30px);
}
}

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

#dalsi-obrazky .col, .detail_images .col{
    	flex-basis: 50%;
	max-width: 50%;
}
}
	
@media screen and (max-width: 550px){

.link-box-inner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
.knihovna .link-box-inner:before{
	background: rgba(252, 202, 108, 0.75) !important;
	color: black;
}
.infocentrum .link-box-inner:before{
	background: rgba(115, 210, 168, 0.79) !important;
}
.kd .link-box-inner:before{
	background: rgba(122, 191, 247, 0.79) !important;
}
}



/*****************************/

#calendar-array .aktuality_img
{
	height: 240px;
	object-fit: cover;
}

.calendar-image 
{
    height: 240px;
}



@media screen and (max-width: 1200px)
{
#calendar-array .aktuality_img {
	height: 200px;
}

.calendar-image {  
	height: 200px;
}

}


@media screen and (max-width: 990px)
{
#calendar-array .aktuality_img {
	height: 150px;
}

.calendar-image {  
	height: 150px;
}

}







.filter-options{
	flex-wrap: wrap;
}
.filter-options .custom-control{
	flex-basis: 20%;
}

.filter-options {
    flex-wrap: wrap;
}



@media screen and (max-width: 1200px){
.filter-options .custom-control{
	flex-basis: 25%;
}
}


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

.filter-options .custom-control{
	flex-basis: 33.333%;
}

}


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

.filter-options .custom-control{
	flex-basis: 50%;
}

}


button.favorite-button {
    z-index: 1000;
    position: relative;
}


button.mex-favorite-button {
    z-index: 1000;
    position: relative;
    color: red;
    border: none;
    background-color: transparent;
    padding: 10px;
}



/***********
Main page - sekce mřízka
************/

    .container-boder {
		margin-bottom: 20px;
            display: flex;
            gap: 20px;
        }

        @media (max-width: 768px) {
            .container-boder {
                flex-direction: column;
            }
        }

        .grid-2x2 {
		flex:1;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .cvik-banner {
            background-image: url(/files/images/banner-cvik.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

        .ic {
            background: linear-gradient(to right, #cff2e1 50%, white 50%);
            border: 1px solid;
            border-color: #71d1ab;

        }

        .kd2 {
            background: linear-gradient(to right, #dfe9f0 50%, white 50%);
            border: 1px solid;
            border-color: #4f6d91;

        }

             .mk {
            background: linear-gradient(to right, #fcf7e4 50%, white 50%);
            border: 1px solid;
            border-color: #ecae29;

        }


        .pk {
            background: linear-gradient(to right, #f4eeeb 50%, white 50%);
            border: 1px solid;
            border-color: #ddbfa5;

        }


        .square {
            width: 100%;
            aspect-ratio: 1 / 1;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background-position 0.4s ease;
        }

        .square:hover {
            background-position: left bottom;
        }

        .square img {
            width: 80%;
            height: 80%;
            object-fit: contain;
            border-radius: 8px;
        }

        .right-col {
            flex-grow: 1;
            font-family: 'Proxima nova';
            font-size: 36px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }









