#content {
    position: relative;
    z-index: 2;
}

#news {
    border-right: 1px #d8dde2 solid;
}

    #news h1,
    #about h1,
    #twitter h1 {
        font-size: 18px;
        color: #1e3870;
        font-weight: 600;
        margin: 0 0 10px;
    }

        #news h1 a {
            font-weight: 500;
            font-size: 12px;
            color: #425887;
            line-height: 20px;
        }

    #news h2 {
        font-size: 15px;
        margin: 0 0 3px;
    }

    #news .date {
        font-size: 12px;
        color: #a4b4c3;
    }

    #news .txt a {
        color: #5f5a5b;
        font-weight: 300;
        font-size: 13px;
        line-height: 20px;
    }

    #news a.more {
        background: url("../images/news-more-arrow.jpg") 0 center no-repeat;
        font-size: 12px;
        font-weight: 500;
        color: #425887;
        padding-left: 10px;
    }

    #news .item {
        margin-top: 20px;
    }

        #news .item .line hr {
            background: url("../images/news-item-bg.jpg") left bottom repeat-x;
            border: none;
            height: 1px;
            margin-bottom: 0;
        }

    #news .img {
        padding-right: 0;
    }

        #news .img img {
            border: 1px #d0d2c9 solid;
            padding: 1px;
            background: #fff;
        }

#about p {
    color: #5f5a5b;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

#about a.more {
    font-size: 12px;
    font-weight: 500;
    color: #425887;
}

#about .fb-like-box {
    margin: 20px 0 0;
    border: 1px #ededed solid;
}

    #about .fb-like-box,
    #about .fb-like-box span {
        width: 100%;
        height: 285px;
    }

@media (max-width: 767px) {
    #news {
        margin-bottom: 20px;
        border: none;
    }

        #news .item {
            text-align: center;
        }

            #news .item .img-responsive {
                display: inline-block;
                margin-bottom: 20px;
            }
}

@media (min-width: 768px) and (max-width: 991px) {
    #news {
        margin-bottom: 20px;
        border: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
