@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
/*font-family: 'Droid Sans', sans-serif;*/

#headerTitle {
    margin-bottom: 0px;
}
.slick-slide{
width: 270px;
}
.slick-track a {
    text-decoration: none;
}
.slick-track a:hover {
    text-decoration: none;
}
.summary {
    margin-bottom: 45px;
    color: #89898A;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 300;
}
.news-item {
 height: 500px;
 float: left;
 margin: 15px;
 text-decoration: none;
 color: #292929;
 display: block;
position:relative;
 background: #fff;
}

.news-item .image {
    width: 100%;
    height: 220px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0px auto 10px;
}

.news-item .image img {
 width: 100%;
}



.newscontent
{
height:200px;
}




.read-more {
position:absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
    border-bottom: 35px solid #00ABE2;
    border-left: 90px solid #00ABE2;
}
.read-more span {
    color: #fff;
    margin-left: -78px;
    display: block;
    padding-top: 6px;
}
.summary a{
    font-family: 'Nunito', sans-serif;
    color: #757575;
    margin-top: 15px;
    line-height: 24px;
font-size:16px;
}
.news-title a {
color: #4c4d4d;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.date a {
    font-size: 14px;
    margin: 20px 0px 20px;
    font-family: 'Roboto', sans-serif;
    color: #9C9C9C;
}
.summary {
    font-family: 'Nunito', sans-serif;
    color: #757575;
    margin-top: 15px;
    line-height: 24px;
font-size:16px;
}
.news-title  {
color: #4c4d4d;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.date  {
    font-size: 14px;
    margin: 20px 0px 20px;
    font-family: 'Roboto', sans-serif;
    color: #9C9C9C;
}
.summary p {
 color: #5e5e5e;
 line-height: 18px;
} 
.read-more:hover
{    border-left: 90px solid #2026AF !important;}
.news-item:hover > .add-padding {
    box-shadow: 0px 2px 6px rgba(88, 87, 87, 0.7);
}
.news-item > .add-padding .newscontent {
padding:0px;
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.news-item:hover > .add-padding .newscontent {
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 0 12px;
}
.news-item img  {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
transition: all 0.6s;
    position: relative;
    width: 100%;
    height: 100%;
    width: auto !important;
    max-width: 100%;
    height: auto !Important;
    text-align: center;
    margin: auto !Important;
    vertical-align: middle;
}
.news-item:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
    opacity: 0.9;
}
.news-item .add-padding {
    background: #ffffff;
    position: relative;
    transition: all .2s ease-in-out;
}