/*
 * Topic Page Style
 */
.one-prevnext-story {padding: 0 5px;}
.one-prevnext-story a {font-size: 16px;color: #00003a;font-weight: 600;padding: 5px;display: inline-block;text-transform: uppercase;}
.one-prevnext-story a.prev {float: left;}
.one-prevnext-story a.next {float: right;}


/*
 * Search Result Style
 */
.search-results-nav {overflow: hidden;width: 100%;border-bottom: 1px solid #ebebeb;}
.search-results-nav ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}
.search-results-nav ul li {
    margin: 5px 5px 0 5px;
    list-style-type: none;
    background: #fff;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}
.search-results-nav ul li a {border-bottom: 2px solid #fff;display: block;color: #000;font-size: 17px;padding: 8px 3px;}
.search-results-nav ul li a.active {border-bottom: 2px solid #374899;}


/*
 * Article Page Styles
 */
.oneindia-article-heading {
    color: #333;
    font-size: 23px;
    line-height: 29px;
    font-weight: bold;
    padding: 4px 5px;
}
.author-dat-time {
    clear: both;
    color: #666;
    font-size: 12px;
    height: 38px;
}
.datetime {
    font-size: .8em;
    color: #666;
    padding: 5px 0 0;
}
.author-dat-time ul li {
    display: block;
    list-style-type: none!important;
}
.articlePostedBy {
    font-weight: 700;
}
.datetime ul li {
    padding: 2px 5px;
}
.author-profile {
    font-size: 12px;
    line-height: 16px;
    margin-right: 2px;
}
.io-article-body {
    padding-top: 5px;
}
.story p {
    color: #333;
    line-height: 28px;
    padding: 7px 5px;
}
.image-text-links {
    padding: 0 10px;
}
#notification-link {
    line-height: 26px;
    padding: 5px 5px;
}
#notify-subscribe {
    font-weight: bold;
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}

.one-social-links {float: left;display: none;margin-top: 5px;}
.one-social-links a {display: inline-block;text-align: center;border-radius: 3px;width: 42px;height: 24px;color: #fff;font-size: 16px;line-height: 24px;}
.one-social-links a.facebook {background: #3d5a9a;}
.one-social-links a.twitter {background: #39a9e0;}
.one-social-links a.whatsapp {background: #94dc89;}
.one-social-links a.google-plus {background: #dd4b39;}
.one-social-links a.pinit {background: #bd2125;}
.one-social-links a.redit{background: #ff4500;}
.one-header.article-page.sticky .one-logo {display: none;}
.one-header.article-page.sticky .one-social-links {display: block;}
.noresult{
    padding: 0 10px;
    font-size: 14px;
}
.one-bd-photos ul li{
display: inline-block;
    width: 150px !important;
    margin: 5px;
    padding: 0;
    background: #fff;
    vertical-align: top;
    height: 180px;
    overflow: hidden;
    border: thin solid #ccc;
    box-shadow: 0 2px 5px #ccc;
}
.one-photos-title{
    float: left;
    white-space: normal;
    font-size: 15px;
    min-height: 60px;
    overflow: hidden;
    padding: 5px;
    max-height: 60px;
    color: #000;

}
