/*
Kalendar
*/

/*
 ouska
 */

.obalkalendar{
  background-color: rgba(33, 90, 169, 1);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    margin-bottom: 30px;

}


ul.ouska {
    height: 70px;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    clear: both;
    width: 90%;
        text-align: left;
        margin-bottom: 0px;
        max-width: 1420px;
}



.obsah1, .obsah2, .obsah3, .obsah4, .obsah5, .obsah6, .obsah7, .obsah8, .obsah9, .obsah10 {
  padding-bottom: 30px;
  padding-top: 30px;
  min-height: 440px;
}


.obsah1 img, .obsah2 img, .obsah3 img, .obsah4 img, .obsah5 img, .obsah6 img, .obsah7 img, .obsah8 img, .obsah9 img, .obsah10 img {
  width: auto;
  max-width: 100%;
}




ul.ouska li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    height: 65px;
    margin-bottom: 5px;
    text-align: left;
        font-size: 30px;
        line-height: 70px;
        text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    background: rgba(139, 211, 240, 1);

       color: rgba(33, 90, 169, 1);
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    margin-right: 5px;
    text-decoration: underline
}




ul.ouska li.active {

      -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

      background-color: rgba(33, 90, 169, 1);
      color: rgba(255, 255, 255, 1);
      margin-bottom: 0px;
      height: 70px;
      text-decoration: none
}


ul.ouska li:hover {
 color:rgba(33, 90, 169, 1);
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    text-decoration: none

}


ul.ouska li.active:hover {
  color:rgba(255, 255, 255, 1);

    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

}

 @media all and (max-width: 700px) {

 ul.ouska {
    height: 50px;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    clear: both;
    width: 90%;
        text-align: left;
        margin-bottom: 0px;
        max-width: 1420px;
}


ul.ouska li {
        font-size: 20px;

    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    line-height: 45px;

}

ul.ouska li.active {

      -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;

      background-color: rgba(33, 90, 169, 1);
      margin-bottom: 0px;
      height: 50px;
}
}
 @media all and (max-width: 430px) {
ul.ouska li {
  height: 50px;
          line-height: 45px;
        font-size: 17px;

    padding-left: 10px;
    padding-right: 10px;

}
}


.kalendar-vyhledavani ul {
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: -36px;
    clear: both;
    width: 100%;
        text-align: left;
        margin-bottom: 0px;
        max-width: 1420px;
}

.kalendar-vyhledavani ul li{
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(139, 211, 240, .6);
        color: rgba(0, 51, 102, 1);

            margin-bottom: 5px;
                    list-style: none
}

.kalendar-vyhledavani ul li:hover{

  background: rgba(139, 211, 240, 1);

}

.kalendar-vyhledavani ul li a{
  width: 95%;
  height: 50px;
  line-height: 50px;
        color: rgba(0, 51, 102, 1);
        padding-left: 5%;
        padding-right: 0px;
        font-size: 18px;
        text-transform: none;
        font-weight: 500;
        display: block;

}

.kalendar-vyhledavani ul li button{
  background: transparent;
  cursor: pointer;
  width: 95%;
  height: 50px;
  line-height: 50px;
        color: rgba(0, 51, 102, 1);
        padding-left: 5%;
        padding-right: 0px;
        font-size: 18px;
        text-decoration: underline;
        font-weight: 500;
        display: block;
        text-align: left;

}
.kalendar-vyhledavani ul li button:hover{

        text-decoration: none;


}
.kalendar-vyhledavani ul li.active:hover, .kalendar-vyhledavani ul li.active{

  background: rgba(0, 51, 102, 1);

}
.kalendar-vyhledavani ul li.active a, .kalendar-vyhledavani ul li.active a:hover, .kalendar-vyhledavani ul li.active button{

   color: rgba(255, 255, 255, 1);
   text-decoration: none
}




#kalendar {
  width: 100%;
  min-height: 580px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;

  margin-bottom: 0px;
  overflow: hidden;
}
#kalendar h2{
    font-size: 28px;
    font-weight: 200;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}
#kalendar p.mesic{
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
  text-align: center;
  display: block;
    margin-left: 1.5%;
  width: 95.8%;
  padding-top: 12px;
  padding-bottom: 12px;
