 

  #timeline {
    width: 800px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;  
    
  }
    #dates {margin-bottom: 32px;
      width: 800px;background: url("../images/time-daire-cizgi.svg")  repeat-x; background-size: 2px 2px; background-position: center;
      height: 100px;
      overflow: hidden; display: flex; align-items: center; justify-content: space-between;
    }
      #dates li {display: flex; justify-content: center; align-content: center;
        list-style: none;
        float: left;
        width: 64px;
        height: 64px;
        font-size: 24px;
        text-align: center;
        /*background: url('../images/biggerdot.png') center bottom no-repeat;*/
      }
        #dates a { color: #f30008;display: flex; justify-content: center; align-items: center;width: 64px;height: 64px;
          line-height: 38px; background-color: #fff;
          border: 3px solid #f30008; border-radius: 50%;margin: 0 ;
        }

     #dates li.selected {width: 100px;height: 100px;display: flex; justify-content: center; align-items: center;}

        #dates .selected {font-weight: bold;
              font-size: 38px; background-color: #f30008; color: #fff; border-radius: 50%;
        }
    
    #issues {
      width: 800px;
      height: 280px;
      overflow: hidden;
    } 
      #issues li { display: flex;  
        width: 800px; justify-content: center;
        height: 280px;
        list-style: none;
        float: left;
      }
        #issues li.selected img {
          -webkit-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
        }
        #issues li img {
          float: left;
          margin: 10px 30px 10px 50px;
          background: transparent;
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
          zoom: 1;
          -webkit-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
          -webkit-transform: scale(0.7,0.7);
          transform: scale(0.7,0.7);
        }
        #issues li h1 {width: 100%;text-align: center;
          color: #f30008;
          font-size: 48px;
          margin: 20px 0;
        
        }
        #issues li p {width: 100%;text-align: center;
          font-size: 21px;
         
          font-weight: normal;
          line-height: 22px;
        
        }
    
    
.time-bilgi-box{width: 80%; height:auto;background-color: #fff; border-radius: 18px; border: 1px solid #ccc;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; margin-bottom: 42px; padding: 24px;}

    
    #next,
    #prev {
      position: absolute;
      top: 0;
      font-size: 70px;
      top: 54%;;
      width: 22px;
      height: 38px;
      background-position: 0 0;
      background-repeat: no-repeat;
      text-indent: -9999px;
      overflow: hidden;
    }
      #next:hover,
      #prev:hover {
        background-position: 0 -76px;
      }
      #next {
        right: 0;
        background-image: url('../images/next.png');
      }
      #prev {
        left: 0;
        background-image: url('../images/prev.png');
      }
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }





@media (min-width: 0px) and (max-width: 480px) 
{
	
	#timeline {width: 100%;margin-left: 0 !important;}
	#issues li{width: 320px !important; height: 376px;}
	#next{right: 3px}
	#prev{left:3px;}
	#issues{height: 376px;}
	.time-bilgi-box{padding: 16px;}
	
	
}