
body {
    margin: 0;
    padding: 0;
}

#admin-panel {
    position: relative;
    width: 100%;
    height: 44px;
    background: #ef4036 url('../images/admin/panel/admin_panel_logo.png') no-repeat 18px 50%;
    color: #fff;
}

#admin-panel a {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #d8160b no-repeat 50% 50%;
    margin-right: 1px;
    position: relative;
}

#admin-panel a:hover {
    background-color: #474646;
}

#admin-panel > a:first-child {
    margin-left: 182px;
}

#admin-panel .edit {
    background-image: url('../images/admin/panel/admin_panel_edit.png');
}

#admin-panel .admin {
    background-image: url('../images/admin/panel/admin_panel_admin.png');
}

#admin-panel .visibility {
    display: inline-block;
    margin-right: 30px;
    line-height: 44px;
    font-family: sans-serif, Arial;
    font-size: 75%;
    font-weight: bold;
    float: left;
}
#admin-panel .visibility a {
    margin-right: 10px;
}

#admin-panel .public {
    background-image: url('../images/admin/panel/admin_panel_public.png');
    background-color: #56a608;
}

#admin-panel .public:hover {
    background-image: url('../images/admin/panel/admin_panel_unpublic.png');
}

#admin-panel .unpublic {
    background-image: url('../images/admin/panel/admin_panel_unpublic.png');
    background-color: #474646;
}

#admin-panel .unpublic:hover {
    background-image: url('../images/admin/panel/admin_panel_public.png');
    background-color: #56a608;
}

#admin-panel .delete {
    background-image: url('../images/admin/panel/admin_panel_delete.png');
}

#admin-panel .signout {
    background-image: url('../images/admin/panel/admin_panel_signout.png');
    float: right;
    margin-right: 20px;
}

a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:100px;
    color: #FFFFFF;
    background: #000000;
    height: 22px;
    line-height: 22px;
    text-align: center;
    visibility: hidden;
    border-radius: 0px;
    font-family: sans-serif, Arial;
    font-size: 80%;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.7;
    top: 52px;
    left: 50%;
    margin-left: -46px;
    z-index: 999;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="error:"] {
    background: red;
    color: white;
}

/* by KAVONEX */
.overlay
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
	z-index: 999;
}

.overlay label
{
	width: 58px;
	height: 58px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('/images/cross.png');
	z-index: 1000;
	cursor: pointer;
}

