@font-face {
  font-family: 'veneer';
  src: url("veneer.otf");
  /* IE9 Compat Modes */
  src: url("veneer.otf?#iefix") format("embedded-opentype"), url("veneer.otf") format("opentype");
  /* Super Modern Browsers */
}
/* line 23, ../sass/style.scss */
html,
body {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
}

/* line 31, ../sass/style.scss */
body .mfp-fade {
  z-index: 99999;
}
@media (min-width: 641px) {
  /* line 30, ../sass/style.scss */
  body {
    overflow: hidden;
  }
}
/* line 37, ../sass/style.scss */
body #play_video {
  display: none;
}
/* line 40, ../sass/style.scss */
body .fallback_video {
  display: none;
}
/* line 46, ../sass/style.scss */
body.mobile_touch .fallback_video {
  display: block;
}
@media (min-width: 641px) {
  /* line 46, ../sass/style.scss */
  body.mobile_touch .fallback_video {
    display: none;
  }
}
/* line 52, ../sass/style.scss */
body.mobile_touch #play_video {
  display: block;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  margin-top: -.5em;
  margin-left: -.5em;
}

/* line 65, ../sass/style.scss */
.about_bg {
  background-color: #503766 !important;
}

/* line 69, ../sass/style.scss */
.plan_bg {
  background-color: #DACB2D !important;
}

/* line 73, ../sass/style.scss */
.adventure_bg {
  background-color: #C8A64D !important;
}

/* line 77, ../sass/style.scss */
.romance_bg {
  background-color: #6B1D20 !important;
}

/* line 81, ../sass/style.scss */
.experience_bg {
  background-color: #3A3B39 !important;
}

/* line 85, ../sass/style.scss */
.family_bg {
  background-color: #344980 !important;
}

/* line 89, ../sass/style.scss */
.default_bg {
  background-color: #CE5E49 !important;
}

