img {
    width: 100%;
    height: auto;
}

.caption{
    font-style:italic;
    font-size:16px;
}

.navbar-toggler{
    border:0;
    color:#000;
    font-size: 30px;
    width: 50px;
    padding:0;
    margin-top:20px;
}

.navbar-toggler:focus{
    outline:none;
}

.nav-background .navbar-toggler .icon-bar{
    -ms-transform-origin: -1px;
    -webkit-transform-origin: -1px;
    transform-origin: -1px;
    transition: all 0.2s ease;
    border-radius: 0;
    background-color: #000;
    width: 100%;
    height: 3px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar{
    margin-top:15px;
}

.nav-background.open .navbar-toggler .icon-bar,.nav-background.dark .navbar-toggler .icon-bar{
    background-color: #fff;
}

.navbar-toggler[aria-expanded="true"] .icon-bar{
    background-color: #fff;
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:first-child{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:last-child{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

.navbar-brand{
    color: #000;
}

.nav-background.open{
    position: fixed;
    z-index:1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.nav-background.open, .footer, .nav-background.dark{
    background-color: #000;
}

.nav-background.open .navbar-brand,.nav-background.open .navbar-toggler,.nav-background.open .navbar-brand:hover, .footer a, .footer a:hover, .nav-link,.nav-link:hover, .nav-background.dark .navbar-brand,.nav-background.dark .navbar-brand:hover,.nav-background.dark .navbar-toggler{
    color: #fff;
}

.navbar .navbar-brand:hover{
    text-decoration:underline;
    color:#000;
}

.nav-link:hover, .footer a:hover{
    text-decoration: underline;
}

.carousel-item {
    height: 420px;
    background-position: center;
    background-size: cover;
}

.carousel-caption{
    right: auto;
    left: 15px;
}

.blog-featured a,.blog-featured a:hover,.blog a, .blog a :hover,.relateditems a,.relateditems a:hover, .share-page a, .share-page:hover,.prisoner-table a, .prisoner-table a:hover,.featureditems a, .featureditems a:hover{
    color: #000;
}

.blog-featured .info{
    font-weight: 800;
}

li.menu-item{
    list-style: none;
    padding-left: 0;
}

.credits{
    background-color: #b7b7b7;
    font-size: 16px;
    text-align: middle;
    color: #000;
}

.credits a,.credits a:hover{
    color: #000;
}

.image-banner{
    height: 420px;
    background-position: center;
    background-size: cover;
}

.article-image{
    height: 700px;
    background-position: center;
    background-size: cover;
}

.relateditems, .featureditems{
    padding-left:0;
}

.relateditems li, .featureditems li{
    list-style: none;
    padding-left: 0;
}


.prisoner-table thead{
    border-style:solid;
    border-color: #000;
    border-width: 0 0 4px 0;
}

.prisoner-table tbody tr{
    border-style:solid;
    border-color: #000;
    border-width: 0 0 1px 0;
}

.search-input,.search-toggler{
    border:0;
    background-color:#Ebebeb;
}
.search-input:focus,.search-toggler:focus{
    outline: none;
    box-shadow: none;
}
.search-toggler:hover{
    background-color: #b7b7b7;
}

.blog-image{
    min-height: 250px;
    max-height: 450px;
    background-size: cover;
    background-position:center;
}

.blog-image i{
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.blog-image.placeholder{
    background-color: #b7b7b7;
}

.modal-dialog{
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.modal-content, .modal-header{
    background-color: transparent;
    border: 0;
}

.modal-header .close{
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

.modal-header .close:focus{
    outline:none;
}

.mod-languages ul{
    list-style: none;
    padding-left:0;
    color: #fff;
}

.mod-languages li{
    display: inline;
}

.mod-languages li.lang-active a{
    text-decoration:underline;
}

.blog .tag-link{
    color:red;
}

@media (max-width: 1200px){
    .article-image{
        height: 230px;
    }

    .navbar-toggler{
        margin-top:auto;
        margin-bottom:auto;
    }
}