@charset "UTF-8";
:root {
	--my-table-hover-bg: #fffffe;
	--bs-body-font-family: 'Open Sans', sans-serif;
	--bs-heading-font-family: 'Crete Round', serif;
	--bs-red: #ae0024;
	--bs-yellow: #fef000;
	--bs-yellow-hover: #f4e0b4;
	--bs-light-yellow: #fff6e3;
	--bs-light-yellow-hover: #f7ecd5;
	--bs-very-light-gray: #eee;
	--bs-light-gray: #ddd;
	--bs-primary: #364596;
	--bs-primary-hover: #1e2d79;
	--bs-secondary: #dfebfb;
	--bs-secondary-hover: #bacee9;
	--my-gold: #d2ac67;
	--my-gold-hover: #b18d4a;
	
	--my-skolka-light: #ffeeee;
	--my-skolka-light-hover: #f2d3d3;
	--my-skolka-primary: #ffb7b7;
	--my-skolka-primary-hover: #e5a4a4;
	--my-skolka-dark: #ff8c8c;
	--my-skolka-heavy: #870000;
	--my-skolka-heavy-hover: #5d0000;
	
	--my-druzina-light: #ffefd7;
	--my-druzina-light-hover: #f2ddbf;
	--my-druzina-primary: #ffbd59;
	--my-druzina-primary-hover: #e5aa50;
	--my-druzina-dark: #ff9600;
	--my-druzina-heavy: #6e3a20;
	--my-druzina-heavy-hover: #35180a;

	--my-jidelna-light: #e4d9ea;
	--my-jidelna-light-hover: #d9cbe1;
	--my-jidelna-primary: #ae93bc;
	--my-jidelna-primary-hover: #9c7cac;
	--my-jidelna-dark: #ff9600;
	--my-jidelna-heavy: #5d3273;
	--my-jidelna-heavy-hover: #30163e;

	--my-skola-light: #d8e7f5;
	--my-skola-light-hover: #c3d7ea;
	--my-skola-primary: #5b9bd5;
	--my-skola-primary-hover: #528bbf;
	--my-skola-dark: #0060bc;
	--my-skola-heavy: #0060bc;
	--my-skola-heavy-hover: #004587;
}

.bg-skola-btn {
	background:#3078BB!important;
}
.bg-skolka-btn {
	background:#ac3939!important;
}
.bg-druzina-btn {
	background:#A86500!important;
}
.bg-jidelna-btn {
	background:#A86500!important;
}

.card {
	--bs-card-border-radius:.5rem;
	--bs-border-width:0;
}

.card img {
	-webkit-border-top-left-radius: .5rem;
	-webkit-border-top-right-radius: .5rem;
	-moz-border-radius-topleft: .5rem;
	-moz-border-radius-topright: .5rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.r-widget  .card img {
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
}

.accordion-body>*:last-child {
	margin-bottom:0
}

.m-n2 {
  margin: -.5rem !important;
}


.skolka .nav-years-toogler, .skolka .bg-heavy, .skolka .nav-pills .nav-link, .skolka #topline .btn:hover {
	color:#fff;
background: var(--my-skolka-heavy)
}
.skola .bg-heavy, .skola .nav-pills .nav-link, .skola #topline .btn:hover {
	color:#fff;
background: var(--my-skola-heavy)
}
.druzina .nav-years-toogler, .druzina .bg-heavy, .druzina .nav-pills .nav-link, .druzina #topline .btn:hover {
	color:#fff;
background: var(--my-druzina-heavy)
}
.jidelna .nav-years-toogler, .jidelna .bg-heavy, .jidelna .nav-pills .nav-link, .jidelna #topline .btn:hover {
	color:#fff;
background: var(--my-jidelna-heavy)
}

.skolka .nav-years-toogler:hover, .skolka .nav-pills .nav-link.active, .skolka .nav-pills .nav-link.active:hover, .skolka .nav-pills .nav-link:hover {
	color:#fff;
background: var(--my-skolka-heavy-hover)
}
.skola .nav-pills .nav-link.active, .skola .nav-pills .nav-link.active:hover, .skola .nav-pills .nav-link:hover {
	color:#fff;
background: var(--my-skola-heavy-hover)
}
.druzina .nav-years-toogler:hover, .druzina .nav-pills .nav-link.active, .druzina .nav-pills .nav-link.active:hover, .druzina .nav-pills .nav-link:hover {
	color:#fff;
background: var(--my-druzina-heavy-hover)
}
.jidelna .nav-years-toogler:hover, .jidelna .nav-pills .nav-link.active, .jidelna .nav-pills .nav-link.active:hover, .jidelna .nav-pills .nav-link:hover {
	color:#fff;
background: var(--my-jidelna-heavy-hover)
}

.accordion {
--bs-accordion-btn-focus-box-shadow: none
}

.skolka .accordion {
	--bs-accordion-active-bg:var(--my-skolka-light);
}
.skola .accordion {
	--bs-accordion-active-bg:var(--my-skola-light);
}
.druzina .accordion {
	--bs-accordion-active-bg:var(--my-druzina-light);
}
.jidelna .accordion {
	--bs-accordion-active-bg:var(--my-jidelna-light);
}

.skolka #topline, .skolka .bg-breadcrumb, .skolka #footer>.content, .card.skolka {
background: var(--my-skolka-light)
}

.skola #topline, .skola .bg-breadcrumb, .skola #footer>.content, .card.skola {
background: var(--my-skola-light)
}
.druzina #topline, .druzina .bg-breadcrumb, .druzina #footer>.content, .card.druzina {
background: var(--my-druzina-light)
}
.jidelna #topline, .jidelna .bg-breadcrumb, .jidelna #footer>.content, .card.jidelna {
background: var(--my-jidelna-light)
}
#topline, .bg-breadcrumb {
background: var(--bs-very-light-gray)
}

.card.skolka:hover {
background: var(--my-skolka-light-hover)
}
.card.skola:hover {
background: var(--my-skola-light-hover)
}
.card.druzina:hover {
background: var(--my-druzina-light-hover)
}
.card.jidelna:hover {
background: var(--my-jidelna-light-hover)
}


