/* HTML5 Boilerplate v5.0 */

/*
barvy:
- oranžová nejtmavší: #ff9600, rgb(255,150,0)
- středně světlá oranžová: rgb(255,242,222), *předtím rgb(255,206,135) *původně rgb(255,203,128)
- středně světlá do růžova: #ffe5bf (např. pozadí boxů v článku)
- nejsvětlejší: rgb(255,255,255) *předtím rgb(255,250,240) *původně bylo rgb(255,242,222)
- zelená: rgb(0,127,0)
- hnědá: rgb(92,36,14)
*/

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}     

@font-face{
  font-family: 'Ubuntu'; 
  src: local('Ubuntu Bold'),
       local('Ubuntu-Bold'),
       url('font/ubuntu-normal500.woff') format('woff'),
       url('font/ubuntu-normal500.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
  font-display: swap; /* https://www.vzhurudolu.cz/prirucka/css-font-display */
}  

html {
    color: black;
    background-color: rgb(255,242,222);
    font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
::-moz-selection {       /* vlastnosti vybraného textu */
    background: #ffb67b;
    text-shadow: none;
}
::selection {
    background: #ffb67b;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(255,150,0);
    margin: 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




#headerRow, #mainRow {
  color: black;
  background-color: rgb(255,255,255)
}

#container {
  border-left: 2px rgb(255,150,0) solid;
  border-right: 2px rgb(255,150,0) solid;
  border-bottom: 2px rgb(255,150,0) solid;
}

#headerRow {
  height: 130px;
  border-left: 2px rgb(255,150,0) solid;
  border-right: 2px rgb(255,150,0) solid;
  border-top: 2px rgb(255,150,0) solid;
}

.row {
	width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a, .boxMapy .infoWindow a {
  color: rgb(0,127,0);
  text-decoration: underline;
}
a:hover, a:focus, a:active, .boxMapy .infoWindow a:hover {
  color: rgb(255,150,0); 
  text-decoration: none;
}
a.obrazkovy:hover, a.obrazkovy:focus, a.obrazkovy:active {
  background-color: transparent; 
}

a img:hover, a img:focus, a img:active,
button:hover, button:focus, button:active {
  filter: alpha(opacity=95); 
  opacity: .95;
}  

img {
  max-width: 100%;
  height: auto;
  border-width: 0px;
  vertical-align: middle;
}

h1, h2, h3, h4, header, #navRow, #jazyky, figcaption {
  font-family: 'Ubuntu', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
h1 {
  font-size: 29px;
}

.centrovaci {
  text-align: center;
}
.doprava {
  text-align: right;
}
.noWrap {
  white-space: nowrap;
}

html#zjednodusenaStranka {
    background-color: rgb(255,255,255);
}
div#zjednodusenyObsah {
  padding: 0;
}
div#zjednodusenyObsah p {
  margin-left: 1em; margin-right: 1em;
}

#logoRow {
  background-color: rgb(255,150,0);  
  height: 50px;
}
#logoRow img {
  margin: 5px;
  max-width: calc(100% - 55px - 10px);
}

#podnadpis {
  color: rgb(255,255,255);
  text-shadow: 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14);
}

#podnadpis {
  display: none;
}
#horniNabidka {
  display: block;
  position: absolute;
  top: 91px;
  right: 0px; 
  width: 100%; 
  padding: 8px 0 8px 0;
  background-color: rgb(255,150,0);
  font-size: 14px;     
}
#horniNabidka > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#horniNabidka li {
  display: inline;
  margin-left: 0.4em;
}
#horniNabidka a {
  color: rgb(255,255,255);
  text-decoration: none;
}
#horniNabidka a:hover, #horniNabidka a:focus, #horniNabidka a:active {
  text-shadow: 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14), 0 0 10px rgb(92,36,14);
}
#horniNabidka .low {
  display: none;     
}

form#vyhledavani:hover, #jazyky a img:hover {
  box-shadow: 0 0 15px rgb(92,36,14);
}

