.news-container {
	padding: 0px !important;
}

.news-container .row {
	overflow: hidden;
	padding: 5px 0px;	
}

.news-container .news-card.hover {
	transition: all .1s linear;
	-webkit-transition: all .1s linear; /* For Safari 3.1 to 6.0 */	
}

.news-container .col-sm-4.hover:hover {
	transform: scale(1.03);
}

.news-container .news {
	background-color: #fff;
	border: 1px solid #DADADA;
	border-radius: 5px;
	height: 365px;
	min-height: 365px;
}

.news-container .news:hover {
	background:#f4f4f4;
}

.news-container h4 {
	color: #b73d47;
	margin: 10px 10px 5px 10px;
	font-size: 18px;
}
.news-container a {
	color: #b73d47 !important;
}
.news-container .news-date {
	margin: 0px 10px 0px 10px;
	font-size: 12px;
	font-style: italic;
	color: #6B6B6B;
}

.news-container .news-text {
	margin: 0px 10px 0px 10px;
/*	font-size: 14px; */
	color: #0a0a0a;
}
.news-container .news-card {
	margin-bottom: 15px;
}

.news-container .news-card {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.news-container .news-card img {
	width: 100%;
}

/*
.news-container .col-sm-4 {
	width: 33.33333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.news-container .col-sm-4 img {
	width: 100%;
}
*/



.news-header .header-container h1 {
/*	margin: 45px 0px 62px 0px; */
	margin: 10px 0px 0px 0px;
}

.news-header .news-category,
.card .news-category {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #000;
	border-top-right-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	padding: 3px 25px;
	font-weight: bold;
	font-style: italic;	
	color: #fff;
}

.news-meta {
	float: left;
	width: 100%;
	padding: 0px 5px;
	font-size: 14px;
}

.card .news-category {
	border-top-right-radius: none;	
}

.card .card-content {
	padding: 1rem 0.5rem 0.5rem 0.5rem !important;
	text-align: left !important;
}

.card {
}
.card:hover {
	background-color:#f4f4f4;
}

.card .card-date {
    position: absolute;
    top: 170px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem;
}
/*
.home .card .card-date {
    top: 168px;
}
*/
/*
.single-recension .card .card-date {
	top: 169px;
}
*/
.cards {
	display: inline-block !important;
	clear: both;
	width: 100%;
}
.search-results .cards,
.category-nyheter .cards,
.author .cards  {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

.search-nyheter .card:first-child,
.category-nyheter .card:first-child,
.author .card:first-child {
	margin-left: 1.5em !important;
}
.cards .large-4 {
	width: 31%;
	min-height: 365px;
}
.card {
	float: left;
	padding-bottom: 15px;	
}
.card img {
	width: 100%;
	height: 195px;
}

.card:first-child {
	margin-left: 0em !important;
}
