

.none{ display:none;}

#calender_section{ width:700px; margin:30px auto 0;}
#calender_section h2{ background-color:#fff; color:#444444; font-size:12px; text-align:center; line-height:40px;}
#calender_section h2 a{ color:#009da4; float:none;}
#calender_section_top{ width:100%; float:left; margin-top:20px;}
#calender_section_top ul{padding:0; list-style-type:none;}
#calender_section_top ul li{ float:left; display:block; width:99px; border-right:1px solid #fff;  text-align:center; font-size:14px; min-height:0; background:none; box-shadow:none; margin:0; padding:0;}
#calender_section_bot{ width:100%; margin-top:20px; float:left; border-left:1px solid #ccc; border-bottom:1px solid #ccc;}
#calender_section_bot ul{ margin:0; padding:0; list-style-type:none;}
#calender_section_bot ul li{ float:left; width:99px; height:80px; text-align:center; border-top:1px solid #ccc; border-right:1px solid #ccc; min-height:0; background:none; box-shadow:none; margin:0; padding:0; position:relative;}
#calender_section_bot ul li span{ margin-top:7px; float:left; margin-left:7px; text-align:center;}

.grey{ background-color:#4d4d4d !important; color:#fff;}
.light_sky{ background-color:#58bcba !important; color:#fff; }

/*========== Hover Popup ===============*/
.date_cell { cursor: pointer; cursor: hand; }
.date_cell:hover { background: #858585 !important; }
.date_popup_wrap {
	position: absolute;
	width: 143px;
	height: 85px;
	z-index: 9999;
	top: -85px;
	left:-55px;
	background: transparent url(/images/add-new-event.png) no-repeat top left;
	color: #666 !important;
}
.events_window {
	overflow: hidden;
	overflow-y: auto;
	width: 133px;
	height: 115px;
	margin-top: 28px;
	margin-left: 25px;
}
.event_wrap {
	margin-bottom: 10px; padding-bottom: 10px;
	border-bottom: solid 1px #E4E4E7;
	font-size: 12px;
	padding: 3px;
}
/* date_window - link dentro do balao - ver evento / view event*/
.date_window {
	margin-top:20px;
	margin-bottom: 2px;
	padding: 5px;
	font-size: 16px;
	margin-left:9px;
	margin-right:14px
}
/* popup_event - Titulo dentro do balao - Eventos (1) */

.popup_event {
	margin-bottom: 2px;
	padding: 2px;
	font-size: 16px;
	width:100%;
}
.diaatual {
top: 50%;
left: 16%;
position: absolute; 
color: #999; 
font-size: 9px;
}
i {
	margin-top: 2px;
	padding: 2px;

}
#event_list{
	margin-top: 20px;
	padding: 2px;

}
.popup_event a {color: #000000 !important;}
.packeg_box a {color: #009da4;float: right;}
a:hover {color: #181919;text-decoration: underline;}

@media only screen and (min-width:480px) and (max-width:767px) {
#calender_section{ width:100%; overflow: hidden; clear: both;}
#calender_section_top ul li{ width:47px;}
#calender_section_bot ul li{ width:47px;}
.diaatual {
top: 20%;
left: 16%;
position: absolute; 
color: #999; 
font-size: 9px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#calender_section{ width:219px; overflow: hidden; clear: both; }
#calender_section_top ul li{ width:30px; font-size:11px;}
#calender_section_bot ul li{ width:30px;}
#calender_section_bot{ width:217px;}
#calender_section_bot ul li{ height:50px;}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
#calender_section{ width:530px; overflow: hidden; clear: both;}
#calender_section_top ul li{ width:74px;}
#calender_section_bot ul li{ width:74px;}
#calender_section_bot{ width:525px;}
#calender_section_bot ul li{ height:50px;}
}

@media only screen and (min-width: 768px) {
#calender_section h2{ background-color:#efefef; color:#444444; font-size:17px; text-align:center; line-height:40px;}
#calender_section h2 a{ color:#009da4; float:none;}
.diaatual {
margin: 30%; color: #999; font-size: 14px;
top: 15%;
left: 5%;
position: absolute; 
}
}

#event_list h4{ font-weight: 400; color: #58bcba; text-transform: uppercase; text-align:left; font-size:17px; font-family: 'Open Sans', sans-serif; margin-bottom: 30px;}
#event_list h4 a{ color:#009da4; float:none; text-decoration: none;}      