/* 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" /> */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.signature-header-line {
  width: 100%;
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #d7001c;
  z-index: 10; }

.framework-header {
  position: absolute;
  z-index: 10;
  width: 314px;
  color: black;
  margin: auto;
  left: 0;
  right: 0; }

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.unity-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  color: white;
  cursor: pointer;
  font-size: 22px;
  z-index: 3; }

.unity-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/unity-btn-bg.png");
  background-repeat: no-repeat;
  background-position: center center; }

.unity-icon {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 8px; }

.mobile-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
  height: 30vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 90;
  padding: 1vw; }
  .mobile-warning h2 {
    font-size: 2vw;
    margin-top: 2vw; }
  .mobile-warning .btn {
    width: 15vw;
    height: 5vw;
    border: .1vw solid #FFF;
    text-align: center;
    line-height: 4vw;
    margin-top: 4vw;
    font-size: 1.5vw; }

@media screen and (orientation: portrait) {
  .Aligner-item {
    overflow: hidden; }

  .portrait-warning-background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: black;
    left: 0;
    top: 0; }

  .portrait-warning-message {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 90vw;
    height: 61vw;
    background-color: #FFF;
    text-align: center; }
    .portrait-warning-message h2 {
      text-align: center;
      text-transform: uppercase;
      margin-top: 4vw;
      font-size: 4vw; }
    .portrait-warning-message h3:first-of-type {
      margin-top: 30px; }
    .portrait-warning-message h3 {
      font-size: 4vw;
      text-align: center;
      text-transform: uppercase;
      margin-top: 3px; }
    .portrait-warning-message .logo {
      display: inline-block;
      width: 15vw;
      height: 15vw;
      background-image: url("../images/logo.png");
      background-size: 100%;
      background-repeat: no-repeat;
      margin-top: 5vw; }
    .portrait-warning-message .url {
      font-size: 3vw; }
    .portrait-warning-message .message-br {
      width: 50%;
      height: 1px;
      background-color: #d7001c;
      margin-top: 4vw;
      display: inline-block; } }
@font-face {
  font-family: 'open_sans_light';
  src: url("./../fonts/OpenSans-Light-webfont.eot");
  src: url("./../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/OpenSans-Light-webfont.woff") format("woff"), url("./../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("./../fonts/OpenSans-Light-webfont.svg#open_sans_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans_bold';
  src: url("./../fonts/OpenSans-Bold-webfont.eot");
  src: url("./../../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("./../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("./../fonts/OpenSans-Bold-webfont.svg#open_sans_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  color: black;
  font-family: "open_sans_light", sans-serif; }

.center-text {
  text-align: center; }

.bold {
  font-family: "open_sans_bold", sans-serif; }

.entrence-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  top: 0;
  left: 0; }

#zoom {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 54.5vw;
  top: 0;
  left: 0;
  background-color: white; }

.intro-player {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: auto; }

.text-box {
  width: 100%;
  height: 25%;
  z-index: 5;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: .75vw;
  color: black;
  text-align: left;
  z-index: 20;
  padding: 1vw;
  padding-right: 6vw; }
  .text-box span {
    display: block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    font-size: 1.8vw; }
  .text-box .title {
    margin-top: 1%;
    font-size: 2vw;
    font-family: "open_sans_bold", sans-serif; }
  .text-box i {
    position: absolute;
    top: .5vw;
    right: 1vw;
    color: black;
    cursor: pointer;
    font-size: 3vw; }
  .text-box i:hover {
    opacity: .5; }

.cable-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  height: 22%;
  text-align: left;
  font-family: "open_sans_bold", sans-serif;
  margin: auto;
  background-image: url("../images/title-bg.png");
  background-size: 8%;
  background-repeat: repeat-x;
  color: white;
  padding-left: 2.5vw;
  line-height: 22%; }
  .cable-title h1 {
    font-size: 3vw;
    margin-top: 3.5%; }

.cable-title-gb {
  background-image: url("../images/title-g-bg.png"); }