#jazyky {
  display: none;
  right: 0px;
  top: 93px;
  color: rgb(255,150,0);
  background-color: rgb(255,255,255); 
  border-bottom: 2px rgb(255,150,0) solid;
  text-align: right;
  line-height: 37px;
  padding-right: 10px;
}
#jazyky > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
}
#jazyky li {
  display: inline;
  margin-left: 0.8em;
}
#jazyky .low, #jazyky .vybrany {
  display: none;
}

#vyhledavani {
  display: block;
  width: 94%;
  height: 36px;
  white-space: nowrap;  
  position: absolute;
  top: 52px;
  left: 3%;  
}
#vyhledavani #vyhledavaciPolicko{
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(255,255,255); 
  width: calc(100% - 33px);
  height: 100%;
  border: solid 1px rgb(255,150,0);
  border-right: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#vyhledavani input#q, #vyhledavani button {
  background-color: rgb(255,255,255);    
  margin: 0;
  height: 27px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
#vyhledavani input#q {
  width: 100%;
}
#vyhledavani button {
  display: inline-block;
  position: relative;
  left: -3px;
  width: 33px;
  color: rgb(255,255,255);
  background-color: rgb(255,150,0);
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  border: solid 1px rgb(255,150,0);
  border-left: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

h1, #headerRow h2 {
  line-height: 1em;
  margin: 0px;
  padding: 0px;
}

#headerRow {
  position: relative;
}

#headerRow h2 {
  font-size: 42px;
}

#podnadpis {
  display: none;
}

#navRow {
  position: relative;
  display: none;
  color: black;
  background-color: rgb(255,150,0);
}
#navRow li.nadkategorie > a{
  color: rgb(255,255,255);
  display: block;
}
nav > ul {
  list-style-type: none;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
nav li.nadkategorie {
  width: 100%;
  padding: 1em;
  border-bottom: 1px solid black;
}
nav li.nadkategorie.prvniPolozka {
  border-top: 1px solid black;
}
nav li.oddelovnikMenu {
  display: none;
} 
nav .sipka {
  background-color: rgb(255,255,255); 
  display: none;
  margin-right: 5px;
  width: 1.5em;
  height: 1.5em;
  padding: 0.2em;    
  vertical-align: bottom;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
nav .podmenu {
  display: none;
}

input[type=checkbox]#menu_control,
input[type=checkbox]#jazyk_control {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#rozbalovaciMenu {
  position: absolute;
  top: -128px;
  right: 0px;
  width: 55px;
  height: 48px;
  text-align: center;
  font-size: 39px;
  color: rgb(255,150,0);
  background-color: rgb(255,255,255); 
  cursor: pointer;
}
#rozbalovaciMenu i {
  position: relative;
  top: -3px;
}
input[type=checkbox]#menu_control:checked ~ #navRow,
input[type=checkbox]#jazyk_control:checked ~ #jazyky {
  display: block;
}

#rozbalovaciJazyk {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -35px;
  color: rgb(255,150,0);
  background-color: rgb(255,255,255); 
  text-align: center;
  width: 55px;
  line-height: 33px;
}
#rozbalovaciJazyk img {
  margin-bottom: 3px;
}
#rozbalovaciJazyk span:before {
  content: "▼ ";
}

#container {
  position: relative;
}

main {
  width: 100%;
}
main article {
  padding: 20px;
}

main #reklama {
  background-color: rgb(255,242,222);
  border-bottom: 1px solid rgb(255,150,0);
  text-align: center;
  height: 60px;
}
main #reklama img {
  margin: 0; /*10px 0 10px 0;*/
}

main h1, main h2 {
  border-left: 3px solid rgb(255,150,0);
  padding-left: 10px;
  clear: both;
}

main p, main h3, main h4, main div.doplnujici-obsah {
  margin: 1em 0;
}

/* odstranění horního okraje pro navazující odstavce */
main p + p, main p + h3, main h3 + p,
main p + ul, main ul + p, main h3 + ul, main ul + h3,
main p + ol, main ol + p, main h3 + ol, main ol + h3{
  margin-top: 0em;
}

main h2 {
  margin: 0px;
}

main p, main ul, main ol, main h3, main h4, main .vClanku, main table, main .fb-comments {
  float: right;
  width: 45rem;
  max-width: 100%;
}

.inzerat h3, .tipNaVylet h3 {
  float: none;
}

