/**!!
 * @author
 * Banjo Mofesola Paul
 * Chief Developer, Planet NEST
 * mofesolapaul@live.com
 * Wednesday, December 7, 2016
 */
.swiftly-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding-top: 100px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .swiftly-modal {
    padding-top: 79px;
  }
}
.swiftly-modal:not(.open) {
  display: none;
}
.swiftly-modal .modal-body {
  background-color: #fff;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  padding-top: 79px;
}
@media (min-width: 421px) {
  .swiftly-modal .modal-body {
    margin: 2rem auto;
  }
}
.swiftly-modal .modal-body:after {
  background: url(../resx/logo-no-bg.png) center no-repeat;
  background-size: 58%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.05;
  content: "";
}
.swiftly-modal .modal-body .modal-film {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-top: 120px;
  display: none;
  z-index: 2;
}
.swiftly-modal .modal-body .modal-film h1 {
  font-weight: lighter;
}
.swiftly-modal .modal-body .modal-film .dialog-btn {
  padding: 1rem 2.5rem;
  border-radius: 4px;
  border: solid 1px #ccc;
  margin-top: 2rem;
  display: inline-block;
  background: #fff;
}
.swiftly-modal .modal-body.filmed {
  height: 360px;
  overflow: hidden;
}
.swiftly-modal .modal-body.filmed .modal-film {
  display: block;
}
.swiftly-modal header {
  background: #45aed6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem;
  z-index: 3;
  color: #f0f0f0;
}
.swiftly-modal header .title {
  color: #fff;
}
.swiftly-modal .btn {
  min-width: 100px;
}
.swiftly-modal .close {
  display: inline-block;
  border: solid 2px #fff;
  color: #fff;
  opacity: 0.5;
  padding: 1rem;
  border-radius: 300px;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  font-weight: lighter;
}
.swiftly-modal .close:hover {
  opacity: 1;
}
.swiftly-modal .ribbon {
  margin-bottom: 1rem;
}

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