/* Theme CSS */

.eventCalendar-wrap {
	/*border: solid 1px #d2dee2;*/
	/*	box-shadow: 0 0 15px #999;*/
	border-radius: 5px;
	/*margin-bottom: 20px;*/
	background-color: #fff;
	/*color: #807E7E;*/
	/*padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;*/
}
.eventCalendar-wrap .arrow {
	text-decoration: none;
	color: #fff;
	/*padding: 0 5px;*/
	line-height: 28px;
	top: 9px;
	padding: 8px 10px;
}
.eventCalendar-wrap .arrow.prev {
}
.eventCalendar-wrap .arrow:hover {
	opacity: 0.7;
}
.eventCalendar-wrap .arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .arrow.prev span {
	border-left-width: 0;
	border-right: 6px solid #fff;
}
.eventsCalendar-slider {
	height: 80px;
}
.eventsCalendar-monthWrap {
	border-radius: 5px;
	top: 10px;
	left: 0px;
}
.eventsCalendar-currentTitle {
	line-height: 25px;
	background-color: #0caac0;
	outline: 1px solid #0caac0;
	/*	border: 1px solid #E3E3E3;
	border-width: 1px 0;*/
}
.eventsCalendar-currentTitle .monthTitle {
	font-size: 125%;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #fff;
	letter-spacing: 0px;
	text-transform:uppercase;
	font-family: 'Cabin', sans-serif;
}
.eventsCalendar-daysList {
	zoom: 1;
	padding: 0;
	display: block;
}
.eventsCalendar-daysList.showAsWeek {
	margin-top: 15px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 20px;
	width: auto;
	border: solid 1px #e2eaed;
	border-bottom-width: 0;
	border-radius: 0;
	background-color: #e2eaed;/*	background-image: linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -o-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -moz-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -ms-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
	background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.42, #EEEEEE),  color-stop(0.71, #CCCCCC)  );*/
}
.eventsCalendar-daysList.showDayNames.showAsWeek {
	border-radius: 5px 5px 0 0;
}
.eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
	content: "";
	display: table;
}
.eventsCalendar-daysList:after {
	clear: both;
}
.eventsCalendar-day-header {
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
	border-bottom: solid 1px #bdc9ca;
}
.eventsCalendar-daysList.showAsWeek li {
	height: auto;
	margin: 0;
}
.eventsCalendar-daysList.showAsWeek li.empty {
	background-color: #E4EAEB;
	min-height: 29px;
}
.eventsCalendar-day a {
	text-decoration: none;
	font-size: 11px;
	color:#406268;
}
.eventsCalendar-day {
	border-left: solid 1px #d2dee2;
}
.eventsCalendar-day a {
	border: solid 1px #d2dee2;
	border-width: 0 1px 1px 0;
}
.showAsWeek .eventsCalendar-day {
	border-left-width: 0;
}
.showAsWeek .eventsCalendar-day a {
	border: solid 1px red;
	border-color: #fff #d2dee2 #d2dee2 #e2e9ec;
	font-size: 18px !important;
	line-height: 40px;
	/*font-size:inherit;*/
}
.eventsCalendar-day a:hover {
	background-color: #f0f4f6;/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}
.eventsCalendar-daysList li.today a {
	color: #fff;
	background: #aebdc3;/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
}
li.eventsCalendar-day.today a:hover {
	background-color: #f0f4f6;/*box-shadow:inset 5px 5px 10px #999;*/
}
.eventsCalendar-daysList li.dayWithEvents a {
	background: #fb893b;
	/*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
	color: #fff;
}
li.eventsCalendar-day.dayWithEvents a:hover {
	background-color: #0eabc1;/*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
}
.eventsCalendar-daysList li.current a {
	color: #fff;
	background: #0eabc1;
	box-shadow: inset 5px 5px 10px #008299;
	text-shadow: 2px 2px 2px #008299;
}
li.eventsCalendar-day.current a:hover {
	background-color: #00939c;
	box-shadow: inset 5px 5px 10px #449FB2;
	text-shadow: 2px 2px 2px #449FB2;
}
.eventsCalendar-loading {
	border-radius: 4px;
	margin: 5px auto;
	padding: 0 10px;
	background-color: #b9ced3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	/*box-shadow: 0 0 5px #c6d2d4;*/
	/*text-shadow: 0 0 3px #778689;*/
	position: absolute;
	z-index: 4;
	top: 25px;
	left: 5px;
}
.eventsCalendar-loading.error {
	background-color: red;
}
.eventsCalendar-subtitle {
	
	padding-top: 10px !important;

}

.eventsCalendar-list-wrap {
	min-height: 100px;
	position: relative;
}


/*.eventsCalendar-list-wrap p {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-left: 20px;
}*/




.eventsCalendar-list-wrap p.eventsCalendar-subtitle {
	display: block;
	font-size:inherit;
	line-height: 12px;
	/*color:#738790;*/
	background-image: url(../img/punto-verde.png);
	background-repeat: no-repeat;
	background-position: 1px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 18px;
	margin-bottom: 14px;
	margin-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2eaed;

}




.eventsCalendar-list-content ul li time, 
.eventTitle,
.eventsCalendar-list-content ul li a, .eventsCalendar-list-content ul li p {
	margin-bottom: 0px;
	padding-left: 15px;
	display:block;
	line-height: 18px;
	margin-top: 9px;
}

.eventsCalendar-list-content ul li p {
	margin-bottom: 20px;
}

.eventsCalendar-list-content ul li a,
.eventTitle {
	/*font-size: 13px;*/
	/*color: #019a9d;*/
}

.eventsCalendar-list-content ul li time em {
	/*font-weight: bold;*/
}


.eventsCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}
.eventsCalendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.eventsCalendar-list li {
	padding: 0 5px 25px;
	margin: 0;
	clear: both;
}
.eventsCalendar-list li time {
	font-size:inherit;
	line-height: 13px;
	padding-bottom:15px;
	display:block;
}
.eventsCalendar-list li time em {
	float: left;
	font-style: normal;
}
.eventsCalendar-list li time small {
	font-size: 10px;
	float: left;
	background-color: #0eabc1;
	color: #fff;
	padding: 0 5px 0 4px;
	margin: 0 0 0 3px;
}
.eventsCalendar-list li .eventTitle {
	display: block;
	clear: both;
	/*font-weight: bold;*/
	text-decoration: none;
}
.eventsCalendar-list li a.eventTitle {
	/*color: #0E8EAB;*/
}
.eventsCalendar-list li a.eventTitle:hover {
	text-decoration: underline;
}
.eventsCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 5px 0;
	font-size:inherit;
	line-height: 1.2em;
}
.eventsCalendar-list .eventsCalendar-noEvents {
	/*font-size: 140%;*/
	border-radius: 4px;
	margin-top: 5px;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #aebdc3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	/*	box-shadow: 0 0 10px #ccc;*/
	/*text-shadow: 0 0 3px #253134;*/
	height: 30px;
	
}

.eventsCalendar-list .eventsCalendar-noEvents p {
/*	font-size: 14px;*/
}


.bt {
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background-color: #698B10;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
	background-image: -moz-linear-gradient(top, #89B814, #698B10);
	background-image: -ms-linear-gradient(top, #89B814, #698B10);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
	background-image: -webkit-linear-gradient(top, #89B814, #698B10);
	background-image: -o-linear-gradient(top, #89B814, #698B10);
	background-image: linear-gradient(top, #89B814, #698B10);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #698B10;
	border-color: #698B10 #698B10 #465F05;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	background-position: 0 -15px;
	text-decoration: none;
}
/* end of theme css */

.eventTitle {
	line-height:14px;
	margin-top:5px;
	margin-bottom:2px;
}
