
/* #Timeline
================================================== */
#cd-timeline {font-size: 16px;}
#cd-timeline-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background: rgba(255,255,255,1);
}

#cd-timeline-2:after{
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background: rgba(255,255,255,1);
    
}




#cd-timeline-1 {
    position: relative;
    margin-top: -10vh;
}
#cd-timeline-2 {
    position: relative;
    margin-bottom: -10vh;
    z-index:99;
}
.cd-timeline-content h4 {font-weight: 300;}




@media only screen and (max-width: 1170px){
.cd-timeline-content h4{margin-top: 1em; }
.cd-timeline-content.nodate h4{margin-top: -1.5em; }
}    



.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

 #cd-timeline {
  position: relative;
  padding: 5.6em 0 4em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 2px;
  background: #cccccc;
}

.cd-timeline-block {
  position: relative;
   margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}


.cd-timeline-img {
background-color: #343a40;
  position: absolute;
width: 40px;
    height: 40px;
  text-align:center;
	line-height:20px;
	font-size:20px;
	color:#fff;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;

}
.cd-timeline-img-1 {
	background-color: white;
  	position: absolute;
	text-align:center;
	line-height:20px;
	font-size:20px;
	
	width: 45px;
    height: 50px;

    left: 0%; 
	background-image: url("../images/timeline/hexagon.png");
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	
	
}
.cd-timeline-img:before {
 transition: 0.15s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #343a40;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -15px;
    
   } 
.cd-timeline-img:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #343a40;
    bottom: -15px;
  }  
  
  
.cd-timeline-img {
   margin-top: 24px;
    width: 60px;
    height: 30px;
	line-height:30px;
	font-size:24px;
    left: 0;
    margin-left: -31px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  
@media only screen and (min-width: 1170px) {
 #cd-timeline {
  padding-top: 4em;
}


 #cd-timeline::before {
 left: 50%;
 top:0;
 height: 100%; 
  margin-left: -2px;
  opacity: 1;
  animation-name: example;
  animation-delay: 2s;
  animation-duration: 20s;
  animation-iteration-count: 20;
    
  }

 @keyframes example {
  0%   { height: 100%; }
  40% { height: 100px; }
  70% { height: 100%; }
  100% { height: 100%; }
}


  
.cd-timeline-img {
   margin-top: 24px;
    width: 60px;
    height: 30px;
	line-height:30px;
	font-size:24px;
    left: 50%;
    margin-left: -31px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

.cd-timeline-img-1 {

	top: 20px;
    left: 50%;
    margin-left: -23px;


  }
.cd-timeline-img-1 { animation-delay: 0.2s;}
.cd-timeline-block:hover .cd-timeline-img-1{
   animation-name: rotation;

  animation-duration: 10s;
  animation-iteration-count: 1;
    
    }

  @keyframes rotation {
  
    0%{  transform: rotateY(0deg);}
  50%{ transform: rotateY(360deg); }
  100% {transform: rotateY(0deg);}

}



   .cd-timeline-img-1.var3 {background-image:  url("../images/timeline/hexagon.png");} 

.cd-timeline-img:before {
    border-bottom: 15px solid #343a40;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
   } 
    

@keyframes kfeck
	{
  0%{ opacity: 0.4}
  50%{ opacity: 1; }
  100%{ opacity: 0.4; }
}





.cd-timeline-img::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #343a40;
  }  
  
 
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-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);
  }

  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);
  }
}





.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  padding: 0em 1em 1em;
 
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}


.cd-timeline-content h6 {
  text-align:left;
  padding-bottom:20px;
}

.cd-timeline-content p, 
.cd-timeline-content .cd-read-more, 
.cd-timeline-content .cd-date {
  text-align:left;
}


.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: block;
}

.cd-timeline-content p {
  padding-bottom:20px;
}
.cd-timeline-content .cd-read-more {
	color: #212121;
	border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: color .3s, background .3s;
	-moz-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	color:#fff;
}

.cd-timeline-content .cd-date {
    font-size: 1.5rem;
    color: #cccccc;
}






.cd-date  .footer-list-socials {display: inline;}
.cd-date  .footer-list-socials a {color: #cccccc;}
.cd-date  .footer-list-socials li {margin-left: 5px; margin-right: 0px;}


 .cd-timeline-block h4 {position: relative;}

 .cd-timeline-block h4:after {
 content: ""; 
 display: block; 
 height: 1px; 
 width: 0%; 
 background-color: #000000; 
  transition:width 1s ease-in-out;

 }
 .cd-timeline-block:hover h4:after {width: 100%;}
 
 
@media only screen and (min-width: 1170px){

#cd-timeline-1:before {
    left: 50%;
    margin-left: -2px;
}
#cd-timeline-2:after {
    left: 50%;
    margin-left: -2px;
}
}


 
@media only screen and (min-width: 768px) {
 
.cd-timeline-content .cd-read-more {
  font-size: 12px;
  text-transform: uppercase;
  }
 
}



 
@media only screen and (min-width: 1170px) {


 .cd-timeline-block.left h4:after {position: absolute; right:0;}
 .cd-timeline-block.right h4:after {position: absolute; left:0 }

.cd-timeline-content { padding: 1em;}



  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    transition: 1s linear;
  }
  
  


  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }


 
  .cd-timeline-content .cd-date.above {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 28px;
  
    
  }
  
  
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date.above  {
    left: auto;
    right: 122%;
    text-align: right;
  }
  
  
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
  
   .cd-timeline-block:nth-child(odd) h4, .cd-timeline-block:nth-child(odd) p, .cd-timeline-block:nth-child(odd) .cd-date {
    text-align: right;
  }
  
   .cd-timeline-block:nth-child(odd) .cd-date.above {
    text-align: left;
  }

  
}



@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-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);
  }

  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);
  }
}



