/*/Assets/css/tour/mediamodules.css*/
@keyframes loaderRotate {
  from {
    transform: translate(-50%, -50%) rotate(0); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
.media-thumb-list .timer_loadericon {
  width: 25px;
  height: 25px; }
.media-thumb-list .timer_loadericon, .media-thumb-list .timer_loadericon div {
  border-width: 1px; }

.timer_loadericon {
  width: 100px;
  height: 100px; }
.timer_loadericon, .timer_loadericon div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid transparent;
  border-top: 3px solid white;
  border-radius: 50%;
  animation: loaderRotate 2s linear infinite; }
.timer_loadericon div:nth-child(1) {
  width: 75%;
  height: 75%;
  animation-duration: 3s; }
.timer_loadericon div:nth-child(2) {
  width: 50%;
  height: 50%;
  animation-duration: 1.5s; }

.description-text {
  font-family: 'proxima-nova', sans-serif; }

.hidden {
  display: none; }

#container {
  background: black; }

#media {
  overflow: hidden; }

#media.stop {
  background: rgba(0, 0, 0, 0.8); }

#media.stop #mediaContainer {
  position: absolute;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  border: 2px solid #404040; }
#media.stop #mediaContainer #media-side-bar {
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none; }
#media.stop #mediaContainer #media-side-bar.collapse .media-scrollable, #media.stop #mediaContainer #media-side-bar.collapse .media-toggle-ribbon {
  opacity: 0; }
#media.stop #mediaContainer #media-side-bar .media-scrollable, #media.stop #mediaContainer #media-side-bar .media-toggle-ribbon {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon {
  text-align: center;
  margin: 12px 0 0 0;
  white-space: nowrap; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 48px; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button:hover .active-arrow {
  visibility: visible;
  border-top: 16px solid #757575; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button.is-active .content {
  background: #ffd00e; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button.is-active .active-arrow {
  visibility: visible;
  border-top: 16px solid #ffd00e; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button .content {
  padding: 6px;
  color: white;
  background: #757575; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button .content .icon {
  width: 100%;
  height: 30px; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button .content .count {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1rem; }
#media.stop #mediaContainer #media-side-bar .media-toggle-ribbon .media-toggle-button .active-arrow {
  visibility: hidden;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent; }

.main-media-section {
  background: black;
  position: absolute;
  top: 40px;
  left: 0;
  bottom: 0px;
  text-align: center; }
.main-media-section.no-top {
  top: 0; }

.main-media-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.location .main-media-section.videos {
  padding-bottom: 42px; }

#mediaDisplay {
  width: 100%;
  height: 100%; }

.photos #mediaDisplay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.photos #mediaDisplay {
  text-align: center;
  height: 100%; }

#main-photo {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.media-side-bar {
  position: absolute;
  right: 0;
  background: #181818;
  bottom: 0;
  top: 40px;
  overflow: hidden;
  text-align: center; }

.location .media-side-bar {
  top: 68px; }
.location .media-side-bar.hidden-menu {
  top: 40px; }

.media-side-bar.expand {
  transition: all 0.8s ease; }

#media .media-side-bar.collapse {
  width: 20px;
  transition: all 0.8s ease; }

#media .main-media-section.expand {
  left: 0;
  transition: all 0.8s ease; }

#media .main-media-section.collapse, #media .main-media-section.panocollapse {
  right: 20px;
  left: 0;
  transition: all 0.8s ease; }

.media-thumb-list {
  list-style-type: none;
  text-align: center;
  padding: 0; }

.imgthumb {
  margin: 10px 0 20px 10px;
  cursor: pointer;
  outline: solid #000 3px;
  position: relative;
  overflow: hidden; }
.imgthumb img {
  transition: transform 250ms; }
.imgthumb:hover img {
  transform: scale(1.2); }

#media .loading {
  width: 31px;
  height: 31px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px; }

.filter-stop {
  margin: 10px;
  height: 30px; }

.refresh-list {
  position: absolute;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  height: 50px; }

.media-scrollable {
  overflow-y: auto;
  overflow-scrolling: touch;
  overflow-x: hidden;
  margin-left: 15px;
  margin-bottom: 2px;
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0; }
.media-scrollable::-webkit-scrollbar {
  width: 4px; }
