﻿
/* CUSTOM */

.noticeboard {
    margin-top: -60px;
}
.noticeboard-label {
    width: 290px;
    float: left;
    padding-left: 20%;
    height: 45px;
    background-color: #c1271e;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.ss-album-img {
    height: 225px;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ss-album-caption {
    text-align: center;
    color: white;
    background-color: #0a92de;
    padding: 5px;
    margin-bottom: 8px;
    font-size: 17px;
}



.grid-col-12.notice {
    float: left;
    background-color: #24282e;
    color: #fff;
    width: 78.5%;
    margin-top: 6px;
    height: 35px;
}
.grid-notice{
    width:40%;
}

@media screen and (max-width: 980px) {
    .grid-notice {
        width: 100%;
    }
    .noticeboard {
        margin-top: 0px;
    }
    .noticeboard-label {
        width: 100%;
        float: left;
        text-align:center;
        padding-left: 0%;
        height: 29px;
        background-color: #c1271e;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
    }
    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 33px;
    }
}
@media screen and (max-width: 1360px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

@media screen and (max-width: 1280px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

@media screen and (max-width: 1360px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .noticeboard {
        width: 100%;
    }

    .grid-col-12.notice {
        float: left;
        background-color: #24282e;
        color: #fff;
        width: 100%;
        margin-top: 0px;
        height: 35px;
    }
}

.effect-shine {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-family: 'Merriweather', serif;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.4) 30%, #000 50%, rgba(0,0,0,.8) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
  