.container {
  padding-top: 70px; }

.bootstrap-select.show-tick {
  width: 130px !important; }

.swiper {
  width: 600px;
  height: 400px; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.inline-gallery-container {
  width: 700px;
  height: 500px;
  position: relative; }

.lightGallery-captions h4 {
  transform: translate3d(60px, 0, 0px); }

.lightGallery-captions p {
  transform: translate3d(-60px, 0, 0px); }

.lightGallery-captions h4,
.lightGallery-captions p {
  opacity: 0; }

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  transform: translate3d(0, 0, 0px); }

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  opacity: 1; }

.lg-slide-progress .lightGallery-captions h4 {
  transform: translate3d(-60px, 0, 0px); }

.lg-slide-progress .lightGallery-captions p {
  transform: translate3d(60px, 0, 0px); }

.lg-slide-progress .lightGallery-captions h4,
.lg-slide-progress .lightGallery-captions p {
  opacity: 0; }

.lightGallery-captions h4,
.lightGallery-captions p {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in; }

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  transition-delay: 500ms; }

.lg-current.lg-slide-progress .lightGallery-captions h4,
.lg-current.lg-slide-progress .lightGallery-captions p {
  transition-delay: 0ms; }

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