/*@mixin media($query) {
	@if map-has-key($breakpoints, $query) {
		@media only screen and (min-width: em(map-get($breakpoints, $query), (context: 16))) { @content; }
	}

	@if $query == rotateDevice {
		@media only screen and (max-width: em(map-get($breakpoints, small), (context: 16))) and (orientation: portrait) { @content; }
	}

	@if $query == print {
		@media print { @content; }
	}
}*/
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

html, body {
  width: 100%;
  height: 100%;
  background: black;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-overflow-scrolling: touch; }

html, body, a, h1, h2 {
  font-family: 'Montserrat', sans-serif; }

::-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; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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; }

h1, h2, h3, h4, h5, p, ul {
  padding: 0;
  margin: 0;
  font-weight: normal; }

* {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased; }

a, a:hover, a:active, a:focus {
  text-decoration: none !important;
  outline: 0; }

.button {
  cursor: pointer; }

.wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  position: relative;
  text-align: center; }
  .wrapper img {
    max-width: 100%;
    height: auto; }
  .wrapper header {
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0; }
    @media screen and (min-width: 768px) {
      .wrapper header {
        position: relative; } }
    .wrapper header .left {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 36px; }
      .wrapper header .left .menu-button {
        background: url(../img/css/hamburger-button.png);
        background-size: contain;
        position: relative;
        width: 100%;
        height: 100%;
        vertical-align: top; }
        .wrapper header .left .menu-button:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background-color: #2b535c;
          background-image: url(../img/css/hamburger-button-close.png);
          background-size: contain;
          width: 100%;
          height: 100%;
          display: none; }
      .wrapper header .left .active:after {
        display: block; }
      @media screen and (min-width: 768px) {
        .wrapper header .left {
          display: none; } }
    .wrapper header .center {
      vertical-align: top;
      color: white;
      background: #111618;
      display: inline-block;
      text-align: center;
      font-weight: 700;
      position: relative;
      height: 0;
      overflow: hidden; }
      .wrapper header .center ul {
        list-style: none; }
        .wrapper header .center ul li {
          padding: 10px 10px 10px 10px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          border-bottom: 1px solid #284b53;
          cursor: pointer;
          font-size: 0.7em;
          transition: color 0.25s ease-out; }
          .wrapper header .center ul li:last-child {
            border-bottom: none; }
          .wrapper header .center ul li:hover {
            color: #cfb893; }
          @media screen and (min-width: 768px) {
            .wrapper header .center ul li {
              display: inline-block;
              border-bottom: 0;
              line-height: 52px;
              padding: 0 10px 0 10px;
              font-size: 1; } }
        .wrapper header .center ul .menu-button-active {
          cursor: default;
          color: #cfb893;
          position: relative; }
      @media screen and (min-width: 768px) {
        .wrapper header .center {
          display: block;
          height: 52px;
          text-align: center;
          border-bottom: 1px solid #284b53;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111719+0,1f2932+100 */
          background: #111719;
          /* Old browsers */
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #111719 0%, #1f2932 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111719', endColorstr='#1f2932',GradientType=0 );
          /* IE6-9 */ } }
    .wrapper header .right {
      position: absolute;
      right: 10px;
      top: 10px;
      transform: translateY(0); }
      @media screen and (min-width: 768px) {
        .wrapper header .right {
          top: 50%;
          transform: translateY(-50%);
          right: 5%; } }
      .wrapper header .right ul li {
        display: inline-block;
        vertical-align: top;
        width: 17px;
        height: 17px;
        margin: 0 5px 0 5px;
        cursor: pointer;
        transition: opacity 0.25s ease-out; }
        .wrapper header .right ul li:hover {
          opacity: 0.5; }
        .wrapper header .right ul li a {
          display: block;
          width: 100%;
          height: 100%; }
        @media screen and (min-width: 1024px) {
          .wrapper header .right ul li {
            width: 27px;
            height: 27px; } }
      .wrapper header .right ul .facebook-icon {
        background: url(../img/css/facebook-icon.png);
        background-size: contain;
        background-repeat: no-repeat; }
      .wrapper header .right ul .twitter-icon {
        width: 21px;
        background: url(../img/css/twitter-icon.png);
        background-size: contain;
        background-repeat: no-repeat; }
        @media screen and (min-width: 1024px) {
          .wrapper header .right ul .twitter-icon {
            width: 33px; } }
      .wrapper header .right ul .instagram-icon {
        background: url(../img/css/instagram-icon.png);
        background-size: contain;
        background-repeat: no-repeat; }


 	 .wrapper header .right ul .youtube-icon {
        background: url(../img/css/youtube-icon.png);
        background-size: contain;
        background-repeat: no-repeat; }	
	.wrapper header .right ul .tumblr-icon {
        background: url(../img/css/tumblr-icon.png);
        background-size: contain;
        background-repeat: no-repeat; }
      .wrapper header .right ul .gplus-icon {
        width: 21px;
        background: url(../img/css/gplus-icon.png);
        background-size: contain;
        background-repeat: no-repeat; }
        @media screen and (min-width: 1024px) {
          .wrapper header .right ul .gplus-icon {
            width: 33px; } }
     


  .wrapper .content {
    position: relative;
    width: 100%;
    height: 100%; }
    .wrapper .content .container {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }

.gold-link a {
  color: #cfb893;
  transition: color 0.25s ease-out; }
  .gold-link a:hover {
    color: white; }

.white-link a {
  color: white; }

.preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #57a4b4;
  z-index: 100;
  padding: 10px 0 10px 0; }
  @media screen and (min-width: 768px) {
    footer {
      height: 45px; } }
  footer .credits {
    position: absolute;
    left: 0;
    top: 0;
    background: #111618;
    border-top: 2px solid #1d373c;
    width: 100%;
    z-index: -1; }
    footer .credits .center {
      padding: 20px; }
      footer .credits .center img {
        width: 90%;
        max-width: 800px; }
    footer .credits .close-button {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-weight: bold;
      z-index: 9999;
      background: url(../img/css/close-button.png);
      width: 20px;
      height: 20px;
      background-size: cover;
      transition: opacity 0.25s ease-out; }
      footer .credits .close-button:hover {
        opacity: 0.75; }
  footer .bg {
    position: absolute;
    left: 0;
    top: 0;
    background: #111618;
    border-top: 2px solid #1d373c;
    width: 100%;
    height: 100%;
    z-index: 0; }
  footer .left {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto 10px auto; }
    footer .left img {
      width: 100%;
      max-width: 300px; }
    @media screen and (min-width: 768px) {
      footer .left {
        left: 10px;
        bottom: 32px;
        width: 35%;
        text-align: left;
        margin: 0; } }
  footer .center {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      footer .center {
        padding-bottom: 10px; } }
    footer .center h4 {
      color: #ed1c24;
      font-weight: bold;
      font-size: 1.3em;
      margin: 0;
      padding: 0;
      line-height: 0.95em;
      letter-spacing: 0.25em; }
    footer .center p {
      margin: 0;
      padding: 0;
      color: white;
      font-size: 0.8em; }
    @media screen and (min-width: 1024px) {
      footer .center h4 {
        font-size: 1.5em; }
      footer .center p {
        font-size: 0.8em; } }
  footer .right {
    margin-bottom: 0;
    z-index: 10;
    position: relative; }
    @media screen and (min-width: 768px) {
      footer .right {
        position: absolute;
        margin-bottom: 10px;
        right: 10px;
        bottom: 7px;
        width: 35%;
        text-align: right;
        font-size: 0.5em; } }
    @media screen and (min-width: 1024px) {
      footer .right {
        font-size: 1em;
        top: 50%;
        transform: translateY(-50%); } }
    footer .right ul {
      color: #306279;
      font-size: 0.5em;
      font-weight: bold;
      text-decoration: none; }
      footer .right ul li {
        display: inline-block;
        margin: 0 5px 0 5px;
        text-decoration: none; }
        footer .right ul li a {
          color: #306279;
          font-weight: bold;
          text-decoration: none !important;
          outline: 0px !important;
          outline-style: none;
          transition: color 0.25s ease-out; }
          footer .right ul li a:hover {
            color: white; }
        footer .right ul li #teconsent {
          width: 100px; }
          footer .right ul li #teconsent img {
            width: 100%;
            height: auto; }
      footer .right ul .credits-button {
        color: #306279;
        font-weight: bold;
        cursor: pointer;
        transition: color 0.25s ease-out; }
        footer .right ul .credits-button:hover {
          color: white; }
  footer .bottom {
    position: relative;
    display: none;
    text-align: center; }
    footer .bottom div {
      display: inline-block;
      vertical-align: top; }
    @media screen and (min-width: 768px) {
      footer .bottom .bottom-left {
        float: left;
        margin-left: 10px; }
      footer .bottom .bottom-right {
        float: right;
        margin-right: 10px; } }

