/* Flexible Slide-to-top Accordion Style*/
#calendar-top {
	width: 100%;
	height: 496px;
	padding-top: 54px;
	background-position: center center;
}

.calendar-2014 {
	background-image: url(../img/pavan-caffe-calendario-2014.jpg);
}

.calendar-2015 {
	background-image: url(../img/pavan-caffe-calendario-2015.jpg);
}

#calendar-container {
	width: 100%;
	height: auto;
	background: url(../img/background-11.jpg) center top;
	padding-top: 30px;
}
#calendar-container p {
	color: #511B00;
	font-size: 25px;
	line-height: 25px;
	margin: 20px auto;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	width: 550px;
	float: none;
}
.wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	height: auto;
}
.st-accordion{
    width:100%;
    margin: 0 auto;
}

.st-accordion ul li{
    height: 100px;
	border-bottom: 1px solid #705335;
    overflow: hidden;
}
.st-accordion ul li:last-of-type {
    border-bottom: none;
	box-shadow: inset 0px -4px 3px rgba(0,0,0,.35);
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    display: block;
	position: relative;
    line-height: 100px;
	outline:none;
	color: #705335;
	text-decoration: none;
	text-align: center;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 52px;
	height: 28px;
	position: absolute;
	top: 50%;
	right: -52px;
	margin-top: -14px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #000;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #000;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 30px 0px;
	background: url(../img/nav-background.jpg) center center;
	box-shadow: inset  0  8px 8px -8px rgba(0,0,0,.8);
}

.st-content img {
	width:60%;
	display: block;
	float: none;
    margin: 0 auto;
	box-shadow: 0px 3px 8px rgba(0,0,0,.7);
}
@media screen and (max-width: 640px){
#calendar-container {
	width: 100%;
	height: auto;
	background: url(../img/background-09.jpg) center top;
	padding-top: 0;
	overflow: hidden;
	box-shadow: inset  0  3px 3px -2px rgba(0,0,0,.7),
				inset 0px -3px 2px rgba(0,0,0,.35);
}

#calendar-container p {
	color: #511B00;
	font-size: 20px;
	line-height: 20px;
	margin: 20px auto;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	width: 90%;
	float: none;
}

#calendar-container-months img {
	width:90%;
	display: block;
	float: none;
    margin: 0 auto 30px auto;
	box-shadow: 0px 3px 8px rgba(0,0,0,.7);
}
}