.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 0px;
  margin-bottom: 0px;
}

.gallery-padding {
    padding-right: none;
    padding-left: none;
}


.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: none;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: none;
    border:none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal-content {
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer{display: none;}

.modal-body {
    position: relative;
    padding: 10px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 10px;
    border-bottom: none;
}

.modal-footer {
    padding: 5px;
    margin-top: 15px;
    text-align: right;
    border-top: none;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 10px;
}