.modal {
  position: fixed;
  z-index: 8888;
  background: black;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .modal .modal-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-weight: bold;
    z-index: 9999;
    background: url(../img/css/close-button.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    transition: opacity 0.25s ease-out; }
    .modal .modal-close-button:hover {
      opacity: 0.75; }
  .modal .video .modal-close-button {
    bottom: 5px;
    right: 10px;
    color: #b9a377;
    z-index: 500; }
    .modal .video .modal-close-button:hover {
      color: white; }
  .modal .video .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding-bottom: 56.2%;
    margin-top: -28.1%;
    height: 0;
    overflow: hidden; }
  .modal .video .video-container iframe,
  .modal .video .video-container object,
  .modal .video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.OOD {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  text-align: center;
  color: red;
  display: none; }
  .OOD div {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -150px; }
  .OOD h1 {
    font-size: 3em;
    margin-bottom: 25px; }
  .OOD p {
    max-width: 542px;
    position: relative;
    margin: 0 auto 40px auto; }
  .OOD ul {
    position: relative;
    margin: 0 auto; }
    .OOD ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 15px; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: black;
  color: red; }
  .preloader .loader-bar-container {
    background: red;
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    top: calc(50% - 10px); }
  .preloader .loader-percentage {
    width: 100%;
    position: relative;
    background: black;
    width: 50px;
    margin: 0 auto;
    top: calc(50% - 20px);
    text-align: center; }

