/**
 *
 *
 *
 *
 *
 *
 */
@font-face {
  font-family: 'freight-sans-medium';
  src: url("../fonts/freight_sans_medium-webfont.eot");
  src: url("../fonts/freight_sans_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/freight_sans_medium-webfont.woff2") format("woff2"), url("../fonts/freight_sans_medium-webfont.woff") format("woff"), url("../fonts/freight_sans_medium-webfont.ttf") format("truetype"), url("../fonts/freight_sans_medium-webfont.svg#freight_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 *  1920 x 1080 Version
 *
 *
 */
/**
 *  Use:
 *  17px for 1920 x 1080
 *  12px for 1366 x 768
 *  12px for 1280 x 720
 *
 */
/* line 54, ../../source/scss/app.scss */
* {
  box-sizing: border-box;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'freight-sans-medium';
}

/* line 61, ../../source/scss/app.scss */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 67, ../../source/scss/app.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: 'Helvetica','Arial';
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2em;
}

/* line 77, ../../source/scss/app.scss */
iframe {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 92%;
  border: none;
  overflow: hidden;
}

/* line 90, ../../source/scss/app.scss */
.header__wrap {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 107.7970451px;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 103, ../../source/scss/app.scss */
.nav {
  width: 1900px;
  height: 107.7970451px;
  text-align: center;
  padding: 0;
  margin-left: -950px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
/* line 113, ../../source/scss/app.scss */
.nav__item {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0 10px;
  width: 633px;
  height: 107.7970451px;
  overflow: visible;
}
/* line 127, ../../source/scss/app.scss */
.nav__item.unselected .nav__button-image,
.nav__item.unselected .nav__link-text-wrap {
  opacity: 0.5;
}
/* line 132, ../../source/scss/app.scss */
.nav__item--1 {
  left: 16.66666667%;
  margin-left: -317px;
}
/* line 136, ../../source/scss/app.scss */
.nav__item--2 {
  left: 50%;
  margin-left: -317px;
}
/* line 140, ../../source/scss/app.scss */
.nav__item--3 {
  left: 83.33333333%;
  margin-left: -317px;
}
/* line 145, ../../source/scss/app.scss */
.nav__link {
  background-color: #fff;
  display: table;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 10px -2px rgba(0, 0, 0, 0.75);
}
/* line 162, ../../source/scss/app.scss */
.nav__link-text-wrap {
  position: relative;
  z-index: 2;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
/* line 174, ../../source/scss/app.scss */
.nav__link-text {
  margin-left: 20%;
  margin-right: 5%;
  text-align: left;
  display: inline-block;
}
/* line 181, ../../source/scss/app.scss */
.nav__button-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100% 100%;
  background-color: #fff;
  background-repeat: no-repeat;
}
