/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox {
/*    border: 1px solid black; */
 }
.ekko-lightbox-container {
  /*position: relative;*/
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.ekko-lightbox-container div {
  height: 100%;
  max-height: 100%;
}
.ekko-lightbox .modal-content {
  position: relative;
  max-height: 100%;
  height: 100%;
}
.ekko-lightbox .modal-content img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.ekko-lightbox {
	width: 1080px;
	height: auto;
	box-shadow: none;
	border-radius: 0;
	top: 117px !important;
	left: 0;
	right: 0;
	margin: 0;
	box-sizing: border-box;
	/*position: relative;*/
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
}
.ekko-lightbox.modal.fade.in {
	top: inherit;
}
/*.modal-backdrop, .modal-backdrop.fade.in {
 z-index: 0 !important;
 }*/
.ekko-lightbox .modal-body {
	max-height: none;
	padding: 0;
	overflow: hidden;
}
.ekko-lightbox .modal-header {
	border-bottom: 0;
	font-size: 30px;
}
.ekko-lightbox .modal-title {
	font-size: 20px;
}
.ekko-lightbox .modal-header .logo-img {
	width: 200px;
	margin-bottom: 10px;
}
.ekko-lightbox .modal-dialog {
	max-width: none !important;
	text-align: center;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
}
button.close {
	background: none;
	color: #000;
	font-size: 70px;
	top: -10px;
	font-family: "ITC-Book-CD";
	margin-right: -36px;
}
.modal-backdrop {
	background-color: #fff;
	z-index: 999;
}
.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay [class*="fa-chevron"]:before {position: absolute; top:45%}
.ekko-lightbox-nav-overlay .fa-chevron-left {padding-top: 0 !important;}
.ekko-lightbox-nav-overlay .fa-chevron-right {padding-top: 0 !important;}

.ekko-lightbox-nav-overlay a {
	position: absolute;
  z-index: 100;
  display: block;
  width: 4%;
  height: 100%;
 
  font-size: 30px;
  color: #fff;
  /*opacity: 0;*/
color: #000;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 4%;
}
.ekko-lightbox a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.31);
}

.ekko-lightbox [class*="-left"]  {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
  font-size: 60px;
}

.ekko-lightbox [class*="-right"] {
  right: 0;
  float: right;
  padding-right: 20px;
  text-align: right;
  font-size: 60px;
}

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