.skolka #footer .content {
	border-color: var(--my-skolka-primary);
}
.skola #footer .content {
	border-color: var(--my-skola-primary);
}
.druzina #footer .content {
	border-color: var(--my-druzina-primary);
}
.jidelna #footer .content {
	border-color: var(--my-jidelna-primary);
}
#footer .content {
	border-bottom:10px solid #ddd;
}

.skolka #footer .nav-item {
  border-color: var(--my-skolka-light)
}
.skola #footer .nav-item {
  border-color: var(--my-skola-light)
}
.druzina #footer .nav-item {
  border-color: var(--my-druzina-light)
}
.jidelna #footer .nav-item {
  border-color: var(--my-jidelna-light)
}

.skolka aside.page {
	border-color: var(--my-skolka-primary);
}
.druzina aside.page {
	border-color: var(--my-druzina-primary);
}
.jidelna aside.page {
	border-color: var(--my-jidelna-primary);
}
aside.page {
	border-right: 10px solid var(--my-skola-primary);
	min-height:100%;
	margin-right: 3rem;
}

.skolka .breadcrumb-item {
    --bs-breadcrumb-divider-color:var(--my-skolka-heavy);
}
.druzina .breadcrumb-item {
    --bs-breadcrumb-divider-color:var(--my-druzina-heavy);
}
.jidelna .breadcrumb-item {
    --bs-breadcrumb-divider-color:var(--my-jidelna-heavy);
}
.breadcrumb-item {
  --bs-breadcrumb-divider: '/';
  --bs-breadcrumb-divider-color:var(--my-skola-heavy);
}

.dropdown-menu {
	border-radius: 0;
	--bs-dropdown-spacer:0;
	--bs-dropdown-bg:var(--my-skola-heavy);
	--bs-dropdown-border-color:var(--my-skola-heavy);
}
.skolka .dropdown-menu {
    --bs-dropdown-bg:var(--my-skolka-heavy);
	--bs-dropdown-border-color:var(--my-skolka-heavy);
}
.druzina .dropdown-menu {
    --bs-dropdown-bg:var(--my-druzina-heavy);
	--bs-dropdown-border-color:var(--my-druzina-heavy);
}
.jidelna .dropdown-menu {
    --bs-dropdown-bg:var(--my-jidelna-heavy);
	--bs-dropdown-border-color:var(--my-jidelna-heavy);
}

.dropdown-item {
	--bs-dropdown-link-hover-bg: var(--my-skola-heavy);
	--bs-dropdown-link-active-bg: var(--my-skola-heavy);
}
.skolka .dropdown-item {
	--bs-dropdown-link-active-bg: var(--my-skolka-heavy);
	--bs-dropdown-link-hover-bg: var(--my-skolka-heavy);
}
.druzina .dropdown-item {
	--bs-dropdown-link-hover-bg: var(--my-druzina-heavy);
	--bs-dropdown-link-active-bg: var(--my-druzina-heavy);
}
.jidelna .dropdown-item {
	--bs-dropdown-link-hover-bg: var(--my-jidelna-heavy);
	--bs-dropdown-link-active-bg: var(--my-jidelna-heavy);
}

.dropdown-toggle::after {
  display: none;
}

.skolka .aside_content {
	background: var(--my-skolka-light)
}
.druzina .aside_content {
	background: var(--my-druzina-light)
}
.jidelna .aside_content {
	background: var(--my-jidelna-light)
}
.aside_content {
	font-size:.9rem;
	margin-top:1.4rem;
	padding: .75rem 1rem;
	background: var(--my-skola-light)
}
.aside_content>*:last-child {
	margin-bottom:.3rem
}
.aside_content p {
	margin-bottom:.6rem;
}
aside nav.sidebar {
	margin-left: 1rem;
}

.skolka .aside_content a:hover, .skolka .aside_content a:focus {
	color:var(--my-skolka-heavy);
}
.druzina .aside_content a:hover, .druzina .aside_content a:focus {
	color:var(--my-druzina-heavy);
}
.jidelna .aside_content a:hover, .jidelna .aside_content a:focus {
	color:var(--my-jidelna-heavy);
}
.aside_content a:hover, .aside_content a:focus {
	color:var(--my-skola-heavy);
}

.pagination {
	--bs-pagination-hover-color: black;
	--bs-pagination-hover-bg: var(--bs-light-gray);
	--bs-pagination-hover-border-color: black;
	--bs-pagination-focus-color: black;
	--bs-pagination-focus-bg: var(--bs-light-gray);
	--bs-pagination-focus-box-shadow: none;
	--bs-pagination-active-color: white;
	display: flex;
	padding-left: 0;
	list-style: none
}

.skola .pagination {
	--bs-pagination-color: var(--my-skola-heavy);
	--bs-pagination-border-color: var(--my-skola-heavy);
	--bs-pagination-active-bg: var(--my-skola-heavy-hover);
	--bs-pagination-active-border-color: var(--my-skola-heavy-hover);
	--bs-pagination-disabled-color: var(--my-skola-heavy-hover);
	--bs-pagination-disabled-border-color: var(--my-skola-light);
	--bs-pagination-disabled-bg: var(--my-skola-light);
}

.galleries .card {
	--bs-card-spacer-y:.75rem;
}

.galleries h2 {
	font-size: 1.25rem !important;
	margin-bottom:.3rem;
}

.skola .pagination a.page-link:hover {
	color:#fff!important;
}


.spolupracujeme img {
	height:30px;
	width:auto;
}

.spolupracujeme .btn {
	background-color: #fff;
	border-color: #fff;
	margin:8px 8px 0 0;
	padding: .5rem .6rem;
}

.spolupracujeme .btn.komat {
	background-color: #ffdd02;
	border-color: #ffdd02;
}

.spolupracujeme .btn-txt {
	padding: .7rem .9rem;
	font-size:.9rem;
}

.skola .spolupracujeme .btn:hover {
    border-color: var(--my-skola-primary);
}

