
@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: 18px;
	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: #f6efe8;
}
#header{
	padding: 8px 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;
}

.logo-swap {
  background: url("/files/images/kd-svet-b.png") no-repeat center/contain;
}

.logo-swap:hover {
  background-image: url("/files/images/kd-svet-m.png");
}


.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;
	width: 300px;
}
.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: 3px solid #ddbfa6;
	color: #234378 !important;
	font-size: 18px;
	font-weight: normal;
	padding: 12px 25px;
	position: relative;
}
.btn.btn-terciary:hover, .btn.btn-terciary:focus{
	background: #ddbfa6;
	border: 3px solid #ddbfa6;
	color: #234378 !important;
}
#btn-FormSendMail {
    background: transparent;
    border: 3px solid #ddbfa6;
    color: #234378 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 25px;
    position: relative;
}

#btn-FormSendMail:hover,
#btn-FormSendMail:focus {
    background: #ddbfa6;
    border: 3px solid #ddbfa6;
    color: #234378 !important;
}

#form-send-mail-Mistnost,#form-send-mail-Mistnost-full{
	display: none;
	visibility: hidden;
}
#form-send-mail-Datum,#form-send-mail-Datum-full{
	display: none;
	visibility: hidden;
}

.btn.disabled, .btn:disabled{
	opacity: 1;
	pointer-events: none;
}

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


.article-thumb {
    position: relative;
    background: #f6efe8;
    border: 1px solid #ddbfa6;
  
    padding: 5px;
}

.article-thumb:hover .btn.btn-terciary, .article-thumb:focus .btn.btn-terciary{
	    background: #011c66;
    border: 3px solid #011c66;
    color: white !important;
}

#aktuality_slide .aktuality_box:hover .btn-terciary, #aktuality_slide .aktuality_box:focus .btn-terciary {
    background: #011c66;
    border: 3px solid #011c66;
    color: white !important;
}



/**********************************/
/*         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;
		
	margin-right: 5px;
}
.nav li.lvl-1 > a {
    	font-size: 18px;
    	color: #234378;
		width: 100%;
    	font-weight: normal;
    	padding: 13px 45px;
    	text-decoration: none ;
		text-align: center;
    	display: inline-block;
	position: relative;
	background: #ddbfa6;
}
.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: #f6efe8;
        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: #f6e0cb;
}

#intro{
	position: relative;
}

section {
    padding: 80px 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;
    transform: translateY(-15px);
}

@media screen and (max-width: 1200px){
	.box-links{
	 	transform: translateY(0px);
	}
}



.box-link{
	display: flex;
	border: 1px solid #fbdfcd;
	background: white;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	margin-bottom: 5px;
	padding: 5px;
	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center;

}
.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 a{

	text-decoration: none;
}
h1, .h1{
	color: #234378;
	font-size: 33px;
	font-weight: normal;
  	

	text-align: left;
	position: relative;
}
 
h2, .h2{
	color: #234378;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
  	
}
h3, .h3{
	color: #234378;
	font-size: 24px;
	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: #303030;
}
a:hover {
	text-decoration: underline;
	color: #e32236;
}
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;
}
#aktuality_slide .aktuality_name {
  
   
    height: 2.6em;
    overflow: hidden;
}

.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-color: #f6efe8;

	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: #e32236;
}
.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: #234378;
}

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddbfa6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #ddbfa6;
    box-shadow: 0 0 0 .2rem rgba(221, 191, 166, .25);
}

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

/***************************/
/*  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: #f6efe8;
	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: 40px 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;
}

/*************
SLIDESHOW AKTUALITY
**************/
#aktuality_slide{
	margin-bottom: 20px;
}
#aktuality_slide .aktuality_box {
	background: #f6efe8;
	border: 1px solid #ddbfa6;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	transition: all 0.5s ease;
}
@media screen and (max-width: 800px){
	#aktuality_slide .aktuality_box {
		padding: 0 15px;
	}
}

#aktuality_slide .aktuality_inner{
	padding: 15px;
	padding-left: 0;
	
}

@media screen and (max-width: 800px){
	#aktuality_slide .aktuality_inner {
		padding: 15px;
		text-align: center;
		padding-bottom: 1.5rem;
	}

	.aktuality_name{
		text-align: center;
	}

	h2.aktuality_name{
		margin: 0 0 1rem 0;
		}

			p.aktuality_date{
		margin-bottom: 1rem !important;
		}

	.aktuality_box .col-md-7{
		padding: 0px !important;
	}

	.mobile-no-padding{
		padding: 0 !important;
	}
		.mobile-text-center{
				text-align: center !important;
			}

	.box-links{
		padding: 0px !important;
	}

	#aktuality_slide .aktuality_img img{
	
		}
}

#aktuality_slide .aktuality_text {
    height: 2.5em;
    overflow: hidden;
	margin-bottom: 20px;
	color: #323232;
}

#aktuality_slide h2 {
margin-bottom:12px !important;
}

#aktuality_slide .aktuality_name a{
	color: #234378;
	font-size: 19px;
	text-decoration: none !important;
	font-weight: normal;
	height: 2.6em;
    	overflow: hidden;
}

.aktuality_name{
	font-size: 19px;
}

#aktuality_slide .btn-more{
	color: #234378;
	font-size: 18px;
	text-decoration: underline;
}

