/* 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; }

body {
  background-color: #515151;
  overflow: hidden; }
  body ::-webkit-scrollbar {
    width: 0;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */ }

.header-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: .5vw;
  width: 100.5%;
  background-color: #ff8a36;
  z-index: 9; }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 165px;
  width: 100%;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .logo img {
    margin-top: 16px;
    margin-right: 35px; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  top: 0;
  left: 0; }

.childdivision {
  position: absolute;
  width: 100vw;
  height: 59.8vw;
  max-height: 100vh;
  max-width: 168vh;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

@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; }

#lightbox {
  margin-top: 300px; }
  #lightbox .lb-caption {
    font-size: 100%; }

.thumbnail {
  display: inline-block;
  z-index: -1;
  margin-left: 35px;
  cursor: pointer;
  text-align: center; }
  .thumbnail .image {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat; }
  .thumbnail .image:hover {
    opacity: .8; }
  .thumbnail .video {
    margin-left: -5px; }
  .thumbnail i {
    position: absolute;
    font-size: 35px;
    margin-left: -18px;
    margin-top: 20px; }
  .thumbnail .title {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    color: black; }
  .thumbnail span {
    display: block; }
  .thumbnail .image-title {
    margin-top: 20px;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "open_sans_light", sans-serif; }
  .thumbnail .sub-text {
    margin-top: 5px;
    color: black;
    font-size: 15px;
    font-weight: 100;
    font-family: "open_sans_light", sans-serif; }

.thumbnail:hover i {
  display: none; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(1px); } }

.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: rgba(81, 81, 81, 0.8); }

.pauseVid {
  position: absolute;
  top: 525px;
  left: 50px;
  height: 60px;
  width: 60px;
  font-size: 350%;
  z-index: 99;
  opacity: 0;
  color: rgba(81, 81, 81, 0.8); }

.defaultBar {
  position: absolute;
  width: 900px;
  height: 30px;
  top: 550px;
  left: 208px;
  background-color: rgba(151, 151, 151, 0.3); }
  .defaultBar #progressBar {
    position: absolute;
    width: 0;
    height: 30px;
    background-color: rgba(81, 81, 81, 0.8);
    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: #333333;
  font-size: 140%; }

.popout {
  position: absolute;
  top: 0;
  left: 460px;
  height: 600px;
  width: 500px;
  background-color: rgba(81, 81, 81, 0.8);
  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: rgba(51, 51, 51, 0.5);
  cursor: pointer; }

.pinContainer {
  z-index: 4; }

