/****************** Article control ***********************/

.feedsV2 .article-list {
    margin: 0 0 15px 0;
    padding: 0px;
}

.feedsV2 .article-list ul  {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.feedsV2 .article-list .article-list-item {
    list-style-type: none;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

/******************************************************************************************************/

.feedsV2 .highlighted-article {
    list-style-type: none;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
}

.feedsV2 .article .image.first {
    width: 100%;
    /*height: 300px;*/
    overflow: hidden;
}

.feedsV2 .article .image {
    float: left;
    margin: 0 20px 10px 0;
    /* width: 250px; */
}

.feedsV2 .article .image img {
    /*width: 100%;*/
}

.feedsV2 .article .name {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}

.feedsV2 .article .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.feedsV2 .article .title a {
    text-decoration: none;
}

.feedsV2 .article .title a:hover {
    text-decoration: underline;
}

.feedsV2 .article .subtitle {
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}

.feedsV2 .article a.read-more {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.feedsV2 .article .metadata {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

.feedsV2 .article .metadata .date {
}

.feedsV2 .article .metadata .separator {
    margin: 0px 5px;
}

.feedsV2 .article .desc {
    margin: 0px 0px 20px 0px;
}

.feedsV2 .article .share {
    float: right;
    margin-bottom: 5px;
}

.feedsV2 .article .share .div {
    float: left;
}

.feedsV2 .article .share span {
    float: left;
}

.feedsV2 .article .share .icon {
    background: transparent;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
}

.feedsV2 .article .share .icon-number {
    font-size: 14px;
    line-height: normal;
    margin-left: 2px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.feedsV2 .article .share .icon-number a {
    color: #888;
}

.feedsV2 .article .share .icons {
    margin-left:  5px;
    background: transparent;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    background: url("/EI/MS/Icons/feed-brws-icons.png") no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

.feedsV2 .article .share .icon-comment {
    background-position: -8px -6px;
}

.feedsV2 .article .share .icon-like {
    background-position: -34px -5px;
}

.feedsV2 .article .share .icon-share {
    background-position: -56px -4px;
}

.feedsV2 .article .share .icon-link {
    background-position: -77px -4px;
}


/************************************* FEED TEASER ENDS ******************************************/

.feedsV2 .pagination{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.feedsV2 .prev-next-navigation {
    position: relative;
    display: block;
    width: 100%;
}
.feedsV2 .prev-next-navigation a {
    display: block;
    background: #999;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.feedsV2 .prev-next-navigation a:hover {
    background: #aaa;
}

.feedsV2 .prev-next-navigation a.left-nav {
    float: left;
}

.feedsV2 .prev-next-navigation .right-nav {
    float: right;
}



/************************************* RELATED ARTICLES START *****************************************/

.feedsV2 .related-articles {
    position: relative;
    display: block;
}

.feedsV2 .related-articles .related-article-title  {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

.feedsV2 .related-articles ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    font-size: 14px;
}

.feedsV2 .related-articles ul li {
    float: left;
    width: 120px;
    height: 200px;
    margin-right: 15px;
}

.feedsV2 .related-articles ul li a img {
    border: 1px solid #ccc;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.feedsV2 .related-articles ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.feedsV2 .related-articles ul li a:hover {
    text-decoration: underline;
}


/************************************* RELATED ARTICLES END *****************************************/