.skolka .spolupracujeme .btn:hover {
    border-color: var(--my-skolka-primary);
}

.druzina .spolupracujeme .btn:hover {
    border-color: var(--my-druzina-primary);
}

.jidelna .spolupracujeme .btn:hover {
    border-color: var(--my-jidelna-primary);
}
.top-title {
	padding-right:15px;
	line-height:1.14;
	margin-bottom:0;
	font-size: calc(1.2rem + 1vw)
}

#topline {
	font-size:.9rem;
}

#topline .facebook {
	height:38px;
	width:38px;
}

#topline .btn {
padding: .25rem .5rem .45rem;
}



.aside_content a, #nav_accordion>.nav-item>.nav-link:hover, #nav_accordion>.nav-item>.nav-link:focus, .skola .newses a:hover, .skolka .newses a:hover, .druzina .newses a:hover, .jidelna .newses a:hover  {
color: black;
text-decoration:underline;
}
#nav_accordion>.nav-item {
	margin-bottom:0;
}

#nav_accordion {
	margin-left:.8rem;
}

#nav_accordion {
  list-style: none;
}

#nav_accordion > li {
  clear: left;
}
 
#nav_accordion > li:before {
  content: "";
  height: 1rem;
  width: 1rem;
  display: block;
  float: left;
  margin: .5rem 0 0 -1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%:
}

#nav_accordion > li:before { 
  background: url("/img/odrazka-skola.svg");
  background-size: cover;
  background-position: center;
}
.skolka #nav_accordion > li:before { 
  background: url("/img/odrazka-skolka.svg");
}
.druzina #nav_accordion > li:before { 
  background: url("/img/odrazka-druzina.svg");
}
.jidelna #nav_accordion > li:before { 
  background: url("/img/odrazka-jidelna.svg");
}
#nav_accordion>.nav-item>.nav-link {
	--bs-nav-link-font-size:1rem;
	--bs-nav-link-padding-y:.3rem;
	--bs-nav-link-padding-x:.6rem;
	--bs-navbar-nav-link-padding-x:1.2rem;
	color: black;
	font-weight:400;
}

/*

#nav_accordion>.nav-item::before {
	float: left;
    content: ">";
	font-weight:900;
	padding:.3rem 0;
	color:var(--my-skola-heavy);
}

.skolka #nav_accordion>.nav-item::before {
	color:var(--my-skolka-heavy);
}

.druzina #nav_accordion>.nav-item::before {
	color:var(--my-druzina-heavy);
}
*/
.breadcrumb-container a:hover {
  text-decoration:underline;
  color:black;
}

.breadcrumb-container {
  text-align: left;
  padding-top: .6rem;
  padding-bottom: .4rem;
  font-size:.9rem;
}
.breadcrumb-container ol {
  margin-bottom: 2px;
  color: #333 !important;
}
.breadcrumb-container a, a.black, .skolka a.black, .skola a.black, .druzina a.black, .jidelna a.black {
  color: #000;
  text-decoration:none;
}
.breadcrumb-container img {
  width: 15px;
  margin:-5px 2px 0 0;
}

.sect-title {
	margin:1.5rem 0 0 1rem;
	display:block;
	font-size:1.75rem;
}

.aside_content p.aside-title {
	font-size:1.75rem;
	margin-bottom:.3rem;
}

#footer .nav-item {
  border-left: 4px solid var(--bs-very-light-gray);
  background: url('/img/footer-list.png') top left no-repeat;
  width:50%;
}

#footer .nav-link {
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-padding-y: .3rem;
  --bs-nav-link-padding-x: 1rem;
  --bs-navbar-nav-link-padding-x: 1.2rem;
  color: black;
  font-weight: normal;
}
#footer .nav-link:hover {
	text-decoration:underline;
}

.footer-row>div {
	padding-bottom:1.8rem;
}

.last-row {
  font-size: .8rem;
  margin-top: .7rem;
}

.content-wrap {
	padding-right:3rem;
}

.newses a {
	font-size:1.4rem;
	display:block;
	background-color:rgb(255,255,255,.7);
	padding:.75rem 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.newses>div {
	padding: 0 .8rem;
	margin-bottom:1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.main-container {
margin-top: 2.5rem 
}

aside .r-widget {
	background: var(--bs-very-light-gray);
	padding:1.2rem 1.8rem;
	margin-bottom:1.5rem;
	font-size:.95rem;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
} 

aside .r-widget>* {
	margin:0 0 .5rem;
} 
aside .r-widget>*:first-child {
	margin-top:0;
} 
aside .r-widget h2 {
	font-size:1.7rem;
} 
.newses a, .newses a:hover, aside .r-widget a {
	color:#000;
}
aside .r-widget a:hover {
	color:var(--my-skola-primary-hover);
}
aside .r-widget .card {
	margin-bottom:.75rem;
}

aside .r-widget h2 {
	margin-bottom:.65rem;
}


#top-logo-small {
	display:none;
}

.gsc-control-cse {
  padding: 0!important;
  border: 0!important;
  background-color: transparent;
}

table.gsc-search-box, form.gsc-search-box {
  margin-bottom: 0!important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0px;
}

.gsc-search-button {
	display:none;
}

.gsc-input-box {
	border: 0;
}

.gsib_a {
  padding:  1px;
}


.hp-header-last {
	position:relative;
	z-index:99999;
	margin:-140px 0 75px;
}

.icon-facebook {
	width:75px;
	height:75px;
	border:5px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-left:35px;
}

#menumain .icon-facebook {
	width:50px;
	height:50px;
	border:3px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 10px 0;
}


#artid1 #___gcse_0 {
	width:250px;
	position:relative;
	z-index:99999;
	border: 8px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#artid1 .gsce-wrap {
	margin-right:30px;
	border: 3px solid #333;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#artid1 .gsc-input-box {
	border:0!important;
}

#artid1 .navbar-brand.d-none {
	display:inline!important;
}

.top-page-container .gsce-wrap {
	margin: 30px 0 0 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.top-page-container #___gcse_0 {
	width:220px;
}

