
.sociales {
  text-align: center;
  margin-bottom: 20px;
}

  #timeline {
    width: 670px;
    height: 165px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
  }
    #dates {
      width: 800px;
      height: 35px;
      overflow: hidden;
      padding-left:0;
    }
      #content #dates li {
        list-style: none;
        float: left;
        padding-right:0;
        width: 51px;
        height: 50px;
        font-size: 16px;
        text-align: center;
        background: url('../images/biggerdot.png') center bottom no-repeat;
      }
        #dates a {
          line-height: 38px;
          padding-bottom: 10px;
        }
        #dates .selected {
          font-size: 20px;
          font-weight: bold;
        }
    
    #issues {
      width: 800px;
      height: 115px;
      overflow: hidden;
    }  

     #content #issues h1 {
        line-height:25px;
    }

     #content #issues h4 {
        width:380px;
        font-size: 1em;
    }
      #issues li {
        width: 800px;
        /*height: 350px;*/
        height: 120px;
        list-style: none;
        float: left;
        padding-right:0 !important;
        /*fix*/
        margin-top: -10px;
      }
        #issues li.selected img {
          /* 
        -webkit-transform: scale(1.1,1.1);
          -moz-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
          */
          /*margin-left: 175px; */
          margin-right: 10px;
          margin-top: 20px;
          width: 70px; 
          border: 1px solid #cccccc;
        }
        #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;
          -moz-transition: all 2s ease-in-out;
          -o-transition: all 2s ease-in-out;
          -ms-transition: all 2s ease-in-out; 
          transition: all 2s ease-in-out;
          -webkit-transform: scale(0.7,0.7);
          -moz-transform: scale(0.7,0.7);
            -o-transform: scale(0.7,0.7);
            -ms-transform: scale(0.7,0.7);
            transform: scale(0.7,0.7);
           */
        }
        #issues li h1 {
          color: #0d6cac;
          font-size: 17px;
          margin: 17px 0 20px;
        }
        #issues li p {
          font-size: 14px;
          margin-right: 70px;
          font-weight: normal;
          line-height: 22px;
        }
    
    #grad_left,
    #grad_right {
      width: 100px;
      height: 350px;
      position: absolute;
      top: 0;
    }
      #grad_left {
            left: 0;
            background: url('../images/grad_left.png') repeat-y;
      }
      #grad_right {
            right: 0;
            background: url('../images/grad_right.png') repeat-y;
      }
    
    #next,
    #prev {
      position: absolute;
      top: 0;
      font-size: 70px;
      top: 90px;
      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('next.png');
      }
      #prev {
        left: 0;
        background-image: url('prev.png');
      }
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }
@media (min-width: 300px) and (max-width:767px) {
#timeline {
    width: 100%;
    height:180px;
}
   #issues {
      width: 320px;
    height: 250px;
    }  
      #issues li {
        /*width: 320px;*/
    height:250px;
      }
    
     #content #issues h1 {
        width:400px;
    }

     #content #issues h4 {
        width:400px;
    }

    #issues li.selected img {
          margin-left: 30px; 
        }
    #timeline #issues .selected h1 {
    margin-left: 10px !important;
    max-width: 340!important;
    margin-bottom: 0px;
}
#timeline #issues .selected p {
    margin-left: 10px !important;
    max-width: 340px !important;
    margin-bottom: 0px;
}
}

@media (min-width: 768px) and (max-width:991px) {
#timeline {
    width: 100%;
    height:180px;
}
   #issues {
      width: 500px;
    height: 250px;
    }  
      #issues li {
       /* width: 500px;*/
    height:250px;
      }

     #content #issues h4 {
        width:600px;
    }

    #issues li.selected img {
          margin-left: 40px; 
        }
    #timeline #issues .selected h1 {
    margin-left: 10px !important;
    max-width: 500px!important;
    margin-bottom: 0px;
}
#timeline #issues .selected p {
    margin-left: 10px !important;
    max-width: 500px!important;
    margin-bottom: 0px;
}
}

@media (min-width: 991px) {
     #content #issues h4 {
        width:600px;
    }
}

[lang="AR"] #content #timeline {
  }

[lang="AR"] #content #timeline ul li {
  padding:0;
  }

[lang="AR"] #dates {

  }

[lang="AR"] #dates li {
  line-height:33px;
  }

[lang="AR"] #dates li a {
  line-height:33px;
  }

[lang="AR"] #issues {
  padding-left:10px;
  padding-right:0;
  }

[lang="AR"] #issues li {
  left:auto;
  right:170px;
  opacity:1 !important;
  direction:rtl;
  }

[lang="AR"] #issues li img {
  float:right;
  margin:10px 50px 10px 30px;
  width:70px;  }








