.post-title {
    color: #0083da;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
}
.title {
    font-size: 25px;
    font-weight: 300;
    color: #373737;
    border-bottom: 1px solid #0083da;
    padding-bottom: 17px;
    margin-bottom: 0px;
}
.margin-bottom {
    margin-bottom: 14px;
}
.margin-top-lg {
    margin-top: 22px;
}
.view-all {
    color: #0083da;
    position: relative;
    float: right;
    margin-top: -50px;
    padding: 5px;
    text-decoration: underline;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
}
.horizontal-post .desc {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.horizontal-post .img-center-main {
    height: 118px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.desc {
    text-align: justify;
}
.margin-top {
    margin-top: 14px;
}
.date {
    color: #D9453D;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
    margin: 0 auto;
}
.horizontal-post .img-center {
    height: 118px;
}
.img-center {
    max-width: 100%;
    height: 243px;
    text-align: center;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.padding-top-lg {
    padding-top: 22px;
}
.padding-bottom-lg {
    padding-bottom: 22px; 
}