.map-pin {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #515151;
  text-align: center;
  cursor: pointer; }
  .map-pin span {
    width: 30px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .map-pin i {
    margin-top: 6px; }

.building-pins .map-pin:hover {
  background-color: #f74a31; }

.building-pins .activedpin {
  background-color: #f74a31; }

.accommodation-pins .map-pin:hover {
  background-color: #e1006a; }

.accommodation-pins .activedpin {
  background-color: #e1006a; }

.carparking-pins .map-pin:hover {
  background-color: #00d4e1; }

.carparking-pins .activedpin {
  background-color: #00d4e1; }

.cashmachines-pins .map-pin {
  background-color: #00df83; }

.restaurants-pins .map-pin {
  color: #515151;
  background-color: #e1d400; }

.mobile-building-pins .map-pin {
  background-color: #f74a31; }

.mobile-accommodation-pins .map-pin {
  background-color: #e1006a; }

.mobile-carparking-pins .map-pin {
  background-color: #00d4e1; }

.mobile-cashmachines-pins .map-pin {
  background-color: #00df83; }

.mobile-restaurants-pins .map-pin {
  color: #515151;
  background-color: #e1d400; }

.acmenu {
  width: 250px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.acmenu label {
  display: block;
  position: relative;
  height: 25px;
  padding-top: 4px;
  cursor: pointer;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: white;
  z-index: 2;
  padding-left: 20px; }
  .acmenu label i {
    margin-right: 10px;
    color: #5e696f; }

.acmenu input {
  display: none; }

.acmenu article {
  width: 100%;
  padding-top: -20px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  transition: height 250ms ease-in-out;
  -moz-transition: height 250ms ease-in-out;
  -webkit-transition: height 250ms ease-in-out; }

.acmenu article.active {
  background-color: #f74a31;
  color: #333333;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: height 250ms ease-in-out;
  -moz-transition: height 250ms ease-in-out;
  -webkit-transition: height 250ms ease-in-out; }

.title-item {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding-left: 50px;
  margin-top: 0; }

.sub-item {
  font-size: 10px;
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  height: 20px;
  padding-left: 50px;
  margin-top: -10px;
  line-height: 20px; }
  .sub-item .fa-spinner {
    font-size: 23px !important;
    margin-top: -2px; }
  .sub-item i {
    position: absolute;
    right: 16px;
    font-size: 32px;
    margin-top: -5px; }
  .sub-item i:hover {
    opacity: .8; }

.sub-item:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.actived {
  color: white;
  background-color: #ff8a36; }

.actived:hover {
  color: white;
  background-color: #ff8a36; }

.demo-player {
  width: 53vw;
  opacity: 0;
  transition: .65s; }

.alert {
  margin-top: 30px; }

.item-show {
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
  transition: .65s !important; }

.navi-show {
  display: block !important;
  transition: .65s !important; }

.show-player {
  opacity: 1 !important;
  transition: .65s; }

.show-navigation {
  opacity: 1 !important;
  display: block !important;
  transition: .65s; }

.show-intro {
  opacity: 1 !important;
  transition: .65s; }

.show-master-player {
  opacity: 1 !important;
  z-index: 8 !important;
  transition: .65s; }

.hide-navigation {
  opacity: 0 !important;
  transition: .65s; }

.language-filter {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: .65s; }

body {
  overflow: hidden;
  color: white; }

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

.loading-page {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5000;
  transition: .8s; }
  .loading-page .logo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../images/logo.png");
    width: 23vw;
    height: 4.7vw;
    background-size: 100%;
    background-repeat: no-repeat; }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

.animation-fade-in {
  animation-name: fadein;
  animation-duration: 0.8s; }

.tu-logo {
  background-image: url("../images/tu-full-logo.png");
  width: 130px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 13px; }

.ng-cloak {
  display: none !important; }

.loading-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .loading-filter .loading-content {
    width: 150px;
    height: 55px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.scene-change {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #515151;
  z-index: 5; }

.desktop-map {
  position: absolute;
  top: 0;
  left: 21%;
  z-index: 0;
  width: 79.5%;
  height: 100%;
  overflow: hidden; }
  .desktop-map video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%); }
  .desktop-map .logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.screen-protector {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; }

.cam01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cam01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: .65s; }

.cam02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cam02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: .65s; }

.darlo-btn {
  position: absolute;
  right: 15vw;
  top: 1vw;
  width: 6vw;
  height: 6vw;
  cursor: pointer;
  font-size: .7vw;
  z-index: 3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s;
  padding-top: .5vw;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4); }
  .darlo-btn .map-img {
    width: 3.5vw;
    height: 4vw;
    background-image: url("../images/darlo-map.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block; }
  .darlo-btn .text {
    font-size: .6vw; }

.darlo-btn:hover {
  opacity: .5;
  transition: .65s; }

.angle-change {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 13vw;
  height: 2.7vw;
  z-index: 3;
  text-align: center;
  line-height: 2.7vw;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 1vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s; }

.angle-change:hover {
  opacity: .5;
  transition: .65s; }

@supports (clip-path: polygon(0vw 0vw, 13vw 0vw, 13vw 100vh, 0vw 100vh)) {
  .dropDown {
    transform: translateY(-5em); } }

@supports not (clip-path: polygon(0vw 0vw, 13vw 0vw, 13vw 100vh, 0vw 100vh)) {
  .dropDown {
    transform: scaleY(0); } }

.dropDown {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform-origin: top left;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background: rgba(0, 0, 0, 0.7);
  max-height: 50vh;
  overflow-y: auto; }
  .dropDown .filterDeslected {
    color: #565353; }
  .dropDown .topButtons {
    background-color: rgba(0, 0, 0, 0.4); }
  .dropDown .selectAllButton, .dropDown .selectNoneButton {
    display: inline-block;
    positoon: absolute;
    width: 45%;
    font-size: 0.8em;
    font-family: "open_sans_bold", sans-serif;
    cursor: pointer; }
  .dropDown .filterLabel {
    font-size: 0.8em;
    display: table-cell; }
  .dropDown .filterCheck {
    display: table-cell;
    font-size: 2vmin;
    width: 2vmin;
    padding-right: 1.5vmin;
    vertical-align: middle; }
  .dropDown .filterOption {
    display: table;
    line-height: 0.9em;
    text-align: left;
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    width: 100%;
    cursor: pointer; }

.schoolFilter:focus .dropdownMask > .dropDown {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 4;
  transform: translateY(0%);
  transform: scaleY(1);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.schoolFilter:focus-within .dropdownMask > .dropDown {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 4;
  transform: translateY(0%);
  transform: scaleY(1);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.schoolFilter:hover .dropdownMask > .dropDown {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 4;
  transform: translateY(0%);
  transform: scaleY(1);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.dropdownMask {
  clip-path: polygon(0vw 0vw, 13vw 0vw, 13vw 100vh, 0vw 100vh); }
  .dropdownMask ::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 5px !important;
    background-color: rgba(100, 100, 100, 0.9) !important; }
  .dropdownMask ::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9) !important; }

.schoolFilter {
  position: absolute;
  right: 1vw;
  top: 4.2vw;
  width: 13vw;
  height: 2.7vw;
  z-index: 4;
  text-align: center;
  line-height: 2.7vw;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 1vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s; }

.masterplan-btn {
  position: absolute;
  right: 1vw;
  top: 4vw;
  width: 13vw;
  height: 3vw;
  z-index: 3;
  text-align: center;
  background-color: #ff8a35;
  cursor: pointer;
  font-size: 1vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s;
  padding-top: 0.2vw;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4); }
  .masterplan-btn i {
    position: absolute;
    left: 1.5vw;
    font-size: 2vw;
    top: .5vw; }
  .masterplan-btn .text {
    display: inline-block;
    text-align: left;
    margin-left: 3vw;
    font-size: .9vw;
    margin-top: .4vw; }
    .masterplan-btn .text span {
      display: block;
      margin-top: -0.2vw; }

.campus-map-pin {
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 1.5vw;
  background-color: #515151;
  text-align: center;
  line-height: 1.5vw;
  font-family: "open_sans_bold", sans-serif;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: .7vw;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: .65s; }

.campus-map-pin:hover {
  opacity: .8;
  transition: .65s; }

.schoolFiltered {
  transform: scale(2);
  border: #fff solid 1px; }

.map-pin-orange {
  background-color: #F94930; }

.map-pin-hall {
  background-color: #E1026A; }

.map-pin-parking {
  background-color: #00D4E3; }

.map-pin-cafe {
  background-color: #E1D402; }

.map-pin-atm {
  background-color: #00E182; }

.map-pin-active {
  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  font-size: 1.5vw;
  z-index: 500; }

.map-pin-faded-out {
  opacity: .5; }

.campus-map-intro-container {
  width: 38vw;
  height: 18vw;
  background-color: rgba(111, 132, 136, 0.9);
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  z-index: 501;
  transition: .65s; }
  .campus-map-intro-container .intro-title {
    width: 100%;
    height: 2.3vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff8a36;
    padding-left: 1vw; }
    .campus-map-intro-container .intro-title .title-number {
      width: 1.5vw;
      height: 1.5vw;
      background-color: white;
      border-radius: 1.5vw;
      color: #ff8a36;
      font-size: 1vw;
      margin-right: .5vw;
      position: absolute;
      top: .3vw;
      text-align: center;
      font-family: "open_sans_bold", sans-serif;
      line-height: 1.5vw; }
    .campus-map-intro-container .intro-title .title-text {
      margin-left: 2.5vw;
      display: inline-block;
      font-size: 1.5vw;
      font-family: "open_sans_bold", sans-serif; }
    .campus-map-intro-container .intro-title .close-btn {
      position: absolute;
      right: 1vw;
      top: 0;
      font-size: 1.5vw;
      color: white; }
  .campus-map-intro-container .intro-content {
    position: absolute;
    left: 1vw;
    top: 2.5vw;
    height: 11.5vw;
    width: 23vw;
    overflow-y: auto; }
    .campus-map-intro-container .intro-content span {
      display: block;
      margin-top: .5vw; }
  .campus-map-intro-container .intro-feature-img {
    position: absolute;
    left: 25vw;
    top: 3vw;
    width: 12vw;
    height: 10vw;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
  .campus-map-intro-container .intro-gallery-btn {
    width: 7vw;
    height: 2vw;
    background-color: #ff8a35;
    color: white;
    font-family: "open_sans_bold", sans-serif;
    line-height: 2vw;
    position: absolute;
    text-align: center;
    top: 16vw;
    right: 1vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .65s; }
  .campus-map-intro-container .intro-gallery-btn:hover {
    opacity: .8;
    transition: .65s; }
  .campus-map-intro-container .intro-gallery {
    position: absolute;
    left: .5vw;
    top: 2.5vw;
    height: 11.5vw;
    width: 37vw;
    overflow-y: auto; }
    .campus-map-intro-container .intro-gallery .gallery-thumbnail {
      width: 5vw;
      height: 5vw;
      border: 0.3vw solid white;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: inline-block;
      margin-left: 1vw;
      margin-top: 0.5vw;
      transition: .65s;
      position: relative;
      text-align: center;
      cursor: pointer; }
      .campus-map-intro-container .intro-gallery .gallery-thumbnail .player-icon {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 2vw; }
    .campus-map-intro-container .intro-gallery .gallery-image-section-title {
      width: 5vw;
      height: 5vw;
      border: 0.3vw solid white;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: inline-block;
      margin-left: 1vw;
      margin-top: 0.5vw;
      transition: .65s;
      position: relative;
      text-align: center;
      background-color: #879FA3; }
    .campus-map-intro-container .intro-gallery .gallery-thumbnail:hover {
      width: 5.5vw;
      height: 5.5vw;
      transition: .65s; }

.campus-map-intro-container-second-position {
  left: 29vw;
  transition: .65s; }

.map-darlo-filter {
  position: absolute;
  width: 100.6%;
  height: 100%;
  z-index: 10; }

.map-darlo-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("../images/regionZoomDev.jpg");
  background-size: 100%;
  opacity: 0;
  transition: .65s; }

.map-darlo-bubble {
  position: relative;
  background: #FFF;
  border-radius: .4em;
  height: 50vmin;
  width: 30vmin;
  z-index: 12;
  top: calc(61% - 56.5vmin);
  left: calc(29% - 30vmin);
  border: .5vw solid #FF8A35;
  text-align: center;
  color: #262722;
  opacity: 0;
  transition: .65s;
  font-size: 1.5vmin; }
  .map-darlo-bubble .image {
    width: 100.2%;
    height: 35%;
    background-image: url("../images/darlo.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }
  .map-darlo-bubble .imageNHC {
    width: 100.2%;
    height: 35%;
    background-image: url("../images/nhc.jpg");
    background-size: 100%;
    background-repeat: no-repeat; }
  .map-darlo-bubble span {
    display: inline-block;
    margin: 0.8vmin 0 0.8vmin 0; }
  .map-darlo-bubble .bubbleTitle {
    font-family: "open_sans_bold", sans-serif;
    font-size: 2vmin;
    padding: 0.9vmin 0 1vmin 0;
    background-color: #ff8a35;
    color: #fff; }

.map-darlo-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 59%;
  width: 0;
  height: 0;
  border: 6.5vmin solid transparent;
  border-top-color: #FF8A35;
  border-bottom: 0;
  border-right: 0;
  margin-left: 6vmin;
  margin-bottom: -6.9vmin; }

.map-darlo-close-btn {
  width: 5.55vw;
  height: 3vw;
  background-color: #FF8A35;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 13;
  opacity: 0;
  transition: .65s;
  cursor: pointer; }

.map-darlo-close-btn:hover {
  opacity: .8;
  transition: .65s; }

.show-bubble {
  opacity: 1;
  transition: .65s; }

.intro-link-btn {
  right: 9vw !important;
  width: auto !important;
  right: 9vw;
  width: auto;
  padding-left: 0.5vw;
  padding-right: 0.5vw; }
  .intro-link-btn a {
    color: white !important; }

.map-darlo-filter {
  position: absolute;
  width: 100.6%;
  height: 100%;
  z-index: 10; }

.mobile-map-darlo-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8); }

.mobile-map-darlo-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("../images/mobile-darlington-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: .65s; }

.map-darlo-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("../images/regionZoomDev.jpg");
  background-size: 100%;
  opacity: 0;
  transition: .65s; }

.map-darlo-bubble {
  position: relative;
  background: #FFF;
  border-radius: .4em;
  height: 50vmin;
  width: 30vmin;
  z-index: 12;
  top: calc(61% - 56.5vmin);
  left: calc(29% - 30vmin);
  border: .5vw solid #FF8A35;
  text-align: center;
  color: #262722;
  opacity: 0;
  transition: .65s;
  font-size: 1.5vmin; }

.map-darlo-bubble .image {
  width: 100.2%;
  height: 35%;
  background-image: url("../images/darlo.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

.map-darlo-bubble .imageNHC {
  width: 100.2%;
  height: 35%;
  background-image: url("../images/nhc.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }

.map-darlo-bubble span {
  display: inline-block;
  margin: 0.8vmin 0 0.8vmin 0; }

.map-darlo-bubble .bubbleTitle {
  font-family: "open_sans_bold", sans-serif;
  font-size: 2vmin;
  padding: 0.9vmin 0 1vmin 0;
  background-color: #ff8a35;
  color: #fff; }

.map-darlo-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 59%;
  width: 0;
  height: 0;
  border: 6.5vmin solid transparent;
  border-top-color: #FF8A35;
  border-bottom: 0;
  border-right: 0;
  margin-left: 6vmin;
  margin-bottom: -6.9vmin; }

.mobile-map-darlo-bubble {
  /*    top: 30%;
    left: 0; */ }

.map-darlo-close-btn {
  width: 5.55vw;
  height: 3vw;
  background-color: #FF8A35;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 13;
  opacity: 0;
  transition: .65s;
  cursor: pointer; }

.map-darlo-close-btn:hover {
  opacity: .8;
  transition: .65s; }

.mobile-map-darlo-close-btn {
  width: 100%;
  height: 5vh;
  background-color: #FF8A35;
  font-size: 1.8vh;
  line-height: 5vh;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 13;
  opacity: 0;
  transition: .65s;
  cursor: pointer; }

.show-bubble {
  opacity: 1;
  transition: .65s; }

.mobile-nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4vh;
  background-color: #ff8a36;
  z-index: 8;
  text-align: center;
  line-height: 4vh;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 2vh;
  opacity: 0; }

.mobile-nav-header .number,
.mobile-nav-header .title {
  display: inline-block;
  font-family: "open_sans_bold", sans-serif; }

.mobile-nav-header .number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  background: #f74a31; }

.mobile-nav-header p {
  text-align: center; }

.mobile-nav-header i {
  position: absolute;
  font-size: 40px;
  top: 5px;
  right: 20px; }

.mobile-map {
  position: fixed;
  width: 100%;
  height: 63vw;
  padding-top: 3vh; }

.mobile-cam01 {
  position: absolute;
  top: 4vh;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cam01.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: .65s; }

.mobile-cam02 {
  position: absolute;
  top: 4vh;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/cam02.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: .65s; }

.mobile-map-pin {
  width: 100%;
  height: 63vw;
  position: absolute;
  top: 4vh;
  right: 0;
  z-index: 1;
  transition: .65s; }

.mobile-nav-icon-container {
  width: 100%;
  height: 12%;
  margin-top: 73vw;
  padding-right: 1vh;
  padding-top: 1vh;
  color: #515151;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mobile-nav-icon-container .icon-title {
  color: white;
  margin-bottom: .5vh;
  font-size: 2vh; }

.mobile-nav-icon-container .icon {
  width: 15%;
  height: 5vh;
  margin-bottom: 1vw;
  background-color: white;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5vh;
  cursor: pointer;
  color: white;
  margin-left: .5vw;
  cursor: pointer;
  -webkit-box-shadow: 0 0.4vh 0.8vh 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0.4vh 0.8vh 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.4vh 0.8vh 0 rgba(255, 255, 255, 0.4); }

.mobile-nav-icon-container .icon i {
  position: relative;
  top: 41%;
  transform: translateY(-50%); }

.mobile-nav-icon-container .icon div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "open_sans_bold", sans-serif; }

.mobile-nav-icon-container .icon-uni-building {
  border-top: .6vh solid #F84930;
  color: #F84930; }

.mobile-nav-icon-container .icon-atm {
  border-top: .6vh solid #00E082;
  color: #00E082; }

.mobile-nav-icon-container .icon-cafe {
  border-top: .6vh solid #E1D402;
  color: #E1D402; }

.mobile-nav-icon-container .icon-parking {
  border-top: .6vh solid #00D4E2;
  color: #00D4E2; }

.mobile-nav-icon-container .icon-hall {
  border-top: .6vh solid #E1026A;
  color: #E1026A; }

.mobile-nav-content-container {
  width: 100%;
  height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 2vh;
  padding-right: 2vh;
  padding-bottom: 54vh;
  color: #272822;
  position: fixed; }

.mobile-nav-content-container .nav-building-container {
  margin-bottom: 5vh;
  transition: .65s; }

.mobile-nav-content-container .nav-building-container .nav-building-title {
  font-family: "open_sans_bold", sans-serif;
  width: 100%;
  border-bottom: 1px solid #708488;
  padding-bottom: .5vh;
  padding-top: .8vh;
  font-size: 2.3vh; }

.mobile-nav-content-container .nav-building-container .nav-building-title i {
  margin-right: .1vw; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title {
  font-family: "open_sans_bold", sans-serif;
  width: 100%;
  border-bottom: 1px solid #708488;
  padding-bottom: .3vh;
  padding-top: 2vh;
  font-size: 1.9vh;
  margin-top: 1.1vw; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title i {
  margin-right: .2vw; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title .orange {
  color: #ea9797; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title .blue {
  color: #97D5EA; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title .purple {
  color: #DAC4DE; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title .green {
  color: #AADDD4; }

.mobile-nav-content-container .nav-building-container .nav-building-sub-title .yellow {
  color: #F4EB5E; }

.mobile-nav-content-container .nav-building-container .nav-building-btn {
  width: 100%;
  border-bottom: 1px solid #708488;
  font-size: 2vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 1.5vh;
  cursor: pointer;
  padding-left: .5vw;
  transition: .3s; }

.mobile-nav-content-container .nav-building-container .nav-building-btn i {
  font-size: .6vw;
  margin-right: 1vw; }

.mobile-nav-content-container .nav-building-container .nav-building-btn .number {
  font-family: "open_sans_bold", sans-serif;
  margin-right: 1vw; }

.mobile-nav-content-container .nav-building-container .nav-building-btn:hover {
  color: rgba(40, 40, 34, 0.5);
  transition: .65s; }

.mobile-nav-content-container .nav-building-container .actived-nav-building-btn {
  background-color: rgba(249, 73, 48, 0.8);
  color: white !important;
  transition: .3s; }

.mobile-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #879fa3;
  overflow-y: hidden;
  transition: .65s;
  opacity: 1; }

.mobile-angle-change {
  position: absolute;
  right: 1vh;
  top: 5vh;
  width: 15vh;
  height: 3vh;
  z-index: 3;
  text-align: center;
  line-height: 3vh;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 1.5vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s; }

.mobile-map-pin-active {
  width: 3vh;
  height: 3vh;
  line-height: 3vh;
  border-radius: 3vh;
  font-size: 2vh; }

.mobile-data-btn {
  position: absolute;
  left: 17vh;
  bottom: -3vh;
  width: 15vh;
  height: 3vh;
  z-index: 3;
  text-align: center;
  line-height: 3vh;
  background-color: #F94930;
  cursor: pointer;
  font-size: 1.2vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6); }

.mobile-masterplan-btn {
  position: absolute;
  left: 1vh;
  bottom: -3vh;
  width: 15vh;
  height: 3vh;
  z-index: 7;
  text-align: center;
  line-height: 3vh;
  background-color: #F94930;
  cursor: pointer;
  font-size: 1.2vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6); }

.mobile-masterplan-cancel-btn {
  position: absolute;
  left: 1vh;
  top: 49vh;
  width: 15vh;
  height: 3vh;
  z-index: 7;
  text-align: center;
  line-height: 3vh;
  background-color: #F94930;
  cursor: pointer;
  font-size: 1.5vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6); }

.mobile-masterplan-large-btn {
  position: absolute;
  left: 17vh;
  top: 49vh;
  width: 15vh;
  height: 3vh;
  z-index: 7;
  text-align: center;
  line-height: 3vh;
  background-color: #F94930;
  cursor: pointer;
  font-size: 1.5vh;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .65s;
  -webkit-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2vw 0.4vw 0 rgba(0, 0, 0, 0.6); }

.mobile-infobox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #879fa3;
  overflow-y: hidden;
  transition: .65s;
  opacity: 1; }

.mobile-infobox .mobile-intro-moreinfo-btn {
  position: absolute;
  bottom: 9vh;
  font-size: 5vw;
  background-color: #ff8a35;
  height: 9vh;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 9vh; }
  .mobile-infobox .mobile-intro-moreinfo-btn a {
    color: white !important; }

.mobile-infobox .mobile-intro-image-container {
  position: relative;
  margin-top: 3vh;
  width: 100%;
  height: 32vh;
  background-color: rgba(0, 0, 0, 0.5); }

.mobile-infobox .mobile-intro-image-container .gallery-left-btn {
  position: absolute;
  left: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  font-size: 5vw;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  transition: .65s; }

.mobile-infobox .mobile-intro-image-container .gallery-right-btn {
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  font-size: 5vw;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  transition: .65s; }

.mobile-infobox .mobile-intro-image-container .gallery-content {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: 11; }

.mobile-infobox .mobile-intro-image-container video {
  height: 100%;
  width: 100%; }

.mobile-infobox .mobile-intro-content-container {
  width: 100%;
  height: 56vh;
  padding-top: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  background-color: #648186;
  overflow-y: auto;
  text-align: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mobile-infobox .mobile-intro-content-container span {
  display: block;
  margin-top: 2vh; }

.mobile-infobox .mobile-intro-back-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vh;
  font-size: 3vh;
  line-height: 10vh;
  font-family: "open_sans_bold", sans-serif;
  background-color: #879fa3;
  text-align: center; }

.mobile-master-player {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  width: 100%; }

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

.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
  height: 2vw;
  background-color: #ff8a36;
  z-index: 5;
  text-align: center;
  line-height: 2vw;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1vw;
  opacity: 0; }
  .nav-header .number,
  .nav-header .title {
    display: inline-block;
    font-family: "open_sans_bold", sans-serif; }
  .nav-header .number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background: #f74a31; }
  .nav-header p {
    text-align: center; }
  .nav-header i {
    position: absolute;
    font-size: 40px;
    top: 5px;
    right: 20px; }
  .nav-header .nav-logo {
    position: absolute;
    width: 30px;
    height: 34px;
    background-image: url("../images/tu-logo-white.png");
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 30px;
    display: initial; }

.nav-icon-container {
  width: 100%;
  padding-top: 2.8vw;
  padding-right: 1vw;
  color: #515151;
  background-color: #648186;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .nav-icon-container .icon-title {
    color: white;
    margin-bottom: .7vw;
    font-size: 1vw; }
  .nav-icon-container .icon {
    width: 15%;
    height: 2vw;
    margin-bottom: 1vw;
    background-color: white;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-size: .8vw;
    cursor: pointer;
    color: white;
    margin-left: .5vw;
    cursor: pointer;
    -webkit-box-shadow: 0 0.4vw 0.8vw 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0.4vw 0.8vw 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0.4vw 0.8vw 0 rgba(255, 255, 255, 0.4); }
    .nav-icon-container .icon i {
      position: relative;
      top: 41%;
      transform: translateY(-50%); }
    .nav-icon-container .icon div {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-family: "open_sans_bold", sans-serif; }
  .nav-icon-container .icon-uni-building {
    border-top: .3vw solid #F84930;
    color: #F84930;
    transition: .65s; }
  .nav-icon-container .icon-atm {
    border-top: .3vw solid #00E082;
    color: #00E082;
    transition: .65s; }
  .nav-icon-container .icon-cafe {
    border-top: .3vw solid #E1D402;
    color: #E1D402;
    transition: .65s; }
  .nav-icon-container .icon-parking {
    border-top: .3vw solid #00D4E2;
    color: #00D4E2;
    transition: .65s; }
  .nav-icon-container .icon-hall {
    border-top: .3vw solid #E1026A;
    color: #E1026A;
    transition: .65s; }
  .nav-icon-container .icon-active-uni-building {
    background-color: #F84930;
    color: white;
    transition: .65s; }
  .nav-icon-container .icon-active-atm {
    background-color: #00E082;
    color: white;
    transition: .65s; }
  .nav-icon-container .icon-active-cafe {
    background-color: #E1D402;
    color: white;
    transition: .65s; }
  .nav-icon-container .icon-active-parking {
    background-color: #00D4E2;
    color: white;
    transition: .65s; }
  .nav-icon-container .icon-active-hall {
    background-color: #E1026A;
    color: white;
    transition: .65s; }

.nav-content-container {
  width: 100%;
  height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1vw;
  padding-right: 1vw;
  color: #272822;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .nav-content-container .nav-building-container {
    margin-bottom: 2vw;
    transition: .65s; }
    .nav-content-container .nav-building-container .nav-building-title {
      font-family: "open_sans_bold", sans-serif;
      width: 100%;
      border-bottom: 1px solid #708488;
      padding-bottom: .3vw;
      padding-top: .5vw;
      font-size: 1.2vw; }
      .nav-content-container .nav-building-container .nav-building-title i {
        margin-right: .1vw; }
    .nav-content-container .nav-building-container .nav-building-sub-title {
      font-family: "open_sans_bold", sans-serif;
      width: 100%;
      border-bottom: 1px solid #708488;
      padding-bottom: .3vw;
      padding-top: .5vw;
      font-size: .9vw;
      margin-top: 1.1vw; }
      .nav-content-container .nav-building-container .nav-building-sub-title i {
        margin-right: .2vw; }
      .nav-content-container .nav-building-container .nav-building-sub-title .orange {
        color: #ea9797; }
      .nav-content-container .nav-building-container .nav-building-sub-title .blue {
        color: #97D5EA; }
      .nav-content-container .nav-building-container .nav-building-sub-title .purple {
        color: #DAC4DE; }
      .nav-content-container .nav-building-container .nav-building-sub-title .green {
        color: #AADDD4; }
      .nav-content-container .nav-building-container .nav-building-sub-title .yellow {
        color: #F4EB5E; }
    .nav-content-container .nav-building-container .nav-building-btn {
      width: 100%;
      border-bottom: 1px solid #708488;
      font-size: .9vw;
      padding-top: .5vw;
      padding-bottom: .5vw;
      font-size: .8vw;
      cursor: pointer;
      padding-left: .5vw;
      transition: .3s; }
      .nav-content-container .nav-building-container .nav-building-btn i {
        font-size: .6vw;
        margin-right: 1vw; }
      .nav-content-container .nav-building-container .nav-building-btn .number {
        font-family: "open_sans_bold", sans-serif;
        margin-right: 1vw; }
    .nav-content-container .nav-building-container .nav-building-btn:hover {
      color: rgba(40, 40, 34, 0.5);
      transition: .65s; }
    .nav-content-container .nav-building-container .actived-nav-building-btn {
      background-color: rgba(249, 73, 48, 0.8);
      color: white !important;
      transition: .3s; }

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 21%;
  height: 100%;
  background-color: #879fa3;
  transition: .65s;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  ms-flex-direction: column; }
  .navigation .acmenu {
    position: relative;
    top: 75px;
    width: 100%; }
  .navigation ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .navigation ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .navigation .itembackground {
    width: 100%;
    height: 15px; }
  .navigation .itembackground:hover {
    background-color: #f74a31; }

.orangebox {
  color: #f74a31 !important;
  background-color: #f74a31 !important; }

.yellowbox {
  color: #00d4e1 !important;
  background-color: #00d4e1 !important; }

.pinkbox {
  color: #e1006a !important;
  background-color: #e1006a !important; }

.greenbox {
  color: #00df83 !important;
  background-color: #00df83 !important; }

.bluebox {
  color: #e1d400 !important;
  background-color: #e1d400 !important; }

.thin-nav {
  margin-top: -20px; }

.nav-more-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: white;
  opacity: .7;
  z-index: 10; }
  .nav-more-icon .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: black;
    text-align: center;
    margin: auto;
    font-size: .7vw; }
  .nav-more-icon i {
    margin-top: -5%;
    font-size: 2vw; }

.video-navigation {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 21%;
  height: 100%;
  background-color: #879fa3;
  overflow-y: auto;
  opacity: 0;
  transition: .65s;
  text-align: center;
  display: none;
  padding-top: 3vw; }
  .video-navigation .ctrl-container {
    display: block;
    width: 100%;
    height: 14.5%;
    position: absolute;
    bottom: 0;
    cursor: pointer; }
    .video-navigation .ctrl-container .icon-title {
      color: white;
      margin-bottom: .7vw;
      font-size: 1vw; }
    .video-navigation .ctrl-container .control-icon {
      width: 7vmin;
      height: 7vmin;
      line-height: 7vmin;
      border-radius: 7vmin;
      display: inline-block;
      background-color: #638186;
      color: #879fa3;
      font-size: 2.5vmin;
      transition: .65s;
      cursor: pointer; }
    .video-navigation .ctrl-container .controlsPositioner {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      display: block; }
    .video-navigation .ctrl-container .control-icon:hover {
      background-color: #ff8a35;
      color: white; }
  .video-navigation .masterPlanControls {
    position: absolute;
    bottom: 0px;
    height: 15%; }
  .video-navigation .chapter-container {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 85%;
    background-color: #638186;
    margin-top: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .video-navigation .chapter-container .timeline-container {
      width: 100%;
      height: 90%;
      position: absolute;
      top: 14%;
      left: 0; }
      .video-navigation .chapter-container .timeline-container .circle {
        position: absolute;
        left: 1.8%;
        transform: translatey(-0.3vmax);
        z-index: 5;
        background-image: url("../images/circle.svg");
        background-repeat: no-repeat;
        width: 10%;
        background-size: contain;
        height: 5vh; }
      .video-navigation .chapter-container .timeline-container .timeline-bg {
        width: 4%;
        height: 85%;
        background-color: #ff8a36;
        position: absolute;
        top: 2%;
        left: 5%;
        margin: auto; }
        .video-navigation .chapter-container .timeline-container .timeline-bg .timeline-line {
          width: 100%;
          position: absolute;
          top: 0;
          background-color: #ff8a35;
          overflow: hidden; }
        .video-navigation .chapter-container .timeline-container .timeline-bg .arrow-filter {
          box-sizing: border-box;
          height: 2vmax;
          width: 5%;
          border-style: solid;
          border-color: #628186;
          border-width: 0px .4vw .4vw 0px;
          transform: rotate(45deg);
          position: absolute;
          left: -.2%; }
        .video-navigation .chapter-container .timeline-container .timeline-bg .arrow-filter-bold {
          box-sizing: border-box;
          height: 5%;
          width: 5%;
          border-style: solid;
          border-color: #628186;
          border-width: 0px .8vw .8vw 0px;
          transform: rotate(45deg);
          position: absolute;
          left: -.2%; }
        .video-navigation .chapter-container .timeline-container .timeline-bg .start-circle {
          top: -0.5vmax; }
    .video-navigation .chapter-container .chapter-list-title {
      position: absolute;
      top: 3.8%;
      left: 0;
      width: 100%;
      height: 6%;
      background-color: rgba(0, 0, 0, 0.3);
      line-height: 2.5vmax;
      font-family: "open_sans_bold", sans-serif;
      font-size: 1vmax; }
    .video-navigation .chapter-container .chapter-list-item {
      position: absolute;
      display: inline-block;
      width: 80%;
      height: 10%;
      background-color: rgba(255, 255, 255, 0.3);
      margin-bottom: 1%;
      line-height: 8%;
      font-size: 95%;
      color: white;
      cursor: pointer;
      transition: .65s;
      right: 5%; }
      .video-navigation .chapter-container .chapter-list-item span {
        position: relative;
        top: 50%; }
      .video-navigation .chapter-container .chapter-list-item i {
        position: absolute;
        left: 1vmax;
        top: 1.3vmax;
        font-size: .5vmax; }
    .video-navigation .chapter-container .chapter-list-item-showing {
      opacity: 1;
      background-color: #ff7600 !important; }
    .video-navigation .chapter-container .chapter-list-item:hover {
      opacity: 0.6; }
    .video-navigation .chapter-container .chapter-list-item-actived {
      background-color: #ff7600 !important;
      transition: .65s; }

.video-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
  height: 2vmax;
  background-color: #ff8a36;
  z-index: 11;
  text-align: center;
  line-height: 2vw;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1vw;
  opacity: 0; }
  .video-header .title {
    display: inline-block;
    font-family: "open_sans_bold", sans-serif; }
  .video-header p {
    text-align: center; }

.video-filter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 501;
  transition: .4s;
  background-color: #C4262E; }
  .video-filter .loading {
    color: white;
    width: 8vw;
    height: 19vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 10vw; }

.video-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 500;
  transition: .5s; }
  .video-container dynamic-player .demo-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .5s; }
  .video-container .homebtn {
    position: absolute;
    top: 1vw;
    left: 1vw;
    z-index: 5;
    width: 5vw;
    height: 5vw;
    background-color: white;
    text-align: center;
    font-size: 2vw;
    line-height: 2.6em;
    border-radius: 50%;
    color: black;
    cursor: pointer; }
  .video-container .closebtn {
    position: absolute;
    top: 1vw;
    left: 1vw;
    z-index: 5;
    width: 5vw;
    height: 5vw;
    background-color: white;
    text-align: center;
    font-size: 2vw;
    line-height: 2.6em;
    border-radius: 50%;
    color: black;
    cursor: pointer; }
  .video-container .playbtn {
    position: absolute;
    top: 1vw;
    left: 7vw;
    z-index: 5;
    width: 5vw;
    height: 5vw;
    background-color: white;
    text-align: center;
    font-size: 2vw;
    line-height: 2.6em;
    border-radius: 50%;
    color: black;
    cursor: pointer; }
  .video-container .heart-beats-btn {
    -webkit-animation: heart-beats 3s infinite;
    animation: heart-beats 3s infinite; }
  .video-container .resetbtn {
    position: absolute;
    top: 1vw;
    left: 13vw;
    z-index: 5;
    width: 5vw;
    height: 5vw;
    background-color: white;
    text-align: center;
    font-size: 2vw;
    line-height: 2.6em;
    border-radius: 50%;
    color: black;
    cursor: pointer; }
  .video-container #seek-bar {
    width: 63.5vw;
    position: absolute;
    top: 2.5vw;
    z-index: 5;
    left: 21vw;
    height: 2vw; }
  .video-container .seekbar-icon {
    color: #2c3e50;
    font-size: 1vw;
    position: absolute;
    z-index: 5;
    top: .3vw;
    left: 49vw; }
  .video-container .plusbtn {
    position: absolute;
    top: 1vw;
    left: 93.5vw;
    z-index: 5;
    width: 5vw;
    height: 5vw;
    background-color: white;
    text-align: center;
    font-size: 2vw;
    line-height: 2.6em;
    border-radius: 50%;
    color: black;
    cursor: pointer; }
  .video-container .minorbtn {
    position: absolute;
    top: 1vw;
    left: 87.3vw;
    z-index: 5;
    width: 5vw;
    height: 5vw;
    background-color: white;
    text-align: center;
    font-size: 2vw;
    line-height: 2.6em;
    border-radius: 50%;
    color: black;
    cursor: pointer; }
  .video-container .disablebtn {
    opacity: .5; }

*, *:before, *:after {
  box-sizing: border-box; }

.range-slider {
  width: 100%; }

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: rgba(215, 220, 223, 0.5);
  outline: none;
  padding: 0;
  margin: 0; }

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out; }

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background .15s ease-in-out; }

::-moz-range-track {
  background: rgba(215, 220, 223, 0.5);
  border: 0; }

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0; }

.campus-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: .65s; }
  .campus-gallery .gallery-filter {
    position: absolute;
    width: 100.6%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10; }
  .campus-gallery .gallery-left-btn {
    position: absolute;
    left: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    font-size: 5vw;
    width: 5vw;
    height: 5vw;
    cursor: pointer;
    transition: .65s; }
  .campus-gallery .gallery-right-btn {
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    font-size: 5vw;
    width: 5vw;
    height: 5vw;
    cursor: pointer;
    transition: .65s; }
  .campus-gallery .intro-gallery-btn {
    width: 7vw;
    height: 2vw;
    background-color: #ff8a35;
    color: white;
    font-family: "open_sans_bold", sans-serif;
    line-height: 2vw;
    position: absolute;
    text-align: center;
    top: 16vw;
    right: 1vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .65s; }
  .campus-gallery .intro-gallery-btn:hover {
    opacity: .8;
    transition: .65s; }
  .campus-gallery .intro-link-btn {
    right: 9vw;
    width: auto;
    padding-left: 0.5vw;
    padding-right: 0.5vw; }
  .campus-gallery .gallery-content {
    width: 63vw;
    height: 42vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 11;
    text-align: center;
    background-position: center center; }
  .campus-gallery .galleryPlayer {
    height: 100%;
    max-width: 100%; }
  .campus-gallery .gallery-close-btn {
    font-size: 2.5vw;
    line-height: 4vw;
    width: 4vw;
    height: 4vw;
    background-color: #ff8a35;
    color: white;
    position: absolute;
    top: 1vw;
    right: 1vw;
    z-index: 11;
    text-align: center;
    border-radius: .5vw;
    cursor: pointer;
    transition: .65s; }
  .campus-gallery .gallery-close-btn:hover,
  .campus-gallery .gallery-left-btn:hover,
  .campus-gallery .gallery-right-btn:hover {
    opacity: .5;
    transition: .65s; }

.video-master-plan {
  position: absolute;
  top: 0;
  left: 21%;
  z-index: 0;
  width: 79.5%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: .65s; }
  .video-master-plan video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
