.showroom-login-box {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-width: 100%; }
  .showroom-login-box .btn {
    width: 100%; }

.showroom-authenticated {
  background: #fff;
  padding: 10px 0; }
  .showroom-authenticated p {
    margin: 0; }
  .showroom-authenticated .logout-button {
    float: right; }

.presentation, .presentation-item, .spin {
  height: 100%; }

#presentation-root {
  background: #fff; }

.presentation-container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0; }
  .presentation-authenticated .presentation-container {
    top: 100px; }

.presentation {
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  background: #fff; }

.presentation-name {
  font-size: 16px;
  margin: 0;
  line-height: 60px;
  float: left; }

.mode-toggle {
  float: right;
  line-height: 59px; }

.mode-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 0 10px; }

.mode-presentation-icon {
  background-image: url(/assets/showroom-presentation.png); }

.mode-collection-icon {
  background-image: url(/assets/showroom-collection.png); }

.mode-presentation-active-icon {
  background-image: url(/assets/showroom-presentation-active.png); }

.mode-collection-active-icon {
  background-image: url(/assets/showroom-collection-active.png); }

.embed-icon {
  display: inline-block;
  width: 21px;
  height: 15px;
  background-image: url(/assets/embed.png);
  background-size: 21px 15px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px; }

.collection {
  background: #f7f7f7; }

.collection-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center; }

.collection-item {
  margin-top: 15px;
  margin-bottom: 13px; }

.collection-spin-item {
  position: relative;
  font-size: 0;
  background: #fff;
  border-bottom: 2px solid #efefef; }

.collection-spin {
  position: relative; }

.collection-spin-item-firstframe {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto; }

.collection-item-meta {
  text-align: center; }

.collection-item-actions {
  padding: 10px; }

.collection-item-action {
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer; }

.presentation-icon {
  fill: #221E1E; }

.collection-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.collection-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
  z-index: -1; }

.collection-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  cursor: pointer; }

.collection-modal-content {
  max-width: 100%;
  height: 100%;
  margin: 0 auto; }

.embed-code-container {
  max-width: 400px;
  padding: 10px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/*
.collection-modal-content{
  max-width: 90%;
  width: 400px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  border-bottom: 2px solid #e7e7e7;
}
*/
.embed-code {
  text-align: left;
  display: block;
  padding: 10px;
  white-space: normal;
  word-break: break-word;
  width: 100%;
  height: 200px;
  border: 0;
  background: #fafafa;
  margin-bottom: 20px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #444; }

.presentation-item {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.presentation-prev, .presentation-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 30px 30px; }

.presentation-prev {
  background-image: url(/assets/presentation_previous_arrow-122ca1a3b2291bae73ba1faf24c9755fa5457809d2cdf84f50404daf278e59d8.png);
  left: 20px; }

.presentation-next {
  background-image: url(/assets/presentation_next_arrow-8a9ffc5a632515c79ba3067b004253828be86b2dabd4fa236b83b38a88f1b9be.png);
  right: 20px; }

.spin {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  user-select: none; }

.spin-image {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%; }

.haze {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.haze-hidden {
  z-index: -1; }

.spin.state-loading .haze, .spin.show-instruction.state-ready .haze {
  opacity: 1; }

.spin.show-instruction .spin-instruction {
  display: block; }

.spin .spin-instruction, .spin.show-instruction.state-loading .spin-instruction {
  display: none; }

.spin .spinner {
  display: none; }

.spin.state-loading .spinner {
  display: block; }

.spin-instruction {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/assets/spin-instruction-74aa8fda0f4ab0f77064448be28fbc98d00e4725df340e36d6df0c610efbf989.png);
  background-size: 90px 54px;
  width: 90px;
  height: 54px;
  margin-left: -45.5px;
  margin-top: -27px;
  background-repeat: no-repeat; }

.no-touch .spin-instruction {
  background-image: url(/assets/spin-instruction-drag-0b5dc756658aae0176e360eecb4986204974b671b93b83f4dc441487dd40713a.png); }

.progress-bar {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.spin.state-loading .progress-bar {
  opacity: 1; }

.progress-bar-progress {
  height: 100%;
  width: 0%;
  background: #FC3667;
  -webkit-transition: width .1s;
  transition: width .1s; }

.spin-thumbnails {
  position: absolute;
  bottom: 20px;
  height: 44px;
  left: 60px;
  right: 60px;
  text-align: center;
  overflow: hidden; }

.spin-thumbnails:hover {
  height: auto;
  background: #fff; }

.spin-thumbnail {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s; }

.spin-thumbnail.spin-thumbnail-current, .spin-thumbnail:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 20; }

.info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff; }

.info-box {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.info-box.info-box-open {
  max-height: 100%; }

.collection-square-spacer {
  width: 100%;
  display: inline-block;
  position: relative; }

.collection-square-spacer:after {
  padding-top: 100%;
  display: block;
  content: ''; }

.collection-square-spacer-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.collection-spin-item-firstframe {
  max-height: 100%;
  width: auto; }

@media (min-width: 0) {
  .collection-item-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s; }
    .collection-item.active .collection-item-meta {
      visibility: visible;
      opacity: 1; }
  .collection-item-actions {
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

@media (max-width: 979px) {
  .navbar-fixed-top {
    position: fixed; }
  .navbar-inner {
    min-height: inherit; }
  .navbar .brand {
    margin: 0; } }

@media (max-width: 768px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .mode-toggle {
    line-height: 50px; }
  .presentation-container {
    top: 43px; }
    .presentation-authenticated .presentation-container {
      top: 92px; }
  .presentation-name {
    line-height: 43px; }
  .navbar-fixed-top, .navbar-fixed-bottom {
    margin: 0; }
  .spin-thumbnails {
    display: none; }
  .presentation {
    padding: 0; }
  .presentation-prev, .presentation-next {
    background-color: white;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
    background-repeat: no-repeat; }
  .presentation-prev {
    background-position: 9px 10px;
    left: 10px; }
  .presentation-next {
    background-position: 11px 10px;
    right: 10px; }
  .collection .container, .collection-item {
    padding: 0 !important; }
  .collection-item {
    margin-top: 0;
    margin-bottom: 20px; }
  /*
  .collection-modal-content{
    max-width: 90%;
    width: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    border-bottom: 2px solid #e7e7e7;
  } */ }
