@charset "utf-8";
/* CSS Document */

.content-1 {
    /* background-image: url(../img/bg-img/amenities.jpg); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/attraction-parallax.jpg); */
    height: 297px;
    /* width: 100%; */
    /* background-attachment: fixed; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    background-size: cover;
}



.mfp-hide {
    display: none!important;
}
.content-1 > .button {
    padding: 20px 40px;
    border-color: #f3f3f3;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "museo-sans", Arial, Verdana;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
	color:#fff;
}
.content-1 > .button {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
}
.content-1 > .button .fa {
    margin-left: 20px;
}
.content-1 > .button:hover {
    background-color: rgba(0,0,0,0.2); 
	color:#fff;
}

.span-1 {
    font-size: 23px;
    font-size: 2.3rem;
    display: block;
    font-family: "museo-sans", Arial, Verdana;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
}

.content-1 > .content {
  text-align: center;
}

.content-1 > .more{
	color:#fff;
	font-size:36px;
	padding-left: 10%;
	
}

.content-1 > .more:hover{
	color:#fff;
	font-size:36px;
	transform:scale(1.5);
	
}

#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

@media only screen and (max-width:769px){
#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 100%;
    left: 30%;
    /* margin-left: -30%; */
    top: 20%;
    background-color: #fff;
}
}


#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -11px;
    z-index: 998;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    background-color: #f00;
    line-height: 25px;
    color: #fff;
    opacity: 1 !important;
    padding: 2px;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #ffffff;
}