/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid black;
  padding: 10px;
  font-size: 17px;
}

table.simple td {
	border-width: 0px;
}

/* line 30, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'avenir_book';
  src: url("/assets/fonts/avenir_45_book.eot");
  src: url("/assets/fonts/avenir_45_book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/avenir_45_book.woff") format("woff"), url("/assets/fonts/avenir_45_book.ttf") format("truetype"), url("/assets/fonts/avenir_45_book.svg#avenir_book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_roman';
  src: url("/assets/fonts/avenir_55_roman.eot");
  src: url("/assets/fonts/avenir_55_roman.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/avenir_55_roman.woff") format("woff"), url("/assets/fonts/avenir_55_roman.ttf") format("truetype"), url("/assets/fonts/avenir_55_roman.svg#avenir_roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_heavy';
  src: url("/assets/fonts/avenir_85_heavy.eot");
  src: url("/assets/fonts/avenir_85_heavy.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/avenir_85_heavy.woff") format("woff"), url("/assets/fonts/avenir_85_heavy.ttf") format("truetype"), url("/assets/fonts/avenir_85_heavy.svg#avenir_heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_black';
  src: url("/assets/fonts/avenir_95_black.eot");
  src: url("/assets/fonts/avenir_95_black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/avenir_95_black.woff") format("woff"), url("/assets/fonts/avenir_95_black.ttf") format("truetype"), url("/assets/fonts/avenir_95_black.svg#avenir_black") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 36, ../sass/_variables.scss */
.clearfix {
  zoom: 1;
}

/* line 39, ../sass/_variables.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 44, ../sass/_variables.scss */
.clearfix:after {
  clear: both;
}

/* line 1, ../sass/_general-content-pages.scss */
html, body {
  font-family: "avenir_book";
}

/* line 5, ../sass/_general-content-pages.scss */
body {
  background: #fff;
  width: 100%;
}

