body {
background: #ffffff; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg, #ffffff 0%, #cccbcb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#cccbcb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 0%,#cccbcb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 0%,#cccbcb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 0%,#cccbcb 100%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 0%,#cccbcb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccbcb',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */	
}
.custom-calendar-full {
	position: absolute;
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 50px;
	position: absolute;
}

.custom-header {
	padding: 20px 20px 10px 30px;
	height: 50px;
	position: relative;
}

.custom-header h2,
.custom-header h3 {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.custom-header h2 {
	color: #fff;
	width: 60%;
}

.custom-header h2 a, 
.custom-header h2 span {
	color: rgba(255,255,255,0.3);
	font-size: 18px;
	letter-spacing: 3px;
	white-space: nowrap;
}

.custom-header h2 a {
	color: rgba(255,255,255,0.5);
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.custom-header h3 {
	
	color:#292f6a;
	font-weight: 700;
	line-height: 30px;
	text-align: right;
	
}

.custom-header nav {
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	color: #292f6a;
	cursor: pointer;
	background: rgba(255,255,255,0.3);
	margin: 0 1px;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
}

.custom-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
	background: rgba(255,255,255,0.5);
}

.custom-header span:before {
	font-family: 'fontawesome-selected';
	color: #292f6a;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-indent: 4px;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span.custom-lang {
	margin-left: 20px;
	border-radius: 3px;
}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}

.custom-header nav span.custom-lang {
	width:160px;
	text-align:center;

}
.custom-header nav span.custom-lang span {
	width:100%;
}


.fc-calendar {
	
	width: auto;
	top: 10px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	height: auto;
	position: absolute;
}

.fc-calendar .fc-head { 
	background:none;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	
	
}

.fc-calendar .fc-head > div {
	color:#292f6a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	border-right:solid 1px rgba(41,47,106,0.85);
	width:14.28%;
}

.fc-calendar .fc-row > div > span.fc-date {
	color:#292f6a;
	text-shadow:none;
	font-size: 26px;
	font-weight: 700;
	bottom: auto;
	right: auto;
	top: 50%;
	margin-top:-25%;
	width:80%;
	text-align: center;
	
}



.fc-calendar .fc-body {
	border: none;
	padding: 0px 20px 20px 20px;
}

.fc-calendar .fc-row {
	
	border-bottom:solid 1px rgba(41,47,106,0.85);
}

.fc-calendar .fc-row:first-child{
	border-top:solid 1px rgba(41,47,106,0.85);
	}


.fc-calendar .fc-row > div {
	border-right:solid 1px rgba(41,47,106,0.85) ;
	padding: 10px;
	cursor: pointer;
	background: url('../images/post-it/3.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:14.28%;
	
}


.fc-calendar .fc-row > div:empty {
	background:none !important;
}

.fc-calendar .fc-row > div.fc-today {
	background: url('../images/post-it/0.png') no-repeat center;
	background-position:center;
	backface-repeat:no-repeat;
	background-size:contain;
	box-shadow: inset 0 0 100px rgba(255,255,255,0.1);

}

.fc-calendar .fc-row > div.fc-today:after { 
	background-color:#000;
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;

}

.fc-calendar .fc-row > div:hover:after {
		background-color:#000;
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	
	
}

.fc-calendar .fc-row > div > div {
	margin-top: 35px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: #292f6a;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}



#title {position:relative; float:left; padding:10px; width:25%; height:100%; }

.foundation #title {background-color:#44AFAC;}
.int #title {background-color:#6B4378}
.higher #title {background-color:#455C26}

#title h1 {font-size:72px; color:#FFF; display:none;}

#title img {position:absolute; bottom:10px; left:0;  padding:10px; width:100%; max-width:300px; }




.custom-month-year .level {
	position:absolute;
	top:-10px;
	font-size:1.17em;


}


@media screen and (max-width:1200px){

.fc-calendar .fc-head > div {	
	font-size:11px;
	letter-spacing:normal;
}

#title h1 { display:none; font-size:62px}
}


@media screen and (max-width: 704px) {
	
	#title h1 {
		font-size:32px;
	}

}



@media screen and (max-width: 880px) , screen and (max-height: 450px) {
	#title {width:100%; height:auto; text-align:center;}
	#title img {display:none}
	.container {width:100%; float:left; height:90%}
	#title h1 {display:inline;}
	.fc-five-rows .fc-row {
		height: 18%
	}


@media screen and (max-width: 600px) {
	
.fc-calendar .fc-head > div {font-size:9px}	

	
	}


@media screen and (max-width:480px) {

.fc-head{display:none}
.custom-header nav {top:-15px;}	
.fc-row > div {
	background:none!important; 
	font-size:18px}
.fc-calendar .fc-row > div > span.fc-date { 
	right:5px; 
	font-size:22px;}
	
.custom-header h3 {text-align:center; width:100%}
	.custom-month-year .level {
		position: relative;
		top:0;
		font-size:inherit;
		display:inline-block;}


@media screen and (max-width: 320px), screen and (max-height: 568px){

.fc-head{display:none}


	

}	


	
	
/*	html, body, .container {
		height: auto;
	}
	.container {width:100%}	
	#title{display:none}

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container, 
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.fc-calendar {
		margin: 0 20px 20px;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding-right: 100px;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 100px;
		box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important;
		border-radius: 0px !important;
		background-position: 8px!important;
		
	}



	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 70%;
		display: inline-block;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: rgba(255, 255, 255, 0.2);
	}

	.fc-calendar .fc-row > div.fc-today:after { 
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width:60px;
		margin:10px;
		display: inline-block;
		text-align: center;

	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display:none;
		width: 40px;
		color: #fff;
		color: rgba(255,255,255,0.7);
		font-size: 10px;
		text-transform: uppercase;
	}*/
}


