#searchabledatabase {
    width:100%;
    overflow:auto;
}

#searchabledatabase_options {
    overflow:auto;
}

#searchabledatabase_options div {
    float:left;
    width:33%;
    font-weight:bold;
}

#searchabledatabase_options div:nth-of-type(2) {
    text-align:center;
}
#searchabledatabase_options div:nth-of-type(3) {
    text-align:right;
}

.searchabledatabase_item img {
    width:320px;
    height:200px;
    float:left;
    margin:20px;
    background:#fff;
}

#subjects {
    cursor:pointer;
}

#filters {
    width:100%;
    overflow:auto;
    text-align:center;
    display:none;
}

.sortorder ul {
    display:inline-block;
    list-style: none;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:0px;
}

.sortorder ul li {
    float: left;
    margin-right:20px;
}

#filters ul {
    display:inline-block;
    list-style: none;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:0px;

}

#filters ul li {
    float: left;
    margin-right:20px;
}

.sortorder .active {
    font-weight: bold;
}

.searchabledatabase_item.active {
    opacity: 1;
    height: auto;
    width:360px;
    transition: opacity 3s ease-out;

}
.searchabledatabase_item {
    transition: opacity 3s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    width:0;
    float:left;
    position:relative;
    background:#bbb;
}

#searchabledatabase_results {
    display:none;
}

#searchabledatabase_clear {

    margin-top: 2px;
    margin-left: 25px;
    cursor: pointer;
    color: #aaa;
}

#searchabledatabase_loader {
    width:100%;
    background:#fff;
    text-align:center;
}


span.subject_text {
    margin-top: 0px;
    display: block;
    float: left;
}
#subjects img{
    margin-left:15px;
    padding-top:1px;
    transform: rotate(90deg);
    transition: transform 0.4s;

}
#subjects.open img{
    transition: transform 0.4s;

    transform: rotate(-90deg);
}
#showcase, #atoz, #showcase-mobile, #atoz-mobile {
    cursor:pointer;
}

#currentview,
#currentview-mobile {
    display:none;
}

#reach {
    display:none;
}

.searchabledatabase_title {
    align-content: center;
    background: #030B3E;
    color: #07bfbf;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    height: 178px;
    justify-content: center;
    letter-spacing: 3px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 316px;
}

@media (min-width: 901px) and (max-width: 1399px) {
    .searchabledatabase_title {
        font-size: 13px;
        height: 115px;
        width: 205px;
    }
}

@media (max-width: 900px) {
    .searchabledatabase_title {
        display: none;
        height: 100%;
        width: 100%;
    }
}

.searchabledatabase_item:hover .searchabledatabase_title {
    opacity: 1;
}

.searchabledatabase_item:hover img {
    opacity: 1;
    
}