.top-page-container .gsc-input-box {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 5px solid var(--my-skola-heavy);
}

.skolka .top-page-container .gsc-input-box {
	border-bottom: 5px solid var(--my-skolka-heavy);
}
.druzina .top-page-container .gsc-input-box {
	border-bottom: 5px solid var(--my-druzina-heavy);
}
.jidelna .top-page-container .gsc-input-box {
	border-bottom: 5px solid var(--my-jidelna-heavy);
}

#menumain .gsce-wrap {
	border-color: #fff;
	margin: 10px;
}

#menumain #___gcse_1 {
	width:250px;
}


.ratio-hp-slider {
  --bs-aspect-ratio: 40%;
}

#carousel-homepage .bg-banner-content {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
}

#carousel-homepage .bg-banner-content-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#carousel-homepage .bg-banner .bg-banner-inner>img {
	border: 12px solid #70ad47;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#top-logo {
  position: relative;
  z-index: 99999;
  margin: -30px 0 20px;
  width: 180px;
  -webkit-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
  -moz-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
  box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
}

#artid1 #top-logo {
	position:relative;
	z-index:99999;
	margin-top:30px;
	margin-left:-50px;
	margin-bottom:-150px;
	float:left;
	width: 234px;
	height:234px;
	-webkit-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	-moz-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
}

#artid1 h1 {
	font-weight:bold;
	margin:2.5rem 0 1.6rem;
}

.hp-header {
	display:inline-block;
	float:right;
}

.hp-header .nav-pills{
	font-family: var(--bs-heading-font-family);
	position:relative;
	left:-25%;
	z-index:99999;
	float:right;
	margin-bottom:-3rem;
	width:100%;
	max-width:50%;
}

.hp-header .nav-pills .nav-link {
	font-size:2.4rem;
	width:6rem;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	-moz-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
}
.hp-header .nav-pills>.nav-item:last-child .nav-link {
  margin-right: 0;
}

.newses a, .hp-header .nav-pills .nav-link:hover {
	text-decoration:none;
}

.bg-uspech {
background: var(--my-gold)!important;
}
.bg-uspech:hover a {
background: transparent;
}

.btn-uspech {
background: var(--my-gold);
border-color: var(--my-gold);
color:black;
}
.skola a.btn-uspech:hover {
	background: black;
	border-color: black;
	color:var(--my-gold);
}

.bg-universal {
	background: var(--bs-gray-500)!important;
}
.bg-universal:hover {
	background: var(--bs-gray-600)!important;
	color:black!important;
}

.bg-skola, .bg-zs {
background: var(--my-skola-primary)!important;
}
.bg-skolka, .bg-ms {
background: var(--my-skolka-primary)!important;
}
.bg-druzina, .bg-sd {
background: var(--my-druzina-primary)!important;
}
.bg-jidelna, .bg-sd {
background: var(--my-jidelna-primary)!important;
}
.bg-skola-hover:hover,.bg-zs-hover:hover,.bg-skola-hover:focus,.bg-zs-hover:focus, .bg-universal:focus {
background: var(--my-skola-primary-hover)!important;
color:black!important;
}
.bg-skolka-hover:hover, .bg-ms-hover:hover,.bg-skolka-hover:focus, .bg-ms-hover:focus {
background: var(--my-skolka-primary-hover)!important;
color:black!important;
}
.bg-druzina-hover:hover, .bg-sd-hover:hover,.bg-druzina-hover:focus, .bg-sd-hover:focus {
background: var(--my-druzina-primary-hover)!important;
color:black!important;
}
.bg-jidelna-hover:hover,.bg-jidelna-hover:focus {
background: var(--my-jidelna-primary-hover)!important;
color:black!important;
}
.nav-pills .bg-skola-hover:hover,.nav-pills .bg-zs-hover:hover,.nav-pills .bg-skola-hover:focus,.nav-pills .bg-zs-hover:focus {
background: var(--my-skola-heavy)!important;
color:white!important;
}
.nav-pills .bg-skolka-hover:hover, .nav-pills .bg-ms-hover:hover,.nav-pills .bg-skolka-hover:focus, .nav-pills .bg-ms-hover:focus {
background: var(--my-skolka-heavy)!important;
color:white!important;
}
.nav-pills .bg-druzina-hover:hover, .nav-pills .bg-sd-hover:hover,.nav-pills .bg-druzina-hover:focus, .nav-pills .bg-sd-hover:focus {
background: var(--my-druzina-heavy)!important;
color:white!important;
}
.nav-pills .bg-jidelna-hover:hover,.nav-pills .bg-jidelna-hover:focus {
background: var(--my-jidelna-heavy)!important;
color:white!important;
}
.bg-skola-dark {
background: var(--my-skola-dark);
}
.bg-skolka-dark {
background: var(--my-skolka-dark);
}
.bg-druzina-dark {
background: var(--my-druzina-dark);
}
.bg-jidelna-dark {
background: var(--my-jidelna-dark);
}


.btn-outline-red,.planakci .clickable:hover .akce h3 a,.planakci .clickable:hover h3 {
	color: var(--bs-red)
}

.carousel-indicators {
  margin-bottom: 2rem;
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-check:focus+.btn-primary,.btn-primary.active:focus,.btn-primary:active:focus,.btn-primary:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none
}
#nav-years .nav-item,.bootstrap-table .fixed-table-container .table .bs-checkbox label,.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu,.card-body ul,.card-body ul li:last-child,.nav-docs-years .nav-item,.nav-pills li,.news-card>:last-child,.pagecontent .breadcrumb,.pagecontent .breadcrumb li {
	margin-bottom: 0
}
.navbar {
	--bs-navbar-toggler-focus-width:0;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar .navbar-toggler:hover {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28254, 240, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-color:black;
}

.NEnav-pills {
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #364596;
	border-bottom:2px solid var(--bs-primary);
	margin-bottom:2.5rem;
}
.nav-link {
	--bs-nav-link-font-size:1.2rem;
	--bs-nav-link-padding-y:.7rem;
	--bs-nav-link-padding-x:1rem;
	--bs-navbar-nav-link-padding-x:1.2rem;
	color: black;
	font-weight:bold;
}

.navbar {
	--bs-navbar-padding-y:0;
}
.nav-pills .nav-link{	
	background:var(--bs-very-light-gray);
}
.nav-pills .nav-link:hover{	
	background:var(--bs-light-gray);
	color:black;
}
.pagecontent .nav-pills li {
  margin-bottom: 0;
}

.bg-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -skolka-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-skolka-flex-align: stretch;
	align-items: stretch
}
.bg-banner-inner {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden
}
.bg-banner .bg-banner-inner>img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-skolka-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.NEbg-banner:hover .bg-banner-inner>img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-skolka-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out,-moz-transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out
}
.bg-banner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -skolka-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-skolka-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-skolka-flex-pack: end;
	justify-content: flex-end;
}
.mb-2rem,.nav-years,.news-card {
	margin-bottom: 2rem
}