.media-scrollable::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px; }

.stop .media-scrollable {
  top: 100px; }

.active {
  outline: solid #f7c60f 3px; }

.portrait {
  transform: translateZ(1px);
  height: 100%; }

.landscape {
  transform: translateZ(1px);
  width: 100%;
  height: 100%; }

.select-container {
  position: relative; }

span.select-button:after {
  right: 13px; }

.imgthumb label {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #a5ad9c;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

.imgthumb label:hover {
  overflow: visible;
  white-space: normal; }

.info-button {
  background: url("/Assets/img/info-button.png");
  position: absolute;
  right: 20px;
  top: 40px;
  width: 26px;
  height: 26px;
  z-index: 2000;
  transform: translateZ(100000px); }

.description-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  max-height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  overflow: auto;
  padding: 40px;
  z-index: 20; }

a.nextmedia {
  background: url("/Assets/img/arrowRight.png") no-repeat;
  right: 1%; }

a.previousmedia {
  background: url("/Assets/img/arrowLeft.png") no-repeat;
  left: 1%; }

a.nextmedia, a.previousmedia {
  opacity: 1;
  width: 42px;
  height: 64px;
  position: absolute;
  top: 50%;
  z-index: 2000;
  transform: translateZ(100000px);
  margin-top: -32px;
  background-size: 30px 46px; }

#videoPlayer * {
  margin-top: 40px; }

a.nextmedia:hover, a.previousmedia:hover {
  opacity: 1; }

a.sidepanelcontrol {
  height: 34px;
  width: 34px;
  position: relative; }

a.sidepanelcontrol.collapse {
  background: url("/Assets/img/tour/modules_arrow_right.png") no-repeat;
  left: 5px; }

a.sidepanelcontrol.expand {
  background: url("/Assets/img/tour/modules_arrow_left.png") no-repeat;
  left: 3px; }

.sidepanelcontrol-container {
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 1; }

#panoHook {
  z-index: 1;
  position: relative; }

.mobile-stops-footer {
  position: fixed;
  display: none;
  bottom: 0;
  background: url("/Assets/img/bottomToolBar.png") bottom repeat-x;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 1; }

.currentStop_container {
  position: absolute;
  font-size: 20px;
  bottom: 5px;
  color: white;
  text-align: center;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  text-overflow: ellipsis;
  overflow: hidden; }

.current-stop {
  padding-right: 18px;
  background: url("/Assets/img/arrowDown.png") 100% 15px no-repeat; }

.main-photo-loading {
  width: 30px;
  height: 30px; }

#media .media-top-div {
  line-height: 40px;
  font-size: 20px;
  background: #333;
  padding: 0px;
  font-family: 'proxima-nova', sans-serif;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  min-width: 100px; }

#media .media-top-div .back:before {
  position: absolute;
  cursor: pointer;
  left: 0;
  margin-top: 0px;
  height: 16px;
  width: 9px;
  padding-left: 10px;
  content: url("/Assets/img/tour/white-left-arrow.png"); }

#media .media-top-div .back {
  background: url("/Assets/svg/close-button.svg") center no-repeat;
  background-size: 15px;
  position: absolute;
  right: -45px;
  top: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9000px;
  border-radius: 50%;
  border: 1px solid white; }

#loading_overlay.black {
  background-color: #000;
  display: block;
  z-index: 100005;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
#loading_overlay.black:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/Assets/img/loadingLarge.gif"), url("/Assets/svg/Logo_01.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 50% calc(50% - 80px), 50% calc(50% + 10px);
  background-size: 75px, 200px; }

.stop .main-media-section.expand, .stop .main-media-section {
  right: 210px; }

.stop .media-side-bar.expand {
  width: 210px; }

.stop .media-scrollable {
  margin-left: 20px; }

.stop .imgthumb {
  width: 150px;
  height: 112.5px; }

.stop .imgthumb label {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  padding: 3px 0 3px 0; }

.stop .filter-stop {
  width: 185px; }

.location .main-media-section.expand, .location .main-media-section {
  right: 210px; }

.location .media-side-bar.expand {
  width: 210px; }