margin-bottom: 10px;
}

.pruh2 #kalendar p.mesic{
  color: rgba(0,51, 102, 1);
  font-size: 1.625em ;
  font-weight: 600;
  margin-top: 0px;
  text-align: center;
  display: block;
    margin-left: 1.5%;
  width: 95.8%;
  padding-top: 12px;
  padding-bottom: 12px;
margin-bottom: 10px;
}




#kalendar ol.dny{
  margin-left: 0%;
  width: 100%;
}
#kalendar ol.dny li{
  list-style: none;
  color: rgba(255,255, 255, 1);
  font-size:  1.3em;
  float: left;
  width: 14.28%;
  height: 40px;

  margin-top: 10px;
  text-align: left;
}
#kalendar ol.dny li span{
  padding-left: 6px;
}
.pruh2 #kalendar ol.dny li{
  list-style: none;
  color: rgba(0,51, 102, 1);
  font-size:  1.3em;
  float: left;
  width: 14.28%;
  height: 40px;

  margin-top: 10px;
  text-align: left;
}

 @media all and (max-width: 600px) {
#kalendar ol.dny li span{



}
}
#kalendar div.mesic{
  margin-left: 0%;
  width: 100%;
}
#kalendar p.den{
  font-size: 1.1875em;
  font-weight: 600;
  float: left;
  width: 14.28%;
  text-align: left;
  height: 90px;

background-color: rgba(0, 51, 102, .2);

  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pruh2 #kalendar p.den{
  font-size: 19px;
  font-weight: 600;
  float: left;
  width: 14.28%;
  text-align: left;
  padding-bottom: 0px;
  height: 90px;

background-color: rgba(0, 51, 102, .05);

  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#kalendar p.den:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: solid 1px rgba(139, 211, 240, 1);
  border-top: solid 1px rgba(139, 211, 240, 1);
}

#kalendar p.den span{
  background-color: #ffffff;
  display: block;
  height: 78px;
  line-height: 12px;
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 2px;
}
#kalendar p.den span strong{
font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 15px;
    display: block;
}
 @media all and (max-width: 600px) {
#kalendar p.den span strong {
        font-size: 11px;
        font-weight: 500;
        padding-top: 10px;
        /* line-height: 15px; */
        display: block;
}
}

#kalendar p.den span.rez{
  background-color: rgba(249, 229, 11, 1);
  color: rgba(255, 0, 0, 1);
  display: block;
  height: 78px;
  line-height: 12px;
  padding-left: 6px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 2px;
}

#kalendar p.den a{
  background-color: rgba(249, 229, 11, 1);
  color: rgba(0, 51, 102, 1);
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: block;
  z-index: 1;
}

#kalendar p.den a span strong{
font-size: 0.875em;
    font-weight: 500;
    padding-top: 10px;
    line-height: 15px;
    display: block;
    text-decoration: underline
}
#kalendar p.den a:hover span strong{

    text-decoration: none
}
#kalendar p.den a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: solid 1px rgba(139, 211, 240, 1);
  border-top: solid 1px rgba(139, 211, 240, 1);
}

#kalendar p.den a span{
  background-color: rgba(249, 229, 11, 1);

  color: rgba(0, 51, 102, 1);


}
#kalendar p.den:hover a span{
  background-color: rgba(249, 229, 11, 1);

  color: rgba(255, 0, 0, 1);
-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none

}


 @media all and (max-width: 800px) {
#kalendar p.den a span strong{
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
    display: block;
    overflow: hidden;
    height: 61px;

}
}   /*
#kalendar p.den.rezervovano{
  color: #ffffff;
  background-color: #03478c;
}
#kalendar p.den.rezervovano span{
  background-color: #03478c;
  display: block;
  height: 58px;

}

#kalendar p.den.obsazeno{
  color: #ffffff;
  background-color: #ba0b02;
}
#kalendar p.den.obsazeno span{
   background-color: #ba0b02;
  display: block;
  height: 58px;

}
*/
#kalendar ol.legenda{

  width: 100%;
  clear: both;
  display: inline-block;

}
#kalendar ol.legenda li{
  float: left;
  text-align: left;
  font-size: 13px;
  min-width: 160px;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-left: 10px;
}
#kalendar ol.legenda li.cena{
  float: right;
  font-size: 14px;
}
#kalendar ol.legenda li.cena strong{

  color: #ba0b02;
  font: bold 14px "Open Sans", Arial, Calibri
}

