/* BOX SIZES */
/* COLORS */
/* FONT SIZES */
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,300italic&subset=latin,latin-ext);
/* PADDINGS, MARGINS */
/* --------------------------------------------------------------------- */
/* > Normalizacja                                                        */
/* --------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #5f6b71;
  background-color: #ffffff;
}
a {
  color: #305f88;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: 300;
}
h1,
h2 {
  font-size: 2.2em;
}
h3,
h4 {
  font-size: 1.8em;
}
h5,
h6 {
  font-size: 1.3em;
}
.button.white {
  margin: 5px 0 0;
  padding: 0 40px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #305f88;
  font-size: 1em;
  cursor: pointer;
  background: #ffffff;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  font-family: Arial;
}
i.fa.fa-fw.fa-percent:before {
  content: '%';
}
/* --------------------------------------------------------------------- */
/* > Ogólne                                                              */
/* --------------------------------------------------------------------- */
header {
  width: 100%;
}
header.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 18px;
  z-index: 99;
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
header.top-nav.loaded {
  opacity: 1;
}
header.top-nav .page {
  min-height: 40px;
}
header nav {
  width: 100%;
  text-align: center;
}
header nav .logo-mobile {
  display: none;
}
header nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 0;
}
header nav ul > li {
  font-size: 16px;
  display: inline-block;
}
header nav ul > li li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
header nav ul > li.left-items,
header nav ul > li.right-items {
  width: 50%;
}
header nav ul > li.left-items a,
header nav ul > li.right-items a {
  display: inline-block;
  color: #305f88;
  line-height: 40px;
  padding: 0 18px;
  border-radius: 16px;
}
header nav ul > li.left-items a:hover,
header nav ul > li.right-items a:hover {
  color: #ffffff;
  background: #305f88;
}
header nav ul > li.left-items {
  padding-right: 90px;
  text-align: right;
}
header nav ul > li.right-items {
  padding-left: 90px;
  text-align: left;
}
header nav ul > li.logo {
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header nav ul > li.logo img {
  max-width: 180px;
  max-height: 40px;
}
header nav ul > li.logo a {
  line-height: 40px;
}
header nav ul > li.logo a:hover {
  background: none;
}
header nav ul > li.languages {
  position: absolute;
  right: 0;
  top: -10px;
}
#sections-container {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
#sections-container.has-menu {
  margin-top: 76px;
}
#sections-container.has-menu section.full_width {
  min-height: calc(100vh -  76px );
}
.page {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.hide {
  display: none;
}
section {
  width: 100%;
  display: inline-block;
  padding: 40px 0;
  background-color: #ffffff;
}
section header {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #305f88;
}
section.full_width {
  min-height: 100vh;
}
section.banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2em;
}
section.banner.full_width {
  position: relative;
}
section.banner.full_width .page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
section.banner .page {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
section.light {
  color: #ffffff;
}
section.light header {
  color: #ffffff;
}
section.custom {
  padding: 30px 0;
}
section.price-list ul.tables {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.price-list ul.tables > li {
  display: none;
  width: 100%;
  background: white;
  color: #305f88;
  border-radius: 6px;
  margin: 5px 0;
  font-size: 0.9em;
}
section.price-list ul.tables > li.active {
  display: block;
}
section.price-list ul.tabs {
  list-style: none;
  padding: 0;
  margin: -5px;
}
section.price-list ul.tabs > li {
  display: block;
  float: left;
  padding: 20px 30px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #faf9f8;
  margin: 0 5px;
}
section.price-list ul.tabs > li.active {
  border-color: #305f88;
  font-weight: bold;
}
section.price-list ul.table {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
section.price-list ul.table > li {
  display: table-row;
}
section.price-list ul.table > li:first-child > div {
  border-top: 1px solid #dddad9;
}
section.price-list ul.table > li.header > div {
  font-weight: 600;
  background: #faf9f8;
}
section.price-list ul.table > li > div {
  display: table-cell;
  padding: 10px 15px;
  border-right: 1px solid #dddad9;
  border-bottom: 1px solid #dddad9;
}
section.price-list ul.table > li > div:first-child {
  border-left: 1px solid #dddad9;
}
section.price-list ul.table > li:last-child > div span {
  border-bottom: 0;
}
section.price-list span.value {
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
}
section.price-list span.mobile-header {
  display: none;
}
section.gallery .gallery-row > div {
  width: 23%;
  margin: 1%;
  float: left;
  border: 1px solid #eaeaea;
}
section.gallery .gallery-row > div a,
section.gallery .gallery-row > div img {
  float: left;
}
section.reservation {
  min-height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.reservation.type-map {
  position: relative;
}
section.reservation.type-map a {
  color: #ffffff;
}
section.reservation.type-map a.show-map {
  margin-bottom: 15px;
  color: #305f88;
}
section.reservation.type-map .col-6 {
  position: relative;
}
section.reservation.type-map .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
section.reservation.type-map .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(2, 72, 133, 0.6);
}
section.reservation.type-map .close-map {
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  position: fixed;
  top: -60px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: white;
  background: #305f88;
  border: gray;
  -webkit-box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 26px 1px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
section.reservation.type-map.active .close-map {
  top: 15px;
}
section.reservation.type-map.active .col-6.address {
  top: 250px;
  opacity: 0;
}
section.reservation.type-map.active .col-6:last-child {
  top: -250px;
  opacity: 0;
}
section.reservation.type-map .page.map-center .col-6.address {
  text-align: center;
  width: 100%;
}
section.reservation.type-map .bookero_agree_separator {
  display: none;
}
section.reservation .page {
  position: relative;
}
section.reservation .address h3 {
  font-size: 1em;
  font-weight: bold;
}
section.reservation .address ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
section.reservation .address ul i {
  margin-right: 10px;
}
section.reservation .address a {
  color: #ffffff;
  text-decoration: none;
}
section.reservation .col-6 {
  width: 55%;
  display: inline-block;
  float: left;
  top: 0;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}
section.reservation .col-6:nth-child(odd) {
  width: 45%;
  float: none;
}
section.reservation .bookero_form_line {
  width: 100%;
  float: left;
  margin: 5px 0;
}
section.reservation .bookero_form_line label {
  float: left;
  margin-right: 4%;
  line-height: 50px;
  width: 30%;
  text-align: right;
  font-weight: 600;
}
section.reservation .bookero_form_line label.bookero_form_infotext {
  width: 66%;
  float: right;
  margin-right: 0;
}
section.reservation .bookero_form_line > div {
  width: 66%;
  float: left;
}
section.reservation .bookero_form_line > div input[type="text"] {
  height: 50px;
  padding: 0 15px;
  width: 100%;
  background: rgba(50, 96, 136, 0.7);
  border: 1px solid #326088;
  border-radius: 6px;
  color: #ffffff;
}
section.reservation .bookero_form_line > div input[type="text"].error {
  border-color: #cc472c;
}
section.reservation .bookero_form_line > div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  background: rgba(50, 96, 136, 0.7);
  border: 1px solid #326088;
  border-radius: 6px;
  color: #ffffff;
}
section.reservation .bookero_form_line > div select optgroup {
  color: #000000;
}
section.reservation .bookero_form_line > div select.error {
  border-color: #cc472c;
}
section.reservation .bookero_form_line.bookero-time > div {
  width: 31%;
  margin-right: 2%;
}
section.reservation .bookero_form_line.bookero-time > div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  background: rgba(50, 96, 136, 0.7);
  border: 1px solid #326088;
  border-radius: 6px;
  color: #ffffff;
}
section.reservation .bookero_form_line.bookero-time > div select optgroup {
  color: #000000;
}
section.reservation .bookero_form_line.bookero-time > div select.error {
  border-color: #cc472c;
}
section.reservation .bookero_form_line.bookero-time > div:last-child {
  margin-right: 0;
  margin-left: 2%;
}
section.reservation .bookero_form_line.bookero-submit > div {
  width: 100%;
  text-align: right;
}
section.reservation .bookero_form_line.bookero-submit > div#bookero_form_payment_price {
  float: left;
  font-size: 1.5em;
  margin-top: 24px;
  font-weight: 600;
}
section.reservation .bookero_form_line.bookero-submit button {
  margin: 10px 0 0;
  float: right;
  padding: 0 40px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #305f88;
  font-size: 1em;
  cursor: pointer;
  background: #ffffff;
}
section.reservation .bookero_form_line.bookero-hidden {
  display: none;
}
section.reservation .bookero_form_line.bookero-parameter.error input,
section.reservation .bookero_form_line.bookero-parameter.error textarea,
section.reservation .bookero_form_line.bookero-parameter.error select {
  border-color: #cc472c !important;
}
section.reservation .bookero_form_line.bookero-parameter.error > div > label,
section.reservation .bookero_form_line.bookero-parameter.error > div > label a {
  color: #cc472c;
}
section.reservation .bookero_form_line#booker-form-error {
  background: #d80303;
  padding: 5px 10px;
  margin: 10px 0 0;
}
section.reservation .bookero_form_line#booker-form-error p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
}
section.reservation .bookero_form_line#bookero-form-month-no-free-terms {
  background: #d80303;
  padding: 5px 10px;
  margin: 10px auto 0;
  width: 100%;
}
section.reservation .bookero_form_line#bookero-form-month-no-free-terms p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
}
footer {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #ffffff;
  float: left;
}
footer .payments-page {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: table;
}
footer .payments-page .payments {
  display: table-cell;
  width: auto;
  text-align: left;
  vertical-align: middle;
}
footer .payments-page .payments span {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
}
footer .payments-page .copyright {
  display: table-cell;
  width: auto;
  text-align: right;
  vertical-align: middle;
}
footer .payments-page.with-footer-menu .copyright-menu {
  width: 100%;
  float: left;
}
footer .payments-page.with-footer-menu .copyright-menu .copyright {
  float: left;
  width: 50%;
  padding-right: 15px;
  text-align: left;
}
footer .payments-page.with-footer-menu .copyright-menu .footer-menu {
  float: right;
  width: 50%;
  padding-left: 15px;
  text-align: right;
}
footer .payments-page.with-footer-menu .copyright-menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .payments-page.with-footer-menu .copyright-menu .footer-menu ul li {
  display: inline-block;
  padding-left: 15px;
}
footer .payments-page.with-footer-menu .copyright-menu .footer-menu ul li a {
  text-decoration: none;
  color: #5f6b71;
}
footer .payments-page.with-footer-menu .payments {
  width: 100%;
  padding-top: 10px;
  float: left;
  text-align: right;
}
footer .payments-page.with-footer-menu .payments span {
  float: right;
}
footer .payments-page.with-footer-menu .payments img {
  float: right;
}
.hamburger-switch {
  display: none;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 18px;
  vertical-align: middle;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: transparent;
}
.hamburger-switch:focus {
  outline: none;
}
.hamburger-switch span {
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 4px;
  background: #305f88;
  transition: background 0.3s;
}
.hamburger-switch span::before,
.hamburger-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #305f88;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger-switch span::before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.hamburger-switch span::after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.hamburger-switch.active span {
  background: none;
}
.hamburger-switch.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-switch.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-switch.active span::before,
.hamburger-switch.active span::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#bookero_inquiry_info .bookero_inquiry_blank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(189, 184, 182, 0.5);
}
#bookero_inquiry_info .bookero_inquiry_box {
  width: 700px;
  max-width: 100%;
  padding: 40px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -350px;
  border-radius: 7px;
  border: 1px solid #d9d5d5;
  background: #ffffff;
  z-index: 99999;
  text-align: center;
  color: #616161;
  overflow: hidden;
}
#bookero_inquiry_info .bookero_inquiry_box #bookero_inquiry_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #666;
  cursor: pointer;
  border-radius: 0 7px 0 7px;
}
#bookero_inquiry_info .bookero_inquiry_box #bookero_inquiry_close:before {
  content: "\00d7";
  color: #fff;
  display: block;
}
#bookero_inquiry_info .bookero_inquiry_box h3 {
  margin-top: 10px;
  padding-bottom: 40px;
  font-size: 1.9em;
  font-weight: 200;
  color: #282828;
  background: url(../img/loader.gif) no-repeat center bottom;
}
#bookero_inquiry_info .bookero_inquiry_box h3.bookero-form-success {
  background: url(../img/success.svg) no-repeat center bottom;
  background-size: auto 65px;
  padding-bottom: 80px;
}
#bookero_inquiry_info .bookero_inquiry_box h3.bookero-form-error {
  background: url(../img/error.svg) no-repeat center bottom;
  background-size: auto 55px;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
