﻿#content {
	padding: 100px 0 60px 0;
}

#content #newslist {
	display: table;
}

#newslist {
	margin-top: 120px;
	margin: 30px 10%;
	color: black;
	width: 100%;
	max-width: 100vw;
	margin-left: 6%;
	color: black;
	height: auto;
	margin: 0 auto;
}

#newslist.showall {
	margin-bottom: 50px;
	display: table;
}

#newslist > .listitembox {
	color: black;
}

#newslist .listitembox div.image, #newslist .listitembox div.image img {
	width: 100%;
}

#newslist .image {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#newslist .listboxcontent {
	width: 100%;
	padding: 25px;
}

#newslist .image .thewhite {
	position: absolute;
	height: 40px;
	width: 100%;
	background: #FFF;
}

#hpnews #newslist .listboxcontent {
	border-bottom: 0px solid white;
}

#newslist .listboxcontent span.typetitle {
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 17px;
	color: #b9b9b9;
	font-weight: lighter;
	letter-spacing: 1px;
}

#newslist .newstitle {
	font-size: 24px;
	line-height: 35px;
	display: block;
	width: 100%;
	height: 74px;
	margin-bottom: 10px;
	text-align: left;
	color: #36BAAD;
}

#hpnews {
	padding: 80px 0 40px 0;
}

#hpnews .typetitle {
	display: none !important;
}

#hpnews .newstitle {
	text-decoration: none;
}

#hpnews .listitembox.featured:hover .newstitleover, #newslist .listitembox.featured:hover .newstitleover {
	color: #000;
}

#newslist .listitembox .standfirst {
	font-size: 16px;
	line-height: 20px;
	color: black;
	display: block;
	padding-left: 30px;
	height: auto;
	text-transform: uppercase;
}

#newslist .listitembox .standfirst:before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 1px;
	margin: 0 20px 5px 0;
	background: #323232;
}

#newslist .listitembox .b11kh2title {
	margin-bottom: 3px;
	text-align: left;
	padding-left: 0px;
}

#newslist .listitembox .b11kh2title:after {
	background: #000;
}

#newslist.productlist .owl-item {
	width: 100%;
}

#newslist.productlist .owl-item .listitembox {
	width: 95%;
	margin: auto 2.5%;
}

#newslist .listitembox.featured {
	position: relative;
}

#newslist .promo {
	display: none;
}

#newslist .featured .promo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	padding: 21px 0;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #36BAAD;
	color: #fff;
	z-index: 10;
}

#newslist .featured .listboxcontent {
	background-color: #36BAAD;
}

#newslist .listitembox.featured .b11kh2title, #newslist .featured .newstitle {
	color: #fff;
}

#newslist .listitembox.featured .b11kh2title:after {
	background-color: #fff;
}


.slideshowvideocontent {
	display: block;
}

.slideshowvideocontent h1 {
	text-shadow: 2px 2px #000000;
	width: 93.5%;
}

.blogimageshadow {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0px;
	-moz-transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	transition: background 0.5s;
}

#newslist .listitembox:hover .image .blogimageshadow {
	background: rgba(0,0,0,0.4);
}

@media screen and (min-width: 730px) {
	#hpnews .listitembox .newstitleover, #newslist .listitembox .newstitleover {
		position: relative;
		margin-top: -84px;
		display: block;
	}

	#hpnews .listitembox:hover .newstitleover, #newslist .listitembox:hover .newstitleover {
		color: #000;
	}
}

@media only screen and (max-width:1340px) {

	.col3 > .listitembox {
		width: 48%;
	}


	.col3 > .listitembox {
		margin: 0 0.8% 50px 0.8%;
	}

	.col3 > .listitembox:nth-child(3n+2) {
		margin-left: 0.8%;
		margin-right: 0.8%;
	}
}

@media screen and (max-width: 729px) {
	.col3 > .listitembox {
		width: 100%;
	}

	#newslist .productlist .image {
		height: 54vh;
	}

	#newslist .listitembox .newstitleover {
		display: none;
	}
}