.mobile-rotate-modal {
  text-align: center;
  display: none; }
  .mobile-rotate-modal .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0; }
  .mobile-rotate-modal h2 {
    color: red;
    margin-top: 15px; }
  .mobile-rotate-modal .landscape, .mobile-rotate-modal .portrait {
    position: absolute;
    width: 100%;
    display: none;
    top: 50%;
    transform: translateY(-50%); }
    .mobile-rotate-modal .landscape img, .mobile-rotate-modal .portrait img {
      max-width: 262px;
      width: 90%; }
  .mobile-rotate-modal .portrait img {
    width: auto;
    height: 150px; }

#simulator {
  text-align: center;
  width: 100%;
  overflow: scroll; }
  #simulator .content {
    width: 100%;
    height: auto;
    padding-bottom: calc(120px); }
    @media screen and (min-width: 768px) {
      #simulator .content {
        width: 80%;
        position: relative;
        margin: 0 auto; } }
    @media screen and (min-width: 1024px) {
      #simulator .content {
        padding-bottom: calc(60px); } }
  #simulator h1, #simulator h2 {
    color: white;
    font-size: 1.5em;
    margin-bottom: 20px;
    letter-spacing: .1em; }
    @media screen and (min-width: 375px) {
      #simulator h1, #simulator h2 {
        font-size: 1.75em; } }
    @media screen and (min-width: 768px) {
      #simulator h1, #simulator h2 {
        font-size: 2.5em; } }
  #simulator p {
    color: #cfb893;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 23px auto;
    font-size: 0.9em; }
    @media screen and (min-width: 768px) {
      #simulator p {
        font-size: 1em;
        margin-bottom: 25px; } }
  #simulator ul {
    list-style: none; }
    #simulator ul li {
      display: inline-block;
      color: #cfb893;
      margin: 0 20px 20px 20px;
      width: 150px;
      font-size: 0.8em;
      vertical-align: top;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        #simulator ul li {
          width: 160px; } }
      #simulator ul li h3 {
        color: #ed1c24;
        font-size: 1.75em;
        margin: 0;
        padding: 0; }
      #simulator ul li p {
        margin: 0;
        padding: 0;
        display: inline-block; }

