/**
 * Fonts
 */
@font-face {
  font-family: 'GunnyHandwritingRegular';
  src: url('fonts/scrgunny-webfont.eot');
  src: url('fonts/scrgunny-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/scrgunny-webfont.woff') format('woff'), url('fonts/scrgunny-webfont.ttf') format('truetype');
  font-weight: normal;
}
/**
 * Common elements
 */
html {
  background: #fafafa url('imgrd/background.jpg') center top no-repeat;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}
h1 {
  font-family: 'GunnyHandwritingRegular';
  font-size: 75px;
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
h2 {
  font-size: 21px;
  font-weight: normal;
  font-style: italic;
  color: #dedad0;
}
a {
  color: #dbb267;
  text-decoration: underline;
}
a:hover {
  color: #ffd993;
  text-decoration: underline;
}
a:visited {
  color: #ab9c81;
  text-decoration: underline;
}
img {
  border: none;
}
.clear {
  clear: both;
}
a:hover,
a:active,
a:focus,
object,
embed {
  outline: 0;
}
.page-wrapper {
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 530px) {
  .page-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 530px) {
  .rozcestnik-inner {
    height: 100%;
    position: relative;
  }
  .rozcestnik-inner:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    background: url("imgrd/sep-lg-vertical.png") no-repeat center;
    width: 2px;
    height: 750px;
  }
}
@media only screen and (min-width: 530px) {
  .rozcestnik-wrap {
    height: 748px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .rozcestnik-wrap .openings-wrap {
    margin-top: 0;
    height: auto;
    position: relative;
    top: 50%;
    padding-top: 10em;
    padding-bottom: 10em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
  }
  .rozcestnik-wrap .openings-wrap .name a,
  .rozcestnik-wrap .openings-wrap .daymenu,
  .rozcestnik-wrap .openings-wrap .rezervace,
  .rozcestnik-wrap .openings-wrap .rezervace:before,
  .rozcestnik-wrap .openings-wrap img {
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
  }
  .rozcestnik-wrap .openings-wrap:hover .rezervace {
    text-indent: 98px;
  }
  .rozcestnik-wrap .openings-wrap:hover .rezervace:before {
    opacity: 1;
  }
  .rozcestnik-wrap .openings-wrap:hover .daymenu {
    font-size: 2.75em;
    color: white;
    border-bottom-color: white;
    margin-top: .5em;
  }
  .rozcestnik-wrap .openings-wrap:hover .daymenu img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .rozcestnik-wrap .openings-wrap:hover .name a {
    font-size: 3.75em;
    color: #dbb267;
    border-bottom-color: #dbb267;
  }
  .rozcestnik-wrap .ow-left,
  .rozcestnik-wrap .ow-right {
    max-width: 455px;
  }
  .rozcestnik-wrap .ow-left {
    float: right;
    padding-right: 4em;
  }
  .rozcestnik-wrap .ow-right {
    padding-left: 4em;
    float: left;
  }
}
.footer {
  display: block;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 530px) {
  .footer {
    top: 700px;
  }
}
/* Header */
.logo {
  margin-left: auto;
  margin-right: auto;
  font-family: "bebas-neue", sans-serif;
  text-indent: -9999px;
  overflow: hidden;
  width: 204px;
  height: 45px;
  display: block;
  margin-top: .4em;
  margin-bottom: .2em;
  color: white;
  text-decoration: none;
  background: url(imgrd/krajina-logo.png) no-repeat center;
}
.header,
.main-menu {
  z-index: 100;
  position: relative;
}
.language {
  font-family: 'GunnyHandwritingRegular';
  text-align: center;
  color: #5b5140;
  font-size: 2em;
}
.language a {
  text-decoration: none;
  color: white;
}
.language a.active {
  color: #5b5140;
}
.openings-wrap {
  text-align: center;
  margin-top: 2em;
  font-size: 1.2em;
  font-family: "bebas-neue", sans-serif;
  color: #96846d;
}
.openings-wrap .rezervace {
  display: block;
  clear: both;
  position: relative;
  font-family: 'GunnyHandwritingRegular';
  font-size: 1.75em;
  color: #b88f45;
  text-decoration: none;
  margin-top: 1em;
  height: 78px;
  width: 242px;
  line-height: 70px;
  margin-left: -70px;
  text-indent: 70px;
}
.openings-wrap .rezervace:before {
  background: url("imgrd/ribbon-reservation-default.png");
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
}
.openings-wrap .rezervace:hover {
  text-indent: 98px;
}
.openings-wrap .rezervace:hover:before {
  background: url("imgrd/ribbon-reservation-hover.png");
}
.openings-wrap .rezervace span {
  display: block;
  position: relative;
}
@media only screen and (max-width: 529px) {
  .openings-wrap .rezervace {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0;
  }
  .openings-wrap .rezervace:hover {
    text-indent: 0;
  }
  .openings-wrap .rezervace span {
    display: inline-block;
  }
}
.openings-wrap .name {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.openings-wrap .name a {
  color: #96846d;
  font-size: 2.5em;
  text-decoration: none;
  border-bottom: 2px solid #96846d;
  line-height: .8em;
  display: inline-block;
}
.openings-wrap .daymenu {
  border-bottom: 2px solid transparent;
  font-size: 1.875em;
  text-decoration: none;
  color: #96846d;
  margin-top: .85em;
  display: inline-block;
  line-height: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
.openings-wrap .daymenu img {
  bottom: -20px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: block;
  position: absolute;
  left: 110%;
}
.openings-wrap .openings-block,
.openings-wrap .phone-block {
  font-size: 1.375em;
}
.openings-wrap .openings-block h4,
.openings-wrap .phone-block h4 {
  margin-bottom: .7em;
}
.openings-wrap .openings-block sup,
.openings-wrap .phone-block sup {
  font-size: .5em;
}
.openings-wrap .openings-block .openings,
.openings-wrap .phone-block .openings,
.openings-wrap .openings-block .phone,
.openings-wrap .phone-block .phone {
  color: #5b5140;
}
.openings-wrap .openings-block .openings strong,
.openings-wrap .phone-block .openings strong,
.openings-wrap .openings-block .phone strong,
.openings-wrap .phone-block .phone strong {
  margin-right: 1em;
  display: inline-block;
}
.openings-wrap .openings-block .phone,
.openings-wrap .phone-block .phone {
  font-size: 1.375em;
  line-height: 1em;
}
.openings-wrap .openings-block .phone .min-sup,
.openings-wrap .phone-block .phone .min-sup {
  line-height: 1.4em;
  display: inline-block;
  font-size: .6em;
  padding-right: .3em;
  position: relative;
  vertical-align: top;
}
@media only screen and (min-width: 530px) {
  .openings-wrap {
    text-align: left;
    float: left;
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .openings-wrap .openings-block,
  .openings-wrap .phone-block {
    display: block;
    float: left;
    min-width: 200px;
  }
}
/**
 * Water waves
 */
.wave {
  width: 100%;
  position: absolute;
}
#wave2 {
  height: 80px;
  background: url('images/wave1.png') 30px top repeat-x;
  top: 584px;
  z-index: 150;
}
#wave3 {
  height: 80px;
  background: url('imgrd/vlna-2.png') 0 top repeat-x;
  top: 549px;
  z-index: 80;
}
#wave4 {
  height: 80px;
  background: url('imgrd/vlna-3.png') 30px top repeat-x;
  top: 620px;
  z-index: 50;
}
/**
 * Other scnery elements
 */
@media only screen and (min-width: 530px) {
  #scenery {
    width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  #scenery a span {
    display: none;
  }
  #scenery a#cake {
    display: block;
    position: absolute;
    top: 60px;
    left: -60%;
    z-index: 100;
  }
  #scenery #fish {
    display: block;
    position: absolute;
    top: 575px;
    left: -3%;
    z-index: 100;
    width: 370px;
    height: 200px;
    background: url("imgrd/fish.png");
  }
  #scenery a#cheese {
    display: block;
    position: absolute;
    top: 40px;
    left: 14%;
    z-index: 100;
  }
  #scenery #olive {
    display: block;
    position: absolute;
    top: 300px;
    left: 90%;
    z-index: 70;
    top: 505px;
    width: 225px;
    height: 302px;
    background: url("imgrd/palm.png");
  }
  #scenery a#banana {
    display: block;
    position: absolute;
    top: 370px;
    left: 48%;
    z-index: 70;
  }
  #scenery a#plate {
    display: block;
    position: absolute;
    top: 120px;
    left: 98%;
    z-index: 100;
  }
  #scenery #cloud1 {
    width: 316px;
    height: 160px;
    background: url('imgrd/mrak-right-top.png');
    display: block;
    position: absolute;
    top: -50px;
    left: 80%;
    z-index: 20;
  }
  #scenery #cloud2 {
    width: 172px;
    height: 87px;
    background: url('images/scenery-cloud2.png');
    display: block;
    position: absolute;
    top: 380px;
    left: 65%;
    z-index: 20;
  }
  #scenery #cloud3 {
    width: 674px;
    height: 250px;
    background: url('images/scenery-cloud3.png');
    display: block;
    position: absolute;
    top: 470px;
    left: -3%;
    z-index: 20;
  }
  #scenery #cloud-n1 {
    width: 96px;
    height: 49px;
    background: url('imgrd/cloud-small-left.png');
    display: block;
    position: absolute;
    top: 170px;
    left: -3%;
    z-index: 20;
  }
}
/**
 * Form (global)
 */
