#cookies-panel{
	position: fixed;
    left: 10px;
    bottom: 10px;
    width: 370px;
    background: #ffffff;
    padding: 3em 1em 1em 1em;
	font-family: "Arial";
    font-size: 14px;
	border-radius:10px;
	box-shadow:#5e5e5e 0px 0px 13px 0px;
	z-index:600;
}

#cookies-panel-header{
	font-weight:bold;
	margin-bottom:1.5em;
}

#cookies-panel-top{
	margin-bottom:2em;
	line-height:1.5;
}

#cookies-panel-bottom{
	display: flex;
	justify-content: center;
}

#black-bg{
	background: #000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
	display:none;
	z-index:601;
}

.cookies-modal{
	position: fixed;
    z-index: 1;
    top: 10em;
    background: #fff;
    left: 0;
    right: 0;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
	border-radius:5px;
	display:none;
	font-family: "Arial";
    font-size: 13.3px;
	z-index:602;
}

.cookies-modal-header{
	padding: 1em;
	font-size: 1.5em;
	border-bottom: 1px solid #d5d5d5;
}

.cookies-modal-body{
	padding: 1em;
	font-size:1.1em;
	line-height:1.2;
	border-bottom: 1px solid #d5d5d5;
}

.cookies-area{
	margin-top:2em;
	background:#ededed;
	padding:0.5em;
}

.cookies-area-header{
	font-size:1.2em;
	margin-bottom:1em;
}

.cookies-modal-footer{
	padding: 1em;
	font-size:1.1em;
	line-height:1.2;
}

#cookies-panel-bottom button, .cookies-modal-footer button{
	border: 0;
	padding: 0.8em 1.2em;
	border-radius:5px;
	cursor:pointer;
	background: #d5d5d5;
}

#cookies-panel-bottom button:hover, .cookies-modal-footer button:hover{
	background:#a3a2a2;
}

#cookies-panel-bottom button{
	margin-right: 0.4em;
}

#cookies-panel-bottom button:last-child{
	margin-right:0;
}

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

	.cookies-modal{
		width:calc(100% - 1em);
		left:0.5em;
		right:0.5em;
	}

}

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

	#cookies-panel{
		width:calc(100% - 1em);
		left:0.5em;
		right:0.5em;
	}

}

@font-face {
    font-family: sunny;
    src: url(/content/fonts/u004002t.ttf);
    src: url(/content/fonts/u004002t.woff2);
    src: url(/content/fonts/u004002t.woff);
}

body{
	font-family: sunny;
}

a.hp-box{
	background:#d5d5d5;
}

.reservation-date{
	font-size: 1.2rem;
	text-align: center;
	background: #f3f3f3;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
	border-radius: 5px;
	margin-bottom: 1rem;
	cursor:pointer;
}