/* line 10, ../sass/_general-content-pages.scss */
h1 {
  color: inherit;
  font-family: "avenir_black";
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
/* line 17, ../sass/_general-content-pages.scss */
h1.left {
  text-align: left;
}
/* line 21, ../sass/_general-content-pages.scss */
h1.right {
  text-align: right;
}
/* line 25, ../sass/_general-content-pages.scss */
h1.center {
  text-align: center;
}

/* line 30, ../sass/_general-content-pages.scss */
h2 {
  font-size: 24px;
  color: inherit;
  margin: 0 0 34px;
  letter-spacing: 5px;
  font-family: "avenir_black";
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
/* line 40, ../sass/_general-content-pages.scss */
h2.left {
  text-align: left;
}
/* line 44, ../sass/_general-content-pages.scss */
h2.right {
  text-align: right;
}
/* line 48, ../sass/_general-content-pages.scss */
h2.center {
  text-align: center;
}

/* line 53, ../sass/_general-content-pages.scss */
h3 {
  color: #3f3f3f;
  font-family: "avenir_book";
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
/* line 60, ../sass/_general-content-pages.scss */
h3.left {
  text-align: left;
}
/* line 64, ../sass/_general-content-pages.scss */
h3.right {
  text-align: right;
}
/* line 68, ../sass/_general-content-pages.scss */
h3.center {
  text-align: center;
}
/* line 72, ../sass/_general-content-pages.scss */
h3 p {
  color: #3f3f3f;
  font-family: "avenir_book";
  font-weight: normal;
  line-height: 1.2;
}

/* line 80, ../sass/_general-content-pages.scss */
h4 {
  font-size: 14px;
  color: #3f3f3f;
  font-family: "avenir_black";
  font-weight: normal;
  line-height: 24px;
}

/* line 88, ../sass/_general-content-pages.scss */
p {
  line-height: 24px;
  font-size: 18px;
  font-family: "avenir_book";
  margin-bottom: 30px;
}

/* line 95, ../sass/_general-content-pages.scss */
:focus {
  outline: 0;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 100, ../sass/_general-content-pages.scss */
  h1 {
    font-size: 30px;
    margin: 0 0 14px;
  }

  /* line 105, ../sass/_general-content-pages.scss */
  h3 {
    font-size: 20px;
    margin: 20px 0 30px 0;
  }
  /* line 108, ../sass/_general-content-pages.scss */
  h3 p {
    font-size: 20px;
    margin: 20px 0 30px 0;
  }
}
@media only screen and (min-width: 601px) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 601px), only screen and (min-width: 768px), (min-width: 601px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.4), (min-device-width: 600px) and (max-device-width: 966px) and (-webkit-max-device-pixel-ratio: 1.4) and (orientation: portrait), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  /* line 117, ../sass/_general-content-pages.scss */
  h1 {
    font-size: 48px;
    margin: 0 0 34px;
  }

  /* line 122, ../sass/_general-content-pages.scss */
  h3 {
    font-size: 30px;
    margin: 34px 0 57px 0;
  }
  /* line 125, ../sass/_general-content-pages.scss */
  h3 p {
    font-size: 30px;
    margin: 34px 0 57px 0;
  }
}
/* line 135, ../sass/_general-content-pages.scss */
.text {
  width: 100%;
  overflow: hidden;
  clear: both;
  color: #3f3f3f;
}
/* line 141, ../sass/_general-content-pages.scss */
.text .full-column {
  font-size: 0;
  width: 100%;
}
/* line 145, ../sass/_general-content-pages.scss */
.text .full-column img {
  display: inline-block;
}
/* line 150, ../sass/_general-content-pages.scss */
.text .title-column {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
}
/* line 156, ../sass/_general-content-pages.scss */
.text .column {
  padding: 0;
}
/* line 160, ../sass/_general-content-pages.scss */
.text #title-line {
  width: 195px;
  margin: 0 auto;
}
/* line 165, ../sass/_general-content-pages.scss */
.text #section-line {
  width: 100%;
  margin-bottom: 40px;
}
/* line 169, ../sass/_general-content-pages.scss */
.text .content-img {
  width: 331px;
  height: 288px;
  margin-bottom: 40px;
}
/* line 175, ../sass/_general-content-pages.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  color: inherit;
}

/* line 181, ../sass/_general-content-pages.scss */
ul.content-images {
  width: 100%;
  font-size: 0 !important;
  padding: 0;
}
/* line 187, ../sass/_general-content-pages.scss */
ul.content-images.one-column li {
  width: 100%;
  text-align: center;
}
/* line 194, ../sass/_general-content-pages.scss */
ul.content-images.two-columns li {
  width: 50%;
}
/* line 198, ../sass/_general-content-pages.scss */
ul.content-images.two-columns li:nth-child(2n-1) {
  text-align: left;
}
/* line 202, ../sass/_general-content-pages.scss */
ul.content-images.two-columns li:nth-child(2n) {
  text-align: right;
}
/* line 208, ../sass/_general-content-pages.scss */
ul.content-images.three-columns li {
  width: 33.3%;
}
/* line 212, ../sass/_general-content-pages.scss */
ul.content-images.three-columns li:nth-child(3n-2) {
  text-align: left;
}
/* line 216, ../sass/_general-content-pages.scss */
ul.content-images.three-columns li:nth-child(3n-1) {
  text-align: center;
}
/* line 220, ../sass/_general-content-pages.scss */
ul.content-images.three-columns li:nth-child(3n) {
  text-align: right;
}
/* line 225, ../sass/_general-content-pages.scss */
ul.content-images li {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 238, ../sass/_general-content-pages.scss */
  .text > div, .text > span, .text > p {
    width: 100%;
  }
  /* line 243, ../sass/_general-content-pages.scss */
  .text > div img, .text > span img, .text > p img {
    display: block;
  }
  /* line 248, ../sass/_general-content-pages.scss */
  .text .left-column {
    float: none;
    padding-right: 2%;
  }
  /* line 252, ../sass/_general-content-pages.scss */
  .text .left-column img {
    display: inline-block;
  }
  /* line 257, ../sass/_general-content-pages.scss */
  .text .right-column {
    float: none;
  }
  /* line 260, ../sass/_general-content-pages.scss */
  .text .right-column img {
    display: inline-block;
  }
  /* line 265, ../sass/_general-content-pages.scss */
  .text .full-column {
    max-width: 640px;
  }
  /* line 269, ../sass/_general-content-pages.scss */
  .text .title-column {
    max-width: 769px;
  }

  /* line 274, ../sass/_general-content-pages.scss */
  .content-wrapper {
    width: 100%;
    max-width: 640px;
  }
  /* line 278, ../sass/_general-content-pages.scss */
  .content-wrapper > div:not(.row) {
    left: 50%;
    margin-left: -50%;
    position: relative;
    max-width: 640px;
    width: 100%;
  }
  /* line 286, ../sass/_general-content-pages.scss */
  .content-wrapper .content-center {
    max-width: 640px;
    margin: 0 20px;
  }
  /* line 292, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 601px), only screen and (min-width: 768px), (min-width: 601px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.4), (min-device-width: 600px) and (max-device-width: 966px) and (-webkit-max-device-pixel-ratio: 1.4) and (orientation: portrait), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  /* line 302, ../sass/_general-content-pages.scss */
  .text > div, .text > span, .text > p {
    width: 49%;
  }
  /* line 307, ../sass/_general-content-pages.scss */
  .text > div img, .text > span img, .text > p img {
    display: block;
  }
  /* line 312, ../sass/_general-content-pages.scss */
  .text .left-column {
    float: left;
    padding-right: 2%;
  }
  /* line 316, ../sass/_general-content-pages.scss */
  .text .left-column.large {
    width: 63%;
  }
  /* line 320, ../sass/_general-content-pages.scss */
  .text .left-column.small {
    width: 35%;
  }
  /* line 324, ../sass/_general-content-pages.scss */
  .text .left-column img {
    display: inline-block;
  }
  /* line 329, ../sass/_general-content-pages.scss */
  .text .right-column {
    float: right;
  }
  /* line 332, ../sass/_general-content-pages.scss */
  .text .right-column.large {
    width: 63%;
  }
  /* line 336, ../sass/_general-content-pages.scss */
  .text .right-column.small {
    width: 35%;
  }
  /* line 340, ../sass/_general-content-pages.scss */
  .text .right-column img {
    display: inline-block;
  }
  /* line 345, ../sass/_general-content-pages.scss */
  .text .full-column {
    max-width: 768px;
  }
  /* line 349, ../sass/_general-content-pages.scss */
  .text .title-column {
    max-width: 769px;
  }

  /* line 354, ../sass/_general-content-pages.scss */
  .content-wrapper {
    width: 100%;
    max-width: 768px;
  }
  /* line 358, ../sass/_general-content-pages.scss */
  .content-wrapper > div:not(.row) {
    left: 50%;
    margin-left: -50%;
    position: relative;
    max-width: 768px;
    width: 100%;
  }
  /* line 366, ../sass/_general-content-pages.scss */
  .content-wrapper .content-center {
    max-width: 768px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 379, ../sass/_general-content-pages.scss */
  .text > div, .text > span, .text > p {
    width: 49%;
  }
  /* line 384, ../sass/_general-content-pages.scss */
  .text > div img, .text > span img, .text > p img {
    display: block;
  }
  /* line 389, ../sass/_general-content-pages.scss */
  .text .left-column {
    float: left;
    padding-right: 2%;
  }
  /* line 393, ../sass/_general-content-pages.scss */
  .text .left-column img {
    display: inline-block;
  }
  /* line 398, ../sass/_general-content-pages.scss */
  .text .right-column {
    float: right;
  }
  /* line 401, ../sass/_general-content-pages.scss */
  .text .right-column img {
    display: inline-block;
  }
  /* line 406, ../sass/_general-content-pages.scss */
  .text .full-column {
    max-width: 960px;
  }
  /* line 410, ../sass/_general-content-pages.scss */
  .text .title-column {
    max-width: 769px;
  }

  /* line 414, ../sass/_general-content-pages.scss */
  .content-wrapper {
    width: 100%;
    max-width: 1920px;
  }
  /* line 418, ../sass/_general-content-pages.scss */
  .content-wrapper > div:not(.row) {
    left: 50%;
    margin-left: -50%;
    position: relative;
    max-width: 1920px;
    width: 100%;
  }
  /* line 427, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu {
    display: none;
    text-align: center;
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  /* line 435, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  /* line 441, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul li {
    display: inline-block;
    width: 135px;
    height: 47px;
    margin: 0 13px;
    border: 2px solid #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
  }
  /* line 451, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul li a {
    display: block;
    line-height: 47px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: "avenir_black";
    text-transform: uppercase;
  }
  /* line 461, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul li.active {
    background: #fff;
  }
  /* line 464, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul li.active a {
    color: #f0b152;
  }
  /* line 473, ../sass/_general-content-pages.scss */
  .content-wrapper .content-center {
    max-width: 960px;
    margin: 0 auto;
  }
}
/* line 480, ../sass/_general-content-pages.scss */
.content-wrapper {
  overflow-x: hidden;
  position: relative;
}
/* line 484, ../sass/_general-content-pages.scss */
.content-wrapper .register-button {
  position: absolute;
  z-index: 2;
  top: 130px;
  right: 20%;
}
/* line 491, ../sass/_general-content-pages.scss */
.content-wrapper .custom-button {
  display: inline-block;
  width: auto;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  font-family: "avenir_black";
  text-transform: uppercase;
  min-width: 135px;
}
/* line 510, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block {
  box-sizing: border-box;
}
/* line 513, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block .menu-wrapper {
  position: absolute;
  width: 100%;
  bottom: 20%;
  z-index: 2;
}
/* line 519, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block .content-center {
  position: relative;
}
/* line 523, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block > img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 528, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block .first-look-header-gallery-wrapper {
  font-size: 0;
  overflow: hidden;
  overflow: hidden;
}
/* line 534, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block .arrow-slide {
  display: block;
  position: absolute;
  bottom: 3%;
  z-index: 1;
  left: 50%;
}
/* line 541, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block .arrow-slide i {
  cursor: pointer;
  display: inline-block;
  margin-left: -50%;
}
/* line 546, ../sass/_general-content-pages.scss */
.content-wrapper .phase-block .arrow-slide .btn-arrow {
  width: 47px;
  height: 45px;
  background: url("/assets/img/arrow-white.png");
}
/* line 554, ../sass/_general-content-pages.scss */
.content-wrapper .page-title {
  border-bottom: 1px solid #c5c5c5;
  padding-top: 81px;
  text-align: center;
  font-size: 0;
}
/* line 560, ../sass/_general-content-pages.scss */
.content-wrapper .page-title .title {
  width: 630px;
  margin: 0 auto 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #3f3f3f;
  color: #3f3f3f;
  text-align: center;
}
/* line 569, ../sass/_general-content-pages.scss */
.content-wrapper .page-title .arrow {
  display: inline-block;
  width: 47px;
  height: 45px;
  margin-bottom: 62px;
  background: url("/assets/img/arrow.png") no-repeat;
}
/* line 578, ../sass/_general-content-pages.scss */
.content-wrapper .big-photo {
  font-size: 0;
}
/* line 582, ../sass/_general-content-pages.scss */
.content-wrapper .section-content {
  box-sizing: border-box;
  padding-top: 70px;
  position: relative;
}
/* line 588, ../sass/_general-content-pages.scss */
.content-wrapper .section-content .content-center .content {
  display: table;
  width: 100%;
}
/* line 595, ../sass/_general-content-pages.scss */
.content-wrapper .section-content .content p,
.content-wrapper .section-content .content > table {
  margin-bottom: 40px;
  color: inherit;
}
/* line 601, ../sass/_general-content-pages.scss */
.content-wrapper .section-content .content hr {
  width: 100%;
  border: 0px;
  height: 1px;
  background: #3f3f3f;
  margin: 0 0 40px 0;
}
/* line 609, ../sass/_general-content-pages.scss */
.content-wrapper .section-content .content ul {
  font-size: 14px;
  font-family: "avenir_book";
}
/* line 613, ../sass/_general-content-pages.scss */
.content-wrapper .section-content .content ul li {
  margin-bottom: 0;
}
/* line 618, ../sass/_general-content-pages.scss */
.content-wrapper .section-content .content b {
  font-family: "avenir_black";
}

/* line 625, ../sass/_general-content-pages.scss */
.footer {
  height: 396px;
  box-sizing: border-box;
  background: #fc6719;
}
/* line 630, ../sass/_general-content-pages.scss */
.footer .logo {
  float: left;
  margin-top: 39px;
}

/* line 636, ../sass/_general-content-pages.scss */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}
/* line 645, ../sass/_general-content-pages.scss */
.popup .flowplayer {
  display: none;
}

