body {
    background: #959595;
}

    .nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: none;
    overflow: hidden;
  }
  
  .nav-bar {
    height: 175px;
    max-height: 175px;
    line-height: 53px;
    /* border-bottom: 1px solid #ccc; */
}

/* .nav-bar a {
    display: inline-block;
    height: 180px;
} */

nav.bg-dark .nav-utility, nav.bg-dark .nav-bar {
    border-bottom: none;
}

nav.bg-dark .mobile-toggle {
    border-left: none!important;
}

.menu > li {
    margin-right: 16px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.menu li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.mountain-heading {
    color: #000!important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    line-height: 1.6em;

}

.form-error, .form-success {
    top: -35px;
}

.foundry_modal {
    padding: 70px 35px 80px 35px;
    max-width: 700px;
}

img {vertical-align: inherit;}

  
  @media all and (min-width: 991px) {
    .mob-menu {
        padding-top: 118px;
    }
    .mob-menu-last {
        margin-bottom: 0;
    }
    .mob-logo {
        max-width: 150px;
    }
    .mountain-text-right {
        text-align: right;
    }
    .mountain-text-right p {
        padding-right: 20px;
        margin-top: 120px;
        margin-bottom: 0;
    }
    .mountain-text-center1 {
        text-align: center;
    }
    .mountain-text-center1 p {
        padding-right: 60px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .mountain-text-center2 {
        text-align: center;
    }
    .mountain-text-center2 p {
        padding-left: 10px;
        margin-top: 160px;
        margin-bottom: 0;
    }
    .mountain-text-center3 {
        text-align: center;
    }
    .mountain-text-center3 p {
        padding-left: 200px;
        margin-top: 140px;
        margin-bottom: 0;
    }
    .mountain-text-center4 {
        text-align: center;
    }
    .mountain-text-center4 p {
        padding-left: 100px;
        padding-right: 0px;
        margin-top: 195px;
        margin-bottom: 0;
    }
    .about-descr {
        font-size: 1.17em;
        line-height: 1.8em;
    }
  }

@media all and (max-width: 990px) {
    .mob-menu {
        padding-top: 0px;
    }
    .mob-menu-last {
        margin-bottom: 10px;
    }
    .mob-logo {
        max-width: 80px!important;
    }
    .mountain-text-right {
        text-align: center;
    }
    .mountain-text-right p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center1 {
        text-align: center;
    }
    .mountain-text-center1 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center2 {
        text-align: center;
    }
    .mountain-text-center2 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center3 {
        text-align: center;
    }
    .mountain-text-center3 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center4 {
        text-align: center;
    }
    .mountain-text-center4 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .about-descr {
        font-size: 1.1em;
        line-height: 1.5em;
    }
    .nav-bar {
        height: 100px;
        max-height: 100px;
        line-height: 53px;
        /* border-bottom: 1px solid #ccc; */
    }
    .back {
        transform: rotateY(180deg);
        margin-top: -430px!important;
    }
  }


  @media (max-width: 1440px) {
    .parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    top: -100px !important;
    transform: none !important;
    -webkit-transform: none !important;
    }

    .mountain-heading {
        color: #000!important;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 11px;
        line-height: 1.6em;
    }
    .mountain-text-right {
        text-align: center;
    }

    .mountain-text-right p {
        padding: 50px 0 0 80px;
        margin-bottom: 15px;
    }
    .mountain-text-center1 {
        text-align: center;
    }
    .mountain-text-center1 p {
        padding: 60px 40px 0 0;
        margin-bottom: 15px;
    }
    .mountain-text-center2 {
        text-align: center;
    }
    .mountain-text-center2 p {
        padding: 60px 0 0 0;
        margin-bottom: 15px;
    }
    .mountain-text-center3 {
        text-align: center;
    }
    .mountain-text-center3 p {
        padding: 60px 0 0 80px;
        margin-bottom: 15px;
    }
    .mountain-text-center4 {
        text-align: center;
    }
    .mountain-text-center4 p {
        padding: 60px 0 0 60px;
        margin-bottom: 15px;
    }
}



@media (max-width: 1280px) {
    .parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    top: -90px !important;
    transform: none !important;
    -webkit-transform: none !important;
    }

    .mountain-heading {
        color: #000!important;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 11px;
        line-height: 1.6em;
    }
    .mountain-text-right {
        text-align: center;
    }

    .mountain-text-right p {
        padding: 20px 0 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center1 {
        text-align: center;
    }
    .mountain-text-center1 p {
        padding: 20px 20px 0 0;
        margin-bottom: 15px;
    }
    .mountain-text-center2 {
        text-align: center;
    }
    .mountain-text-center2 p {
        padding: 20px 0 0 0;
        margin-bottom: 15px;
    }
    .mountain-text-center3 {
        text-align: center;
    }
    .mountain-text-center3 p {
        padding: 0 0 0 80px;
        margin-bottom: 15px;
    }
    .mountain-text-center4 {
        text-align: center;
    }
    .mountain-text-center4 p {
        padding: 0 0 0 60px;
        margin-bottom: 15px;
    }
}

@media (max-width: 641px) {
    .cover.fullscreen .slides > li {
            height: 90vh;
            padding-top: 30px;
        }

    .parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
        top: 100px !important;
        transform: none !important;
        -webkit-transform: none !important;
        }

    .background-image-holder {
        position: absolute;
        bottom: 0 !important;
        left: 0;
        background-size: contain !important;
        background-position: 50% 60% !important;
        background-repeat: no-repeat !important;
        opacity: 0;
    }

    .mountain-text-right {
        text-align: center;
    }
    .mountain-text-right p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center1 {
        text-align: center;
    }
    .mountain-text-center1 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center2 {
        text-align: center;
    }
    .mountain-text-center2 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center3 {
        text-align: center;
    }
    .mountain-text-center3 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .mountain-text-center4 {
        text-align: center;
    }
    .mountain-text-center4 p {
        padding: 0 30px;
        margin-bottom: 15px;
    }
}

