
.rt-tl-container{
  background-image: none;
}


.tl-item-link{
  color:#333;
  display: block;
  position: relative;
  font-size: 14px;
}

.tl-item-link:hover,
.tl-item-link:hover .tl-arrow{
  background-color: #fafafa;
}
.tl-name{
  font-size: 16px;
  line-height: 20px;
  margin:8px 0 ;
}

.search-item-link{
  font-size:18px;
}


.tl-item-thumb{
  padding: 10px;
  min-width: 60px;
}

.tl-thumb-cell{
  width:80px;
}

.tl-item-thumb img{
  border:3px solid #fff;
}

.tl-meta{
  display: inline-block;
}

.tl-image{
  padding:6px 0;
  max-width: 160px;
}

.tl-list-title{
  font-weight: 900;
  font-size: 24px;
  padding-top:12px;
  color:#4d4d4d;
  margin-top:15px;
  margin-bottom: 15px;
  line-height: 28px;
}
/*
.tl-left{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 15px 17.5px 0;
  border-color: transparent #ccc transparent transparent;
}

.tl-right{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 15px;
  border-color: transparent transparent transparent #ccc;
}
*/
.tl-left{
  width: 16px;
  height: 28px;
  background: url("/millcolib/img/tl-chevron-left.png") no-repeat;
  background-size: contain;
  margin-right:-1px;
}
.tl-right{
  width: 16px;
  height: 28px;
  background: url("/millcolib/img/tl-chevron-right.png") no-repeat;
  background-size: contain;
  margin-left:-1px;
}



.tl-item-2 .tl-dot{
  margin-top: 80px;

}

.tl-fl{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tl-fl-right-arrow,
.tl-fl-left-arrow{
  padding-top:5px;
  width: 15px;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}

.tl-arrow{
  display: none;
}

.tl-even .tl-arrow{
  left: -15px;
}

.tl-dot{
  display: none;
}

.tl-item {
    box-sizing: border-box;
    margin: 10px 0;
}


.tl-even .tl-dot{
  left: 0;
}

@media(min-width:480px) {

  .tl-item-thumb{
    padding: 10px;
    min-width: 134px;
  }

  .tl-thumb-cell{
    width:175px;
  }

}


@media(min-width:992px) {

  .era-title-icon{
    display: block;
    width:70px;
    height:70px;
    float:left;
    margin-right:30px;
  }

  .tl-item {
    position: relative;
    width: 50%;
    padding-right: 30px;
    float:left;
    clear:left;
  }

  .tl-item-1{
    padding-top: 30px;
  }

  .tl-item-1 .tl-dot{
    margin-top: 30px;

  }
  .tl-item-2{
    padding-top: 80px;
  }

  .tl-even{
    float:right;
    clear:right;
    padding-left: 30px;
    padding-right: 0;
  }

  .tl-dot {
    background-color: #808B42;
    border: 2px solid white;
    border-radius: 8px;
    display: block;
    height: 16px;
    left: 100%;
    margin-left: -8px;
    position: absolute;
    top: 25px;
    width: 16px;
  }

  .rt-tl-container{
    background-size: 6px 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('/millcolib/img/tl-default.png');
    padding:0;
  }

  .rt-tl-container-era-1{
      background-image: url('/millcolib/img/TimelineGrad_1@2x.png');
  }

  .rt-tl-container-era-2{
       background-image: url('/millcolib/img/TimelineGrad_2@2x.png');
   }

   .rt-tl-container-era-3{
        background-image: url('/millcolib/img/TimelineGrad_3@2x.png');
    }


    .rt-tl-container-era-4{
         background-image: url('/millcolib/img/TimelineGrad_4a@2x.png');
     }

  .tl-arrow{
    display: block;
    height: 20px;
    left: 100%;
    position: absolute;
    top: 16px;
    width: 15px;
  }

}

.tl-item-content{
  border:1px solid #ccc;
  padding:15px;
}

.rt-article-container ul{
    padding-left: 10px;
}

.rt-article-container li{
  padding: 0 8px 16px 46px;
  display: block;
  background: url('/millcolib/img/icon-q-grey.svg') no-repeat;
  background-size: 32px 32px;
}

.article-tags{
  border-top:2px solid #ccc;
  padding:20px 0;
  margin:20px 0;

}

.millco-default-page .tag-link ,
.rt-article-container .tag-link,
.tag-link{
  display: inline-block;
  padding:2px 5px;
  margin:3px 3px 3px 0;
  color:white;
  font-size:14px;
  font-weight:900;
  text-decoration: none;
}

.millco-default-page .tag-link:hover ,
.rt-article-container .tag-link:hover,
.tag-link:hover{
  background-color: #4d4d4d;
}

/* search results page */

.oms-search-results-container{
  padding: 10px 16px 40px 100px;

}
.search-item-link{
    border-bottom: 2px solid #BBBDBF;
    margin-bottom: 10px;
    padding: 0 5px 10px 5px;
}

.search-item-link:hover{
  text-decoration: none;
  background-color: #fafafa;
}

.oms-search-title{
    padding:20px 10px 20px 40px;
    color:white;
}

.oms-search-strap{
  padding:4px 10px 4px 100px;
}

.oms-search-title-header{
  margin:0;
}

.oms-search-results-container{
  max-width: 720px;
}



@media (min-width: 992px) {

  .flex-container {
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox; /* ie 10 */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap:         nowrap;
  }

  .flex-item {

          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          width: 30px; /* To make the transition work nicely. (Transitions to/from
                          "width:auto" are buggy in Gecko and Webkit, at least.
                          See http://bugzil.la/731886 for more info.) */
          transition: width 0.7s ease-out;
      }

  .rt-article-container{
    padding:10px 16px 40px 110px;
  }

  .articol-1{
    order: 1;
    max-width:140px;
    padding:10px 10px 10px 0;
  }

  .articol-2{
    order: 2;
    padding:10px;
  }

  .articol-3{
    order: 3;
    max-width:180px;
    padding:10px;
    align-self: flex-end;
  }

  .articol-2and3{
    order: 2;
    padding:5px;
  }


  .oms-search-title{
    padding:20px 10px 20px 100px;
  }
}
