/*style1*/
#motekef.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
#motekef.timeline h4{
color:#fff;
}
#motekef.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
#motekef.timeline ul{
  padding:0;
  margin:0;
}
#motekef.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
#motekef.timeline ul li:nth-child(odd){
  float:right;
  text-align:left;
  clear:both;
}
#motekef.timeline ul li:nth-child(even){
  float:left;
  text-align:right;
  clear:both;
}
#motekef.content{
  padding-bottom:20px;
}
#motekef.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:#005450;
  border-radius:50%;
  box-shadow:0 0 0 3px 0 0 0 3px rgb(0 0 0 / 30%);
}
#motekef.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:#005450;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
#motekef.timeline ul li h3{
  padding:0;
  margin:0;
  color:#005450;
  font-weight:600;
}
#motekef.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
#motekef.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
#motekef.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right: 105%;
  margin:0;
  padding:8px 16px;
  background:#005450;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px 0 0 0 3px rgb(0 0 0 / 30%);
}
#motekef.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:105%;
  margin:0;
  padding:8px 16px;
  background:#005450;
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px 0 0 0 3px rgb(0 0 0 / 30%);
}
@media(max-width:1000px)
{
#motekef.timeline{
    width:100%;
  }
}
@media(max-width:767px){
#motekef.timeline{
    width:100%;
    padding-bottom:0;
  }

#motekef.timeline:before{
    left:20px;
    height:100%;
  }
#motekef.timeline ul li:nth-child(odd),
#motekef.timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
#motekef.timeline ul li:nth-child(odd):before,
#motekef.timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
#motekef.timeline ul li:nth-child(odd) .time,
#motekef.timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}

/*style2*/
#motekef2 .hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

#motekef2.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

#motekef2.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

#motekef2.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

#motekef2.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

#motekef2.timeline li {
  padding: 2em 0;
}

#motekef2.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

#motekef2.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

#motekef2.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

#motekef2.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

#motekef2.flag-wrapper {
  text-align: center;
  position: relative;
}

#motekef2.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

#motekef2.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

#motekef2.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

#motekef2.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

#motekef2.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

#motekef2.direction-l .time-wrapper {
  float: none;
}

#motekef2.direction-r .time-wrapper {
  float: none;
}

#motekef2.time {
  background: #00c4f3;
  display: inline-block;
  padding: 8px;
}

#motekef2.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

#motekef2.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
#motekef2.timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

#motekef2.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
#motekef2.timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

#motekef2.timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

#motekef2.direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

#motekef2.direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

#motekef2.flag-wrapper {
    display: inline-block;
  }
  
#motekef2.flag {
    font-size: 18px;
  }

#motekef2.direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

#motekef2.direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

#motekef2.time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

#motekef2.direction-l .time-wrapper {
    float: left;
  }

#motekef2.direction-r .time-wrapper {
    float: right;
  }

#motekef2.time {
    padding: 5px 10px;
  }

#motekef2.direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
#motekef2.timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

#motekef2.direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

#motekef2.direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/*style3*/
#motekef3.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

#motekef3.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

#motekef3.timeline li {
  padding: 1em 0;
}

#motekef3.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#motekef3.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

#motekef3.direction-r {
  position: relative;
  width: 300px;
  float: right;
  text-align: left;
}

#motekef3.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

#motekef3.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

#motekef3.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

#motekef3.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

#motekef3.direction-l .flag:before,
#motekef3.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

#motekef3.direction-r .flag:before {
  left: -40px;
}

#motekef3.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

#motekef3.direction-r .flag:after {
  content: "";
  position: absolute;
  left: -8%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

#motekef3.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

#motekef3.direction-l .time-wrapper {
  float: left;
}

#motekef3.direction-r .time-wrapper {
  float: right;
}

#motekef3.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

#motekef3.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

#motekef3.direction-r .desc {
  margin: 1em 0 0 0.75em;
}


@media screen and (max-width: 660px) {

#motekef3.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

#motekef3.timeline li {
	padding: 2em 0;
}

#motekef3.direction-l,
#motekef3.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

#motekef3.flag-wrapper {
	text-align: center;
}

#motekef3.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

#motekef3.direction-l .flag:before,
#motekef3.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

