* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #fff;
  font-size: 14px;
    font-family: 'Poppins', sans-serif;

}

.bg {
    /*background: url(https://emiratesgbc.org/wp-content/themes/egbc-new/img/ts3.jpg) no-repeat; */
    width: 100%; padding: 50px 0 0;}

a {
  color: #ffffcc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
  a:hover,
  a.selected {
    color: #ffcc00;
  }

h1,h2,h4,h5,h6 {
    text-align: left;
    color: #ccc;
    text-shadow: none;
     margin-bottom: 15px;
}
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 14px;
  }
.sociales {
  text-align: center;
  margin-bottom: 20px;
}

  #timeline {
    width: 950px;
    height: 440px;
    overflow: hidden;
    margin: 35px auto;
    position: relative;
    background: url('https://emiratesgbc.org/wp-content/themes/egbc-new/timeline/images/dot.gif') 0px 113px repeat-x;
  }
    #dates {
      width: 950px;
      height: 100px;
      overflow: hidden;
    }
   #dates li {
    list-style: none;
    float: left;
    width: 110px;
    height: 95px;
    position: relative;
    top: -16px;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    background: url(https://emiratesgbc.org/wp-content/themes/egbc-new/timeline/images/biggerdot.png) 58px 106px no-repeat;
}
       #dates a {
    line-height: 88px;
    padding-bottom: 10px;
    font-size: 23px;
    background: #007161;
    color: #FFF;
    width: 85px;
    height: 85px;
    border-radius: 250px;
    float: left;
    opacity: 1;
    border: solid 2px #a0ce67; 
}
       #dates .selected {
    font-size: 23px;
    background: #a0ce67;
    color: #FFF;
    font-weight: 600;
    width: 85px;
    height: 85px;
    border-radius: 250px;
    opacity: 1;
    border: solid 2px #007161;
    float: left; opacity:1;
           -webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.62);
box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.62);
}
    
    #issues {
      width: 950px;
      height: 350px;
      overflow: hidden; margin-top: 60px;
    } 
      #issues li {
        width: 950px;
        height: 350px;
        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 {
          
          margin: 10px 30px 20px 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 {
          color: #ffcc00;
          font-size: 48px;
          margin: 20px 0;
          text-shadow: #000 1px 1px 2px;
        }
        #issues li p {
          font-size: 23px;
          margin-right: 70px; font-weight: 600; margin-bottom: 15px;
          
          line-height: 22px; color: #FFF; width: 100%; float: left; text-align: center;
          
            
        }
    
    #grad_left,
    #grad_right {
      width: 100px;
      height: 350px;
      position: absolute;
      top: 0;
    }
      #grad_left {
            left: 0;

      }
      #grad_right {
            right: 0;

      }
    
    #next,
    #prev {
      position: absolute;
      top: 0;
      font-size: 70px;
      top: 230px;
      width: 22px;
      height: 38px;
      background-position: 0 0;
      background-repeat: no-repeat;
      text-indent: -9999px;
      overflow: hidden;
    }

      #next {
        right: 0;
        background-image: url('https://emiratesgbc.org/wp-content/themes/egbc-new/timeline/images/1next.png');
      }
      #prev {
        left: 0;
        background-image: url('https://emiratesgbc.org/wp-content/themes/egbc-new/timeline/images/1prev.png');
      }
        #next.disabled,
        #prev.disabled {
          opacity: 0.2;
        }

.des { width: 1000px; margin: 0 auto}
.des p {
    font-size: 15px;
    margin-bottom: 25px;
    /*color: #FFF;*/
    font-weight: 600;
    text-align: center;
    line-height: 25px;
}