﻿/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.is_timeline_vt3 .timeline {
  color: #ffffff !important;
  /*background:#ffdbde;*/
}
.is_timeline_vt3 .timeline > ul {
  /*background: #ffdbde;*/
  padding: 50px 0;
  margin:0;
}

.is_timeline_vt3 .timeline > ul > li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.is_timeline_vt3 .timeline > ul > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: inherit;
}

.is_timeline_vt3 .timeline > ul > li > div {
  position: relative;
  bottom: 0;
  width: 350px;
  padding: 15px;
  background: #F45B69;
}

.is_timeline_vt3 .timeline > ul > li > div::before {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}

.is_timeline_vt3 .timeline > ul > li:nth-child(odd) div {
  left: 45px;
}

.is_timeline_vt3 .timeline > ul > li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}

.is_timeline_vt3 .timeline > ul > li:nth-child(even) div {
  left: -390px;
}

.is_timeline_vt3 .timeline > ul > li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
}

.is_timeline_vt3 time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.is_timeline_vt3 .timeline > ul > li::after {
  transition: background .5s ease-in-out;
}

.is_timeline_vt3 .timeline > ul > li.in-view::after {
  background: #F45B69;
}

.is_timeline_vt3 .timeline > ul > li > div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.is_timeline_vt3 .timeline > ul > li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.is_timeline_vt3 .timeline > ul > li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.is_timeline_vt3 .timeline > ul > li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.is_timeline_vt3 .tags li {
    padding: 0 2px;
    margin-right: 0rem;
}

/******** 27-11-19 **********/
.is_timeline_vt3 .mod-articles-category-writtenby, .is_timeline_vt3 .mod-articles-category-hits {
    color: #6d0811;
}
.is_timeline_vt3 .mod-articles-category-category, .is_timeline_vt3 .mod-articles-category-category a {
    color: #6d0811;
}
.is_timeline_vt3 .timeline > ul > li.in-view div > a{
	    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: normal;
	    text-decoration: none;
}
.is_timeline_vt3 .timeline > ul > li.in-view div > time{
	margin: -15px -15px 10px;
    background: #d02f3d;
    padding: 15px;
    font-size: 22px;
}
.is_timeline_vt3 .mod-articles-category-readmore .mod-articles-category-title{
	    background: #79040e;
}
.is_timeline_vt3 .newsflash-image{margin: 20px -15px 28px;}
.is_timeline_vt3 .newsflash-image img{/*width:100%;*/}
.is_timeline_vt3_shadow.is_timeline_vt3 .timeline > ul > li > div {box-shadow: 0 0 20px 5px #d8d4d4;}
.is_timeline_vt3 .timeline_year {
  position: absolute;
    background-color: #F45B69;
    padding: 8px 10px;
    left: -20px;
    /*top: 0px;*/
    font-size: 16px;
    font-weight: 600;
}


.is_timeline_vt3 .timeline .timeline_dot_hexagon span.hexa {
   border: 0px;
   float: left;
   text-align: center;
   font-size: 22px;
   color: #3c3c3c;
   width: 24px;
   height: 14px;
   position: absolute;
   z-index: 5;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   top: 96%;
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: auto;
   right: -9px;
   background: rgba(255, 130, 137, 1);
}
.is_timeline_vt3 .timeline .timeline_dot_hexagon span.hexa:before {
   content: "";
   position: absolute;
   left: 0;
   width: 0;
   height: 0;
   border-bottom: 6px solid rgba(255, 130, 137, 1);
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   border-left-width: 12px;
   border-right-width: 12px;
   top: -6px;
}
.is_timeline_vt3 .timeline .timeline_dot_hexagon span.hexa:after {
   content: "";
   position: absolute;
   left: 0;
   width: 0;
   height: 0;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   border-top: 6px solid rgba(255, 130, 137, 1);
   border-left-width: 12px;
   border-right-width: 12px;
   bottom: -6px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .is_timeline_vt3 .timeline > ul > li > div {
    width: 250px;
  }
  .is_timeline_vt3 .timeline > ul > li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 767px) {
  .is_timeline_vt3 .timeline > ul > li {
    margin-left: 20px;
  }
  .is_timeline_vt3 .timeline > ul > li:nth-child(even) div {
    left: 45px;
  }
  .is_timeline_vt3 .timeline > ul > li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
  .is_timeline_vt3 .newsflash-image {
      margin: 20px -15px 10px;
  }
}

@media (max-width: 479px) {
  .is_timeline_vt3 .newsflash-image { margin: 20px -15px 0; }
  .is_articletimeline .newsflash-image { height: initial; }
}
@media screen and (max-width: 467px){
  .is_timeline_vt3 .timeline > ul > li > div {
    width: 225px;
  } 
}