@media only screen and (min-width: 1170px) {
.cd-is-hidden {
	visibility: hidden;
}
}
.cd-timeline {
	overflow: hidden;
	margin: 0em auto;
}
.cd-timeline__container {
	position: relative;
	/*width: 90%;
	max-width: 1170px;*/
	margin: 0 auto;
	z-index: 1;
	padding: 0em 0;
}
.cd-timeline__container::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;/*width: 1px;
	background: #f2f2f2;*/
}
 @media only screen and (min-width: 1170px) {
.cd-timeline {
	margin-top: 0em;
	margin-bottom: 0em;
}
.cd-timeline__container::before {
	left: 50%;
	margin-left: 0px;
}
}
.cd-timeline__block {
	position: relative;
	margin: 1.2em 0;
}
.cd-timeline__block:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}
.cd-timeline__block:first-child {
	margin-top: 0;
}
.cd-timeline__block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.cd-timeline__block {
	margin: 1em 0;
}
}
.cd-timeline__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline__img img {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	padding: 12px;
}
.cd-timeline__img.cd-timeline__img--odd {
	background: #73a7c1;
}
.cd-timeline__img.cd-timeline__img--even {
	background: #9cad41;
}
 @media only screen and (min-width: 1170px) {
.cd-timeline__img {
	width: 90px;
	height: 90px;
	left: 50%;
	margin-left: -45px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 999999;
	margin-top: 17px;/*top: 50%;
    transform: translateY(-50%);*/
}
.cd-timeline__img.cd-timeline__img--bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
}
}
 @-webkit-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.cd-timeline__content {
	position: relative;
	margin-left: 60px;
	padding: 1em;/*outline: 1px solid rgba(0,0,0,.1);
	outline-offset: -1px;*/
}
/*.cd-timeline__content:after {
	content: "";
	display: table;
	clear: both;
}
.cd-timeline__content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,.1);
}*/
.cd-timeline__content h2 {
	color: #303e49;
}
.cd-timeline__content p, .cd-timeline__read-more, .cd-timeline__date {
	font-size: 1.2rem;
}
.cd-timeline__content p {
	margin: 0;
	text-align: left;
	color: #fff;
}
.cd-timeline__content h4, .cd-timeline__content strong {
	color: #fff;
}
.cd-timeline__read-more, .cd-timeline__date {
	display: inline-block;
}
.cd-timeline__read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: white;
	border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline__date {
	float: left;
	padding: .2em 0;
	opacity: .7;
}
 @media only screen and (min-width: 768px) {
.cd-timeline__content h2 {
	font-size: 2rem;
}
.cd-timeline__read-more, .cd-timeline__date {
	font-size: 1.4rem;
}
}
 @media only screen and (min-width: 1170px) {
.cd-timeline__content {
	margin-left: 0;
	padding: 30px 70px 30px 30px;
	width: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.cd-timeline__content::before {
	top: 24px;
	left: 100%;
	border-color: transparent;
	border-left-color: rgba(0,0,0,.1);
}
.cd-timeline__read-more {
	float: left;
}
.cd-timeline__date {
	position: absolute;
	width: 100%;
	left: 122%;
	top: 6px;
	font-size: 1.6rem;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content {
	float: right;
	padding-left: 70px;
	padding-right: 30px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cd-timeline__block:nth-child(even) .cd-timeline__content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: rgba(0,0,0,.1);
}
.cd-timeline__block:nth-child(even) .cd-timeline__read-more {
	float: right;
}
.cd-timeline__block:nth-child(even) .cd-timeline__date {
	left: auto;
	right: 122%;
	text-align: right;
}
.cd-timeline__content.cd-timeline__content--bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}
.cd-timeline__content h4 {
	display: none;
}
.cd-timeline__content p {
	height: 65px;
	vertical-align: middle;
	display: table-cell;
}
}
 @media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
}
}
 @-webkit-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 transform: translateX(-100px);
}
60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @-webkit-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
/* demo style */
.cd-nugget-info {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	top: 0;
	left: 0;
}
.cd-nugget-info a {
	position: relative;
	font-size: 14px;
	color: #718ca1;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.cd-nugget-info a:hover {
	opacity: .8;
}
.cd-nugget-info span {
	vertical-align: middle;
	display: inline-block;
}
.cd-nugget-info span svg {
	display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
	fill: #718ca1;
}
.timeline-start, .timeline-end {
	text-align: center;
	padding: 12px;
	max-width: 160px;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 50px
}
.timeline-start {
	background: #73a7c1;
	color: #fff;
}
.timeline-end {
	background: #9cad41;
	color: #fff;
}
@media only screen and (max-width: 1025px) {
.cd-timeline__img img {
	width: 40px;
	height: 40px;
	padding: 7px;
}
.timeline-start, .timeline-end, .cd-timeline__date {
	display: none;
}
.cd-timeline__content p {
	font-size: 1rem;
	line-height: normal;
	line-height: 22px;
}
}
.cd-timeline__img h5 {
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-size: 25px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1100px) {
.cd-timeline__img h5{
	font-size:20px;
	line-height:60px;
}
.cd-timeline__content p {
    height: 50px;
    vertical-align: middle;
    display: table-cell; 
}
.cd-timeline__img {
    top: 50%;
    transform: translateY(-50%);
	z-index:1
}
.cd-timeline__content h4{
	display:none
}
.cd-timeline__content{
	margin-left:30px;
	padding-left:45px;
}
}