.aktuality_slide:hover .btn-more {
    color: #e32236;
}

#aktuality_slide .aktuality_date{
color: #323232;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}
#aktuality_slide .aktuality_date:before{
	content: "\f017";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	color: #e32236;
	margin-right: 6px;
}

#aktuality_slide .aktuality_text p{
    	font-size: 18px;
	font-weight: 300;
    	text-align: center;
}

#aktuality_slide .aktuality_img{
	width: 100%;
	position: relative;
	    height: 270px;
	overflow: hidden;
}

#aktuality_slide .aktuality_img img{
	border: none !important;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	margin: 0 auto;
      position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.numbering, .numbering.numbering_books{
	width: 100% !important;
}
.slick-dots{
	position: relative;
	bottom: auto;
	margin-bottom: 30px;
}
#main_content .slick-dots li, #green .slick-dots li{
	background: none;
	padding-left: 0;
	margin: 0;
}
#aktuality_slide .slick-slide {
    	margin: 0 15px;
}

#aktuality_slide .slick-list {
    	margin: 0 -15px;
	padding-top: 50px;
}
.slick-dots{
	text-align: left;
}
@media screen and (max-width: 1200px){
	.slick-dots{
		text-align: center;
	}
	.center-div{
		text-align: center;
	}
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #234378;
}
.slick-dots li button:hover, .slick-dots li.slick-active button{
	background: #e32236;
}
.slick-dots li button:before{
	content: "";
}
#aktuality_slide .aktuality_box:hover, #aktuality_slide .aktuality_box:focus{
    border: 1px solid #011c66;
	
}
#aktuality_slide .aktuality_box:hover .btn-more, #aktuality_slide .aktuality_box:focus .btn-more{
	color: #E32236;
}

#aktuality_slide .aktuality_box:hover .btn-terciary, #aktuality_slide .aktuality_box:focus .btn-terciary{
    background: #011c66;
       border: 1px solid #011c66;
    color: white !important;
}



/***********
event-card
************/



   .event-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 100%;
            display: flex;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        
        .event-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        
        .event-card__image-section {
            flex: 1;
            position: relative;
            overflow: hidden;
        }
        
        .event-card__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .event-card__content {
            flex: 1;
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #fafafa;
        }
        
        .event-card__title {
            font-size: 24px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 16px;
            line-height: 1.3;
        }
        
        .event-card__date-container {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }
        
        .event-card__date-icon {
            width: 18px;
            height: 18px;
            color: #e74c3c;
        }
        
        .event-card__date {
            color: #7f8c8d;
            font-size: 16px;
            font-weight: 500;
        }
        
        .event-card__description {
            color: #34495e;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        .event-card__action {
            color: #3498db;
            text-decoration: underline;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: color 0.2s ease;
        }
        
        .event-card__action:hover {
            color: #2980b9;
        }
        
        @media (max-width: 768px) {
            .event-card {
                flex-direction: column;
                max-width: 350px;
            }
            
            .event-card__image-section {
                height: 200px;
            }
            
            .event-card__content {
                padding: 20px;
            }
            
            .event-card__title {
                font-size: 20px;
            }
        }


/***********
CALENDAR
************/


 .calendar-container {
           
            margin-bottom: 70px;
        }

        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .calendar-header button {
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
           color: #e32236 ;
            font-weight: bold;
        }

        .calendar-header h2 {
            margin: 0;
           color: #234378;
            font-size: 22px;
        }

        /* Scoped calendar table styles */
        .calendar {
            border-collapse: collapse;
            width: 100%;
            table-layout: fixed;
        }

        .calendar th,
        .calendar td {
            border: 1px solid #e6d5c3;
            text-align: center;
            vertical-align: top;
            height: 100px;
            padding: 5px;
        }

        .calendar th {
            background-color: #ddbfa6;
            color: #234378;
            font-weight: bold;
            text-align: center;
        }

        .calendar td {
            background-color: #f6efe8;
            color: #234378;
            font-weight: bold;
        }

        .calendar .empty {
            background-color: #f6efe8;
        }

		 #monthYear{
			color: #234378;
			font-size: 23px;
		}

/***********
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: 1200px){

	.box-link{
		
		width: 180px;
		
	}

.navbar-toggler {
    	display: block !important;
    	color: #284178;
    	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: #2d3e78;
}
.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;
}




/* Normal ( -m.png ) */
.logo-cvik      { background-image: url("/files/images/cvik-m.png"); }
.logo-knihovna  { background-image: url("/files/images/knihovna-m.png"); }
.logo-ic        { background-image: url("/files/images/ic-m.png"); }
.logo-kdsvet    { background-image: url("/files/images/kd-m.png"); }

/* Hover ( -b.png ) */
.logo-cvik:hover      { background-image: url("/files/images/cvik-b.png"); }
.logo-knihovna:hover  { background-image: url("/files/images/knihovna-b.png"); }
.logo-ic:hover        { background-image: url("/files/images/ic-b.png"); }
.logo-kdsvet:hover    { background-image: url("/files/images/kd-b.png"); }

.logo-cvik, .logo-knihovna, .logo-ic, .logo-kdsvet {
	background-size: 40px auto;
}




.article-thumb .aktuality_img {
    height: 100%;
    width: auto;
    margin: 0;
    text-align: center;
    position: relative;
}