#bookero_inquiry_info .bookero_inquiry_box p {
  font-size: 1.1em;
  line-height: 1.6em;
}
#bookero_inquiry_info .bookero_inquiry_box p.bookero-form-error-info {
  color: #d80303;
}
#bookero_inquiry_info .bookero_inquiry_box > div h5 {
  font-size: 1.1em;
  font-weight: 500;
  margin: 20px 0px 10px;
}
#bookero_inquiry_info .bookero_inquiry_box > div button {
  margin-top: 10px;
  display: inline-block;
  height: 40px;
  border-radius: 7px;
  border: 1px solid #d8d8d8;
  padding: 0 40px;
  background: #d8d8d8;
  cursor: pointer;
  text-shadow: 1px 1px 1px #fff;
  font-size: 0.9em;
}
#bookero_inquiry_info .bookero_inquiry_box > div button:focus {
  outline: none;
}
#bookero_inquiry_info .bookero_inquiry_box > div button:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#bookero_inquiry_info .bookero_inquiry_box > div button.white {
  margin: 5px 0 0;
  padding: 0 40px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #305f88;
  font-size: 1em;
  cursor: pointer;
  background: #ffffff;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  font-family: Arial;
}
#bookero_inquiry_info .bookero_inquiry_box > div input {
  width: 50%;
  margin-right: 1%;
  display: inline-block;
  border: 1px solid #e3e3e3;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 7px;
  color: #414141;
}
#bookero_inquiry_info .bookero_inquiry_box > div input.error {
  border-color: #d80303;
}
#bookero_inquiry_info .bookero_inquiry_box > div input:focus {
  outline: none;
}
#bookero_inquiry_info .bookero_inquiry_box > div input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#bookero_inquiry_info .bookero_inquiry_box .bookero-close-container {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
#bookero_inquiry_info .bookero_inquiry_box .bookero-close-container button {
  margin-top: 10px;
  display: inline-block;
  height: 40px;
  border-radius: 7px;
  border: 1px solid #d8d8d8;
  padding: 0 40px;
  background: #d8d8d8;
  cursor: pointer;
  text-shadow: 1px 1px 1px #fff;
  font-size: 0.9em;
}
#bookero_inquiry_info .bookero_inquiry_box .bookero-close-container button:focus {
  outline: none;
}
#bookero_inquiry_info .bookero_inquiry_box .bookero-close-container button:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#bookero_inquiry_info .bookero_inquiry_box .bookero-close-container button.white {
  margin: 5px 0 0;
  padding: 0 40px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #305f88;
  font-size: 1em;
  cursor: pointer;
  background: #ffffff;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  font-family: Arial;
}
.bookero-form-payment a {
  margin-top: 10px;
  display: inline-block;
  height: 40px;
  border-radius: 7px;
  background: rgba(50, 96, 136, 0.7);
  border: 1px solid #326088;
  padding: 0 40px;
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
}
ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-icons li a {
  display: block;
  color: white;
  border: 1px white solid;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
ul.social-icons li a:hover {
  opacity: 0.6;
}
ul.social-icons li i.fa {
  margin: auto;
  text-align: center;
  color: white;
}
/* --------------------------------------------------------------------- */
/* > 13.12.2016                                                          */
/* --------------------------------------------------------------------- */
section.textimage {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.textimage.right {
  background-position: right center;
}
section.textimage:not(.background) .text,
section.textimage:not(.background) .image {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
section.textimage:not(.background) .image img {
  margin: auto;
}
section.textimage:not(.background) .image {
  padding-right: 30px;
}
section.textimage:not(.background) .image.right {
  padding-left: 30px;
  padding-right: 0;
  float: right;
}
section.textimage:not(.background) h2,
section.textimage:not(.background) header {
  margin-top: 0;
}
.bookero-parameter-checkbox {
  position: relative;
}
.bookero-parameter-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.bookero-parameter-checkbox span {
  padding-left: 30px;
}
.bookero-parameter-checkbox span::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: rgba(50, 96, 136, 0.7);
  border: 1px #326088 solid;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.bookero-parameter-checkbox input[type="checkbox"]:checked + span:before {
  content: '\2714';
}
.bookero-parameter-checkbox input[type="checkbox"].error + span:before {
  border-color: #cc472c;
}
section.reservation.type-map .bookero_form_line > div textarea,
section.reservation.type-background .bookero_form_line > div textarea {
  background: rgba(50, 96, 136, 0.7);
  border: 1px solid #326088;
  color: white;
}
section.reservation.type-map .bookero_form_line > div.bookero_form_select::after,
section.reservation.type-background .bookero_form_line > div.bookero_form_select::after {
  color: white;
}
section.reservation .bookero_form_line > div textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  padding: 15px;
  width: 100%;
  background: rgba(240, 240, 240, 0.7);
  border: 1px solid #CECECE;
  color: #5f6b71;
  border-radius: 6px;
  max-width: 100%;
  min-height: 120px;
}
section.reservation .bookero_form_line > div textarea.error {
  border-color: #cc472c;
}
section.reservation .bookero_form_line > div.bookero_form_select {
  position: relative;
  overflow: hidden;
}
section.reservation .bookero_form_line > div.bookero_form_select::after {
  content: "\f107";
  font-size: 1.5em;
  font-family: 'FontAwesome';
  width: 30px;
  position: absolute;
  right: 10px;
  background: transparent;
  display: block;
  vertical-align: middle;
  text-align: center;
  line-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}
section.reservation .bookero_form_line label {
  line-height: 26px;
  padding: 12px 0;
}
section.reservation .bookero_form_line div label {
  width: 46%;
  text-align: left;
  clear: left;
}
section.reservation .bookero_form_line div label:nth-child(even) {
  clear: right;
}
section.reservation .bookero_form_line div label span {
  display: block;
}
section.reservation .bookero_form_line.bookero-agree label,
section.reservation .bookero_form_line.bookero-agree > div {
  width: 100%;
  text-align: left;
}
#bookero #bookero_form .bookero_form_line label.bookero_form_infotext {
  margin-top: 10px;
  width: 100%;
}
section.reservation.type-form header,
section.reservation.type-form-full header,
section.reservation.type-form-calendar header {
  color: #305f88;
}
section.reservation.type-form .col-12.center,
section.reservation.type-form-full .col-12.center,
section.reservation.type-form-calendar .col-12.center {
  max-width: 400px;
  margin: auto;
  color: #5f6b71;
}
section.reservation.type-form .col-12.center .bookero_form_line,
section.reservation.type-form-full .col-12.center .bookero_form_line,
section.reservation.type-form-calendar .col-12.center .bookero_form_line {
  margin: 0;
}
section.reservation.type-form .col-12.center .bookero_form_line label,
section.reservation.type-form-full .col-12.center .bookero_form_line label,
section.reservation.type-form-calendar .col-12.center .bookero_form_line label {
  width: 100%;
  text-align: left;
  line-height: 18px;
  font-size: 14px;
}
section.reservation.type-form .col-12.center .bookero_form_line label.bookero_form_infotext,
section.reservation.type-form-full .col-12.center .bookero_form_line label.bookero_form_infotext,
section.reservation.type-form-calendar .col-12.center .bookero_form_line label.bookero_form_infotext {
  margin-top: 10px;
  width: 100%;
}
section.reservation.type-form .col-12.center .bookero_form_line > div,
section.reservation.type-form-full .col-12.center .bookero_form_line > div,
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div {
  width: 100%;
}
section.reservation.type-form .col-12.center .bookero_form_line > div input[type="text"],
section.reservation.type-form-full .col-12.center .bookero_form_line > div input[type="text"],
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div input[type="text"] {
  background: rgba(240, 240, 240, 0.7);
  border: 1px solid #CECECE;
  color: #5f6b71;
}
section.reservation.type-form .col-12.center .bookero_form_line > div select,
section.reservation.type-form-full .col-12.center .bookero_form_line > div select,
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div select {
  background: rgba(240, 240, 240, 0.7);
  border: 1px solid #CECECE;
  color: #5f6b71;
}
section.reservation.type-form .col-12.center .bookero_form_line > div select optgroup,
section.reservation.type-form-full .col-12.center .bookero_form_line > div select optgroup,
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div select optgroup {
  color: #000000;
}
section.reservation.type-form .col-12.center .bookero_form_line > div select.error,
section.reservation.type-form-full .col-12.center .bookero_form_line > div select.error,
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div select.error {
  border-color: #cc472c;
}
section.reservation.type-form .col-12.center .bookero_form_line > div .bookero-parameter-checkbox span::before,
section.reservation.type-form-full .col-12.center .bookero_form_line > div .bookero-parameter-checkbox span::before,
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div .bookero-parameter-checkbox span::before {
  background: rgba(240, 240, 240, 0.7);
  border: 1px solid #CECECE;
  color: #5f6b71;
}
section.reservation.type-form .col-12.center .bookero_form_line > div input.error[type="text"],
section.reservation.type-form-full .col-12.center .bookero_form_line > div input.error[type="text"],
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div input.error[type="text"] {
  border-color: #cc472c;
}
section.reservation.type-form .col-12.center .bookero_form_line > div select.error[type="text"],
section.reservation.type-form-full .col-12.center .bookero_form_line > div select.error[type="text"],
section.reservation.type-form-calendar .col-12.center .bookero_form_line > div select.error[type="text"] {
  border-color: #cc472c;
}
section.reservation.type-form .col-12.center .bookero_form_line.bookero-submit > div,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-submit > div,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-submit > div {
  text-align: right;
  width: 100%;
}
section.reservation.type-form .col-12.center .bookero_form_line.bookero-submit > div#bookero_form_payment_price,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-submit > div#bookero_form_payment_price,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-submit > div#bookero_form_payment_price {
  float: left;
  font-size: 1.5em;
  margin-top: 24px;
  color: #305f88;
  font-weight: 600;
}
section.reservation.type-form .col-12.center .bookero_form_line.bookero-hidden,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-hidden,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-hidden {
  display: none;
}
section.reservation.type-form .col-12.center .bookero_form_line.bookero-parameter.error input,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-parameter.error input,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-parameter.error input,
section.reservation.type-form .col-12.center .bookero_form_line.bookero-parameter.error textarea,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-parameter.error textarea,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-parameter.error textarea {
  border-color: #cc472c;
}
section.reservation.type-form .col-12.center .bookero_form_line.bookero-parameter.error > div > label,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-parameter.error > div > label,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-parameter.error > div > label,
section.reservation.type-form .col-12.center .bookero_form_line.bookero-parameter.error > div > label a,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-parameter.error > div > label a,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-parameter.error > div > label a {
  color: #cc472c;
}
section.reservation.type-form .col-12.center .bookero_form_line.bookero-submit button,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-submit button,
section.reservation.type-form-calendar .col-12.center .bookero_form_line.bookero-submit button {
  background: #305f88;
  color: #ffffff;
}
section.reservation.type-form-full .bookero_form_line.bookero-submit button {
  border-color: #326088;
}
section.reservation.type-form-full .col-12.center {
  max-width: 100%;
}
section.reservation.type-form-full .col-12.center #booker-form-error.bookero_form_line {
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
}
section.reservation.type-form-full .col-12.center .bookero_form_line {
  max-width: 600px;
  margin: auto;
  display: block;
  clear: both;
  float: none;
}
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-date,
section.reservation.type-form-full .col-12.center .bookero_form_line.bookero-submit {
  max-width: 100%;
}
section.reservation.type-form-calendar .col-12.center {
  max-width: 550px;
}
section.reservation.type-form-calendar .col-12.center .bookero_form_line label {
  line-height: 26px;
  padding: 8px 0;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar {
  width: 100%;
  display: inline-block;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-head {
  width: 100%;
  display: inline-block;
  background: #f4f4f4;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  border: 1px solid #cecece;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-head span,
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-head h4,
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-head i {
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-head h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0 15px;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-head i {
  cursor: pointer;
  padding: 0 5px;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid {
  width: 100%;
  margin: auto;
  max-width: 600px;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span {
  width: 13%;
  float: left;
  margin: 5px 0.5%;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 7px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-empty-day {
  border: 1px solid transparent;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-short-day {
  border: 1px solid transparent;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  cursor: default;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-day {
  cursor: pointer;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-day:hover {
  background: #305f88;
  color: #ffffff;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-active-day {
  background: #fff6ed;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-selected-day {
  background: #305f88;
  border: 1px solid #305f88;
  color: #ffffff;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-blocked-day {
  background: #cccccc;
  color: #909090;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-no-clickable-day {
  background: #cccccc;
  color: #909090;
  cursor: default;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar .bookero_form_calendar-calendar-grid span.bookero_form_calendar-calendar-no-clickable-day:hover {
  background: #cccccc;
  color: #909090;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour {
  width: 100%;
  display: inline-block;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour > div {
  float: left;
  margin: 5px 0px 5px 10px;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #dedede;
  border-radius: 7px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour > div.bookero_form_calendar-calendar-selected-hour {
  background: #305f88;
  border: 1px solid #305f88;
  color: #ffffff;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour > div.bookero_form_calendar-calendar-reserve-hour {
  background: #cccccc;
  color: #909090;
  position: relative;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour > div.bookero_form_calendar-calendar-reserve-hour i {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -30px;
  background: #ffffff;
  float: left;
  border-radius: 7px;
  border: 1px solid #6e6e6e;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  color: #6e6e6e;
  width: 176px;
  z-index: 99;
  margin-left: -88px;
  text-align: center;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour > div:hover {
  background: #305f88;
  color: #ffffff;
}
section.reservation.type-form-calendar .bookero_form_calendar-calendar-hour > div:hover i {
  display: block;
}
section.reservation.type-form-calendar i.loading {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: transparent !important;
}
section.reservation.type-form-calendar i.loading::after,
section.reservation.type-form-calendar #bookero_form_calendar.loading:after {
  content: '';
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  color: initial;
  animation: rotate 0.8s infinite linear;
  border: 4px solid #6e6e6e;
  border-right-color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  margin-left: -10px;
  margin-top: -6px;
}
section.reservation.type-form-calendar #bookero_form_calendar.loading:after {
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
}
section.reservation.type-form-calendar .loader {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
section.reservation.type-form-calendar .loader.hide {
  display: none;
}
section.reservation.type-form-calendar #bookero_form_calendar {
  position: relative;
}
section.reservation.type-form-calendar #bookero_form_calendar.loading .bookero_form_calendar-calendar-grid {
  opacity: 0;
}
section.reservation.type-form-calendar #bookero_form_calendar .hide {
  display: none;
}
section.reservation.type-form-calendar #bookero_form_calendar_hours_container {
  position: relative;
}
section.reservation.type-form-calendar #bookero_form_calendar_hours_container .loader {
  display: none;
}
section.reservation.type-form-calendar #bookero_form_calendar_hours_container.loading .loader {
  display: inline-block;
}
section.reservation.type-form-calendar #bookero_form_calendar_hours_container.error {
  border: 1px solid #d80303;
  border-radius: 7px;
  padding: 0 10px;
}
section.reservation.type-form-calendar #bookero_form_calendar_hours_container.error label {
  font-weight: bold;
  color: #d80303;
}
#bookero_form_date_choose {
  position: relative;
  min-height: 80px;
  width: 100%;
  display: block;
}
#bookero_form_date_choose::after,
#bookero_form_date_choose::before {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
#bookero_form_date_choose.hide {
  display: none;
}
#bookero_form_date_choose.loading ul {
  opacity: 0;
}
#bookero_form_date_choose.loading .loader {
  opacity: 1;
}
#bookero_form_date_choose .prev,
#bookero_form_date_choose .next {
  position: absolute;
  top: 30px;
  font-size: 2em;
  line-height: 2em;
  margin-top: -1em;
  cursor: pointer;
  z-index: 3;
}
#bookero_form_date_choose .prev i,
#bookero_form_date_choose .next i {
  font-style: normal;
}
#bookero_form_date_choose .loader {
  margin: -1em auto 0;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#bookero_form_date_choose .loader i {
  font-size: 2em;
  font-style: normal;
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  -moz-animation-name: spinner;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 3s;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 25px;
  text-indent: -3px;
  text-align: center;
  transform-origin: center;
  margin-left: -5px;
}
#bookero_form_date_choose .prev {
  left: 0;
}
#bookero_form_date_choose .next {
  right: 0;
}
#bookero_form_date_choose > ul {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#bookero_form_date_choose > ul::before,
#bookero_form_date_choose > ul::after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
#bookero_form_date_choose > ul > li {
  width: 16.66666667%;
  font-size: initial;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
  white-space: normal;
  margin: 0 0 10px;
}
#bookero_form_date_choose > ul > li span {
  display: block;
  font-size: 0.8em;
  padding: 0.5em 0;
  border: 1px #cecece solid;
  border-radius: 7px;
  margin: 4px 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#bookero_form_date_choose > ul > li span.active,