.boxVClanku {
  border: #FF9600 1px solid;
  background-color: rgb(255,242,222); /*#FFE5BF;*/
}
.odOkraje {
  padding: 0.5em;
}
.nadBoxem {
  overflow: auto;
  margin: 1em 0;
  clear: both;
}

main table {
  margin-top: 1em;
  margin-bottom: 1em;
}

main div#doplnujici {
  float: left;
}

main div.doplnujici-obsah {
  padding: 10px;
  border: 1px dotted rgb(255,150,0);
}

figure.bezny {
  display: inline-block;
  margin: 0px;
  width: 49%;
  min-width: 18em;
  text-align: center;
  padding: 0.5em;
}

figure.bezny figcaption {
  font-size: 14px;
}

.horniOkraj {
  margin-top: 1em;
}
.dolniOkraj {
  margin-bottom: 1em;
}

.kamDal {
  clear: both;
  margin: 0.5em 0;
  font-size: smaller;
  overflow: auto;
}
.kamDalTitulek {
  text-align: right;
  float: left;
  padding-right: 0.5em;
}
.kamDal ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
.kamDal ul li {
  position: relative;
  float: left;    
  display: inline;
  list-style: none;
  padding-right: 0.5em;
}
.kamDal ul li:before {
  content: "·";
  margin-right: 0.3em;
}

#cookieBar {
  display: block;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.93);
  box-shadow: 0 -2px 16px #999;
  color: rgb(255,255,255);
  padding: 0 30px;
  transition: 400ms;
}
#cookieBar.active {
  bottom: 10px; /* pro lepší animaci, vyjíždí zespodu */
}
#cookiesList {
  display: none;
}
#cookiesList li {
  list-style-type: none;
}
#cookiesAll, #cookiesSave {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: 5px;
  background: rgb(255,150,0);
  border-radius: 10px;
}
#cookiesSettings {
  cursor: pointer;
  margin-right: 5px;
}

/* PHP Flash Messages, použito asi z Bootstrap */
.alert {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: rgb(255,150,0);
    background-color: #ffe5bf;
    border-color: rgb(255,150,0);
}
.alert-danger {
    color: white; /* #a94442; */
    background-color: red; /* #f2dede; */
    border-color: transparent; /* #ebccd1; */
}

/*  fancybox */
.fancybox-skin a:hover, .fancybox-skin a:focus, .fancybox-skin a:active {
  background-color: transparent;
}
.fancybox-skin {
  color: rgb(255,150,0);
  background-color: rgb(255,255,255);
}
.fancybox-title {
  font-family: 'Comfortaa', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size: 15px;
  font-weight: bold;
}
#fancybox-buttons ul {
  background: rgb(255,150,0);
  border-color: rgb(255, 255, 255);
  width: 76px;
  height: 33px;
}

/* JQueryUI */
.ui-dialog {
    max-width: 90%;
}
.ui-widget-content, .ui-widget.ui-widget-content {
    border: 1px solid rgb(255,150,0);
    background-color: rgba(255,242,222,0.95);
}
.ui-widget-header {
    border: 1px solid #fff;
    background-color: rgb(255,150,0);
    color: #fff;
}
.ui-button {
    border: 1px solid rgb(255,150,0);
    background-color: #fff;
    color: #007f00;
}
.ui-button:hover, .ui-button:focus, .ui-button:active {
    border: 1px solid rgb(255,150,0);
    background-color: rgb(255,255,255);
    color: rgb(255,150,0);
}
.ui-button .ui-icon, .ui-button:hover .ui-icon {
    background-image: url(/js/vendor/jquery-ui-1.12.1/images/ui-icons_ff7f00_256x240.png);
}

/* stylování šipky v tooltipu */
.arrow {
    width: 100%;
    height: 12px;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin-left: 0; /* bylo 102pxf 37 %*/
    bottom: -12px;
}/*
.arrow.top {
    top: -23px;
    bottom: auto;
    margin-top: 10px;
}
.arrow.left {
    left: 20%;
}*/
.arrow:after {
    content: "";
    position: absolute;
    left: 46%;
    top: -9px;
    width: 17px;
    height: 17px;
    background: rgb(255,150,0);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}


