.cal_clearfix:before, .cal_clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cal_clearfix:after {
    clear: both;
}
.cal_clearfix {
    *zoom: 1;
}
#cal_holder *, #cal_holder *:after, #cal_holder *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cal_holder{
    font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size: 15px;
    color: #333;
}
#cal_holder a {
	text-decoration: none;
}
@font-face {
  font-family: 'fontawesome-selected';
  src: url("../font/FontAwesome.eot");
  src: url("../font/FontAwesome.eot?#iefix") format('embedded-opentype'), url("../font/FontAwesome.woff") format('woff'), url("../font/FontAwesome.ttf") format('truetype'), url("../font/FontAwesome.svg#FontAwesome") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}
.fc-calendar {
	width: 100%;
	height: 100%;
}
.fc-calendar .fc-head {
	height: 46px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}
.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 800px;
	border: 1px solid #D6D6D6;
}
.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
}
.fc-four-rows .fc-row  {
	height: 25%;
}
.fc-five-rows .fc-row  {
	height: 20%;
}
.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}
.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(99.9%/7);
	position: relative;
}
/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}
.fc-calendar .fc-row > div {
	border-right: 1px solid #D6D6D6;
	padding: 4px;
	overflow: hidden;
	position: relative;
}
.fc-calendar .fc-head > div {
  text-align: right;
  height: auto;
  padding: 15px 10px 0 0;
  font-family: "Oswald", sans-serif;
  color: #A2A8B2;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400;
  text-transform: capitalize;
}
.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}
.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}
.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}
.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}
.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}
.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

/* CUSTOM CALENDAR STYLES */
.custom-calendar-wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
  background: #002159;
  color: #fff;
  padding: 10px;
  height: auto;
  position: relative;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
}

.custom-header h2 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0;
}

.custom-header h3 {
	font-size: 85px;
	font-weight: 700;
	color: #fff;
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: .15;
	transform: translate(-50%, -50%);
}

.custom-header #nav span {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  opacity: .15;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.custom-header #nav span:hover {
	opacity: 1;
}
.custom-header #nav span i{
    font-size:28px;
    padding:0px 0px 0px 8px;
}
.custom-header #nav span i.icon-caret-right{
    padding:0px 0px 0px 11px;
}
.custom-header #nav span:first-child {
	left: 5px;
}

.custom-header #nav span:last-child {
	right: 5px;
}

.custom-header #nav span:before {
	font-family: 'fontawesome-selected';
	color: #1C5B7A;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header #nav span.custom-prev:before {
	/*content: '\276e';*/

}

.custom-header #nav span.custom-next:before {
	/*content: '\276f';*/
}

.custom-header #nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 30;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #1C5B7A;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span:hover {
    color:#DF0000;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 5px 5px;
	display: block;
}

.custom-content-reveal h4 {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	background: #fff;
	border-bottom: 1px solid #D6D6D6;
	border-top: 5px solid #1C5B7A;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin:0px 0px 10px 0px;
	padding: 30px 20px 20px 20px;
}

.custom-content-reveal span {
	color: #888;
}

#cal_holder .custom-content-reveal a{
    margin-top:10px;
    font-size:12px;
    color: #1C5B7A;
    text-decoration:underline;
}

#cal_holder .custom-content-reveal a:hover{
	color: #686A6E;
    text-decoration:none;
}

/* Modifications */

.fc-calendar-container {
	height: 400px;
	width: auto;
	padding: 10px 0px;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
	background: transparent;
	color: #1C5B7A;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.fc-calendar .fc-body {
    background:#fff;
}

.fc-calendar .fc-row > div {
	background: #fff;
	/* cursor: pointer; */
  position: relative;
  text-align: center;
}

.fc-calendar .fc-row > div:empty {
	background: #F4F8FC;
}

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  top: 7px;
  right: 5px;
  text-align: center;
  margin: 0;
  color: #002159;
  font-weight: 600;
  pointer-events: none;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.fc-calendar .fc-row > div.fc-today {
	background: #CA2128;
	/*box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);*/
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #88050C;
	/*text-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
    text-shadow:none;
}

.fc-calendar .fc-row > div.fc-content:after {
  display: none;
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #ca2128;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #fff;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #002159;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #002159;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	/* display: none; */
	font-size: 22px;
}
.fc-calendar .fc-row > div div a.event-title{
	color: #CA2128;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fc-calendar .fc-row > div.fc-today div a.event-title{
	color: #fff;
}
@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}
@media screen and (max-width: 960px){
	.fc-calendar .fc-row > div div a.event-title{
    font-size: 16px;
    line-height: 20px;
	}
	.fc-calendar .fc-body{
    height: 500px;
	}
	.fc-calendar-container {
    height: 550px;
  }
	.fc-calendar .fc-row > div > span.fc-date{
		font-size: 16px;
    line-height: 16px;
    top: 5px;
    right: 0px;
	}
}
@media screen and (max-width: 960px){
	.fc-calendar .fc-row > div div a.event-title{
    font-size: 12px;
    line-height: 16px;
	}
}