/**** Page Timeline ****/
.timeline-btn-day .btn {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: 0;
}
#timeline2 {
  margin-bottom: 2em;
  margin-top: 0;
  padding: 2em 0;
  position: relative;
}
#timeline2::before {
  background: -moz-linear-gradient(top, #319db5 0, #dddddd 55%);
  background: -ms-linear-gradient(top, #319db5 0, #dddddd 55%);
  background: -o-linear-gradient(top, #319db5 0, #dddddd 55%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a2d9), color-stop(55%, #dddddd));
  background: -webkit-linear-gradient(top, #319db5 0, #dddddd 55%);
  background: #319db5;
  background: linear-gradient(to bottom, #319db5 0, #dddddd 55%);
  content: '';
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 4px;
}
#timeline2 .timeline-content img {
  width: 100%;
}
#timeline2 .timeline-block {
  margin: 2em 0;
  position: relative;
}
#timeline2 .timeline-block i {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding-top: 11px;
}
#timeline2 .timeline-block .timeline-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  margin-left: 60px;
  padding: 20px;
  position: relative;
}
#timeline2 .timeline-block .timeline-content i {
  color: #121212;
}
#timeline2 .timeline-block .timeline-content i.fa-quote-left {
  color: #319db5;
}
#timeline2 .timeline-block .timeline-content i.fa-quote-right {
  color: #319db5;
}
#timeline2 .timeline-block .timeline-content:after {
  clear: both;
  content: "";
  display: table;
}
#timeline2 .timeline-block .timeline-content h2 {
  color: #4B4F52;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
#timeline2 .timeline-block .timeline-content .timeline-heading h2 {
  font-size: 28px;
  margin-top: 8px;
}
#timeline2 .timeline-block .timeline-content p {
  line-height: 1.6;
  margin: 1em 0;
}
#timeline2 .timeline-block .timeline-content .text p {
  margin-bottom: 5px;
}
#timeline2 .timeline-block .timeline-content::before {
  border-right: 7px solid #fff;
  border: 7px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 100%;
  top: 16px;
  width: 0;
}
#timeline2 .timeline-block .timeline-content .article-extract {
  font-family: 'Merriweather', 'Open Sans', arial, serif;
  font-size: 18px;
}
#timeline2 .timeline-block .timeline-content .video-player .video-js {
  width: 100% !important;
}
#timeline2 .timeline-block .timeline-content .video-player .vjs-default-skin .vjs-big-play-button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  border: none;
  box-shadow: none;
  display: block;
  font-size: auto;
  height: 44px;
  height: 45px;
  left: 50%;
  margin-left: -22px;
  opacity: 1;
  position: absolute;
  top: 40%;
  width: 44px;
  width: 45px;
  -webkit-transition: linear 0.4s linear;
  -moz-transition: linear 0.4s linear;
  -o-transition: linear 0.4s linear;
  -ms-transition: linear 0.4s linear;
  transition: linear 0.4s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 2;
}
#timeline2 .timeline-block .timeline-content .video-player .vjs-default-skin .vjs-big-play-button:before {
  top: -15px;
}
#timeline2 .timeline-block:after {
  clear: both;
  content: "";
  display: table;
}
#timeline2 .timeline-block:first-child {
  margin-top: 0;
}
#timeline2 .timeline-block:last-child {
  margin-bottom: 0;
}
#timeline2 .timeline-block .timeline-heading .timeline-day {
  font-size: 1.1em;
  font-weight: 700;
}
#timeline2 .timeline-block .timeline-heading .timeline-day-number {
  float: left;
  font-family: arial;
  font-size: 44px;
  font-weight: 700;
  height: 40px;
  margin-top: -10px;
  padding-right: 8px;
}
#timeline2 .timeline-block .timeline-heading .timeline-month {
  font-weight: 600;
}
#timeline2 .timeline-block .timeline-icon {
  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);
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
#timeline2 .timeline-block .timeline-icon.cd-movie {
  background: #c03b44;
}
#timeline2 .timeline-block .timeline-icon.cd-location {
  background: #f0ca45;
}
@-webkit-keyframes cd-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 cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-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);
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-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 cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-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);
  }
}
/*@media only screen and (min-width: 1170px) {
  .timeline-btn-day {
    text-align: center;
  }
  .timeline-btn-day .btn {
    margin-left: 0;
  }
  #timeline2 {
    margin-bottom: 3em;
    margin-top: 0;
  }
  #timeline2::before {
    left: 50%;
    margin-left: -2px;
  }
  #timeline2 .timeline-block {
    margin-top: -50px;
    margin: 4em 0;
  }
  #timeline2 .timeline-block:first-child {
    margin-top: 0;
  }
  #timeline2 .timeline-block:last-child {
    margin-bottom: 0;
  }
  #timeline2 .timeline-block .timeline-icon {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    height: 60px;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    width: 60px;
  }
  #timeline2 .timeline-block i {
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    padding-top: 17px;
  }
  #timeline2 .timeline-block .timeline-content {
    margin-left: 0;
    padding: 20px;
    width: 45%;
  }
  #timeline2 .timeline-block .timeline-content::before {
    border-color: transparent;
    border-left-color: #ffffff;
    left: 100%;
    top: 24px;
  }
  #timeline2 .timeline-block .timeline-content .read-more {
    float: left;
  }
  #timeline2 .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  #timeline2 .timeline-block:nth-child(even) .timeline-content::before {
    border-color: transparent;
    border-right-color: #ffffff;
    left: auto;
    right: 100%;
    top: 24px;
  }
  #timeline2 .timeline-block:nth-child(even) .timeline-content .read-more {
    float: right;
  }
  .cssanimations .timeline-icon.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-icon.bounce-in {
    -moz-animation: cd-bounce-1 0.6s;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
    visibility: visible;
  }
  .cssanimations .timeline-content.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .cssanimations .timeline-content.bounce-in {
    -moz-animation: cd-bounce-2 0.6s;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
    opacity: 1;
    visibility: visible;
  }
  .cssanimations #timeline2 .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -moz-animation: cd-bounce-2-inverse 0.6s;
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}*/
@media only screen and (max-width: 600px) {
  #timeline2 .timeline-block .timeline-content .timeline-heading h2 {
    font-size: 22px;
    margin-top: 4px;
  }
}