.white {
    color: #FFF!important;
}

.mr0 {
    margin-right: 0px;
}

.ml0 {
    margin-left: 0px;
}

.fw400 {
    font-weight: 400;
}

.up {
    text-transform: uppercase;
}

.w200 {
    width: 200px!important;
}

.w100 {
    width: 100%;
}

.h4-sm {
    font-size: 1.1em!important;
}

.h0 {
    height: 0;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}

.h90 {
    height: 90px;
}

.h100 {
    height: 100px;
}

.h110 {
    height: 110px;
}

.h111 {
    height: 111px;
}

.h120 {
    height: 120px;
}

.h130 {
    height: 130px;
}

.h140 {
    height: 140px;
}

.h150 {
    height: 150px;
}

.pl0 {
    padding-left:  0;
}

.pr0 {
    padding-right:  0;
}

.pt0 {
    padding-top: 0;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}
.pt90 {
    padding-top: 90px;
}
.pt100 {
    padding-top: 100px;
}

.pb0 {
    padding-bottom: 0px!important;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb12 {
    padding-bottom: 12px!important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb24 {
    padding-bottom: 24px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.ml50 {
    margin-left: 50px;
}

.mr15 {
    margin-left: 15px;
}

.mr20 {
    margin-left: 20px;
}

.mt0 {
    margin-top: 0!important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt28 {
    margin-top: 28px;
}

.mt29 {
    margin-top: 29px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mt110 {
    margin-top: 110px;
}
.mt120 {
    margin-top: 120px;
}
.mt130 {
    margin-top: 130px;
}
.mt140 {
    margin-top: 140px;
}
.mt150 {
    margin-top: 150px;
}
.mt160 {
    margin-top: 160px;
}
.mt170 {
    margin-top: 170px;
}
.mt180 {
    margin-top: 180px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-25 {
    margin-top: -25px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-70 {
    margin-top: -70px;
}

.mt-80 {
    margin-top: -80px;
}

.mt-90 {
    margin-top: -90px;
}

.mt-100 {
    margin-top: -100px;
}

.mt-110 {
    margin-top: -110px;
}

.mt-120 {
    margin-top: -120px;
}

.mt-130 {
    margin-top: -130px;
}

.mt-140 {
    margin-top: -140px;
}

.mt-150 {
    margin-top: -150px;
}

.mb-10 {
    margin-bottom: -10px;
}

.mb-15 {
    margin-bottom: -15px;
}

.mb-20 {
    margin-bottom: -20px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mb-40 {
    margin-bottom: -40px;
}

.mb-50 {
    margin-bottom: -50px;
}

.mb-60 {
    margin-bottom: -60px;
}

.mb-70 {
    margin-bottom: -70px;
}

.mb-80 {
    margin-bottom: -80px;
}

.mb-90 {
    margin-bottom: -90px;
}

.mb-100 {
    margin-bottom: -100px;
}

.mb0 {
    margin-bottom: 0px!important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

/* ### Card Flip Animation ### */
@-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(700px) rotate3d(0, 1, 0, -360deg);
              transform: perspective(700px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  
    40% {
      -webkit-transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
              transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  
    50% {
      -webkit-transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
              transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  
    80% {
      -webkit-transform: perspective(700px) scale3d(.95, .95, .95);
              transform: perspective(700px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  
    100% {
      -webkit-transform: perspective(700px);
              transform: perspective(700px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  }
  
  
  @keyframes flip {
    0% {
      -webkit-transform: perspective(700px) rotate3d(0, 1, 0, -360deg);
              transform: perspective(700px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  
    40% {
      -webkit-transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
              transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  
    50% {
      -webkit-transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
              transform: perspective(700px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  
    80% {
      -webkit-transform: perspective(700px) scale3d(.95, .95, .95);
              transform: perspective(700px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  
    100% {
      -webkit-transform: perspective(700px);
              transform: perspective(700px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
  }
  
  .animated.flip {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-animation-name: flip;
            animation-name: flip;
    -webkit-animation-duration: 2s; 
            animation-duration: 2s; 
            animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
  }
  .animated.flip2 {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-animation-name: flip;
            animation-name: flip;
    -webkit-animation-duration: 1.8s; 
            animation-duration: 1.8s; 
            animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
  }

  /* entire container, keeps perspective */
.card-container {
    -webkit-perspective: 800px;
 -moz-perspective: 800px;
   -o-perspective: 800px;
      perspective: 800px;
      margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
  -webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
-o-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
  -webkit-transform: none;
-moz-transform: none;
-o-transform: none;
  transform: none;
}
/* flip speed goes here */
.card {
   -webkit-transition: -webkit-transform .5s;
 -moz-transition: -moz-transform .5s;
   -o-transition: -o-transform .5s;
      transition: transform .5s;
-webkit-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    /* top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);*/
}

/* front pane, placed above back */
.front {
  z-index: 2;
}

/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    z-index: 1;
}

.card{
  background: none repeat scroll 0 0;
  border-radius: 4px;
  color: #444444;
}
.card-container, .front, .back {
  width: 100%;
  height: 400px;
  border-radius: 4px;
}
.card .cover img{
  width: 100%;
}

.card .content{
  /* background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 30px 20px 20px; */
}
.card h5{
  margin: 5px 0;
  font-weight: 400;
  line-height: 20px;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 100%;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    margin-top: -410px;
}

.modal-screen.reveal-modal {
    opacity: .3;
    visibility: visible;
}

/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .front, .back{
      -ms-backface-visibility: visible;
      backface-visibility: visible;
  }

  .back {
      visibility: hidden;
      -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
  }
  .front{
      z-index: 4;
  }
  .card-container:not(.manual-flip):hover .back,
  .card-container.manual-flip.hover .back{
      z-index: 5;
      visibility: visible;
  }
}