@import "../../vendor/bootstrap/bootstrap.min.css";
@font-face {
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/bebasneue/v2/JTUSjIg69CK48gW7PXoo9Wdhzg.ttf) format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxP.ttf) format("truetype");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format("truetype");
}
.btn-blue {
	background-color: #4ecdc4;
}
.btn-red {
	background-color: #e24719;
}
.btn-purple {
	background-color: #cd4ec0;
}
* {
	font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bebas Neue", cursive;
}
.btn-transparent {
	background-color: transparent !important;
	border: 2px solid #fff !important;
}
[class^="odstavec"] {
	padding: 25px 0;
}
h2 {
	font-size: 40px;
	text-transform: uppercase;
}
#slider {
	height: calc(100vh - 117px);
	position: relative;
}
@media (max-width: 1024px) {
	#slider {
		height: 100vh;
	}
}
#slider img {
	height: calc(100vh - 117px);
	object-fit: cover;
}
@media (max-width: 1024px) {
	#slider img {
		height: 100vh;
	}
}
#slider .banner-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}
#slider .banner-text .col-md-4 {
	position: relative;
	height: 35vh;
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4 {
		height: 25vh;
		min-height: auto;
	}
}
#slider .banner-text .col-md-4:hover {
	cursor: pointer;
}
#slider .banner-text .col-md-4:hover .banner-btn {
	display: block;
	opacity: 1;
}
#slider .banner-text .col-md-4:nth-child(1) {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e24719 100%);
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4:nth-child(1) {
		background-color: rgba(226, 72, 25, 0.8) !important;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
	}
}
#slider .banner-text .col-md-4:nth-child(1):hover {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e24719 25%);
}
#slider .banner-text .col-md-4:nth-child(1):hover h2 {
	bottom: 10vh;
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4:nth-child(1):hover h2 {
		bottom: 50%;
	}
}
#slider .banner-text .col-md-4:nth-child(2) {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #4ecdc4 100%);
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4:nth-child(2) {
		background-color: rgba(78, 205, 196, 0.8) !important;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
	}
}
#slider .banner-text .col-md-4:nth-child(2):hover {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #4ecdc4 25%);
}
#slider .banner-text .col-md-4:nth-child(2):hover h2 {
	bottom: 10vh;
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4:nth-child(2):hover h2 {
		bottom: 50%;
	}
}
#slider .banner-text .col-md-4:nth-child(3) {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #cd4ec0 100%);
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4:nth-child(3) {
		background-color: rgba(205, 78, 192, 0.8) !important;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, transparent 100%);
	}
}
#slider .banner-text .col-md-4:nth-child(3):hover {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #cd4ec0 25%);
}
#slider .banner-text .col-md-4:nth-child(3):hover h2 {
	bottom: 10vh;
}
@media (max-width: 1024px) {
	#slider .banner-text .col-md-4:nth-child(3):hover h2 {
		bottom: 50%;
	}
}
#slider .banner-text h2 {
	padding-bottom: 50px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-family: "Bebas Neue", cursive;
	transition: 0.3s;
}
@media (max-width: 1024px) {
	#slider .banner-text h2 {
		bottom: 50%;
		transform: translate(-50%, 50%);
		padding-bottom: 0;
		margin: 0;
	}
}
#slider .banner-text h2 a {
	font-family: "Bebas Neue", sans-serif;
	color: #fff !important;
}
#slider .banner-text h2 a:hover {
	text-decoration: none;
}
#slider .banner-text h2:hover {
	text-decoration: none;
}
#slider .banner-text .banner-btn {
	transition: 0.3s;
	display: none;
	opacity: 0;
}
.navbar-brand img {
	max-height: 50px;
}
@media (max-width: 1500px) {
	.navbar-brand img {
		max-height: 40px;
	}
}
@media (max-width: 1190px) {
	.navbar-brand img {
		max-height: 35px;
	}
}
.navbar {
	width: 100%;
	z-index: 10001;
	border-bottom: 1px solid #7f8c8d52;
	background-color: #fff;
}
.navbar .container-fluid {
	padding: 0;
}
.navbar .ms-helsinska-1-dropdown .btn {
	background-color: #e24719;
	border: 0;
}
.navbar .ms-capka-choda-1-dropdown .btn {
	background-color: #4ecdc4;
	border: 0;
}
.navbar .skolni-jidelna-uvod-dropdown .btn {
	background-color: #cd4ec0;
	border: 0;
}
@media (max-width: 1024px) {
	.navbar .container-fluid {
		padding: 0;
	}
}
.navbar .nav-item {
	padding: 0 10px;
}
@media (max-width: 1260px) {
	.navbar .nav-item {
		padding: 0;
	}
}
.navbar .nav-link {
	color: #2c3e50;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 3px;
	border-bottom: 2px solid transparent;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
	border-bottom: 2px solid #2c3e50;
}
@media (max-width: 1550px) {
	.navbar .nav-link {
		font-size: 13px;
	}
}
.submenu {
	background-color: #ecf0f1;
	padding: 30px 0;
}
.submenu .item {
	padding: 5px 10px;
}
.submenu .sloupec {
	padding: 0 20px;
}
@media (max-width: 901px) {
	.submenu .sloupec {
		padding: 0;
	}
}
.submenu .sloupec:first-child {
	padding-left: 0;
}
.btn {
	padding: 10px 20px;
	border-radius: 0;
	color: #fff;
}
.btn:hover {
	color: #fff;
}
.btn-search {
	background-color: #ffd300;
}
footer {
	background-color: #ecf0f1;
	padding: 25px 0;
}
footer p {
	color: #7f8c8d;
}
footer h3 {
	color: #2c3e50;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 15px;
}
footer ul {
	padding: 0;
	list-style: none;
}
footer ul li {
	line-height: 30px;
	font-size: 18px;
}
footer ul li:before {
	content: "»";
	color: #7f8c8d;
	display: inline-block;
	margin-right: 10px;
}
.photogallery-hp {
	padding: 0;
}
.photogallery-hp p {
	margin: 0;
}
.photogallery-hp .container-fluid {
	padding: 0;
	margin: 0;
}
.photogallery-hp .container-fluid .row {
	margin: 0;
}
.photogallery-hp .container-fluid [class^="col"] {
	padding: 0;
}
.photogallery-hp img {
	width: 100%;
	height: 30vh;
	object-fit: cover;
	transition: 0.3s;
}
.photogallery-hp img:hover {
	cursor: pointer;
}
.photogallery-hp .col {
	position: relative;
	overflow: hidden;
}
#akce-container .akce {
	position: relative;
}
#akce-container .col-3 {
	padding: 0 10px 0 0;
}
@media (max-width: 901px) {
	#akce-container .col-3 {
		padding-right: 5px;
	}
}
#akce-container .col-9 {
	padding-right: 15px;
}
#akce-container .col-9 p {
	text-align: justify;
	margin: 0;
	color: #7f8c8d;
}
#akce-container img {
	max-height: 125px;
	width: 100%;
	object-fit: cover;
}
@media (max-width: 1024px) {
	#akce-container img {
		width: 100%;
		object-fit: cover;
		max-height: initial;
	}
}
#akce-container .date {
	position: absolute;
	right: 15px;
	top: 0;
	color: #7f8c8d;
}
@media (max-width: 901px) {
	#akce-container .date {
		position: initial;
		padding-top: 10px;
	}
}
#akce-container .date .fa {
	padding-right: 5px;
}
#akce-container .stamp-zs {
	background-color: #e24719;
}
#akce-container .stamp-ms {
	background-color: #4ecdc4;
}
#akce-container .stamp-dr {
	background-color: #cd4ec0;
}
#akce-container .stamp {
	font-family: "Bebas Neue", cursive;
	padding: 5px 20px;
	color: #fff;
}
#akce-container h3 {
	margin: 10px 0;
	font-family: "Roboto", sans-serif !important;
	font-size: 20px;
	font-weight: 600;
}
#akce-container .more-link {
	padding-top: 20px;
	padding-right: 15px;
}
#akce-container .more-link .read-more {
	font-family: "Bebas Neue", cursive;
}
.nav-item.dropdown {
	position: unset;
}
.nav-item.dropdown.show .nav-link {
	position: relative;
}
.nav-item.dropdown.show .nav-link:before {
	display: block;
	content: "";
	width: 50px;
	height: 25px;
	/*
                border-style: solid;
                border-width: 0 20px 20px 20px;
                border-color: transparent transparent #ffffff transparent;*/
	position: absolute;
	background-image: url("../images/arrow.png");
	bottom: -29px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}
