.banner-container{
  height:100vh;
  background: url('../img/banner-img.jpg');
  background-repeat: no-repeat;
  background-position-y:50%;
  background-position-x:center;
  position: relative;
}
.banner-container .button-bottom-container{
  position: absolute;
  bottom: 0;
  left: 0;
}
.button-bottom-container .button-bottom-wpr{
  position: relative;
  text-align: center;
}
.button-bottom-container .button-bottom-wpr a{
  background-color: rgba(45,188,20,0.80);
  background-image: url(../img/bring-down.png);
  background-position-x: center;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding: 35px 40px;
  display: block;
  width: 50px;
  margin: 0 auto;
}
.banner-container .banner-content{
  text-align: center;
}
.banner-content .top-img-content{
    margin-bottom:20px;
    margin-top:136px;
}
.banner-content p {
    font-family: 'AgencyReg';
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
}
.half-sections{
  padding:50% 0 0 0;
}
.half-sections.facility-content{
  background:#c3debf;
  position: relative;
}
.facility-content .facility-content-wpr{
  height:100%;
  position: absolute;
  top:0;
  left:0;
  padding:20px 20px;
}
.facility-content-wpr .facility-content-container{
  height:100%;
  border:2px solid #fff;
  text-align: center;
}
.facility-content-container p{
  font-family: "Century Gothic";
  padding:0 40px;
}
.content-devider{
  height:8px;
  width:54px;
  background:#2dbc14;
  margin:15px auto;
}
.facility-content-container img{
  margin-top:30px;
}
.half-sections.facility-img{
  background:url('../img/banner-facilities.jpg');
  background-position-y:50%;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}
.half-sections.facility-img::before{
  position: absolute;
  top: 35%;
  left:0;
  content: url('../img/arrow-right.png');
}
.half-sections.chef-content{
  background:#fff;
  position: relative;
  height: 100%;
}

.chef-content .chef-content-wpr{
  height:100%;
  position: absolute;
  top:0;
  left:0;
  background:#fff;
  padding:20px 20px;
}
.chef-content-wpr .chef-content-container{
  height: 100%;
  background:#c3debf;
  text-align: center;
}
.chef-content-container img{
  margin-top:60px;
  margin-bottom:20px;
}
.chef-content-container p{
  font-family: "Century Gothic";
}
.half-sections.chef-img{
  background:red;
  position: relative;
  background:url('../img/chef-bg.jpg');
  background-position-y:50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.chef-img img.chef-norka{
  position: absolute;
  bottom:0;
  left:-20px;
}
.chef-img img.banner-ribbon{
  position: absolute;
  bottom:0;
  right:0;
}
.half-sections.chef-img::before{
  position: absolute;
  top: 35%;
  right:0;
  content: url('../img/arrow-left.png');
  z-index: 1;
}
.video-container{
  height:100vh;
  background:url('../img/video-bg.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  text-align: center;
  vertical-align: middle;
  display: table;
}
.video-container a{
  display: table-cell;
  vertical-align: middle;
}
.video-container a img{
  opacity: 0.70;
}
.video-container a img:hover{
  opacity: 1;
}
.map-container{
  height:50vh;
}
