﻿.TickerNews{
	width: 100%;
    padding: 3px 20px;
   background-color: #16582a;
    border-left: 4px solid #ffa202!important;
    margin-top: 20px;}
    
 @media (max-width:766px){
	.TickerNews{
	width: 100%;
    padding: 3px 20px;
    background-color: #16582a;
    border-left: 4px solid #ffa202!important;
    margin-top: 20px !important;
    margin-bottom: 0px !important}
}      
    
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left; 
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:#fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; font-size:14px; ;
}
.ti_news a span{
	 background-color:#db0317; padding:3px; color:#fff;
}

.fixeddiv {
    position: fixed;
    width: 100%;
    z-index: 15000;
    bottom: 0px;
    padding:7px;
}

.pb-45{
	padding-bottom:45px !important
}