.modal-backdrop.in {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  background-color: #333333;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  /*background-color: #2e7baa;*/
  padding:10px;
}
.ekko-lightbox .modal-header {
  border: 0;
  /*padding-left: 20px;
  padding-right: 0;*/
  position: relative;
  z-index: 2147483647;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  /*color: red;
  text-shadow: 0;
  margin-top: 0;
   margin-right: 10px;
  font-weight:bold;*/
  background: none repeat scroll 0 0 #595b60;
    color: #fff;
    font-size: 39px;
    font-weight: normal;
    line-height: 15px;
    margin-right: 10px;
    margin-top: 0;
    padding:4px 0 6px;
    text-shadow: 0 0 0 transparent;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #000;
  padding: 0;
}
.ekko-lightbox .modal-body {
/*  padding: 0;*/
  padding-top:0;
  /*top:20px;*/
  margin-top: 20px;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
}
.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}