div#titulniMapa {
    text-align: center;
}
div#titulniMapa img {
    text-align: center;
    border: rgb(255,150,0) 1px solid;
}
div#text_kraje, div#text_rekreacni, div#text_voda {
    display: inline-block;
    margin: 0;
    padding: 0.3em 0.5em 0.3em 0.5em;
    text-align: center;
    border: rgb(255,150,0) 1px solid;
    border-top: 0;
    position: relative;
    top: 0px;
}
div#popiskyMapy i {
    display: none;
}

div#text_kraje {
    margin-left: 10px;
    background-color: rgb(255,242,222);
}
div#text_rekreacni, div#text_voda {
    background-color: rgb(255,255,255);
}

#sidebar {
  width: 100%;
  border-top: 1px dotted rgb(255,255,255);
  padding: 20px 10px 0px 10px;
}
#sidebar section {
  float: left;
  width: 100%;
  border: 1px solid rgb(255,150,0);
  padding: 0; 
  margin-bottom: 1.2em;
}
#sidebar section h4 {  
  margin: 0;
  padding: 0.1em 0.1em 0.1em 0.5em;
  background-color: rgb(255,150,0);
  color: rgb(255,255,255);
}
#sidebar section p {  
  margin: 0.5em;  
}

#sidebar #recenze .recenze {  
  position: relative;
  padding: 0 0.5em 0 0.5em;   
  border-top: 1px dotted rgb(255,150,0);  
}
#sidebar #recenze .prvniRecenze {  
  border-top: 0;  
}
#sidebar #recenze a {  
  display: block;  
  text-decoration: none;
}
#sidebar #recenze a:hover, #sidebar #recenze a:active, #sidebar #recenze a:focus {  
  background-color: rgb(255,242,222);
}
#sidebar #recenze .recenzeNazev {  
  display: block;  
  color: black;
}
#sidebar #recenze .recenzePocet {  
  position: absolute;
  right: 0.5em;
  bottom: 0;
  font-size: 14px;
  color: rgb(255,150,0); 
}
#sidebar #recenze .recenzeDatum {  
  font-size: 14px;
  color: rgb(255,150,0);
}
#sidebar #recenze .cerstveDatum {
  font-weight: bold;
}

#sidebar #facebook-page-info {
  background-image: url("../images/facebook-title.jpg");
  width: 288px;
  height: 130px;
}
#sidebar #facebook-page-info #facebook-page-text {
  padding: 10px;
  color: white;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);  
}
#sidebar #facebook-page-info #facebook-page-title {
  font-size: 18px;
  font-weight: 500;
}
#sidebar #facebook-page-info #facebook-page-text img {
  float: left;
  margin-right: 5px;
}
#sidebar #facebook-page-info #facebook-page-text a {
  text-decoration: none;
  color: white;
}
#sidebar #facebook-page-info #facebook-page-text a:hover {
  text-decoration: underline;
}

#facebook .fb-page {
  border: none;
  overflow: hidden;
  width: 100%;
}

.fb-page {
  min-height: 132px;
}

#footerRow {
  padding: 10px;
  position: relative;  
}
#footerRow a {
  color: rgb(0,0,0);   
}
#footerRow a:hover, #footerRow a:focus, #footerRow a:active {
	color: rgb(255,255,255);
  background-color: rgb(0,0,0); 
}
#tiraz {
  margin: 0px;
  position: absolute;
  top: 10px;
  left: 70px;   
}
#footerRow i, #titulniMapa i {
  margin-right: 0.4em;   
}
#logoPaticka {
  background-image: url(../images/logo/logo-footer.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
}

figure#hlavniObrazek {
  margin: 1em 0 1em 0;
}
figcaption {
  margin-top: 2px;
  color: rgb(170,170,170);
}

.navNadpis {
  font-size: 1.2em;
} 

/* běžný obsah */

.drobecky {
  margin: 1em 0 1em 0;
} 