.reservation-date:hover{
	background: #d5d5d5;
}

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

	#container{
		min-height:
	}

	#video-div{
		width: 100%;
    	background-color: #d5d5d5;
    	height: 770px;
    	position: absolute;
    	overflow: hidden;
		top:-150px;
	}

	#hp-parts{
		position: relative;
		margin-top: 572px;
		margin-bottom: -260px;
		display: flex;
		width: 1190px;
		margin-left: auto;
		margin-right: auto;
	}

	a.hp-part{
		flex:1;
		margin:1em;
		transition: margin 700ms;
		text-decoration:none;
	}

	.hp-part:hover{
		margin-top:-232px;
	}

	.hp-part-image img{
		width:100%;
	}

	.hp-part-name{
		padding: 10px;
    	font-size: 21px;
    	font-weight: bold;
    	text-align: center;
		background:#fff;
		color:#000;
	}

	.hp-part-image{

	}

	#hp-boxes{
		background-image:url("/upload/sablona/bck.gif");
		z-index: 1;
		position: relative;
		padding: 1em;
		margin:0;
	}

	#hp-boxes div{
		padding:0.1em;
	}

	a.hp-box{
    	margin: 0.1em;
    	display: flex;
    	justify-content: center;
		flex-direction: column;
    	align-items: center;
    	height: 260px;
    	font-size: 2em;
		color:#616161;
		text-decoration:none;
	}

	.hp-box:hover {
    	cursor: pointer;
		color:#fff;
	}

	.video-text{
		position: absolute;
		color: #fff;
		font-size: 81px;
		margin-top: 360px;
		top: 0;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		left: 50%;
		transform: translate(-50%, 0);
		z-index:1;
		line-height:1.1;
	}

	.flag {
    	width: 33px;
    	height: 20px;
    	display: inline-block;
    	background-size: cover;
	}

	.vt{
		position: fixed;
    	right: 0px;
    	top: 0px;
    	z-index: 9999;
    	width: 100px;
    	height: 100px;
    	background-size: contain;
    	background-image: url(../../../upload/sablona/3d.png);
	}

	#navigation-padding{
		padding:0px;
	}

	.contactDiv{
		display: flex;
		flex-wrap: wrap;
	}

	.contact{
		width: 25%;
		padding:0.5em;
	}

	.contact-padding{
		background: #d5d5d5;
		height:100%;
	}

	.contact-photo{
		background-size: cover;
		background-position:top;
		height:200px;
	}

	.contactCategoryName {
    	font-size: 26px;
    	text-align: center;
    	display: inline-block;
    	background: #fff;
    	padding: 0px 10px;
    	color: #484848;
	}

	.contactBorder {
    	border-top: 1px solid #b1b1b1;
    	margin-bottom: -33px;
    	margin-top: 80px;
	}

	.contact-detail{
		padding:1em;
	}

	.contactIcon {
    	width: 20px;
    	vertical-align: middle;
	}

	.contactName{
		font-weight:bold;
	}

	.honzuvDiv {
	    padding: 15px 15px 15px 15px;
	    background: #ececec;
	    height: calc( 100% - 30px );
	    font-size: 15px;
	    line-height: 19px;
	    overflow-y: scroll;
	}

	.specialText p{
		margin-bottom:0px;
	}

	.postName {
		display: flex;
		align-items: center;
		justify-content: center;
    	color: #ffa300;
    	font-size: 250%;
    	font-weight: bold;
	}

	.mainFoodTable{
		width:100%;
	}

	#footer{
		line-height:1.3em;
		font-size:13px;
	}

	#footer p{
		margin:0;
	}

	#rightSchool:hover, #leftSchool:hover{
		background:#636363;
	}

	#leftSchool, #rightSchool{
	    position: absolute;
	    background: #7b7b7b;
	    width: 250px;
	    height: 50px;
	    text-align: center;
	    font-size: 30px;
	    line-height: 51px;
	    margin-top: 130px;
	    color: #fff;
	}

	#leftSchool{
	    margin-left: -150px;
		transform: rotate(270deg);
	}

	#rightSchool{
	    transform: rotate(90deg);
	    margin-left: 1001px;
	}

	#partnersRow{
		min-height:70px;
		background:#585858;
		color: #fff;
	}

	#partnersRow-content{
		width:1050px;
		margin-left:auto;
		margin-right:auto;
		display: flex;
	    align-items: center;
	    height: 80px;
	}

	#partnersRow img{
		margin-right:10px;
		filter: grayscale(100%);
		border-radius: 5px;
	    margin-top: 5px;
	    margin-bottom: 2px;
	}

	#partnersRow img:hover{
		filter: grayscale(0%);
	}

	#partnersRow a{
		color:#fff;
		font-family: Verdana;
		font-size:12px;
	}

	#partnersRow{
		min-height:70px;
		background:#585858;
		color: #fff;
	}

	#partnersRow-content{
		width:1050px;
		margin-left:auto;
		margin-right:auto;
		display: flex;
	    align-items: center;
	    height: 80px;
	}

	#partnersRow img{
		margin-right:10px;
		filter: grayscale(100%);
		border-radius: 5px;
	    margin-top: 5px;
	    margin-bottom: 2px;
	}

	#partnersRow img:hover{
		filter: grayscale(0%);
	}

	#partnersRow a{
		color:#fff;
		font-family: Verdana;
		font-size:12px;
	}

	#partnersFront td{
		vertical-align:middle;
		width:33%;
		border:none;
		text-align: center;
	}

	#partnersFront {
		width:100%;
		border:none;
	}

	#partnersFront img{
		max-width:100%;
	}

	#navigation .sf-menu li>a{
		font-size:16px;
		border-radius:0px;
	}

	#top-panel-inner{
		width:100%;
		padding-left:3em;
	}

	#logo{
		margin-right:1em;
	}

	.box, .boxHead, .boxContent{
		border-radius:0em;
	}

	.btn{
		border-radius:0px;
	}

	#video-grid{
		background-image: url(/upload/sablona/videoBg.png);
    	position: absolute;
    	width: 100%;
    	height: 770px;
    	background-repeat: repeat;
		top:0;
	}

}


