/* app css stylesheet */
/*FONTS*/
@font-face {
    font-family: 'futura_ltbook';
    src: url('../fonts/futuralt-book-webfont.eot');
    src: url('../fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuralt-book-webfont.woff2') format('woff2'),
         url('../fonts/futuralt-book-webfont.woff') format('woff'),
         url('../fonts/futuralt-book-webfont.ttf') format('truetype'),
         url('../fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

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

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

}
html {
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.main_content_container{
  height: 100%;                        
  height: -webkit-calc(100% - 200px);  
  height: -moz-calc(100% - 200px);     
  height: calc(100% - 200px);          
}
a, a:hover, a:visited{
  color:black;
  text-decoration: none;
  text-align: center;
}
.container{
  width:100%;
  height:100%;
  background:#e6e6e6;
}
/*SLICK OVERRIDE*/
.slick-track, .slick-list{
  height:inherit;
}
/*HEADER*/
.header{
  background-color: white;
  height: 150px;
}
.logo_item{
  margin-left: 30px;
  margin-top: 30px;
}
.header_line{
  height:1.2px;
  background:black;
}
.menu_item_container{
  margin-top: 90px;
}
.menu_item{
  display: inline-block;
  font-family: 'futura_ltbook';
  font-size: 20px;
  padding:0 !important;
}
.menu_marker{
  transition: margin-left .8s ease;
  padding-left: 0px !important;
}
.marker_image{
  position: relative;
  top:-1px;
  vertical-align: top !important;
}
/*FOOTER*/
.footer {
  position: fixed;
  bottom: 0px;
  background-color: black;
  height: 50px;
  width:100%;
}
.footer_text{
  color:white;
  font-family: 'futura_ltbook';
  font-size: 11px;
  margin-top:2px;
  margin-bottom: 0;
  margin-left: 30px;
}
.menu_button_small{
  display: none;
}

.menu_small_float{
  width: 40%;
  display: none;
  position:absolute;
  margin-top:120px;
  z-index: 1000;
  right: 50px;
}

@media (max-width: 1060px) {
  .logo {
    width: 80%;
  }
  .menu_item_container{
    width: 20%;
    margin-top:0px;
  }
  .menu_button_small{
    display: block;
    width: 30%;
    height: 80px;
    background:url('../img/menu_small.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-left:auto;
    margin-right: auto;
  }
  .menu_button_small:hover{
    cursor: pointer;
  }
  .menu_item, .header_line, .menu_marker{
    display: none;
  }

  .menu_small_float_visible{
    z-index: 1000;
    display: block !important;
    position: absolute;
    background:white;  
    padding:0px;
    margin-top:120px;
    right: 50px;
  }
  .menu_small_item{
    background:#1d1d1b;
    margin-bottom:1px;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .menu_small_item a {
    color:white;
    font-family: 'futura_ltbook';
    font-size: 2em;
  }
}