.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;
}

}










