@charset "utf-8";
/* CSS Document */
/* -------------------------------- 
timeline 1 
-------------------------------- */
  /* INTRO SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.darkgraybackground{
	diaplay: block;
	width: 100%;
  margin-left: auto;
  margin-right: auto;
	background-color: #373737;
	color:#ffffff;		
}
.timelinecontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
h1 {
  font-size: 2.5rem;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.square {
	font-size: 150%;
	font-weight: 800;
	color: #ED1C24;
}
.timeline ul {
  background: #373737;
  padding: 50px 0;
  text-align:left;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 450px;
  padding: 15px;
  background: #fff;
  color: #000;
  border-top: 4px solid #ED1C24;
}
.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -489px;
}
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}
time {
  display: block;
  font-size: 200%;
  font-weight:400;
  color: #ED1C24;
  margin-bottom: 8px;
}
/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  transition: background .5s ease-in-out;
}
.timeline ul li.in-view::after {
  background: #ED1C24;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
/* -------------------------------- 
end timeline 1 
-------------------------------- */
/* -------------------------------- 
cancels timeline 2 
-------------------------------- */
.darkgraybackgroundZ {
	display: none;
	width: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #373737;
	color:#ffffff;
}
.cd-container {
  width: 0;
  max-width: 0;
  margin: 0;
  background: none;
}
.cd-container::after {
  content: '';
  display: none;
  clear: both;
}
.square {
	font-size: 150%;
	font-weight: 800;
	color: #ED1C24;
}
/* -------------------------------- 
Main components 
-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#cd-timeline::before {
  content: none;
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: none;
}
.cd-timeline-block {
  position: static;
  margin: 0;
}
.cd-timeline-block:after {
  content: none;
  display: none;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius:0;
}
.cd-timeline-img {
  background: 0;
}
.cd-timeline-content {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  background: none;
  padding: 0;
  border-top: 0;
  font-size:0;
}
.cd-timeline-content .timeline-content-info {
  background: none;
  padding: 0;
  color: none;
  font-size:0;
  box-shadow:none;
  border-radius: 0;
}
.cd-timeline-content .timeline-content-info i {
  margin-right: 0;
}
.cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
  width: 0;
  display: none;
}
.cd-timeline-content .content-skills {
  font-size:100%;
  padding: 0;
  margin-bottom: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: no;
}
.cd-timeline-content .content-skills li {
  background: none;
  display: none;
  padding: 0;
  color: none;
  margin: 0;
  text-align: initial;
  flex-grow: 0;
}
.cd-timeline-content:after {
  content: none;
  display: none;
  clear: both;
}
.cd-timeline-content h2 {
  font-size: 0;
  font-weight:0;
  color: #ED1C24;
  margin-top: 0;
  margin-bottom: 0px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  color: 000;
  font-size:0;
}
.cd-timeline-content .cd-date {
  display: none;
}
.cd-timeline-content p {
  margin: 0;
  line-height: 0;
}
.cd-timeline-content::before {
  content: '';
  position: relative;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 0;
  border-right: 0;
}
@media only screen and (min-width: 1000px) {
  .cd-timeline-content h2 {
  font-size:0;
  }
  .cd-timeline-content p {
  font-size:0;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size:0;
  }
}
/* -------------------------------- 
end cancels timeline 2 
-------------------------------- */
@media all and (max-width: 1000px) {
.darkgraybackground2 {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #373737;
	color:#000000;		
}
		
/* -------------------------------- 
timeline 2 
-------------------------------- */
html, body {
  box-sizing: border-box;
  color: #000
}
.cd-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #373737;
  color: #000
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.square {
	font-size: 150%;
	font-weight: 800;
	color: #ED1C24;
}
/* -------------------------------- 
Main components 
-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 6px;
  background: #fff;
}
.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 {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cd-timeline-img {
  background: #ED1C24;
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #fff;
  padding: 1em;
  border-top: 4px solid #ED1C24;
  font-size:90%;
  color:#000000;
}
.cd-timeline-content .timeline-content-info {
  background: #2B343A;
  padding: 5px 10px;
  color: #000;
  font-size:90%;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.cd-timeline-content .timeline-content-info i {
  margin-right: 5px;
}
.cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
  width: calc(50% - 2px);
  display: inline-block;
}
.cd-timeline-content .content-skills {
  font-size:90%;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cd-timeline-content .content-skills li {
  background: #40484D;
  display: inline-block;
  padding: 2px 10px;
  color: #000;
  margin: 3px 2px;
  text-align: center;
  flex-grow: 1;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  font-size: 265%;
  font-weight:400;
  color: #ED1C24;
  margin-top: 0;
  margin-bottom: 0px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  color: #000;
  font-size:100%;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 150%;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 12px solid #fff;
}
@media only screen and (min-width: 1000px) {
  .cd-timeline-content h2 {
  font-size:265%;
  }
  .cd-timeline-content p {
  font-size:100%;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size:100%;
  }
}
@media (max-width: 1000px) {
  .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    display: block;
    width: 100%;
  }
}
/* -------------------------------- 
end timeline 2  
-------------------------------- */
/* -------------------------------- 
cancels timeline 1 
-------------------------------- */
	
.darkgraybackground{
	display: none;
	width:0;
  margin-left:0;
  margin-right:0;
	background-color: #373737;
	color:#ffffff;		
}
.timelinecontainer {
  width: 0;
  max-width:0;
  margin:0;
  text-align: none;
}
h1 {
  font-size: 0;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.square {
	font-size: 150%;
	font-weight: 800;
	color: #ED1C24;
}
.timeline ul {
  background: none;
  padding: 0;
  text-align:left;
  width: 0;
  height:0;
}
.timeline ul li{
  width: 0;
  height:0;
  background: 0;
}
.timeline ul li::after {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: none;
  width: 0;
  height: 0;
  border-radius: 0;
  background: none;
}
.timeline ul li div {
  width: 0;
  height:0;
  font-size: 0;
  border: 0;
  background: 0;
}
.timeline ul li div::before {
  content: none;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: none;
}
.timeline ul li:nth-child(odd) div {
  left: 0;
}
.timeline ul li:nth-child(odd) div::before {
  border-width: 0;
  width: 0;
  height:0;
}
.timeline ul li:nth-child(even) div {
  left: 0;
  width: 0;
  height:0;
}
.timeline ul li:nth-child(even) div::before {
  border-width: 0;
  width: 0;
  height:0;
}
time {
  display: none;
  font-size: 0;
  font-weight:0;
  color: none;
  margin-bottom: 0;
  width: 0;
  height:0;
}
/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  transition: none;
  width: 0;
  height:0;
}
.timeline ul li.in-view::after {
  width: 0;
  height:0;
  background: 0;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: none;
  width: 0;
  height:0;
}
.timeline ul li:nth-child(odd) div {
  transform: none;
  width: 0;
  height:0;
}
.timeline ul li:nth-child(even) div {
  transform: none;
  width: 0;
  height:0;
}
.timeline ul li.in-view div {
  transform: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height:0;
}/* -------------------------------- 
end cancels timeline 1 
-------------------------------- */	
