@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,400,700);
/* ======= DEMO LAYOUT ======= */
body {
  background-color: #2f2f2f;
  color: #eeefef;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
.container {
  
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  *zoom: 1;
}
h1 {
  color: #7DBADF;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0;
  letter-spacing: .1em;
}
h3 {
  font-size: 1.6em;
  margin: 10px 0 10px 10px;
}
h5 {
  font-size: 1em;
  color: #7DBADF;
  margin: 10px 0 10px 0px;
}
a:link,
a:visited {
  color: #7097af;
  text-decoration: none;
}
a:hover {
  color: #7DBADF;
}
a img {
  border: none;
}
p {
  margin: 0 0 10px 8px;
 /* font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6em;*/
}
.lead {
  font-size: 2em;
  margin-bottom: 40px;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
body {
  background: #090a0f url("../img/bg-space-mod.jpg") no-repeat bottom right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Josefin Sans", arial, sans serif;
  font-size: 68.5%;
  padding: 40px 0;
}
h1 {
  color: #78a8b2;
  font-size: 4.8em;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  font-size: 3.6em;
  font-weight: 400;
  text-transform: uppercase;
}
.step1 {
  color: rgba(255, 255, 255, 0.2);
}
.step2 {
  color: rgba(255, 255, 255, 0.4);
}
.step3 {
  color: rgba(255, 255, 255, 0.6);
}
.lead {
  color: rgba(255, 255, 255, 0.6);
}
a:hover,
a:link,
a:visited {
  color: #78a8b2;
}
.timeline-container {
  border-left: 4px solid #81c14a;
  margin: 15px auto;
  
}
.timeline-container-tick {
  background: #81c14a;
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
}
.timeline-container::before {
  background: #81c14a;
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
  top: -4px;
}
.timeline-container::after {
  background: #81c14a;
  content: "";
  display: block;
  height: 4px;
  left: -8px;
  width: 14px;
  position: relative;
  top: 4px;
}
.timeline-toggle {
  background: rgba(23, 66, 98, 0.65);
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  float: right;
  font-size: 12px;
  margin-right: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.timeline-toggle:hover {
  background: rgba(119, 0, 63, 0.8);
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timeline-toggle:focus {
  outline: none;
}
.timeline-wrapper {
  clear: left;
  float: left;
  margin: 0 0 12px;
  
}
.timeline-wrapper .timeline-time::before {
  border-top: 4px solid #81c14a;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 0px;
  vertical-align: middle;
  width: 24px;
  cursor: pointer;
}
.timeline-wrapper .timeline-time {
  /*cursor: pointer;*/
  
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}
.timeline-wrapper .timeline-time span {
  background: #666666;
 
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  letter-spacing: 0;
  padding: 10px 10px 5px 10px;
  text-align: center;
}
.timeline-wrapper .timeline-time span:hover {
  background: #81c14a;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timeline-series {
    clear: left;
    float: left;
    margin: 0 12px 0 0;
    padding: 4px 4px 4px 0;
    position: relative;
    /*width: 880px;*/
	width: 960px;
}
.timeline-series dt::before {
  border-top: 3px solid #81c14a;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  width: 10px;
}
.timeline-series dt {
  clear: left;
  
  line-height: 1.2em;
  margin: 0 0 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
.timeline-series dt a {
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-family:Arial, Helvetica, sans-serif;
  
}
.timeline-series dt a .closed {
  color: #999;
  font-size: 1em;
  margin-left: 0;
}
.timeline-series dt a .open {
  color: #7DBADF;
}
.timeline-series dt a:hover {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.timeline-series dd {
    padding-left: 60px;
    width: 100%;
}
.timeline-series dd h3 {
  color: #FFF;
  clear: both;
  float: left;
  font-size: 1.5em;
  margin: 0;
  white-space: nowrap;
}
.tick {
  background: #81c14a;
  clear: both;
  display: block;
  height: 2px;
  left: 0;
  width: 4px;
  position: relative;
}
.tick-before {
  top: -6px;
}
.tick-after {
  top: -4px;
}
.timeline-event-content {
  display: none;
  margin-bottom: 40px;
}
.timeline-event-content p {
  clear: left;
  float: left;
  margin: 6px 0 10px;
}
.timeline-event-content h4 {
  clear: left;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.timeline-event-content blockquote {
  /*border-left: 2px solid #81c14a;
  background:#f2f6e2;
  border-top:20px solid #81c14a;
  clear: left;
  float: left;
  line-height: 1.2em;
  margin-left: 0;
  padding: 30px 30px;
  width: 100%;
  border-left: 0px; */
  
  
  
 
  border-left: 2px solid #81c14a;
  clear: left;
  float: left;
  line-height: 1.2em;
  margin-left: 0;
  padding: 0 25px;
  width: 580px;
}
}




.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid #81c14a;
	position:absolute;
	margin-left:-10px;
}







.timeline-event-content blockquote .attribution {
  font-size: 0.7em;
  text-align: right;
}
 /*.timeline-event-content .media {
  float: right;
  padding: 0 0 12px;
  
}
.timeline-event-content .media img {
 border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 120px;
  border:10px solid white;
  height: 240px;
  margin: 0;
  width: 240px;
  box-shadow: 0px 0px 15px white;
}*/



.timeline-event-content .media {
    float: right;
    padding: 0 0 12px;
    width: 300px;
}
.timeline-event-content .media img {
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 100px;
    height: 200px;
    margin: 0;
    width: 200px;
}
.timeline-event-content .media p {
  clear: both;
  font-size: 1.4em;
  margin: 15px 0;
}
.timeline-event-content .media p a {
  text-transform: lowercase;
}
