
/*
	NEWSTICKERS
*/

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */

.nt-example1 {
	width: 100%;
	padding-left: 0;
	margin-bottom: 10px;
}

.newsticker-container {
	text-align: center;
}

.newsticker-container i {
	font-size: 16px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.newsticker-container i:hover {
	color: #333;
}

.nt-example1 li {
	color: #4e4e4e;
	overflow: hidden;
	max-height:120px;
	height: 100%;
	padding: 5px;
	line-height: 1.3;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
#business-comments li , #news-headlines li {
	max-height:100px;
}


.nt-example1 li:hover {
	background: #dddddd52;
}
.jump_to , .jump_to:hover , .jump_to:focus {
	background-image: linear-gradient(to bottom, #eb0303, #501515);
	color: #FFF;
	padding: 3px 10px;
	float: right;
	border-radius: 25px;
	font-size: 12px;
	display: inline-block;	
	margin: 5px 0;
	text-decoration: none;
}
.jump_to i{
	font-size: 12px;
	transform: translateX(0px);
	transition: all 0.35s ease;
}
.jump_to:hover i{
	transform: translateX(5px);
	transition: all 0.35s ease;
}
.box .panel-heading .accordion-toggle {
   font-size: 16px;
   color: #fff;
   text-decoration: none;
}
.box .panel-heading .accordion-toggle:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f107"; 
    float: right;       
	color: #fff;
	font-size: 18px;       
}
.box .panel-heading .accordion-toggle.collapsed:after {
    content: "\f105";  
}