/* line 95, ../sass/style.scss */
aside.menu_aside {
  height: 100vh;
  width: 450px;
  position: fixed;
  right: 0px;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  background-color: #CE5E49;
  z-index: 99999;
  -webkit-transition: transform 200ms ease-out, background-color 555ms ease;
  margin-top: 0px;
  padding-top: 70px;
  overflow: auto;
  top: 0px;
}
@media (min-height: 640px) and (max-height: 777px) {
  /* line 95, ../sass/style.scss */
  aside.menu_aside {
    padding-top: 50px;
  }
  /* line 114, ../sass/style.scss */
  aside.menu_aside ul li {
    padding: 0.9rem 0px !important;
  }
  /* line 116, ../sass/style.scss */
  aside.menu_aside ul li a {
    font-size: 1.3em !important;
  }
  /* line 120, ../sass/style.scss */
  aside.menu_aside ul li.social_icons {
    margin-top: 1rem !important;
  }
}
@media (max-width: 900px) {
  /* line 95, ../sass/style.scss */
  aside.menu_aside {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  /* line 95, ../sass/style.scss */
  aside.menu_aside {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
  }
}
/* line 139, ../sass/style.scss */
aside.menu_aside ul {
  margin-left: 0px;
  margin-top: 0%;
}
@media (max-width: 640px) {
  /* line 139, ../sass/style.scss */
  aside.menu_aside ul {
    margin-top: 0%;
  }
}
/* line 145, ../sass/style.scss */
aside.menu_aside ul li {
  list-style: none;
  padding: 1.2rem 0px;
  text-align: center;
}
/* line 149, ../sass/style.scss */
aside.menu_aside ul li a {
  outline: none;
  text-transform: uppercase;
  color: white;
  font-size: 1.8em;
  font-family: "Gotham SSm A", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
/* line 158, ../sass/style.scss */
aside.menu_aside ul li a:after {
  position: absolute;
  opacity: 0;
  transition: all 333ms ease-out;
  content: '';
  display: block;
  width: 0%;
  background: url(../assets/leafy_border.png);
  background-repeat: repeat-x;
  height: 15px;
}
/* line 169, ../sass/style.scss */
aside.menu_aside ul li a:hover {
  color: white;
}
/* line 171, ../sass/style.scss */
aside.menu_aside ul li a:hover:after {
  opacity: 1;
  width: 100%;
}
/* line 178, ../sass/style.scss */
aside.menu_aside ul li.social_icons {
  margin-top: 2.4rem;
  padding-top: 0px;
}
/* line 182, ../sass/style.scss */
aside.menu_aside ul li.social_icons a {
  margin: 0px 10px;
}
/* line 184, ../sass/style.scss */
aside.menu_aside ul li.social_icons a:after {
  opacity: 0;
}
/* line 187, ../sass/style.scss */
aside.menu_aside ul li.social_icons a:hover {
  color: white;
}
/* line 189, ../sass/style.scss */
aside.menu_aside ul li.social_icons a:hover:after {
  opacity: 0;
}
/* line 198, ../sass/style.scss */
aside.menu_aside.opened {
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
}

/* line 203, ../sass/style.scss */
.container {
  width: 100%;
  height: 100vh;
  overflow-y: visible;
  overflow-x: hidden;
}
@media (min-width: 641px) {
  /* line 203, ../sass/style.scss */
  .container {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  /* line 211, ../sass/style.scss */
  .container .logo_container {
    position: fixed;
    top: 0px;
    display: block;
    z-index: 1000;
  }
}
/* line 219, ../sass/style.scss */
.container .logo_container .logo {
  position: fixed;
  z-index: 1000;
  width: 380px;
  left: 10px;
  top: 0px;
  padding: 20px;
}
@media (max-width: 640px) {
  /* line 219, ../sass/style.scss */
  .container .logo_container .logo {
    width: 150px;
    left: 10px;
    position: relative;
  }
}
/* line 232, ../sass/style.scss */
.container .logo_container #logo {
  fill: white;
}
/* line 236, ../sass/style.scss */
.container .row {
  height: 100vh;
  width: 100%;
  max-width: 100%;
}
/* line 240, ../sass/style.scss */
.container .row .stack_left {
  padding: 0px;
  height: 100vh;
}
@media (max-width: 640px) {
  /* line 240, ../sass/style.scss */
  .container .row .stack_left {
    height: auto;
  }
}
/* line 246, ../sass/style.scss */
.container .row .stack_left .covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 252, ../sass/style.scss */
.container .row .stack_left .covervid-wrapper .main-play-btn {
  outline: none;
  font-family: "Gotham SSm A", sans-serif;
  font-family: "veneer", sans-serif;
  color: white;
  z-index: 999;
  position: absolute;
  left: 8%;
  top: 220px;
  font-size: 28px;
}
@media (max-width: 1280px) and (max-height: 779px) {
  /* line 252, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper .main-play-btn {
    top: 30%;
  }
}
@media (max-width: 640px) {
  /* line 252, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper .main-play-btn {
    font-size: 6.5vw;
    padding-top: 10px;
    bottom: 20px;
    top: auto;
  }
}
@media (max-height: 700px) {
  /* line 252, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper .main-play-btn {
    bottom: 20px;
    top: auto;
  }
}
/* line 277, ../sass/style.scss */
.container .row .stack_left .covervid-wrapper video {
  min-height: 340px;
  width: 130% !important;
  height: auto !important;
}
@media (min-width: 1801px) and (min-height: 200px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 150% !important;
  }
}

@media (max-width: 1800px) and (min-height: 200px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 230% !important;
    margin-left: 5%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media (max-width: 1280px) and (min-height: 200px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 180% !important;
  }
}

@media (max-width: 900px) and (min-height: 200px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 230% !important;
    height: auto !important;
  }
}
@media (max-width: 900px) and (min-height: 800px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 320% !important;
    height: auto !important;
  }
}

@media (max-width: 700px) and (min-height: 200px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 260% !important;
    height: auto !important;
  }
}