/* line 650, ../sass/_general-content-pages.scss */
#print-content {
  display: none;
}

/* line 654, ../sass/_general-content-pages.scss */
.footerNav {
  overflow: hidden;
  clear: both;
  padding-top: 30px;
}
/* line 659, ../sass/_general-content-pages.scss */
.footerNav a {
  margin-left: 30px;
  color: #fff;
  font-family: "avenir_book";
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  letter-spacing: 2px;
}
/* line 669, ../sass/_general-content-pages.scss */
.footerNav a:hover {
  text-decoration: underline;
}

/* line 675, ../sass/_general-content-pages.scss */
.row-object {
  display: table-row;
  width: 100%;
}

/* line 680, ../sass/_general-content-pages.scss */
.left-object {
  vertical-align: top;
  width: auto;
  overflow: hidden;
}

/* line 686, ../sass/_general-content-pages.scss */
.center-object {
  vertical-align: top;
  width: 100%;
}

/* line 691, ../sass/_general-content-pages.scss */
.right-object {
  vertical-align: top;
  width: auto;
  overflow: hidden;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 699, ../sass/_general-content-pages.scss */
  .left-object {
    display: block;
  }

  /* line 704, ../sass/_general-content-pages.scss */
  .center-object {
    display: block;
  }

  /* line 708, ../sass/_general-content-pages.scss */
  .right-object {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 601px), only screen and (min-width: 768px), (min-width: 601px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.4), (min-device-width: 600px) and (max-device-width: 966px) and (-webkit-max-device-pixel-ratio: 1.4) and (orientation: portrait), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  /* line 714, ../sass/_general-content-pages.scss */
  .left-object {
    display: table-cell;
  }

  /* line 718, ../sass/_general-content-pages.scss */
  .center-object {
    display: table-cell;
  }

  /* line 722, ../sass/_general-content-pages.scss */
  .right-object {
    display: table-cell;
  }
}
/* line 727, ../sass/_general-content-pages.scss */
.img-item {
  margin: 10px;
  max-width: 100%;
}

