
body {
	background: #FFF;
	color: #222;/*font-size: 14px;*/
}
h2 {
	margin: 0 auto;
	text-align: center;
}
a {
	color: #888;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover,  a.selected {
	color: #222;
}
h4, h5, h6 {
	text-align: center;
	/*text-shadow: #000 1px 1px 2px;*/
	margin-bottom: 5px;
}
h1 {
	font-size: 18px;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 800px;
	/*width:80%;*/
	height: 350px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;/*margin: 100px auto;*/
    /*position: relative;
    position: absolute;
    top: 129%;*/
   /* background: url('../../images/dot.gif') left 45px repeat-x;*/
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;/* background: url('../../images/biggerdot.png') center bottom no-repeat;*/
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}
#issues li {
	width: 800px;
	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 {
	max-width: 100%;
	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 h6 {
	color: #222;
	font-size: 48px;
	margin: 20px 0;
	/*text-shadow: #000 1px 1px 2px;*/
	font-family: 'Playfair Display', serif;
}
#issues li p {
	font-size: 22px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 28px;/* text-shadow: #000 1px 1px 2px;*/
}
#next,  #prev {
	position: absolute;
	font-size: 70px;
	width: 66px;
	height: 114px;
	/*width: 22px;
      height: 38px;*/
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next,  #prev {
	width: 22px;
	height: 38px;
}
#next:hover,  #prev:hover {
	background-position: 0 -76px;
}
#next {
	background-image: url('../../images/next.png');
	background-size: 22px 114px;
}
#prev {
	background-image: url('../../images/prev.png');
	background-size: 22px 114px;
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
.text {
	float: left;
	max-width: 100%;
	margin: 0 15px 5px 0;
	color: #222;
	text-shadow: 1px 1px 0 #fff,  -1px -1px 0 #fff;
}
.bkgrnd-gray {
	background-color: #FFF;
	width: 100%;
	height: 590px;/*top: 70px;*/
}
h6 {
	font-size: 18px;
}
.both_ends {
	width: 80%;
	overflow: hidden;
	margin: auto;
}

/*                                       */
/*                                       */
/*                                       */


@media screen and (max-width: 767px) {
#dates {
	isplay: none;
}
#next, #prev {
	top: 60%;
}
.w960 {
	width: 100%;
}
#timeline {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
h6 {
	display: none;
}
#issues {
	width: 350px;
	height: 350px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#issues li {
	width: 350px;
	height: 350px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#issues li h6 {
	margin-left: 50px;
}
#issues li img {
	/*
position: absolute;
top: 995;
*/
	right: 0;
	left: 0;
	margin: 0 auto;
}
#issues li h6 {
	font-size: 71px;
}
#issues li p {
	font-size: 16px;
	line-height: 20px;
	margin-right: 0px;
	text-align: center;
}
.bkgrnd-gray {
	position: relative;
	width: 100%;
	/*height:350px;*/
	margin-top: 100px;
}
#next {
	right: 10%;
	margin-top: -15px;
	background-image: url('../../images/next.png');
	background-size: 22px 114px;
}
#prev {
	left: 10%;
	margin-top: -15px;
	background-image: url('../../images/prev.png');
	background-size: 22px 114px;
}
.both_ends {
	position: relative;
	width: 214px;
	overflow: hidden;
	margin: 40px auto 0px;
}
.text {
	top: 370px;
}
#grad_left {
	left: 2%;
	background: url('../../images/grad_left.png') repeat-y;
}
#grad_right {
	right: 3%;
	background: url('../../images/grad_right.png') repeat-y;
}
}
