/* line 4, gallery_popup.scss */
.lightbox-nav {
  position: relative;
  margin-bottom: 12px;
  /* the font-size of .btn-xs */
  height: 22px;
  text-align: center;
  font-size: 0;
  /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}

/* line 11, gallery_popup.scss */
.lightbox-nav .btn-group {
  vertical-align: top;
  top: -6px;
}

/* line 15, gallery_popup.scss */
.lightbox-nav .close {
  /* absolutely position this in order to center the nav buttons */
  position: absolute;
  top: 0;
  right: 0;
}

/* line 21, gallery_popup.scss */
.lightbox-image-container {
  position: relative;
  text-align: center;
  /* center the image */
}

/* the caption overlays the top left corner of the image */
/* line 26, gallery_popup.scss */
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em;
  /* the left and right margins are offset by 0.4em for the span box-shadow */
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

/* line 37, gallery_popup.scss */
.lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  /* pad the left and right of each line of text */
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75), -0.4em 0 0 rgba(255, 255, 255, 0.75);
}

/* line 45, gallery_popup.scss */
.fade.in {
  opacity: 1;
}

/* line 48, gallery_popup.scss */
.modal-open {
  overflow: hidden;
}

/* line 51, gallery_popup.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 63, gallery_popup.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 73, gallery_popup.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 79, gallery_popup.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 83, gallery_popup.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 88, gallery_popup.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 99, gallery_popup.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 108, gallery_popup.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 112, gallery_popup.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 116, gallery_popup.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 120, gallery_popup.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 123, gallery_popup.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 127, gallery_popup.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 131, gallery_popup.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 136, gallery_popup.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 140, gallery_popup.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 143, gallery_popup.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 146, gallery_popup.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 154, gallery_popup.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 158, gallery_popup.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 162, gallery_popup.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 167, gallery_popup.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 171, gallery_popup.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 181, gallery_popup.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 188, gallery_popup.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 193, gallery_popup.scss */
.btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 4px;
  background-image: url(/img/more.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -10000px;
}

/* line 211, gallery_popup.scss */
.btn-group .btn:first-child {
  background-image: url(/img/arrow/main_btn_arrow2_1.png);
}

/* line 212, gallery_popup.scss */
.btn-group .btn:last-child {
  background-image: url(/img/arrow/main_btn_arrow2.png);
}

/* line 213, gallery_popup.scss */
.btn:hover {
  background-color: #efefef;
}

/* line 214, gallery_popup.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

/* line 219, gallery_popup.scss */
.btn-group-xs > .btn, .btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 224, gallery_popup.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

/* line 228, gallery_popup.scss */
.btn-group > .btn:first-child {
  margin-left: 0px;
}

/* line 231, gallery_popup.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 234, gallery_popup.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 238, gallery_popup.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0px;
}

/* line 241, gallery_popup.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