.strankovyProuzekHorni, .strankovyProuzekDolni {
  margin: 1em 0 1em 0;
  clear: both;
  display: table;
  width: 100%;
} 
.strankovyProuzekHorni {
  border-bottom: 1px solid rgb(255,150,0);
} 
.strankovyProuzekDolni {
  border-top: 1px solid rgb(255,150,0);
} 
.strankovyProuzekHorni .prvniCast, .strankovyProuzekHorni .druhaCast,
.strankovyProuzekDolni .prvniCast, .strankovyProuzekDolni .druhaCast {
  display: table-cell;
} 
.strankovyProuzekHorni .druhaCast, .strankovyProuzekDolni .druhaCast {
  text-align: right;
  padding-left: 10px;
} 

input, textarea, select {
  color: rgb(0,0,0); 
  font-family: inherit;
  font-size: 100%; 
  border: 1px solid transparent;
  outline: none;  
}
input:focus, textarea:focus, select:focus {
  box-shadow: 0 0 8px rgb(255,150,0);
  border: 1px solid rgb(255,150,0);
}
button.tlacitko, input[type=submit], input[type=button] {
  background: rgb(255,150,0);
  border: none;
  color: white;
}
button.tlacitko:hover, input[type=submit]:hover, input[type=button]:hover {
  color: rgb(255,150,0);
  background: white;
  box-shadow: 0 0 2px rgb(255,150,0);
  outline: 1px solid rgb(255,150,0);
}

/* Inspirace od https://www.sanwebe.com/2014/08/css-html-forms-designs */
form.bezny ul {
  margin:10px auto;
  width: 100%;
  padding: 0px;
}
form.bezny ul li {
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
form.bezny label {
  font-weight: bold;
}
form.bezny .vlevo {
  text-align: left;
  padding-right: 5px;
  display: inline-block;
}
form.bezny .vlevo:not(.nezalomit) {  
  width: 100%;
}
form.bezny button.tlacitko {
  padding: 8px 15px 8px 15px;
  font-weight: bold;
  margin: 1px;
}
form.bezny textarea {
  display: block;
}
form.bezny input, form.bezny textarea, form.bezny select { 
  padding: 7px;
  margin: 0px;
}
form.bezny input.velmiUzky {
  width: 70px;
  max-width: 100%;
}
form.bezny input.uzky, form.bezny select.uzky {
  width: 250px;
  max-width: 100%;
}
form.bezny .siroky {
  width: calc(100% - 170px);
}
form.bezny .nejsirsi {
  width: 100%;
}
form.bezny textarea {
  width: 100%;
}
form.bezny .error {
  display: block;
}
.tlacitko.facebookTlacitko {
  background: #3b5998;
  border: none;
  color: white;
}
.tlacitko.facebookTlacitko:hover {
  color: #3b5998;
  background: white;
  box-shadow: 0 0 2px #3b5998;
  outline: 1px solid #3b5998;
}
.required {
  color: rgb(255,150,0); 
  font-weight: bold;
}
.error {
  color: red;
}



.inzerat, .tipNaVylet {
  margin: 1em 0;
}
.inzerat .hodnoceni, .nazor .hodnoceni {
  display: block;
  float: right;
  margin: 1px;
  padding: 1px;
  background-color: #FF9600;
  width: 75px;
  height: 1.8em;
  border: #FF9600 1px solid;
  text-align: right;
  font-weight: bold;
  color: white;
}
.inzerat .hodnoceniSirsi, .nazor .hodnoceniSirsi {
  width: 90px;
}
.inzerat .hodnoceni a {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
}
.inzerat h3, .tipNaVylet h3 {
  border: 0;
  margin: 0;
  padding: 0;
}
.inzerat .nadpis a {
  color: black;
}
.inzerat .kontakty {
  margin: 0.2em 0 0.5em 0;
}
.inzerat .kontakty .mail {
  float: right;
}
.inzerat .polozka {
  margin-top: 0.3em;
}
.inzerat .prvniPolozka {
  margin: 0;
}
.inzerat .pocetLuzek, .inzerat .pocetBezbarierovych {
  display: inline-block; width: 60px; padding: 0px; text-align: center; border: rgb(255,150,0) 1px solid;
}
.inzerat .fa-facebook-square {
  color: rgb(60,90,153);
}
.inzerat .fa-youtube-square {
  color: rgb(230,33,23);
}
.inzerat .fa-instagram {
  color: rgb(221,42,123);
}
.inzerat .fa-facebook-square:hover, .inzerat .fa-youtube-square:hover, .inzerat .fa-instagram:hover {
  color: rgb(255,150,0);
}
.inzerat .bookingLink1 {
  color: rgb(35,56,126);
}
.inzerat .bookingLink2 {
  color: rgb(71,161,222);
}
.inzerat .viceInfo {
  padding: 1px 10px; border: rgb(255,150,0) 1px solid; float: left;
}
.inzerat:hover .viceInfo {
  box-shadow: 0 0 8px rgb(255,150,0);
}
.inzerat .foto {
  margin-bottom: 0.5em;
}
.inzerat .foto img {
  display: block; margin: auto;
}
.inzerat .infoProuzek {
  text-align: center; margin-top: 0.5em;
}
.inzerat .infoProuzek .infoUdaj {
  display: inline-block; padding: 0 7px;
}
.inzerat .infoProuzek .infoUdaj:hover {
  background-color: rgb(255,242,222);
}
.infoUdaj.good {
  color: green; border-color: green;
}
.infoUdaj.bad {
  color: red;
}
.infoUdaj.unknown {
  color: grey;
}
.inzerat .infoProuzek .infoUdaj span {
  display: block;
}
.otaznik {
  color: rgb(255,150,0);
}
.videoYouTube {
  width: 100%; max-width: 100%; margin-top: 1em;
}
.videoYouTube iframe {
  width: 100%; height: 350px; display: block; margin: auto;
}
.videoYouTube .popis {
  margin-top: 2px; text-align: center; font-style: italic;
}

div.sliderObal .zrusitHodnoceni {
	display: none; float: right; 
}
div.sliderObal {
	border: rgb(255,255,255) 2px solid; padding: 4px; margin-top: 5px; margin-bottom: 5px;
}
input.proCteni {
	border: 0; width: 31px; background-color: #FFE5BF;
}
input[name='celkovyDojem'], #celkovyDojemPopis {
	font-weight: bold;
}
div.slider {
	margin-top: 5px;
}