/* line 732, ../sass/_general-content-pages.scss */
.video-wrapper {
  overflow: hidden;
  padding-bottom: 0 !important;
}

/* line 737, ../sass/_general-content-pages.scss */
.is-ready.is-playing,
.is-ready.is-paused {
  background-image: none;
  background-color: #000;
}

/* line 744, ../sass/_general-content-pages.scss */
.video-item {
  overflow: hidden;
  padding: 10px 0;
  display: block; /*was inline block*/
  vertical-align: top;
  margin: auto;
}
/* line 744, ../sass/_general-content-pages.scss */
.image-item {
  overflow: hidden;
  padding: 10px 0;
  display: inline-block;
  vertical-align: top;
  margin: auto;
}
/* line 750, ../sass/_general-content-pages.scss */
.video-item .popup-video img, .image-item .popup-video img {
  width: 100%;
}

/* line 755, ../sass/_general-content-pages.scss */
.content-column {
  width: 331px;
  padding: 0 0 30px 0;
}
/* line 758, ../sass/_general-content-pages.scss */
.content-column .image-resoure {
  height: 150px;
  width: 150px;
}
/* line 761, ../sass/_general-content-pages.scss */
.content-column .video-resoure {
  width: 331px;
}

/* line 766, ../sass/_general-content-pages.scss */
.button-item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

