@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.icon-spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

body {
  min-width: 0px;
}

.momento-360-view {
  width: 100%;
  height: 100%;
}

.momento-360-view .logo-anchor {
  position: absolute;
  left: 5px;
  bottom: 5px;
  outline: 0;
}

.momento-360-view .logo-anchor:focus, .momento-360-view .logo-anchor:active {
  outline: 0;
}

.momento-360-view .logo-anchor .logo {
  max-width: 100px;
  max-height: 50px;
  opacity: 0.8;
}

.momento-360-view .caption-text {
  background-color: #2d3e50;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  top: 0px;
  height: 30px;
  display: grid;
  align-items: center;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.momento-360-view .caption-text .caption-span {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 17px;
  width: 100%;
  color: white;
}

.momento-360-view .icon {
  position: relative;
  top: 0;
  font-size: 1em;
  line-height: 1em;
}

.momento-360-view .icon.backing-circle {
  position: absolute;
  left: 0;
  top: 0px;
  color: #34495e;
  opacity: 0.7;
}

.momento-360-view .info-button {
  position: absolute;
  right: 7px;
  bottom: 5px;
  z-index: 2;
  color: white;
  cursor: pointer;
  font-size: 1.75em;
  opacity: 0.4;
}

.momento-360-view .momento-spherical-content-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.momento-360-view.disallow-full-screen .full-screen-button {
  display: none;
}

.momento-360-view .close-button {
  display: none;
}

.momento-360-view.full-screen .close-button {
  display: block;
}

.momento-360-view.full-screen .full-screen-button {
  display: none;
}

.momento-360-view .momento-barcode-view {
  z-index: 10;
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.momento-360-view .momento-barcode-view .barcode-close {
  cursor: pointer;
  font-size: 2em;
  position: absolute;
  top: 4px;
  right: -40px;
  color: white;
}

.momento-360-view .momento-barcode-view .barcode-close .backing-circle {
  top: -1px;
}

.momento-360-view .momento-barcode-view .barcode {
  min-width: 100px;
  min-height: 100px;
}

.momento-360-view .momento-barcode-view .barcode-text {
  background-color: #2d3e50;
  opacity: 0.5;
  width: 90%;
  position: absolute;
  height: 30px;
  bottom: -40px;
  display: grid;
  align-items: center;
  text-align: center;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 17px;
  color: white;
}

.momento-spherical-content-view {
  background-color: black;
  position: relative;
}

.momento-spherical-content-view .preview {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.momento-spherical-content-view .preview.no-preview {
  background-color: white;
}

.momento-spherical-content-view .preview img {
  min-width: 150%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.momento-spherical-content-view .icon {
  position: relative;
  top: 0;
  font-size: 1em;
  line-height: 1em;
}

.momento-spherical-content-view .icon.backing-circle {
  position: absolute;
  left: 0;
  top: 0px;
  color: #34495e;
  opacity: 0.7;
}

.momento-spherical-content-view .icon-collection {
  font-size: 26px;
}

.momento-spherical-content-view .close-button, .momento-spherical-content-view .indexview-popover-button, .momento-spherical-content-view .full-screen-button, .momento-spherical-content-view .cardboard-toggle, .momento-spherical-content-view .vr-trigger {
  position: relative;
  font-size: 2em;
  z-index: 2;
  color: white;
  cursor: pointer;
}

.momento-spherical-content-view .index-popover-ellipsis {
  left: 15px;
  top: 2px;
}

.momento-spherical-content-view .play-icon, .momento-spherical-content-view .spinner-icon, .momento-spherical-content-view .error-icon, .momento-spherical-content-view .still-spinner-icon, .momento-spherical-content-view .still-error-icon, .momento-spherical-content-view .rotate-screen-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: white;
  opacity: 0.7;
  z-index: 2;
}

.momento-spherical-content-view .still-spinner-icon {
  color: gray;
}

.momento-spherical-content-view .right-button-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

.momento-spherical-content-view .right-button-wrapper .indexview-popover-button, .momento-spherical-content-view .right-button-wrapper .close-button, .momento-spherical-content-view .right-button-wrapper .full-screen-button, .momento-spherical-content-view .right-button-wrapper .cardboard-toggle, .momento-spherical-content-view .right-button-wrapper .vr-trigger {
  margin: 15px 0;
}

.momento-spherical-content-view.showing-cardboard .play-icon, .momento-spherical-content-view.showing-cardboard .spinner-icon, .momento-spherical-content-view.showing-cardboard .error-icon, .momento-spherical-content-view.showing-cardboard .still-spinner-icon, .momento-spherical-content-view.showing-cardboard .still-error-icon {
  left: 25%;
}

.momento-spherical-content-view.showing-cardboard .right-button-wrapper, .momento-spherical-content-view.showing-cardboard .preview, .momento-spherical-content-view.showing-cardboard .indexview-popover-button {
  display: none;
}

.momento-spherical-content-view .rotate-screen-icon {
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 24px;
  display: none;
  color: white;
  padding: 30px;
  background-color: rgba(1, 1, 1, 0.7);
  border: solid 2px white;
  border-radius: 10px;
}

.momento-spherical-content-view .rotate-screen-icon .icons {
  white-space: nowrap;
}

.momento-spherical-content-view .rotate-screen-icon .icons .icon {
  font-size: 64px;
}

.momento-spherical-content-view .rotate-screen-icon .icons .icon-arrow-right {
  padding: 0 15px 0 20px;
}

.momento-spherical-content-view .rotate-screen-icon .icons .icon-cardboard-device {
  font-size: 94px;
}

.momento-spherical-content-view .rotate-screen-icon .rotate-cancel-button {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}

.momento-spherical-content-view.waiting-for-cardboard-rotation .rotate-screen-icon {
  display: inline-block;
}

.momento-spherical-content-view .cardboard-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .momento-spherical-content-view .cardboard-toggle {
    display: block;
  }
}

.momento-spherical-content-view .indexview-popover-button {
  z-index: 2;
  position: absolute;
  top: 50px;
  right: 5px;
  width: 36px;
  height: 36px;
  font-size: 36px;
}

.momento-spherical-content-view .indexview-popover-button:hover {
  cursor: pointer;
}

.momento-360-collection-view {
  position: relative;
}

.momento-360-collection-view .icon.previous, .momento-360-collection-view .icon.next {
  cursor: pointer;
  font-size: 2.5em;
  color: white;
  position: absolute;
  bottom: 37px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  top: auto;
}

.momento-360-collection-view .icon.previous {
  left: 15%;
}

.momento-360-collection-view .icon.next {
  left: 85%;
}

.momento-360-collection-view .thumbnails {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 50%;
  height: 110px;
  overflow-x: auto;
  overflow-y: hidden;
  transform: translate(-50%, 0);
}

.momento-360-collection-view .thumbnails table {
  height: 80px;
  padding-left: 0;
}

.momento-360-collection-view .thumbnails table td {
  cursor: pointer;
  vertical-align: top;
  margin: 0 10px;
  height: 80px;
  overflow: hidden;
}

.momento-360-collection-view .thumbnails table td img {
  opacity: 0.5;
  border: solid 2px #444;
  height: 80px;
}

.momento-360-collection-view .thumbnails table td img:hover {
  opacity: 0.8;
}

.momento-360-collection-view .thumbnails table td.selected img {
  border: solid 2px #EFEFEF;
}

@media screen and (max-width: 415px) and (max-height: 320px) {
  .momento-spherical-content-view .close-button, .momento-spherical-content-view .cardboard-toggle, .momento-spherical-content-view .vr-trigger {
    display: none;
  }
  .momento-spherical-content-view .indexview-popover-button {
    display: none !important;
  }
  .momento-360-collection-view .thumbnails {
    display: none;
  }
  .momento-360-collection-view .icon.previous, .momento-360-collection-view .icon.next {
    font-size: 30px;
    bottom: 0px;
  }
  .momento-360-collection-view .icon.previous {
    left: 35%;
  }
  .momento-360-collection-view .icon.next {
    left: 65%;
  }
  .momento-360-view .logo-anchor .logo {
    max-width: 80px;
    max-height: 40px;
    opacity: 0.8;
  }
  .momento-360-view .caption-text {
    height: 20px;
  }
  .momento-360-view .caption-text .caption-span {
    font-size: 14px;
  }
  .momento-360-view .full-screen-button {
    font-size: 1.5em;
  }
  .momento-360-view .info-button {
    bottom: 7px;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 415px) and (min-height: 321px) {
  .momento-360-collection-view .thumbnails table td img {
    height: 50px;
  }
  .momento-360-collection-view .thumbnails {
    left: 50%;
    bottom: 32px;
    width: 40%;
    height: 75px;
  }
  .momento-360-collection-view .icon.previous, .momento-360-collection-view .icon.next {
    bottom: 27px;
  }
  .momento-360-collection-view .icon.next {
    left: 80%;
  }
  .momento-360-collection-view .icon.previous {
    left: 20%;
  }
}

@media screen and (min-width: 416px) and (max-width: 765px) and (max-height: 765px) {
  .momento-360-collection-view .thumbnails table td img {
    height: 50px;
  }
  .momento-360-collection-view .thumbnails {
    left: 50%;
    bottom: 22px;
    width: 47%;
    height: 75px;
  }
  .momento-360-collection-view .icon.previous, .momento-360-collection-view .icon.next {
    bottom: 27px;
  }
  .momento-360-collection-view .icon.next {
    left: 80%;
  }
  .momento-360-collection-view .icon.previous {
    left: 20%;
  }
}

.print-only {
  display: none;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media print {
  .print-only {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 17px;
  }
  .print-thumbnail {
    width: 100%;
    max-width: 500px;
    margin: 0 0 20px 0;
  }
  .info-button,
  .momento-360-view,
  .momento-360-collection-view,
  .momento-spherical-content-view {
    display: none;
  }
}

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