.ticker-container {
	height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	/* background-color: rgba(0,0,0,1);
	color: white; */
	background-color: white;
	color: black;
	font-size: 1.1em;

}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	background-color: #EC0B43;
	display: table;
	position: absolute;
	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 div {
	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 div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #00B4D8;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url('../images/ticker-caption-bg.png');
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 170px;
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 170px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 30px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}
}

/** Timeline **/
.main-timeline{ font-family: 'Libre Franklin', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 110px);
    margin: 0 0 30px;
    float: right;
}
.main-timeline .timeline-content{
    background: #fff;
    padding: 25px 25px 25px 175px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: #f59220;
    width: 125px;
    height: 100%;
    border: 0 solid #b46a17;
    border-right-width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.main-timeline .timeline-icon{
    color: #fff;
    background: #b46a17;
    font-size: 45px;
    text-align: center;
    line-height: 105px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 1px 0px #fff inset, 0 0 8px rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 62px;
}
.main-timeline .timeline-year{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: -10px;
}
.main-timeline .title{
    color: #f59220;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.main-timeline .description{
    color: #777;
    font-size: 16px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 25px 175px 25px 25px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-left-width: 30px;
    border-right-width: 0;
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    box-shadow: -1px 1px 0px #fff inset, 0 0 8px rgba(0, 0, 0, 0.4);
    left: auto;
    right: 62px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{
    background: #129bbd;
    border-color: #0c7088;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ background: #0c7088; }
.main-timeline .timeline:nth-child(4n+2) .title{ color: #129bbd; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{
    background: #f25b50;
    border-color: #ad463b;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ background: #ad463b; }
.main-timeline .timeline:nth-child(4n+3) .title{ color: #f25b50; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{
    background: #9b9599;
    border-color: #7d787c;
}
.main-timeline .timeline:nth-child(4n+4) .title{ color: #9b9599; }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ background: #7d787c; }
@media screen and (max-width:767px){
    .main-timeline .timeline{ width: 100%; }
}
@media screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        text-align: center;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 15px 10px 175px 10px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 100%;
        height: 123px;
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 30px;
        top: auto;
        bottom: 0;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateX(-50%) translateY(0) rotate(0deg);
        top: auto;
        bottom: 10px;
        left: 50%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        box-shadow: -1px -1px 0px #fff inset, 0 0 8px rgba(0, 0, 0, 0.4);
        transform: translateX(-50%) translateY(0);
        top: auto;
        bottom: 62px;
        left: 50%;
    }
    .main-timeline .title{ font-size: 20px; }
}
/** Timeline **/