.location .media-scrollable {
  margin-left: 20px; }

.location .imgthumb {
  width: 150px;
  height: 112.5px; }

.location .imgthumb label {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  padding: 3px 0 3px 0; }

.location .filter-stop {
  width: 185px; }

.location.single .media-side-bar {
  display: none; }
.location.single .main-media-section.expand, .location.single .main-media-section {
  right: 0px;
  left: 0px !important;
  transition: none; }
.location.single .share-container {
  width: auto; }
.location.single .social-icons.open {
  width: 415px; }
.location.single .main-media-section.videos {
  padding-bottom: 0px; }

header nav > ul.menu li.back-button a span {
  position: relative; }

/* Media Queries */
/* All ----------- */
/*
  handle resizing 
*/
@media only screen and (max-width: 1650px) {
  .stop .main-media-section.expand, .stop .main-media-section {
    right: 190px; }

  .stop .media-side-bar.expand {
    width: 190px; }

  .stop .media-scrollable {
    margin-left: 10px; }

  .stop .imgthumb {
    width: 140px;
    height: 105px; }

  .stop .imgthumb label {
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    padding: 3px 0 3px 0; }

  .stop .filter-stop {
    width: 170px; } }
@media only screen and (max-width: 1500px) {
  .location .main-media-section.expand, .location .main-media-section {
    right: 190px; }

  .location .media-side-bar.expand {
    width: 190px; }

  .location .media-scrollable {
    margin-left: 10px; }

  .location .imgthumb {
    width: 140px;
    height: 105px; }

  .location .imgthumb label {
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    padding: 3px 0 3px 0; }

  .location .filter-stop {
    width: 170px; } }
@media only screen and (max-width: 1060px) {
  #media.stop {
    background: black; }

  #media.stop #mediaContainer {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0px solid #4D4D4C; }

  #media .media-top-div .back {
    display: block;
    left: 0px;
    right: auto;
    padding-left: 30px;
    text-indent: inherit;
    background: none;
    top: 5px;
    border: none; }

  #media .media-top-div {
    font-size: 18px;
    padding: 7px 0px 1px 0px;
    line-height: 32px;
    text-align: center; }

  #media .media-top-div .back:before {
    margin-top: 1px; } }
@media only screen and (max-width: 920px) {
  #media .media-top-div {
    font-size: 18px; }

  #media .media-top-div .back:before {
    margin-top: 2px; }

  .stop .main-media-section.expand, .stop .main-media-section {
    right: 180px; }

  .stop .media-side-bar.expand {
    width: 180px; }

  .stop .media-scrollable {
    margin-left: 7px; }

  .stop .imgthumb {
    width: 130px;
    height: 97.5px; }

  .stop .imgthumb label {
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;
    padding: 3px 0 3px 0; }

  .stop .filter-stop {
    width: 160px; }

  .location .main-media-section.expand, .location .main-media-section {
    right: 180px; }

  .location .media-side-bar.expand {
    width: 180px; }

  .location .media-scrollable {
    margin-left: 7px; }

  .location .imgthumb {
    width: 130px;
    height: 97.5px; }

  .location .imgthumb label {
    font-family: 'proxima-nova', sans-serif;
    font-size: 13px;
    padding: 3px 0 3px 0; }

  .location .filter-stop {
    width: 160px; } }
@media (min-width: 769px) and (orientation: landscape) {
  #media .media-side-bar {
    left: auto !important; }

  #media .main-media-section {
    left: 0 !important; } }

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


/*/Assets/css/preview_prompt.css*/
#preview_prompt {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  height: 29px;
  background: #fe0853;
  color: white;
  z-index: 10;
  text-align: center;
  padding: 11px; }
@media screen and (max-width: 450px) {
  #preview_prompt {
    height: 50px; } }
#preview_prompt button {
  border: 1px solid white;
  background: none;
  padding: 5px;
  color: white;
  border-radius: 4px;
  font-size: 12px; }
#preview_prompt button span {
  position: relative;
  top: -2px; }
#preview_prompt button:hover {
  background: white;
  color: #fe0853; }
#preview_prompt button:hover svg path {
  stroke: #fe0853; }
#preview_prompt button svg {
  height: 16px; }

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


