.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-header h1 , p {
	color: grey;
}

.pull-left {
	color: black;
}
.newboxnews
                {
                    border: solid 2px #6c2539;
                    width: 100%;
                    color: black;
                    border-radius: 2px;
                    font-size: 16px;
                }
                .newsboxheader
                {
                    width: 100% !important;
                    background-color: #6c2539 !important;
                    color: white !important;
                    font-size: 24px;
                    font-weight: bold;
                    text-align: center;
                    padding-top: 5px;
                    padding-bottom: 5px;
                }
                .newsboxcontent
                {
                    padding-top: 5px;
                }
                .newsboxcontenttime
                {
                    text-align: center;
                    font-weight: bold;
                    color: #6c2539;
                }
