.subjects-container {
    width: 95%;
    margin: auto;
}

.subject-content {
    background: #ffffff80;
    border-top: 10px double #def4f4;
    border-bottom: 10px double #def4f4;
}

.subject-sub-menu {
    padding: 5% 1px !important;
    background: linear-gradient(to top, rgb(93, 211, 209) 5%, rgb(82, 168, 181) 100%);
    box-shadow: inset 39px 0 20px -25px #49bdce, inset -39px 0 23px -25px #49bdce;
    border-left: double 10px white;
    border-right: double 10px white;
    background: #0abbb59c;
    text-align: center;
}

.subject-title {
    margin-bottom: 10px;
    font-size: 2vw;
    color: white;
    text-shadow: #3eb4c7 2px 2px;
}

.subject-select {
    font-size: 1.5vw;
    padding: 5px 0;
}

.subject-select a {
    color: white;
}

.subjects-list .active {
    background: #3fb5c7;
}

.subjects-list:hover {
    background: #3fb5c7;
}

.subject-item {
    font-size: 16px;
}

.subject-main-container {
    padding: 2% !important;
}

.subject-main {
    background: #0abbb536;
    padding: 5%;
    border: #effafa 10px double;
}

.subject-cat {
    background: #6fccc9;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: .5s;
}

.subject-cat a {
    color: white;
}

.subject-list .active {
    padding-top: 10px;
    padding-bottom: 10px;
}

.subject-cat:hover {
    padding-top: 10px;
    padding-bottom: 10px;
}

.subject-list {
    flex-wrap: wrap-reverse;
    align-items: flex-start;
}

@media (min-width: 578px) {
    .subjects-container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .subject-item {
        font-size: 1.9vw;
    }
    .subject-select {
        font-size: 2vw;
    }
    .subject-title {
        font-size: 3vw;
    }
}

@media (min-width: 992px) {
    .subject-item {
        font-size: 1.5vw;
    }
    .subject-select {
        font-size: 1.5vw;
    }
    .subject-title {
        font-size: 2.5vw;
    }
}

@media (min-width: 1285px) {
    .subject-select {
        font-size: 18px;
    }
    .subject-item {
        font-size: 18px;
    }
    .subject-title {
        font-size: 32px;
    }
}

.subject-event-year {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 19px;
    font-weight: bold;
    color: #2c7b8b;
    text-align: center;
}
.date{
    font-size: 14px;
    color: #3594a5;
}
.subject-event {
    min-height: 150px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.subject-event .btn_more {
    margin-top: 10px;
    background: #f8a3a7;
    color: white;
}
.subject-event .btn_more:hover {
    background: #f87780;
}
.subject-event .subject-event-image .subject-image-left-corner-pad {
    padding-top: 0px;
    padding-left: 10px;
}
.subject-event .subject-event-image .subject-image-right-corner-pad {
    padding-bottom: 0px;
    padding-right: 0px;
    position: relative;
}
.subject-event .subject-event-image img {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.subject-event .subject-event-content a {
    text-decoration: none;
}
.subject-event .subject-event-content .subject-event-title {
    font-size: 18px;
    font-weight: bold;
    color: #3599a9;
}
.subject-event .subject-event-content .subject-event-description {
    font-size: 14px;
    color: #333;
}
@media screen and (max-width: 767px) {
}

.album-image-container a.album-image {
    border: 1px solid;
    border-color: #e4e4e4;
    background: #fff;
    padding: 4px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #444;
    transition: 150ms;
}
.album-image-container a.album-image:hover {
    background: #f0f1ea;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
    .subject-sub-menu {
        min-height: 650px;
    }
}
.album_title {
    -webkit-box-shadow: 0 1px 0 0 #e8e9e9;
    -moz-box-shadow: 0 1px 0 0 #e8e9e9;
    box-shadow: 0 1px 0 0 #e8e9e9;
    margin-top: 10px;
}
.album_title a {
    color: #4b6764;
}
.album_title h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.album_title span {
    font-size: 16px;
}
.breadcrumbs {
    padding-left: 0;
}

.image-preview {
    padding-top: 66.7%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.image-preview:not(.no-hover):hover {
    filter: brightness(1.1); }
.image-preview.rounded-corner {
    border-radius: 10px; }