/*/Assets/css/mediaTourBuilder2/sharetourmodal.css*/
.modal .overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000000; }
.modal .share_tour {
  font-size: 1px;
  display: none;
  background: white;
  width: 610px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 4px;
  z-index: 10000000; }
.modal .share_tour img {
  vertical-align: middle; }
.modal .share_tour .primary.btn {
  text-transform: uppercase;
  background: #45a4fc;
  color: white;
  border: none;
  border-radius: 3px;
  box-shadow: none; }
.modal .share_tour .primary.btn:hover, .modal .share_tour .primary.btn.zeroclipboard-is-hover {
  background: #45d8fc; }
.modal .share_tour .copy_message {
  position: absolute;
  bottom: 15px;
  right: 80px;
  color: #45a4fc;
  display: none; }
.modal .share_tour .close_share_tour {
  background: url("/Assets/svg/close-button.svg");
  border: 1px solid #abadc2;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 0;
  width: 32px;
  height: 32px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  cursor: pointer; }
.modal .share_tour .bar-control {
  text-align: center; }
.modal .share_tour .title {
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 32px;
  text-align: center; }
.modal .share_tour .embed_container {
  width: 430px;
  margin: auto;
  margin-top: 40px;
  height: 240px;
  position: relative;
  color: #B1B2C6; }
.modal .share_tour .embed_container button {
  position: absolute;
  bottom: 0;
  right: 0; }
.modal .share_tour .embed_container .copy_embed {
  color: black;
  font-size: 12px; }
.modal .share_tour .embed_container .resize {
  width: 85px;
  border-bottom: 1px dashed #B1B2C6;
  padding-bottom: 5px;
  font-weight: normal; }
.modal .share_tour .embed_container textarea {
  resize: none;
  width: 100%;
  height: 120px;
  background: white;
  border: 1px solid #B1B2C6;
  border-radius: 4px;
  color: #B1B2C6;
  font-size: 14px; }
.modal .share_tour .embed_container input {
  font-size: 14px;
  color: #B1B2C6;
  background: white;
  width: 40px;
  padding: 0;
  border: none; }
.modal .share_tour .social_and_link .link {
  padding: 10px;
  border-bottom: 1px dashed gray;
  margin: auto;
  width: 450px;
  position: relative; }
.modal .share_tour .social_and_link .link input.url {
  width: 250px;
  padding-left: 0;
  color: gray;
  background: white;
  border: none;
  cursor: text;
  font-size: 14px; }
.modal .share_tour .social_and_link .link .copy_url {
  font-size: 12px; }
.modal .share_tour .social_and_link .link button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.modal .share_tour .groups {
  position: relative; }
.modal .share_tour .groups > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
.modal .share_tour .social_links {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 70px; }
.modal .share_tour .social_links span.active {
  border: none; }
.modal .share_tour .social_links .facebook {
  height: 80px; }
.modal .share_tour .social_links img {
  margin-right: 40px;
  height: 32px;
  cursor: pointer; }
.modal .share_tour .social_links img:hover {
  opacity: 0.8; }
.modal .share_tour .bar_container {
  padding: 0;
  border: none; }
.modal .share_tour .bar_container .bar {
  top: 25px; }
.modal .share_tour .w_x_h {
  margin-top: 20px;
  font-size: 14px; }
.modal .share_tour .bar_items {
  border-bottom: 1px solid #abadc2; }
.modal .share_tour .bar_items .bar_item {
  height: 25em;
  color: #abadc2;
  margin-right: 30px;
  padding: 0; }
.modal .share_tour .bar_items .bar_item.twitter svg {
  width: 27px; }
.modal .share_tour .bar_items .bar_item svg path {
  fill: white;
  stroke: #abadc2; }
.modal .share_tour .bar_items .bar_item.selected, .modal .share_tour .bar_items .bar_item.bar_item:hover {
  color: #45a4fC; }
.modal .share_tour .bar_items .bar_item.selected svg path, .modal .share_tour .bar_items .bar_item.bar_item:hover svg path {
  stroke: #45a4fC; }

.mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.mask .email-container, .mask .email-container input, .mask .email-container textarea {
  box-sizing: content-box; }
.mask .close-btn {
  border: none; }
.mask .close-btn:after {
  content: ''; }
.mask input, .mask textarea {
  background: color(white);
  font-size: 16px; }

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


/*/Assets/css/mediaTourBuilder2/barcontrol.css*/
.bar_container {
  border-bottom: 1em solid #454b57;
  clear: both;
  padding: 0 0 20em 0;
  position: relative; }
.bar_container .bar {
  height: 5em;
  width: 152em;
  transition: 0.4s ease-in-out;
  background: #45A4FC;
  position: absolute;
  top: 20em; }

.bar_items .bar_item {
  cursor: pointer;
  position: relative;
  height: 46em;
  display: inline-block;
  padding-top: 16em;
  text-align: center;
  color: #50657a;
  text-decoration: none;
  text-transform: uppercase; }
.bar_items .bar_item.selected, .bar_items .bar_item:hover {
  color: white; }
.bar_items .bar_item.selected path, .bar_items .bar_item:hover path {
  stroke: white; }
.bar_items .bar_item span:nth-child(2) {
  position: relative;
  top: -0.15em;
  font-size: 14em; }
.bar_items .bar_item svg {
  cursor: pointer;
  margin-right: 10em;
  height: 14em;
  width: auto; }
.bar_items .bar_item svg path {
  stroke: #50657a;
  stroke-width: 1em; }

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


/*/Assets/css/tour/videoui.css*/
.video_ui_overlay {
  box-sizing: content-box; }
.video_ui_overlay * {
  box-sizing: content-box; }

.video_ui_overlay.mobile.youtube, .video_ui_overlay.mobile.brightcove, .video_ui_overlay.mobile.vimeo {
  display: none; }

.video_ui_overlay {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
.video_ui_overlay .video_ui {
  pointer-events: all; }
.video_ui_overlay .video_skip {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 100010;
  border-radius: 3px;
  padding: 12.8px 18px;
  width: 114px;
  font-size: 21px;
  pointer-events: all;
  cursor: pointer;
  display: none;
  bottom: 5px; }
.video_ui_overlay .video_skip:after {
  content: '';
  background: url("/Assets/svg/arrow-down.svg") no-repeat;
  background-size: cover;
  font-size: 0.3px;
  width: 53em;
  height: 26em;
  position: absolute;
  right: 18px;
  bottom: 48%;
  transform: translateY(50%) rotateZ(-90deg); }
.video_ui_overlay .video_skip.prompt {
  display: block; }
.video_ui_overlay.mobile.brightcove {
  top: auto;
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 44px; }
.video_ui_overlay.mobile.brightcove .video_ui {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.video_ui_overlay.hotspot {
  bottom: 0; }
.video_ui_overlay.mobile {
  bottom: 37px; }
.video_ui_overlay.pointer-all {
  pointer-events: all; }

.single .video_ui_overlay.aws {
  bottom: 5px; }

.single .video_ui .playtime, #media:not(.stop) #mediaContainer .video_ui .playtime {
  top: -14px; }
.single .video_ui .center_panel, #media:not(.stop) #mediaContainer .video_ui .center_panel {
  top: -9px; }

#tour :not(.fullscreen) .video_ui_overlay.mobile, .single :not(.fullscreen) .video_ui_overlay.mobile, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile {
  bottom: 37px; }
#tour :not(.fullscreen) .video_ui_overlay.mobile .volume_container, .single :not(.fullscreen) .video_ui_overlay.mobile .volume_container, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile .volume_container, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile .volume_container {
  right: 65px; }
#tour :not(.fullscreen) .video_ui_overlay.mobile .fullscreen, #tour :not(.fullscreen) .video_ui_overlay.mobile .fullscreen_exit, .single :not(.fullscreen) .video_ui_overlay.mobile .fullscreen, .single :not(.fullscreen) .video_ui_overlay.mobile .fullscreen_exit, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile .fullscreen, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile .fullscreen_exit, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile .fullscreen, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile .fullscreen_exit {
  display: none; }
#tour :not(.fullscreen) .video_ui_overlay.mobile .center_panel, .single :not(.fullscreen) .video_ui_overlay.mobile .center_panel, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile .center_panel, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile .center_panel {
  width: calc(100% - 220px); }
#tour :not(.fullscreen) .video_ui_overlay.mobile .video_ui, .single :not(.fullscreen) .video_ui_overlay.mobile .video_ui, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile .video_ui, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile .video_ui {
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(18, 24, 29, 0.9); }
#tour :not(.fullscreen) .video_ui_overlay.mobile.hotspot, .single :not(.fullscreen) .video_ui_overlay.mobile.hotspot, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile.hotspot, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile.hotspot {
  bottom: 0; }