/* line 773, ../sass/_general-content-pages.scss */
.flowplayer {
  background-color: #000000;
  background-size: cover !important;
  background-position: center top;
  font-size: 14px;
}

/* line 781, ../sass/_general-content-pages.scss */
.popup-video, .popup-image {
  position: relative;
}

/* line 786, ../sass/_general-content-pages.scss */
.btn-play {
  height: 80px;
  width: 80px;
  background: url("/assets/img/btn-play.png");
}

/* line 792, ../sass/_general-content-pages.scss */
.btn-play.centered {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

/* line 801, ../sass/_general-content-pages.scss */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
  display: none;
}
/* line 811, ../sass/_general-content-pages.scss */
.popup .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 822, ../sass/_general-content-pages.scss */
.popup .player-wrapper {
  width: 70%;
  height: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -20%;
}
/* line 831, ../sass/_general-content-pages.scss */
.popup .player-wrapper .close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: -18px;
  top: -25px;
  color: #3f3f3f;
  text-decoration: none;
  font-size: 12px;
  font-family: "avenir_black";
  background: url("/assets/img/speaker-close.png") no-repeat;
  background-image: url(/assets/css/white.png);
  background-size: 37px 300px;
  background-position: 12px -168px;
  z-index: 100;
}
/* line 850, ../sass/_general-content-pages.scss */
.popup .player-wrapper .player {
  background: #000000;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: none;
}
/* line 858, ../sass/_general-content-pages.scss */
.popup .player-wrapper .player.flowplayer {
  height: auto;
  padding-bottom: 0;
}
/* line 863, ../sass/_general-content-pages.scss */
.popup .player-wrapper .player .close {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 47px;
  top: -2px;
  color: #3f3f3f;
  text-decoration: none;
  font-size: 12px;
  font-family: "avenir_black";
  background: url("/assets/img/speaker-close.png") no-repeat;
  background-image: url(/assets/css/white.png);
  background-size: 37px 300px;
  background-position: 12px -168px;
  z-index: 100;
}
/* line 884, ../sass/_general-content-pages.scss */
.popup .player-wrapper .vimeoplayer {
  background-color: #000000;
  background-size: cover !important;
  background-position: center top;
}
/* line 888, ../sass/_general-content-pages.scss */
.popup .player-wrapper .vimeoplayer iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* line 900, ../sass/_general-content-pages.scss */
.embed-video {
  background: #000000;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: auto;
}
/* line 906, ../sass/_general-content-pages.scss */
.embed-video .close {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 49px;
  top: 0px;
  color: #3f3f3f;
  text-decoration: none;
  font-size: 12px;
  font-family: "avenir_black";
  background-image: url(/assets/css/white.png);
  background-size: 37px 300px;
  background-position: 12px -168px;
  z-index: 100;
}
/* line 925, ../sass/_general-content-pages.scss */
.embed-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 940, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 601px) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 601px), only screen and (min-width: 768px), (min-width: 601px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.4), (min-device-width: 600px) and (max-device-width: 966px) and (-webkit-max-device-pixel-ratio: 1.4) and (orientation: portrait), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  /* line 954, ../sass/_general-content-pages.scss */
  .content-wrapper .phase-block #menu ul li {
    margin-bottom: 0px;
  }
}
/* First Look home page*/
/* line 4, ../sass/_home.scss */
#splash-first-look-home .phase-block {
  /*height: 799px;*/
}
/* line 6, ../sass/_home.scss */
#splash-first-look-home .phase-block .arrow-slide {
  bottom: -310px;
}