#topline .menu-core .nav-item.active,#urdesk-archive-form,.bg-light-gray,.news-card {
background: var(--bs-very-light-gray)
}
.bootstrap-table .fixed-table-pagination::after,.bootstrap-table .fixed-table-toolbar::after {
content: "";
display: block;
clear: both
}
.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search {
position: relative;
margin-top: 10px;
margin-bottom: 10px
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
display: inline-block;
margin-left: -1px!important
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn {
border-radius: 0
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
text-align: left;
max-height: 300px;
overflow: auto;
-skolka-overflow-style: scrollbar;
z-index: 1001
}
.bootstrap-table .fixed-table-toolbar .columns label {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.428571429
}
.bootstrap-table .fixed-table-toolbar .columns-left {
margin-right: 5px
}
.bootstrap-table .fixed-table-toolbar .columns-right {
margin-left: 5px
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
right: 0;
left: auto
}
.bootstrap-table .fixed-table-container {
position: relative;
clear: both
}
.bootstrap-table .fixed-table-container .table {
width: 100%;
margin-bottom: 0!important
}
.bootstrap-table .fixed-table-container .table td,.bootstrap-table .fixed-table-container .table th {
vertical-align: middle;
box-sizing: border-box
}
.bootstrap-table .fixed-table-container .table thead th {
vertical-align: bottom;
padding: 0;
margin: 0
}
.bootstrap-table .fixed-table-container .table thead th:focus {
outline: transparent solid 0
}
.bootstrap-table .fixed-table-container .table thead th.detail {
width: 30px
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
padding: .75rem;
vertical-align: bottom;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
cursor: pointer;
background-position: right;
background-repeat: no-repeat;
padding-right: 30px!important
}
.bootstrap-table .fixed-table-container .table thead th .both {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")
}
.bootstrap-table .fixed-table-container .table thead th .asc {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")
}
.bootstrap-table .fixed-table-container .table thead th .desc {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ")
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
background-color: rgba(0,0,0,.075)
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
display: flex
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
font-weight: 700;
display: inline-block;
min-width: 30%;
width: auto!important;
text-align: left!important
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
width: 100%!important
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
margin: 0 auto!important
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
padding: .3rem
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th,.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
border-bottom: 1px solid #dee2e6
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
border-bottom: 1px solid #32383e
}
.bootstrap-table .fixed-table-container .fixed-table-footer,.bootstrap-table .fixed-table-container .fixed-table-header {
overflow: hidden
}
.bootstrap-table .fixed-table-container .fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 100%
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
align-items: center;
background: #fff;
display: flex;
justify-content: center;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1000;
transition: visibility,opacity .15s ease-in-out;
opacity: 0;
visibility: hidden
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
visibility: visible;
opacity: 1
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
align-items: baseline;
display: flex;
justify-content: center
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
margin-right: 6px
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
align-items: center;
display: flex;
justify-content: center
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
content: "";
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-name: LOADING;
background: #212529;
border-radius: 50%;
display: block;
height: 5px;
margin: 0 4px;
opacity: 0;
width: 5px
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
animation-delay: .3s
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
animation-delay: .6s
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
background: #212529
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
background: #fff
}
.bootstrap-table .fixed-table-pagination>.pagination,.bootstrap-table .fixed-table-pagination>.pagination-detail {
margin-top: 10px;
margin-bottom: 10px
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
line-height: 34px;
margin-right: 5px
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list,.cc-floating.cc-type-info.cc-theme-classic .cc-btn,.cc-link,nav.spider {
display: inline-block
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
position: relative;
display: inline-block;
vertical-align: middle
}
.blueimp-gallery .modal-footer,.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
margin: 0
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
color: #c8c8c8
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
content: '\2B05'
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
content: '\27A1'
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
pointer-events: none;
cursor: default
}
.bootstrap-table.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%!important;
background: #fff;
height: calc(100vh);
overflow-y: scroll
}
.bootstrap-table.bootstrap4 .pagination-lg .page-link,.bootstrap-table.bootstrap5 .pagination-lg .page-link {
padding: .5rem 1rem
}
.bootstrap-table.bootstrap5 .float-left {
float: left
}
.bootstrap-table.bootstrap5 .float-right,img.typ1,img.typ2 {
float: right
}
div.fixed-table-scroll-inner {
width: 100%;
height: 200px
}
div.fixed-table-scroll-outer {
top: 0;
left: 0;
visibility: hidden;
width: 200px;
height: 150px;
overflow: hidden
}
@keyframes LOADING {0%,to {
opacity: 0
}
50% {
opacity: 1
}

}
.modal-header {
border-bottom: 0;
min-height: 16.4286px;
padding: 8px
}
.modal-footer {
border-top: 0;
padding: 8px
}
.form-control {
}
.table-hover>tbody>tr:hover>* {
background-color: var(--my-table-hover-bg)!important
}
h2.h3.udeska-cat-title {
margin: 1.5rem 0 -2.75rem
}
.accordion .card {
background-color: transparent
}
.accordion .card-header,.card,.contact-row>div>div {
background-color: var(--bs-very-light-gray)
}
.card:hover {
background-color: var(--bs-secondary)
}

