  #room-availability {
  margin-top: 20px;
}

.animated-ellipsis span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.animated-ellipsis span:nth-child(2) {
  animation-delay: .2s;
}
.animated-ellipsis span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
iframe.video-frame {
  width: 720px;
  height: 405px;
  padding: 0px;
  border: 1px solid #464646;
}

.fa-toggle-left {
  padding-right: 5px;
}

.fa-toggle-right {
  padding-left: 10px;
}

.google-map {
  height: 500px;
  width: 800px;
}

.supporting-img {
  width: 500px;
}

/*# sourceMappingURL=room-view.css.map */