/* line 12, ../sass/_home.scss */
ul.custom-buttons {
  text-align: center;
  padding: 15px 0;
}
/* line 15, ../sass/_home.scss */
ul.custom-buttons li.circle-button {
  display: inline-block;
  border: 2px solid #fc6719;
}
/* line 18, ../sass/_home.scss */
ul.custom-buttons li.circle-button a {
  display: inline-block;
  vertical-align: middle;
  font-family: "avenir_black";
  text-decoration: none;
  color: #fc6719;
  letter-spacing: 5px;
  text-transform: uppercase;
}
/* line 28, ../sass/_home.scss */
ul.custom-buttons li.circle-button span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 34, ../sass/_home.scss */
ul.custom-buttons li.rectangle-button {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 135px;
  height: 36px;
  margin: 0 20px;
}
/* line 41, ../sass/_home.scss */
ul.custom-buttons li.rectangle-button a {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  font-family: "avenir_black";
  text-transform: uppercase;
  font-size: 12px;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 57, ../sass/_home.scss */
  ul.custom-buttons li.circle-button {
    border-radius: 2px;
    width: 121px;
    height: 30px;
    margin: 10px 10px 0px;
  }
  /* line 63, ../sass/_home.scss */
  ul.custom-buttons li.circle-button a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 601px) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 601px), only screen and (min-width: 768px), (min-width: 601px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.4), (min-device-width: 600px) and (max-device-width: 966px) and (-webkit-max-device-pixel-ratio: 1.4) and (orientation: portrait), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  /* line 72, ../sass/_home.scss */
  ul.custom-buttons li.circle-button {
    border-radius: 100%;
    width: 141px;
    height: 141px;
    margin: 0 40px;
  }
  /* line 78, ../sass/_home.scss */
  ul.custom-buttons li.circle-button a {
    font-size: 16px;
  }
}
/* line 89, ../sass/_home.scss */
.configurable-content-wrapper {
  width: 100%;
  font-size: 0;
  position: relative;
  text-align: center;
  margin: 0 auto !important;
}
/* line 96, ../sass/_home.scss */
.configurable-content-wrapper a {
  display: inline-block;
}
/* line 100, ../sass/_home.scss */
.configurable-content-wrapper div.item {
  display: inline-block;
}

/* line 106, ../sass/_home.scss */
.text > div.configurable-content-wrapper {
  width: 100%;
}

/* line 111, ../sass/_home.scss */
.product-item {
  text-decoration: none;
  width: 168px;
  margin: 15px;
}
/* line 116, ../sass/_home.scss */
.product-item div.name {
  margin-top: 80px;
  font-size: 16px;
  font-family: "avenir_book";
  text-transform: uppercase;
}
/* line 122, ../sass/_home.scss */
.product-item div.description {
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "avenir_book";
}
/* line 129, ../sass/_home.scss */
.product-item div.title {
  font-size: 20px;
  font-family: "avenir_black";
}

