i
{
	font-family: 'fontawesome-webfont' !important;
}
/*start of css code for Small News Page*/
@media only screen and (min-width: 0px) {
	
}
@media only screen and (min-width: 768px) {
	
}
@media only screen and (min-width: 1200px) {
	
}
.SNP_HeaderTitle{
	font-size: 50px;
	font-weight: bold;
	color: rgb(242, 251, 255);
	line-height: 60px;
	text-shadow: 0px 0px 8px #0d243f;
}

.SNP_NewsColumn {
	margin: 9px;
	box-shadow: 0px 1px 3px gainsboro;
	border-radius: 4px;
	transition: 0.07s;
}
.SNP_NewsColumn:hover {
	transform: scale(1.03);
	box-shadow: 0px 2px 6px rgb(201, 201, 201);
	cursor: default;
	transition: 0.07s;
}
.SNP_NewsColumn img{
	width: 100%;
	border-radius: 4px 4px 0px 0px;
}
.SNP_NewsColumn .SNP_NewsTitle{
	color: #0d243f;
	font-size: 17px;
	line-height: 28px;
	font-family: 'Sahel-Semibold';
	/* border-bottom: 1px solid #3498db; */
	border-radius: 4px;
	background: linear-gradient(20deg,#e6f2fa,#f9fdff);
}
.SNP_NewsColumn .SNP_NewsText{
	font-size: 16px;
	padding: 7px 10px;
	line-height: 25px;
	font-family: 'Sahel';
}
.SNP_NewsCreateDate{
	display: flex;
	justify-content: space-between;
	/* background: #f8f8f8; */
	padding: 5px 15px;
	font-size: 12px;
	border-bottom: 1px solid #3498db;
	border-radius: 4px;
	/* border-radius: 4px; */
}

.Pagination_NextPageBtn,
.Pagination_PrevPageBtn{
    font-size: 20px;
	color: #0d243f;
	transition: 0.2s;
}
.Pagination_NextPageBtn:hover{
    color: #0d243f;
    transform: translateX(-3px);
    transition: 0.2s linear;
}
.Pagination_PrevPageBtn:hover{
    color: #0d243f;
    transform: translateX(3px);
    transition: 0.2s linear;
}
.Pagination_PageNumber a{
    display: inline;
    font-size: 20px;
    color: #0d243f;
    border-radius: 5px;
    padding: 1px 10px;
}
.Pagination_PageNumber a:hover{
    background: rgba(13, 36, 63, 0.7);
	color: #fff;
	text-decoration: none;
    transition: 0.2s linear;
}
.Pagination_PageNumber a.Pagination_PageNumActive{
    background: #0d243f;
    color: #fff;
    transition: 0.2s linear;
}

/* .SNP_HeaderTitle{
	font-size: 46px;
}

.SNP_MainRow{
	display: flex;
	flex-wrap: wrap;
	column-count: 4;
	column-gap: 1em;
}
.SNP_NewsColumn{
	display: inline-block;
	padding: 6px;
	font-size: 16px;
}
.SNP_NewsColumn:nth-child(n+1){
	width: 20%;
}
.SNP_NewsColumn:nth-child(n+3){
	width: 40%;
}
.SNP_NewsColumn:nth-child(n+5){
	width: 25%;
}
.SNP_NewsColumn .SNP_NewsTitle{
	font-size: 17px;
	font-weight: bold;
	border-radius: 4px;
	background: gainsboro;
}
.SNP_NewsColumn:nth-child(odd) .SNP_NewsTitle{
	color: #000;
	background: rgb(102, 176, 219);
}
.SNP_NewsColumn:nth-child(even) .SNP_NewsTitle{
	color: rgb(31, 31, 31);
	background: rgb(234, 248, 255);
}
.SNP_NewsColumn p{
	padding: 2px 7px;
}
.SNP_NewsCreateDate{
	display: flex;
	justify-content: space-between;
	background: rgb(248, 248, 248);
	padding: 3px 5px;
	border-radius: 4px;
} */
/* end  of css code for Small News Page*/