#tour :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playbutton img, .single :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playbutton img, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playbutton img, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playbutton img {
  width: 20px;
  height: 20px !important;
  padding: 9px 2px 4px 19px; }
#tour :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playtime, .single :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playtime, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playtime, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile.hotspot .left_panel .playtime {
  top: 5px;
  left: 10px; }
#tour :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel, .single :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel {
  width: calc(100% - 155px);
  top: 13px;
  left: 25px;
  margin: 0;
  height: 5px; }
#tour :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel .marker, .single :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel .marker, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel .marker, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile.hotspot .center_panel .marker {
  top: -5px; }
#tour :not(.fullscreen) .video_ui_overlay.mobile.hotspot .right_panel, .single :not(.fullscreen) .video_ui_overlay.mobile.hotspot .right_panel, #mediaContainer :not(.fullscreen) .video_ui_overlay.mobile.hotspot .right_panel, .media-item-container :not(.fullscreen) .video_ui_overlay.mobile.hotspot .right_panel {
  display: none; }

#tour .waypoint_markers {
  pointer-events: none; }

#tour .video_ui .center_panel.has_waypoints .waypoint_markers div, .single .video_ui .center_panel.has_waypoints .waypoint_markers div {
  top: -8px; }
#tour :not(.fullscreen) .video_ui_overlay, #tour:not(.fullscreen) > .video_ui_overlay, .single :not(.fullscreen) .video_ui_overlay, .single:not(.fullscreen) > .video_ui_overlay {
  bottom: 90px; }
