/* HOME PAGE LIST */
.news-home {
	
}
.news-home .news-list-item {
	width: 33.3%;
	float: left;
	margin: 0;
}
.news-home .news-list-item a img {
	width: 100%;
	height: auto;
}
.news-home .news-list-item:nth-child(1){
	padding-right: 22px;
}
.news-home .news-list-item:nth-child(2){
	padding-left: 11px;
	padding-right: 11px;
}
.news-home .news-list-item:nth-child(3){
	padding-left: 22px;
}
.news-home .news-list-item:last-child::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}
.news-home .news-list-item .col-md-3 {
	width: 100%;
	float: none;
	padding: 0;
	-webkit-box-flex: unset;
    -webkit-flex: none;
    -ms-flex: unset;
    flex: none;
    max-width: none;
}
.news-home .news-list-item .col-md-9 {
	width: 100%;
	float: none;
	padding: 2rem 2rem 2rem;
    background: #fff;
	-webkit-box-flex: unset;
    -webkit-flex: none;
    -ms-flex: unset;
    flex: none;
    max-width: none;
}
.news-home .news-list-item h3 {
	margin-top: 12px !important;
}
.news-home .news-list-item {
	margin-bottom: 0 !important;
}
.news-home .news-list-item .extra {
	margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #bcbcbc;
    position: absolute;
    left: 0;
    top: -20px;
    background: #3a61ae;
    color: #fff;
    padding: 7px 13px;
}
.news-home .news-list-item h3 a {
    color: #222;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: normal;
    text-transform: none;
}


/* HOME PAGE LIST / end */


/* NEWS LIST GENERAL */
.news-list-item {
	margin-bottom: 25px;
}
.news-list-item .extra {
	margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
	color: #bcbcbc;
}
.news-list-item h3 {
	margin-top: 0;
}
.news-list-item h3,
.news-list-item h3 a {
	color: #333333;
    font-size: 20px;
    font-weight: 700;
}
.news-list-item p {
	/*
	font-family: "Roboto", Arial, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: -webkit-calc(25/15);
    line-height: -moz-calc(25/15);
    line-height: calc(25/15);
    color: #555555;
	*/
}
.news-list-item h3 {
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: .15em;
    line-height: 1.5em;
    text-transform: uppercase;
}
.news-list-item h3 a {
	color: #222;
	font-weight: 300;
    font-size: 17px;
}
.news-list-item .btn {
	border-radius: 5px;
    font-size: 14px;
    color: #c5a810;
}
.lead p {
	font-size: 14px;
    font-weight: 300;
	margin-top: 10px;
}

a.news-read-more-link {
	font-weight: bold;
}
/* NEWS LIST GENERAL / end */



/* RESPONSIVENESS */
@media (max-width: 991px) {
	.news-home .news-list-item {
		width: 100%;
		float: none;
		margin: 0;
	}
	.news-home .news-list-item {
		padding-bottom: 40px;
	}
	.news-home .news-list-item:nth-child(1),
	.news-home .news-list-item:nth-child(2),
	.news-home .news-list-item:nth-child(3) {
		padding-right: 0;
		padding-left: 0;
	}
	.row.news-list-item img {
		height: auto;
	}
}


/* RESPONSIVENESS / end */