.menu-fullpage li a, .cp-spot .spot-name, .cp-insta-frame .insta-frame__hdr .point a {
  font-family: 'Dosis', sans-serif;
}

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../img/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/****************************************************
 * PART
 */
.menu-fullpage {
  padding-top: 54px;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 100;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-fullpage li {
  line-height: 1;
  position: relative;
}
.menu-fullpage li:before {
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(90deg, #000000 0%, #000000 15%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(90deg, #000000 0%, #000000 15%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, #000000 0%, #000000 15%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0));
  background-size: 2px 14px;
  width: 2px;
  position: absolute;
  bottom: 0;
  content: '';
}
.menu-fullpage li a {
  display: block;
  position: relative;
  z-index: 100;
}
.menu-fullpage li:nth-child(1) {
  padding-bottom: 28px;
  position: absolute;
  top: 0;
  left: -8px;
}
.menu-fullpage li:nth-child(1):before {
  top: 31px;
  left: 11px;
}
.menu-fullpage li:nth-child(1) [class^="icon"] {
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.menu-fullpage li:nth-child(1) [class^="icon"]:before {
  display: block;
  font-size: 1.625em;
  font-size: 1.625rem;
}
.menu-fullpage li:nth-child(1) a {
  padding-top: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875em;
  font-size: 0.875rem;
  position: relative;
}
.menu-fullpage li:nth-child(1).active a {
  color: #49f1ee;
}
.menu-fullpage li:nth-child(2) {
  display: none;
}
.menu-fullpage li:nth-child(n + 2) {
  width: 8px;
  padding: 0 0 48px;
}
.menu-fullpage li:nth-child(n + 2):before {
  top: 5px;
  left: 3px;
}
.menu-fullpage li:nth-child(n + 2) a {
  background-color: #000;
  height: 8px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.menu-fullpage li:nth-child(n + 2) span {
  display: block;
  padding: 0 6px;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: -moz-calc(100% + 10px);
  right: -webkit-calc(100% + 10px);
  right: calc(100% + 10px);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-fullpage li:nth-child(n + 2) span:after {
  display: block;
  border-width: 9px 5px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -10px;
  content: '';
}
.menu-fullpage li:nth-child(n + 2).active a {
  background-color: #49f1ee;
}
.menu-fullpage li:nth-child(n + 2).active span {
  background-color: #000;
  color: #FFF;
}
.menu-fullpage li:nth-child(n + 2).active span:after {
  border-color: transparent transparent transparent #000;
}
.menu-fullpage li:last-child {
  padding-bottom: 0;
}
.menu-fullpage li:last-child:before {
  display: none;
}

.cp-section {
  background-color: #FFF;
}
.cp-section .block {
  position: relative;
}
.cp-section .block:after {
  display: block;
  clear: both;
  content: '';
}
.cp-spot:before {
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(90deg, #000000 0%, #000000 66%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, #000000 66%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, #000000 0%, #000000 66%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background-size: 1px 6px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 200;
  content: '';
}
.cp-spot .spot-name {
  font-size: 0.875em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.cp-spot.state--l:before {
  left: 0;
}
.cp-spot.state--l .spot-name {
  left: -15px;
  -moz-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.cp-spot.state--r:before {
  right: 0;
}
.cp-spot.state--r .spot-name {
  margin-left: 15px;
  left: 100%;
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.cp-spot .photo {
  position: relative;
}
.cp-spot .photo img {
  position: relative;
  z-index: 200;
}
.cp-spot small {
  display: block;
  padding-top: 12px;
  font-size: 0.625em;
  font-size: 0.625rem;
  line-height: 1.4;
}
.cp-insta-frame {
  width: 600px;
  position: relative;
  z-index: 50;
}
.cp-insta-frame .insta-frame__inner {
  background-color: #FFF;
  border: 1px solid #e5e5e5;
}
.cp-insta-frame .insta-frame__hdr {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: space-between;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  padding: 11px 20px 9px 21px;
}
.cp-insta-frame .insta-frame__hdr dl {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.cp-insta-frame .insta-frame__hdr .account {
  padding-left: 20px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
}
.cp-insta-frame .insta-frame__hdr .point {
  text-align: right;
}
.cp-insta-frame .insta-frame__hdr .point a {
  display: inline-block;
  background-color: #ededed;
  padding: 11px 19px 11px 41px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.cp-insta-frame .insta-frame__hdr .point a:before {
  display: block;
  background: url("../img/ico_pin.png") no-repeat 0 0;
  background-size: contain;
  width: 11px;
  height: 17px;
  position: absolute;
  top: 9px;
  left: 18px;
  content: '';
}
.cp-insta-frame .insta-frame__hdr .point a:hover {
  background-color: rgba(237, 237, 237, 0.7);
}
.cp-insta-frame .photo, .cp-insta-frame .youtube {
  margin: 0 -1px;
}
.cp-insta-frame .youtube {
  position: relative;
  overflow: hidden;
}
.cp-insta-frame .youtube a:before {
  display: block;
  background: url(../img/img_play.png) no-repeat 36px 31px rgba(255, 255, 255, 0.3);
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}
.cp-insta-frame .youtube a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cp-insta-frame .youtube img {
  -moz-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.cp-insta-frame.thumb-none .insta-frame__inner {
  border: none;
}
.cp-insta-frame.thumb-none .insta-frame__hdr {
  padding: 0;
}
.cp-insta-frame.thumb-none .point {
  margin: 0 0 10px auto;
}
.cp-insta-frame.thumb-none .m-comment {
  height: 60px;
  padding-left: 46px;
}
.cp-insta-frame.thumb-none .m-comment:before {
  left: 0;
}
.cp-insta-frame.thumb-none.thumb--l .point {
  margin: 0 0 10px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxContent {
  background-color: transparent;
}

#cboxLoadedContent {
  background-color: transparent;
}

#cboxClose {
  background: url(../img/colorbox/btn_close.png) no-repeat 0 0;
  width: 35px;
  height: 35px;
  right: -35px;
  top: -35px;
  -moz-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
}
#cboxClose:hover {
  background-position: 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.m-state-r {
  margin-left: auto;
}
.m-comment {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 80px;
  padding-left: 67px;
  position: relative;
}
.m-comment:before {
  display: block;
  background: url("../img/ico_comment.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 21px;
  content: '';
}
.photo-comment .m-comment {
  height: 62px;
  padding-left: 48px;
}
.photo-comment .m-comment:before {
  left: 6px;
}
.m-comment p {
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 1.57;
}
.m-square {
  position: absolute;
  z-index: 100;
}
.m-square.state--before {
  z-index: 200;
}
.m-btn--back-to-top {
  width: 500px;
  padding-bottom: 50px;
  margin: -35px auto 0;
}
.m-btn--back-to-top a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuNjU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjM0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwYzlmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjZmY5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(15deg, #60c9fa 0%, #7cff9b 100%);
  background-image: -webkit-linear-gradient(15deg, #60c9fa 0%, #7cff9b 100%);
  background-image: linear-gradient(75deg, #60c9fa 0%, #7cff9b 100%);
  height: 70px;
  line-height: 70px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  font-weight: 700;
}

.st-container:before {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}
.stunning-views .st-container:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YmYxZWYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(69, 170, 247, 0.4) 0%, rgba(75, 241, 239, 0.4) 100%);
  background-image: -webkit-linear-gradient(45deg, rgba(69, 170, 247, 0.4) 0%, rgba(75, 241, 239, 0.4) 100%);
  background-image: linear-gradient(45deg, rgba(69, 170, 247, 0.4) 0%, rgba(75, 241, 239, 0.4) 100%);
}
.happy .st-container:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWYxNzkiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(96, 230, 132, 0.6)), color-stop(100%, rgba(217, 241, 121, 0.6)));
  background-image: -moz-linear-gradient(left, rgba(96, 230, 132, 0.6) 0%, rgba(217, 241, 121, 0.6) 100%);
  background-image: -webkit-linear-gradient(left, rgba(96, 230, 132, 0.6) 0%, rgba(217, 241, 121, 0.6) 100%);
  background-image: linear-gradient(to right, rgba(96, 230, 132, 0.6) 0%, rgba(217, 241, 121, 0.6) 100%);
}
.yonna .st-container:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmEzOWUiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 194, 51, 0.6)), color-stop(100%, rgba(255, 163, 158, 0.6)));
  background-image: -moz-linear-gradient(left, rgba(255, 194, 51, 0.6) 0%, rgba(255, 163, 158, 0.6) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 194, 51, 0.6) 0%, rgba(255, 163, 158, 0.6) 100%);
  background-image: linear-gradient(to right, rgba(255, 194, 51, 0.6) 0%, rgba(255, 163, 158, 0.6) 100%);
}

.js-view {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.js-view.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.photo-comment {
  position: relative;
}

.opening {
  display: table;
  width: 500px;
  height: 500px;
  position: fixed;
  top: 50vh;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.active .opening {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.opening__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.opening .logo {
  padding-top: 23px;
}
.opening p {
  color: #fffefe;
  line-height: 1.375;
}

.scroll-down {
  position: fixed;
}

.instagramer-profile {
  background: url(../img/bg_profile.png) repeat 0 0;
  padding: 110px 0;
  margin-bottom: 256px;
}
.instagramer-profile dl {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 18px;
}
.instagramer-profile .name {
  padding-left: 23px;
  font-size: 1.5625em;
  font-size: 1.5625rem;
  font-weight: 700;
}
.instagramer-profile .account {
  padding-left: 14px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
}
.instagramer-profile .account a {
  text-decoration: underline;
}
.instagramer-profile .description {
  width: 700px;
  margin: 0 auto;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  line-height: 1.76;
}
.instagramer-profile small {
  font-size: 0.8125em;
  font-size: 0.8125rem;
}

.hdr {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  display: flexbox;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
  padding-top: 70px;
  position: relative;
}
.hdr--reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hdr .photo {
  width: 58.68%;
  position: relative;
}
.hdr .photo img {
  width: 100%;
}
.hdr .text {
  width: 350px;
  text-align: center;
  position: relative;
  z-index: 200;
}
.hdr .text .title {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.hdr .text p {
  margin-bottom: 22px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  line-height: 1.77;
}

.part .btn {
  width: 190px;
  margin: 0 auto;
}
.part .btn a {
  display: block;
  height: 40px;
  padding: 1px;
  text-align: center;
  -moz-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.part .btn a span {
  display: block;
  background-color: #FFF;
  line-height: 38px;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  font-weight: 500;
  -moz-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.part .btn a span:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 14px;
  vertical-align: middle;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: relative;
  top: -1px;
  content: '';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.9s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.part .btn a:hover span {
  background-color: transparent;
  color: #fff;
}
.part .btn a:hover span:after {
  border-color: #fff #fff transparent transparent;
}

.map {
  background: url("../img/img_map.png") no-repeat 0 0;
  background-size: contain;
  width: 283px;
  height: 163px;
  position: absolute;
  z-index: 300;
}
.map a {
  display: block;
  padding: 10px;
  position: absolute;
}
.map a:hover {
  -webkit-animation: pin 0.3s ease-out;
  -moz-animation: pin 0.3s ease-out;
  animation: pin 0.3s ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pin {
  0% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  50% {
    -moz-transform: translateY(-10px) scale(1.1);
    -ms-transform: translateY(-10px) scale(1.1);
    -webkit-transform: translateY(-10px) scale(1.1);
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@-moz-keyframes pin {
  0% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  50% {
    -moz-transform: translateY(-10px) scale(1.1);
    -ms-transform: translateY(-10px) scale(1.1);
    -webkit-transform: translateY(-10px) scale(1.1);
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@keyframes pin {
  0% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  50% {
    -moz-transform: translateY(-10px) scale(1.1);
    -ms-transform: translateY(-10px) scale(1.1);
    -webkit-transform: translateY(-10px) scale(1.1);
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
.message {
  position: absolute;
}
.message p {
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #010000;
}

.other-trip {
  background: url("../img/other-trip/bg_other-trip.png") no-repeat 50% 0;
  background-size: cover;
  padding: 130px 0 110px;
  position: relative;
}
.other-trip .m-title {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
}
.other-trip-container {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: space-between;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
}
.other-trip__unit {
  width: 450px;
  padding: 1px;
}
.other-trip__unit--01 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiZjFlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #45aaf7), color-stop(100%, #4bf1ef));
  background-image: -moz-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: -webkit-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: linear-gradient(to right, #45aaf7 0%, #4bf1ef 100%);
}
.other-trip__unit--01 .lead span {
  color: #519fd8;
}
.other-trip__unit--01 .m-btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1YWFmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiZjFlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #45aaf7), color-stop(100%, #4bf1ef));
  background-image: -moz-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: -webkit-linear-gradient(left, #45aaf7 0%, #4bf1ef 100%);
  background-image: linear-gradient(to right, #45aaf7 0%, #4bf1ef 100%);
}
.other-trip__unit--02 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
}
.other-trip__unit--02 .lead span {
  color: #45e56b;
}
.other-trip__unit--02 .m-btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwZTY4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZjE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #60e684), color-stop(100%, #d9f179));
  background-image: -moz-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: -webkit-linear-gradient(left, #60e684 0%, #d9f179 100%);
  background-image: linear-gradient(to right, #60e684 0%, #d9f179 100%);
}
.other-trip__unit--03 {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc233), color-stop(100%, #ffa39e));
  background-image: -moz-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: linear-gradient(to right, #ffc233 0%, #ffa39e 100%);
}
.other-trip__unit--03 .lead span {
  color: #fe7760;
}
.other-trip__unit--03 .m-btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzIzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTM5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffc233), color-stop(100%, #ffa39e));
  background-image: -moz-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: -webkit-linear-gradient(left, #ffc233 0%, #ffa39e 100%);
  background-image: linear-gradient(to right, #ffc233 0%, #ffa39e 100%);
}
.other-trip__inner {
  background-color: #FFF;
  height: 390px;
  padding: 0 35px 22px;
  text-align: center;
}
.other-trip__hdr {
  height: 215px;
  padding-top: 48px;
  position: relative;
}
.other-trip__hdr .number {
  position: absolute;
  top: -44px;
  left: 12px;
}
.other-trip__hdr .lead {
  margin-bottom: 17px;
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 1.43;
}
.other-trip__hdr .title {
  display: table;
  width: 100%;
  height: 110px;
}
.other-trip__hdr .title span {
  display: table-cell;
  vertical-align: middle;
}
.other-trip .profile .name {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px 17px 0;
}
.other-trip .profile .name a:hover {
  text-decoration: underline;
}
.other-trip .profile .thumb {
  width: 61px;
}
.other-trip .profile .nickname {
  padding-left: 12px;
  font-size: 1.5625em;
  font-size: 1.5625rem;
  font-weight: 700;
  white-space: nowrap;
}
.other-trip .profile .account {
  padding-left: 19px;
  font-size: 0.9375em;
  font-size: 0.9375rem;
}

body > [style*="z-index:9999999"] {
  display: none !important;
}

.iScrollVerticalScrollbar {
  display: none;
}
