/** BOOTSTRAP **/

.img-thumbnail { border-radius: 0px; }
.btn { border-radius: 0px; } 
.form-control { border-radius: 0px; }

#sharer .btn {
    border-radius: 0;
    height: 30px;
    margin-right: 5px;
    padding: 0;
    width: 30px;
    border: none;
}

#sharer i {
    height: 100%;
    line-height: 30px;
    width: 100%;
    color: #fff;
}

#sharer i.fa-facebook {
    background-color: #3b5998
}

#sharer i.fa-twitter {
    background-color: #00aced
}

#sharer i.fa-google-plus {
    background-color: #dd4b39
}

.navbar-brand {
    height: auto;
}

.navbar-inverse {
    background-color: #1b1b1b;
    border-color: #080808;
}

.modal {
    z-index: 9899;
}

.modal-backdrop {
    z-index: 0;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: auto;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: white;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 32px;
    top: 36px;
    z-index: 100;
    font-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

button.close:hover {
  opacity: 1;
}