.overlay nav
{
	text-align: center;
	position: relative;
	top: 40%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li
{
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a
{
	font-weight: 300;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-family: 'NotCourierSans';
	text-transform: uppercase;
}

@media only screen
and (max-width: 400px)
{
	.overlay img{
		width: 300px;
	}
}

@media only screen
and (min-width: 401px)
and (max-width: 800px)
{
	.overlay img{
		width: 400px;
	}
}

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

	.overlay img{
		width: 100%;
	}


}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html, body {
	margin: 0;
	padding: 0
}
body {
	font-family: 'Ubuntu', 'Arial', sans-serif;
    /*font-size: 14px;*/
    /* added by KAVONEX 20200728 - change #1 from @Steklá - Změna velikosti písma na 16px */
    font-size: 16px;
	color: #181c14;
}
div.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
div.slide form {
        position: absolute;
        z-index: 100;
	right: 5px; 
        top: 20px;
        z-index: 99;
}
div.slide form {
	float: right;
	margin: 0;
}
div.slide form input::-webkit-input-placeholder {
	color: #616360;
}
div.slide form input:-moz-placeholder {
	color: #616360;
}
div.slide form input::-moz-placeholder {
	color: #616360;
}
div.slide form input:-ms-input-placeholder {
	color: #616360;
}
div.slide form input {
	font-size: 14px;
	font-family: 'Ubuntu';
	color: #616360;
	font-style: italic;
	background: #ffffff;
	border: 0 none;
	border-radius: 4px 0 0 4px;
	padding: 12px 15px;
	width: 200px;
}
div.slide form input.subm {
	border-radius: 0 4px 4px 0;	
	width: 54px;
        background: #3d703b url(../images/zoom.png) no-repeat center center;
	height: 40px;
	font-style: normal;
	cursor: pointer;
}
div.slide form input.subm:hover {
	background-color: #1b5019;
}
a.fb,a.yt {
    display: block;
    position: fixed;
    right: 0;
    margin: 0;
    z-index: 99;
    text-decoration: none;
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
a.fb {
        top: 242px;
        background-color: #1f3780;
	background-image: url(../images/fb.png);	
}
a.fb:hover {
	background-color: #0d1560
}
a.yt {
        top: 306px;
        background-color: #bf1e0a;
	background-image: url(../images/yt.png);
}
a.yt:hover {
	background-color: #9d0b08
}
div.menu {
	margin: 0;
	font-size: 14px;	
	text-align: center;
	padding: 16px 0 20px 0;
	font-weight: 500;
	font-family: 'Ubuntu';
        background: #3d703b;
	text-transform: uppercase
}
div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
div.menu ul li {
	display: block;
        float: left;
	margin: 0 41px 0 0;
	padding: 0;
}
div.menu ul li:last-child { margin: 0; }
div.menu ul li a {
	display: block;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
div.menu ul li a span {
	padding: 8px 0 0 0;
	display: block;
	border-top: 1px solid transparent;
}
div.menu ul li a:hover span, div.menu ul li a.on span, div.menu ul li.active span {	
	border-top: 1px solid #91ae90;
}
div.menu ul li:first-child a:hover span {
        border-top: none;
        padding-top: 9px;
}
div.menu ul li:first-child a span {
	background-image: url(../images/home.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 17px;        
        height: 14px;
        overflow: hidden;
        text-indent: -999px;
	position: relative;
}
div.slide {
	width: 100%;
	//height: 510px;
	position: relative;
	//overflow: hidden;
        background: #3d703b;
	margin: 0;
	color: #fff
}
div.sliderobsah {
	width: 100%;
	//height: 510px;
	overflow: hidden;
	position: relative
}
/*div.sliderobsah div.s {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 510px;
	top: 0;
	left: 0
}*/
div.slide img {
	width: 100%;
        //max-height: 510px;
	display: block;
	margin: 0;
	border: 0 none
}
div.app {
    width: 100%;
    background: #f8f2ea;
    padding: 32px 0;
}
div.left {
    width: 43%;
    float: left;
    margin-left: 3%;
}
div.right {
    width: 43%;
    float: right;
    margin-right: 3%;
}
div.left2 {
    width: 49%;
    float: left;    
}
div.right2 {
    width: 49%;
    float: right;    
}
div.app h2 {
    color: #3d703b;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 14px 0;
    padding: 0;
    line-height: 1.4em;
}
p,address,.rightobsah ul {
    line-height: 1.5em;
    margin: 0 0 20px 0;
    padding: 0;
    font-style: normal;
}
p:last-child { margin: 0; }
div.app h2.appka {
    float: left;
    width: 150px;
    line-height: 1.05em;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #355c33;
    margin: 0;
    padding: 14px 0 30px 104px;
    background: url(../images/mob.png) no-repeat left top;
}
h2.appka span { color: #9d8256; }
div.applink {
    float: right;
    width: 135px;
    position: relative;    
}
div.applink a {
    text-decoration: none;
}
div.applink a img {
    display: block;
    margin: 10px 0 0 0;
}
div.copy {
    font-size: 13px;
    background: url(../images/footline.jpg) repeat-x center bottom;
    padding: 30px 0 40px 0;
}
div.obsah {
    padding: 34px 0;
}
h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 100;
    color: #355c33;
    text-transform: uppercase;
}
div.left2 h3, div.right2 h3 {
    padding: 0 0 0 3%;
    margin: 0 0 14px 0;
    font-size: 22px;
    font-weight: 100;
    color: #355c33;
    text-transform: uppercase;
}
div.news {
    margin: 0 0 6px 0;
    background: #f1e4ce;
    color: #656565;
    font-size: 13px;
    padding: 19px 34px;
}
div.news span.druh { float: right; }
div.news h2 {
    color: #355c33;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2em;
    padding: 10px 0 0 0;
}
div.news a { color: #355c33; text-decoration: none; }
div.news a:hover,div.akce a:hover,a.more:hover { text-decoration: underline; }
div.akce {
    margin: 0 0 6px 0;
    background: #e1eddc;
    color: #ffffff;
    font-size: 13px;
    padding: 0;
}
.left2 div.news {
    min-height: 60px;
}
div.akce span.date2 {
    float: left;
    display: block;
    width: 55px;
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    padding: 30px 24px;
    background: #3d703b;
}
div.akce h2 {
    color: #355c33;
    font-size: 15px;
    float: left;
    font-weight: 600;
    margin: 0;
    line-height: 1.4em;
    padding: 30px 0 0 32px;
    max-width: 355px;
}
div.akce h2 span.time { color: #444444; font-weight: 400; font-size: 14px; display: block; }
div.akce a { color: #355c33; text-decoration: none; }
a.more { float: right; color: #626262; font-size: 14px; font-weight: 400; padding: 10px 0; text-decoration: none; }
a.togglemenu1 { display: none; }
div.copy a { float: right; color: #181c14; text-decoration: none; }
div.fixer { position: fixed; top: 0; left: 0; height: 0; }
div.slider {
    padding: 50px 0 0 0;
    width: 850px;
    margin: 0 auto 100px auto;
    text-align: center;
    position: relative;
}
div.slider h3 a { color: #355c33; text-decoration: none; }
div.slider h3 {
    color: #355c33;
    font-size: 17px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
div.slider h3 span { color: #363636; font-size: 14px; display: block; padding: 5px 0 0 0; }
div.slider a.iobal { display: block; height: 450px; } /*200px původně, by KAVONEX*/
div.bnr { margin: 0 0 80px 0; }
div.bnr a { text-decoration: none; }
div.bnr a img { border: 0 none; max-width: 100%; display: block; margin: 0 auto; }
div.maper { margin: 20px 0 40px 0; }
div.mapmenu { margin: 0; }
div.mapmenu a {
    display: block;
    float: left;
    width: 29.333333%;
    margin: 0;
    text-decoration: none;
    color: #444444;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 24px 2%;
}
div.mapmenu a.on, div.mapmenu a.on:hover { background: #3d703b; color: white; }
div.mapmenu a:hover { background: #efefef; }
div.map { position: relative; height: 555px; }
div#map { width: 100%; height: 555px; }
div.mapa { z-index: 1; position: absolute; }
div.mapa.on { z-index: 10; }
video { cursor: pointer; }
div.col { width: 33.333%; position: relative; float: left; }
div.incol { width: 80%; padding: 0 10%; }
div.col1 div.incol { padding-left: 0; padding-right: 10%; width: 85%; }
div.col img { display: block; margin: 0 auto 20px auto; }
div.col h2 { color: #3d703b; font-size: 14px; font-weight: 600; margin: 0 0 20px 0; padding: 0 0 0 10%; }
div.col1 h2 { padding-left: 0; }
div.col p { margin: 0 0 14px 0; }
div.col p.tel, div.col p.web, div.col p.mail { margin: 0 0 2px 0; background-position: left 2px; background-repeat: no-repeat; padding: 2px 0 2px 32px; }
a { color: #3d703b; }
a:hover { text-decoration: none; }
div.col p.tel { background-image: url(../images/telico.png); }
div.col p.mail { background-image: url(../images/mailico.png); background-position: left 7px; }
div.col2 div.incol { border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; }
h1 {
    padding: 0;
    margin: 0 0 34px 0;
    font-size: 25px;
    font-weight: 100;
    color: #355c33;
    text-transform: uppercase;
}
div.breadcrumbs {
    width: 100%;
    background: #f8f2ea;
    padding: 18px 0;
    /*font-size: 11px;*/
    /* added by KAVONEX 20200728 - change #2 from @Steklá - Změna velikosti písma na 12px */
    font-size: 14px;
    color: #4f764d;
    margin: 0 0 14px 0;
}
div.breadcrumbs a { color: #4f764d; text-decoration: underline; }
div.breadcrumbs a.crumb:first-child {
    background-image: url(../images/home2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 14px;        
    height: 13px;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    display: inline-block;
}
div.breadcrumbs span.sepp {
    display: inline-block;
    width: 30px;
}
div.breadcrumbs span.sepp::after {
    content: '>';
    position: absolute;
    margin: -1px 0 0 10px;
}
div.leftmenu {
    width: 29%;
    float: left;
}
div.rightobsah {
    width: 67%;
    float: right;
}
div.rightobsah .half {
    width: 50%;
    float: left;
}
div.rightobsah .news.half {
    width: 49%;
    height: 140px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
}
div.rightobsah .news.half:nth-child(odd) {
    clear: left;
}
div.rightobsah .news.half:nth-child(even) {
    margin-right: 0;
}
div.rightobsah .gallery-top img {
    width: auto;
    max-height: 400px;
}
div.leftmenu ul {
    margin: 0 0 24px 0;
    padding: 0;
    list-style-type: none;
}
div.leftmenu ul li {    
    margin: 0 0 2px 0;
}
div.leftmenu ul li a {
    display: block;
    color: #363934;
    background: #f1e4ce;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 32px;
    text-decoration: none;
}
div.leftmenu ul li a:hover {
    background: #d0c2ac;
}
div.leftmenu ul li.active>a {
    background: #d3131f;
    color: #fff;
}
div.leftmenu ul li>ul {
    margin-bottom: 0;
    padding: 10px 0;
    display: none;
}
div.leftmenu ul li>ul li {
    margin-bottom: 0;
}
div.leftmenu ul li>ul li a {
    background: #fff;
    text-transform: none;
    position: relative;
    margin: 8px 100px 8px 40px;
    padding: 0;
}
div.leftmenu ul li>ul li.active a span {
    width: 5px;
    height: 10px;
    background: url(../images/images.png) -57px -61px no-repeat;
    position: absolute;
    right: 0;
    top: 3px;
}
div.leftmenu ul li.active ul {
    display: block;
}
div.leftmenu ul li>ul li.active a,div.leftmenu ul li>ul li a:hover {
    color: #363934;
    font-weight: bold;
    background: none;
}
ul.down {
    margin: 0 0 24px 0;
    padding: 0;
    list-style-type: none;
}
.rightobsah ul.down li {
    margin-bottom: 10px;
    background: none;
    padding-left: 0;
}
ul.down li a {
    color: white;
    background: #e1eddc;
    color: #355c33;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 16px 150px 16px 76px;
    position: relative;
}
ul.down li a+p {
    margin-top: 10px;
}
ul.down li a>span:first-child {
    width: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background: #3d703b url(../images/down.png) 17px 9px no-repeat;
    display: block;
}
ul.down li a em {
    position: absolute;
    top: 16px;
    right: 36px;
    margin: 0;
    font-weight: 300;
}
ul.down li a i { clear: both; }
ul.down li a:hover { background: #3d703b; color: white; }

.upper { text-transform: uppercase; }    
.c { text-align: center; }
.clear { clear: both; height: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; }

.action .left,.action .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.action .left {
    width: 28%;
    background-color: #f1e4ce;
    margin-left: 0;
    padding: 15px;
}
.action .right {
    width: 70%;
    margin-left: 2%;
    margin-right: 0;
    margin-top: -40px;
}
.action table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto;
}
.action .left form {
    padding-top: 20px;
    clear: both;
}
.action h1 {
    margin-bottom: 20px;
}
.item {
    width: 100%;
    float: left;
    background-color: #3d703b;
    margin-bottom: 5px;
}
.item h3 {
    color: #355c33;
    margin: 0 0 5px;
}
.item .date,.item .text {
    float: left;
}
.item .date {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 15%;
    min-height: 100%;
    padding: 27px 0;
}
.item .text {
    width: 85%;
    background-color: #e1eddc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 40px;
}
.calendar .move-left,.calendar .move-right {
    width: 9px;
    height: 14px;
    background-image: url(../images/images.png);
    background-repeat: no-repeat;
    font-size: 0;
}
.calendar .move-left {
    background-position: -12px 0;
    float: right;
}
.calendar .move-right {
    background-position: -22px 0;
    float: left;
}
.action h2 {
    margin-bottom: 0;
}
.action table th {
    color: #3d703b;
}
.action table th span {
    color: #181c14;
}
.action table tr:first-child th {
    padding: 20px 0;
}
.action .left table.calendar td,.action .left table.calendar tr:first-child+tr th {
    text-align: center;
    padding: 10px 0;
}
.action .left select,.filtr select {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    height: 38px;
    padding-left: 20px;
}
.action .left table.calendar td {
    border-left: 1px solid #dfd7c9;
    border-top: 1px solid #dfd7c9;
}
.action .left table.calendar tr:first-child+tr th {
    border-left: 1px solid #dfd7c9;
}
.action .left table.calendar tr td:first-child,.action .left table.calendar tr:first-child+tr th:first-child {
    border-left: none;
}
input[type="submit"] {
    background-color: #3d703b;
    border: none;
    float: right;
    font-weight: bold;
    color: #fff;
    height: 38px;
    padding: 0 12px;
}
.cancel-filtr {
    color: #d3131f;
    padding-left: 17px;
    position: relative;
    text-decoration: none;
}
.cancel-filtr:hover {
    text-decoration: underline;
}
.cancel-filtr span {
    width: 12px;
    height: 12px;
    background: url(../images/images.png) 0 -10px no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
}
.action .filtr-season {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.action .filtr-season li.active a {
    background-color: #f8f2ea;
    border: 1px solid #decdb0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    color: #5e4a27;
}
.action .filtr-season li {
    float: left;
    margin-left: 25px;
}
.action .filtr-season li:first-child {
    margin-left: 0;
}
.action .filtr-season li a {
    background-color: #76603a;
    height: 28px;
    color: #fff;
    text-decoration: none;
    line-height: 28px;
    padding:0 9px;
    font-size: 13px;
    display: block;
}
.filtr {
    background-color: #f1e4ce;
    padding: 30px 30px 20px 30px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filtr .form-item {
    width: 33%;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filtr .full-width {
    width: 100%;
}
.filtr .big {
    width: 60%;
}
.filtr .small {
    width: 20%;
}
.filtr .form-item:first-child+.form-item+.form-item {
    padding-right: 0;
}
.calendar td a {
    color: #393939; 
    text-decoration: none;
}
.calendar .active a,.calendar .event a,.calendar .active {
    color: #fff;
}
.calendar .active {
    background-color: #d3131f;
}
.calendar .event {
    background-color: #3d703b;
}
.box {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.box .image {
    width: 35%;
    height: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box .image img {
    height: 100%;
    width: auto;
}
.box h3 {
    margin-top: 0;
    color: #165114;
    font-weight: normal;
    text-transform: uppercase;
}
.box .descriptoin,.box .image {
    float: left;
}
.box .descriptoin {
    background-color: #f8f2ea;
    padding: 20px 30px;
    min-height: 140px;
    width: 65%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box table tr td:first-child+td {
    padding-left: 25px;
}
.box table tr td {
    vertical-align: top;
}
.box table tr td,.box h3 {
    text-align: left;
}
.box .descriptoin h3 a {
    text-decoration: none;
}
.box .descriptoin h3 a:hover {
    text-decoration: underline;
}
.icon {
    padding-left: 35px;
    position: relative;
    line-height: 19px;
}
.icon span:first-child {
    width: 16px;
    height: 19px;
    background-image: url(../images/images.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.icon .mail {
    background-position: -12px -14px;
}
.icon .telefon {
    background-position: -12px -33px;
}
.icon .address {
    background-position: -12px -52px;
}
.rightobsah h3 {
    color: #355c33
}
.rightobsah h4 {
    color: #181c14;
    font-weight: normal;
    font-size: 16px;
}
.gallery {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
}
.gallery a span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../images/images.png) -30px 0 no-repeat;
}
.gallery a {
    float: left;
    width: 24.25%;
    text-align: center;
    margin: 0 1% 1% 0;
}
.gallery a.no-margin-right {
    margin-right: 0;
}
.gallery a img {
    width: 100%;
    vertical-align: bottom;
}
.gallery-top {
    width: 66%;
    position: relative;
    float: left;
    margin: 0 4% 20px 0;
}
.gallery-top+.details-about-product {
    width: 30%;
}
.gallery-top a span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../images/images.png) -30px 0 no-repeat;
}
.gallery-top a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.text ul,.rightobsah ul {
    padding: 0;
    list-style-type: none;
}
.text ul li,.rightobsah ul li {
    padding-left: 30px;
    background: url(../images/images.png) -695px -467px no-repeat;
}
p.center {
    text-align: center
}
.text table {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    border: none;
}
.text th {
    background-color: #3d703b;
    color: #fff;
    border-bottom: 3px solid #fff;
}
.text th,.text td {
    padding: 10px 20px;
}
.text td {
    background-color: #f1e4ce;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
h1+.region-top {
    margin-right: 20px;
}
.region-top {
    float: left;
}
.detail-box {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.detail-box h4 {
    margin-top: 0;
}
.detail-box p,.detail-box h4 {
    margin-bottom: 10px;
}
.rightobsah .materials ul,.rightobsah .listing-items {
    float: left;
    list-style-type: none;
    padding: 0;
}
.rightobsah .materials ul+p {
    clear: both;
}
.rightobsah .listing-items {
    width: 100%;
}
.rightobsah .listing-items.none-bg li {
    background-color: transparent
}
.text .listing-items li,.rightobsah .listing-items li {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    background: #f8f3eb;
}
.text .listing-items li a img,.rightobsah .listing-items li a img {
    //border-right: 3px solid #fff;
    float: left;
    width: 20%;
}
.text .listing-items li a span,.rightobsah .listing-items li a span {
    float: left;
    padding: 25px 50px;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text .listing-items li a span h3,.rightobsah .listing-items li a span h3 {
    color: #3d703b;
    margin: 0;
}
.book {
    width: 100%;
    float: left;
}
.book img,.book .description {
    float: left;
}
div.rightobsah .book img {
    max-width: 30%;
}
.book .description {
    width: 70%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.book a {
    text-decoration: none;
}
.book a:hover {
    text-decoration: underline;
}
.book h3 {
    background: url(../images/images.png) 0px -92px no-repeat;
    padding-left: 35px;
    padding-top: 10px;
}
.book a+a+em {
    margin-top: -10px;
    display: block;
    margin-bottom: 15px;
    color: #3d703b;
}
.sign-counties {
    width: 100px;
    height: 120px;
    background-image: url(../images/images.png);
    background-repeat: no-repeat;
}
.jihocesky-kraj {
    background-position: 0 -240px;
}
.jihomoravsky-kraj {
    background-position: -100px -240px;
}
.karlovarsky-kraj {
    background-position: -200px -240px;
}
.kralovehradecky-kraj {
    background-position: -400px -240px;
}
.olomoucky-kraj {
    background-position: 0 -360px;
}
.moravskoslezsky-kraj {
    background-position: -600px -240px;
}
.liberecky-kraj {
    background-position: -500px -240px;
}
.pardubicky-kraj {
    background-position: -100px -360px;
}
.plzensky-kraj {
    background-position: -200px -360px;
}
.stredocesky-kraj {
    background-position: -300px -360px;
}
.ustecky-kraj {
    background-position: -400px -360px;
}
.vysocina {
    background-position: -300px -240px;
}
.zlinsky-kraj {
    background-position: -500px -360px;
}
h1+.pagination {
    margin: 0 0 20px;
}
.pagination {
    margin: 15px 0 0;
    float: left;
    width: 100%;
}
.pagination+.news,.pagination+.down {
    clear: left;
}
.pagination form {
    float: left;
}
.pagination ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px;
    padding-left: 0;
    background: none;
}
.pagination ul li.move-left,.pagination ul li.move-right {
    width: 5px;
}
.pagination ul li.active a {
    color: #181c14;
    font-weight: bold;
}
.pagination ul li.move-left {
    margin-right: 10px;
}
.pagination ul li.move-right {
    margin-left: 10px;
}
.pagination .disabled {
    display: none;
}
.pagination ul li.move-left a,.pagination ul li.move-right a {
    background-image: url(../images/images.png);
    background-repeat: no-repeat;
    font-size: 0;
    margin-top: 5px;
    height: 10px;
}
.pagination ul li.move-left a {
    background-position: 0 0;
}
.pagination ul li.move-right a {
    background-position: -5px 0;
}
.pagination ul li a {
    width: 100%;
    height: 100%;
    line-height: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.pagination ul li a:hover {
    text-decoration: underline;
}
.right-bottom-link {
    float: right;
    clear: both;
    margin-top: 20px;
}
.menu .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
}
.menu .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.menu .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.menu .navbar-toggle .icon-bar {
    background-color: #fff;
}
.menu .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.menu .navbar-toggle:hover, .menu .navbar-toggle:focus {
    background-color: #b2b2b2;
}
.menu .navbar-toggle {
    display: none;
}
#admin-panel {
    overflow: hidden;
}
.rightobsah iframe {
    width: 100%;
    height: 380px; /* edit by KAVONEX from 350px */
}
.text img {
    max-width: 100%;
    height: auto !important;
}
.file-info {
    float: right;
}
.files a:first-child h3,.files a:first-child+p {
    margin-bottom: 0;
}
.maphilight {
    margin-bottom: 40px;
}
@media(min-width: 768px) and (max-width: 991px){
    div.container {
        width: 750px;
    }
    div.slider {
        width: 600px;
    }
    div.menu ul li {
        margin-right: 10px;
    }
    .action .filtr-season {
        width: 110px;
    }
    .action .filtr-season li {
        margin: 10px 0 0;
        width: 100%;
    }
    .action .filtr-season li a {
        text-align: center;
    }
    .action .filtr-season li:first-child  {
        margin-top: 0px;
    }
    div.akce h2 {
        max-width: 232px;
    }
    .gallery-top {
        width: 100%;
        margin: 0;
    }
    .gallery-top+.details-about-product {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 991px){
    a.yt,a.fb {
        display: none;
    }
}
@media(max-width: 450px){
    .gallery a {
        width: 49.5%;
    }
    .gallery-top {
        width: 100%;
        margin: 0;
    }
    .gallery-top+.details-about-product {
        width: 100%;
        text-align: center;
    }
    .gallery a:nth-child(even){
        margin-right: 0 !important;
    }
    .rightobsah .listing-items li a span {
        width: 100%;
    }
    .rightobsah .listing-items li a img {
        max-width: 100%;
        width: auto;
        display: block;
        float: none;
        margin: 0 auto;
    }
    div.mapmenu a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .box .descriptoin,.box .image {
        width: 100%;
    }
    div.akce span.date2 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 24px;
    }
    div.akce h2 {
        padding: 10px 0 10px 32px;
    }
}
@media(max-width: 767px){
    div.container,div.leftmenu,div.rightobsah,.action div.left {
        width: 100%;
    }
    div.slider {
        width: 80%;
    }
    .maper {
        display: none;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .maphilight {
        display: none !important;
    }
    div.menu {
        padding: 0;
    }
    div.menu ul li {
        width: 100%;
        margin: 0;
    }
    div.menu ul li:first-child span {
        margin: 0 auto;
    }
    div.menu ul li a:hover span, div.menu ul li a.on span, div.menu ul li:hover span {
        border-color: transparent;
    }
    .menu .navbar-toggle {
        display: inline;
    }
    .rightobsah h1 {
        margin-top: 30px;
    }
    .item .date {
        width: 25%;
    }
    .item .text {
        width: 75%;
    }
    div.menu ul {
        width: 100%;
        float: left;
        display: none;
    }
    div.menu .container {
        padding: 0;
    }
    div.menu ul li a span {
        padding-bottom: 8px;
        border-top: none !important;
    }
    div.menu ul li:first-child a span {
        background-position: center center;
    }
    div.rightobsah .news.half {
        width: 100%;
    }
    div.left2,div.right2,div.left2 .news,div.right2 .akce,.app div.left,.app div.right {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .app div.left,.app div.right {
        margin: 0;
    }
    .app div.right {
        margin-top: 30px;
    }
}
area[data-maphilight] {
    cursor: default;
}
.prepare {
    width: 100%;
    height: 100%;
    background: url(../images/prepare_apple2.png) center center no-repeat; /* removed by KAVONEX  prepare.png */
    position: absolute;
    font-size: 0;
    top: -10px;
    right: -15px;
    width: 223px;
    height: 65px; /* removed by KAVONEX 130 px;*/
}

/*Martinovo*/
ul.foto {
    width: 100%;
}

ul.foto li {
    background-image: none;
    padding: 0 0 2% 0;
    display: inline-block;
}

ul.foto li a {
    display: inline-block;
    width: 32%;
    max-height: 150px;
    padding: 0;
    margin-left: 2%;
    float: left;
    text-align: center;
    overflow: hidden;
}

ul.foto li a:first-child {
    margin: 0;
}

ul.foto li a img {
    max-width: 100%;
    height: auto;
}

#map_ceska_republika {
    position: relative;
}
.details-about-product+p {
    clear: both;
}
#visacka {
    display: none;
    position: absolute;
    left: 410px;
    top: 40px;
    z-index: 11111;
    width: 205px;
    height: 74px;
    overflow: hidden;
    background: transparent url(../images/visacka.png) left top no-repeat;
}

#visacka span {
    display: table-cell;
    padding: 20px 30px 20px 70px;
    width: 105px;
    height: 34px;
    line-height: 17px;
    color: #D3131F;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.details-about-product {
    float: left;
    margin: 0 0 20px 0;
}
.detail-contact {
    margin-bottom: 20px;
}
.detail-contact p,.detail-contact address {
    margin-bottom: 0;
}
@media(max-width: 480px){
    div.slide form {
        top: auto;
        right: auto;
        left: 15px;
        bottom: -45px;
    }
    div.slide div.container {
        position: static;
    }
    div.slide form input {
        width: 150px;
    }
}
.gm-style .gm-style-iw {
    text-align: center;
}
.gm-style .gm-style-iw>div {
    padding-right: 20px;
}
.gm-style .gm-style-iw img {
    max-width: 100% !important;
    max-height: 200px;
}