.nazor {
  margin-top: 0.5em;
}
.nadpisNazoru {
  margin-bottom: 0.5em;
}
.hodnoceniSObrazkem {
  display: block; float: left; width: 82px; margin-top: 5px; margin-right: 5px; vertical-align: middle; border: rgb(255,150,0) 1px solid;
  opacity: 0.7; /* css standard */
  filter: alpha(opacity=70); /* starší internet explorer */
}
.hodnoceniSObrazkem:hover {
  opacity: 1;  filter: alpha(opacity=100);
}
.hodnoceniSObrazkem span {
  font-weight: bold; vertical-align: middle;
}
.hodnoceniSObrazkem img {
  vertical-align: middle; margin-right: 5px; margin-left: 5px;
}
.editujNazor {
  display: block; width: 10px; float: right; 
}

.tipNaVylet .foto {
  margin-right: 0.5em; margin-bottom: 0.5em; float: left;
}

.sloupecky {
    width: 100%;
    padding: 0;
    list-style-type: disc;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-position: inside;
    margin-block-start: 0;
    margin-block-end: 0;
}
.okresy #zobrazMapu {
    text-align: right;
}
.seznamVTextu {
    margin: 0;
}

#filtry li {    
   margin: 0; 
}
#filtry h3 {    
   margin: 0; 
   border-bottom: 1px solid rgb(255,150,0);
}
#filtry label {    
   margin: 0;
   width: auto;
}
.filtrBox {
  display: inline-block; 
  padding: 5px;
  margin-right: 5px;
  margin-top: 1px;
}
.filtrBox.pouzity {
  border: 1px solid rgb(255,150,0);
}

.sMezerou {
  margin-right: 0.3em;
}

.schovavatko {
  clear: both;
}
.schovavane {
  clear: both;
  border-top: #FF9600 1px solid;
}
a.schovavac_menu {
    cursor: pointer; text-decoration: none; color: black;
}
.schovavatko .nadpisSchovavatka {
  margin: 0;
  padding: 0.5em;
}
.zobrazitSchovat {
  float: right;
}

.crop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fulltextVysledky img {
  filter: alpha(opacity=9); 
  opacity: .9;
  vertical-align: baseline;
} 

img.kontaktFoto {
  float: left; margin-right: 10px;
} 

