body {
    padding-top: 60px;
}

.top-menu-section {
    top: 0;
}

/*aboutus*/
.weblog-section {
    background: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 5;
    font-family: fa-en, serif;
}

.weblog-content {
    width: calc(100% - 290px);
    float: right;
    margin-right: 50px;
}

.weblog-content h4 {
    width: 100%;
    line-height: 40px;
}

.weblog-content small {
    font-size: 10px;
    color: #cccccc;
    font-weight: 100;
}

.weblog-content p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify;
}

.weblog-sidebar {
    width: 240px;
    float: right;
    background: #cb132d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    font-size: 12px;
    color: #ffffff;
}

.weblog-sidebar button {
    display: none;
    float: right;
    border: none;
    height: 32px;
    width: 32px;
    background: #fff;
    cursor: pointer;
}

.weblog-sidebar small {
    line-height: 32px;
    margin-right: 20px;
    float: right;
    display: none;
}

.weblog-sidebar ul li {
    width: 100%;
    line-height: 30px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b9132d;
    border-top: 2px solid #cb132d;
    padding-bottom: 5px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.weblog-sidebar ul li:hover {
    border-bottom: 3px solid #b9132d;
    border-top: 0 solid #cb132d;
    padding-bottom: 3px;
    padding-top: 2px;

}

.weblog-sidebar ul li a {
    display: block;
    cursor: pointer;

}