form input.text {
  padding: 5px 5px;
  width: 240px;
  background: #dedad0;
  border: 1px solid #bbb7af;
  color: #676652;
  font-size: 14px;
  font-family: "myriad-pro";
}
form input.button {
  width: 133px;
  height: 26px;
  background: url('images/btn_submit.png');
  display: block;
  border: none;
  color: #cac6bc;
  font-size: 14px;
  font-family: "myriad-pro";
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
}
form input.button:active {
  background-position: 0 -26px;
}
form textarea {
  padding: 5px 5px;
  width: 240px;
  height: 40px;
  background: #dedad0;
  border: 1px solid #bbb7af;
  color: #676652;
  font-size: 14px;
  font-family: "myriad-pro";
}
form td {
  padding: 5px 10px;
}
form th {
  text-align: right;
  padding-left: 30px;
}
form ul.error {
  min-height: 40px;
  background: #d44d1e url('images/pictogram-red.png') top left no-repeat;
  padding: 20px 20px 20px 120px;
  color: #ffac8f;
  list-style: none;
}
/**
 * Flash messages
 */
.flashMessage {
  min-height: 30px;
  width: 600px;
  position: fixed;
  left: 50%;
  margin-left: -370px;
  top: 170px;
  padding: 30px 20px 20px 120px;
  color: #968462;
  background: #e5decf url('images/pictogram-brown.png') top left no-repeat;
  z-index: 2000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.flashMessage.error {
  background: #d44d1e url('images/pictogram-red.png') top left no-repeat;
  color: #ffac8f;
}
.flashMessage.ok {
  background: #467e42 url('images/pictogram-green.png') top left no-repeat;
  color: #a7cea6;
}
/**
 * Ajax spinner
 */
#ajax-spinner {
  background-image: url('images/fancybox/fancybox_sprite.png');
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#ajax-spinner div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}
p.error {
  color: #FF2E34;
  text-shadow: 0 0 10px red;
}
