
.track-list-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px
    
  }
  .track-list-item-wrapper {
    margin-bottom: 15px;
    position: relative;
  }
  .track-list-pointer {
    float:left;
    margin-right:20px;
    background:#ffda43;
    height:20px;
    width:20px;
    line-height:20px;
    border-radius:100px;
    font-weight:700;
    color:white;
    text-align:center;
    z-index: 4;
    left: 1px;
  }
  div.track-list-item-wrapper:last-of-type .track-list-pointer {
    position: absolute;
    top: 15px;
    left: 0px;
    background: #ff7a08;
  }
  div.track-list-item-wrapper:last-of-type .track-list-text {
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: -15px;
    color: #ff7a08;
  }
  div.track-list-item-wrapper:last-of-type .track-list-title {
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: -15px;
    color: #ff7a08;
  }
  div.track-list-item-wrapper:last-of-type{

  }
  .track-list-item {
    display:table-row;
    vertical-align:middle;
    text-align: left;
    opacity: 0;
  }
  .view-track-list-item-half {
	 opacity: 1;
	 transition: all 0.2s;
  }
  .view-track-list-item {
	 opacity: 1;
	 transition: all 0.5s;
  }
  .track-list-title {
      font-weight:700;
  }
  .track-list-text {
      font-weight:400;
  }
  .track-list-text {
    font-size: 0.8rem;
    color: #515151;

  }
  .track-list-text:nth-child(2) {
    font-size: 0.8rem;
    font-weight: 500;
    color: #999;

  }
  .yellow-line {
    background: rgb(255,201,40);
background: -moz-linear-gradient(180deg, rgb(255, 218, 71) 0%, rgb(255, 217, 66) 75%, rgba(255,201,40,0) 100%);
background: -webkit-linear-gradient(180deg, rgb(255, 218, 71) 0%, rgb(255, 217, 66) 75%, rgba(255,201,40,0) 100%);
background: linear-gradient(180deg, rgb(255, 218, 71) 0%, rgb(255, 217, 66) 75%, rgba(255,201,40,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc928",endColorstr="#ffc928",GradientType=1);
    z-index:0;
    width:4px;
    height:100%;
    position:absolute;
    left:8px;
  }
  /*.poitainer {
      vertical-align: top;
      width: 75%;
      height: auto;
      box-sizing: border-box;
      display: inline-block;
      position: relative;
  }
  .poi {
      background: #ffffff;
      line-height: 40px;
      border-radius: 3px;
      position: absolute;
      z-index: 10;
      font-size: 0.8rem;
      width: 100px;
      box-shadow: 2px 4px 2px rgba(143, 143, 143, 0.3);
      opacity: 0;
      top: 0;
      left: 0;
	  color: #ff7a08;
	  font-weight: 700;
  }
  .poi:nth-child(1){
    top: 60%;
    left: 30%;
  }
  .poi:nth-child(2){
    top: 20%;
    left: 70%;
    }
    .poi:nth-child(3){
        top: 60%;
        left: 60%;
    }
    .poi:nth-child(4){
        top: 8%;
        left: 55%;
    }
    .poi:nth-child(5){
        top: 80%;
        left: 40%;
    }
  .poi::before {
    content: '';
    padding: 15px;
    height: 70px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background: url("../images/warehouse.png"), #ffd942;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px 3px 0 0;
    background-position: center center;
}
  .poi::after {
    content: '';
    height: 20px;
    bottom: -10px;
    width: 20px;
    left: calc(50% - 10px);
    background: #fff;
    border-radius: 3px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    box-shadow: 2px 4px 2px rgba(143, 143, 143, 0.3);
  }*/

  .flex {
      display:flex;
      flex-direction: row;
      order: 5;
  }
  @media only screen and (max-width: 1200px) {


    #slow{
        -webkit-animation: 1s ease 0s normal forwards 1 fadein;
        animation: 1s ease 0s normal forwards 1 fadein;
    }
    
    @keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    
    @-webkit-keyframes fadein{
        0% { opacity:0; }
        66% { opacity:0; }
        100% { opacity:1; }
    }
    
    .track-list-title,div.track-list-item-wrapper:last-of-type .track-list-title {
        font-size: 0.9rem;    
		margin-top: 5px;
    }
      
      
      .track-list-item-wrapper {
          margin-bottom: 4px;
      }
    
    .track-list-text,.track-list-text:nth-child(2) {
        font-size: 0.7rem;
    }
    
    .track-list-wrapper {
        margin: 10px;
    }
    
 /*--.poi {
        background: #ffffff;
        line-height: 40px;
        border-radius: 3px;
        position: absolute;
        z-index: 10;
        font-size: 0.6rem;
        width: 50px;
      }
      .poi::before {
        height: 40px;
      }
	  .poi:nth-child(1){
        top: 60vw;
        left: 20vw;
      }
      .poi:nth-child(2){
        top: 35vw;
        left: 35vw;
        }
        .poi:nth-child(3){
            top: 60vw;
            left: 60vw;
        }
        .poi:nth-child(4){
            top: 8vw;
            left: 55vw;
        }
        .poi:nth-child(5){
            top: 80vw;
            left: 40vw;
        }
        .terms img {
            float: none;
            margin: 20px auto;
            max-width: 100%;
            display: block;
        }--*/
}
