/* LightGallery custom styles */
.lg-sub-html,
.lg-toolbar {
  background-color: transparent;
}

/* Icon font */
@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
       url(../fonts/lg.woff?n1z373) format("woff"),
       url(../fonts/lg.ttf?n1z373) format("truetype"),
       url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Navigation Arrows */
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent;
  border-radius: 2px;
  color: #111;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: rgba(17, 17, 17, 0.7);
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

/* Keyframes */
@keyframes lg-right-end {
  0%, 100% { left: 0 }
  50% { left: -30px }
}

@keyframes lg-left-end {
  0%, 100% { left: 0 }
  50% { left: 30px }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end .3s;
  position: relative;
}

/* Toolbar */
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #111;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 45px;
  text-decoration: none !important;
  outline: 0;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: rgba(17, 17, 17, 0.7);
}

.lg-toolbar .lg-close:after { content: "\e070"; }
.lg-toolbar .lg-download:after { content: "\e0f2"; }

/* Sub HTML (captions) */
.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

/* Counter */
#lg-counter {
  color: #111;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

/* ... (more formatting continues for thumbnails, progress bar, dropdown, fullscreen, etc.) */
