/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*******************************************
    controls container
*******************************************/
.controls {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 45px;
  z-index: 1001;
  background-color: #f2f4f7;
  box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.1);
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 960px) {
    .controls {
      padding-left: 5px;
      padding-right: 5px;
      z-index: 999; } }
  .controls__logo-container {
    position: fixed;
    bottom: 55px;
    left: 20px; }
    .controls__logo-container .branding img {
      width: 100px; }
    .controls__logo-container .branding {
      float: left; }

[data-tooltip]:hover:after,
[data-tooltip-left]:hover:after,
[data-tooltip-right]:hover:after {
  opacity: 1; }
  @media (min-width: 599px) {
    [data-tooltip]:hover:after,
    [data-tooltip-left]:hover:after,
    [data-tooltip-right]:hover:after {
      visibility: visible; } }

[data-tooltip]:after,
[data-tooltip-left]:after,
[data-tooltip-right]:after {
  background-color: #f2f4f7;
  color: #242942;
  font-size: 0.75rem !important;
  position: absolute;
  padding: 5px 9px !important;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5);
  opacity: 0;
  border-radius: 3px;
  z-index: 100000 !important;
  height: 27px;
  line-height: 18px;
  visibility: hidden;
  transition: opacity 0.3s linear; }

[data-tooltip]:after {
  content: attr(data-tooltip); }

[data-tooltip-left]:after {
  left: 80%;
  content: attr(data-tooltip-left); }

[data-tooltip-right]:after {
  left: -10%;
  content: attr(data-tooltip-right); }

[data-tooltip],
[data-tooltip-left],
[data-tooltip-right] {
  position: relative; }

