 /* Theme CSS */
.eventCalendar-wrap {
	color:#807E7E;
	width: 100%;
	float: left;
	display: flex;
	box-shadow: -2px 3px 2px rgba(224,224,224,0.75);
	background-color: #fff;
	min-height: 600px;
}
	.eventCalendar-wrap .eventCalendar-arrow {
		text-decoration:none;
		color:#fff;
		top: 60%;
		border-radius: 100%;
		background-color: #999;
		text-align: center;
		width: 23px;
		z-index: 2;
	}
	.eventCalendar-wrap .eventCalendar-arrow:hover, .eventCalendar-wrap .eventCalendar-arrow:focus {
		background-color: #3f69bb;
	}
		.eventCalendar-arrow.eventCalendar-prev {
			left: 15px;
		}
		.eventCalendar-arrow.eventCalendar-next {
			right: 15px;
		}
		.eventCalendar-wrap .eventCalendar-arrow span {
			height: 16px;
			font-size: 0;
			line-height: 0;
			position: relative;
		}
			.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span::before {
				content: "\f060";
				font-family: FontAwesome;
				font-size: 16px;
				line-height: 16px;
				color: #fff;
			}
			.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-next span::before {
				content: "\f061";
				font-family: FontAwesome;
				font-size: 16px;
				line-height: 16px;
				color: #fff;
			}
	.eventCalendar-slider {
		width: 100% !important;
		position: relative;
		float: left;
		margin: 100px 0;
	}

	.eventCalendar-monthWrap {
		top: 0;
		left: 0px;
		max-width: 100%;
		padding: 0 30px;
	}
		.eventCalendar-currentTitle {
			font-size: 24px;
			color: #0184ff;
			font-weight: bold;
		}
			.eventCalendar-currentTitle .monthTitle {
				font-size: 24px;
				text-decoration:none;
				font-weight:bold;
				color:#0184ff;
			}
				.eventCalendar-monthTitle {
					font-size: 24px !important;
					text-decoration:none;
					text-transform: uppercase;
					color:#666 !important;
					font-weight: normal;
				}
		.eventCalendar-daysList {
			zoom: 1;
			padding:0;
			width:100%;

		}
			.eventCalendar-daysList.eventCalendar-showAsWeek {
				width:auto;
			}
			.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

				border-radius:5px 5px 0 0;
			}
			.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
			.eventCalendar-daysList:after { clear: both; }
			.eventCalendar-daysList.eventCalendar-showAsWeek li {
				height:auto; margin:0;
			}
				.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-day-header {
					font-size: 22px;
					color: #3f69bb;
					text-transform: uppercase;
					font-weight: bold;
					text-align: center;
					margin: 65px 0 35px;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
					min-height:27px;
				}
			.eventCalendar-day a {
				text-decoration:none;
				font-size:10px;
				color:#424242;
			}
			.eventCalendar-day {
				border-left:solid 1px #BCBCBC;
			}
			.eventCalendar-showAsWeek .eventCalendar-day { 
				border-left-width:0;
			}
			.eventCalendar-showAsWeek .eventCalendar-day a  {
				font-size: 16px;
				color: #3e454c;
				line-height: 34px;
				margin: 7px auto;
				width: 34px;
			}
				.eventCalendar-day a:hover {
				/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
				}
			.eventCalendar-daysList li.today a {
				color:#fff;
				background:#aaa;
			/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
			}
				li.eventCalendar-day.today a:hover {
					background-color:#ccc;
					/*box-shadow:inset 5px 5px 10px #999;*/
				}

			.eventCalendar-daysList li.eventCalendar-dayWithEvents a {

			}
			.eventCalendar-daysList li.current a {
				color:#fff;
				background:#449FB2;
				box-shadow:inset 5px 5px 10px #216B7A;
				text-shadow: 2px 2px 2px #216B7A;
			}
				li.eventCalendar-day.current a:hover {
					background-color:#79BDCC;
					box-shadow:inset 5px 5px 10px #449FB2;
					text-shadow: 2px 2px 2px #449FB2;
				}
		.eventCalendar-loading {
			border-radius:4px;
			color:#fff;
			text-align:center;
			font-weight:bold;
			position:absolute;
			z-index:4;
			left:5px;
		}
			.eventCalendar-loading.error {
				background-color:red;
			}

.eventCalendar-list-wrap {
	max-width: 25%;
	position:relative;
	background-color: #3e454c;
	color: #fff;
	padding: 25px;
	background: url('../images/admissions/event-bg.jpg') bottom / cover;
}

.eventCalendar-list-content {
    margin-bottom:15px;
}
	.eventCalendar-list-content.scrollable {
		height:110px;
		overflow-y:auto;
		margin:0 5px 5px 0;
	}
	.eventCalendar-list {
		margin: 20px 0 0;
		padding:0;
		list-style-type:none;
	}
	.eventCalendar-list li {
		padding-left: 15px;
		margin:0;
		clear:both;
		position: relative;
	}
		.eventCalendar-list li.holiday .eventCalendar-eventTitle {
			color: #fff;
		}
		.eventCalendar-list li.holiday .eventCalendar-eventDesc {
			display: none !important;
		}
		.eventCalendar-list li .eventCalendar-eventTitle {
			display:block;
			clear:both;
			font-weight:bold;
			text-decoration:none;
			font-size: 14px;
			color: #fff;
			position: relative;
			padding-right: 15px;
			cursor: pointer;
			position: relative;
		}
		.eventCalendar-list li .eventCalendar-eventTitle::before {
		    border-radius: 100%;
		    content: "";
		    display: inline-block;
		    height: 15px;
		    left: -15px;
		    position: relative;
		    top: 2px;
		    width: 15px;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#academic-events::before {
			background-color: #039BE5;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#teachers-only::before {
			background-color: #ff3000;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#school-holiday::before {
			background-color: #ff9900;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#public-holiday::before {
			background-color: #99CC00;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#assessment-week::before {
			background-color: #FF99CC;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#papers-review::before {
			background-color: #CC99FF;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#parent-teacher::before {
			background-color: #FF00FF;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#school-opens::before {
			background-color: #FF6600;
		}
		.eventCalendar-list li .eventCalendar-eventTitle#meet-greet::before {
			background-color: #FFFF00;
		}
		.eventCalendar-list li .eventDesc {
			clear: both;
			margin:0 0 5px 0;
			font-size:80%;
			line-height:1.2em;

		}
		.eventCalendar-list .eventCalendar-noEvents {
			padding:5px;
			color:#fff;
			text-align:center;
			font-weight:bold;
		}
			.eventCalendar-list .eventCalendar-noEvents p {
				font-weight: normal;
				font-size: 16px;
				text-align: left;
			}

.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 */