/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
@font-face {
  font-family: 'icomoon';
  src: url('../eot/icomoonc428.eot?orop1i');
  src: url('../eot/icomoonc428.eot?orop1i#iefix') format('embedded-opentype'), url('../icomoonc428.html?orop1i') format('truetype'), url('../woff/icomoonc428.woff?orop1i') format('woff'), url('../svg/icomoonc428.svg?orop1i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lightbox-close:before {
  content: "\e900";
}
.icon-lightbox-prev:before {
  content: "\e901";
}
.icon-lightbox-next:before {
  content: "\e902";
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 49%;
  display: block;
  text-shadow: 2px 2px 4px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
  z-index: 100;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
  padding-left: 0px;
  text-align: left;
  text-decoration: none;
  color: #bbbbbb;
  position: fixed !important;
  line-height: 90vh !important;
  top: 60px !important;
  left: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    padding-left: 15px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .ekko-lightbox .glyphicon-chevron-left {
    padding-left: 0;
    left: -40px;
  }
}
.ekko-lightbox .glyphicon-chevron-left:hover {
  color: #008934;
}
.ekko-lightbox .glyphicon-chevron-left:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 90px;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-right {
  padding-right: 0px;
  text-align: right;
  text-decoration: none;
  color: #bbbbbb;
  position: fixed !important;
  line-height: 90vh !important;
  top: 60px !important;
  right: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    padding-right: 15px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .ekko-lightbox .glyphicon-chevron-right {
    padding-right: 0;
    right: -40px;
  }
}
.ekko-lightbox .glyphicon-chevron-right:hover {
  color: #008934;
}
.ekko-lightbox .glyphicon-chevron-right:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 90px;
  text-decoration: none;
}
.ekko-lightbox .modal-content {
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
}
.ekko-lightbox .modal-content .modal-header {
  padding: 10px 15px;
  border-color: #404040;
  margin-bottom: 8px;
}
.ekko-lightbox .modal-content .modal-header .close {
  opacity: 0.7;
  text-shadow: none;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .ekko-lightbox .modal-content .modal-header .close {
    opacity: 1;
  }
}
.ekko-lightbox .modal-content .modal-header .close:hover {
  opacity: 1;
}
.ekko-lightbox .modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
.ekko-lightbox .modal-content .modal-header .modal-title span {
  display: block;
  color: #008934;
  font-size: 25px;
  font-weight: 600;
}
.ekko-lightbox .modal-content .modal-footer {
  color: #ffffff;
  text-align: left;
  border: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ekko-lightbox .modal-content .modal-footer {
    padding: 20px 90px;
  }
}