/*******************************************
    Mode controls
*******************************************/
.mode-controls {
  position: relative;
  height: 100%;
  color: #242942;
  float: left;
  display: flex !important;
  background-color: #f2f4f7; }
  .mode-controls__list-overlay {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5);
    width: 100vw;
    height: 45px;
    background-color: #f2f4f7; }
    .mode-controls__list-overlay.show {
      z-index: 2000; }
    .mode-controls__list-overlay.hide {
      z-index: 1000;
      left: -100vw; }
  .mode-controls__btn-hide-modeslist {
    margin-left: auto; }
  .mode-controls__product-list {
    position: absolute !important;
    transition: none !important;
    bottom: 45px;
    box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5);
    margin-bottom: 10px;
    padding: 8px;
    left: unset;
    overflow-y: auto;
    max-height: 60vh;
    background-color: #f2f4f7;
    border-radius: 8px; }
  .mode-controls__product-list-item {
    display: flex;
    padding: 10px;
    align-items: center;
    font-size: 0.75rem;
    color: #808398 !important;
    border-radius: 8px;
    line-height: 1rem;
    white-space: nowrap;
    max-width: 60vw; }
    .mode-controls__product-list-item img {
      margin-right: 7px;
      height: 15px;
      width: 15px; }
    @media (hover: hover) {
      .mode-controls__product-list-item:hover {
        background-color: #c8e1e9;
        color: #242942 !important; } }
  .mode-controls__btn {
    width: 55px;
    height: 45px;
    display: flex !important;
    border: 0;
    background-color: #f2f4f7; }
    @media (max-width: 599px) {
      .mode-controls__btn {
        width: 45px; } }
    .mode-controls__btn img {
      margin: auto;
      height: 20px;
      width: 20px; }
    .mode-controls__btn i {
      margin: auto;
      font-size: 1rem; }
    .mode-controls__btn .capture-date {
      position: absolute;
      width: 100px;
      height: 50px;
      left: -100px;
      top: 0px;
      opacity: 0;
      z-index: -1;
      text-align: right;
      padding: 15px;
      line-height: 1.6;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media (hover: hover) {
      .mode-controls__btn:hover {
        background-color: #c8e1e9; } }
    .mode-controls__btn.active {
      background: #6aaec4; }

/*******************************************
    Product controls
*******************************************/
.product-controls {
  position: fixed;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 960px) {
    .product-controls {
      left: 20px;
      top: -1000px;
      transform: translateX(0%); } }
  .product-controls__title {
    color: #808398;
    background-color: #e1e4ea;
    border-radius: 5px;
    padding: 8px 20px 8px 20px;
    font-size: 15px; }
    .product-controls__title i {
      margin-left: 25px; }
    .product-controls__title.active {
      background-color: #6aaec4;
      color: white; }
    @media (max-width: 960px) {
      .product-controls__title {
        background-color: #f2f4f7;
        max-width: 70vw; } }
    @media (hover: hover) and (pointer: fine) {
      .product-controls__title.multiple:hover {
        cursor: pointer;
        background-color: #c8e1e9; } }
  .product-controls__list {
    position: absolute;
    bottom: 55px;
    background-color: #f2f4f7;
    max-height: 60vh;
    width: fit-content;
    overflow-x: auto;
    overflow-y: auto;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5); }
    @media (max-width: 960px) {
      .product-controls__list {
        background-color: #f2f4f7;
        top: 45px;
        left: 0;
        bottom: unset;
        border-radius: 8px;
        max-width: 90vw;
        min-width: 200px; } }
  .product-controls__list-item {
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 8px;
    color: #242942 !important;
    line-height: 1.4rem;
    white-space: nowrap;
    max-width: 60vw;
    display: flex;
    justify-content: space-between; }
    .product-controls__list-item-icon {
      margin: 1px 0 0 39px; }
      .product-controls__list-item-icon.hide {
        visibility: hidden; }
    .product-controls__list-item-date {
      font-size: 0.75rem;
      color: #808398;
      font-weight: normal; }
    .product-controls__list-item.active {
      font-weight: bold !important;
      color: #242942; }
    @media (hover: hover) {
      .product-controls__list-item:hover {
        background-color: #c8e1e9; } }

/*******************************************
    Scene controls
*******************************************/
.scene-controls {
  position: relative;
  height: 100%;
  color: #242942;
  display: flex;
  justify-content: flex-end; }
  .scene-controls .scene-control_btn {
    float: left;
    cursor: pointer;
    width: 50px;
    height: 45px;
    display: flex !important;
    background-color: #f2f4f7;
    border: 0; }
    @media (max-width: 599px) {
      .scene-controls .scene-control_btn {
        width: 45px; } }
    .scene-controls .scene-control_btn img {
      margin: auto;
      height: 25px;
      width: 25px; }
    .scene-controls .scene-control_btn.small img {
      margin: auto;
      height: 20px;
      width: 20px; }
    .scene-controls .scene-control_btn i {
      margin: auto;
      padding-top: 0.1rem;
      font-size: 0.9rem; }
    @media (hover: hover) {
      .scene-controls .scene-control_btn:hover {
        background-color: #c8e1e9; } }
    .scene-controls .scene-control_btn.active {
      background-color: #6aaec4; }
  .scene-controls .scene-control_show-control-btn {
    position: fixed;
    bottom: 20px;
    right: 60px;
    display: flex;
    z-index: 2000;
    color: #797474;
    background-color: transparent;
    border: 0;
    cursor: pointer; }
    .scene-controls .scene-control_show-control-btn img {
      margin: auto;
      width: 30px; }
  .scene-controls__list-overlay {
    position: fixed;
    bottom: 65px;
    right: 20px;
    box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5);
    border-radius: 8px;
    height: fit-content;
    width: fit-content;
    background-color: #f2f4f7;
    z-index: 20000;
    display: flex;
    flex-direction: column; }
    .scene-controls__list-overlay .scene-control_btn {
      width: 40px;
      height: 40px;
      background-color: #f2f4f7;
      border: 0;
      display: flex !important; }
      .scene-controls__list-overlay .scene-control_btn.zoom {
        width: 30px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .scene-controls__list-overlay .scene-control_btn:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .scene-controls__list-overlay .scene-control_btn:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .scene-controls__list-overlay .scene-control_btn img {
        height: 20px;
        width: 20px; }
      .scene-controls__list-overlay .scene-control_btn.small img {
        height: 18px;
        width: 18px; }
      @media (hover: hover) {
        .scene-controls__list-overlay .scene-control_btn:hover {
          background-color: #c8e1e9; } }
  .scene-controls__divider {
    float: left;
    height: 29px;
    width: 1px;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #cecece; }
  .scene-controls__divider-horizontal {
    float: left;
    height: 1px;
    width: 60%;
    margin: auto;
    background-color: #cecece; }

@media only screen and (max-width: 600px) {
  #scene-controls #fullscreenToggle,
  .scene-controls #fullscreenToggle {
    display: none; } }

@media only screen and (max-width: 600px) {
  .no-touch #scene-controls #fullscreenToggle,
  .no-touch .scene-controls #fullscreenToggle {
    display: block; } }

.project-meta {
  position: fixed;
  z-index: 200;
  top: 20px;
  left: 20px;
  line-height: 1.5;
  color: #242942;
  background: #f2f4f7;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5);
  padding: 10px 20px 10px 20px;
  text-decoration: none !important; }
  @media (max-width: 599px) {
    .project-meta {
      max-width: 200px; } }
  .project-meta .project-meta__name {
    font-weight: 600;
    text-align: center; }
    @media (min-width: 599px) {
      .project-meta .project-meta__name {
        font-size: 1.3rem; } }
    .project-meta .project-meta__name.realtor {
      margin-bottom: 10px;
      border-bottom: 1px solid #cecece;
      padding-bottom: 10px; }
  .project-meta .project-meta__realtor {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 400; }
    .project-meta .project-meta__realtor i {
      margin-top: 3px;
      margin-right: 2px; }
  .project-meta .project-meta__realtor-name {
    margin-bottom: 5px; }
  .project-meta .project-meta__realtor-contact-details {
    text-transform: none; }
    .project-meta .project-meta__realtor-contact-details span:first-child {
      margin-right: 20px; }
  .project-meta .project-meta__realtor-logo img {
    width: 150px;
    height: auto; }
  .project-meta #marker-icon {
    width: 15px;
    height: 15px;
    fill: #fff;
    position: absolute;
    top: 12px;
    left: 15px; }
  .project-meta .project-meta__item {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    color: #242942; }
    .project-meta .project-meta__item a {
      text-transform: none;
      color: #242942; }

.notification-message {
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translate(-50%, -200%);
  background: #f2f4f7;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  padding: 15px 15px;
  transition: all 0.3s ease;
  z-index: 20000;
  display: flex;
  align-items: center;
  color: #242942;
  border-radius: 8px;
  border-left: 10px solid #b4b4b4;
  box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5); }
  @media (max-width: 599px) {
    .notification-message {
      width: clamp(100px, 100%, 300px) !important; } }
  .notification-message.error {
    border-left-color: #e75050; }
    .notification-message.error .notification-message__icon {
      background-color: #e75050; }
  .notification-message.success {
    border-left-color: #3fd761; }
    .notification-message.success .notification-message__icon {
      background-color: #3fd761; }
  .notification-message.info {
    border-left-color: #3488eb; }
    .notification-message.info .notification-message__icon {
      background-color: #3488eb; }
  .notification-message__icon {
    padding: 8px;
    width: 31px;
    margin-right: 20px;
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    background-color: #b4b4b4; }
  .notification-message__btn-close {
    margin-left: 20px; }
  .notification-message.visible {
    transform: translate(-50%, 35px); }
    @media (max-width: 599px) {
      .notification-message.visible {
        transform: translate(-50%, 10px); } }
    .notification-message.visible i.fa-times {
      display: inherit; }

@keyframes pulsing {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 0.5; }
  100% {
    transform: scale(1, 1);
    opacity: 1; } }

*,
html {
  box-sizing: border-box;
  --font-family: 'Poppins', Helvetica, sans-serif; }

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

@-ms-viewport {
  width: device-width; }

* {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 16px;
  color: #fff; }

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit; }

input,
button,
textarea {
  font-family: "Poppins", Helvetica, sans-serif; }

button {
  cursor: pointer; }

body {
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Poppins", Helvetica, sans-serif;
  transition: all 0.3s linear;
  transition-property: height, width;
  height: calc(100% - 45px) !important; }
  body .controls {
    transition: height 0.3s linear; }
  body .product-controls,
  body .controls__logo-container {
    transition: bottom 0.5s linear; }
  body .threeDModeToggle {
    transition: right 0.5s linear; }
  body .project-meta,
  body .gallery-meta,
  body .mode-controls__list-overlay,
  body .userprofile,
  body .userprofile * {
    transition: left 0.3s linear; }
  @media (min-width: 960px) {
    body.sidebar-open-view {
      width: calc(100% - 265px) !important; }
      body.sidebar-open-view .scene-controls__list-overlay {
        right: 285px;
        transition: right 0.2s linear !important; }
    body .image-carousel {
      transition: bottom 0.5s linear; } }
  body.nocontrols-view {
    height: 100vh !important; }
    body.nocontrols-view .controls {
      height: 0px !important; }
    body.nocontrols-view .mode-controls__list-overlay,
    body.nocontrols-view .project-meta,
    body.nocontrols-view .gallery-meta {
      left: -100%; }
    body.nocontrols-view .product-controls,
    body.nocontrols-view .image-carousel {
      bottom: -100%; }
    body.nocontrols-view .scene-controls__list-overlay,
    body.nocontrols-view .userprofile,
    body.nocontrols-view .userprofile *,
    body.nocontrols-view .threeDModeToggle {
      right: -100%; }
    @media (max-width: 960px) {
      body.nocontrols-view .product-controls {
        visibility: hidden; }
      body.nocontrols-view .image-carousel {
        visibility: hidden; } }
    body.nocontrols-view .controls__logo-container {
      bottom: 20px; }
    body.nocontrols-view .instructions__step {
      visibility: hidden !important;
      transition: none !important; }

/* LOADING ANIMATION */
.spinner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1; }

.spinner.done {
  opacity: 0;
  visibility: hidden;
  z-index: 0; }

.spinner .logo-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 1px); }
  @media (max-width: 600px) {
    .spinner .logo-icon {
      margin-top: -50px; } }

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px; }
  @media (max-width: 600px) {
    .loader-circle {
      margin-top: -110px; } }

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear; }
  @media (max-width: 600px) {
    .loader-line-mask {
      margin-top: -110px; } }

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9); }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

body.error {
  background: #fff; }

.error-wrapper {
  font-family: "Poppins", Helvetica, sans-serif;
  color: #666;
  text-align: center;
  line-height: 1.5;
  max-width: 500px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }
  .error-wrapper h1 {
    font-size: 1.5rem;
    font-weight: 400; }

.infoBox {
  overflow: visible !important; }

.infoBox:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #202340;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

.share-section {
  display: flex;
  flex-direction: column;
  margin: 1rem 0; }
  .share-section h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8); }
  .share-section input {
    width: 90%;
    margin: 0.5rem auto 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #202340;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px; }

input {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text; }

.delete-hotspot {
  position: absolute;
  right: 10px;
  top: 12px;
  font-weight: normal;
  color: #222; }

.delete-hotspot:hover {
  color: red; }

.instructions__step {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  pointer-events: none; }
  @media (max-width: 960px) {
    .instructions__step {
      bottom: 65px; } }
  .instructions__step.active {
    opacity: 1;
    visibility: visible; }
  .instructions__step.clicked {
    opacity: 0;
    visibility: hidden; }

.instructions img {
  width: 75px;
  margin-bottom: 1rem; }

.instructions span {
  text-transform: uppercase;
  font-size: 0.8rem; }

#orbit .instructions__step.active,
#gallery .instructions__step.active {
  opacity: 1;
  visibility: visible; }

@media (max-width: 600px) {
  #orbit .instructions__step:last-child,
  #gallery .instructions__step:last-child {
    display: none !important; } }

@media (min-width: 599px) {
  #gallery.has-carousel .instructions__step {
    bottom: 145px !important;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out; } }

body.marketingMode {
  height: 100% !important; }
  body.marketingMode .userprofile {
    display: none !important; }
  body.marketingMode .skip-intro-link {
    display: none !important; }
  body.marketingMode .annotation-options {
    display: none !important; }
  body.marketingMode .video-titling {
    display: none !important; }
  body.marketingMode .instructions {
    display: none !important; }
  body.marketingMode .project-meta {
    display: none !important; }
  body.marketingMode #scene-controls {
    display: none !important; }
  body.marketingMode .scene-controls {
    display: none !important; }
  body.marketingMode .mode-controls {
    display: none !important; }
  body.marketingMode .product-controls {
    display: none !important; }
  body.marketingMode .controls {
    visibility: hidden !important;
    height: 0; }
  body.marketingMode .image-carousel {
    visibility: hidden !important; }
  body.marketingMode #pano,
  body.marketingMode .orbit-viewer,
  body.marketingMode .gallery,
  body.marketingMode .gallery-viewer,
  body.marketingMode .map-viewer {
    height: 100vh !important; }
  body.marketingMode .video-container__btn {
    display: none !important; }
  body.marketingMode .image-carousel {
    display: none !important; }

.tooltip-container {
  position: absolute;
  padding: 8px 20px;
  background-color: #202340;
  border-color: #202340;
  border: 0px solid #202340;
  border-radius: 20px;
  color: #fff;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .tooltip-container strong {
    font-size: 14px; }

.tooltip-container-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: inherit; }

.tooltip-container .tooltip-measurement {
  font-size: 0.7rem;
  display: block;
  margin-top: 0.5rem; }

.tooltip-container .tooltip-measurement .type {
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5); }

.title-controls {
  display: flex;
  padding: 0 15px;
  height: 45px; }
  .title-controls select {
    padding: 15px 20px 15px 15px;
    color: #707070;
    -webkit-appearance: none;
    border: 0;
    transition: border 0.3s linear;
    width: 100%;
    border-radius: 0;
    background: url(/images/menu-down.svg) no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x: 100%; }

.cesium-widget {
  height: 100%; }

.navigator {
  opacity: 0 !important; }

.zoomed .navigator {
  opacity: 0.8 !important; }

.zoom-message {
  opacity: 0;
  transform: translate3d(-50%, -500px, 0);
  transition: transform 0.3s ease-in;
  position: fixed;
  top: 20px;
  left: 50%;
  background-color: #f2f4f7;
  color: #242942;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 24px;
  cursor: pointer;
  pointer-events: auto !important;
  z-index: 999 !important;
  box-shadow: 0px 0px 10px rgba(128, 131, 152, 0.5); }
  .zoom-message__btn-close {
    margin-left: 10px;
    display: flex;
    align-items: center; }
    .zoom-message__btn-close img {
      width: 10px; }

.zoomed .zoom-message {
  opacity: 1;
  transform: translate3d(-50%, 0, 0); }

.openseadragon-container {
  width: 100vw !important;
  height: 100vh !important; }

.navigator > .openseadragon-container {
  width: 100% !important;
  height: 100% !important; }

.openseadragon-container {
  visibility: hidden; }
  #orbit.zoomed .openseadragon-container {
    visibility: visible; }

#gallery .openseadragon-container {
  visibility: visible; }

.embed-wrapper {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 45px;
  left: 0;
  z-index: 200; }

/*******************************************
    Global Buttons
*******************************************/
.btn-primary {
  border: 0;
  width: 100%;
  max-width: 200px;
  background-color: #6aaec4;
  color: #f2f4f7;
  padding: 8px;
  border: 1px solid #6aaec4;
  border-radius: 8px;
  transition: all 0.2s linear !important;
  cursor: pointer; }
  .btn-primary:hover {
    background-color: #f2f4f7;
    color: #6aaec4; }

.btn-secondary {
  border: 0;
  max-width: 200px;
  width: 100%;
  color: #242942;
  background-color: #f2f4f7;
  padding: 7px;
  border: 1px solid #808398;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.2s linear !important;
  cursor: pointer; }
  .btn-secondary:hover {
    background-color: #242942;
    color: #f2f4f7; }

.btn-close {
  text-align: center;
  line-height: 13px;
  padding: 0;
  border: 0;
  background-color: #f2f4f7;
  cursor: pointer; }

