@font-face {
  font-family: 'stb-icons';
  src: url('../fonts/stb-icons.eot?85314006');
  src: url('../fonts/stb-icons.eot?85314006#iefix') format('embedded-opentype'),
    url('../fonts/stb-icons.woff2?85314006') format('woff2'), url('../fonts/stb-icons.woff?85314006') format('woff'),
    url('../fonts/stb-icons.ttf?85314006') format('truetype'),
    url('../fonts/stb-icons.svg?85314006#stb-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'stb-icons';
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-logout:before {
  content: '\e800';
} /* '' */
.icon-360:before {
  content: '\e801';
} /* '' */
.icon-activity:before {
  content: '\e802';
} /* '' */
.icon-app:before {
  content: '\e803';
} /* '' */
.icon-location:before {
  content: '\e804';
} /* '' */
.icon-events:before {
  content: '\e805';
} /* '' */
.icon-gallery:before {
  content: '\e806';
} /* '' */
.icon-down-open-big:before {
  content: '\e807';
} /* '' */
.icon-up-open-big:before {
  content: '\e808';
} /* '' */
.icon-map:before {
  content: '\e809';
} /* '' */
.icon-star:before {
  content: '\e80a';
} /* '' */
.icon-search:before {
  content: '\e80b';
} /* '' */
.icon-share:before {
  content: '\e80c';
} /* '' */
.icon-travel-advisory:before {
  content: '\e80d';
} /* '' */
.icon-home:before {
  content: '\e80e';
} /* '' */
.icon-walk:before {
  content: '\e80f';
} /* '' */
.icon-wishlist:before {
  content: '\e810';
} /* '' */
.icon-search-light:before {
  content: '\e811';
} /* '' */
.icon-grid-list:before {
  content: '\e812';
} /* '' */
.icon-grid:before {
  content: '\e813';
} /* '' */
.icon-user:before {
  content: '\e814';
} /* '' */
.icon-ok:before {
  content: '\e815';
} /* '' */
.icon-info-circled:before {
  content: '\e816';
} /* '' */
.icon-help-circled:before {
  content: '\e817';
} /* '' */
.icon-eye:before {
  content: '\e818';
} /* '' */
.icon-cancel:before {
  content: '\e819';
} /* '' */
.icon-pencil:before {
  content: '\e81a';
} /* '' */
.icon-left-open:before {
  content: '\e81b';
} /* '' */
.icon-right-open:before {
  content: '\e81c';
} /* '' */
.icon-left-big:before {
  content: '\e81d';
} /* '' */
.icon-right-big:before {
  content: '\e81e';
} /* '' */
.icon-right:before {
  content: '\e81f';
} /* '' */
.icon-left:before {
  content: '\e820';
} /* '' */
.icon-icons8-home-office-50:before {
  content: '\e821';
} /* '' */
.icon-up-open:before {
  content: '\e822';
} /* '' */
.icon-down-open:before {
  content: '\e823';
} /* '' */
.icon-icons8-leaf-50:before {
  content: '\e824';
} /* '' */
.icon-icons8-romance-50:before {
  content: '\e825';
} /* '' */
.icon-icons8-sail-boat-50:before {
  content: '\e826';
} /* '' */
.icon-icons8-scuba-mask-50:before {
  content: '\e827';
} /* '' */
.icon-icons8-fishing-50:before {
  content: '\e828';
} /* '' */
.icon-twitter:before {
  content: '\f099';
} /* '' */
.icon-facebook:before {
  content: '\f09a';
} /* '' */
.icon-direction:before {
  content: '\f124';
} /* '' */
.icon-dollar:before {
  content: '\f155';
} /* '' */
.icon-youtube-play:before {
  content: '\f16a';
} /* '' */
.icon-instagram:before {
  content: '\f16d';
} /* '' */
.icon-file-pdf:before {
  content: '\f1c1';
} /* '' */
.icon-sliders:before {
  content: '\f1de';
} /* '' */
.icon-trash:before {
  content: '\f1f8';
} /* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
} /* '' */

#m-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #m-menu {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 17px;
    z-index: 9999;
  }
}
.np-loader {
  position: fixed;
  z-index: 1100;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.np-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
