.newsPage {
	background-color: #f6f6f6;
}
.news_container::after {
	content: '';
	display: table;
	clear: both;
}
#news_timeline {
	position: relative;
	padding: 2em 0;
}
#news_timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	height: 100%;
	width: 1px;
	background: #ddd;
}
.news_timeline-block {
	position: relative;
	cursor: pointer;
	margin-bottom:16px;
}
.news_timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.news_timeline-img {
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	behavior: url(ie-css3.htc); 
border-radius: 50%;
	box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.news_timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.news_timeline-img.news_picture {
	background: #75ce66;
}
.news_timeline-img.news_movie {
	background: #c03b44;
}
.news_timeline-img.news_location {
	background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.cssanimations .news_timeline-img.is-hidden {
	visibility: hidden;
}
.cssanimations .news_timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: news_bounce-1 0.6s;
	-moz-animation: news_bounce-1 0.6s;
	animation: news_bounce-1 0.6s;
}
}
 @-webkit-keyframes news_bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes news_bounce-1 {
 0% {
 opacity: 0;
 -moz-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}
@keyframes news_bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
 -o-transform: scale(0.5);
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.news_timeline-content {
	position: relative;
	margin-left: 0;
	padding: 1.6em;
	width: 42%;
	background: #ffffff;
	border-radius: 0.25em;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.news_timeline-content img {
	float: left;
	margin: 6px 14px 0 0;
}
.news_timeline-content video {
	width: 100%;
	height: 100%;
}
.news_timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.news_timeline-content .news_date {
	float: left;
	padding: 6px;
	opacity: .7;
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 122%;
	top: 6px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	width: 120px;
}
.news_timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #ffffff;
	top: 24px;
	left: 100%;
	border-color: transparent;
	border-left-color: #ffffff;
}
.news_timeline-block:nth-child(even) .news_timeline-content {
	float: right;
}
.news_timeline-block:nth-child(even) .news_timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: #ffffff;
}
.news_timeline-block:nth-child(even) .news_timeline-content .news_date {
	left: auto;
	right: 122%;
	text-align: right;
}
.cssanimations .news_timeline-content.is-hidden {
	visibility: hidden;
}
.cssanimations .news_timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: news_bounce-2 0.6s;
	-moz-animation: news_bounce-2 0.6s;
	animation: news_bounce-2 0.6s;
}
.cssanimations .news_timeline-block:nth-child(even) .news_timeline-content.bounce-in {
	-webkit-animation: news_bounce-2-inverse 0.6s;
	-moz-animation: news_bounce-2-inverse 0.6s;
	animation: news_bounce-2-inverse 0.6s;
}
 @-webkit-keyframes news_bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes news_bounce-2 {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes news_bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 -moz-transform: translateX(-100px);
 -ms-transform: translateX(-100px);
 -o-transform: translateX(-100px);
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -moz-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes news_bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes news_bounce-2-inverse {
 0% {
 opacity: 0;
 -moz-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes news_bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -moz-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.news_timeline-img i {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: inline-block;
}
.news {
	background-position: -70px 0;
}
.images {
	background-position: -70px -70px;
}
.video {
	background-position: -70px -140px;
}
.date {
	float: left;
	font-size: 45px;
	line-height: 50px;
	margin-right: 6px;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #444;
}
.month {
}
.year {
	border-bottom: 1px solid #ddd;
}
.news_date span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0 8px;
}
