.NewsList {
    margin-top: 130px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 20px;
    padding-top:20px;
    padding-bottom:20px;
}

.NewsListCont .row {
    padding: 20px;
}

.NewsListCont p {
    text-align: justify;
    line-height: 30px;
}

.NewsListTitle h3 {
    font-size: 20px;
    padding-top: 8px;
}

.NewsList .NewsListCont:last-child {
    border-bottom: none;
}

.NewsListCont {
    border-bottom: 1px solid #bbbbbb;
    width: 99%;
    margin: auto;
    margin-bottom: 30px;
}

.NewsShort {
    margin-top: -15px;;
}

.NewsShort span {
    float: left;
    margin-top: 25px;
    color: #9a9a9a;
    font-size: 12px;
}

.NewsShort h3 {
    float: right;
}

.NewsShort p {
    clear: both;
}

.btnMore {
    text-align: left;
}

.btnMore a {
    background-color: #34495E;
    color: #FFFFFF;
    border: 1px solid #34495E;
    padding:5px 10px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 0.4s;
}

.btnMore a:hover {
    background-color: #FFFFFF;
    color: #34495E;
    text-decoration: none;
}

.modal-content {
    margin-top: 125px;
}