#tour :not(.fullscreen) .video_ui_overlay.brightcove, #tour:not(.fullscreen) > .video_ui_overlay.brightcove, .single :not(.fullscreen) .video_ui_overlay.brightcove, .single:not(.fullscreen) > .video_ui_overlay.brightcove {
  bottom: 95px;
  left: 0;
  right: 0; }
#tour :not(.fullscreen) .video_ui_overlay .video_ui, #tour:not(.fullscreen) > .video_ui_overlay .video_ui, .single :not(.fullscreen) .video_ui_overlay .video_ui, .single:not(.fullscreen) > .video_ui_overlay .video_ui {
  z-index: 4;
  left: 300px;
  right: 300px; }

.waypoints_shown .video_ui_overlay, .aws.video_ui_overlay {
  z-index: auto; }

.video_ui_overlay {
  z-index: 3;
  font-size: 16px; }
.video_ui_overlay .video_ui .fullscreen {
  display: inline-block; }
.video_ui_overlay .video_ui .fullscreen_exit {
  display: none; }
.video_ui_overlay.fullscreen .video_ui .fullscreen {
  display: none; }
.video_ui_overlay.fullscreen .video_ui .fullscreen_exit {
  display: inline-block; }

.video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .video_progress {
  width: calc(100% - 116px); }
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .video_progress {
    width: calc(100% - 66px); } }
@media screen and (max-width: 950px), (max-device-width: 950px) {
  .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .video_progress {
    width: calc(100% - 40px); } }
.video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers {
  left: calc(100% - 100px);
  position: relative;
  width: 100px;
  height: 100%;
  background: #FFB400;
  cursor: pointer;
  text-align: center; }
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers {
    left: calc(100% - 50px);
    width: calc(100% - 50px);
    width: 50px; } }
@media screen and (max-width: 950px), (max-device-width: 950px) {
  .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers {
    left: calc(100% - 25px);
    width: calc(100% - 25px);
    width: 25px; } }
.video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers div {
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -8px;
  display: none; }
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers div {
    margin-left: 5px;
    margin-right: 5px; } }
