    #news-head h2 {
        font-family: 'arimobold';
        text-align: center;
    }

    #news-head h2 em {
        padding-right: 20px;
    }

    body .slick-slider {
        margin-bottom: 20px;
    }


    .news-outer.slick-slide {
        width: 25%;
        height: 350px;
        float: left;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    @media screen (max-width: 640px){
        .news-outer.slick-slide {
            height: 280px;
        }
    }
    
    .news-outer img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        margin: auto;
        z-index: -1;
        opacity: 0.3;
    }
    
    .title-wrap {
        display: table;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 10%;
    }
    
    .title-wrap * {
        display: table-cell;
        vertical-align: middle;
    }
    
    .title-wrap h3 {
        font-weight: 700;
        color: #fff;
        font-size: 32px;
       font-family: 'arimobold';
    }
    
    .title-wrap h3 span {
        font-size: 65%;
        font-weight: 300;
    }
    
    .news-outer p {
        color: #1d1d1d;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.1s cubic-bezier(.17,.67,.79,.53) 0s;
        opacity: 0;
        padding: 10%;
        width: 100%;
        font-size: 18px;
        box-sizing: border-box;
    }
    
    .news-outer:hover p {
        opacity: 1;
        transition: all 0.3s cubic-bezier(.17,.67,.79,.53) 0.2s;
    }
    
    .more-tab {
        background: url(../../Servers/Server_508222/Templates/dots.png) no-repeat;
        background-size: 30px;
        background-position: 10% 50%;
        background-color: #fff;
        width: 100px;
        height: 100px;
        position: absolute;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: -50px;
        right: -50px;
        transition: all 0.2s cubic-bezier(.17,.67,.79,.53);
        opacity: 0.5;
    }

    .more-tab > span { display: none; }
    
    .news-outer:hover .more-tab {
        width: 200%;
        height: 200%;
        bottom: -50%;
        right: -50%;
        opacity: 1;
        transition: all 0.3s cubic-bezier(.17,.67,.79,.53);
        background: #fff;
    }
    
    .btn {
        font-family: 'arimobold';
        text-align: center;
        padding: 6px;
        border-radius: 4px;
        opacity: 0;
        position: absolute;
        right: 0;
        left: 0;
        width: 50%;
        margin: auto;
        bottom: 5%;
        transition: opcaity 0.1s cubic-bezier(.17,.67,.79,.53) 0s;
    }

    .btn:hover {
        text-decoration: none;
    }
    
    .news-outer:hover .btn {
        opacity: 1;
        transition: opacity 0.3s cubic-bezier(.17,.67,.79,.53) 0.2s;
    }
    
    .news-sec:after {
        content:'';
        display: table;
        clear: both;
    }

.slider-btn-outer {
    text-align: center;
    margin-top: 20px;
}

.slider-btn-wrap {
    display: inline-block;
}

#news-sec .slider-btn {
    background: url(../../Servers/Server_508222/Templates/news_controls.png) no-repeat;
    width: 25px;
    height: 53px;
    float: left;
    cursor: pointer;
    position: relative;
    margin: 15px 10px;
}

#news-sec .slider-btn:hover {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-backface-visibility: hidden;
}

#news-sec .slider-next {
    background-position: -65px center;
}

#news-sec .slider-prev {
    background-position: -9px center;
}



@font-face {
    font-family: 'chunkfiveroman';
    src: url('https://cdnsm5-ss8.sharpschool.com/UserFiles/Servers/Server_508222/Templates/fonts/chunkfive-webfont.eot');
    src: url('https://cdnsm5-ss8.sharpschool.com/UserFiles/Servers/Server_508222/Templates/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm5-ss8.sharpschool.com/UserFiles/Servers/Server_508222/Templates/fonts/chunkfive-webfont.woff2') format('woff2'),
         url('https://cdnsm5-ss8.sharpschool.com/UserFiles/Servers/Server_508222/Templates/fonts/chunkfive-webfont.woff') format('woff'),
         url('https://cdnsm5-ss8.sharpschool.com/UserFiles/Servers/Server_508222/Templates/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('https://cdnsm5-ss8.sharpschool.com/UserFiles/Servers/Server_508222/Templates/fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}