@media (max-width: 1099px) {

	#footer{
		font-size:1rem !important;
		padding:1em;
		box-sizing:border-box;
	}

	#footer table{
		display:block;
		height:100% !important;
	}

	#footer tbody{
		display:block;
	}

	#footer tr{
		display:block;
	}

	#footer td{
		display:block;
		width:100% !important;
	}

	#footer p{
		margin-bottom:0;
	}

	#footer iframe{
		width:100% !important;
	}

	#footer-padding{
		width:100%;
	}

	#admin-icon{
		display:none;
	}

	#partnersRow-content{
		font-size:1.5rem;
		padding:1em 0;
	}

	#partnersRow-content a{
		color:#fff;
	}

	#video-div, video{
		display:none;
	}

	.title{
		order:2;
		flex:1;
	}

	#partnersRow{
		background:#585858;
		text-align:center;
	}

	#partnersRow img {
		display:none;
	}

	.menuMobileUl{
		margin:0;
		padding:0;
	}

	.contactDiv{
		display: flex;
		flex-wrap: wrap;
	}

	.contact{
		width: 33%;
		padding:0.5em;
	}

	.contact-padding{
		background: #d5d5d5;
		height:100%;
	}

	.contact-photo{
		background-size: cover;
		background-position:top;
		height:220px;
	}

	.contactCategoryName {
    	font-size: 26px;
    	text-align: center;
    	display: inline-block;
    	background: #fff;
    	padding: 0px 10px;
    	color: #484848;
	}

	.contactBorder {
    	border-top: 1px solid #b1b1b1;
    	margin-bottom: -33px;
    	margin-top: 80px;
	}

	.contact-detail{
		padding:1em;
	}

	.contactIcon {
    	width: 20px;
    	vertical-align: middle;
	}

	.contactName{
		font-weight:bold;
	}

	.honzuvDiv {
	    padding: 15px 15px 15px 15px;
	    background: #ececec;
	    height: calc( 100% - 30px );
	    font-size: 15px;
	    line-height: 19px;
	    overflow-y: scroll;
	}

	.specialText p{
		margin-bottom:0px;
	}

	#hp-parts{
		position: relative;
		display: flex;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	a.hp-part{
		flex:1;
		margin:1em;
		transition: margin 700ms;
		text-decoration:none;
	}

	.hp-part-image img{
		width:100%;
	}

	.hp-part-name{
		padding: 10px;
    	font-size: 21px;
    	font-weight: bold;
    	text-align: center;
		background:#fff;
		color:#000;
	}

	.hp-part-image{

	}

	#hp-boxes{
		background-image:url("/upload/sablona/bck.gif");
		z-index: 1;
		position: relative;
		padding: 1em;
		line-height:2em;
		margin:0;
	}

	a.hp-box{
		flex: 1;
    	margin: 0.1em;
    	display: flex;
    	justify-content: center;
		flex-direction:column;
    	align-items: center;
    	height: 260px;
    	font-size: 2em;
		color:#151515;
		text-decoration:none;
		padding:1em;
		text-align:center;
	}

	.hp-box:hover {
    	cursor: pointer;
		color:#fff;
	}

	#school-buttons{
		display:flex
	}

	#school-buttons a{
		flex: 1;
    	text-align: center;
    	margin: 1em;
    	background: #7b7b7b;
    	padding: 1em;
    	color: #fff;
    	text-decoration: none;
    	font-size: 1.5em;
    	line-height: 1em;
		display:flex;
		align-items:center;
		justify-content:center;
	}

	#flags-mobile{
		order:3;
		margin-right:0.5em;
	}

	.flag-mobile {
    	width: 33px;
    	height: 20px;
    	display: inline-block;
    	background-size: cover;
	}

	#logo{
		margin-right:0.5em;
	}


}

@media (min-width: 600px) {

}

@media (max-width: 830px) {
	.contact{
		width: 50%;
	}

	#hp-boxes .col-sm-4{
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 600px) {

	#hp-parts{
		flex-direction:column;
	}

	#hp-boxes .col-sm-4{
		flex: 0 0 100%;
		max-width: 100%;
	}

}

@media (max-width: 450px) {
	.contact{
		width: 100%;
	}

	.honza{
		flex-direction:column-reverse;
	}

	.honza div:first-child img{
		width:100% !important;
	}
}


#flag-cze{
	background-image:url("/content/img/cz.jpg");
}

#flag-eng{
	background-image:url("/content/img/cn.jpg");
}

#layout select{
	border: 1px solid #aaaaaa;
}

.ref{
	border-top: 1px dashed #ffa300;
	padding: 5px;
	margin-bottom: 10px;
}

.refAuthor{
	font-weight:bold;
}

.calendar-head{
	border-bottom: 1px solid #A9A9A9;
	height: 30px;
	background: #ffa300;
	font-weight: bold;
	align-items: center;
}

