@charset "utf-8";
/* CSS Document */


#news {margin-top:26px;}

#news .year {
	width: 83px;
	height: 83px;
	background: #c0c0c0;
	-webkit-border-radius: 83px;
	-moz-border-radius: 83px;
	border-radius: 83px;
	position: absolute;
	top: 50%;
	margin-top:-42px;
	left: -130px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 28px;
}

.newsSection {padding:0; margin-left:-30px; margin-right:-30px;}

#news .item {padding-left:30px; padding-right:30px; margin-bottom:60px;}

#news .overlay {
	position:absolute;
	width: 100%;
	height: 100%;
	background: url(/images/site/productsOverlayWhite.png);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor:pointer;
}

#news .overlay:hover {
	-webkit-opacity: 1; 
	-moz-opacity: 1; 
	opacity: 1;
}

#news .overlay .arrow {
	background: url(/images/site/productsOverlay.png) 45% center no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

#news .newsItem .date{
	width: 62px;
	height: 62px;
	background: #919191;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	color: #ffffff;
	padding-top: 12px;
	position: absolute;
	right: 0;
	top: 130px;
}

#news .newsItem .currentDate {background:#ff9c17;}


#news .newsItem  .date .day {
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
}

#news .newsItem  .date .month {
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
}

#news .newsItem .newsTitle{
	font-size: 20px;
	height: 48px;
	overflow: hidden;
	margin: 17px 20px 8px 0;
}

#news .newsItem .newsTitle a {color:#000000; text-decoration:none;}
#news .newsItem .newsTitle a:hover {color:#ff9c17;}

#news .newsItem .newsTeaser {
    height: 120px;
    line-height: 24px;
    overflow: hidden;
	margin-bottom:5px;
}


#news .newsItem .newsImgWrapper { 
	width: 51px; 
	height:51px; 
	float:left; 
	display: inline; 
	margin: 0px 10px 0px 0px;
	background-image:url(/images/site/newsimageBackground.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#news .newsItem .newsImgWrapper .newsContentImageWrapper,
#news .newsItem .newsImgWrapper .newsContentNoImage{ width: 46px; height:46px; display: inline; }

#news .newsItem .newsItemImage {
	width: 100%;
	height: 160px;
	overflow: hidden;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#news .newsItem .newsItemImage img {
	min-width: 100%;
	max-width: 150%;
	min-height: 100%;
	height: auto;
}

@media (max-width: 767px){
#news .newsItem .date{
	left: 50%;
	margin-left: -31px;
	right: auto;
}
#news .newsItemImage img {width: 100%;}
#news .newsSection {padding:0; margin-left:-10px; margin-right:-10px;}
#news .item {padding-left:10px; padding-right:10px; margin-bottom:20px;}
#news .newsItem .newsTitle {margin: 33px 0 8px 0;}
#news .item {overflow:hidden; border-bottom:1px solid #a2a2a2;}
#news .overlay {background:none;}
#news .overlay .arrow {background:none;}
#news .newsItem .newsTeaser {margin-bottom:10px;}
}

@media(max-width:568px){
#news .item {padding-left:10px; padding-right:10px; width:100%;}
#news .newsItem .newsTitle {height: auto; overflow: none;}
}