@font-face {
  font-family: exo;
  src: url("fonts/Exo-Regular.ttf"); }
@font-face {
  font-family: roboto;
  src: url("fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: courgette;
  src: url("fonts/Courgette-Regular.ttf"); }
.center {
  text-align: center; }

.left {
  text-align: left; }

.col-centered {
  float: none !important;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top; }

body h2 {
  padding-bottom: 40px;
  font-family: roboto;
  font-weight: bold;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 25px !important;
  color: #fff;
  padding-top: 30px;
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center; }

body h2.tmavy {
  color: #042004; }

body h2.no-bg {
  background: none;
  padding-bottom: 0; }

/* HEADER */
.banner {
  height: 100vh;
  background: url("img/kap.jpg");
  background-size: cover;
  align-items: center;
  display: flex;
  padding: 80px 0;
  position: relative; }
  .banner .banner-bg {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100vh; }
  .banner .shade {
    position: absolute;
    width: 100%;
    height: 15%;
    z-index: 5;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white); }
  .banner .welcome-box {
    font-family: 'courgette';
    color: #fff;
    text-shadow: #000 0 0 5px, #000 0 0 10px, #000 0 0 15px, #000 0 0 15px;
    text-align: center;
    padding: 10px;
    margin: 0 auto; }
    .banner .welcome-box h1 {
      font-size: 72px;
      margin: 0;
      padding: 0;
      letter-spacing: 10px;
      font-weight: bold; }
  .banner #logo {
    position: absolute;
    top: 20px;
    right: 20px;
    max-height: 60px;
    display: none;
    transform: rotateZ(10deg); }

@media only screen and (max-device-width: 640px) {
  .banner {
    height: auto; }

  .welcome-box {
    top: 30px; } }
@media screen and (max-width: 960px) {
  .welcome-box {
    height: 100%;
    width: 100%;
    vertical-align: middle; } }
@media screen and (max-width: 600px) {
  .welcome-box h1 {
    font-size: 42px !important; } }
/* NAVIGACE */
nav.navbar {
  margin: 0;
  padding: 0;
  position: absolute;
  background: #222;
  border-bottom: 5px solid #eee;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  top: auto;
  bottom: 0; }
  nav.navbar .navbar-header {
    display: none; }
  nav.navbar .navbar-collapse {
    text-align: center; }
  nav.navbar .nav {
    float: none; }
    nav.navbar .nav a {
      color: #adadad;
      text-shadow: 0 0 1px #333;
      font-size: 18px;
      font-family: 'exo'; }
    nav.navbar .nav a:hover {
      background: #333333;
      color: #fff; }
    nav.navbar .nav a:focus {
      background: none; }
    nav.navbar .nav li {
      display: inline-block;
      float: none; }
    nav.navbar .nav li.active a {
      background: #eee;
      color: #222; }

@media screen and (max-width: 668px) {
  body nav {
    display: none !important; } }
/* GALERIE */
.galerie {
  overflow: hidden;
  background: #070;
  background-size: cover;
  padding-bottom: 55px;
  position: relative; }
  .galerie h2.fotogalerie {
    display: none; }
  .galerie #bx-pager img {
    height: 70px;
    margin: 0 5px 5px;
    box-shadow: 0 0 5px #333; }
  .galerie .bx-wrapper {
    margin-bottom: 30px;
    margin-top: 80px; }
    .galerie .bx-wrapper .bx-viewport {
      background: #333333; }

/* UBYTOVANI */
.ubytovani {
  padding: 0 5px 50px;
  background: #eee; }
  .ubytovani h2 {
    margin-bottom: 0;
    padding-bottom: 30px; }
  .ubytovani .ubyt-img img {
    max-width: 500px;
    float: right;
    margin-top: 75px;
    margin-bottom: 15px;
    padding-left: 30px; }
  .ubytovani .pudorys {
    text-align: center;
    display: none; }
    .ubytovani .pudorys img {
      height: 100px;
      margin: 30px 5px;
      box-shadow: 0 0 5px #000; }

/* BYTY A POKOJE */
#byty h3 {
  color: #333333;
  text-align: center;
  padding: 20px; }
#byty .prizemi {
  background: #ff0033; }
  #byty .prizemi .thumbnail h4 {
    background: #cc0000; }
  #byty .prizemi .jgallery .item.active {
    background: #cc0000; }
  #byty .prizemi .jgallery .menu .item:hover {
    background: #f88; }
#byty .podkrovi {
  background: #3333ff; }
  #byty .podkrovi .thumbnail h4 {
    background: #000099; }
  #byty .podkrovi .jgallery .item.active {
    background: #000099; }
  #byty .podkrovi .jgallery .menu .item:hover {
    background: #9999ff; }
#byty .thumbnail {
  text-align: left;
  box-shadow: 2px 2px 8px #333333;
  margin-bottom: 40px;
  background: #f2f2f2;
  color: #ddd;
  border-radius: 0;
  border: #222 1px solid; }
  #byty .thumbnail h4 {
    font-style: italic;
    font-weight: bold;
    color: #eee;
    padding: 5px;
    border-radius: 5px; }
#byty .jgallery {
  box-shadow: #222 0 0 10px;
  border: 1px #222 solid;
  margin-bottom: 40px; }

@media screen and (max-width: 600px) {
  .jgallery .nav {
    display: none !important; } }
/* REZERVACE */
.rezervace {
  overflow: hidden;
  line-height: 36px;
  font-size: 18px;
  color: #222;
  background: #ddd;
  padding: 20px 0 50px;
  position: relative; }
  .rezervace .spam {
    display: none !important; }
  .rezervace ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555 !important; }
  .rezervace ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555 !important; }
  .rezervace :-ms-input-placeholder {
    /* IE 10+ */
    color: #555 !important; }
  .rezervace :-moz-placeholder {
    /* Firefox 18- */
    color: #555 !important; }

.rezervace form .form-group input.form-control {
  background: #fff;
  border: none;
  color: #000;
  border-radius: 0;
  width: 162px; }

.rezervace form .form-group input.form-control.noci {
  width: 139px; }

.rezervace form select {
  background: #fff url("img/sipka-transp-bg.png") no-repeat center right 5px;
  border: none;
  color: #555;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  min-width: 300px; }

.rezervace form .chosen {
  color: #000; }

.rezervace form textarea {
  background: #fff;
  border: none;
  color: #000;
  border-radius: 0;
  width: 100% !important;
  max-width: 700px;
  height: 90px;
  margin-top: 2px;
  margin: 3px 2px; }

.rezervace form .form-group {
  margin-bottom: 0; }

.rezervace form .form-group.kontakty {
  margin-left: 26px; }

.rezervace form .form-group .form-control {
  margin: 3px 2px; }

.rezervace form .form-group .form-control.osob {
  width: 95px; }

.rezervace form .form-group .form-control.datepicker {
  width: 140px; }

.rezervace .btn-odeslat {
  border-radius: 0;
  background: #001014;
  color: #fff;
  border: 1px #4e4e4e solid;
  min-width: 175px;
  margin: 20px 0 50px; }

.rezervace .btn-odeslat:hover {
  background: #192529;
  color: #fff; }

@media screen and (max-width: 767px) {
  form select {
    min-width: 0 !important; }

  form input {
    width: 100% !important; }

  form .osob, form .datepicker {
    width: 100% !important; }

  form .kontakty {
    margin: auto !important; }

  form .form-control {
    margin: 10px 0 !important; } }
/* TIPY NA VYLET */
#vylet {
  text-align: center;
  background: #070;
  padding-bottom: 50px; }
  #vylet .thumbnail {
    text-align: center;
    box-shadow: 2px 2px 8px #333333;
    margin-bottom: 40px;
    background: #003300;
    color: #ddd;
    display: inline-block;
    position: relative;
    border-radius: 0;
    border: #222 1px solid;
    margin: 10px 5px; }
    #vylet .thumbnail :hover img {
      opacity: 0.3; }
    #vylet .thumbnail :hover p {
      opacity: 1 !important; }
    #vylet .thumbnail img {
      width: 100%;
      transition: opacity 1s ease;
      min-height: 200px;
      object-fit: cover; }
    #vylet .thumbnail .prace_backside {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
    #vylet .thumbnail .prace_backside div {
      bottom: 0;
      padding: 5% 0;
      width: 100%;
      position: absolute; }
    #vylet .thumbnail .prace_backside p {
      color: #eee;
      opacity: 0;
      transition: opacity 1s ease; }
      #vylet .thumbnail .prace_backside p .info {
        font-size: 14px; }
    #vylet .thumbnail .prace_backside p.nazev {
      font-size: 16px;
      font-weight: bold; }

