.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


.img-thumbnail {

 border: 0px solid #ddd; 

}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #e7722b;
}


.modal-footer i.fa {
    color: #000;
    font-size: 17px;
    padding-top: 6px;
    margin-right: 2px;
}


.close {
color: #000;
font-size: 29px;
opacity: inherit;
}

.modal-footer {
    border-top: 0px;
}