@charset "UTF-8";


/*-----------------------
    Timeline Style
-------------------------*/
.tc-timeline {position: relative;padding: 2em 0;margin-top: 2em;margin-bottom: 2em;}
.tc-timeline::before {content: '';position: absolute;top: 0;left: 18px;height: 100%;width: 1px;background: #f5f5f5;}
.tc-timeline .tc-timeline-block {position: relative;margin: 2em 0;}
.tc-timeline .tc-timeline-block:after {content: "";display: table;clear: both;}
.tc-timeline .tc-timeline-block:first-child {margin-top: 0;}
.tc-timeline .tc-timeline-block:last-child {margin-bottom: 0;}
.tc-timeline .tc-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #F9fdfe;
	border-radius: 8px;
	border: #f5f5f5 3px solid;
	padding: 1em;
}
.tc-timeline .tc-timeline-content img, 
.tc-timeline .tc-timeline-content video, 
.tc-timeline .tc-timeline-content iframe {margin-bottom: 25px;width: 100%;}
.tc-timeline .tc-timeline-content:after {content: "";display: table;clear: both;}
.tc-timeline .tc-timeline-content h5,
.tc-timeline .tc-timeline-content h5 a {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	color: #4a2af9;
}
.tc-timeline .tc-timeline-content .tc-read-more,
.tc-timeline .tc-timeline-content .tc-date {display: inline-block;}
.tc-timeline .tc-timeline-content p {
	margin: 1em 0;
	font-style: italic;
}
.tc-timeline .tc-timeline-content .tc-read-more {float: right;padding: 3px 15px;border: 1px solid #444;color: #444;font-size: 12px;border-radius: 2px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.tc-timeline .tc-timeline-content .tc-read-more:hover {background: #444;color: #fff;}
.tc-timeline .tc-timeline-content .tc-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
	color: #ff221a;
}
.tc-timeline .tc-timeline-content::before {content: '';position: absolute;top: 16px;right: 100%;height: 0;width: 0;border: 10px solid transparent;border-right: 10px solid #f5f5f5;}

/*-----------------------
    Responsive Media
-------------------------*/
@media only screen and (min-width: 1170px) {
    .tc-timeline {margin-top: 3em;margin-bottom: 3em;}
    .tc-timeline::before {left: 50%;margin-left: -2px;}
}
@media only screen and (min-width: 1170px) {
    .tc-timeline .tc-timeline-block {margin: 4em 0;}
    .tc-timeline .tc-timeline-block:first-child {margin-top: 0;}
    .tc-timeline .tc-timeline-block:last-child {margin-bottom: 0;}
}
.tc-timeline .tc-timeline-icon {position: absolute;top: 0;left: 0;width: 45px;height: 45px;border-radius: 50%;background: #fff;border: 1px solid rgba(0, 0, 0, 0.05);}
.tc-timeline .tc-timeline-icon i {position: absolute;left: 50%;top: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);font-size: 18px;}
@media only screen and (min-width: 1170px) {
    .tc-timeline .tc-timeline-icon {width: 70px;height: 70px;left: 50%;margin-left: -35px; -webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;}
    .tc-timeline .tc-timeline-icon i {font-size: 24px;}
}
@media only screen and (min-width: 1170px) {
    .tc-timeline .tc-timeline-content {margin-left: 0;padding: 1.6em;width: 45%;}
    .tc-timeline .tc-timeline-content::before {top: 24px;left: 100%;border-color: transparent;border-left-color: #f5f5f5;}
    .tc-timeline .tc-timeline-content .tc-read-more {float: left;}
    .tc-timeline .tc-timeline-content .tc-date {position: absolute;width: 100%;left: 122%;top: 6px;}
    .tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content {float: right;}
    .tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content::before {top: 24px;left: auto;right: 100%;border-color: transparent;border-right-color: #f5f5f5;}
    .tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content .tc-read-more {float: right;}
    .tc-timeline .tc-timeline-block:nth-child(even) .tc-timeline-content .tc-date {left: auto;right: 122%;text-align: right;}
}