.r-widget .card:hover {
background-color: var(--bs-gray-400)
}

.accordion .card-header {
border-bottom: 0;
padding: 0
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-check:focus+.btn-primary,.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.show>.btn-primary.dropdown-toggle,.square-banner:hover .bg-banner-content .btn {
border-color: var(--bs-primary-hover);
background-color: var(--bs-primary-hover);
color: #fff
}
.accordion .card-header .btn {
display: block;
text-align: left;
font-weight: 700;
font-size: 1.1rem
}
.pagecontent li {
margin-bottom: .7rem
}
nav.spider {
--bs-breadcrumb-divider: '>'
}
th {
background-color: var(--bs-very-light-gray)!important
}
#topline a,#footer a,.pagecontent .akce a,.pagecontent .card a {
color: #000;
text-decoration: none
}
#topline a:hover {
text-decoration: underline
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
color: #fff;
background-color: var(--bs-primary)
}
.nav-pills .nav-link.active:hover,.nav-pills .show>.nav-link:hover {
background-color: var(--bs-primary)
}
.nav-docs-years .nav-link,.nav-years .nav-link {
background-color: var(--bs-secondary);
color: #000;
margin: 0 .5rem .5rem 0
}
.nav-years .nav-link:hover {
background-color: var(--bs-secondary-hover)
}
.jgallery-container {
margin: 0 -8px 1rem
}
img.typ2 {
margin: 5px 0 5px 20px
}
img.typ4 {
float: left;
margin-right: 20px;
margin-bottom: 5px;
margin-top: 8px
}
img.typ5 {
margin: 2rem auto 1rem;
	display:block;
}
		
#menumain {
	font-family: var(--bs-heading-font-family);
}
#menumain a {
	color:#fff;
}
#menumain a:hover {
	text-decoration:underline;
}

#menumain .active>a {
	background-color:rgba(0,0,0,.2);
}

#menumain a.hgl {
	background-color:var(--bs-red);
}
#topline .nav-top .nav-item.order a {
	display:inline-block;
	background-color:var(--bs-red);
	color:#fff;
	font-weight:bold;
	padding:.4rem 1.2rem;
	font-size:1rem;
}
.top-title, .aside-title, .sect-title, .h1,h1,.h2,h2,.h3,.h4,h3,h4,.newses a {
font-family: var(--bs-heading-font-family);
}
.h1,h1 {
font-size: 2.5rem;
margin-bottom: 1.5rem
}
.h2,h2 {
font-size: 1.9rem;
margin-bottom: .6rem;
margin-top: 2rem;
font-weight: 500
}
.h3,.h4,h3,h4 {
margin-bottom: .4rem;
font-weight: 700
}
.h3,h3 {
font-size: 1.3rem;
margin-top: 1.6rem
}
.h4,h4 {
	margin-top: 1.6rem;
font-size: 1.3rem
}
.glightbox-clean h4.gslide-title{
	margin-top: 0;
}

a {
color: var(--bs-primary)
}
.skola a:hover {
color: var(--my-skola-heavy)
}
.druzina a:hover {
color: var(--my-druzina-heavy-hover)
}
.jidelna a:hover {
color: var(--my-jidelna-heavy-hover)
}
.skolka a:hover {
color: var(--my-skolka-heavy-hover)
}
.druzina a {
color: var(--my-druzina-heavy)
}
.jidelna a {
color: var(--my-jidelna-heavy)
}
.skolka a {
color: var(--my-skolka-heavy)
}
.druzina .newses a, .jidelna .newses a, .skolka .newses a, .skola .pagecontent .card a:hover, .skolka .pagecontent .card a:hover, .druzina .pagecontent .card a:hover, .jidelna .pagecontent .card a:hover {
color: black!important
}


a:hover {
color: var(--bs-primary-hover)
}
.navbar-toggler {
border: 0!important;
border-radius: 0
}
#footer {
  font-size: 1rem;
  margin: 2.5rem 0;
}
#footer .copyright, #topline {
text-align: right
}
#footer .lm {
width: 14px;
height: 14px
}
#footer .icon {
width: 1.1rem;
height: 1.1rem;
margin-right: .4rem;
fill: black
}

#topline .breadcrumb-container {
text-align: left;
padding-top: .4rem;
padding-bottom: .4rem
}
#topline .breadcrumb-container ol {
margin-bottom: 0;
color: #333!important
}
.breadcrumb-item+.breadcrumb-item::before {
font-weight: 700;
}
#topline .menu-core,#topline .nav-top {
margin: 0;
list-style: none;
padding-left: 0
}
#topline .bg-light-gray .nav-top .nav-item:not(:last-child) {
padding-right: .75rem
}
#topline .nav-top .nav-item {
padding-top: .2rem;
padding-left: 1rem;
padding-bottom: .4rem;
line-height: 1.8rem
}
.btn-primary {
color: #fff;
background-color: var(--bs-primary);
border-color: var(--bs-primary)
}
.btn {
padding: .5rem 1rem;
}
@media (max-width:1399px) {
	aside.page {
	  margin-right: 2rem;
	}
}
@media (max-width:1199px) {
	aside.page {
	  margin-right: 1rem;
	}
	#top-logo {
	  width: 150px;
	}

	.content-wrap {
		padding-right:2rem;
	}


