* {
	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;
}


.sucess-img-main{ margin: 0px; padding: 0px; }
.sucess-img-main .sucess-img-caption{ 
	margin: 0px auto;
	text-align: center;
	-webkit-transition: all 2s ease-in-out;
	border:5px solid #fff;
	box-shadow:1px 1px 1px 1px #ccc;
	-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(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
	width:230px;

}

/*#issues li.selected .sucess-img-caption {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);

}*/

.sucess-img-main .sucess-img-caption img{ width:100%; height:180px;  }
.sucess-img-main .sucess-img-caption h4{ color:#fff; font-size:12px; padding:10px 0px; margin: 0px; text-align: center; text-shadow: none; background-color:#084a84;}
.sucess-img-main .caption-width { width:400px; }
.sucess-img-main  p{
	text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    color: #084a84;
    padding:15px 60px 0 60px;
}
.success-story #issues li:nth-child(1) p{ padding:15px 147px 0 147px; }
.success-story #issues li:nth-child(2) p{ padding:15px 250px 0 250px; }
.success-story #issues li:nth-child(3) p{ padding:15px 147px 0 147px; }
.success-story #issues li:nth-child(7) p{ padding:15px 250px 0 250px; }
.success-story #issues li:nth-child(8) p{ padding:15px 250px 0 250px; }
.success-story #issues li:nth-child(9) p{ padding:15px 250px 0 250px; }
.success-story #issues li:nth-child(10) p{ padding:15px 250px 0 250px; }
.success-story #issues li:nth-child(11) p{ padding:15px 250px 0 250px; }





#timeline {
	width:100%;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	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;
	text-decoration: none; color:#084a84;
}
#dates .selected  {
	font-size: 38px;
	color:#e6b269;
}

#issues {
	width:100%;
	overflow: hidden;
}	
#issues li {
	list-style: none;
	float: left;
	opacity: 1 !important;

}

/*
#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;
}*/

.success-story  #next,
#prev {
	 position: absolute;
    top: 0;
    font-size: 70px;
    top:185px;
    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;
}


.success-story #next {
    right:30px;
    background-image: url('../images/next.png');
}
.success-story #prev {
    left: 0;
    background-image: url('../images/prev.png');
}


#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

