* {
	margin: 0;
	padding: 0;
}

.ticker-container {
	height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: black;
	font-size: 1.1em;
}


.ticker-container .ticker-caption:before{content: "\f0da"; color: #0980d4; font-family: FontAwesome; position: absolute; left: 107px; font-size: 35px; top: -10px;}



.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	background-color: #0980d4 !important;
	display: table;
	color: white;
	font-size: 0.8em;
	z-index: 1;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul  {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul li {
	
    display:inline;
}
.ticker-container ul li {
        padding: 5px 0;
        text-indent: -.7em;
    }

        .ticker-container ul li::before {
            color: #fff;
            content: "\2022";
            padding-right: 0.4em;
            padding-left: 0.4em;
            position: relative;
            top: 1px;
        }
.ticker-container ul li a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
		
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 110px;
		/* background: url('./ticker-caption-bg.png'); */
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 130px;
		height: 100%;
        position:absolute;
        top:3px;
	}
}


@media only screen and (max-width: 480px) {

.ticker-container {background: #fff !important;}
.ticker-container ul {
        top:34px;
        left:10px;
        right:10px;
	}
}
