@import url(custom.css);
/*************************
******* Typography ******
**************************/
@font-face {
  font-family: 'lane_-_narrowregular';
  src: url("../fonts/lanenar_-webfont.eot");
  src: url("../fonts/lanenar_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lanenar_-webfont.woff2") format("woff2"), url("../fonts/lanenar_-webfont.woff") format("woff"), url("../fonts/lanenar_-webfont.ttf") format("truetype"), url("../fonts/lanenar_-webfont.svg#lane_-_narrowregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf"); }
@font-face {
  font-family: 'Tw Cen MT';
  src: url("../fonts/TCM_____.ttf"); }
body {
  background-color: #f3f3f3;
  font-family: Roboto-Regular;
  color: #666666;
  line-height: 21pt; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Roboto-Regular;
  color: #000; }

h1 {
  font-size: 64pt;
  color: #fff; }

h2 {
  font-size: 31pt; }

h3 {
  font-weight: 400; }

h4 {
  font-size: 16px; }

a {
  color: #141411;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  text-decoration: none !important; }

a:hover, a:focus {
  color: #88897e; }

p.subtitle {
  font-size: 16pt; }

.btn-default {
  border-radius: 20px;
  background: #ffd400;
  width: 190px;
  color: #000000; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
  outline: none !important;
  background-color: #e7c002; }

.zoomWindow {
  height: 305px !important; }

html, body {
 /**
* Menu overview.
*/
  /**
   * Close button resets.
   */
  /**
   * Close button resets.
   */
  /**
   * Body states.
   *
   * When a menu is active, we want to hide the overflows on the body to prevent
   * awkward document scrolling.
   */
  /**
   * Mask component
   */ }
  html .c-menu, body .c-menu {
    position: fixed;
    z-index: 200;
    background-color: #67b5d1;
    transition: transform 0.3s; }
  html .c-menu__items, body .c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0; }
  html .c-menu__close, body .c-menu__close {
    color: #fff;
    background-color: #3184a1;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
  html .c-menu__close:focus, body .c-menu__close:focus {
    outline: none; }
  html .has-active-menu, body .has-active-menu {
    overflow: hidden; }
  html .active, body .active {
    z-index: 10; }
  html .form textarea, body .form textarea {
    width: 100%; }
  html .c-mask, body .c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }
  html .c-mask.is-active, body .c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s; }
  html .c-menu--slide-left,
  html .c-menu--slide-right,
  html .c-menu--push-left,
  html .c-menu--push-right, body .c-menu--slide-left,
  body .c-menu--slide-right,
  body .c-menu--push-left,
  body .c-menu--push-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
  @media all and (min-width: 320px) {
    html .c-menu--slide-left,
    html .c-menu--slide-right,
    html .c-menu--push-left,
    html .c-menu--push-right, body .c-menu--slide-left,
    body .c-menu--slide-right,
    body .c-menu--push-left,
    body .c-menu--push-right {
      width: 300px; } }
  html .c-menu--slide-left .c-menu__item,
  html .c-menu--slide-right .c-menu__item,
  html .c-menu--push-left .c-menu__item,
  html .c-menu--push-right .c-menu__item, body .c-menu--slide-left .c-menu__item,
  body .c-menu--slide-right .c-menu__item,
  body .c-menu--push-left .c-menu__item,
  body .c-menu--push-right .c-menu__item {
    display: block;
    text-align: center;
    border-top: solid 1px #b5dbe9;
    border-bottom: solid 1px #3184a1; }
  html .c-menu--slide-left .c-menu__item:first-child,
  html .c-menu--slide-right .c-menu__item:first-child,
  html .c-menu--push-left .c-menu__item:first-child,
  html .c-menu--push-right .c-menu__item:first-child, body .c-menu--slide-left .c-menu__item:first-child,
  body .c-menu--slide-right .c-menu__item:first-child,
  body .c-menu--push-left .c-menu__item:first-child,
  body .c-menu--push-right .c-menu__item:first-child {
    border-top: none; }
  html .c-menu--slide-left .c-menu__item:last-child,
  html .c-menu--slide-right .c-menu__item:last-child,
  html .c-menu--push-left .c-menu__item:last-child,
  html .c-menu--push-right .c-menu__item:last-child, body .c-menu--slide-left .c-menu__item:last-child,
  body .c-menu--slide-right .c-menu__item:last-child,
  body .c-menu--push-left .c-menu__item:last-child,
  body .c-menu--push-right .c-menu__item:last-child {
    border-bottom: none; }
  html .c-menu--slide-left .c-menu__link,
  html .c-menu--slide-right .c-menu__link,
  html .c-menu--push-left .c-menu__link,
  html .c-menu--push-right .c-menu__link, body .c-menu--slide-left .c-menu__link,
  body .c-menu--slide-right .c-menu__link,
  body .c-menu--push-left .c-menu__link,
  body .c-menu--push-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #fff; }
  html .c-menu--slide-left .c-menu__close,
  html .c-menu--slide-right .c-menu__close,
  html .c-menu--push-left .c-menu__close,
  html .c-menu--push-right .c-menu__close, body .c-menu--slide-left .c-menu__close,
  body .c-menu--slide-right .c-menu__close,
  body .c-menu--push-left .c-menu__close,
  body .c-menu--push-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%; }

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0; }
    .modal-dialog .modal-content .model-body .menu {
      /* The image used */
      /* Full height */
      height: 100%;
      opacity: 0.4;
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .modal-dialog .modal-content .model-body .menu .menu-body {
        height: 100px;
        text-align: center; }

.btn-menu {
  position: fixed;
  left: 5%;
  text-shadow: rgba(255, 255, 255, 0.5) 0 -1px 0, rgba(0, 0, 0, 0.18) 0 0.18em 0.15em;
  color: #0c58a7 !important;
  background-color: #f3f3f3;
  text-decoration: none;
  font: 24px/1em 'Droid Sans', sans-serif;
  font-weight: normal;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 0em 0em 45em 48em;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7))), url(noise.png);
  background-image: -moz-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), url(noise.png);
  background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7))), url(noise.png);
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  -webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3em, #999999 0 0.1em 3px, #737373 0 0.3em 1px, rgba(0, 0, 0, 0.2) 0 0.5em 5px;
  -moz-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3em, #999999 0 0.1em 3px, #737373 0 0.3em 1px, rgba(0, 0, 0, 0.2) 0 0.5em 5px;
  box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.15) 0 -0.1em 0.3em, #999999 0 0.1em 3px, #737373 0 0.3em 1px, rgba(0, 0, 0, 0.2) 0 0.5em 5px;
  height: 79px;
  width: 63px; }
  .btn-menu:after {
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;
    -moz-border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;
    border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em; }
  .btn-menu:active {
    transform: translateY(-0.2em);
    text-shadow: rgba(255, 255, 255, 0.3) 0 1px 0, rgba(0, 0, 0, 0.15) 0 0.18em 0.15em; }
  .btn-menu:focus {
    outline: none; }

