* {
	margin: 0;
	padding: 0;
}

/*body {
	background: #222;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 14px;
}

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

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}*/
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 800px;
		height: 350px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/dot.gif') left 45px repeat-x;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
          margin-bottom: 0px;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 75px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/biggerdot.png') center bottom no-repeat;
              	margin-top: 5px;
			}
#dates li:nth-child(even) a {
  	background-color: #2d3091;
  border-radius: 25px;
}
#dates li:nth-child(odd) a {
  	background-color: #2ac67a;
  border-radius: 25px;
}
#dates li.selected {
  	background-color: white;
  	border: 1px solid #ff6600;
}
#dates li.selected p {
  	color: #ff6600;
}
				#dates a {
					line-height: 48px;
					padding: 10px 2px;
                  color: white;
                  font-size: 15px;
				}
				#dates li a.selected{
			        font-size: 21px;
                    background: white;
                    color: #ff6600;
                    border: 1px solid #ff6600;
                  	position: relative;
                  z-index: 1;
                  font-weight: bold;
                  padding: 14px 3px;
                  border-radius: 50px;
				}
#dates li:nth-child(odd) a.selected:after {
  background: #2ac67a;
}
#dates li:nth-child(even) a.selected:after {
  background: #2d3091;
}

#dates .selected:after {
  	    position: absolute;
    left: 49%;
    width: 5px;
    margin: 0 0 0 -1px;
    content: "";
    background: #FFF;
  	-moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -moz-transition-property: -moz-transform,visibility,opacity,box-shadow,background-color,border-width,border-color,fill;
    -o-transition-property: -o-transform,visibility,opacity,box-shadow,background-color,border-width,border-color,fill;
    -webkit-transition-property: -webkit-transform,visibility,opacity,box-shadow,background-color,border-width,border-color,fill;
    transition-property: transform,visibility,opacity,box-shadow,background-color,border-width,border-color,fill;
    -moz-transition-timing-function: cubic-bezier(0.24, 0.79, 0.5, 0.99);
    -o-transition-timing-function: cubic-bezier(0.24, 0.79, 0.5, 0.99);
    -webkit-transition-timing-function: cubic-bezier(0.24, 0.79, 0.5, 0.99);
    transition-timing-function: cubic-bezier(0.24, 0.79, 0.5, 0.99);
  	height: 70px;
  z-index: -1;
    top: 10px;
}
		#issues {
			width: 800px;
			height: 350px;
			overflow: hidden;
		}	
			#issues li {
				width: 800px;
				max-height: 350px;
				list-style: none;
				float: left;
             	background-color: white;
              border-radius: 10px;
			}
/*#issues li:nth-child(odd) {
  border-radius: 10px;
    border: 2px solid #2ac67a;
}
#issues li:nth-child(even) {
  border-radius: 10px;
    border: 2px solid #2d3091;
}*/
				#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);
				}
				#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: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
					font-weight: bold;
                  padding: 20px 0px;
                  text-align: center;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0px;
			font-size: 70px;
			top: 170px;
			width: 40px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
          	    background-size: cover;
		}
            #next:hover {
				background-image: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/right_arrow_h.png');
            }
			#prev:hover {
				background-image: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/left_arrow_h.png');
			}
			#next {
				right: 10px;
				background-image: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/right_arrow.png');
			}
			#prev {
				left: 10px;
				background-image: url('/20211130155431oe_/https://www.sci.cuhk.edu.hk/sfo/images/timeline/left_arrow.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}