.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*CSS html5video*/
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0;
  }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0;
   }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0em 0.5px;
  padding-bottom: 20px;
  }
 
hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%; }

td, th {
  padding: 10; 
  text-align:left;}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; 
font-family: 'Roboto Condensed', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;}

.wrapper {
    width: 80%;
    margin: 0 10%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
   }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/1.5 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700; }

/* Make the body 100% of the browser viewport height */
html, body {
  height: 100%;
  margin: 0; }
  
h1 {
  font-size: 2em;
  margin-top: 0;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700; }

  h2{
  font-size: 1.9em;
  margin-top: 0.5em;
  margin-bottom: 1.4em;
  font-family: 'Roboto Condensed', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 150;
  }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =Header */
.header-container {
  text-align: center;
  position: relative;
  color: #000000;
  background: url(../img/Img1.jpg) no-repeat center center;
  background-size: cover; }
  .header-container .wrapper {
    padding-top: 120px;
    z-index: 2; }


/* =Navigation */
nav {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  z-index: 100; }
  nav a {
    display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none; }

    nav a:hover .nav-label {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
  nav .nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; }
  nav .nav-label {
    display: block;
    opacity: 0.5;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
            transition: all 0.2s cubic-bezier(.17, .67, .83, .67); }
  nav.is-dark a {
    color: #212121; }
  nav.is-dark .nav-dot {
    background-color: rgba(0, 0, 0, 0.5); }
  nav.is-light a {
    color: #ffffff; }
  nav.is-light .nav-dot {
    background-color: rgba(255, 255, 255, 0.5); }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    width: auto;
    list-style: none; }

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 3px #212121 solid;
  font-size: 5px;
  font-weight: bold;
  font:  'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif; 
  background-color: white; }

/* =Main */
p {
  font-size: 25px; }

.fs {
  height:80vh; 
}
.bs{
   height:100vh;
  }

.slide {
  color: #ffffff;
  position: relative; }
  .slide .wrapper {
    padding-top:120px;
    text-align: center;
    }
  .slide#slide01 {
    background: url(../img/img_mountains02.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff; }
  .slide#slide02 {
    background: #18303a no-repeat center center;
    background-size: cover; 
    padding-top: 20px;
     }
    .slide#slide02 .wrapper {
      position: relative;
      margin: 0 auto;
      width: 100%;
	  padding-top:25px;
      }
    .wrapper .content{
      position: absolute;
      width: 100%;
      height: 100%;
    }
  .slide#slide03 {
    color: #212121;
    background: url(../img/greenoutoffocus.jpg) no-repeat center center;
    background-size: cover; }
    .slide#slide03 .button {
      border-color: rgba(0, 0, 0, 0.7);
      background-color: #212121;
      color: #ffffff; }
      .slide#slide03 .button:hover {
        border-color: #212121;
        background-color: rgba(33, 33, 33, 0.7); }
    .slide#slide03 .wrapper {
      padding-top: 70px; }
  .slide#slide04 {
    background-color: #x; }

.button {
  text-decoration: none;
  color: #ffffff;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  position: relative; }
  .button:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000; }

.button2 {
  text-decoration: none;
  border-color: #0000000;
    background-color: #000000;
    color: #ffffff;   
    padding: 8px 15px;
    
  margin-top: 15px;
  display: inline-block;
  position: relative; 
  }
   .button2:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;}


/* =Content Block */
.content-block {
  background-color: #131313;
  color: rgba(255, 255, 255, 0.9); }
  .content-block .wrapper {
    padding: 30px 0;
    text-align: center; }
  .no-touch .content-block.is-active .wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* =Footer */
.footer-container {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #06060d; }
  .footer-container h3 {
    margin: 0;
    padding: 20px 0;
    font-weight: normal; }
  .footer-container a {
    color: rgba(255, 255, 255, 0.5); }

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
.slideInUp.slideInUp4 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    
    font-weight: 300;
    font-family: 'Roboto', Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 2.8 vmin;
}
.slideInUp.slideInUp5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Roboto', Helvetica, Helvetica Neue, Arial, sans-serif;
}
.aboutblurb {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    
    font-weight: 700;
    font-family: 'Raleway', Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: calc(8px + 2vw);
}
.img22 {
    max-height:150px;
 }
  
  .slideInUp.addrelabel {
    
    -webkit-transition-delay:      0.2s;
          transition-delay: 0.2s;
    font-weight: 300;
    font-family: 'Roboto', Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 3vmin;}

.bottomCaption{
	-webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; 
}

.mapp {
 
  padding-left: 10%;
  padding-top: 0x;
  padding-right: 30%;
}


#iht_logo {
  width: 100px;
  margin-bottom: 30px; }

 /*videos*/
#video_pop {z-index: 9999; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0); display: none;}

#the_Video {margin: 0px auto;}
.video-container {
  position: absolute;
  height:100px;
  float: center;
  padding-bottom: 380px;
  }

.video-container iframe, .video-container object, .video-container embed {

  top:100px;
  left:10px;
  width:80%;
  height:50%;


}
.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Popup Text */
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

iframe{
  border:none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 900px) {
   h1 {
  font-size: 2.9em; 
  font-weight: 700;
}
h2{
  font-size: 3em; 
  font-weight: 600;
}
  /* =Header */
  .header-container .wrapper {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
            transform: translate(-50%, -120%);
    margin: 0;
    padding: 0; 
 }
  .header-container:before {
    font-size: 70em; 
}
  .scroll-hint {
    font-size: 20px; }
  .slide {
    overflow:none; }
    .slide section {
      max-width: 300px;}
    .slide .wrapper {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: left;
      width: 50%;
      margin: 0 auto;
       }
    .slide#slide01 .wrapper, .slide#slide02 .wrapper, .slide#slide03 .wrapper {
      top: 20%;
      text-align: center; }
    .slide#slide01 section, .slide#slide02 section, .slide#slide03 section {
      margin: 0 auto; }
    .slide#slide02 .wrapper {
      top: auto;
      left: auto;
      text-align: center;
      -webkit-transform: translate(0 0 0);
          -ms-transform: translate(0 0 0);
              transform: translate(0);
              margin: auto;
  }  
    .slide#slide02 .container{
      width: 55%;
      height:55%;
      max-height: 55%;
    }
    .slide#slide03 .wrapper {
      padding: 0;
      top: 15%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .slide#slide03 section {
      margin: 0 auto;
      max-width: 570px; }
    .slide#slide03 .button {
      background: none;
      color: #212121; }
      .slide#slide03 .button:hover {
        color: #ffffff;
        background-color: #212121; }
  nav {
    display: block; }
  .content-block .wrapper {
    padding: 120px 0; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }


 
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*---slide show */