#bookero_form_date_choose > ul > li span:hover {
  background: #305f88;
  color: white;
}
#bookero_form_date_choose > ul > li span:not(.header) {
  cursor: pointer;
}
#bookero_form_date_choose > ul > li span.header,
#bookero_form_date_choose > ul > li span.header:hover {
  font-weight: bold;
  background: rgba(240, 240, 240, 0.7);
  color: #5f6b71;
}
#bookero_form_date_choose > ul > li span.header span,
#bookero_form_date_choose > ul > li span.header:hover span,
#bookero_form_date_choose > ul > li span.header span:hover,
#bookero_form_date_choose > ul > li span.header:hover span:hover {
  padding: 0;
  cursor: inherit;
  font-size: 0.85em;
  background: transparent;
  border: 0;
  color: #5f6b71;
}
#bookero_form_date_choose > ul > li span.no-terms,
#bookero_form_date_choose > ul > li span.no-terms:hover {
  cursor: initial;
  color: #d8d8d8;
  background: white;
}
#bookero_form_date_choose > ul > li span i {
  font-style: normal;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 2px 10px 0;
  font-size: 0.9em;
  pointer-events: none;
}
li.languages ul {
  padding: 0;
  margin: 0 -3px;
  list-style: none;
  white-space: nowrap;
}
li.languages ul .language-label {
  border: 1px transparent solid;
  margin: 0 4px;
}
li.languages ul .language-label.active {
  border-color: #305f88;
}
li.languages ul .language-label a {
  display: block;
  vertical-align: middle;
  width: 18px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  transition: 0.5s ease all;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
li.languages ul .lang-pl a {
  background-image: url('../../images/front/flags/pl.png');
}
li.languages ul .lang-en a {
  background-image: url('../../images/front/flags/en.png');
}
li.languages ul .lang-de a {
  background-image: url('../../images/front/flags/de.png');
}
li.languages ul .lang-it a {
  background-image: url('../../images/front/flags/it.png');
}
li.languages ul .lang-ru a {
  background-image: url('../../images/front/flags/ru.png');
}
#bookero_agree_tp_container.error span {
  color: #d80303;
}
.cookies {
  background: #fff;
  bottom: 0;
  font-size: 16px;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 10000001;
  padding: 10px 25px;
  box-shadow: 5px -5px 15px #000000;
}
.cookies .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  color: #5f6b71;
}
.cookies .wrapper .close {
  cursor: pointer;
  right: 40px;
  position: absolute;
}
.cookies .wrapper .close .icon {
  color: #000;
  height: 22px;
  width: 22px;
  font-weight: bold;
  cursor: pointer;
}
.cookies .wrapper .close:active .icon,
.cookies .wrapper .close:focus .icon,
.cookies .wrapper .close:hover .icon {
  color: #305f88;
}
/* media screen 1600 1320 1040 840 720 560 320 */
@media screen and (max-width: 1360px) {
  .cookies .wrapper .close {
    right: 13px;
  }
}
@media screen and (max-width: 1040px) {
  .cookies .wrapper {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 720px) {
  .cookies {
    font-size: 14px;
  }
  .cookies .wrapper {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .cookies .wrapper {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .cookies {
    height: auto;
    padding: 5px 0px;
  }
  .cookies .wrapper {
    padding: 0 40px 0 20px;
  }
}
@keyframes spinner {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 900px) {
  #bookero_form_date_choose > ul > li {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 580px) {
  #bookero_form_date_choose > ul > li {
    width: 50%;
  }
}
/* --------------------------------------------------------------------- */
/* > 13.12.2016      END                                                 */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* > RWD                                                                 */
/* --------------------------------------------------------------------- */
@media (max-width: 1100px) {
  body {
    background: #305f88;
  }
  .hamburger-switch {
    display: block;
  }
  header .page {
    padding: 0 15px;
  }
  header nav .logo-mobile {
    display: block;
    float: left;
    max-width: 180px;
  }
  header nav .logo-mobile img {
    max-width: 100%;
    max-height: 40px;
  }
  header nav > ul {
    left: auto !important;
    min-height: 230px;
    display: block;
    position: fixed;
    top: 96px;
    height: calc(100% - 40px -  76px );
    width: 64%;
    right: 3%;
    background: #ffffff;
    padding: 20px;
    margin: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transform: scale(0.5, 0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5, 0.5);
    /* Chrome, Safari, Opera */
    transform: scale(0.5, 0.5);
    opacity: 0;
    pointer-events: none;
  }
  header nav > ul > li.left-items,
  header nav > ul > li.right-items {
    padding: 0;
    width: 100%;
  }
  header nav > ul > li.logo {
    display: none;
  }
  header nav > ul > li .sub-menu li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #305f88;
    margin: 0;
    text-align: left;
  }
  header nav > ul > li .sub-menu li.logo {
    display: none;
  }
  header nav > ul > li .sub-menu li a:hover {
    background: #ffffff;
    color: #305f88;
  }
  header nav > ul > li.languages {
    float: right;
    margin-top: 10px;
    position: static;
  }
  header nav > ul > li.languages .language-label a {
    width: 36px;
    height: 24px;
  }
  .menu-expanded #sections-container {
    opacity: 0.8;
    transform: translate(-70%, 0);
    -moz-transform: translate(-70%, 0);
    -webkit-transform: translate(-70%, 0);
    -o-transform: translate(-70%, 0);
  }
  .menu-expanded header nav > ul {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
    opacity: 1;
    pointer-events: all;
  }
  .page,
  .payments-page {
    padding: 0 5%;
  }
  section.reservation .col-6 {
    width: 40%;
    display: inline-block;
    float: left;
  }
  section.reservation .col-6:nth-child(odd) {
    width: 58%;
    margin-left: 2%;
    float: none;
  }
}
@media (max-width: 880px) {
  /* --------------------------------------------------------------------- */
  /* > 13.12.2016                                                          */
  /* --------------------------------------------------------------------- */
  section.textimage:not(.background) .image.left,
  section.textimage:not(.background) .image.right {
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  section.textimage:not(.background) .text {
    width: 100%;
  }
  section.textimage:not(.background) .text h2,
  section.textimage:not(.background) .text header {
    margin-top: 0.5em;
  }
  section.textimage:not(.background) .text p {
    text-align: left;
  }
  /* --------------------------------------------------------------------- */
  /* > 13.12.2016      END                                                 */
  /* --------------------------------------------------------------------- */
  section.reservation .col-6 {
    width: 100%;
    float: none;
    text-align: center;
  }
  section.reservation .col-6:nth-child(odd) {
    width: 100%;
    margin-left: 0%;
  }
  section.reservation .bookero_form_line {
    width: 80%;
    margin: 5px 10%;
  }
  section.reservation .bookero_form_line label {
    text-align: left;
  }
  footer .payments-page {
    display: block;
  }
  footer .payments-page .payments {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .payments-page .payments span {
    float: none;
    display: block;
  }
  footer .payments-page .copyright {
    padding-top: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 740px) {
  #bookero_inquiry_info .bookero_inquiry_box {
    width: 95%;
    left: 2.5%;
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  #sections-container.has-menu {
    margin-top: 50px;
  }
  #sections-container.has-menu section.full_width {
    min-height: calc(100vh -  50px );
  }
  header.top-nav {
    padding: 10px;
  }
  header nav .logo-mobile img {
    max-height: 30px;
  }
  header nav ul {
    padding: 0;
    top: 70px;
    height: calc(100% - 40px -  60px );
  }
  header nav ul li a {
    line-height: 30px;
  }
  .hamburger-switch {
    top: 5px;
  }
  section.reservation .bookero_form_line {
    width: 100%;
    margin: 0 0;
  }
  section.reservation .bookero_form_line label {
    width: 100%;
    text-align: left;
  }
  section.reservation .bookero_form_line > div {
    width: 100%;
  }
  section.reservation .bookero_form_line.bookero-time > div {
    width: 48%;
    margin-right: 2%;
  }
  section.reservation .bookero_form_line.bookero-time > div:last-child {
    margin-right: 0;
    margin-left: 2%;
  }
  section.reservation .bookero_form_line.bookero-submit > div {
    width: 100%;
    text-align: center;
  }
  section.reservation .bookero_form_line.bookero-submit button {
    margin: 30px 0 0;
    float: none;
    display: inline-block;
  }
  section.price-list ul.table {
    display: inline-block;
    width: 100%;
  }
  section.price-list ul.table > li {
    display: inline-block;
    width: 100%;
    float: left;
  }
  section.price-list ul.table > li:first-child > div {
    border: none;
    border-bottom: 1px solid #dddad9;
  }
  section.price-list ul.table > li.header {
    display: none;
  }
  section.price-list ul.table > li > div {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #dddad9;
  }
  section.price-list ul.table > li > div:first-child {
    border-left: none;
  }
  section.price-list ul.table > li > div span {
    float: right;
    width: 70%;
    padding: 0 15px;
    text-align: left;
  }
  section.price-list ul.table > li > div span.mobile-header {
    float: left;
    display: block;
    width: 30%;
    font-weight: bold;
  }
  section.price-list ul.table > li:last-child > div span {
    border-bottom: 0;
  }
  section.price-list ul.tabs li {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  section.price-list ul.tabs li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 580px) {
  section.price-list ul.table > li > div span {
    width: 60%;
    font-size: 0.9em;
  }
  section.price-list ul.table > li > div span.mobile-header {
    width: 40%;
  }
  section.price-list ul.tabs li {
    font-size: 0.9em;
  }
  section.gallery .gallery-row > div {
    width: 48%;
  }
}
@media (max-width: 380px) {
  section.gallery .gallery-row > div {
    width: 100%;
    margin: 1% 0;
  }
}
@media (max-width: 540px) {
  .bookero-plugin-disable-scroll .top-nav {
    display: none!important;
  }
}