.h1,h1 {
font-size: 2rem
}
.h2,h2 {
font-size: 1.6rem
}
.h3,h3 {
font-size: 1.4rem
}
}
@media (max-width:991px) {
	
	.r-widget.last-galleries .card {
		display:none;
	}
	.r-widget.last-galleries .card.card-1 {
		display:block;
	}
	
	.main-container {
 	   padding-right: 50px;
 	   padding-left: 50px;
	  margin-top: 1.5rem;
	}
	aside.page {
	  margin-right: 0;
	  margin-left:5px;
	}

.navbar-toggler {
	margin-top:-40px;
}

#artid1 .navbar-toggler {
	margin-top:0;
}

	#menumain .active a.nav-link.show {
		color:var(--my-skola-heavy);	
		background-color:var(--my-skola-light);
	}
	.skolka #menumain .active a.nav-link.show {
		color:var(--my-skolka-heavy);	
		background-color:var(--my-skolka-light);
	}
	.druzina #menumain .active a.nav-link.show {
		color:var(--my-druzina-heavy);	
		background-color:var(--my-druzina-light);
	}
	.jidelna #menumain .active a.nav-link.show {
		color:var(--my-jidelna-heavy);	
		background-color:var(--my-jidelna-light);
	}

	#menumain .active a {
		background-color:var(--my-skola-heavy);	
		color:var(--my-skola-light);
		padding-left: 25px;
	    padding-right: 25px;
	}
	.skolka #menumain .active a {
		background-color:var(--my-skolka-heavy);	
		color:var(--my-skolka-light);
	}
	.druzina #menumain .active a {
		background-color:var(--my-druzina-heavy);	
		color:var(--my-druzina-light);
	}
	.jidelna #menumain .active a {
		background-color:var(--my-jidelna-heavy);	
		color:var(--my-jidelna-light);
	}
	#menumain .dropdown-item {
		color:white;
	}
	.navbar-nav, #header .bg-heavy {
		background-color:var(--my-skola-light);	
	}
	.skolka .navbar-nav, .skolka #header .bg-heavy {
		background-color:var(--my-skolka-light);	
	}
	.druzina .navbar-nav, .druzina #header .bg-heavy {
		background-color:var(--my-druzina-light);	
	}
	.jidelna .navbar-nav, .jidelna #header .bg-heavy {
		background-color:var(--my-jidelna-light);	
	}

	.bg-breadcrumb {
		padding-right:60px;
	}
	.navbar-collapse {
		margin-left:calc(var(--bs-gutter-x) * -.5);
		margin-right:calc(var(--bs-gutter-x) * -.5);
	}
	
	.navbar-collapse .nav-link {
		padding-left:25px;
		padding-right:25px;
	}
	
	.navbar .navbar-toggler {
		margin-right:calc(var(--bs-gutter-x) * -.5);
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%280, 0, 0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}
	
	.navbar .navbar-toggler:hover .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}
	
	.navbar .navbar-toggler:hover {
		background-color:var(--my-skola-heavy);	
	}
	.skolka .navbar .navbar-toggler:hover {
		background-color:var(--my-skolka-heavy);	
	}
	.druzina .navbar .navbar-toggler:hover {
		background-color:var(--my-druzina-heavy);	
	}
	.jidelna .navbar .navbar-toggler:hover {
		background-color:var(--my-jidelna-heavy);	
	}
	
	#menumain a {
	  color: var(--my-skola-heavy);	
	}
	.skolka #menumain a {
	  color: var(--my-skolka-heavy);	
	}
	.druzina #menumain a {
	  color: var(--my-druzina-heavy);	
	}
	.jidelna #menumain a {
	  color: var(--my-jidelna-heavy);	
	}
	#menumain a.dropdown-item {
	  color: var(--my-skola-light);	
	  padding-left:3rem;
	}
	.skolka #menumain a.dropdown-item {
	  color: var(--my-skolka-light);	
	}
	.druzina #menumain a.dropdown-item {
	  color: var(--my-druzina-light);	
	}
	.jidelna #menumain a.dropdown-item {
	  color: var(--my-jidelna-light);	
	}
	
	#menumain table.gsc-search-box td.gsc-input {
	  padding-right: 0;
	}
	
	aside .r-widget {
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	} 
	.content-wrap {
			padding: 0 15px 2rem 15px;
	}
	#topline .nav-top .nav-item.order {
		display:block;
		padding: 0;
	}
	#menumain .nav-item {
		text-align: left;
	}
	#menumain a.hgl {
	  background-color: transparent;
	}
	#artid1 #top-logo {
		margin-top: 30px;
		margin-left: -30px;
		margin-bottom: -100px;
		float: left;
		width: 180px;
		height: 180px;
	}
    #artid1 h1 {
       font-size: 1.8rem;
	   margin-bottom:1rem;
     }
	 .hp-header .nav-pills {
	   left: -25%;
	   max-width: 60%;
	 }	 
	 #header .container-lg {
	   padding-right: 50px;
	   padding-left: 50px;
	 }
 	#artid1 #footer {
 	  margin: 0 0 3rem;
 	}
	 
}
@media (max-width:900px) {
	#top-logo {
		margin-top:15px;
		width:120px;
	}
	#artid1 #top-logo {
		display:none;
	}
	#top-logo-small {
		display:block;
		float: left;
		width: 145px;
		margin: 0 30px 15px 0;
	}
	.hp-header {
	  display: block;
	  float: none;
	}
	#artid1 h1 {
	  margin: 1.5rem 0 1.6rem;
	}
	.hp-header .nav-pills {
	  left: 0;
	  float: none;
	  margin-bottom: 2rem;
	  width: 100%;
	  max-width: 50%;
	  justify-content: flex-start !important;
	}
	.hp-header .nav-pills .nav-link {
	  font-size: 1.6rem;
	  width: 4rem;
	  text-align: center;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border-radius: 10px;
	  -webkit-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	  -moz-box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	  box-shadow: 3px 3px 19px -4px rgba(0,0,0,0.62);
	  margin-right: 1.7rem;
	}
	#footer .copyright {
	  text-align: left;
	}

}
@media (max-width:767px) {

    #topline .nav-top .nav-item {
      padding-top: 0;
      padding-bottom: 0;
      line-height: auto;
    }

	.footer-row>div {
		padding-bottom:.5rem;
	}
	.footer-row {
	padding-bottom:1.6rem;
	}

	
    #header .container-lg, .main-container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		  padding-left: calc(var(--bs-gutter-x) * .5);
    }
	
	.hp-header .nav-pills {
	  max-width: 60%;
	}
	.nav-link {
	  --bs-nav-link-padding-x: .2rem;
	}
