
.fc-content p.FUN { background:#8DDFFE; text-align:center; border-radius: 2px; padding:2px 1px; margin:4px; border:solid 0px #339900; display: block; line-height: 1.1; color: #333; }
.fc-content p.CS { background:#ffb04a; text-align:center; border-radius: 2px; padding:2px 1px; margin:4px; border:solid 0px #FF6600;  display: block; line-height: 1.1; color: #333;  }
/*.hr-EV { background:#ff4d4d; text-align:center; border-radius: 2px; padding:2px; margin:2px auto; border:solid 0px #FF3300; color: #fff; display: block; line-height: 1.1; }*/
.fc-content p { font-size: 12px; margin-left: 2px; margin-right: 2px; background:#ff4d4d; text-align:center; border-radius: 2px; padding:2px 1px; margin:4px; border:solid 0px #FF3300; color: #fff; display: block; line-height: 1.1;  }


.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(14.28%);
	width: -webkit-calc(14.28%);
	width: calc(14.28%);
	position: relative;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background:#042C60;
	color: #fff;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #042C60;
	text-shadow: none;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row {
	box-shadow: inset 0 -1px 0 rgba(73, 186, 248, 0.5);
	border: none;
}

#calendar-wrapper-wrapper { display: block; min-height: 900px; position: relative;
	background: none;
}

.custom-calendar-wrap {
	display:block;
	margin: auto;
}

.custom-calendar-full {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 920px;
	height: auto;
	margin: 0 auto 0px;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 50px;
	position: absolute;
}

.custom-header {
	padding: 0px 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 {
	width: 100%;
	color: #1D2758;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	padding-right: 0px;
	text-transform: capitalize;
	font-family: 'Carter One', Times, sans-serif;
	font-size: 32px;
	letter-spacing: 0px;
}

.custom-header nav {
	position: absolute;
	right: 20px;
	top: 00px;
	-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: transparent;
	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);  */
	background: #C22033;
}

.custom-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
	background: #820917;
}

.custom-header span:before {
	font-family: 'fontawesome-selected';
	color: #fff;
	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:last-child {
	margin-left: 20px;
	border-radius: 3px;
}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}


.fc-calendar {
/*	background: rgba(0,0,0,0.2);  */
	width: auto;
	top: 10px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	height: auto;
	border-radius: 20px;
	position: absolute;

/*	background: #cebe29;
	background: linear-gradient(135deg, #ff7200 0%,#9b1f50 33%,#3e00b0 65%,#050068 91%);
	background-size: 100% 100%;   */

	
}

.fc-calendar .fc-head { 
/*	background: rgba(0,0,0,0.3);
	color: rgba(255,255,255,1);
	box-shadow: inset 0 0px 0 rgba(255,255,255,0.2);  */
	border-radius: 20px 20px 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 0px;
}

.fc-calendar .fc-head > div {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.fc-calendar .fc-row > div > span.fc-date {
/*	color: rgba(255,255,255,0.9);   */
	text-shadow: none;
	font-size: 18px;
	font-weight: 600;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
/*	text-shadow: 0 1px 1px rgba(0,0,0,0.3);   */
}

.fc-calendar .fc-body {
	border: none;
	border: solid 1px #042C60;
	border-top: 0;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 0px;
}

.fc-calendar .fc-row {
/*	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);   */
	border: none;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
	border-radius: 10px 0 0 0;
}

.fc-calendar .fc-row:first-child > div:last-child {
	border-radius: 0 10px 0 0;
}

.fc-calendar .fc-row:last-child > div:first-child {
	border-radius: 0 0 0 10px;
}

.fc-calendar .fc-row:last-child > div:last-child {
	border-radius: 0 0 10px 0;
}

.fc-calendar .fc-row > div {
	box-shadow: -1px 0 0 rgba(73, 186, 248, 0.5);  
	border: none;
	padding: 4px;
	cursor: pointer;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: rgba(150,227,255,0.3); 
/*	box-shadow: inset 0 0 100px rgba(255,255,255,0.1);   */
/*	box-shadow: inset 0 -1px 0 rgba(255, 144, 0, 0.55);   */
}

.fc-calendar .fc-row > div.fc-today:before { 
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.0;
/*	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .5)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.5)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));   */
	background: #96e3ff;
}

.fc-calendar .fc-row > div > div {
	margin-top: 25px;
}

/*.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span,*/
.fc-calendar .fc-row > div > div
 {
/*	color: rgba(255,255,255,0.7);   */
	font-size: 14px;
	text-transform: normal;
	display: inline-block;
	padding: 0;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 1px;
	text-align: center;
	font-weight: 300;
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
/*	background: rgba(255,255,255,0.3);   */
}

@media screen and (max-width: 800px) , screen and (max-height: 450px) {
	html, body, .container {
		height: auto;
	}

	.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;
	}

	.custom-header { height: 80px; margin-top: 0px; }
	.custom-header nav { width: 120px; margin: 10px auto; display: block; float: none; }
	.fc-calendar .fc-row > div > div { text-align: left !important; }

	.fc-calendar {
		margin: 0 20px 20px;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: center;
		padding-right: 0px;
	}

	.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: 50px;
		box-shadow: inset 0 -1px #042C60 !important;
		border-radius: 0px !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: 85%;
		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 { 
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 30px;
		display: inline-block;
		text-align: right;
		vertical-align: top;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: #042C60;
/*		color: rgba(255,255,255,0.7);   */
		font-size: 10px;
		text-transform: uppercase;
		vertical-align: top;
	}

	.fc-calendar .fc-body { border: solid 1px #042C60; border-radius: 12px; padding-bottom: 10px; }

	.hr-GN { display: inline-block; }
	.hr-CS { display: inline-block; }
	.hr-EV { display: block; }

	.fc-content p { display: inline-block !important; text-align: left !important; padding: 6px !important;}

 {
}

@media screen and (max-width: 480px) , screen and (max-height: 450px) {

	.fc-calendar .fc-row > div > div { max-width: 100%; }

}