#kalendar p.info{

  margin-left: 0px;
  display: block;
  width: 97%;
  margin-left: 10px;
  text-align: left;

    font: lighter 12px Calibri
}


#kalendar ol.legenda li.volny span{
  float: left;
  width: 33px;
  height: 33px;
  background: #cae2f2;
  display: block;
  margin-right: 6px;
}
#kalendar ol.legenda li.rezervovany span{
  float: left;
  width: 33px;
  height: 33px;
  background: #ef9f52;
  display: block;
  margin-right: 6px;
}
#kalendar ol.legenda li.obsazeny span{
  float: left;
  width: 33px;
  height: 33px;
  background: #ba0b02;
  display: block;
  margin-right: 6px;
}

/* formulář kalendáře */
.rezervace {
  float: right;
  width: 27%;
}
.rezervace h3{
  color:#0c507f;
  font: bold 24px "Open Sans", Arial, Calibri;
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 54px;
}

.rezervace input.datetimepicker {
    display: inline-block;
   vertical-align: top;

  color: #333;
  padding: 8px 0px 8px 8px;
  width: 90%;
 margin-right: 0px;
 margin-left: 0px;
 background: url(ico-kalendar.png) no-repeat 98% 4px;
background:  rgba(255, 255, 255, 0.94);
 -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
   -moz-border-radius:1px;
-webkit-border-radius: 1px;
border-radius: 1px;
margin-bottom: 10px;
}
.rezervace input {
    display: inline-block;
   vertical-align: top;
   float: left;

  color: #333;
  padding: 10px 0px 10px 9px;
  width: 90%;
 margin-right: 0px;
 margin-left: 0px;

background:  rgba(255, 255, 255, 0.94);
 -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
   -moz-border-radius:1px;
-webkit-border-radius: 1px;
border-radius: 1px;
margin-bottom: 15px;
}
.rezervace input.mesto {
    display: inline-block;
   vertical-align: top;

  color: #333;
  padding: 10px 0px 10px 9px;
  width: 40%;
 margin-right: 0px;
 margin-left: 0px;

background:  rgba(255, 255, 255, 0.94);
 -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
   -moz-border-radius:1px;
-webkit-border-radius: 1px;
border-radius: 1px;
margin-bottom: 15px;
}
.rezervace input.psc {
    display: inline-block;
   vertical-align: top;

  color: #333;
  padding: 10px 0px 10px 9px;
  width: 30%;
 margin-right: 0px;
 margin-left: 10px;

background:  rgba(255, 255, 255, 0.94);
 -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.6);
   -moz-border-radius:1px;
-webkit-border-radius: 1px;
border-radius: 1px;
margin-bottom: 15px;
}
.rezervace input.checkbox{

  color: #333;
  padding: 0 0 0 0;
  width: 20px;
 margin-top: 17px;
 margin-left: 0px;

 background-color: rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.0);
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.0);
box-shadow: inset 0px 0px 0px rgba(0,0,0,0.0);
float: left;
}
.rezervace a.obch{
  color: #000000;
  font-size: 13px;
  float: left;
  margin-top: 15px;
    text-decoration: underline
}

.rezervace a.fakturacni-otevri{
 background-color:#acacac;
  padding: 8px;
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 2px;
  float: left;
  text-transform: uppercase;
}
.rezervace .fakturacni-cont{
  width: 100%;
  margin-top: 10px;
  float: left;
  display: block;

}


.rezervace input.rezervovat{

  color: #ffffff;
  padding: 8px;
  width: 200px;
 margin-top: 10px;
 margin-left: 0px;

 font: bold 20px Calibri;
 text-transform: uppercase;
 background-color: #0c507f;
  -moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.0);
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.0);
box-shadow: inset 0px 0px 0px rgba(0,0,0,0.0);
float: left;


}




 /* normalni radio (jako tlacitko) */
  input.rez[type=checkbox] {
		display:none;
	}
 input.rez[type=checkbox] + label {

	 /*	display:inline-block;  */
        float: left;

		vertical-align: middle;
		cursor: pointer;



    font: lighter 15px Calibri;
  width: 100%;
  text-align: center;
  height: 56px;
  line-height: 56px;
  background-color: #cae2f2;
  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;

  }
 input.rez[type=checkbox] + label:hover {

  background-color: #B5D7ED;
  -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
		cursor: pointer;

  }
