html {
  overflow-y: scroll;
}
body.master-layout form.booking-form.desktop input[type="submit"] {
  background: #F6CDCD;
  color: #000;
}
body.master-layout form.booking-form.desktop input[type="submit"]:hover {
  background: #D8D8D8;
}
body.master-layout .booking_area .title {
  color: #000;
}
body.master-layout.home section.wide .overlay h1 {
  color: #BFBFBF;
  text-transform: none;
}
.flexslider {
  border: 0px solid #fff !important;
  margin: 0 !important;
}
body.master-layout .booking_container {
  background: #D8D8D8;
  margin-top: 0 !important;
}
body.master-layout.room .z-content {
  text-align: left;
}
body.master-layout.room .booking_area {
  margin: 0px auto !important;
}
body.master-layout header.main.desktop div.middle {
  background: #F6CDCD;
}
body.master-layout a.booking-form-toggle {
  background: #D8D8D8;
  color: #000;
}
body.master-layout a.booking-top-menu {
  display: block;
  float: left;
  margin: 0 0 0 1em;
  background: #D8D8D8;
  color: #000;
  text-transform: uppercase;
  padding: 0.82rem 1rem;
  font-size: 0.8rem;
  text-align: left;
  text-decoration: none;
}
body.master-layout header.main.desktop div.language-selector {
  background: #D8D8D8;
}
body.master-layout header.main.desktop div.language-selector a {
  color: #000;
  font-size: 0.8rem;
  text-align: left;
}
body.master-layout.home section.rooms-list {
  padding: 0;
}
body.master-layout section.wide .overlay {
  padding-bottom: 0;
}
.z-tabs.horizontal {
  font: 16px sans-serif;
}
.uk-form-horizontal .uk-form-label {
  font-size: 14px;
}
.uk-form input:not([type]):focus,
.uk-form input[type=text]:focus,
.uk-form input[type=password]:focus,
.uk-form input[type=email]:focus,
.uk-form input[type=url]:focus,
.uk-form input[type=search]:focus,
.uk-form input[type=tel]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=datetime]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=week]:focus,
.uk-form input[type=color]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
  border-color: #D8D8D8;
  background: #D8D8D8;
}
body.master-layout header.main.desktop .header-text a,
body.master-layout header.main.desktop .header-text,
.main-menu a {
  color: #000 !important;
}
body.master-layout nav.main.desktop>ul>li.active>a,
body.master-layout nav.main.desktop >ul>li:hover >a,
body.master-layout nav.main.desktop>ul>li.hover>a {
  border-bottom: 2px solid #000;
  text-decoration: none;
}
body.master-layout header.main.desktop div.language-selector {
  margin-top: 1em;
}
body.master-layout.home section.rooms-list .owl-buttons svg path {
  fill: #000000;
}
body.master-layout.home section.rooms-list .owl-theme .owl-controls .owl-page span {
  background: #000000;
}
body.master-layout.home section.rooms-list .title {
  color: #000000;
}
body.master-layout.contact div.custom.contact label {
  font: normal normal 300 1em 'Open Sans';
  color: #000001;
  margin: 0 0 0.5em 0;
}
body.master-layout.contact div.custom.contact input[type="text"],
body.master-layout.contact div.custom.contact textarea {
  border: 1px solid lightgrey;
  padding: 0 0.5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fffffe;
  color: grey;
  height: 41px;
  margin: 0;
}
body.master-layout.contact div.custom.contact input[type="text"]:focus,
body.master-layout.contact div.custom.contact textarea:focus {
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3) inset;
}
body.master-layout.contact div.custom.contact textarea {
  height: 10.9em;
  padding: 1em 0.5em;
}
body.master-layout.contact div.custom.contact .error input[type="text"],
body.master-layout.contact div.custom.contact .error .custom.dropdown,
body.master-layout.contact div.custom.contact .error textarea {
  border: 1px solid red;
}
body.master-layout.contact div.custom.contact .captcha img {
  position: absolute;
  right: 23px;
  top: 2px;
  height: 37px;
}
body.master-layout.contact div.custom.contact input[type="submit"] {
  background: #000;
  color: #fffffe;
  border: 1px solid lightgrey;
  font-size: 1.125rem;
  text-transform: uppercase;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  margin-bottom: 0 !important;
  padding: 0.5em 1em;
  width: 100%;
  height: 41px;
}
body.master-layout.contact div.custom.contact input[type="submit"]:hover {
  background: #d8d8d8;
  color: #000;
}
body.master-layout.contact div.custom.contact br {
  display: none !important;
}
body.master-layout.contact div.custom.contact .captcha input[type="text"] {
  width: 60% !important;
}
body.master-layout.contact div.custom.contact {
  margin: 3rem auto 2rem auto;
}
body.master-layout.contact div.custom.contact .columns {
  margin-bottom: 10px;
}
body.master-layout.contact .overlay {
  display: none !important;
}
body.master-layout footer.main div.upper {
  background: #000;
}
form.newsletter-form input[type=submit] {
  background: #D8D8D8;
  color: #000;
}
form.newsletter-form input[type=submit]:hover {
  background: #F6CDCD;
  color: #000;
}
body.master-layout div.social-block li:hover a {
  color: #F6CDCD;
}
body.master-layout div.social-block li a:hover {
  text-decoration: none;
}
.prefooter {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.prefooter .inner_grey {
  padding: 60px 0px;
  background-color: rgba(216,216,216,0.6);
}
span.big_text_pre_footer {
  font-size: 50px;
  text-transform: uppercase;
  margin: 0 auto;
  color: #fffffe;
  position: relative;
  z-index: 1;
  font-weight: 300;
}
span.small_text_pre_footer {
  margin: 0 auto 1em auto;
  font-size: 16px;
  color: #fffffe;
  position: relative;
  z-index: 1;
}
.prefooter .button_text_pre_footer {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0.75em 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  margin-top: 1em;
  display: inline-block;
  background: #F6CDCD;
  color: #000;
  text-decoration: none;
}
.prefooter .button_text_pre_footer:hover {
  background: #D8D8D8;
}
body.master-layout div.check-out-our-reviews a,
body.master-layout div.check-out-our-reviews a:hover {
  color: #000000;
  border-bottom: 2px dotted #000000;
}
body.master-layout header.logo.mobile {
  margin-top: 70px;
}
body.master-layout header.main.mobile {
  background: #F6CDCD;
  color: #000 !important;
}
body.master-layout header.main.mobile div.toolbox-mobile a.booking-form-toggle-mobile {
  background: #D8D8D8;
  color: #000;
}
.two-columns {
  columns: 2;
}
@media (max-width: 575px) {
  .two-columns {
    columns: 1;
  }
}
