.np-article-container
{
/*	padding: 0 10px;*/
	color:#000000;
}
.np-article-container a:hover
{
	text-decoration: underline;
}
.np-article-breadcrumb
{
   font-size: 12px;
}
.np-article-breadcrumb a
{
	color:#3a3a3a;
	font-size:12px;
	display: inline-block;
}
.heading{
font-size: 16px;
}
.np-article-breadcrumb span
{
	display: inline-block;
	color:#000;
}

.poll-embed-container iframe {
    height: 60vh;
    width: 100%;
    border: none;
}

.datetime{min-height: 30px;color:#666;padding: 0 20px;}
.os-breadcrumb-nav{text-transform: capitalize;min-height: 15px;padding: 12px 20px;}
.np-article-head
{
	font-size:22px;
	font-weight: 600;
   	min-height: 70px;
       color: #353535;
       padding: 0px 20px 12px;
}
.np-article-author
{
	font-size: 12px;
	color:#666;
}
.np-article-author a {
    color: #666;
}
.np-article-author a strong {
    font-weight: normal;
}
.news_headline, h2{
    padding: 12px 20px !important;
     color: #353535;
}
.np-article-content-heading
{
	padding-bottom:10px;
	position: relative;
}
.np-article-content-heading .np-article-menu
{
	position: absolute;
	right: 0;
	width:35px;
	height: 25px;
	background: #f6f6f6;
    top: 5px;
}
.np-article-content-heading .np-article-menu span
{
	background: #c01e2e;
	height: 4px;
	display: block;
    position: absolute;
    left:4px;
    right:4px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
}
.np-article-menu-block
{
	position: absolute;
	background: #f6f6f6;
	top:65px;
	width:100%;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.menu-show .np-article-menu-block
{
	opacity: 1;
	visibility: visible;
	top:35px;
}
.np-article-content-heading .np-article-menu span.np-article-menu-first
{
	top:6px;
}


.big-center-imgscroll{position:relative;overflow:hidden;}

.listical-photo-share {
    background: #000;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    z-index: 1000;
    transition: right 0.8s ease-in-out 0s;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: none;
}
.listical-photo-share-links {
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    right: -250px;
    text-align: center;
    padding: 5px 31px 5px 0;
    z-index: 10000;
    border-radius: 0 10px 10px 0;
    transition: right 0.8s ease-in-out 0s;
    width: auto;
    overflow: hidden;
    display: none;
}
.listical-photo-share-links a {
    color: #fff;
    font-size: 24px;
    margin: 0 8px;
}
.listical-image.show-social .listical-photo-share-links {
    right: 5px;
    width: 193px;
}
.listical-image.show-social .listical-photo-share {
    right: -250px;
}
.listical-photo-share-close {
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    right: 5px;
}
.np-article-content-heading .np-article-menu span.np-article-menu-bottom
{
	bottom:6px;
}
.menu-show .np-article-menu span.np-article-menu-first
{
	transform: rotate(45deg);
	top:11px;
}
.menu-show .np-article-menu span.np-article-menu-bottom
{
	transform: rotate(-45deg);
	bottom:10px;
}



.np-article-menu-block ul li
{
	
}
.np-article-menu-block ul li a
{
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	font-weight: 600;
	color:#333333;
}

.np-article-content-heading h2
{
	font-size:16px;
	font-weight: 400;
	color:#333333;
	display: inline-block;
	padding: 0 10px 5px 0;
	border-bottom: solid thin #c01e2e;
}
.np-article-content-img img
{
	width:100%;
	display: block;
}
.np-article-content p
{
	font-size: 16px;
	line-height: 30px;
	padding: 12px 20px;
   color: #353535 !important;
}
.np-article-content-tabs
{
	padding: 10px 0;
}
.np-article-content-t a
{
	display: block;
	float:left;
	width:50%;
	text-align: center;
	padding: 5px 0;
	background: #eae8e6;
	color:#273545;
	font-size:14px;
	font-weight: 600;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.23s;
	-o-transition: all ease-out 0.3s;
}
.np-article-content-t a.active
{
	background: #273545;
	color:#ffffff;
}
.np-article-content-block
{
	border:solid thin #273545;
}
.np-ac-block
{
	background: #ffffff;
	padding: 10px;
	display: none;
}
.np-ac-block ul
{
	
}
.np-ac-block ul li
{
	width:50%;
	float: left;
}
.np-ac-block ul li a
{
	font-size: 14px;
	color:#273545;
	height: 30px;
	line-height:30px;
	border:solid thin #cfd5d7;
	background: #f5f5f5;
	padding: 0 5px;
	margin: 5px;
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.np-ac-block ul li a:hover
{
	text-decoration: none;
}
.np-ac-block ul li a sup
{
	line-height: 10px;
}
.np-article-readmore
{
	font-size:14px;
	color:#000000;
	font-weight: normal;
	padding: 10px;
}
.np-article-prevnext
{
	padding: 10px 0;
	border-top:solid thin #d8d5d1;
	border-bottom: solid thin #d8d5d1;
}
.np-article-prevnext a
{
	display: block;
	font-size: 14px;
    position: relative;
    line-height: 22px;
}
.np-article-prevnext a:before
{
	content:"";
	width:22px;
	height: 22px;
	border-radius: 50%;
	background: #8b8b8b;
	display: inline-block;
	position: absolute;
}
.np-article-prevnext .np-article-prev
{
	float:left;
	padding-left: 28px;
}
.np-article-prevnext .np-article-prev:before
{
	left:0;
	background: url(/images/prevnext-icon.png) no-repeat;
	
}
.np-article-prevnext .np-article-next:before
{
	right:0;
	background: url(/images/prevnext-icon.png) no-repeat;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.np-article-prevnext .np-article-next
{
	float:right;
	padding-right: 30px;
}

.np-travelguide-wrapper h2{

    margin: 10px 0 10px 0;
    text-transform: uppercase;
}
.os-breadcrumb{
    font-size: 16px;
    margin: 2px;
    font-family: arial;
    color: #000 !important;
    padding: 5px 5px 0 5px;
}

.os-main-block:hover .os-short-text {
  color: #ee163b;
  text-decoration: none;
}
.os-main-rt {
  width: 479px;
}
.os-main-rt-ad {
  width: 300px;
}
.os-main-rt-bottom {
  padding: 20px 0 0;
  position: relative;
}
.os-main {
  padding: 10px 10px;
}
.os-main-block {
  position: relative;
  margin-bottom: 10px;
}
.os-main-block:hover .os-short-text {
  color: #ee163b;
  text-decoration: none;
}
.os-main-rt {
  width: 479px;
}
.os-main-rt-ad {
  width: 300px;
}
.os-main-rt-bottom {
  padding: 20px 0 0;
  position: relative;
}

.authorsDesc{
font-size: 16px;
}
.bs-article-hashtags{
    padding: 0 10px;
    font-size: 16px;
}

.prev-next-story a.next {
    float: right;
}
.prev-next-story {
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0;
    margin-bottom: 5px;
}
        
.prev-next-story a {
    color: #c6254f;
    font-size: medium;
}                       

.click-for-more a {     
    background: none repeat scroll 0 0 #e8e8e8;
    color: #c6254f;     
    float: left;
    font-weight: bold;
    margin: 0 0.5%;
    padding: 5px 0;
    text-align: center;
}       
.full_width {
    width: 99%;
}
#calendar a:link, a:visited {
    font-weight: bold;
}

.subCatTitle{
font-size:14px;
}
.articlePostedDate{
font-size:14px;
}
.topicsPageContent h2{
font-size:24px;
}
.breadcrump{
font-size: 16px;
}

.cms-videos-wrapper {
    position: relative;
}
.assigned_video{
        position: relative;
        cursor: pointer;
    }
.assigned_video:before,.assigned_video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}
.assigned_video:before{
    width: 50px;
    height: 50px;
    border: solid 5px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(238, 22, 59, 0.5);
}
 .assigned_video:after{
        width: 0;
        height: 0;
        left: 5px;
        border-left: solid 20px rgba(255, 255, 255, 0.5);
        border-top: solid 12px transparent;
        border-bottom: solid 12px transparent;
  }
.cms-video {
    margin: 0 auto;
    text-align: center;
    display: none;
}
.assigned_video img {
    width: 100%;
}

.assigned_video_heading{
font-size:17px;
font-weight:bold;
padding-bottom:5px;
}



.np-connector-tabs {
    border: 1px solid #c3c3c3;
    float: left;
    margin-bottom: 0;
}


.np-connector-block {border: 1px solid #e1e1e1;margin: 10px 0;}
.np-connector-tabs ul li {
    width: 100%;
    float: left;
}
.np-connector-tabs ul.cols1 li {width: 100%;}
.np-connector-tabs ul.cols2 li {width: 50%;}
.np-connector-tabs ul.cols3 li {width: 33.3333%;}
.np-connector-tabs ul.cols4 li {width: 25%;}
.np-connector-tabs ul.cols5 li {width: 20%;}
.np-connector-tabs ul.cols6 li {width: 16.6666%;}
.np-connector-tabs ul li a {
    display: block;
    background: #f7f5f6;
    font-size: 16px;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 5px;
    border-top: 3px solid #f7f5f6;
    border-bottom: 1px solid #e1e1e1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.np-connector-tabs ul li a.active {border-top: 3px solid #c01e2e;background: #fff;border-bottom: 1px solid #fff;border-right: 1px solid #e1e1e1;border-left: 1px solid #e1e1e1;}
.np-connector-tabs ul li:first-child a.active{border-left: 0 none;}
.np-connector-tabs ul li:last-child a.active{border-right:  0 none;}

.np-connector-tabscontent {display: none;}
.np-connector-content {padding: 10px;}
.np-connector-tabscontent ul li {
    float: left;
    width: 50%;
}
.np-connector-tabscontent ul li a {
    padding: 6px 0px;
    border: 1px solid #e6e4e4;
    margin: 3px;
    min-width: 100px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
}
.np-connector-tabscontent ul li a:hover {background: #c01d2e;color: #fff;}
.np-connector-thumb {
    float: none;
    width: 100%;
}

.np-connector-thumb img {

        width: 100%;

}


.np-connector-tabs {float: none!important; border: 0 none!important;margin: 0!important;} 



div.np-connector-tabs.clearfix {

        display: block!important;

}
.conn-tab0-content{display: block;}
.clear{clear:both;}


#vuukle-comments {
  width: 230px;
  margin: 0 auto;
  margin-top: 20px;
      margin-bottom: 20px;
}
  .commentBtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 7px 7px;
  text-decoration: none;
}

.commentBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#vuukleTopCmnt a {
    color: #fff!important;
}


/*Auto-slider-Connector*/
.np-article-connector-wrapper {padding: 20px 0 10px 0;position: relative;}
.np-article-conn-heading {text-align: center;background: #f7f5f6;padding: 5px;font-size: 20px;color: #bf1e2d;text-transform: uppercase;font-weight:600;}
.np-article-conn-heading a {color: #000!important;text-decoration: none!important;}
.np-article-conn-details {padding: 5px;}
.np-article-conn-links a {width: 48%;margin: 5px 1%;float: left;text-align: center;background: #f7f5f6;padding: 5px 0;font-size: 14px;color: #000;}
.np-article-connector-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {left: 10px;}
.np-article-connector-wrapper .bx-wrapper .bx-controls-direction a.bx-next {right: 10px;}

.np-article-connector-wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 28px;
    margin: auto;
    text-indent: -9999px;
    z-index: 10000;
}
.np-article-connector-wrapper .bx-wrapper .bx-controls-direction a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-left: solid 2px #747474;
    border-bottom: solid 2px #747474;
}
.np-article-connector-wrapper .bx-wrapper .bx-controls-direction a.bx-prev::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.np-article-connector-wrapper .bx-wrapper .bx-controls-direction a.bx-next::before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.np-article-connector-wrapper .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #f7f5f6;
    padding-top: 20px;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    left: 0;
    right: 0;
}										
.np-article-connector-wrapper .bx-wrapper .bx-pager-item, .np-article-connector-wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.np-article-connector-wrapper .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.np-article-connector-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ababab;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    outline: 0;
}
.np-article-connector-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .np-article-connector-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active, .np-article-connector-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {background: #bf1e2d;}

ul.np-article-connector li:nth-child(n+2) {
    display: none;
}

.np-article-conn-links a:hover a:hover {
    background: #c01d2e;
    color: #fff;
    text-decoration: none!important;;
}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.np-article-connector-wrapper ul li a.isDisabled:hover {
    background: #f7f5f6;
    color: #000;
    text-decoration: none!important;;
}
/*  auto-slider connector for articles page css ends here*/

.photos-featured-posts ul li a{
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.photos-featured-posts ul li {
border-top: 1px solid #dadada;   
}
.photos-featured-posts {
    padding: 10px 0;
}
.photos-featured-posts ul li:last-child {
	border-bottom: 1px solid #dadada; 
}
.big-center-imgscroll img{width:100%;height:auto;}

.widgetHeading a{
    padding: 0px 18px 0px 10px!important;
    color:#000!important;
    line-height: 24px!important;
    font-size: 16px!important;
    font-weight: 600!important;
}
.slider-widget-wrapper .bx-controls {
    bottom: 0;
    text-align: center;
    padding-left: 38%;
    float: left;
    text-align: center;
    padding-top: 8px;
    position: static;
    width: auto;
    margin: 0;
}
.bx-controls .bx-pager-item{display:inline-block;margin:0 5px;}
.bx-controls .bx-pager-item a.active {
    display: block;
    background: #000;
    opacity: 1;
}
.bx-controls .bx-pager-item a {
    display: block;
    background: #000;
    width: 8px;
    height: 8px;
    opacity: .2;
    border-radius: 50%;
    text-indent: -9999px;
}
.slider-widget-wrapper .bx-viewport {
        height: auto!important;
}
.slider-widget-next a i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #404040;
    line-height: 35px;
    width: 15px;
    height: 26px;
}
.slider-widget-next a i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #404040;
    border-bottom: solid 2px #404040;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slider-widget-wrapper {background: #fff;
padding: 9px 10px 19px 10px;
    margin: 10px 0;
    position: relative;
}
.widgetHeading{
    padding: 0px 18px 0px 10px!important;
    color: #000!important;
    line-height: 24px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    background: #fff;
    margin: 0!important;
}
.slider-widget-headingtext {float: left;width: 75%;font-size: 18px;color: #000;text-transform: capitalize;}
.slider-widget-viewall {float: right;font-size: 14px;color: #000;text-transform: uppercase;font-weight: bold;line-height: 25px;}
.slider-widget-clear {clear: both;}
.slider-widget-thumbimg {float: left;width: 100px;}
.slider-widget-title {margin-left: 114px;font-size: 14px;color: #000;}
.slider-widget-heading {margin-bottom: 10px;}
.slider-widget-next {font-size: 14px;line-height: 25px;padding: 0px 15px 0px 0;position: relative;font-weight: bold;text-transform: uppercase;}
.slider-widget-next a {color: #000;}
.slider-widget-next-up a i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: solid 2px #404040;
    border-bottom: solid 2px #404040;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slider-widget-next-up a i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #404040;
    line-height: 35px;
    width: 15px;
    height: 26px;
}
.slider-widget-container {
    margin-top: 38px;
}
.slider-widget-container ul li{
    margin-bottom: 10px;
}
.slider-widget-wrapper .slider-widget-container {
    display: none;
}
.slider-widget-wrapper .bx-viewport .slider-widget-container {
    display: block!important;
}
.deepLinkPromo {
    padding: 10px 0 15px 0;
    font-weight: bold;
    font-size: 15px;
    display: block;
    min-height: 60px;
}
.deepLinkPromo a {
    color: #000;
    line-height: 24px;
   font-weight: normal;
}
.deepLinkPromoImg {
    float: left;
    padding-right: 10px;
    width: 95px;
    height: 71px;
  border-radius: 5px;
}
.sliderImg,.big_center_img {position: relative; width: 100%;}
.sliderImg,.big_center_img img {display: block; width: 100%;}
.article-image-ad {margin: 0 auto;background: #fff;position: absolute;width: 90%;bottom:0px;left: 0;right: 0;}
.article-image-ad-close {position: absolute;top: -20px;right: -12px;background: url(https://images.oneindia.com/images/close_dark_gray.png) no-repeat 0 0;width: 31px;height: 31px;cursor: pointer;}
.np-article-content-img{position:relative;}
span.oiad-txt1 {
    color: #595959;
    display: inline-block;
    font-size: 9px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding: 8px 0;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.bornon{border-top:0 none!important;margin:0!important}
.pb25{padding-bottom:25px!important;}

div#oneliner-promo {
    background: #fff;
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 25px;
}

.oi-faq-content{background:#f0f0f0;padding:5px;margin-bottom:5px;}
.oi-faq-heading{padding:10px 25px 10px 10px;font-size:16px;color:#5a5a5a;font-weight:bold;cursor:pointer;position:relative;}
.oi-faq-heading i{width:4px;height:4px;border:solid black;border-width:0 2px 2px 0;display:block;padding:2px;transform:rotate(45deg);-webkit-transform:rotate(45deg);border-color:#404040;margin:0px auto;position:absolute;right:10px;top:15px;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;-ms-transition:all 0.1s ease-out;-o-transition:all 0.1s ease-out;transition:all 0.1s ease-out;}
.oi-faq-content.active .oi-faq-heading i{transform:rotate(225deg);-webkit-transform:rotate(225deg);}
.oi-faq-desc{padding:10px;background:#fff;font-size:14px;color:#7b7b7b;display:none;}
.oi-faq-content.active .oi-faq-desc{display:block;}
.slider-widget-thumbimg img {
    border-radius: 5px;
}
.widgetHeading span {
    color: #c11e2f;
}
.np-explore {margin-top: -40px;position: relative;z-index: 100;}
.np-container {margin: 5px 10px;}
.np-section {background: #fff;border-radius: 10px;box-shadow: 3px 3px 5px 0px #dedede;margin-bottom: 15px;}
.np-explore-block {padding: 5px 0;}
.np-heading {font-size: 20px;color: #000;font-weight: bold;text-align: center;padding: 10px 5px;text-transform: uppercase;}
.np-color {color: #c11e2f;}
.np-explore-content {padding: 15px 0 0 0;}
.np-explore-tabs {overflow: hidden;height: 27px;}
.np-explore-tabs ul {overflow-x: scroll;white-space: nowrap;padding: 0 5px 20px 5px;}
.np-explore-tabs ul li {white-space: normal;vertical-align: top;display: inline-block;margin: 0 5px;}
.np-explore-tabs ul li a {color: #000;font-size: 14px;padding: 5px;text-decoration: none;}
.np-explore-tabs ul li a.active {color: #c11e2f;font-weight: 600;border-bottom: 3px solid #c11e2f;}
.np-explore-tabscontent {padding: 10px;height: 180px;overflow: hidden;}
.np-explore-tabsinnercontent {}
.np-explore-tabsinnercontent ul {overflow-x: scroll;white-space: nowrap;padding-bottom: 20px;}
.np-explore-tabsinnercontent ul li {width: 110px;display: inline-block;margin: 0 5px;white-space: normal;vertical-align: top;}
.np-explore-tabsinnercontent ul li a {display: block;margin: 0 auto;text-align: center;}
.np-explore-destimg {border-radius: 50px;height: 120px;overflow: hidden;}
.np-explore-destimg img {width: 100%;height: 100%;border-radius: }
.np-explore-desthead {font-size: 14px;color: #333;font-weight: 600;padding: 5px 0;height: 40px;overflow: hidden;}


.bordercolor1 {border: 5px solid #c11e2f;}
.bordercolor2 {border: 5px solid #c11e2f;}
.bordercolor3 {border: 5px solid #c11e2f;}
.bordercolor4 {border: 5px solid #c11e2f;}
.bordercolor5 {border: 5px solid #c11e2f;}
.bordercolor6 {border: 5px solid #c11e2f;}
.sixtysec-left img {
    width: 100px;
    height: 56px;
}
.np-article-container table {
    width: 100%;
    padding: 5px 10px;
    border: 0;
display: block;
    overflow-x: scroll;
}
.np-article-container table td ,.np-article-container table th{
    padding: 6px;
    font-size: 15px;
    border: 1px solid #ddd;
}
.oi_cms_table th, td {
    text-align: left;
    border: 1px solid #ddd;
}
.oi_cms_table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#story ul li {
    font-size: 16px;
    color: #000;
    padding: 5px 10px!important;
    list-style-type: disc;
    list-style-position: inside;
}
.ad_paragraph{display:none;}
#tags_container{display:none;}
.breaking-newstext, .oi-footer-comment-icon, .commentsToolTip{display: none!important;}
#notification-link{display: none!important;}

/* LIVE BLOG CSS */

.live-blog-autotext {
    float: right;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
}
.autorefreshtext {display: inline-block;margin: 3px 0 0 0;}
.autorefresh-on-off {
    float: right;
    margin: 0px 10px 10px 10px;
    width: 40px;
    height: 14px;
    background: #ee163b;
    border-radius: 20px;
    position: relative;
    padding: 5px 10px;
}
.autorefresh-on-off span.on-off-link {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    transition: all 0.8s ease 0s;
}
.autorefresh-on-off.onstate span.on-off-link {
    background: #fff;
    transform: translateX(25px);
}
.autorefresh-on-off.offstate span.on-off-link {
    transform: translateX(-5px);
    background: #999;
}
.breaking-news-heading { text-align: center; padding-bottom: 20px; }
.breaking-news-content { border: 1px solid #ccc; }
.breaking-news-header { background: #991925; padding: 5px; font-size: 15px; color: #fff; }
.breaking-news-curdate { float: left; }
.breaking-news-refresh { float: right; cursor: pointer; }
.breaking-news-refresh  a { color: #fff; }
.breaking-news-links {padding: 10px 10px;margin: 0;}
.breaking-news-links li { list-style-type: none; padding: 10px; border-bottom: 1px solid #ccc; background: #fff; }
.breaking-news-links li:nth-child(2n) { background: #f2f2f2; }
.breaking-news-date { font-size: 16px; color: #c52e41; font-weight: bold; font-family:arial;padding: 10px 0px;}
.breaking-news-detail { font-size: 16px; color: #333; }
.breaking-news-links div:nth-child(2n) {
    background: #dbdbdb;
}
.read-more-update{
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    background: #ed1c24;
    color: #fff;
    font-family: arial;
    word-spacing: 0;
    text-align: center;
     padding: 10px 15px !important;
    margin: 10px auto !important;
    width: 26% !important;
}
.oi-live-news-datetime {
font-size: 16px;
color: #333;
font-weight: bold;
}
.oi-live-update {
display: inline-block;
border-bottom: 2px solid #FF4040;
padding: 0 0 3px 0;
}
.live-blog-capsule1{
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0px 9px;
    position: relative;
    color: #fff;
    vertical-align: middle;
    background: #ff4040;
    border-radius: 2px;
    font-family: arial;
    margin: 12px 0;
}
.live-blog-post {
  border-bottom: 1px solid #eceaeb;
    padding: 24px 0 12px 0px;
    margin: 0 20px;
}
.live-blog-datetime {
font-size: 16px;
color: #000;
font-weight: 600;
padding: 0 0 12px 0;
}
.live-blog-heading {
line-height: 30px;
font-size: 19px;
}
.live-blog-img {
    padding: 15px 0;
}
h3.live-blog-heading:empty {
    padding: 0 !important;
}
#wrapper .live-blog-post p {
  padding: 12px 0 !important;
}
.live-blog-post p {
color: #000 !important;
font-size: 16px !important;
line-height: 30px !important;
padding: 12px 0 !important;
font-weight: 400 !important;
letter-spacing: 0 !important;
}
.live-blog-social {text-align: right;padding: 5px 0 0 0;display: none;}
.live-blog-social a {display: inline-block;border-radius: 50%;width: 30px;height: 30px;text-align: center;border: 1px solid #b5b5b5;color: #1f6db5;font-size: 16px;line-height: 30px;}
.live-blog-capsule::before {
    content: "";
    font-size: 45px;
    position: absolute;
    top: -17px;
    left: 6px;
    margin-right: 3px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker{from{opacity:1}to{opacity:0}}