#motekef3.direction-l .flag:after,
#motekef3.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

#motekef3.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}
#motekef3.time {
margin-top: 10px;}

#motekef3.direction-l .time-wrapper {
	float: none;
}

#motekef3.direction-r .time-wrapper {
	float: none;
}

#motekef3.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

#motekef3.direction-l .desc,
#motekef3.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

#motekef3.direction-l .desc,
#motekef3.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}

/*style4*/
#motekef5 {
	margin:0 15px;
}
#motekef4 p {

  border-top: 2px dashed;
  border-color: blue;
  margin:0; padding: 30px;
}



#motekef4 p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

#motekef4 p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

#motekef4 p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

#motekef4 p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

/*style5*/
#motekef5 {
	margin:0 30px;
}
#motekef5 p {
  border-top: 2px dashed;
  border-color: blue;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}



#motekef5 p:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  background-color: blue;
  text-align:center;
  color: white;
  font-size: 110%;
}

#motekef5 p:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  background-color: blue;
  text-align:center;
  color: white;
  font-size: 110%;
}



#motekef5 p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

#motekef5 p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

#motekef5 p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

#motekef5 p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

/*style6*/
#motekef6 {
	margin:0 30px;
}
#motekef6 p {
  font-size: 18px;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
     border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #34435E;
}
#motekef6 p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 45px;
  width: 45px;
  background-color: #34435E;
  text-align: center;
  line-height: 1.75em;
  color: #ffffff;
  font-size: 1em;
}

#motekef6 p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
#motekef6 p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

#motekef6 p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
#motekef6 p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

#motekef6 p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#motekef6 p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*style7*/
#motekef7 section.timeline-outer {
  width: 80%;
  margin: 0 auto;
}

#motekef7 .timeline {
  border-left: 8px solid #42A5F5;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  padding: 20px;
  list-style: none;
  text-align: left;
}

#motekef7 .timeline h3 {
  font-size: 1.4em;
}

#motekef7 .timeline .event {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

#motekef7 .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#motekef7 .timeline .event:before,
#motekef7 .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

#motekef7 .timeline .event span {
  position: absolute;
  left: -177.5px;
  color: #212121;
  content: attr(data-date);
  text-align: right; 
  font-size: 16px;
  min-width: 120px;
}

#motekef7 .timeline .event:after {
  box-shadow: 0 0 0 8px #42A5F5;
  left: -30px;
  background: #212121;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
/**/
/*——————————————
Responsive
———————————————*/

@media screen and (max-width: 945px) {
 #motekef7 .timeline .event span {
  position:initial;
}
#motekef7.timeline .event::before {
    left: 0.5px;
    top: 20px;
    min-width: 0;
    font-size: 13px;
  }
#motekef7.timeline h3 {
    font-size: 16px;
  }
#motekef7.timeline p {
    padding-top: 20px;
  }
#motekef7 section.lab h3.card-title {
    padding: 5px;
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
 #motekef7 .timeline .event span {
  position:initial;
}
#motekef7.timeline .event::before {
    left: 0.5px;
    top: 20px;
    min-width: 0;
    font-size: 13px;
  }
#motekef7.timeline .event:nth-child(1)::before,
#motekef7.timeline .event:nth-child(3)::before,
#motekef7.timeline .event:nth-child(5)::before {
    top: 38px;
  }
#motekef7.timeline h3 {
    font-size: 16px;
  }
#motekef7.timeline p {
    padding-top: 20px;
  }
}
/*style8*/
#motekef8.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
  text-align:left;
}
#motekef8.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

#motekef8.timeline-event {
  position: relative;
  list-style: none;
}
#motekef8.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279;
}
#motekef8.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #a83279;
  -webkit-box-shadow: inset 40em 0 0 0 #a83279;
  box-shadow: inset 40em 0 0 0 #a83279;
}

#motekef8.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%;
}
#motekef8.timeline-event-copy h3 {
  font-size: 1.75em;
}
#motekef8.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
#motekef8.timeline-event-copy strong {
  font-weight: 700;
}
#motekef8.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

#motekef8.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 1em;
  height: 1em;
}

#motekef8.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}
@media screen and (max-width:768px) {
#motekef8.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 0;
  width: 90%;
}	
}