#home {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: white;
  max-height: 100%;
  -webkit-transform: translate3d(0, -32%, 0);
  transform: translate3d(0, -32%, 0);
  transition: -webkit-transform cubic-bezier(0.75, 0, 0.6, 1) 1s;
  transition: transform cubic-bezier(0.75, 0, 0.6, 1) 1s;
  will-change: transition; }
  #home .container-fluid {
    padding: 0;
    height: 100%; }
    #home .container-fluid .carousel {
      height: 100%; }
      #home .container-fluid .carousel .carousel-caption {
        bottom: 30%;
        z-index: 100; }
        #home .container-fluid .carousel .carousel-caption .focus-font {
          max-width: 450px;
          margin: 0 auto;
          margin-top: 10px;
          box-shadow: 10px 15px 14px #273435; }
        #home .container-fluid .carousel .carousel-caption .logo {
          max-width: 250px;
          margin: 0 auto; }
      #home .container-fluid .carousel .carousel-indicators {
        bottom: 20%;
        z-index: 100; }
      #home .container-fluid .carousel .carousel-inner {
        height: 100%; }
        #home .container-fluid .carousel .carousel-inner .item {
          height: 100%; }
          #home .container-fluid .carousel .carousel-inner .item img {
            min-width: 100%;
            min-height: 100%;
            object-fit: cover;
            object-position: center;
            opacity: .4; }

.viewing_1 #home {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.viewing_left #home {
  -webkit-transform: translate3d(49%, 0, 0);
  transform: translate3d(49%, 0, 0); }

.menu {
  /* The image used */
  /* Full height */
  height: 100%;
  opacity: 0.4;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .menu .menu-body {
    height: 100px;
    text-align: center; }

#contact {
  /* The image used */
  /* Full height */
  height: 100%;
  opacity: 0.4;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*# sourceMappingURL=style.css.map */