/* mapy */
.boxMapy{
	clear: both;
}
.prepinaciPruhBoxu{
	margin: 0px; padding: 10px; border: rgb(255,150,0) 1px solid; border-bottom: 0; background-color: #FFE5BF;
}
#mapOsm{
	border-top: rgb(255,150,0) 1px solid; width: 100%;  
}
#mapa_osm{
	 height: 400px; max-height: 70vh; /* max. 70% výšky obrazovky */
}
#mapa_google_nad{
	margin: 0px; padding: 0px; border: rgb(255,150,0) 1px solid; background-color: #FFE5BF; z-index: -1; clear: both;
}
#mapa_google{
	width: 100%; height: 400px; max-height: 70vh;
}
#street_view_nad{
	border: #FF9600 1px solid; border-top: 0; background-color: #FFE5BF; z-index: -1; clear: both; display: none;
}
#street_view{
	position: relative; width: 100%; height: 300px; 
}
#street_view_odkaz, #mapa_google_odkaz{
	border: 1px solid white; position: absolute; right: 5px; top: 5px; z-index: 2;
}
#street_view_odkaz{
	 top: 5px;
}
#mapa_google_odkaz{
	top: 30px;
}
#mapaLegenda{
	margin: 0px; padding: 0px; background-color: #FFE5BF; padding-left: 3px; 
}
.mapaLegendaPolozka{
	display: inline-block; width: 24.5%; min-width: 180px;
}
.mapaLegendaPolozka img{
	margin-right: 4px;
}
.boxMapy p{
	float: none;
}
.pod_mapou_objekt{
	margin: 5px; margin-bottom: 10px; padding: 0px;
}
#mapaRozcestnik{
	border: #FF9600 1px solid; width: 580px; height: 350px; background-size: 100%;
}
/* konec map */





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 22em) {
 
  #horniNabidka li {
    margin-left: 1em;
  } 
    
}

@media only screen and (min-width: 37em) {
  
  .inzerat .foto {
    margin-left: 0.5em; float: right;
  }

  #sidebar section {
    width: 49.1%;
    margin-right: 4px; 
  }
  
  #sidebar, #footerRow {
    filter: alpha(opacity=75); 
    opacity: .75;
    transition: opacity 0.20s ease-out;
  }
  
  #sidebar:hover, #sidebar:focus, #sidebar:active,
  #footerRow:hover, #footerRow:focus, #footerRow:active {
    filter: alpha(opacity=100); 
    opacity: 1;
  }
  
  #headerRow {
    background-image: url(../images/hlavicka.jpg);
    background-size: cover;
  }
  
  #logoRow {
    background-color: rgba(255,150,0,0.7);  
  }
  
  #navRow li.nadkategorie > a{
    display: inline;
  }

  #horniNabidka {
    font-size: 16px;
    top: 50px;
    right: 0px; 
    padding: 6px 0 8px 0;
    width: fit-content;  
    background-color: rgba(255,150,0,0.7);    
  }
  #horniNabidka li {
    margin-left: 10px;
    margin-right: 10px;
  }
  #navRow, #jazyky {
    font-size: 16px;
  }
  
  #vyhledavani {
    width: 33%;
    height: 40px;
    top: 5px;
    left: auto;
    right: 65px; 
  }
  
  #podnadpis {
    top: 55px;
    left: 10px;
  }
  
  #rozbalovaciJazyk {
    display: none;
  }
  
  #jazyky {
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
    color: rgb(255,255,255);
    background-color: rgba(255,150,0,0.7); 
    line-height: 40px;
    padding: 0 10px 0 10px; 
    border: 0;
  }
  #jazyky li.nevybrany {
        display: none;
  }
  #jazyky:hover li.nevybrany {
        display: inline;
  }
  #jazyky li {
    margin-left: 0.8em;
  }
  #jazyky a img {
    opacity: 0.5;
  }
  #jazyky a img:hover {
    opacity: 1;
  }
  #jazyky .low, #jazyky .nevybrany, #jazyky .vybrany {
    display: inline;
  }
  
  .sloupecky {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  
  form.bezny .vpravo {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top;
  }
  form.bezny .vlevo,
  form.bezny .vlevo:not(.nezalomit) {
    text-align: right;
    width: 160px;
  }  
  form.bezny button.tlacitko.hlavni,
  form.bezny .error,
  div.g-recaptcha {
    margin-left: 160px;
  }
  form.bezny.stredovy .vlevo,
  form.bezny.stredovy button.tlacitko.hlavni {
    width: 50%;
  }
  
  div#text_kraje, div#text_rekreacni, div#text_voda {
    padding: 0.3em 2em 0.3em 2em;
  }
  div#popiskyMapy i {
    display: inline;
  }
    
}

