.clear { clear: both; }

.clear span {
 display: none;
}

#RSSLink {
 display: none;
}

.news-item .add-padding {
 padding: 0px 10px 0px 10px;
}

.picture-mask span {
 display: none;
}

.news-item {
 width: 200px;
 float: left;
 text-decoration: none;
 color: #292929;
 display: block;
}

.news-item:hover {
 text-decoration: none;
 color: #292929;
}

.news-item .image {
 width: 100%;
 height: 200px;
 position: relative;
 overflow: hidden;
 margin: 0px auto 10px;
}

.news-item .image img {
}

.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}

.news-title {
 font-family: 'latobold';
 color: #3e3e3e;
 font-size: 15px;
 letter-spacing: 0.05em;
}

.date {
 font-size: 12px;
 margin: 6px 0px 6px;
}

.summary p {
 color: #5e5e5e;
 line-height: 18px;
} 

.read-more {
 float: right;
 margin: 5px 0px 5px;
}

.news-item:hover .read-more {
 text-decoration: underline;
}

.bx-wrapper {
 max-width: 100% !important;
 position: relative;
}

.bx-controls {
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 text-align: center;
}


