html { width: 100%; height: 100%; }
body 
   {
      width: 100%;
      height: 100%;
      margin: 0px;
      background: #f2f2f2;
      font-family: 'Open Sans';
      font-size: 12px;
   }
   
.odskok2
   {
      width: 100%;
      height: 34px;
      margin-top: -34px;
      display: block;
      position: absolute;
      z-index: -10;
   }
   
a
   {
      color: #000000;
      text-decoration: none;
   }
   
.clear
   {
      clear: both;   
   }
   
header
   {
      width: 100%;
      text-align: center;
      padding-bottom: 50px;
   }      
   
header .logo
   {
      margin-top: 50px;
      margin-bottom: 40px;
      width: 100%;
      text-align: center;
   }      
   
header .logo {
    position: relative;
    font-size: 30px;
    height: 127px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
header .logo:before, header .logo:after {
    position: absolute;
    top: 113px;
    overflow: hidden;
    width: 50%;
    height: 3px;
    content: '\a0';
    background-color: #000000;
}
header .logo:before {
    margin-left: -50%;
    text-align: right;
}

header .logo img {margin-left: 50px; margin-right: 50px;}

header nav ul
   {
      margin: 0px;
	  padding: 0px;
   }
   
header nav ul li
   {
      list-style-type: none;
      display: inline-block;
      font-size: 20px;
      padding-left: 5px;
   }
   
header nav ul li:after
   {
      content: '|';
      color: #c99e64;
      padding-left: 5px;
   }  
   
   
header nav ul li:last-child:after
   {
      content: '';
   }  
   
header nav ul li a
   {
      text-transform: uppercase;
   }   
   
header nav ul li a:hover
   {
      color: #c99e64;
   }   
   
.box
   {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
   }
   
.box .title
   {
      width: 487px;
      height: 68px;
	  display: block;
      color: #ffffff;
      font-size: 36px;
      text-transform: uppercase;
      position: static;
   }
   
.box .title.margin
   {
      position: absolute;
      margin-top: -34px;
   }
   
.box .title .arrow
   {
      width: 337px;
      height: 68px;
	  display: inline-block;
      margin-left: 150px;
      padding-top: 8px;
   }
   
.box .brown { background: linear-gradient(90deg, #bd9c67 50%, transparent 50%);}
.box .brown .arrow { background: url('../images/title-brown.png') no-repeat 0% 0%;}

.box .black { background: linear-gradient(90deg, #000000 50%, transparent 50%);}
.box .black .arrow{ background: url('../images/title-black.png') no-repeat 0% 0%;}
   
.box .obsah
   {
      width: 340px;
      padding-right: 10px;
      height: auto; 
      display: inline-block;
      margin-left: 150px;
   } 
   
.box .obsah h1
   {
      font-size: 40px;
      font-weight: normal;
      line-height: 40px;
   }
   
.box .obsah h1.kontakt
   {
      font-size: 30px;
      font-weight: normal;
      line-height: 30px;
   } 
   
.box .obsah h1.brown
   {
      background: none;
      color: #c8bba5;
      margin-top: 60px;
   }
   
.box .obsah h1.white
   {
      background: none;
      color: #ffffff;
      margin-top: 60px;
   }
   
.box .obsah h1.black
   {
      background: none;
      color: #000000;
      margin-top: 60px;
	  margin-bottom: 20px;
   }
   
.box .obsah a.pdf_white
   {
      background: url('../images/ikona-pdf-bila.svg') no-repeat;
      background-size: 24px;
      height: 24px;
      color: #ffffff;
      padding-left: 30px;
      display: inline-block;
      font-size: 16px;
      padding-top: 2px;
      font-weight: bold;
   }
   
.box .obsah a.pdf_white:hover
   {
      text-decoration: underline;
   }
   
.box .obsah a.pdf_black
   {
      background: url('../images/ikona-pdf-cerna.svg') no-repeat;
      background-size: 24px;
      height: 24px;
      color: #000000;
      padding-left: 30px;
      display: inline-block;
      font-size: 16px;
      padding-top: 2px;
      font-weight: bold;
   }
   
.box .obsah a.pdf_black:hover
   {
      text-decoration: underline;
   }
   
.box .obsah h1 span
   {
      display: block;
   }
      
.box .obsah p.text
   {
      font-size: 16px;
   }
   
.box .obsah p.text.white
   {
      color: #ffffff;
   }
   
.box .obsah p.text.gold
   {
      color: #c8bba5;
   }
   
.box .obsah a.facebook
   {
      margin-top: 50px;
      margin-right: 20px;
	  display: block;
      width: 20%;

   }

.box .obsah .social-icons {
   display: flex;
}
   
.box .obsah ul.info
   {
      padding: 0px;
      margin: 0px;
   }
   
.box .obsah ul.info li
   {
      padding-left: 0px;
      display: block;
      font-size: 16px;
   }
   
.box .foto
   {
      width: calc(100% - 500px);
      max-width: 1027px;
      display: inline-block;
      float: right;
   } 
   
.box .foto img
   {
      width: 100%;
      display: block;
   }      
   
.uvod
   {	  
      background: #a38558; /* Old browsers */
      background: -moz-linear-gradient(left, #a38558 0%, #5f3f1b 52%, #5f3f1b 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #a38558 0%,#5f3f1b 52%,#5f3f1b 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #a38558 0%,#5f3f1b 52%,#5f3f1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38558', endColorstr='#5f3f1b',GradientType=1 ); /* IE6-9 */
      margin-bottom: 100px;
   }
   
.penzion
   {	  
      margin-bottom: 100px;
   }
   
.uvod
   {	  
      margin-bottom: 60px;
   }
   
.galerie
   {	  
   }
   
.galerie ul.gallery
   {
      list-style: none outside none;
      padding-left: 0;
      margin: 0;
      margin-bottom: 100px;
   }
		
.galerie ul.gallery li
   {
      background-color: #ed3020;
      text-align: center;
      color: #FFF;
      margin: 0px;
      padding: 0px;
      height: 475px;
   }
   
.galerie ul.gallery img 
   {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
   
.black
   {	  
      background: #7e7e7e; /* Old browsers */
      background: -moz-linear-gradient(left, #7e7e7e 0%, #3c3c3c 52%, #3c3c3c 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #7e7e7e 0%,#3c3c3c 52%,#3c3c3c 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #7e7e7e 0%,#3c3c3c 52%,#3c3c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#3c3c3c',GradientType=1 ); /* IE6-9 */
      margin-bottom: 100px;
   }
   
.novinky
   {	  
   }
   
.box ul.news
   {
      margin: 0px;
      padding: 0px;
      margin-left: 150px;
      margin-right: 150px;
      width: calc(100% - 300px);
      margin-top: 25px;
      margin-bottom: 200px;
   }  
   
.box ul.news li
   {
      margin: 0px;
      padding: 0px;
      float: left;
      width: calc(25% - 20px);
      padding-right: 20px;
      list-style-type: none;
      color: #c8bba5;
      line-height: 1.3;
      font-weight: bold;
      font-size: 13px;
   }  
   
.box ul.news li .datum
   {
      color: #000000;
      font-weight: normal;
      padding-bottom: 5px;
   }  
   
  .tabs .item
     {
        height: 100%;
        min-height: 425px;
	 }

  .tabs ul
     {
        margin: 0px;
        padding: 0px;
        margin-left: 150px;
        padding-bottom: 10px;
	 }
	 
  .tabs ul li
     {
        display: inline-block;
        margin-right: 5px;
	 }
	 
  .tabs ul li a
     {
        width: 20px;
        height: 20px;
        display: block;
        background: #ffffff;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
	 }
	 
  .tabs ul li a:hover
     {
        background: #c8bba5;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
	 }
	 
  .tabs ul li.ui-tabs-active a
     {
        background: #c8bba5;
	 }
	 
  .restaurace .tabs ul li a:hover
     {
        background: #9e9e9e;
	 }
	 
  .restaurace .tabs ul li.ui-tabs-active a
     {
        background: #9e9e9e;
	 }
	 
  .black .tabs ul li a:hover
     {
        background: #9e9e9e;
	 }
	 
  .black .tabs ul li.ui-tabs-active a
     {
        background: #9e9e9e;
	 }
	 
  .penzion .tabs ul li a
     {
        background: #d1d1d1;
	 }
	 
  .penzion .tabs ul li a:hover
     {
        background: #c8bba5;
	 }
	 
  .penzion .tabs ul li.ui-tabs-active a
     {
        background: #c8bba5;
	 }
	 
.formular
   {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 100px;
   }
   
.formular .title
   {
      width: 369px;
      height: 78px;
      margin-left: auto;
      margin-right: auto;
	  display: block;
      color: #ffffff;
      text-transform: uppercase;
      background: url('../images/title.png') no-repeat;
      text-align: center;
      font-size: 24px;
      padding-top: 20px;
   }
   
.formular .box
   {
      width: 100%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
   }
   
.formular .box .status
   {
      width: 100%;
      margin-bottom: 20px;
      font-weight: bold;
      box-sizing: border-box;
      padding: 15px;
      color: #ffffff;
      text-align: center;
      font-size: 20px;
   }
   
.formular .box .status.true
   {
      background: #1FC37C;
   }
   
.formular .box .status.false
   {
      background: red;
   }
   
.formular .box .line
   {
      margin-bottom: 10px;
   }
   
.formular .box .line .nazev
   {
      font-size: 16px;
      color: #BD9C67;
      padding-bottom: 5px;
      font-weight: bold;
   }
   
.formular .box .line .value
   {
   }
   
.formular .box .line .value input
   {
      width: 100%;
      height: 30px;
      padding: 0px;
      margin: 0px;
      padding-left: 5px;
      box-sizing: border-box;
   }
   
.formular .box .line .value select
   {
      width: 100%;
      height: 30px;
      padding: 0px;
      margin: 0px;
      padding-left: 5px;
      box-sizing: border-box;
   }
   
.formular .box .leva
   {
      width: 50%;
      display: block;
      float: left;
      box-sizing: border-box;
      padding-right: 10px;
   }
   
.formular .box .prava
   {
      width: 50%;
      display: block;
      float: right;
      box-sizing: border-box;
      padding-left: 10px;
   }
   
.formular .box a.button
   {
      display: block;
      width: 150px;
      box-sizing: border-box;
      padding-top: 11px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      background: #BD9C67;
      color: #ffffff;
      height: 50px;
      font-size: 18px;
      margin-top: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
   }
   
.formular .box a.button:hover
   {
      background: #000000;
   }

   
footer
   {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7d7d+0,434343+100 */
      background: #7d7d7d; /* Old browsers */
      background: -moz-linear-gradient(left, #7d7d7d 0%, #434343 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #7d7d7d 0%,#434343 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #7d7d7d 0%,#434343 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#434343',GradientType=1 ); /* IE6-9 */
      padding-top: 50px;
      padding-bottom: 50px;
   }
   
footer .logo
   {
      margin-top: 50px;
      margin-bottom: 40px;
      width: 100%;
      text-align: center;
   }      
   
footer .logo 
   {
      position: relative;
      font-size: 30px;
      height: 127px;
      z-index: 1;
      overflow: hidden;
      text-align: center;
   }
   
footer .logo:before, footer .logo:after 
   {
      position: absolute;
      top: 107px;
      overflow: hidden;
      width: 50%;
      height: 4px;
      content: '\a0';
      background-color: #ffffff;
   }
   
footer .logo:before 
   {
      margin-left: -50%;
      text-align: right;
   }

footer .logo img {margin-left: 50px; margin-right: 50px;}


/* auto popup */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: absolute;
z-index: 101;
}
.cnt223{
min-width: 750px;
width: 750px;
min-height: 150px;
margin: 10px auto;
background: #fff;
position: relative;
z-index: 103;
padding: 5px 0px 0px 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

.zlinsky-kraj {
    max-width: calc(100% - 70px);
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: 75px;
}
.zlinsky-kraj p {
	font-size: 16px;
}
.zlinsky-kraj .img-wrap {
	margin-top: 35px;
}

.img-wrap img {
    max-width: 100%;
}
