ul.menucesta {
 margin: 20px 0 0 0; padding: 0; list-style: none; font-size: 0; line-height: 100%;
}
ul.menucesta li {
 display: inline-block; margin: 0; padding: 0; font-size: 13px; line-height: 13px;
}
ul.menucesta li:after {
 content: '/'; margin: 0 10px;
}
ul.menucesta li:last-child:after {
 content: ''; margin: 0;
}
ul.menucesta li a {
 color: #454545;
}
ul.menucesta li:last-child a {
 font-weight: 600;
}

.stranka {
 min-height: 200px; line-height: 150%;
}

.stranka img { 
 max-width: 1000px; margin: 10px 0 10px 10px;
}
@media screen and (max-width: 768px) {
 .stranka img img { max-width: 100%; height: auto; }
}
.stranka p {
 margin: 0; padding: 0 0 20px 0; text-align: justify;
}
.stranka hr {
 margin-bottom: 20px; border: none; height: 1px; background: #000000;
}
.stranka h2 { 
 margin: 10px 0 15px 0; font-weight: 600;
}
.stranka h3 { 
 margin: 10px 0 15px 0; font-weight: 700;
}

.stranka a.red {
 color: #bf0000;
}
.stranka img.border { 
 max-width: 90%; margin: 0 auto; padding: 4px; background: #ffffff; border: 1px solid #d9d9d9;
}

.stranka big {
 font-weight: bold; color: #bf0000; font-size: 12px;
}
.stranka var {
 display: block; margin: 0; padding: 10px 10px 10px 10px; line-height: 130%; background: #e0e0d8;
}
.stranka samp {
 display: block; margin: 0; padding: 10px 10px 10px 10px; font-size: 18px; font-family: 'Roboto Condensed', sans-serif;
 line-height: 130%; background: rgba(0,0,0,0.2);
}
.stranka table {
 width: 98%; margin: 0 auto; margin-bottom: 15px; margin-left: 0.5%;
}

.stranka ul {
 margin-bottom: 25px;
}
.stranka ul li, .stranka ul[type=square] {
 list-style: square;
}
.stranka ul li {
 margin-left: 25px; padding-left: 5px;
}
.stranka ul[type=circle] li {
 padding-left: 30px; list-style: circle;
}
.stranka ul[type=disc] li {
 padding-left: 30px; list-style: disc;
}
.stranka ol {
 margin: 0 0 12px 20px; padding: 0;
}
.stranka ol li {
 margin: 0; padding-left: 30px; 
}
.stranka cite {
 background: red; display: none;
}

.stranka ul.submenuPage {
 margin: 0 0 30px 0; padding: 0; list-style: none;
}
.stranka ul.submenuPage li {
 margin: 0 0 10px 0; padding: 0; list-style: none;
}
.stranka ul.submenuPage li:last-child {
 margin: 0 0 0 0;
}
.stranka ul.submenuPage a {
 display: block; padding: 20px 15px; font-weight: 500; line-height: 100%; font-size: 18px; line-height: 150%; color: #000000; background: #f5f5f5;
}
.stranka ul.submenuPage a i {
 margin-left: 10px;  color: #ba1f1f
}
.stranka ul.submenuPage a:hover {
 text-decoration: none;
}
.stranka ul.submenuPage a:hover i {
 margin-left: 15px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}

.stranka .fotogaleria {
}
.stranka .fotogaleria img {
 float: left; display: block; width: auto; max-height: 200px;
}

.formular {
}
.stranka .formular h2 {
 margin-bottom: 35px;
}
.formular label {
 float: left; width: 120px; margin: 0 10px 15px 0; padding: 6px 0 0 0; text-align: right; color: #000000;
}
.formular input[type=text] {
 float: left; width: 300px; margin: 0 0 1px 0; padding: 10px 12px; color: #000000; border: none;
 background: #ffffff; border: 1px solid #dbdbdb;
}
.formular textarea {
 float: left; width: 350px; height: 160px; padding: 10px 12px; color: #000000; border: none;
 background: #ffffff; border: 1px solid #dbdbdb;
}
.formular input[type=submit], .formular input[type=button] {
 display: inline-block; margin-top: 20px; padding: 12px 20px; font-size: 16px; 
 color: #ffffff; background: #2b642e; border: none;
 -webkit-transition: all .4s ease-in-out; transition: all .2s ease-in-out;
}
.formular input[type=submit]:hover, .formular input[type=button]:hover {
 color: #ffffff; background: #1e4620;
}
.formular #kontakt_response {
 display: none; margin: 0 0 15px 0;
}
.formular #kontakt_response .okform {
 display: block; padding: 16px 16px; color: #ffffff; text-align: center; line-height: 100%; background: #1ab0ef;
}
.formular #kontakt_response .chybaform {
 display: block; padding: 16px 16px; color: #ffffff; line-height: 100%; background: #ff0000;
}
@media screen and (max-width: 1024px) { 
 .formular { margin-top: 15px; }
}
@media screen and (max-width: 450px) {
 .formular { margin: 15px 1% 0 1%; }
 .formular label { margin: 0 0 2px 2px; text-align: left; }
 .formular input[type=text], .formular textarea { width: 100%; clear: both; } 
 .formular input[type=submit] { width: 100%; clear: both; } 
}