@media screen and (max-width: 950px), (max-device-width: 950px) {
  .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers div {
    margin-left: 1px;
    margin-right: 1px; } }
.video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers div:nth-child(1) {
  display: inline-block; }
.video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers.show_2 div:nth-child(2) {
  display: inline-block; }
.video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers.show_3 div:nth-child(2), .video_ui_overlay:not(.mobile) .video_ui .center_panel.has_waypoints .waypoint_markers.show_3 div:nth-child(3) {
  display: inline-block; }

.video_ui {
  z-index: 100;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 38px;
  text-align: left;
  background: #12181d;
  padding: 3px;
  border-radius: 3pt;
  color: #fff; }
.video_ui .qualities {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  background: #12181d;
  border-radius: 4px; }
.video_ui .qualities div {
  display: block; }
.video_ui .qualities .title {
  padding: 10px; }
.video_ui .qualities .content div {
  padding: 10px;
  border-top: 1px solid gray;
  cursor: pointer; }
.video_ui .qualities .content div:hover {
  background: gray; }
.video_ui .qualities .content div.selected {
  text-decoration: underline; }
.video_ui .playbutton img.play, .video_ui .playbutton img.pause {
  width: 30px;
  height: 30px !important;
  padding: 4px 2px 4px 7px; }
.video_ui .playbutton.play .play {
  display: none; }
.video_ui .playbutton.play .pause {
  display: inline-block; }
.video_ui .playbutton .play {
  display: inline-block; }
.video_ui .playbutton .pause {
  display: none; }
.video_ui .center_panel {
  position: relative;
  margin: 0 8px;
  top: 2px;
  height: 10px;
  width: calc(100% - 300px); }
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  .video_ui .center_panel {
    width: calc(100% - 260px); } }
@media screen and (max-width: 900px), (max-device-width: 900px) {
  .video_ui .center_panel {
    width: calc(100% - 120px); } }
.video_ui .center_panel .video_progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #666;
  height: 100%;
  width: 100%; }
.video_ui .center_panel .video_progress .buffer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: grey; }
.video_ui .center_panel .video_progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  background: #22cbd9;
  height: 100%; }
.video_ui .center_panel .video_progress .bar .marker {
  position: absolute;
  right: -7.5px;
  top: -2.5px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%; }
.video_ui .center_panel .video_progress .bar .marker:after {
  content: none; }
.video_ui .right_panel .audio_off {
  display: none; }
.video_ui .right_panel img.fullscreen, .video_ui .right_panel img.settings, .video_ui .right_panel img.audio, .video_ui .right_panel img.fullscreen_exit {
  padding: 10px 14px;
  width: 18px;
  height: 18px !important; }
.video_ui .right_panel .settings {
  position: relative; }
.video_ui .right_panel .settings .hd {
  cursor: pointer;
  display: none;
  font-size: 8px;
  padding: 2px;
  border-radius: 4pt;
  background: red;
  position: absolute;
  top: 6px;
  right: 6px; }
@media screen and (max-width: 900px), (max-device-width: 900px) {
  .video_ui .right_panel .video_ui_overlay:not(.mobile) {
    display: none; } }
.video_ui .playtime {
  position: relative;
  top: 1px;
  padding: 0 8px;
  width: 80px;
  text-align: center; }
@media screen and (max-width: 1024px), (max-device-width: 1024px) {
  .video_ui .playtime {
    padding: 0;
    width: 60px; } }
.video_ui img {
  cursor: pointer; }
.video_ui .volume_container {
  right: 115px;
  width: 10px;
  padding: 10px;
  height: 100px;
  background: #12181d;
  bottom: 50px;
  border-radius: 3pt;
  position: absolute; }
.video_ui .volume_container .volume {
  width: 100%;
  height: 100%;
  background: #666;
  position: relative;
  cursor: pointer; }
.video_ui .volume_container .volume .bar {
  width: 100%;
  position: absolute;
  background: #22cbd9;
  bottom: 0; }
.video_ui .volume_container .volume .bar .marker {
  position: absolute;
  left: -2.5px;
  top: -7.5px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%; }
.video_ui .volume_container .volume .bar .marker:after {
  content: none; }
.video_ui * {
  display: inline-block; }

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