#home {
  background: url(../img/css/mobile/home-bg.jpg);
  background-position: center top;
  background-size: cover;
  height: 100%; }
  @media screen and (min-width: 768px) {
    #home {
      background: url(../img/css/desktop/home-bg.jpg);
      background-position: center center;
      background-size: cover;
      height: calc(100% - 50px); } }
  #home .billing-block {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
    #home .billing-block img {
      width: 100%;
      max-width: 600px; }
      @media screen and (min-height: 768px) {
        #home .billing-block img {
          width: 100%;
          max-width: 800px; } }
  #home .touts {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center; }
    #home .touts .tout {
      width: 32%;
      max-width: 150px;
      display: inline-block;
      vertical-align: top;
      transition: transform 0.25s ease-out; }
      #home .touts .tout:hover {
        transform: scale(1.1); }
      @media screen and (min-width: 768px) {
        #home .touts .tout {
          margin: 0 25px 0 25px; } }
      #home .touts .tout img {
        width: 100%;
        height: auto; }

#gallery {
  background: url(../img/css/mobile/gallery-bg.jpg);
  background-position: center top;
  background-size: cover;
  overflow: scroll;
  height: 100%; }
  @media screen and (min-width: 768px) {
    #gallery {
      background: url(../img/css/desktop/gallery-bg.jpg);
      background-position: center top;
      background-size: cover; } }
  #gallery h1 {
    color: white;
    margin-top: 13%; }
    @media screen and (min-width: 768px) {
      #gallery h1 {
        margin-top: 30px; } }
  #gallery .content {
    width: 100%;
    height: auto;
    padding-bottom: calc(120px); }
  #gallery .photo-container {
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    margin-top: 12%; }
    @media screen and (min-width: 768px) {
      #gallery .photo-container {
        margin-top: 30px; } }
    #gallery .photo-container .back-button, #gallery .photo-container .next-button {
      width: 40px;
      height: 40px;
      position: absolute;
      top: calc(50% - 20px); }
    #gallery .photo-container .back-button {
      background: url(../img/css/back-button.png);
      background-size: cover;
      left: -20px; }
    #gallery .photo-container .next-button {
      background: url(../img/css/next-button.png);
      right: -20px;
      background-size: cover; }
    #gallery .photo-container .photos {
      position: relative;
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      #gallery .photo-container .photos .placeholder {
        position: relative;
        display: block;
        opacity: 0;
        width: 100%;
        height: auto; }
      #gallery .photo-container .photos .photo-slider {
        position: absolute;
        left: 0;
        top: 0; }
        #gallery .photo-container .photos .photo-slider .photo {
          vertical-align: top;
          position: relative;
          display: inline-block;
          overflow: hidden; }
          #gallery .photo-container .photos .photo-slider .photo img {
            width: 100%;
            height: auto; }

#story {
  background: url(../img/css/mobile/story-bg.jpg);
  background-position: center top;
  background-size: cover;
  height: auto;
  text-align: center;
  overflow: scroll;
  color: white; }
  @media screen and (min-width: 768px) {
    #story {
      background: url(../img/css/desktop/story-bg.jpg);
      background-position: center top;
      background-size: cover;
      height: 100%; } }
  #story .content {
    width: 100%;
    height: auto;
    padding-bottom: calc(120px); }
    #story .content h1 {
      margin-bottom: 20px;
      margin-top: 13%; }
      @media screen and (min-width: 768px) {
        #story .content h1 {
          margin-top: 30px; } }
    #story .content p {
      padding: 0 20px 0 20px;
      text-align: left;
      font-size: 0.7em;
      margin-bottom: 10px;
      max-width: 1000px;
      margin: 0 auto 10px auto; }
      @media screen and (min-width: 1024px) {
        #story .content p {
          font-size: 0.8em; } }
