
.cd-main-header {
    height: 200px;
    height: var(--cd-header-height);
    background: hsl(206, 21%, 24%);
    background: var(--cd-color-1);
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.trck-time
{
        color:#3b83d4;
    font-size: 16px;
}
.cd-main-header h1 {
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-secondary);
    color: inherit;
}
.cd-timeline {
    overflow: hidden;
    padding: 2em 0;
    color: hsl(207, 10%, 55%);
    color: var(--cd-color-3);
 }
.cd-timeline h2 {
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-secondary);
    font-weight: 700;
}
.cd-timeline__container {
    position: relative;
    padding: 1.25em 0;
    padding: var(--space-md) 0;
}
.cd-timeline__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 96%;
    width: 1px;
    background:#bdbcbc;
    background:#bdbcbc;
}
@media (min-width: 64rem) {
    .cd-timeline__container::before {
        left: 22%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-right: 6em;
       margin-bottom: 60px;
        flex-direction: row-reverse;
}
.cd-timeline__block:last-child {
    margin-bottom: 0;
}
@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
        /*-ms-flex-direction: row;
        flex-direction: row;*/
    }

}
.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
}
/*.cd-timeline__block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-right: 3em;
  margin-bottom: 60px;
  flex-direction: row;
}*/
.cd-timeline__img img {
    width: 24px;
    height: 24px;
}
@media (min-width: 64rem) {
    .cd-timeline__img {
   width: 44px;
height: 44px;
-ms-flex-order: 1;
order: 1;
color: #fff;
margin-right: 49px;
will-change: transform;
border: 6px solid #fff;
    }
   
}
.cd-timeline__img--picture {
    background-color: #388e3c;
    background-color: #388e3c;
}
.cd-timeline__img--movie {
    background-color: #388e3c;
    background-color: #388e3c;
}
.cd-timeline__img--location {
    background-color: #388e3c;
    background-color: #388e3c;
}
.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    margin-left: var(--space-md);
    background: hsl(0, 0%, 100%);
    background: var(--color-white);
    border-radius: 0.25em;
    border-radius: var(--radius-md);
    padding: 1.25em;
    padding: var(--space-md);
    box-shadow: 0 3px 0 hsl(205, 38%, 89%);
    box-shadow: 0 3px 0 var(--cd-color-2);
}
/*.cd-timeline__content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: hsl(0, 0%, 100%);
    border-right-color: var(--color-white);
}*/
.cd-timeline__content h2 {
      color: #212121;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
}
.cd-timeline__img--movie .fa
{
    color:#fff;
    font-size:16px;
}
.color-contrast-medium
{
        color: #868686;
    font-weight: 400;
    margin-bottom: 1em;
    margin-top: 5px;
}
@media (min-width: 64rem) {
    .cd-timeline__content {
        width: 68%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
        font-size: 0.8em;
        --line-height-multiplier: 1.2;
    }
    .cd-timeline__content::before {
        top: 24px;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        right: auto;
        left: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-left-color: hsl(0, 0%, 100%);
        border-left-color: var(--color-white);
    }
}

@media (min-width: 64rem) {
    .cd-timeline__date {
       position: absolute;
width: 100%;
right: 170px;
top: 13px;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 166px;
        text-align: left;
    }
}
@media (min-width: 64rem) {
    .cd-timeline__img--hidden,
    .cd-timeline__content--hidden {
        visibility: hidden;
    }
    .cd-timeline__img--bounce-in {
        -webkit-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
    .cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        -webkit-animation-name: cd-bounce-2-inverse;
        animation-name: cd-bounce-2-inverse;
    }
}
@-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);
    }
}
@-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);
    }
}
@media only screen and (max-width: 768px)
{

    .cd-timeline__block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-right: 3em;
  margin-bottom: 60px;
  flex-direction: row;
}
.cd-timeline__img
{
    color: #fff;
}
.cd-timeline__content
{
    margin-left: 3em;
}
}
@media only screen and (max-width: 600px)
{

.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    margin-left: var(--space-md);
    background: hsl(0, 0%, 100%);
    background: var(--color-white);
    border-radius: 0.25em;
    border-radius: var(--radius-md);
    padding: 1.25em;
    margin-top: -40px;
    padding-left: 1em;
    padding: 0 0 0 3em;
    box-shadow: 0 3px 0 hsl(205deg 38% 89%);
    box-shadow: 0 3px 0 var(--cd-color-2);
}

.trck-time {
    color: #3b83d4;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.cd-timeline__container::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 13px;
    height: 96%;
    width: 1px;
    background: #bdbcbc;
    background: #bdbcbc;
}
.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
}
.cd-timeline__block {
    display: -ms-flexbox;
    display: block;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-bottom: 60px;
    flex-direction: row-reverse;
}
.color-contrast-medium {
    color: #868686;
    font-weight: 400;
    margin-bottom: 1em;
    margin-top: 5px;
    line-height: 23px;
    /* padding-left: 3em; */
}
.cd-timeline__content h2 {
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
}
/*.cd-timeline__container:last-child::before
{
    display: none;
}*/


}