.nav-item.dropdown .dropdown-menu {
	z-index: 99999;
	padding: 25px;
	box-sizing: border-box;
	left: 50%;
	top: 80%;
	transform: translateX(-50%);
	width: 95vw;
}
@media (max-width: 1024px) {
	.nav-item.dropdown .dropdown-menu {
		top: unset;
		left: unset;
		width: 100%;
		transform: none;
		padding: 5px 0;
		border-top: none;
	}
	.nav-item.dropdown .dropdown-menu .col {
		flex: 0 0 100%;
	}
}
.nav-item.dropdown .dropdown-menu .col-md-4 {
	border-right: 1px #efefef solid;
}
.nav-item.dropdown .dropdown-menu .col-md-4 .col-md-6 {
	padding: 0 15px;
}
.nav-item.dropdown .dropdown-menu .col-md-4:last-child {
	border: 0;
}
.nav-item.dropdown .dropdown-menu .btn-primary {
	font-size: 15px;
	padding: 10px 15px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	white-space: pre-wrap;
}
#calendar button {
	border: 0;
	color: #000;
	background-color: #f8f8f8;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 15px;
	margin: 5px;
}
#calendar button.active,
#calendar button:hover {
	background-color: #007bff;
	color: #fff;
}
#calendar .month-filter {
	margin-bottom: 70px;
}
@media (max-width: 901px) {
	#calendar .month_buttons {
		display: flex;
		flex-wrap: wrap;
	}
}
#calendar .months {
	display: none;
}
#calendar .months.active {
	display: block;
}
#calendar .months .month {
	display: none;
}
#calendar .months .month.active {
	display: block;
}
#calendar p {
	margin-bottom: 0;
}
.kalendar_akci .odstavec-nadpis,
.archiv_kalendare_akci .odstavec-nadpis,
.kalendar_akci_zs .odstavec-nadpis,
.kalendar_akci_ms .odstavec-nadpis,
.kalendar_akci_druziny .odstavec-nadpis {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 50px;
	font-size: 45px;
}
.kalendar_akci .odstavec-nadpis:before,
.archiv_kalendare_akci .odstavec-nadpis:before,
.kalendar_akci_zs .odstavec-nadpis:before,
.kalendar_akci_ms .odstavec-nadpis:before,
.kalendar_akci_druziny .odstavec-nadpis:before {
	content: "";
	background-image: url(/layout/images/line.png);
	width: 100%;
	max-width: 200px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 5px;
	opacity: 0.8;
	z-index: -1;
}
.kalendar_akci .akce h3,
.archiv_kalendare_akci .akce h3,
.kalendar_akci_zs .akce h3,
.kalendar_akci_ms .akce h3,
.kalendar_akci_druziny .akce h3 {
	margin-top: 0 !important;
}
.kalendar_akci .col-9,
.archiv_kalendare_akci .col-9,
.kalendar_akci_zs .col-9,
.kalendar_akci_ms .col-9,
.kalendar_akci_druziny .col-9 {
	padding-right: 15px !important;
	padding-left: 0;
}
.kalendar_akci .col-9 .date,
.archiv_kalendare_akci .col-9 .date,
.kalendar_akci_zs .col-9 .date,
.kalendar_akci_ms .col-9 .date,
.kalendar_akci_druziny .col-9 .date {
	right: 15px !important;
}
.kalendar_akci .akce,
.archiv_kalendare_akci .akce,
.kalendar_akci_zs .akce,
.kalendar_akci_ms .akce,
.kalendar_akci_druziny .akce {
	padding-bottom: 50px;
}
.article-item .stamp-zs {
	background-color: #e24719;
}
.article-item .stamp-ms {
	background-color: #4ecdc4;
}
.article-item .stamp-dr {
	background-color: #cd4ec0;
}
.article-item .stamp {
	font-family: "Bebas Neue", cursive;
	text-align: center;
	color: #fff;
	margin: 5px 0;
	padding: 5px 0;
}
.article-item .col-12 {
	padding: 0;
}
.article-item .col-3 {
	padding: 0;
}
.article-item .col-3 img {
	max-height: 125px;
	margin-bottom: 10px;
	width: 100%;
}
@media (max-width: 1024px) {
	.article-item .col-3 img {
		width: 100%;
		object-fit: cover;
		max-height: initial;
	}
}
.article-item .col-9 p {
	text-align: justify;
	margin: 0;
	color: #7f8c8d;
}
.article-item h3 {
	font-family: "Roboto", sans-serif !important;
	font-size: 20px;
	font-weight: 600;
}
.article-item .more-link {
	padding-top: 20px;
}
.article-item .more-link .read-more {
	font-family: "Bebas Neue", cursive;
}
#udalost_detail .container {
	padding: 0;
}
#udalost_detail .datum {
	color: #7f8c8d;
	padding: 15px 0;
}
#udalost_detail .fa {
	padding-right: 5px;
}
#newest_photos {
	overflow: hidden;
	position: relative;
}
#newest_photos .overlay {
	position: absolute;
	top: 0;
	z-index: 100001;
	height: 100%;
	opacity: 0;
	transition: 0.3s;
}
#newest_photos .overlay .col-md-6 {
	position: relative;
	height: auto;
	transition: 0.3s;
}
@media (max-width: 901px) {
	#newest_photos .overlay .col-md-6 {
		max-width: 100%;
	}
}
#newest_photos .overlay .col-md-6:first-child {
	left: -1000px;
}
#newest_photos .overlay .col-md-6:last-child {
	right: -1000px;
}
#newest_photos .overlay .col-md-6 .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 30px;
	text-align: center;
	font-weight: bold;
}
#newest_photos .overlay .col-md-6 .content h3 {
	color: #fff;
	font-size: 40px;
	padding-bottom: 30px;
}
#newest_photos .overlay .col-md-6 .content a {
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
}
#newest_photos .overlay .col-md-6 .content a:hover {
	text-decoration: none;
}
#newest_photos .overlay .zs-bgr {
	position: absolute;
	left: 0;
	height: 100%;
	background-color: rgba(226, 71, 25, 0.55);
	padding: 0;
}
#newest_photos .overlay .zs-bgr a {
	border: none;
	background-color: #4ecdc4;
}
@media (max-width: 1024px) {
	#newest_photos .overlay .zs-bgr {
		height: 50%;
	}
}
#newest_photos .overlay .ms-bgr {
	position: absolute;
	right: 0;
	height: 100%;
	background-color: rgba(78, 205, 196, 0.55);
	padding: 0;
}
#newest_photos .overlay .ms-bgr a {
	border: none;
	background-color: #e24719;
}
@media (max-width: 1024px) {
	#newest_photos .overlay .ms-bgr {
		height: 50%;
		top: 50%;
	}
}
#newest_photos:hover .overlay {
	opacity: 1;
}
#newest_photos:hover .overlay .col-md-6:first-child {
	left: 0;
}
#newest_photos:hover .overlay .col-md-6:last-child {
	right: 0;
}
#newest_photos:hover .gallery {
	filter: blur(2px);
}
.hp-articles-calendar {
	padding: 50px 0;
	position: relative;
}
.hp-articles-calendar:before {
	display: block;
	opacity: 0.3;
	z-index: -1;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	/* width: 100%; */
	width: 330px;
	height: 450px;
	background-image: url(/layout/images/watermark.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media (max-width: 901px) {
	.hp-articles-calendar:before {
		display: none;
	}
}
.hp-articles-calendar:after {
	display: block;
	opacity: 0.3;
	z-index: -1;
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	/* width: 100%; */
	width: 330px;
	height: 450px;
	background-image: url(/layout/images/watermark.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: rotateY(180deg) translateY(50%);
}
@media (max-width: 901px) {
	.hp-articles-calendar:after {
		display: none;
	}
}
.hp-articles-calendar .all {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 15px;
	font-family: "Bebas Neue", cursive;
	font-size: 20px;
}
@media (max-width: 901px) {
	.hp-articles-calendar .all {
		position: initial;
	}
}
.hp-articles-calendar h2 {
	margin-bottom: 40px;
	font-size: 50px;
}
.zakladni-skola-uvod-dropdown .btn {
	background-color: #e24719 !important;
	border: #e24719 !important;
}
.materska-skola-uvod-dropdown .btn {
	background-color: #4ecdc4;
	border: #4ecdc4;
}
.druzina-uvod-dropdown .btn {
	background-color: #4ecdc4;
	border: #4ecdc4;
}
.skolni-jidelna-uvod-dropdown .btn {
	background-color: #e24719;
	border: #e24719;
}
#articles a {
	font-family: "Bebas Neue", cursive;
}
#articles p {
	color: #7f8c8d;
}
.gray-infobox {
	padding-top: 0;
}
.gray-infobox h1,
.gray-infobox h2,
.gray-infobox h3,
.gray-infobox h4 {
	padding: 25px 0;
	margin: 0;
}
.gray-infobox .row {
	justify-content: flex-start;
}
.gray-infobox .col-md-4,
.gray-infobox .col-md-6 {
	margin-right: 2%;
	background: #fff;
	box-shadow: 0 7px 20px rgba(164, 164, 164, 0.5);
	border-radius: 10px;
	max-width: 31%;
	padding: 35px;
}
.gray-infobox .col-md-4 h2,
.gray-infobox .col-md-6 h2,
.gray-infobox .col-md-4 h3,
.gray-infobox .col-md-6 h3,
.gray-infobox .col-md-4 h4,
.gray-infobox .col-md-6 h4,
.gray-infobox .col-md-4 h5,
.gray-infobox .col-md-6 h5,
.gray-infobox .col-md-4 h6,
.gray-infobox .col-md-6 h6 {
	font-size: 24px;
}
@media (max-width: 901px) {
	.gray-infobox .col-md-4,
	.gray-infobox .col-md-6 {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
}
.gray-infobox .col-md-4 .row,
.gray-infobox .col-md-6 .row {
	margin: 0 -30px;
}
.gray-infobox .col-md-4 p,
.gray-infobox .col-md-6 p {
	font-size: 0.85rem;
	margin-bottom: 0;
}
.gray-infobox .col-md-4 h3,
.gray-infobox .col-md-6 h3 {
	font-size: 25px;
}
.gray-infobox .col-md-4 ul,
.gray-infobox .col-md-6 ul {
	margin: 0;
	padding: 0;
}
.gray-infobox .col-md-4 li,
.gray-infobox .col-md-6 li {
	list-style-type: none;
}
.gray-infobox .col-md-4 li:before,
.gray-infobox .col-md-6 li:before {
	content: "»";
	display: inline-block;
	margin-right: 10px;
}
.gray-infobox .col-md-6 {
	max-width: 48%;
}
[class^="odstavec"] li {
	display: flex;
	flex-wrap: wrap;
	padding: 2.5px 0;
}
[class^="odstavec"] li ol,
[class^="odstavec"] li ul {
	display: flex;
	flex-direction: column;
	width: 100%;
}
[class^="odstavec"] li:before {
	content: "»";
	color: #2c3e50;
	display: inline-block;
	margin-right: 10px;
}
.submenu a {
	color: #7f8c8d;
	font-weight: 600;
}
.submenu .active {
	color: #2c3e50;
}
.submenu .sloupec {
	border-right: 1px solid #7f8c8d38;
}
@media (max-width: 901px) {
	.submenu .sloupec {
		border-right: none;
		width: 100%;
		display: block;
		flex: 0 0 100%;
	}
}
.submenu .sloupec:last-child {
	border-right: none;
}
.event-filter {
	padding: 0;
	margin-bottom: 40px;
}
.event-filter .container {
	padding: 0;
}
.event-filter .col-md-4,
.event-filter .col-md-3 {
	padding: 0;
}
.event-filter .btn-filter {
	padding: 10px 20px;
	border-radius: 0;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	transition-duration: 0.3s;
}
.event-filter .btn-filter:hover,
.event-filter .btn-filter.active {
	text-decoration: none;
	-webkit-box-shadow: 0px 15px 25px -6px #7a707a;
	-moz-box-shadow: 0px 15px 25px -6px #7a707a;
	box-shadow: 0px 15px 25px -6px #7a707a;
}
.event-filter .btn-zs {
	background-color: #e24719;
	color: #fff;
}
.event-filter .btn-ms {
	background-color: #4ecdc4;
	color: #fff;
}
.event-filter .btn-dr {
	background-color: #cd4ec0;
	color: #fff;
}
.event-filter .btn-all {
	background-color: #2684fc;
	color: #fff;
}
.photogallery-page {
	padding-bottom: 0;
}
.photogallery-page p {
	margin: 0;
}
.photogallery-page .container-fluid {
	padding: 0 !important;
}
#galleries h1,
#galleries h2,
#galleries h3 {
	text-align: center;
}
#galleries h1 {
	font-weight: 900;
}
#galleries .col-md-3 {
	margin-bottom: 30px;
}
#galleries .row {
	margin: 0;
	padding: 0;
}
#galleries .category-box {
	position: relative;
	text-align: center;
	cursor: pointer;
}
#galleries .category-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #fff;
	opacity: 0;
	transition: 0.3s;
}
#galleries .category-box h3 {
	opacity: 1;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #fff;
	transition: 0.3s;
	z-index: 100001;
}
#galleries .category-box a {
	color: #fff;
}
#galleries .category-box a:hover {
	text-decoration: none;
}
#galleries .category-box img {
	width: 100%;
	height: 375px;
	object-fit: cover;
	transition: 0.3s;
}
#galleries .category-box:hover img {
	transition: 0.3s;
}
#galleries .category-box:hover:before {
	opacity: 0.5;
}
#galleries .col-md-3,
#galleries .col-md-4 {
	padding: 0;
	margin: 0;
}
#galleries .col-md-3 p,
#galleries .col-md-4 p {
	margin: 0;
}
#galleries .zoom {
	height: 375px;
	overflow: hidden;
	width: 100%;
}
#galleries .zoom img {
	width: 100%;
	height: 375px;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}