#calendarList{
  width:100%;
  padding:5px;
  background-color:#fff;
  min-height:250px;
  margin-bottom: 20px;
}

#calendarListContainer{
  min-height:180px;
}

.actionDate{
  width:50px;
  text-align:center;
  height:50px;
  background-color:#f6b900;
  line-height:25px;
  color: #1b1b1b;
}

.actionDateTop{

}

.actionDateBottom{
  font-weight:bold;
}
action{
  display:flex;
  align-items:center
}

action:hover{
	background: #f1f1f1;
	cursor:pointer;
}

.actionName{
  padding-left:5px;
  width:170px;
  color:#000000;
}

.actionName a{
  text-decoration:none;
  color: #232323;
}

action{
	border-top: 1px dashed #d5d5d5;
	padding: 10px 0px;

}
action:first-of-type{
	border-top: none;
}

#newReference {
	width:100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.custom-fixed-banner .show-me .show-me-transform-left{
	transform:none;
}

.custom-fixed-banner-left, .custom-fixed-banner-right{
	padding:1px;
}

.custom-fixed-banner .show-me .show-me-transform-right{
	transform:none;
}

.custom-fixed-banner input{
	    border: 1px solid #d5d5d5;
    height: 20px;
}

.custom-fixed-banner input[type=submit]{
	line-height: 20px;
    padding: 3px;
    height: 25px;
}

.custom-fixed-banner-105, .custom-fixed-banner-106{
	padding:5px 15px 15px 15px;
}

.custom-fixed-banner input{
	padding-left:4px;
	height: 25px;
	background: #faffbd;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	width:190px;
}

.custom-fixed-banner input[type=submit]{
	height: 25px;
	background: #fcb034;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	width:auto;
	padding: 0px 10px 0px 10px;
}

.custom-fixed-banner input[type=submit]:hover{
	background: #fda20d;
	cursor: pointer;
}

#container .dropdown-toggle-multiselect{
	border-radius: 5px;
	width: 100%;
	text-align:left;
}

#container .dropdown-toggle::after{
	right: 5px;
	top: 15px;
	position: absolute;
}

#container .form-check{
	padding: 5px;
	font-size: 1.1em;
}

#container .form-check-input{
	position:relative;
}

#container .dropdown-multiselect .form-check-label{
	font-size: inherit;
}

#container .dropdown-multiselect .form-check-label input{
	margin-right:10px;
}

#publicRegistration{
	width:100%;
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
}

h1.post-name{
	text-align:center;
	font-weight:bold;
}

h1{
	font-size:2rem;
}

h2{
	font-size:1.75rem;
}

h3{
	font-size:1.5rem;
}

h4{
	font-size:1.25rem;
}

h5{
	font-size:1rem;
}

#content-padding{
	border-radius:0px;
}

#container{
	margin-right:0;
	border-radius:0;
}

#flags{
	position: absolute;
	right: 110px;
}

#flag-cze{
	margin-right:10px;
}

#navigation .sf-arrows .sf-with-ul:after{
	display:none;
}

.classes-select .dropdown-multiselect .dropdown-menu{
	overflow-y: hidden;
	height: 97px;
}

#top-panel #parts{
	position: absolute;
	margin-left: 910px;
}

#top-panel #parts a:hover{
	background:#717171;
	color:#fff;
}

#top-panel #parts a {
    padding: 0.5em;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	color:#000;
}

#top-panel{
	border-bottom: 4px solid #b1b1b1;
}

#navigation .sf-menu li>a{
	margin-right:0px;
}

#emailIcon {
    width: 40px;
    filter: grayscale(100%);
}

#copyright{
	font-size: 17px;
	padding: 20px 0 20px 0;
	display: flex;
    align-items: center;
}

#copyright a{
	color: cornflowerblue;
}

.contact-padding:hover{
	background:#c3c3c3;
}

.contact-photo:hover{
	cursor:pointer;
}

#classes-links{
	display:flex;
	flex-wrap:wrap;
}

.class-link{
	width: 31%;
	color:#000;
	text-decoration:none;
}

#class-link-5, #class-link-28, #class-link-27{
	color:#fff;
}

.class-link:hover{
	color:inherit;
}

.class-link-image{
	width: 100%;
    background: #fff;
    padding: 1em;
    height: 230px;
	text-align:center;
}

.class-link-image img{
	max-width: 100%;
	max-height: 100%;
}

.class-link-name{
	padding:.5em;
}


.hp-image{
	width: 90px;
}

.week-plan{
		border:1px solid #d5d5d5;
		width:100%;
		height:500px;
		margin-bottom:4em;
}
