html {
  overflow-y: scroll;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
/* ########## Header ########## */
#header {
  position: relative;
}
#header .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 100%;
  box-sizing: border-box;
}
/* ########## Content ########## */
#main {
  padding-top: 80px;
  padding-bottom: 80px;
}
.vc_row.background-clouds-small {
  background: url("../images/bg-clouds-small.png") no-repeat center 80px / contain;
}
.vc_row.background-clouds-big {
  background: url("../images/bg-clouds-big.png") no-repeat center 80px / contain;
}
.vc_row.background-forms {
  background: url("../images/bg-forms.png") no-repeat right bottom / contain;
}
.vc_row.background-blue-light {
  background-color: #C5EAFC;
}
.vc_row.background-red {
  background-color: #F47169;
  color: #FFFFFF;
}
.vc_row.background-red a {
  color: #FFFFFF;
}
.home #main {
  padding-top: 0;
  padding-bottom: 0;
}
#map {
  position: relative;
}
#map #map-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #FFFFFF;
}
#map #map-content h1,
#map #map-content h2,
#map #map-content h3,
#map #map-content h4,
#map #map-content h5,
#map #map-content h6,
#map #map-content a {
  color: #FFFFFF;
}
#map #map-content .btn {
  border-color: #FFFFFF;
}
#map:after {
  content: "";
  background-color: rgba(136, 199, 39, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#wpgmza_map {
  float: none !important;
}
@supports (mix-blend-mode: multiply) {
  #map:after {
    background-color: #88C727;
    mix-blend-mode: multiply;
  }
}
@supports (clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%)) {
  #map {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
}
#booknow {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
}
/* ########## Footer ########## */
#footer {
  overflow: hidden;
}
#footer-top {
  background-color: #273F5B;
  color: #FFFFFF;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
#footer-top h1,
#footer-top h2,
#footer-top h3,
#footer-top h4,
#footer-top h5,
#footer-top h6,
#footer-top a {
  color: #FFFFFF;
}
#footer-top .vc_row {
  padding-top: 80px;
  padding-bottom: 80px;
}
#footer-bottom {
  text-align: center;
  color: #839DBC;
}
#footer-bottom .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer-bottom a {
  color: #839DBC;
}
#footer-bottom .scrollto-top {
  width: 60px;
  height: 60px;
  line-height: 58px;
  position: absolute;
  top: -30px;
  left: 15px;
  background-color: #F47169;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(244, 113, 105, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#footer-bottom .scrollto-top:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 30px;
}
#footer-bottom .scrollto-top:hover {
  background-color: #f25b51;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