/* line 135, ../sass/_home.scss */
.header-content-wrapper {
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
}
/* line 140, ../sass/_home.scss */
.header-content-wrapper .header-content {
  font-family: "avenir_book";
  color: #ffffff;
}
/* line 143, ../sass/_home.scss */
.header-content-wrapper .header-content p {
  font-family: "avenir_book";
  color: #ffffff;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 151, ../sass/_home.scss */
  .header-content-wrapper {
    top: 75px;
  }
  /* line 153, ../sass/_home.scss */
  .header-content-wrapper .header-content {
    font-size: 24px;
  }
  /* line 155, ../sass/_home.scss */
  .header-content-wrapper .header-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 601px) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 601px), only screen and (min-width: 768px), (min-width: 601px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1.4), (min-device-width: 600px) and (max-device-width: 966px) and (-webkit-max-device-pixel-ratio: 1.4) and (orientation: portrait), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
  /* line 164, ../sass/_home.scss */
  .header-content-wrapper {
    top: 100px;
  }
  /* line 166, ../sass/_home.scss */
  .header-content-wrapper .header-content {
    font-size: 24px;
  }
  /* line 168, ../sass/_home.scss */
  .header-content-wrapper .header-content p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 178, ../sass/_home.scss */
  .header-content-wrapper {
    top: 100px;
  }
  /* line 180, ../sass/_home.scss */
  .header-content-wrapper .header-content {
    font-size: 33px;
  }
  /* line 182, ../sass/_home.scss */
  .header-content-wrapper .header-content p {
    font-size: 33px;
    line-height: 35px;
  }
}
@media (min-width: 1400px) {
  /* line 191, ../sass/_home.scss */
  .header-content-wrapper {
    top: 200px;
  }
  /* line 193, ../sass/_home.scss */
  .header-content-wrapper .header-content {
    font-size: 48px;
  }
  /* line 195, ../sass/_home.scss */
  .header-content-wrapper .header-content p {
    font-size: 48px;
    line-height: 50px;
  }
}
/* line 1, ../sass/_team.scss */
.team-item {
  text-decoration: none;
  width: 240px;
  height: 240px;
  margin: 10px;
}
/* line 5, ../sass/_team.scss */
.team-item div.description {
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "avenir_book";
}
/* line 12, ../sass/_team.scss */
.team-item div.name {
  margin-top: 10px;
  font-size: 16px;
  font-family: "avenir_book";
  text-transform: uppercase;
}

/* line 20, ../sass/_team.scss */
.team-popup {
  background: #ffffff;
  min-height: 535px;
  border: 1px solid #000000;
  display: none;
  position: absolute;
  top: 0;
  overflow: hidden;
  padding: 20px;
}
/* line 30, ../sass/_team.scss */
.team-popup .close {
  display: block;
  width: 10px;
  height: 10px;
  top: 10px;
  line-height: 28px;
  position: absolute;
  right: 16px;
  color: #3f3f3f;
  text-decoration: none;
  font-size: 12px;
  font-family: "avenir_black";
  background: url("/assets/img/close.png") no-repeat;
  background-position: right center;
}
/* line 46, ../sass/_team.scss */
.team-popup p {
  text-align: left;
}
/* line 50, ../sass/_team.scss */
.team-popup div {
  margin-top: 20px;
}

