.ekko-lightbox a:hover {
    color: #FFFFFF;
}

.ekko-lightbox .modal-content{
  -webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.ekko-lightbox .modal-header{
  border-bottom: 0px;
  padding-bottom: 0px;
}

.ekko-lightbox .modal-header h4 {
  font-size: 12px;
  font-weight: bold;
}

.ekko-lightbox .modal-header .close {
  padding: 0;
  margin: 0;
  font-weight: lighter;
}

.ekko-lightbox .modal-footer{
  border-top: none;
  padding-top: 0px;
}