input.rez[type=checkbox]:checked + label {
  background-color: #0c507f;
  color: #FFFFFF;
  		cursor: pointer;   

  }


@media screen and (max-width: 799px) {
#kalendar .rezervace {
  float: right;
  width: 95%;
  max-width: 700px;
  margin-top: 20px;
}
#kalendar .rezervace h3{

  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}


#kalendar ol.legenda li{
  display: inline-block;
}
}
@media screen and (max-width: 500px) {
#kalendar .rezervace {
  float: right;
  width: 95%;
  max-width: 700px;
  margin-top: 70px;
}
}

























#flexloader-1{
position: relative;
}

#flexloader-1 .slides{

}

#flexloader-1 .slides li {


}
#flexloader-1 .slides li img {
  width: 100%;
}





#flexloader-1 .slides li .bunka{
 margin-top: 20px;
 margin-left: 20px;
 position: absolute;
 text-align: left;
 z-index: 10;
}
#flexloader-1 .slides li .bunka h2{
color: #b8202d;
font: lighter 35px Century Gothic, century_gothic;
margin-bottom: 15px;
}
#flexloader-1 .slides li .bunka h2 strong{
color: #b8202d;
font: bold 35px Century Gothic, century_gothic;
}
#flexloader-1 .slides li .bunka h2 a{
    color: #ffffff;
}

#flexloader-1 .slides li .bunka p{
  color: #b8202d;
  font: 14px Century Gothic, century_gothic, "Open Sans";
  display: block;
  line-height: 21px;

}


.flexloader-1-direction-nav {
  *height: 0;
}

.flexloader-1-direction-nav a:before {
  text-indent: -9999px;
}
.flexloader-1-direction-nav a.flexloader-1-next:before {
  text-indent: -9999px;
}
.flexloader-1-direction-nav .flexloader-1-prev {
  left: -60px;
  background: url(sipka-leva.png);
  background-size: 30px;
  width: 30px;
  height: 30px;
    opacity: 0;
      text-indent: -9999px;

}
.flexloader-1-direction-nav .flexloader-1-next {
  right: -60px;
  text-align: right;
    background: url(sipka-prava.png);
  background-size: 30px;
  width: 30px;
  height: 30px;
      opacity: 0;
       text-indent: -9999px;
          font-size: 1px;
}


#flexloader-1 a.vice{
  position: relative;
  z-index: 20;
  margin-top: 20px;
  margin-right: 0px;
  width: 158px;
  height: 36px;
  color: #000000;
font: lighter 15px "Open Sans";
float: right;

  line-height: 36px;
  text-align: center;
  display: block;
    -moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 49%, #ece8e1 53%, #ece8e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(53%,#ece8e1), color-stop(100%,#ece8e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#ece8e1 53%,#ece8e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#ece8e1 53%,#ece8e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#ece8e1 53%,#ece8e1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 49%,#ece8e1 53%,#ece8e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece8e1',GradientType=0 ); /* IE6-9 */

}

#flexloader-1 a.vice span{
  background: url(sipka-vice.png);
  width: 20px;
  height: 14px;
  float: left;
  margin-top: 11px;

}



.flexslider:hover .flexloader-1-direction-nav .flexloader-1-prev {
  opacity: 1;
  left: -50px;
}
.flexslider:hover .flexloader-1-direction-nav .flexloader-1-prev:hover {
  opacity: 1;
}
.flexslider:hover .flexloader-1-direction-nav .flexloader-1-next {
  opacity: 1;
  right: -50px;
}
.flexslider:hover .flexloader-1-direction-nav .flexloader-1-next:hover {
  opacity: 1;
}


.flexloader-1-control-nav.flexloader-1-control-paging li a{
  text-indent: -9999px;

}