img.typ1,img.typ2,img.typ3,img.typ4 {
margin: 1.5rem auto 1.5em;
float: none;
display: block
}
.h1,h1 {
font-size: 1.8rem
}
.h2,h2,.h3,h3 {
font-size: 1.4rem;
font-weight: 500
}
}
@media (max-width:575px) {
    #topline .container-lg {
      padding: 0;
    }
	.r-widget.last-galleries .card {
		display:block;
	}
    .content-wrap {
      padding: 0 calc(var(--bs-gutter-x) * .5) 2rem calc(var(--bs-gutter-x) * .5);
    }
.top-page-container .gsce-wrap {
		display:none;
	}
	.top-title {
	  padding-right: 0;
	}
    #top-logo {
      margin-top: 15px;
      width: 100px;
    }
    aside.page {
      border: 0;
	  margin-right: calc(var(--bs-gutter-x) * -.5);
      margin-left: calc(var(--bs-gutter-x) * -.5);
    }
	#footer .nav-item {
	  width:100%;
	}
.nav-years {
display: none
}
#footer .copyright {
margin-top: 0;
padding-top: 0
}
.navbar-brand {
font-size: 1.1rem
}
#carousel-homepage, .hp-header-last {
	display:none;
}

}

@media (max-width:480px) {
	.page-logo {
		width:33%;
	}
	#top-logo {
		margin-top:20px;
	}
	.content-wrap {
			padding: 0 15px 1rem 15px;
	}
	.main-container {
	  margin-top: 1rem;
	}
	.newses>div:last-child{
		margin-bottom:0;
	}
    #top-logo-small {
      width: 90px;
      margin: -3px 30px 15px 0;
    }
    #artid1 h1 {
       font-size: 1.5rem;
	   margin-bottom:1rem;
     }
     .hp-header .nav-pills {
       max-width: 100%;
       justify-content: center !important;
     }
	  .hp-header .nav-pills .nav-link {
		  margin: 0 .8rem;
	   -webkit-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.6);
	   -moz-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.6);
	   box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.6);		   
	  }
	 	
	  .hp-header .nav-pills {
	    margin-bottom: 1.5rem;
	  }		
	  .hp-header .nav-pills > .nav-item:first-child .nav-link {
	    margin-left: 0;
	  }
		
		
#nav-years-toogler-wrapper {
display: block!important;
margin-bottom: 1rem
}
}

@media (max-width:420px) {
	#top-logo {
		margin-top:20px;
		width:80px;
	}
}

@media (max-width:380px) {
    #artid1 h1 {
       font-size: 1.2rem;
	   margin-bottom:1rem;
     }
     #top-logo-small {
       width: 70px;
       height: 70px;
       margin: 0 20px 15px 0;
     }
	 #menumain #___gcse_1 {
	 	width:200px;
	 }
     .hp-header .nav-pills .nav-link {
   	  margin: 0 .6rem;
   	  font-size: 1.2rem;
   	  width: 3rem;
     }
 	#top-logo {
 		width:80px;
 	}
}


@media (max-width:310px) {
	.top-page-container>.row {
	justify-content: center !important;
}
.page-head {
	width:100%;
}
	.top-title {
        text-align: center;
		margin:1rem 0;
	}
    #top-logo-small, .page-logo {
		display:none;
    }
    #artid1 h1 {
       text-align: center;
	   margin-top:0.75rem;
     }
     .bg-breadcrumb {
       padding-right: 40px;
     }
 .nav-item.d-flex {
	 display:block!important;
 }
 #menumain #___gcse_1 {
 	width:100%;
 }
 #menumain .gsce-wrap {
 	margin: 10px 0 ;
 }
 .hp-header .nav-pills {
   margin-bottom: 1rem;
 }		
 #topline .nav-top .nav-item {
   padding-top: 0;
   padding-left: .4rem;
   padding-bottom: 0;
   line-height: auto;
 }

}

@media (max-width:250px) {
    #topline .nav-top .nav-item {
      padding-left: .15rem;
    }
}

@media (max-width:205px) {
.hp-header .nav-pills > .nav-item:first-child .nav-link {
  margin-left: .6rem;
}
}


/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
 .justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div,.justified-gallery>figure{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1;margin:0;padding:0}.justified-gallery>a>a>img,.justified-gallery>a>a>svg,.justified-gallery>a>img,.justified-gallery>a>svg,.justified-gallery>div>a>img,.justified-gallery>div>a>svg,.justified-gallery>div>img,.justified-gallery>div>svg,.justified-gallery>figure>a>img,.justified-gallery>figure>a>svg,.justified-gallery>figure>img,.justified-gallery>figure>svg{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.jg-caption,.justified-gallery>div>.jg-caption,.justified-gallery>figure>.jg-caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.jg-caption.jg-caption-visible,.justified-gallery>div>.jg-caption.jg-caption-visible,.justified-gallery>figure>.jg-caption.jg-caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.justified-gallery>.jg-entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.jg-entry-visible>a>img,.justified-gallery>.jg-entry-visible>a>svg,.justified-gallery>.jg-entry-visible>img,.justified-gallery>.jg-entry-visible>svg{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.justified-gallery>.jg-spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.jg-spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}#cookieNotice{display:inline-block;background-color:var(--bs-gray);color:#fff;padding:1.5rem 1.8rem;position:fixed;bottom:0;left:0;width:100%;z-index:999998;font-size:.8rem}#cookieNotice .btn-detail{color:#fff;padding-left:0}#cookieNotice .btn-detail:hover{color:var(--light)}#cookieNotice #btn-2-container,#cookieNotice #btn-2-container .btn,#cookieNotice .msg-wrap{margin-top:.5rem}#cookieNotice .title-1{font-size:1.3rem;margin-bottom:.5rem}#cookieNotice .title-2{font-size:1.05rem;margin-bottom:.5rem}#cookieNotice .custom-control{margin-bottom:.2rem}#cookieNotice .custom-control-label{line-height:1.8}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233e3831'/%3e%3c/svg%3e")}.form-check-input:focus{border-color:var(--bs-primary-hover);box-shadow:none}.form-switch .form-check-input:checked:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}