#homeNewsWrapper {
 display: table;
 width: 100%;
}

.newsLeft, .newsRight {
 width: 50%;
 display: table-cell;
 vertical-align: bottom;
}

.mainArticle {
 margin-right: 10px;
}

#articleSlider {
 margin-left: 20px;
}

.newsLeft {
 background-position: center center;
 background-size: cover;
}

.mainArticle .newsCaption {
 display: table-cell;
 vertical-align: bottom;
}

.newsCaption .title {
    margin: 0px;
    color: #333333;
}

.newsLeft .newsCaption .title {
    font-size: 20px;
}

.newsRight .newsCaption .title {
    font-size: 16px;
}

.newsCaption a {
    color: #333333;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.04em;
    margin-top: 15px;
    transition: all .2s ease-in-out;
}

.newsCaption a:hover {
 opacity: 0.7;
 text-decoration: none;
}

#articleSlider li.slideTable {
    display: table;
}

.articleImage {
 display: table-cell;
 width: 120px;
 height: 120px;
 background-position: center center;
 background-size: cover;
}

.newsCaption {
    display: table-cell;
 vertical-align: top;
}

.insideCaption {
    margin-left: 10px;
}

#articleSlider .flex-viewport ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

.newsLeft .newsCaption {
    display: inline;
}

.newsLeft .newsCaption > div {
 background: rgba(255,255,255,0.85);
 padding: 10px;
}

.newsRight .flex-control-nav { display: none; }

#page ul.flex-direction-nav {
    background: #333333;
    color: #ffffff;
    text-align: right;
    list-style: none;
margin: 10px 0px 0px 0px;
    padding: 10px;
}

#page .flex-direction-nav li {
    display: inline-block;
}

.newsRight .flex-direction-nav a {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-size: 30px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

#page .flex-direction-nav li.allBtn {
    float: left;
}

.newsRight .flex-direction-nav li.allBtn a {
    background: none;
    color: #ffffff;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0px;
}

.newsRight .flex-direction-nav a:hover {
 opacity: 0.7;
}

.newsPost { margin-bottom: 20px; display: table; }