.sociales {
  text-align: center;
  margin-bottom: 20px;
}

  #timeline {
    width: 1424px;
     
    overflow: hidden;
    margin: 0px auto;
    position: relative;
	z-index:1;
    
  }
  
  #timeline #issues strong {color:#fa9516}
    #dates {
      width: 1424px;
      height: 60px;
      overflow: hidden;
	  margin-left:0 !important;
	  width:100% !important;
    }
      #dates li {
        list-style: none;
        float: left;
        
        height: 50px;
        font-size: 20px;
        text-align: center;
        
      }
        #dates a {
         line-height: 38px;
  border-bottom: solid 6px #aa7453;
  padding: 0 77px 10px 77px;
  margin: 0 8px;
  color:#e4d8d1;
        }
        #dates .selected {
             color:#fc8a0d;
			 border-color:#fc8a0d;
        }
		

    
    #issues {
      width: 1424px;
      height: auto;
      overflow: hidden;
    } 
      #issues li {
        width: 1424px;
         height: auto;	
        list-style: none;
        float: left;
		margin-bottom: 80px;
      }
        #issues li.selected img {
         /* -webkit-transform: scale(1,1);
          transform: scale(1,1);*/
		  transform: scale(0.8,0.8);
        }
        #issues li img {
         /* float: left;
          margin: 0px;
          background: transparent;
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   
          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.8,0.8);
        }
        #issues li h1 {
          color: #fff;
          font-size: 120px;
          margin: 0px 0 20px 0;
		  line-height:150px;
		  font-weight:800;
          
        }
		
		  #issues li h3 {
          color: #fff;
          font-size: 28px;
          margin: 0px;
		   line-height:42px;
		  font-weight:600;
          
        }
		
        #issues li p {
        
         margin-right: 70px;
  font-size: 20px;
  line-height: 34px;
          
        }
    
    
    
    #next,
    #prev {
      position: absolute;
      top: 0;
      font-size: 70px;
      top: 170px;
      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: -80px;
        background-image: url('../images/next.png');
		opacity:.4;
      }
      #prev {
        left: -80px;
        background-image: url('../images/prev.png');
		opacity:.4;
      }
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }

@media (max-width: 1440px){
	
#timeline {
    width: 1300px;
	}
	
	 #dates {
      width: 1300px;
	  }
	   #issues {
      width: 1300px;
	  }
	  
	   #issues li {
        width: 1300px;
		}
	#prev {left:0}
	#next {right:0}		
}

@media (max-width: 1280px){
	
#timeline {
    width: 100%;
	}
	
	 #dates {
      width: 1200px;
	  }
	   #issues {
      width: 1200px;
	  }
	  
	   #issues li {
        width: 1200px;
		}
	#prev {left:-25px}
	#next {right:-25px}	
#dates a {padding: 0 47px 10px 47px;}	
}

@media (max-width: 1080px) {
  #issues li {
    width: 1080px;
  }
   #dates a {
    padding: 0 47px 10px 47px;
  }
  
  #issues li h1 {
  font-size: 80px;
}
}

@media(max-width:992px){
	#timeline {
    width: 100%;
	}
	
	 #dates {
      width: 780px;
	  }
	   #issues {
      width:780px;
	  }
	  
	   #issues li {
        width: 780px;
		}
#issues li h3 { font-size: 18px; line-height: 28px;}
#issues li h1 { font-size: 40px; line-height: 50px; }		
#issues li p { margin-right: 0px; font-size: 16px; line-height: 26px;}	
  #dates a {
    padding: 10px 25px 10px 25px;
    font-size: 16px;
  }	
  
}	
@media (max-width: 767px){
	
	#timeline {
    width: 100%;
	}
	
	 #dates {
      width: 375px;
	  }
	   #issues {
      width:375px;
	  }
	  
	   #issues li {
        width: 375px;
		padding-bottom: 100px;
		}
#issues li h3 { font-size: 18px; line-height: 28px;}
#issues li h1 { font-size: 40px; line-height: 50px; }		
#issues li p { margin-right: 0px; font-size: 16px; line-height: 26px;max-width: 300px !important;
  }
  #dates a {
    padding: 10px 5px 10px 5px;
    font-size: 11px;
  }	
  
  #issues li.selected img {position: absolute;}
  
  
}