/* Ticker Styling */
.nb-notice-wrap .ticker-wrapper.has-js {
	width: 100%;
	display: block;
	font-size: 0.75em;
}
.nb-notice-wrap .ticker {
	display: block;
	height:55px;
	position: relative;
	overflow: hidden;
	width:100%;
}
.nb-notice-wrap .ticker-title {
	color: #fff;
	font-size:15px;
	font-weight: bold;
	line-height:24px;
	text-transform: uppercase;
	width:auto;
}

.nb-notice-wrap .nb-right-arw {
	display: inline-block;
	box-shadow:0 0 2px;
	position: relative;
	padding: 15px;
	width:100%;
}
 .nb-notice-wrap .left .nb-right-arw::after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	margin-top: -21px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid ;
	
}
.nb-notice-wrap .right .nb-right-arw::before{	
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid ;}
	.nb-notice-wrap .right .nb-right-arw{
		padding:15px 50px 15px 15px;}
		
.nb-notice-wrap .ticker-content {
	 margin: 14px 0 0 10px;
	height:25px;
	line-height:25px;
	padding:0 12px;
	position: absolute;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	width:80%;
}
.nb-notice-wrap .ticker-content a{
	max-width:100%;}
.nb-notice-wrap .ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
}
.nb-notice-wrap .ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.nb-notice-wrap .ticker-swipe {
	margin-top: 11px;
	position: absolute;
	background-color: #dd3333;
	display: block;
width:80%;
	height: 30px;
	height: 100%;
}
.ticker-wrapper has-js.left .nb-notice-wrap .ticker-swipe{
	left:30px;}
.nb-notice-wrap .ticker-swipe span {
	margin-left: 1px;
	height: 12px;
	width: 7px;
	display: block;
}

.nb-notice-wrap .ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.nb-notice-wrap .ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.nb-notice-wrap .ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
.nb-notice-wrap .ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.nb-notice-wrap .ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.nb-notice-wrap .ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
.nb-notice-wrap .ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.nb-notice-wrap .ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.nb-notice-wrap .ticker-controls li.jnt-prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
.nb-notice-wrap .ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.nb-notice-wrap .ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.nb-notice-wrap .ticker-controls li.jnt-next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
.nb-notice-wrap .ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.nb-notice-wrap .ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
	text-align:left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	
}
.ticker-wrapper has-js.right .nb-notice-wrap .ticker-swipe{
	right:30px;}
	
	.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker{
		float:right;
		text-align:right;}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
.ticker-wrapper has-js.right .nb-right-arw:before {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	margin-top: -21px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid ;
	
}
.ticker-wrapper has-js.right .ticker-content{
	text-align:right;}
	.ticker-wrapper has-js.left .ticker-content{
		text-align:left;}
		 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.nb-notice-wrap .ticker-content {
		left:10%;
		right:10%;
	width:80%;
}
.nb-notice-wrap .ticker-swipe{
	width:80%}
}
		
/*END*/