.cable-title-before {
  position: absolute;
  margin: auto;
  text-align: center;
  z-index: 5;
  width: 100%;
  top: 63%;
  font-family: "open_sans_bold", sans-serif;
  color: white; }
  .cable-title-before h1 {
    font-size: 2.3vw;
    margin-top: 1vw;
    margin-bottom: 1vw; }

.click-to-play {
  width: 100%;
  height: 33%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: white;
  z-index: 50; }

.click-to-play-textbox {
  width: 17vw;
  height: 7vw;
  border: 1px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 6vw;
  cursor: pointer;
  color: white; }
  .click-to-play-textbox span {
    font-size: 2vw; }

.click-to-play-textbox:hover {
  opacity: .8; }

.error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 60; }

.error-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 200px;
  border: 3px solid white;
  text-align: center;
  z-index: 61;
  padding-top: 40px; }
  .error-box .error-title {
    font-size: 40px; }
  .error-box span {
    display: block;
    font-size: 30px;
    color: white; }

.rotate-icon {
  position: absolute;
  z-index: 4;
  width: 4.5vw;
  height: 6.5vw;
  background-image: url(../images/scrub.png);
  background-size: cover;
  top: 25vw;
  left: 1vw; }

.page-title {
  position: absolute;
  top: 5%;
  left: 5%;
  min-width: 300px;
  min-height: 40px;
  border-bottom: 1px solid #cbcbcb; }

.alert {
  margin-top: 30px; }

.player {
  position: absolute;
  top: -80px;
  left: 40px; }
  .player .mediaplayer {
    height: 200px;
    width: 300px; }

.playVid {
  position: absolute;
  top: 525px;
  left: 50px;
  height: 60px;
  width: 60px;
  z-index: 100;
  font-size: 350%;
  opacity: 1;
  color: black; }

.pauseVid {
  position: absolute;
  top: 525px;
  left: 50px;
  height: 60px;
  width: 60px;
  font-size: 350%;
  z-index: 99;
  opacity: 0;
  color: black; }

.defaultBar {
  position: absolute;
  width: 900px;
  height: 30px;
  top: 550px;
  left: 208px;
  background-color: black; }
  .defaultBar #progressBar {
    position: absolute;
    width: 0;
    height: 30px;
    background-color: black;
    z-index: 100; }

.scrubber {
  position: absolute;
  width: 930px;
  height: 50px;
  top: 550px;
  left: 208px;
  z-index: 200; }

.hider {
  position: absolute;
  top: -80px;
  right: 0;
  height: 600px;
  width: 500px;
  overflow: hidden; }

.chapterstitle {
  position: absolute;
  top: 260px;
  left: -280px;
  width: 610px;
  height: 50px;
  text-align: center;
  transform: rotate(270deg);
  background-color: black;
  font-size: 140%; }

.popout {
  position: absolute;
  top: 0;
  left: 460px;
  height: 600px;
  width: 500px;
  background-color: black;
  z-index: 9999; }

.popout:hover {
  transition-duration: 1s;
  -webkit-transform: translate(-400px, 0);
  -moz-transform: translate(-400px, 0);
  -o-transform: translate(-400px, 0);
  -ms-transform: translate(-400px, 0);
  transform: translate(-400px, 0); }

.chapter {
  width: 500px;
  height: 100px;
  padding-top: 10px;
  margin-bottom: 15px;
  background-color: black;
  cursor: pointer; }

.pin-container {
  z-index: 4; }

.map-pin {
  width: 2.1vw;
  height: 2.2vw;
  color: #d7001c;
  padding-left: 2px;
  cursor: pointer;
  background-image: url("../images/pin.png");
  background-size: cover;
  min-width: 30px;
  min-height: 30px; }

.globalpin {
  background-image: url("../images/pin-g.png"); }

.map-pin:hover {
  opacity: .5; }

.activedpin {
  background-image: url("../images/pin-b.png"); }

.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto; }

.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */ }

.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */ }

.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block; }

.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11; }

.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/assets/sprites.png) no-repeat;
  text-indent: -99999px; }

.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important; }

.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important; }

.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important; }

.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important; }

/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }
