/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #000;
  /*text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;*/
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a {
	outline: none !important;
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
	outline: none !important;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .glyphicon-chevron-left:before {
  content: "";
  background-image: url(../images/navigation/left.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px 80px;
  width: 100%;
  height: 100%;
  display: block;
}
.no-svg .ekko-lightbox .glyphicon-chevron-left:before {
  background-image: url(../images/navigation/left.png);
}
.ekko-lightbox .glyphicon-chevron-right:before {
  content: "";
  background-image: url(../images/navigation/right.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 80px;
  width: 100%;
  height: 100%;
  display: block;
}
.no-svg .ekko-lightbox .glyphicon-chevron-right:before {
  background-image: url(../images/navigation/right.png);
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

/*----------------------------------------*/

.modal-backdrop.in {
    -webkit-opacity: 0.80;
    -moz-opacity: 0.80;
    opacity: 0.80;
    background-color: #000000;
}
.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    width: 100%;
}
.modal-dialog {
	max-width: 100%;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 12px auto;
  }
}
/* ------------- Lightbox header ---------------- */
.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
}
@media (min-width: 768px) {
  .ekko-lightbox .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ekko-lightbox .modal-header .close {
    margin-top: 0px;
    background-image: url(../images/navigation/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.no-svg .ekko-lightbox .modal-header .close {
	background-image: url(../images/navigation/close.png);
}
.ekko-lightbox .modal-header .close:hover {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.ekko-lightbox .modal-header .share {
    margin-top: 0px;
    margin-right: 10px;
    background-image: url(../images/navigation/share.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.no-svg .ekko-lightbox .modal-header .share {
	background-image: url(../images/navigation/share.png);
}
@media (min-width: 768px) {
  .ekko-lightbox .modal-header .share {
    margin-right: 20px;
  }
}
.ekko-lightbox .modal-header .share:hover {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.ekko-lightbox .modal-header h4.modal-title {
    font-weight: 100;
    color: #fff;
    padding: 0 50px 0 0;
    font-size: 0.9em;
    text-transform: none;
}
/* ------------- Lightbox body ---------------- */
.ekko-lightbox .modal-body {
    padding: 0;
    width: 100%;
    text-align: -webkit-center;
    vertical-align: -webkit-baseline-middle;
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 768px) {
  .ekko-lightbox .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ------------- 100% height issues ---------------- */
.ekko-lightbox .modal-body img {
	margin: auto;
	max-height: calc(100vh - 80px);
}
@media (min-width: 768px) {
  .ekko-lightbox .modal-body img {
    max-height: calc(100vh - 120px);
  }
}
/* ------------- Modal Loading text ---------------- */
.modal-loading {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: white;
	text-transform: uppercase;
}
/* ------------------------------------------------- */
.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 8px 120px 8px 8px;
    font-size: 0.9em;
}
.ekko-lightbox-nav-overlay a {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    text-shadow: none;
}
.close {
	text-shadow: none;
}
/* Share Button Scripts */
.share {
  text-shadow: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1.0;
}
.share:hover,
.share:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.share {
  -webkit-appearance: none;
  /*padding: 0;*/
  cursor: pointer;
  background: transparent;
  border: 0;
  margin-top: 15px;
}
/*----------------------------------------*/