@import url('//fonts.googleapis.com/css?family=Abel');
@import "less-custom/style.less";
.img-thumbnail {
  border-color: #dfd8c9;
  border-radius: 3px;
  background-color: transparent;
}
.text-xlg {
  font-size: 2em;
}
.text-lg {
  font-size: 1.5em;
}
.text-md {
  font-size: 1.3em;
}
.text-sm {
  font-size: 0.9em;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 20px;
}
.m-l {
  margin-left: 20px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-m-l {
  margin-left: 0px;
}
.m-b {
  margin-bottom: 20px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-t {
  margin-top: 20px;
}
.m-t-sm {
  margin-top: 10px;
}
.n-m {
  margin: 0px 0px 0px 0px;
}
.b-t {
  border-top: solid 1px #dfd8c9;
  margin-top: 10px;
  padding-top: 10px;
}
.va-md {
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.inline-block {
  display: inline;
}
.input-xs {
  height: 22px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-icon {
  position: relative;
}
.input-icon .fa {
  position: absolute;
  right: 14px;
  top: 10px;
  color: #5f574f;
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  pointer-events: none;
}
.btn-xlg {
  font-size: 1.8em;
  line-height: 2em;
}
.btn-xlg .fa {
  font-size: 0.8em;
}
.tooltip > .tooltip-inner {
  padding: 15px;
}
.ui-datepicker {
  display: none;
  z-index: 50 !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #dfd8c9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #c7c2bc;
  -webkit-transition: background-color .5s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ee1c25;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4);
}
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
body.hs_iframe div.wrapper {
  padding: 0px !important;
}
body.hs_iframe div #hs-booking {
  padding: 15px !important;
}
body.hs_iframe div #hs-variants {
  padding: 0px !important;
}
body.hs_iframe .m-b .entire-header.nobb.m-b {
  padding: 15px !important;
}
body.hs_iframe div #HSBooking-Prezentacja {
  padding: 15px !important;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  body.hs_iframe div.wrapper {
    padding: 0px !important;
  }
  body.hs_iframe div #hs-booking {
    padding: 45px !important;
  }
  body.hs_iframe .m-b .entire-header.nobb.m-b {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  body.hs_iframe div #HSBooking-Prezentacja {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  body.hs_iframe div #hs-variants {
    padding: 0px !important;
  }
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.btn-primary {
  background-color: #988f85;
  border-color: #7f766b;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #8c8277;
  border-color: #71695f;
  transform: scale(1.02);
  transition-timing-function: ease-in;
  transition-duration: 100ms;
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-in;
  -moz-transition-duration: 100ms;
  color: white;
}
.btn-success {
  background-color: #ee1c25;
  border-color: #c80f17;
}
.btn-success,
.btn-success > i.fa:before {
  color: white;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #e0111a;
  border-color: #b00d14;
  transform: scale(1.02);
  transition-timing-function: ease-in;
  transition-duration: 100ms;
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-in;
  -moz-transition-duration: 100ms;
  color: white;
}
a.btn-link.btn-block.many-rooms-hs::after {
  background: #e0111a !important;
}
.promoOffer-package {
  text-transform: uppercase;
}
.btn-info-outline {
  border-color: #e0111a !important;
  color: #e0111a !important;
  background-color: unset !important;
  border: 1px solid #e0111a !important;
}
.btn-info-outline:hover,
.btn-info-outline:active,
.btn-info-outline:focus {
  background-color: #e0111a !important;
  border-color: #e0111a !important;
  transform: scale(1.02);
  transition-timing-function: ease-in;
  transition-duration: 100ms;
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-in;
  -moz-transition-duration: 100ms;
  color: white !important;
  border: 1px solid #e0111a !important;
}
#date-to-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#date-to-select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: white;
  position: absolute;
  right: 24px;
  text-align: center;
  top: 35px;
  padding-top: 5px;
  z-index: 1;
  width: 32px;
  height: 34px;
  pointer-events: none;
  font-size: 22px;
  vertical-align: middle;
  line-height: 25px;
  min-width: 15px;
  background: #ee1c25;
  border-radius: 3px;
}
@media (max-width: 900px) {
  #date-to-select:after {
    right: 62px;
  }
}
@media (max-width: 750px) {
  #date-to-select:after {
    top: 30px;
  }
}
@media (max-width: 559px) {
  #date-to-select:after {
    top: 30px;
  }
}
@media (max-width: 380px) {
  #date-to-select:after {
    right: 39px;
  }
}
.btn-gray {
  background-color: #f2efe9;
}
.btn-link {
  color: #5f574f;
}
.btn.btn-link .fa {
  color: #5f574f;
}
.btn,
.input-group-lg>.input-group-btn>.btn {
  border: 0px;
  border-radius: 3px;
}
.input-group-lg>.input-group-btn>.btn {
  margin-top: 0px !important;
}
.btn .fa {
  color: white;
}
.btn.btn-primary .fa {
  color: white;
}
.btn.btn-success .fa {
  color: white;
}
.btn-default {
  background-color: #f2efe9;
  border-color: #dfd8c9;
}
.btn-default {
  box-shadow: inset 0 -1px 1px #f2efe9;
  border: solid 1px #ccc7c1;
  color: #5f574f;
}
.btn-default .fa {
  color: #5f574f;
}
.btn-default:hover {
  box-shadow: none;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active {
  background-color: #8c8277;
  border-color: #71695f;
  transform: scale(1.02);
  transition-timing-function: ease-in;
  transition-duration: 100ms;
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-in;
  -moz-transition-duration: 100ms;
  color: white;
}
.btn-default:hover .fa,
.btn-default:active .fa,
.btn-default:focus .fa,
.btn-default.active .fa {
  color: white;
}
.btn .fa {
  pointer-events: none;
}
.btn-size-resp {
  font-size: 14px;
}
.btn-xlg {
  padding-left: 15px;
  padding-right: 15px;
}
.alert-danger {
  background-color: #a62323;
  border-color: #a62323;
}
.alert-danger,
.alert-danger * {
  color: white;
}
.regulamin .has-error {
  border: solid 2px #a62323;
  border-radius: 3px;
  padding: 10px;
}
.regulamin .form-control-feedback {
  display: none !important;
}
.has-feedback .form-control-feedback {
  top: 10px !important;
}
.has-feedback select.form-control {
  padding-right: 0px;
}
.alert-danger {
  position: relative;
}
.alert .btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.regulamin.error {
  padding: 5px;
}
.form-control {
  border-radius: 3px;
}
.form-group {
  margin-bottom: 10px;
}
.input-group .form-control {
  height: 32px;
}
.input-group-lg .form-control {
  height: 46px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-control,
select,
option {
  background-color: #f2efe9;
  border-color: #f2efe9;
  color: #5f574f;
}
.form-control:focus {
  border-color: #ee1c25;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(238,28,37,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: pointer;
  font-size: 1.4em;
  width: 100%;
  background-color: #f2efe9;
  border-color: #f2efe9;
  color: #5f574f;
}
.flag-s #date-select .select-btn.select-btn-dec,
.flag-s #date-select .select-btn.select-btn-inc,
.flag-s #date-select .select-btn.select-btn-dec2,
.flag-s #date-select .select-btn.select-btn-inc2 {
  background-color: #f2efe9;
}
#date-select .form-control[disabled],
#date-select .form-control[readonly],
#date-select fieldset[disabled] .form-control {
  background-color: #f2efe9;
  border-color: #f2efe9;
  color: #5f574f;
}
.form-control[disabled].highlight,
.form-control[readonly].highlight,
fieldset[disabled] .form-control.highlight {
  background-color: #ee1c25;
  color: white;
  border-color: #ee1c25;
}
.form-control[disabled].highlight + .fa,
.form-control[readonly].highlight + .fa,
fieldset[disabled] .form-control.highlight + .fa {
  color: white;
}
.input-group-addon {
  border: 0px;
  background: #988f85;
  color: white;
}
label {
  font-weight: normal;
}
.form-inline label {
  margin-bottom: 0px;
  vertical-align: middle;
}
ul.btn-group li {
  list-style: none;
  display: inline-block;
}
ul.btn-group li a {
  margin: 0px;
  margin-left: 0px;
}
ul.btn-group li.active .btn-primary {
  background-color: #ee1c25;
  border-color: #c80f17;
}
ul.btn-group li:first-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
ul.btn-group li:last-child a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
ul.btn-group li .fa-check {
  display: none;
}
ul.btn-group li.active .fa-check {
  display: inline;
}
.options_header_form {
  margin-bottom: 15px;
}
.regulamin {
  border-top: solid 1px #f2efe9;
  border-bottom: solid 1px #f2efe9;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.regulamin label {
  display: inline;
}
.regulamin a {
  color: #ee1c25;
  text-decoration: underline;
}
.regulamin a:hover {
  color: #f24b53;
}
.newsletter-legal {
  color: rgba(95,87,79,0.65);
  font-size: 0.7em;
  text-align: center;
  margin-top: 5px;
}
.stay-range-select {
  width: auto;
  min-width: 200px;
  float: left;
  margin-right: 20px;
}
.stay-range-select,
.stay-range-select option {
  background: #ee1c25;
  color: white;
  font-size: 1.4em;
  line-height: 1.4em;
  height: 40px;
}
.calendar-info-offer-name {
  line-height: 40px;
}
.check-size {
  padding: 0px !important;
}
#date-select {
  padding: 10px 0px 10px 0px;
  background-color: #e3e0dd;
  border-radius: 3px;
  color: white;
  border-color: #ccc7c1;
}
#date-select .input-icon {
  width: 55%;
  display: inline-block;
}
#date-select .input-icon input {
  text-align: center;
  padding-right: 28px;
}
#date-select label.text-md {
  color: #988f85;
  font-size: 1em;
}
.hs-guest-types-toggle input[type="radio"] {
  display: none;
}
*[data-hs-control="guest-types"] {
  display: inline-block;
  text-align: right;
  max-width: 300px;
}
.popover {
  width: 260px;
  max-width: 260px;
}
.popover label {
  line-height: 34px;
}
.popover .guest-types-selects label.label-control {
  line-height: 20px;
}
.state-multi .guest-types-column {
  display: none;
}
.hs-spinner.one-btn button {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  width: 100%;
}
.hs-spinner.input-group-lg.one-btn button {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.hs-spinner {
  width: 120px;
}
.hs-spinner.input-group-lg {
  width: 150px;
}
.hs-spinner input {
  width: 100% !important;
  text-align: center;
}
.hs-spinner.one-btn .input-group-btn {
  width: auto;
}
.hs-spinner .fa-plus {
  font-size: 0.8em;
  vertical-align: middle;
}
.hs-spinner .form-control {
  color: #5f574f;
}
.hs-popover-content {
  display: none;
}
.panel.panel-default {
  background: transparent;
  border-color: #dfd8c9;
  border-width: 1px;
  border-radius: 5px;
}
.panel-default>.panel-heading {
  border-color: #dfd8c9;
}
.popover-content ul {
  margin-left: 20px;
}
.popover-content b {
  color: #5f574f;
}
.popover {
  background: white;
}
.popover-content {
  background: white;
}
.popover-title {
  background: #f5f5f5;
  border-color: #ebebeb;
}
.popover.top>.arrow:after {
  border-top-color: white;
}
.modal-content {
  background-color: white;
}
.jumbotron {
  padding: 20px 30px 20px 20px;
  background-color: #f2efe9;
}
.jumbotron h1 {
  font-size: 2em;
  margin: 0px;
  text-align: left;
}
.jumbotron p {
  margin-bottom: 0px;
}
.jumbotron .fa-stack {
  margin-top: -10px;
}
.jumbotron .fa-stack .fa-circle {
  color: #988f85;
}
.jumbotron .pull-right {
  margin-top: -10px;
}
.ul-check li {
  padding-left: 20px;
}
.ul-check li:before {
  font-family: 'FontAwesome';
  content: "\f058";
  color: #ee1c25;
  margin-right: 10px;
}
.well {
  background-color: #988f85;
  color: white;
  border: solid 1px #8c8277;
}
.nav-tabs a {
  cursor: pointer;
}
.nav-tabs a:hover {
  color: #5f574f;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: white;
}
body {
  background-color: white;
}
* {
  font-family: "Open Sans";
}
.boxHld {
  position: fixed;
  right: 0;
  top: 50%;
  height: 120px;
  width: 120px;
  box-shadow: 5px -5px 5px rgba(0,0,0,0.5);
  display: none;
}
.box {
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}
.box1 {
  background: #5f574f;
}
.box2 {
  background: #f2efe9;
}
.box3 {
  background: #e3e0dd;
}
.box4 {
  background: #988f85;
}
.box5 {
  background: #ee1c25;
}
.box6 {
  background: #988f85;
}
.box7 {
  background: #ee1c25;
}
.hs-quickbook-html[data-hs-form="quickbook"] form input[type="text"] {
  display: none;
}
.hs-quickbook-html[data-hs-form="quickbook"] form * {
  box-sizing: border-box;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div {
  float: left;
  width: 50%;
  text-align: center;
  padding-right: 5px;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div > div {
  text-transform: uppercase;
  margin-top: 15px;
  float: left;
  width: 100%;
  background: white;
  color: #988f85;
  transition: background-color .5s;
  cursor: pointer;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div > div:hover {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  background: #ee1c25;
  color: white;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div > div > span,
.hs-quickbook-html[data-hs-form="quickbook"] form > div > div > strong {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div > div > span {
  font-weight: normal;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div > div > strong {
  width: 80%;
  margin-left: 10%;
  border-color: rgba(207,180,153,0.3);
  border-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  font-size: 30px;
  line-height: 34px;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > div:nth-child(2) {
  float: right;
  padding-left: 5px;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > button {
  text-transform: uppercase;
  float: left;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  color: #988f85;
  margin-top: 15px;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  border: none;
  background: none;
}
.hs-quickbook-html[data-hs-form="quickbook"] form > button:hover {
  color: #B8292F;
}
