#getSize {
  animation-name: xsm; }

@media screen and (min-width: 576px) {
  #getSize {
    animation-name: sm; } }
@media screen and (min-width: 768px) {
  #getSize {
    animation-name: md; } }
@media screen and (min-width: 992px) {
  #getSize {
    animation-name: lg; } }
@media screen and (min-width: 1200px) {
  #getSize {
    animation-name: xl; } }
@media screen and (min-width: 1400px) {
  #getSize {
    animation-name: xxl; } }
* {
  margin: 0;
  padding: 0;
  cursor: default; }

body {
  background-color: #22333d;
  color: #ffffff;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5; }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }
  a * {
    cursor: pointer; }

.hover-filter, a:hover, .contact-form .form-btn {
  will-change: filter;
  transition: filter 0.5s ease-in-out; }

.hover-filter:hover, a:hover, .contact-form .form-btn:hover {
  filter: brightness(0.8); }

a:hover {
  color: inherit; }

h1 {
  font-weight: bold; }

input, textarea {
  cursor: text;
  padding: 5px;
  border-style: solid;
  color: inherit; }

button {
  border: none;
  background-color: transparent; }
  button * {
    cursor: pointer; }

textarea {
  resize: none; }

@media screen and (min-width: 768px) {
  body {
    animation: fadeIn 1s ease-in-out; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fs-12px {
  font-size: 12px; }

.fw-400 {
  font-weight: 400; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.ls-0px {
  letter-spacing: 0px; }

.ls-2px {
  letter-spacing: 2px; }

.ls-3px {
  letter-spacing: 3px; }

.ls-5px {
  letter-spacing: 5px; }

@media screen and (min-width: 992px) {
  .ls-lg-3px {
    letter-spacing: 3px; } }
.lh-1 {
  line-height: 1; }

.lh-1_5 {
  line-height: 1.5; }

.text-black, .contact-form .form-btn {
  color: #000000; }

.text-white, .contact-form {
  color: #ffffff; }

.text-gold {
  color: #9ea162; }

.text-skyblue {
  color: #93c7cf; }

.text-shadow {
  text-shadow: 0px 0px 20px #22333d, 0px 0px 100px #22333d; }

.bg-white, .contact-form .form-btn {
  background-color: #ffffff; }

.bg-light-blue {
  background-color: #2b414e; }

.bg-dark-blue, .show-ctr .show, .show-ctr .show .folder, .show-ctr .show .tab, .profile .img-reveal {
  background-color: #22333d; }

.hard-bg-cover {
  background-size: cover !important; }

.bg-full-center, .bg-parallax, .bg-fixed-parallax, .bg-slideshow {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-transparent, .contact-form .form-input {
  background-color: transparent; }

.bg-parallax-ctr {
  overflow: hidden;
  position: relative; }

.bg-parallax {
  position: absolute;
  bottom: 0px;
  height: calc(100% +  500px);
  width: 100%; }

.bg-fixed-parallax {
  position: fixed;
  height: calc(100vh + 150px);
  width: 100vw;
  top: 0px;
  left: 0px; }

.bg-slideshow {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px; }

.bg-home-header {
  background-color: #2b414e;
  background-image: url(../video/home-header.jpg); }

.bg-camera {
  background-color: #22333d;
  background-image: url(../img/camera-background.jpg); }

.bg-tree {
  background-color: #2b414e;
  background-image: url(../img/tree-background.jpg); }

.bg-valley {
  background-color: #22333d;
  background-image: url(../img/valley-background.jpg); }

.bg-mountain {
  opacity: .3;
  background-color: #22333d;
  background-image: url(../img/mountain-background.jpg); }

.bg-outdoor {
  opacity: .3;
  background-color: #22333d;
  background-image: url(../img/outdoor-background.jpg); }

.bg-slideshow {
  filter: blur(20px);
  opacity: .4;
  background-color: #22333d;
  background-image: url(../img/mountain-background.jpg); }

.gradient {
  position: absolute;
  width: 100%;
  height: 10vw;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center bottom; }

.to-dark-blue {
  background-image: url("../img/gradients/to-dark-blue.svg"); }

.from-dark-blue {
  background-image: url("../img/gradients/from-dark-blue.svg"); }

.to-light-blue {
  background-image: url("../img/gradients/to-light-blue.svg"); }

.from-light-blue {
  background-image: url("../img/gradients/from-light-blue.svg"); }

.bor-white, .btn.outline, .contact-form .form-input {
  border: 1px solid rgba(255, 255, 255, 0.9); }

.bor-bottom-gold {
  border-bottom: 3px solid #9ea162; }

.bor-bottom-white {
  border-bottom: 2px solid #ffffff; }

.bor-rad-50px, .contact-form .form-btn {
  border-radius: 50px; }

.bor-bottom-rad-10px, .show-ctr .show .folder, .show-ctr .show .tab {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.soft-opacity-0 {
  opacity: 0; }

.box-shadow, .show-ctr .show, .profile {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); }

.soft-d-flex {
  display: flex; }

.soft-d-none {
  display: none; }

.position-absolute-center-x, .position-absolute-center-xy, .show-ctr .show .folder, .show-ctr .show .tab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.position-absolute-center-y, .position-absolute-center-xy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.position-absolute-center-xy {
  transform: translateX(-50%) translateY(-50%); }

.top-0px {
  top: 0px; }

.top-100per {
  top: 100%; }

.bottom-0px {
  bottom: 0px; }

.left-0px {
  left: 0px; }

.left-100per {
  left: 100%; }

.right-0px {
  right: 0px; }

.h-100vh {
  height: 100vh; }

@media screen and (min-width: 768px) {
  .h-md-100vh {
    height: 100vh; } }
.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.icon {
  height: 30px; }

.btn.outline {
  color: white; }

.cursor-pointer {
  cursor: pointer; }

.decoration-none {
  text-decoration: none; }

.uppercase {
  text-transform: uppercase; }

.no-select {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.w-200px {
  width: 200px; }

.max-width {
  max-width: 1600px;
  flex-grow: 1; }

.max-w-1000px {
  max-width: 1000px; }

.max-w-500px {
  max-width: 500px; }

.max-w-350px {
  max-width: 350px; }

.max-w-100per {
  max-width: 100%; }

.max-w-50per {
  max-width: 50%; }

.max-w-14per {
  max-width: 14%; }

.max-w-12_5per {
  max-width: 12.5%; }

.h-40vw {
  height: 40vw; }

.h-90vw {
  height: 90vw; }

.min-h-200px {
  min-height: 200px; }

.min-h-600px {
  min-height: 600px; }

.desktop-nav {
  border-top: solid #ffffff 2px; }

.hamburger {
  width: 2rem; }

.hamburger-close {
  width: 2rem; }

.logo-desktop img {
  width: 18vw;
  max-width: 275px; }

.logo-mobile img {
  width: 125px; }

.pinned-header {
  width: 100%;
  height: 100%;
  min-width: 600px;
  min-height: 55vw;
  background-size: cover; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: .4; }

.down-arrow {
  width: 20px;
  cursor: pointer; }

.slideshow-wrapper {
  height: 250px; }

.slideshow {
  width: calc( ($slide-count - 1)*($slide-width-xsm + 50px) + $slide-width-xsm ); }

@media screen and (min-width: 576px) {
  .slideshow-wrapper {
    height: 300px; }

  .slideshow {
    width: calc( ($slide-count - 1)*($slide-width-sm + 50px) + $slide-width-sm ); } }
@media screen and (min-width: 992px) {
  .slideshow-wrapper {
    height: 450px; }

  .slideshow {
    width: calc( ($slide-count - 1)*($slide-width-lg + 50px) + $slide-width-lg ); } }
.slideshow-item {
  width: 320px;
  opacity: .5;
  transform: scale(0.9);
  margin-right: 50px; }

.slideshow-item:last-child {
  margin-right: 0px; }

@media screen and (min-width: 576px) {
  .slideshow-item {
    width: 500px; } }
@media screen and (min-width: 992px) {
  .slideshow-item {
    width: 800px; } }
.slideshow-arrow {
  width: 50px;
  filter: drop-shadow(0px 0px 10px black) drop-shadow(0px 0px 15px black); }

@media screen and (min-width: 768px) {
  .slideshow-arrow {
    width: 80px; } }
.show-ctr {
  max-width: 100%; }
  @media screen and (min-width: 1600px) {
    .show-ctr {
      max-width: 1600px; } }
  .show-ctr .show {
    position: relative;
    opacity: 0;
    width: 300px;
    height: 300px;
    cursor: pointer;
    margin: 1rem 1rem calc(1rem + 30px) 1rem; }
    @media screen and (min-width: 576px) {
      .show-ctr .show {
        width: 400px;
        height: 400px; } }
    .show-ctr .show .text {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 100%;
      padding: 1rem;
      padding-top: 300px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (min-width: 576px) {
        .show-ctr .show .text {
          padding-top: 400px; } }
    .show-ctr .show img {
      position: relative;
      max-width: 100%; }
    .show-ctr .show .folder, .show-ctr .show .tab {
      position: absolute;
      width: 100%;
      height: 10px;
      bottom: -10px; }
    .show-ctr .show .tab {
      width: 80px;
      height: 20px;
      bottom: -20px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .show-ctr .show .tab .icon {
        width: 18px;
        height: 18px; }

.profile {
  width: 600px;
  max-width: calc(100vw - 1rem);
  overflow: hidden; }
  .profile .img-cover {
    width: 100%; }
  .profile .img-reveal {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0; }
  .profile .text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    opacity: 0; }
    .profile .text .hidden {
      display: none;
      opacity: 0; }
    .profile .text .more, .profile .text .less {
      display: inline;
      color: #939598;
      font-size: inherit;
      font-weight: inherit; }
    .profile .text .less {
      display: none;
      opacity: 0; }
    .profile .text .icon {
      height: 30px; }

.contact-form .form-row {
  display: flex;
  justify-content: stretch; }
  .contact-form .form-row .form-row-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: .25rem 0; }
.contact-form .form-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: .25rem 0; }
.contact-form .form-input {
  width: 100%;
  padding: 1rem; }
.contact-form .form-btn {
  margin-top: .5rem;
  padding: 1rem 1.5rem 1rem 1.5rem; }
