
.bl-news-container .bl-item-text-container {
	-webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
	justify-content: center!important;
	-webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
	flex-direction: column!important;
	display: -webkit-box!important;
    display: -ms-flexbox!important;
	display: flex!important;
	padding-left: 15px;
	padding-right:15px;
}
.bl-news-container .wt-item .wt-item-image-container {
	padding-left:15px;
	padding-right:15px;
}

.bl-homenews-title {
	text-align:center;
}
.bl-homenews-title h1 {
	font-family: 'CrystalBetUni'!important;
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color:#181b1f;
	margin-bottom:0px;
}
.wt-item-tag {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:4px 8px;
	font-family: 'CrystalBetUni'!important;
	font-weight: bold;
	font-style: normal;
	font-size:12px;
	color:#fff;
}

.wt-tag-blue {
	background-color:#116fb1;
}
.wt-tag-green {
	background-color:#308611;
}
.wt-tag-red {
	background-color:#be1733;
}
.wt-tag-purple {
	background-color:#724197;
}
.wt-tag-palegreen {
	background-color:#00a97f;
}
.wt-tag-orange {
	background-color:#ff5900;
}
.wt-tag-bluefb {
	background-color:#0099ff;
}
.wt-tag-greendrk {
	background-color:#1a8333;
}

.read-wt-pagination .wt-pagination-container {
	display:block!important;
}

.bl-news-container .hp-homenews-nav-container {
	padding-left:0px!important;
}
.bl-nav-item {
	padding:0px 15px;
}
.bl-news-container .hp-nav-item h3 {
	font-weight: bold!important;
	font-size: 16px!important;

}
.bl-news-container .hp-nav-item {
	padding:20px 0px !important;
	white-space: nowrap;
	line-height: 1;
}
.bl-news-container .bl-flex-nav {
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