/* line 56, ../sass/_team.scss */
.team-section-content img {
  height: 150px;
  float: left;
}
/* line 61, ../sass/_team.scss */
.team-section-content div.name {
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 71, ../sass/_team.scss */
.team-section-content div.description {
  font-size: 16px;
  margin: 30px 10px;
  line-height: 28px;
}

/* line 2, ../sass/_slider.scss */
.resources-gallery .slick-slide {
  overflow: hidden;
}
/* line 4, ../sass/_slider.scss */
.resources-gallery .slick-slide img {
  width: 100%;
}

/* line 10, ../sass/_slider.scss */
.resources-gallery-navigation {
  margin: 0 45px;
}
/* line 12, ../sass/_slider.scss */
.resources-gallery-navigation .slick-list {
  /*padding-left: 45px;*/
}
/* line 15, ../sass/_slider.scss */
.resources-gallery-navigation .slick-slide {
  cursor: pointer;
}
/* line 18, ../sass/_slider.scss */
.resources-gallery-navigation .slick-slide img {
  display: inline;
}

/* line 24, ../sass/_slider.scss */
.prev-button, .next-button {
  position: absolute;
  width: 37px;
  height: 68px;
  top: 25%;
  cursor: pointer;
}

/* line 32, ../sass/_slider.scss */
.prev-button {
  background: url("/assets/img/prev-button.png");
  left: -40px;
}

/* line 37, ../sass/_slider.scss */
.next-button {
  background: url("/assets/img/next-button.png");
  right: -40px;
}

/* line 42, ../sass/_slider.scss */
.first-look-header-gallery {
  max-width: 1920px;
  margin-bottom: 0;
}
/* line 46, ../sass/_slider.scss */
.first-look-header-gallery .slick-dots {
  bottom: 30%;
}
/* line 50, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item {
  position: relative;
}
/* line 52, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item .video-wrapper {
  padding-bottom: 45%;
}
/* line 56, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item .flowplayer {
  display: block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  background: #000000;
}
/* line 68, ../sass/_slider.scss */
.first-look-header-gallery .is-paused.flowplayer .fp-ui {
  background-size: auto;
}

/* line 74, ../sass/_slider.scss */
.slick-dots {
  z-index: 2;
}

/* line 80, ../sass/_slider.scss */
.gallery-with-video .gallery-item img {
  height: auto;
  width: 100%;
}
/* line 85, ../sass/_slider.scss */
.gallery-with-video .gallery-item .flowplayer.is-ready.is-closeable .fp-fullscreen {
  display: block;
}
/* line 89, ../sass/_slider.scss */
.gallery-with-video .gallery-item .flowplayer .fp-fullscreen {
  right: 25px;
}
/* line 95, ../sass/_slider.scss */
.gallery-with-video .slick-dots {
  bottom: 35px;
}
/* line 98, ../sass/_slider.scss */
.gallery-with-video .slick-dots li button:before {
  font-size: 10px;
  color: #ffffff;
}

/* line 111, ../sass/_slider.scss */
.first-look-header-gallery .slick-dots li button:before {
  font-size: 10px;
  color: #ffffff;
}
/* line 118, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* line 122, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item img {
  width: 100%;
}
/* line 126, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item .flowplayer {
  background-repeat: no-repeat;
  background-position: center top;
  position: inherit !important;
}
/* line 131, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item .flowplayer.is-ready.is-closeable .fp-fullscreen {
  display: block;
}
/* line 135, ../sass/_slider.scss */
.first-look-header-gallery .gallery-item .flowplayer .fp-fullscreen {
  right: 25px;
}

/* line 142, ../sass/_slider.scss */
.gallery-with-video {
  visibility: hidden;
}

/* line 1, ../sass/_player.scss */
.fullscreen {
  overflow: hidden;
}
/* line 4, ../sass/_player.scss */
.fullscreen .register-button {
  display: none;
}
/* line 8, ../sass/_player.scss */
.fullscreen .configurable-content-wrapper {
  position: static;
}
/* line 12, ../sass/_player.scss */
.fullscreen .slick-dots {
  display: none !important;
}
/* line 17, ../sass/_player.scss */
.fullscreen .phase-block .register-button {
  display: none;
}
/* line 21, ../sass/_player.scss */
.fullscreen .phase-block .menu-wrapper {
  display: none;
}

@media only screen and (min-width: 0px), (min-device-width: 320px) and (max-device-width: 641px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 4, ../sass/_mobile-menu.scss */
  .content-wrapper .register-button {
    display: none;
  }

  /* line 9, ../sass/_mobile-menu.scss */
  #mobile-menu {
    display: block;
    position: absolute;
    width: 70%;
    left: -70%;
    transition: all 1s;
    -webkit-transition: all 1s;
  }
  /* line 18, ../sass/_mobile-menu.scss */
  #mobile-menu li a {
    height: 47px;
    line-height: 58px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #000000;
    font-family: "avenir_black";
    text-transform: uppercase;
    padding-left: 20px;
  }

  /* line 31, ../sass/_mobile-menu.scss */
  .open-menu {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/assets/img/mobile-menu-icon.png");
    z-index: 50;
    position: absolute;
    margin: 75px 0 0 5px;
  }
}
@media (min-width: 880px) {
  /* line 47, ../sass/_mobile-menu.scss */
  .content-wrapper .register-button {
    display: block;
  }
  /* line 51, ../sass/_mobile-menu.scss */
  .content-wrapper .phase-block #menu {
    display: block;
  }

  /* line 57, ../sass/_mobile-menu.scss */
  #mobile-menu {
    display: none;
  }

  /* line 61, ../sass/_mobile-menu.scss */
  .open-menu {
    display: none;
  }
}
/*@media only screen and (min-width: 769px) { 
	.content-wrapper {
		.register-button {
			display: block;
		}
	}

	#mobile-menu {
		display: none;
	}

	.open-menu {
		display: none;
	}
}*/
/* line 82, ../sass/_mobile-menu.scss */
.content-wrapper {
  -webkit-transition: -webkit-transform 1s;
  transition: all 1s;
}

/* line 87, ../sass/_mobile-menu.scss */
.show-menu {
  overflow: hidden;
}
/* line 89, ../sass/_mobile-menu.scss */
.show-menu .content-wrapper {
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
}
/* line 94, ../sass/_mobile-menu.scss */
.show-menu #mobile-menu {
  left: 0;
}

.first-look-header-gallery {
	visibility: hidden;
}



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