@media only screen and (min-width: 48em) {
  
  #podnadpis {
    display: block;
    position: absolute;
    line-height: 1em;
  }
  
  #vyhledavani {
    width: 40%;
    top: 5px;
    right: 10px; 
  }
  
  #navRow {
    display: block;
  }
  
  nav > ul {
    text-align: center;
    margin: 0px;
  }
  nav li.nadkategorie {
    display: inline-block;
    border-bottom: 0;
    width: auto;
    padding-left: 1%;
    padding-right: 1%; 
   /* border-left: 1px solid white;  /* rgb(92,36,14); */
  }  
  nav li.nadkategorie.prvniPolozka {
    border: 0px;
  }
  
  #rozbalovaciMenu {
    display: none;
  }
  
  main div.doplnujici-obsah {
    width: 9.5rem;
  }

  .sloupecky {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  
  .kamDalTitulek {
    width: calc(100% - 45rem);
  }

}

@media only screen and (min-width: 58em) {
  
  #vyhledavani {
    width: 27%;
    top: 5px;
    left: 34%;
    right: auto; 
  }
  
  #horniNabidka {
    top: 13px;
    right: 10px; 
    padding: 0;
    width: auto;  
    background-color: transparent;     
  }
  
  #horniNabidka li {
    margin-left: 1em;
    margin-right: 0em;
  } 
  
  nav li.oddelovnikMenu {
    display: inline-block;
    color: rgb(92,36,14);
  }  
  nav li.oddelovnikMenu:before {
    content: "·";
  }
    
}

@media only screen and (min-width: 65em) {
  
  main {
    width: 75%;
    float: left;
  }
  
  #sidebar {
    width: 25%;
    float: right;
    border-top: 0px;
  }
  
  #sidebar section {
    width: 100%;
    margin-right: 0;
  }
  
  main #reklama {
    border-right: 1px solid rgb(255,116,4);
  }

  #headerRow, #container, #footerRow {
    max-width: 1242px;
    margin: auto;
  }  
  
  #horniNabidka .low {
    display: inline;     
  }
  #horniNabidka .lowAlt {
    display: none;     
  }

  nav .sipka { 
    display: inline-block;
  }  
  nav .podmenu {    
    display: block;
    visibility: hidden;
    position: absolute;
    left: -100em;
    top: -100em;
    width: 90%;
    background-color: rgb(92,36,14);
    z-index: 2000;
    opacity: 0;
    -webkit-transition: opacity 0s, left 0s;
    -moz-transition: opacity 0s, left 0s;
    transition: opacity 0s, left 0s;
  }
  /* Zpoždění zobrazení vysouvacího menu podle http://stackoverflow.com/questions/8566090/delay-hover-in-css3 */
  nav li.nadkategorie:hover .podmenu {
    left: 5%;
    top: 3em;
    visibility: visible;
    filter: alpha(opacity=95); 
    opacity: .95;
    -webkit-transition-delay: 0.1s;     
    -moz-transition-delay: 0.1s; 
    -ms-transition-delay: 0.1s;     
    -o-transition-delay: 0.1s;     
    transition-delay: 0.1s; 
  } 
  nav li.nadkategorie:hover {
    background-color: rgb(92,36,14);
  }
  nav .kategorie {
    background-color: rgb(255,255,255);
    margin: 10px;
    padding: 10px;
    text-align: left;
  }
  nav .navNadpis {
    margin: 0px;
    padding: 0px;
  }
  .sloupecMenu {
    float: left;
    width: 20%;
    padding-right: 10px;
  }
  
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {   /* viz http://nicolasgallagher.com/micro-clearfix-hack/ */
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles - nezkontrolováno
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}