div.news-list
{
	word-wrap: normal !important;
	display:inline-flex;
	padding-left: 13%;
	text-align: center;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.banner-transport{
	width: calc(15.5% - ( 0.875 * 30px ) );
	margin: 2%;
}
.banner-transport img{
	max-width: 100%;
	height: auto;
	margin-bottom: 50px !important;	
}
.section-title{
	width:100%;
	text-align:center;
	font-size: 24px;
	padding-left: 15px;
}
.name{
	color: #6d6d6d;
	font-size:16px;
	font-weight: 400;
}
.transport-button a{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    padding: 1em 2em;
    background: transparent;
    border: 2px solid #16027c;
	color: #16027c !important;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	text-shadow: 0 1px 0
    rgba(0, 0, 0, 0.05);
	width: 127px;
	height:52px;
}
.transport-button a:hover{
	background: #16027c;
	color:#ccc !important;
	text-decoration:none;
}
