.transition-timer-carousel .transition-timer-carousel-progress-bar.accordian {
	background:#FFFFFF;
	width: 175px;
	margin:0 auto;
	color: white;
	float:left;
	position:fixed;
	height:100%;
	z-index: 15;
	box-shadow: 
		0 0px 5px 0px rgba(0, 0, 0, 0.6), 
		0 0 100px 0px rgba(255, 255, 255, 0.5);
	}

/*heading styles*/

.accordian h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#003040, #002535);
	}

/*heading hover effect*/

.accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
	}
	
/*iconfont styles*/
.accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
.accordian ul {
	list-style-type: none;
	padding-top: 15px;
}

.accordian li {
	 display: block;
    line-height: 25px;
    list-style-type: none;
    padding: 0px 0 3px;
}

/*links*/
.accordian ul li a {
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
.accordian ul li a:hover {
	background: #478980;
	border-left: 5px solid #EA0000;
	color:#fff;
}
/*Lets hide the non active LIs by default*/
.accordian ul ul {
	display: none;
}
.accordian li.active ul {
	display: block;
}
.topLink {
  background: #f00 none repeat scroll 0 0;
  color: #fff !important;
  float: right;
  overflow: hidden;
  padding: 5px 10px;
  text-align: right;
}
.wellBox{
	background:none !important;
	border:0px !important;
	box-shadow: none !important;
	padding:0px !important;
}

.accordian {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6), 0 0 100px 0 rgba(255, 255, 255, 0.5);
  color: white;
  float: left;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  width: 175px;
  z-index: 999;
  display:none;
}
.accordian > ul {
  margin-top: 10px;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #ffffff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	margin-bottom: 5px;
    padding: 5px 23px 5px 34px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

.transition-timer-carousel .carousel-caption {

	/*width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
	top: 10px;*/
	bottom: -8px;
    left: 0;
    width: 100%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 20px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #3d959e;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}

.optionsRadios{
	margin:0px !important;
}

.pollTex{
	margin-bottom: 10px; padding: 0px 0px 10px; border-bottom: 0px solid rgb(204, 204, 204);
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  /*padding: 0 40px 30px 40px;*/
  margin-top: 20px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.LText{ padding:0px !important;}
.RText{ padding:0px !important;}
.arrowL, .arrowR{background:none !important;}
.Toptitle{ 
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.bottomtitle{
 font-size:12px;
text-align:justify; 
}

.button-group a{
	 background-color: #46867f;
    border-color: #4d7b9f;
    border-radius: 5px;
    color: #fff !important;
    font-family: "nyt-franklin",arial,helvetica,sans-serif;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
	font-size:12px;
}

.slidetex{
	/*background-color: rgba(215, 40, 40, 0.7);
	background: rgba(215, 40, 40, 0.7);*/
	background:#d71921;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 8px 4px;
	position: absolute;
	width: 100%;
	}
	
.slidetex a{
	color:#fff;
	}	
	
.slideBG{
	overflow:hidden;
	}
	
.slideBG  img{
	height:250px !important;
	}
	
.BL, .BR{ background:none !important;}	
	

.login_form{
	box-shadow: 0 0 5px;
    margin: 15px auto 0;
    padding: 28px;
    width: 320px;
	}

.login_form1	{
	box-shadow: 0 0 5px;
    margin: 15px auto 0;
    padding: 28px;
    width: 770px;
	}

.required{
	color:red;
}	

#progress-inner{
	margin: 3px 0px; background: rgb(1, 104, 171) none repeat scroll 0% 0%; color: rgb(255, 255, 255); padding: 0px 8px;
}

.Bgbox{
	background: #efefef none repeat scroll 0 0;
    margin-top: 15px;
    padding: 20px;
}

.pol{
	margin:-4px 0 0 !important;
}

.headerTex{
      
    margin: 15px 0px;
    font-size: 32px;
    padding: 0;
    line-height: 36px !important;
}


.asicon{
	font-size: 18px;
    margin: 0 10px 5px 0;
}

.asad{
	clear:both;
}

.aghr{
	border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding-bottom: 15px;
}

.aghr h2{
	font-size: 14px;
    padding: 0 0 5px;
}

.pollBox{
	margin-bottom: 10px; 
	border: 0px solid rgb(204, 204, 204); 
}

.pollBox h3{
	padding: 0px 0px 8px; 
	font-size: 18px; 
	text-shadow: 0px 0px 1px;
}

.pollBox h5{
	font-size: 14px;
    padding: 0 0 10px;
    text-shadow: 0 0 1px;
}

.pollBox h4{
	margin: 0px !important; 
	border-bottom: 0px !important; 
	font-size: 15px !important;
}
.thumimg{margin-bottom: 8px;}
.thumT{
	font-size: 14px;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
    text-align: left;
}

.ascom{
	margin-top: 25px; margin-bottom: 15px;
}

.asLeft{
    border-right: 1px solid rgb(204, 204, 204);
    padding-bottom: 20px;}

.asTop{ border-bottom: 1px solid #ccc;
    padding-bottom: 10px;}
	
.asbottom{border-bottom: 1px solid #ccc;}

.comTex{
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}	

.htitle{
	font-size: 15px;
    margin: 0 0 10px;
}

.topmenu{}

.topmenu  li{
	display: block;
    float: left;
}

.topmenu  li  a{
	border-right: 1px solid #ccc !important;
    line-height: 28px;
    padding: 0 7px;
	}

.topmenu  li  a:last-child{
	border-right: 0px solid #ccc;
    line-height: 28px;
    padding: 0 7px;
	}

.HT{margin: 20px 0;}
.back2top{float: right;}
.dlist{}
.dlist li{padding: 5px 0 0;}

.nTi{font-size: 15px; margin-bottom: 5px;}
.NYList{ list-style-type: square; padding-left: 10px; padding-bottom: 10px;}
.NYList  li{margin: 0 0 5px; }	
.NYList  li  a{}
.NYList  li  a:hover{}	

.STit{ 
       color: #0d679c;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
    
.imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}


.nopadding{
padding: 2px!important;
}


.row {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 980px) {
  
.nopadding {
  margin: 0 16px;
  padding: 0;
}

.story-heading {
  margin-bottom: 8px;
  
  
}
.summary > img {
  float: left;
  margin-right: 7px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

}










.shell {
  margin: 0 auto;
  width: 970px;
}
.NYT5Style #masthead h1, .NYT5Style #masthead h1.globalEditionPageHeader, .NYT5Style #masthead h2, .NYT5Style #masthead h2.globalEditionPageHeader {
  font-size: 35px;
  margin: 0;
  text-rendering: optimizelegibility;
  top: -6px;
  width: 500px;
}
@media (max-width: 970px){
    .entertainmnentbox{
        margin-top:20px;
    }
    .What_now_box img, .dont_miss img, .sportsbox img, .leadnews img {
    width:100%;    
    max-width:100%;    
    }
    .rohgingya-crisis-desktop{
        display:none;
    }
    .rohgingya-crisis-mobile, .mobile-bn-rohin{
        display:block !important;
    }
	.shell {
	  margin: 0 auto;
	  width: 94%;
	}
	.NYT5Style #shell {
	  margin: 0 auto;
	  width: 94%;
	}
	.masthead .masthead-menu {
	  width: 100%;
	}
	.primary_nav_wrap {
	  display:none;
	}.span-ab-layout .ab-column {
	  margin-right: 0;
	  width: 100%;
	}
	.column {
	  float: none;
	  width: 100%;
	}
	.span-ab-layout .c-column {
	  width: 100%;
	}
	.wide-b-layout .b-column {
	  width: 100%;
	}
	.split-layout .column, .split-3-layout .column {
	  margin-left: 0;
	}
	.span-ab-layout .ab-column .split-3-layout {
	  width: 100%;
	}
	.well .column {
	  display: block;
	}
	.video-section .a-column {
	  width: 100%;
	}
	.video-section .video-playlist {
	  margin: 0;
	  width: 100%;
	}
	.wide-thumb {
	  float: left;
	  margin-right: 10px;
	  position: relative;
	}
	.video-section .b-column {
	  width: 100%;
	}
	.video-section .b-column::before, .video-section .b-column::after {
	  box-shadow:none;
	}
	.site-index .split-6-layout .column.last-column {
	  margin-left: 0;
	  width: 100%;
	}
	.well .column ul li .story .thumb img {
	  display: block;
	  height: auto;
	  max-width: 100%;
	  overflow: hidden;
	  /*width: auto;---------------------------------------------------------*/
	}
	section.real-estate .split-layout .column:last-child {
	  margin-left: 0;
	}
	.masthead .quick-navigation .sections-button, .masthead .quick-navigation .search-button {
	  background: #d71921 none repeat scroll 0 0;
	  border: medium none;
	  border-radius: 3px;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 700;
	  margin-right: 3px;
	  margin-top: -2px;
	  width: 33px;
	}
	.masthead .quick-navigation .sections-button:hover, .masthead .quick-navigation .search-button:hover {
	  background: #d71921 none repeat scroll 0 0;
	  border: medium none;
	  border-radius: 3px;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 700;
	  margin-right: 3px;
	  margin-top: -2px;
	  width: 33px;
	}
	input[type="search"] {
	  width: 42px;
	  margin-top:4px;
	}
	.button-group a {
	  padding: 5px;
	}
	.header_top_left .button-text{
		display:none;
	}
	.span-ab-layout .ab-column .split-3-layout .column {
	  padding: 0;
	}
	.first-column-region .story.theme-summary.lede .story-heading, .a-lede-package-region .story.theme-summary.lede .story-heading {
	  font-size: 1.125rem;
	  line-height: 1.2rem;
	}
	.column.a-column .story iframe{
		width:100% !important;
	}
	.media-carousel img {
	  height: 180px;
	  max-width: 100%;
	  width: auto;
	}
	
	
	
	
	
	.NYT5Style .abColumn {
	  width: 100%;
	  margin:0;
	}
	.NYT5Style .cColumn {
	  padding:0;
	  width: 100%;
	}
	.NYT5Style .wideA .aColumn {
	  padding-right: 0;
	  width: 100%;
	}
	.NYT5Style .wideA .bColumn {
	  padding: 0;
	  width: 100%;
	}
	#page {
	  width: 100%;
	}
	.NYT5Style #page {
	  position: initial;
	}
	.ledePhoto .image img{
		width:100%;
		max-width:100%;
	}
	.NYT5Style #masthead h1, .NYT5Style #masthead h1.globalEditionPageHeader, .NYT5Style #masthead h2, .NYT5Style #masthead h2.globalEditionPageHeader {
	  width: 100%;
	}
	.shell.inner_shell {
	  margin: 0 auto;
	  width: 92%;
	}
	.NYT5Style .masthead-button {
	  background: #d71921 none repeat scroll 0 0;
	  color: #fff;
	}
	.NYT5Style .masthead-button:hover {
	  background: #d71921 none repeat scroll 0 0;
	  color: #fff;
	}
	.user-tools .ad.bar1-ad {
	  padding-right: 0;
	}
	.shell.inner_shell .masthead-cap-container, .shell.inner_shell .masthead-meta {
	  display: block;
	}
	.masthead.theme-in-content, .search-active .masthead {
	  position: initial;
	}
	.login_form {
	  width: 270px;
	}
	.login_form input[type="text"], .login_form input[type="email"], .login_form input[type="password"] {
	  width: 100%;
	}
	.login_form1 {
	  width: 100%;
	  padding:15px;
	}
	.login_form1 input[type="text"], .login_form1 input[type="email"], .login_form1 input[type="password"] {
	  width: 100%;
	}
	.well .column ul li .story .thumb {
	  clear: right;
	  float: none;
	  height: auto;
	  margin: 0 0 15px;
	  width: 100%;
	}
	.button.sections-button.enable-a11y {
 	 margin-left: 0;
	}
	.thumbnail img {
  	height: 100%;
  	width:120px!important;
}

.responsive_gallery img {
  width: 100%!important;
}
.hidden-xs {
  display: block!important;
}
.dont_miss_heading {
  margin-top: 7px;
}
.col-md-4.N_gallery.single_cet {
  padding-left: 15px;
}
.thumb.thumb_news.single_cet_img > img{
    height:auto;
}



}.video_title {
  background: #cbcbcb none repeat scroll 0 0;
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.video_title > h2 {
  margin-top: 0;
  padding: 14px 6px;
}

.video_play{
	width: 100%;
	height: 400px;
	border: 1px solid #CBCBCB;
	margin-bottom: 10px;
}

  .fa.fa-calendar {
  font-size: 20px;
  margin-left: 13px;
  margin-right: 10px;
  margin-top: 8px;
}

.fa.fa-chevron-circle-left {
  font-size: 24px;
}
.fa.fa-chevron-circle-right {
  font-size: 24px;
}
    /*.input-append.date.form_datetime > input {
      display: none;
    }*/
    .input-append.date.form_datetime {
      float: left;
      margin-top: 5px;
    }

.time > h2 {
  float: left;
  margin-top: 10px;
}
.time > a {
  float: left;
  padding: 4px;
}
.time > h2 {
  float: left;
}

.col-md-6 > h2 {
  margin-bottom: 14px;
  margin-top: 14px;
  font-family: georgia,"times new roman",times,serif
}

.list-unstyled > li > p {
  font-family: times new roman;
  font-size: 17px;
  line-height: 22px;
  padding: 0 5px;
  text-align: justify;
  color: #000;
}

.video_list >.demo-gallery > ul > li{
	width: 378px;
}

.video_list >.demo-gallery > ul > li > p{
	width: 290px;
	overflow: hidden;
	font-family: georgia,"times new roman",times,serif
}

/*---------------------------------------------------*/
.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 0px;
                width: 250px;
            }
            .demo-gallery > ul > li a {
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
/*-----------------------------------------------*/

.single_title > h2 {
  font-size: 25px;
  margin-bottom: 16px;
  margin-top: 10px;
}   

.input-group-addon {
    padding: 6px 0px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    /* background-color: #eee; */
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
}         