.breadcrumb {
	background-color: transparent;
}
.breadcrumb .breadcrumb-item:first-child:before {
	display: none;
	margin-right: 0 !important;
}
.back .btn-primary {
	padding: 10px 15px;
	margin-bottom: 15px;
	white-space: pre-wrap;
}
.back .btn-primary:hover {
	text-decoration: none;
}
.kontakt #odstavec_521 .fa {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 90px;
}
.kontakt #odstavec_521 .fa-home {
	color: rgba(46, 204, 112, 0.38);
}
.kontakt #odstavec_521 .fa-phone-square {
	color: rgba(241, 196, 15, 0.38);
}
.contact-line {
	padding: 20px 0;
}
@media (max-width: 901px) {
	.contact-line {
		padding-bottom: 0;
	}
}
.contact-line img {
	padding-right: 5px;
	height: 110px;
	max-width: 95px;
	object-fit: cover;
}
.contact-line a {
	font-size: 12px;
}
.contact-line p {
	color: #7f8c8d;
}
.contact-line .fa {
	color: #7f8c8d;
}
.contact-line hr {
	margin-top: 5rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.no-padding-cols .col-md-6,
.no-padding-cols .col-md-4,
.no-padding-cols .col-md-3,
.no-padding-cols .col-md-9 {
	padding-left: 0;
}
#search-form {
	background: #0082df;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999999;
}
#search-form .close-search-form {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 40px;
	color: #fff;
	border: 0;
	background: transparent;
	font-weight: bold;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
}
#search-form form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	text-align: center;
}
#search-form form input {
	border: none;
	color: #fff;
	width: 100%;
	text-align: center;
	background: transparent;
	font-size: 32px;
	font-weight: bold;
	padding: 20px;
	outline: 0 !important;
	box-shadow: none !important;
}
#search-form form input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.5;
}
#search-form form input::placeholder {
	color: #fff;
	opacity: 0.5;
}
#search-form form button {
	color: #fff;
	font-size: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
}
.fixed-buttons {
	position: fixed;
	transform: rotate(90deg) translateY(-50%);
	top: 50%;
	right: -145px;
	z-index: 10000001;
	display: flex;
}
.fixed-buttons .btn-eschool {
	background-color: #2684fc;
	color: #fff;
	line-height: 55px;
	min-width: 150px;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
}
.fixed-buttons .btn-eschool .fa {
	padding-right: 10px;
}
.fixed-buttons .button.read_content {
	background-color: #2684fc;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 55px;
	width: 40px;
	height: 55px;
	border: 0;
}
.fixed-buttons .button.read_content .fa {
	transform: rotate(-90deg);
}
.fixed-buttons .button.read_content:hover {
	box-shadow: none;
}
.fixed-buttons .side-btn {
	background-color: #cd4ec0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: 900;
	line-height: 55px;
	min-width: 250px;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
}
button:hover,
.btn:hover,
.btn-primary:hover {
	-webkit-box-shadow: 0px 0px 22px 1px #bfbfbf;
	-moz-box-shadow: 0px 0px 22px 1px #bfbfbf;
	box-shadow: 0px 0px 22px 1px #bfbfbf;
}
.podstranka:not(.uvod) .watermak {
	display: block;
	opacity: 0.3;
	z-index: -1;
	content: "";
	position: fixed;
	bottom: 150px;
	right: 100px;
	width: 400px;
	height: 400px;
}
@media (max-width: 901px) {
	.podstranka:not(.uvod) .watermak {
		display: none;
	}
}
.podstranka:not(.uvod) .watermak img {
	max-height: 500px;
	object-fit: cover;
}
.podstranka:not(.uvod) .odstavec_nadpis {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 25px;
	font-size: 45px;
	text-align: center;
}
.podstranka:not(.uvod) .odstavec_nadpis:before {
	content: "";
	background-image: url(/layout/images/line.png);
	width: 100%;
	max-width: 200px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	opacity: 0.8;
	z-index: -1;
}
.above-footer {
	padding: 25px 0;
	background-color: transparent;
	border-top: 1px solid #eff0f1;
}
.above-footer h2 {
	width: 100%;
	margin-bottom: 50px;
	font-size: 50px;
}
.above-footer p {
	width: 100%;
}
.above-footer ul {
	list-style-image: none;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
	padding: 0;
}
.above-footer ul li {
	max-width: 25%;
	flex: 0 0 25;
}
@media (max-width: 1024px) {
	.above-footer ul li {
		display: block;
		flex: 0 0 100%;
		text-align: center;
		padding: 15px;
	}
}
.above-footer ul img {
	max-height: 75px;
	object-fit: contain;
}
.above-footer .btn-primary {
	padding: 15px 30px;
	margin-bottom: 15px;
	white-space: pre-wrap;
	background-color: #2684fc;
	transition: 0.3s;
	text-transform: uppercase;
}
.above-footer .btn-primary:hover {
	text-decoration: none;
}
.aktuality .odstavec-nadpis {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 45px;
	font-size: 45px;
}
.aktuality .odstavec-nadpis:before {
	content: "";
	background-image: url(/layout/images/line.png);
	width: 100%;
	max-width: 200px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 5px;
	opacity: 0.8;
	z-index: -1;
}
.class-gallery {
	padding: 0;
	overflow: hidden;
}
.class-gallery .container-fluid {
	padding: 0;
}
.class-gallery [class*="col"] {
	padding: 0;
}
.class-gallery p {
	margin: 0;
}
.navbar-toggler {
	color: rgba(0, 0, 0, 0.5) !important;
	border-color: rgba(0, 0, 0, 0.1) !important;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.map {
	padding: 0;
}
.map p {
	margin: 0;
}
.map .container-fluid {
	padding: 0;
}
.contact-form form {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 7px 20px rgba(164, 164, 164, 0.5);
	border-radius: 10px;
	padding: 35px;
}
.circles .krouzek-box {
	position: relative;
	padding: 5px;
	transition: 0.3s;
}
.circles .krouzek-box h3 {
	opacity: 1;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #fff;
	transition: 0.3s;
	z-index: 100001;
	text-align: center;
	pointer-events: none;
}
.circles .krouzek-box img {
	width: 100%;
	height: 100%;
	height: 300px;
	object-fit: cover;
	transition: 0.3s;
	filter: brightness(0.7);
}
.circles .krouzek-box:hover {
	cursor: pointer;
}
.circles .krouzek-box:hover img {
	filter: brightness(1);
}
.teachers {
	padding-bottom: 0;
}
.teachers .col-md-4 {
	border-right: 1px solid #80808021;
	border-bottom: 1px solid #80808021;
	padding: 35px 15px;
}
.teachers .col-md-4:last-child {
	border-right: 0;
}
.odstavec_753 {
	padding-top: 0;
}
.odstavec_753 .col-md-4 {
	border-bottom: 0;
}
.content_homepage .watermak {
	display: none;
}
.galerie_ms_helsinska .watermak,
.galerie_ms_capka_choda .watermak {
	display: none !important;
}