@media screen and (max-width: 668px) {
  #lightbox .lb-container img {
    display: none !important; } }
/* KONTAKT */
.footer {
  background: #ddd;
  text-align: center;
  overflow: hidden; }
  .footer .spam {
    display: none !important; }
  .footer .form-group {
    margin: 0 5px; }
  .footer form input {
    background: #222;
    border: none;
    color: #fff;
    border-radius: 0;
    margin: 5px; }
  .footer form textarea {
    background: #222;
    border: none;
    color: #fff;
    border-radius: 0;
    width: 100%;
    height: 140px;
    margin: 5px; }
  .footer .btn-odeslat {
    border-radius: 0;
    background: #001014;
    color: #fff;
    border: 1px #4e4e4e solid;
    min-width: 175px;
    margin: 20px 0 50px; }
  .footer .btn-odeslat:hover {
    background: #23373c;
    color: #fff; }
  .footer #foot {
    background: #161616;
    padding: 15px 0;
    margin-top: 30px;
    text-align: center;
    color: #ddd; }
  .footer #foot p {
    margin: 0;
    padding: 3px; }
  .footer #foot a {
    color: #fff; }

/* ALERTS */
.alert-success {
  border: #050 solid 1px !important;
  margin: 20px 0;
  cursor: pointer;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 9999;
  box-shadow: #fff 0 0 30px 10px; }

.alert-success p {
  margin: 0;
  font-size: 14px;
  line-height: 36px; }

/* PANEL */
.panel.panel-my {
  border-color: #002700;
  border-radius: 0;
  margin: 5px 0; }
  .panel.panel-my .table > tbody > tr > td {
    border-top: none; }
  .panel.panel-my .panel-body {
    padding: 0;
    display: none; }
  .panel.panel-my .panel-footer {
    text-align: right; }
  .panel.panel-my .panel-heading:hover {
    cursor: pointer;
    background: #003e00; }

.panel-my > .panel-heading {
  color: #eee;
  background-color: #002700;
  border: 1px solid #002700;
  padding: 5px;
  overflow: hidden;
  border-radius: 0;
  text-align: left; }
  .panel-my > .panel-heading span {
    vertical-align: middle; }
  .panel-my > .panel-heading img {
    height: 40px;
    padding-right: 10px; }
  .panel-my > .panel-heading span.name {
    font-size: 16px; }
  .panel-my > .panel-heading span.glyphicon {
    float: right;
    top: 10px; }

.panel-my > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-my > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

/*# sourceMappingURL=style4.css.map */
