 .entries:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 2.5px;
  bottom: 0px;
  width: 4px;
  background-color: #EC3337;
}
.entries {
  width: 100%;
  float: left; 
  position: relative;
  left: -5px;
}
.entries .entry {
  width: calc(50% - 60px);
  float: left;
  padding: 20px 0px 20px 0px;
  clear: both;
  text-align: right;
  
}
.entries .entry:not(:first-child) {
  margin-top: -60px;
}
.entries .entry .title  {
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  color: #EC3337;
  text-decoration:none; 
}


.entries .entry .title a {
	color: #EC3337;
  text-decoration: none; 
}


.entries .entry .title a:hover{
	color: #EC3337;
  text-decoration: underline; 
}


.entries .entry .title.big {
  font-size: 28px;
  font-weight:900;

}

.entries .entry .title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #EC3337;
  background-color: #FFFFFF;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%); transform: translateY(-50%);
  right: -72px;
  z-index: 1000;
}
.entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  -webkit-transform: translate(8px, -50%); transform: translate(8px, -50%);
  background-color: #EC3337;
  
		 
}
.entries .entry .body {
  color: #aaa;
}
.entries .entry .body p {
  line-height: 1.4em;
  font-size: 14px;
}
.entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.entries .entry:nth-child(2n) .title:before {
  left: -64px;
}
.entries .entry:nth-child(2n) .title.big:before {
  -webkit-transform: translate(-8px, -50%); transform: translate(-8px, -50%);
}


.entries .entry .data { text-align:left ; font-size:14px; float:right; width: 100%; position:relative; margin: 0px 0px 10px 0px;  }
.entries .entry .data span { background-color: #EC3337; color: #FFF; padding: 2px; width: 110px; }

.entries .entry:nth-child(3n) .data, .entries .entry:nth-child(5n) .data {
  text-align: right;
  float: left;
 
}

@media screen and (max-width: 480px) {
	
	.entries { width: 90%; } 
	
.entries:before { left: -3px; }
.entries .entry:nth-child(2n) {  width: 100%; text-align: left; margin-right:  -20px;  }
.entries .entry { width: 100%; text-align: left; padding: 20px 0px 20px 20px;}
.entries { left: 0px; }

.entries .entry:nth-child(2n) .title:before { right: 0px; left: -26px; }

.entries .entry .title:before {right: 0px; left: -26px; }

.entries .entry .title.big:before {  right: 0px; left: -38px;   width: 16px;
  height: 16px; }


.entries .entry:nth-child(3n) .data, .entries .entry:nth-child(5n) .data {text-align: left;  }

.entries .entry .body p {
 padding: 0px 0px 40px 0px;
}

  
#leftinner .barra { font-size: 28px; }
	
}
