.news-rows .the-new .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 180px;
}

.the-new .image .content {
    height: 100%;

}

.the-new .image .content img {
    height: 100%;
}

img.background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px);

}

.the-new .image .content .photo-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-rows .the-new .title-date .created {
    clear: right;
    color: #313131;
    float: right;
    font-size: 24px;
    margin-top: 3px;
    padding-right: 30px;
    text-align: right;
}

.news-rows .the-new .title-date .title h2 {
    line-height: 1;
    margin: 0px;
}

.news-rows .the-new .title-date .title h2 a {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    color: #06a7ea;
    font-size: 24px;
    font-weight: normal;
}

.news-rows .the-new .title-date .title h2 a {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    color: #06a7ea;
    font-size: 24px;
    font-weight: normal;
}

.news-rows .the-new .title-date {
    padding-bottom: 3px;
    padding-top: 17px;
}

.news-rows .the-new .body {
    padding-bottom: 7px;
}
.news-rows .the-new .image .content a {
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.news-rows .the-new:last-child {
    margin-bottom: 0px;
}
.news-rows .the-new {
    display: inline-block;
    zoom: 1;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0px;
    position: relative;
}

.news-rows .the-new-container {
    margin-bottom: 20px;
}

.btn.show-more {
    position: absolute;
    bottom: 13px;
}

.view-container .image-container {
    width:150px;
    float:left;
    margin-right: 18px;
}

.the-new.view-container {
    padding:18px;
}

.btn.news-list {
    margin-top: 15px;
}