@media (max-width: 640px) {
  /* line 277, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper video {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 640px) {
  /* line 246, ../sass/style.scss */
  .container .row .stack_left .covervid-wrapper {
    position: relative;
  }
}
/* line 330, ../sass/style.scss */
.container .row .stack_right {
  background-color: #3A3A39;
  height: 100vh !important;
  overflow: hidden;
  padding: 0px;
  /*****************************************************************
                              MIXIN 
  *****************************************************************/
  /*****************************************************************
                             END OF  MIXIN 
  *****************************************************************/
  /* spans 2 columns: 22% + 4% + 22% = 48% */
}
@media (max-height: 600px) {
  /* line 330, ../sass/style.scss */
  .container .row .stack_right {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
}
/* line 339, ../sass/style.scss */
.container .row .stack_right .footer_aside {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 330px;
  text-align: center;
  padding: 15px 0px;
  bottom: 0px;
  right: 0px;
  background-color: #CE5E49;
  transition: background-color 555ms ease;
  z-index: 9999999;
}
@media (max-width: 640px) {
  /* line 339, ../sass/style.scss */
  .container .row .stack_right .footer_aside {
    display: none;
    position: relative;
    bottom: 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) and (max-height: 700px) {
  /* line 339, ../sass/style.scss */
  .container .row .stack_right .footer_aside {
    margin-bottom: 0rem !important;
  }
}

@media (max-height: 700px) {
  /* line 339, ../sass/style.scss */
  .container .row .stack_right .footer_aside {
    position: relative;
    bottom: auto;
    margin-bottom: 0.5rem;
  }
}
/* line 365, ../sass/style.scss */
.container .row .stack_right .footer_aside .visitsamoa {
  top: 0px;
  display: inline-block;
}
/* line 371, ../sass/style.scss */
.container .row .stack_right .grid {
  height: 100% !important;
  min-height: 400px;
  background-color: #CE5E49;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 4081px) {
  /* line 452, ../sass/style.scss */
  .container .row .stack_right .grid-sizer,
  .container .row .stack_right .grid-item {
    display: block;
    width: 50%;
    position: relative;
    transition: all 0.4s ease-in;
  }
  /* line 459, ../sass/style.scss */
  .container .row .stack_right .grid-sizer > a,
  .container .row .stack_right .grid-item > a {
    position: absolute;
    color: #fff;
    width: 100%;
    display: block;
    height: 100%;
    outline: none;
    z-index: 10;
  }
  /* line 469, ../sass/style.scss */
  .container .row .stack_right .grid-sizer:hover .read_corner,
  .container .row .stack_right .grid-item:hover .read_corner {
    top: 50%;
    transform: translate3d(-50%, -30%, 0px);
    -webkit-transform: translate3d(-50%, -30%, 0px);
    visibility: visible;
    opacity: 1;
  }
  /* line 475, ../sass/style.scss */
  .container .row .stack_right .grid-sizer:hover .read_corner a:after,
  .container .row .stack_right .grid-item:hover .read_corner a:after {
    opacity: 1;
    width: 100%;
  }
  /* line 479, ../sass/style.scss */
  .container .row .stack_right .grid-sizer:hover .read_corner a:before,
  .container .row .stack_right .grid-item:hover .read_corner a:before {
    opacity: 1;
    width: 100%;
  }
  /* line 483, ../sass/style.scss */
  .container .row .stack_right .grid-sizer .read_corner_hid,
  .container .row .stack_right .grid-item .read_corner_hid {
    display: none;
  }
  /* line 486, ../sass/style.scss */
  .container .row .stack_right .grid-sizer .read_corner,
  .container .row .stack_right .grid-item .read_corner {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate3d(-50%, 120%, 0px);
    -webkit-transform: translate3d(-50%, 120%, 0px);
    visibility: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    text-transform: uppercase;
    font-family: 'veneer';
  }
}
@media (max-width: 4081px) and (max-width: 900px) {
  /* line 486, ../sass/style.scss */
  .container .row .stack_right .grid-sizer .read_corner,
  .container .row .stack_right .grid-item .read_corner {
    display: none;
  }
}
@media (max-width: 4081px) {
  /* line 500, ../sass/style.scss */
  .container .row .stack_right .grid-sizer .read_corner a,
  .container .row .stack_right .grid-item .read_corner a {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    position: relative;
    font-size: 1.6vw;
  }
  /* line 506, ../sass/style.scss */
  .container .row .stack_right .grid-sizer .read_corner a:before,
  .container .row .stack_right .grid-item .read_corner a:before {
    position: absolute;
    opacity: 0;
    transition: all .5s ease-in;
    content: '';
    display: block;
    width: 0%;
    background: url(../images/leafy_border.png);
    background-repeat: repeat-x;
    height: 6px;
    transform: translateY(0px);
    background-size: contain;
  }
  /* line 520, ../sass/style.scss */
  .container .row .stack_right .grid-sizer .read_corner a:after,
  .container .row .stack_right .grid-item .read_corner a:after {
    position: absolute;
    opacity: 0;
    transition: all .5s ease-in;
    content: '';
    display: block;
    width: 0%;
    background: url(../images/leafy_border.png);
    background-repeat: repeat-x;
    height: 6px;
    transform: translateY(-7px);
    background-size: contain;
  }
  /* line 540, ../sass/style.scss */
  .container .row .stack_right .g_it_1 {
    background: url("../images/bg/bg_3_v3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30%;
  }
}
@media (max-width: 4081px) and (min-width: 901px) {
  /* line 540, ../sass/style.scss */
  .container .row .stack_right .g_it_1 {
    background-size: 110% 110%;
  }
  /* line 396, ../sass/style.scss */
  .container .row .stack_right .g_it_1:hover {
    background-size: 115% 115%;
  }
}
@media (max-width: 4081px) {
  /* line 544, ../sass/style.scss */
  .container .row .stack_right .g_it_2 {
    background: url("../images/bg/bg_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30%;
    background-position: 50%;
  }
}
@media (max-width: 4081px) and (min-width: 901px) {
  /* line 544, ../sass/style.scss */
  .container .row .stack_right .g_it_2 {
    background-size: 110% 110%;
  }
  /* line 396, ../sass/style.scss */
  .container .row .stack_right .g_it_2:hover {
    background-size: 115% 115%;
  }
}
@media (max-width: 4081px) {
  /* line 550, ../sass/style.scss */
  .container .row .stack_right .g_it_3 {
    background: url("../images/bg/bg_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30%;
    background-position: 50%;
  }
}
@media (max-width: 4081px) and (min-width: 901px) {
  /* line 550, ../sass/style.scss */
  .container .row .stack_right .g_it_3 {
    background-size: 110% 110%;
  }
  /* line 396, ../sass/style.scss */
  .container .row .stack_right .g_it_3:hover {
    background-size: 115% 115%;
  }
}
@media (max-width: 4081px) {
  /* line 556, ../sass/style.scss */
  .container .row .stack_right .g_it_4 {
    width: 25%;
    height: 20%;
    overflow: hidden;
  }
  /* line 560, ../sass/style.scss */
  .container .row .stack_right .g_it_4 img {
    height: auto;
    max-width: none;
    width: calc(100% + 140px);
    opacity: 0.9;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) and (max-width: 1800px) {
  /* line 560, ../sass/style.scss */
  .container .row .stack_right .g_it_4 img {
    width: calc(100% + 140px);
    transform: translate3d(-90px, 0px, 0px) !important;
    -webkit-transform: translate3d(-90px, 0px, 0px) !important;
  }
}
@media (max-width: 4081px) and (max-width: 1280px) {
  /* line 560, ../sass/style.scss */
  .container .row .stack_right .g_it_4 img {
    width: calc(100% + 110px);
  }
}
@media (max-width: 4081px) and (max-width: 900px) {
  /* line 560, ../sass/style.scss */
  .container .row .stack_right .g_it_4 img {
    width: calc(100% + 280px);
  }
}
@media (max-width: 4081px) and (max-width: 640px) {
  /* line 560, ../sass/style.scss */
  .container .row .stack_right .g_it_4 img {
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) {
  /* line 583, ../sass/style.scss */
  .container .row .stack_right .g_it_4:hover img {
    transform: translate3d(-10px, 0px, 0px);
    -webkit-transform: translate3d(-10px, 0px, 0px);
    opacity: 1;
  }
}
@media (max-width: 4081px) and (max-width: 1024px) {
  /* line 583, ../sass/style.scss */
  .container .row .stack_right .g_it_4:hover img {
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) and (max-width: 640px) {
  /* line 583, ../sass/style.scss */
  .container .row .stack_right .g_it_4:hover img {
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) {
  /* line 599, ../sass/style.scss */
  .container .row .stack_right .g_it_44 {
    width: 25%;
    height: 20%;
    background: url("../images/bg/bg_9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 4081px) and (min-width: 901px) {
  /* line 599, ../sass/style.scss */
  .container .row .stack_right .g_it_44 {
    background-size: 110% 110%;
  }
  /* line 396, ../sass/style.scss */
  .container .row .stack_right .g_it_44:hover {
    background-size: 115% 115%;
  }
}
@media (max-width: 4081px) {
  /* line 604, ../sass/style.scss */
  .container .row .stack_right .g_it_5 {
    background: url("../images/bg/bg_5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 30%;
    background-position: 50%;
  }
}
@media (max-width: 4081px) and (min-width: 901px) {
  /* line 604, ../sass/style.scss */
  .container .row .stack_right .g_it_5 {
    background-size: 110% 110%;
  }
  /* line 396, ../sass/style.scss */
  .container .row .stack_right .g_it_5:hover {
    background-size: 115% 115%;
  }
}
@media (max-width: 4081px) and (min-width: 901px) {
  /* line 604, ../sass/style.scss */
  .container .row .stack_right .g_it_5 {
    background-size: 110% 110%;
  }
  /* line 614, ../sass/style.scss */
  .container .row .stack_right .g_it_5:hover {
    background-size: 115% 115%;
  }
}
@media (max-width: 4081px) {
  /* line 619, ../sass/style.scss */
  .container .row .stack_right .g_it_6 {
    position: relative;
    background: url("../images/bg/bg_6.jpg") no-repeat center center;
    background-size: 110%;
    background-repeat: no-repeat;
    transition: background-size .4s ease-in;
    width: 50%;
    height: 20%;
  }
}
@media (max-width: 4081px) and (min-width: 641px) {
  /* line 619, ../sass/style.scss */
  .container .row .stack_right .g_it_6 {
    background-size: calc(100% + 150px);
  }
  /* line 629, ../sass/style.scss */
  .container .row .stack_right .g_it_6:hover {
    background-size: calc(100% + 50px);
  }
}
@media (max-width: 4081px) {
  /* line 633, ../sass/style.scss */
  .container .row .stack_right .g_it_6:before {
    display: none;
    height: 100%;
    width: 100%;
    border: 1px solid blue;
    position: absolute;
    content: '';
    background: url("../images/bg/bg_6.jpg") no-repeat center center;
    background-size: 110%;
    background-repeat: no-repeat;
    transition: background-size 222ms ease-in;
    -moz-transition: background-size 222ms ease-in;
  }
  /* line 650, ../sass/style.scss */
  .container .row .stack_right .g_it_7 {
    width: 50%;
    height: 20%;
    overflow: hidden;
  }
  /* line 654, ../sass/style.scss */
  .container .row .stack_right .g_it_7:hover img {
    transform: translate3d(-10px, -70px, 0px);
    -webkit-transform: translate3d(-10px, -70px, 0px);
    opacity: 1;
  }
}
@media (max-width: 4081px) and (max-width: 1024px) {
  /* line 654, ../sass/style.scss */
  .container .row .stack_right .g_it_7:hover img {
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) and (max-width: 640px) {
  /* line 654, ../sass/style.scss */
  .container .row .stack_right .g_it_7:hover img {
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) {
  /* line 665, ../sass/style.scss */
  .container .row .stack_right .g_it_7 img {
    height: auto;
    max-width: none;
    width: calc(100% + 50px);
    opacity: 0.9;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transform: translate3d(-30px, -70px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transform: translate3d(-30px, -70px, 0px);    
  }
}
@media (max-width: 4081px) and (max-width: 1398px) {
  /* line 665, ../sass/style.scss */
  .container .row .stack_right .g_it_7 img {
    transform: translate3d(-10px, 0px, 0px) !important;
  }
}
@media (max-width: 4081px) and (max-width: 900px) {
  /* line 665, ../sass/style.scss */
  .container .row .stack_right .g_it_7 img {
    width: calc(100% + 140px);
  }
}
@media (max-width: 4081px) and (max-width: 640px) {
  /* line 665, ../sass/style.scss */
  .container .row .stack_right .g_it_7 img {
    transform: translate3d(-30px, 0px, 0px);
    -webkit-transform: translate3d(-30px, 0px, 0px);
  }
}
@media (max-width: 4081px) {
  /* line 684, ../sass/style.scss */
  .container .row .stack_right .g_it_8 {
    background: url("../images/bg/visit_samoa_stacked.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    background-size: contain;
    height: 20%;
  }
}
@media (max-width: 900px) {
  /* line 330, ../sass/style.scss */
  .container .row .stack_right {
    padding: 0px;
  }
}
/* line 700, ../sass/style.scss */
.container .row .stack_right .navigation {
  width: 60px;
  position: fixed;
  z-index: 999999;
  right: 0px;
  height: 60px;
  line-height: 60px;
  color: white;
  top: 0px;
  background-color: #CE5E49;
  transition: background-color 555ms ease;
  text-align: center;
}
@media (max-width: 640px) {
  /* line 700, ../sass/style.scss */
  .container .row .stack_right .navigation {
    text-align: right;
    position: fixed;
    top: 0px;
    background-color: transparent;
    transition: background 333ms ease-out;
    -webkit-transition: background 333ms ease-out;
  }
  /* line 718, ../sass/style.scss */
  .container .row .stack_right .navigation.scrolled {
    background-color: rgba(0, 0, 0, 0.42);
    padding-top: 15px;
    height: 100px;
  }
  /* line 723, ../sass/style.scss */
  .container .row .stack_right .navigation .visit_samoa_top {
    display: none !important;
  }
}
/* line 727, ../sass/style.scss */
.container .row .stack_right .navigation a {
  text-decoration: none;
  color: white;
}
/* line 731, ../sass/style.scss */
.container .row .stack_right .navigation .visit_samoa_top {
  margin-top: -18px;
  width: 60%;
  display: inline-block;
  right: 0px;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  /* line 731, ../sass/style.scss */
  .container .row .stack_right .navigation .visit_samoa_top {
    margin-left: 10px;
    margin-top: -5px;
  }
}
/* line 742, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  top: 15px;
  margin-left: 5px;
}
@media (max-width: 900px) {
  /* line 742, ../sass/style.scss */
  .container .row .stack_right .navigation .menu-wrapper {
    margin-right: 2px;
    margin-left: 3px;
  }
}
@media (max-width: 640px) {
  /* line 742, ../sass/style.scss */
  .container .row .stack_right .navigation .menu-wrapper {
    margin-right: 10px;
    z-index: 99999;
  }
}
/* line 758, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper .top,
.container .row .stack_right .navigation .menu-wrapper .middle,
.container .row .stack_right .navigation .menu-wrapper .middle2,
.container .row .stack_right .navigation .menu-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  transition: all 200ms ease-out;
}
/* line 768, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper .top {
  top: 0;
}
/* line 771, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper .middle {
  top: calc(35% - 2px);
  transition: all 200ms ease-out;
}
/* line 775, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper .middle2 {
  top: calc(65% - 2px);
  transition: all 200ms ease-out;
}
/* line 780, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper .bottom {
  bottom: 0;
}
/* line 784, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper.open .top {
  top: 40%;
  transform: rotate(-45deg);
}
/* line 789, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper.open .bottom {
  top: 50%;
  transform: rotate(45deg);
}
/* line 793, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper.open .middle {
  top: 40%;
  transform: rotate(-45deg);
}
/* line 797, ../sass/style.scss */
.container .row .stack_right .navigation .menu-wrapper.open .middle2 {
  top: 40%;
  transform: rotate(45deg);
}
/* line 805, ../sass/style.scss */
.container .row .stack_right .mockup_grid {
  display: block;
  margin: 10px auto 0;
  width: auto;
}

/* line 814, ../sass/style.scss */
.samoa_txt {
  padding: 20px;
  font-family: "Gotham SSm A","Gotham SSm B", serif;
  font-size: 13px;
  max-height: 616px;
  overflow-y: auto;
  text-align: left;
}
@media (max-width: 640px) {
  /* line 814, ../sass/style.scss */
  .samoa_txt {
    max-height: none !important;
  }
}
/* line 824, ../sass/style.scss */
.samoa_txt p {
  font-family: "Gotham SSm A","Gotham SSm B", serif;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8rem;
}
/* line 831, ../sass/style.scss */
.samoa_txt p a.read_more {
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: 'veneer';
  font-size: 1.3em;
  padding-top: 5px;
  color: black;
}
@media (max-width: 640px) {
  /* line 814, ../sass/style.scss */
  .samoa_txt {
    margin-top: 50px;
  }
}
/* line 847, ../sass/style.scss */
.samoa_txt h1 {
  font-family: 'veneer';
  font-size: 3em;
  text-align: left;
}

/* line 856, ../sass/style.scss */
.white-popup .row {
  background: white;
}

/* line 865, ../sass/style.scss */
.caption {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 870, ../sass/style.scss */
.caption .bg_before {
  outline: none;
  color: white !important;
  text-align: center;
  font-size: 3vw;
  text-transform: uppercase;
  position: absolute !important;
  z-index: 1000;
  top: 50%;
  transition: all 333ms ease;
  margin: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
  height: auto !important;
  font-family: 'veneer';
  line-height: 0.85em;
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  /* line 870, ../sass/style.scss */
  .caption .bg_before {
    font-size: 4vw;
  }
}
@media (max-width: 640px) {
  /* line 870, ../sass/style.scss */
  .caption .bg_before {
    font-size: 8vw;
  }
}
/* line 897, ../sass/style.scss */
.caption:hover .bg_before {
  opacity: 0;
}
/* line 900, ../sass/style.scss */
.caption:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 922, ../sass/style.scss */
.stunning:before {
  background-color: rgba(218, 141, 73, 0.4);
  transition: all 333ms ease;
}
/* line 926, ../sass/style.scss */
.stunning:hover:before {
  background-color: rgba(162, 118, 74, 0);
}

/* line 931, ../sass/style.scss */
.beyond_a:before {
  background-color: rgba(1, 23, 8, 0.6);
  transition: all 333ms ease;
}
/* line 936, ../sass/style.scss */
.beyond_a:hover:before {
  background-color: rgba(1, 23, 8, 0);
}

/* line 944, ../sass/style.scss */
.dance_nat:before {
  background-color: rgba(82, 105, 156, 0.4);
  transition: all 333ms ease;
}
/* line 948, ../sass/style.scss */
.dance_nat:hover:before {
  background-color: rgba(82, 105, 156, 0);
}

/* line 957, ../sass/style.scss */
.love_a:before {
  background-color: rgba(230, 80, 24, 0.4);
  transition: all 333ms ease;
}
/* line 962, ../sass/style.scss */
.love_a:hover:before {
  background-color: rgba(82, 105, 156, 0);
}

/* line 967, ../sass/style.scss */
.mfp-container {
  overflow-y: scroll;
}

/* line 971, ../sass/style.scss */
.mfp-content {
  text-align: center !important;
}

/* line 975, ../sass/style.scss */
.white-popup {
  display: inline-block;
}

/* line 980, ../sass/style.scss */
.modal_left_area {
  padding-left: 0px !important;
}
/* line 982, ../sass/style.scss */
.modal_left_area > img {
  width: 100%;
}
/* line 987, ../sass/style.scss */
.modal_left_area .mfp-close-2 {
  width: 54px !important;
  height: 54px !important;
  font-size: 48px !important;
  left: 0px !important;
  right: auto !important;
}
@media (max-width: 1024px) {
  /* line 980, ../sass/style.scss */
  .modal_left_area {
    max-height: 700px;
  }
  /* line 997, ../sass/style.scss */
  .modal_left_area .samoa_iconos {
    width: 70% !important;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    left: 50%;
    left: 50%;
  }
}
@media (max-width: 640px) {
  /* line 980, ../sass/style.scss */
  .modal_left_area {
    padding-right: 0px !important;
  }
}
/* line 1011, ../sass/style.scss */
.modal_left_area .samoa_iconos {
  position: absolute;
  background: transparent url("../images/bg/bg_modal_frame_cut.png") repeat scroll 0% 0%/cover;
  background-size: cover;
  background-attachment: initial;
  background-origin: border-box;
  background-repeat: no-repeat;
  height: 150px;
  padding: 0px 15px;
  bottom: 0px;
  background-size: contain;
  width: 95%;
  margin-left: 8px;
}
@media (max-width: 640px) {
  /* line 1011, ../sass/style.scss */
  .modal_left_area .samoa_iconos {
    margin-left: 0px;
    position: absolute;
    background: transparent url("../images/bg/bg_modal_frame_cut.png");
    background-size: cover;
    background-attachment: initial;
    background-origin: border-box;
    background-repeat: no-repeat;
    height: 120px;
    padding: 0px 0px;
    bottom: 0px;
    background-size: 100% 100%;
    width: 90% !important;
  }
}
/* line 1040, ../sass/style.scss */
.modal_left_area .samoa_iconos .places_to {
  position: relative;
  text-align: center;
  height: 80px;
  margin: 4px 0px;
  transform: translate3d(0px, 0%, 0px);
  -webkit-transform: translate3d(0px, 0%, 0px);
}
@media (max-width: 1024px) {
  /* line 1040, ../sass/style.scss */
  .modal_left_area .samoa_iconos .places_to {
    margin: 25px 0px;
  }
}
@media (max-width: 900px) {
  /* line 1040, ../sass/style.scss */
  .modal_left_area .samoa_iconos .places_to {
    margin: 20px 0px;
  }
}
@media (max-width: 640px) {
  /* line 1040, ../sass/style.scss */
  .modal_left_area .samoa_iconos .places_to {
    margin: 8px 0px;
  }
}
/* line 1056, ../sass/style.scss */
.modal_left_area .samoa_iconos .places_to .img_cont {
  height: 50px;
  width: 200px;
  vertical-align: bottom;
  display: table-cell;
}
/* line 1063, ../sass/style.scss */
.modal_left_area .samoa_iconos .places_to span {
  display: block;
  color: #256D61;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "Gotham SSm A","Gotham SSm B",serif;
  padding-top: 5px;
  width: 100%;
}
@media (max-width: 640px) {
  /* line 1063, ../sass/style.scss */
  .modal_left_area .samoa_iconos .places_to span {
    padding-top: 6px;
    line-height: 1.2em;
  }
}
/* line 1078, ../sass/style.scss */
.modal_left_area .samoa_iconos .places_to .mfp-title {
  font-family: "Gotham SSm A","Gotham SSm B",serif;
}
/* line 1081, ../sass/style.scss */
.modal_left_area .samoa_iconos .places_to .mfp-close-btn-in .mfp-close {
  color: white !important;
  opacity: 1;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}
