.custom-calendar-full {
	position: absolute;
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
.fc-calendar-container {
	width: 100%;
}
.custom-header {
	padding: 20px 0px 10px 0px;
	position: relative;
}
.custom-header h2, .custom-header h3 {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.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%;
	font-weight: 300;
	line-height: 30px;
	text-align: right;
}
.custom-header nav {
	position: absolute;
	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;
	height: 30px;
	position: relative;
	color: #fff;
	cursor: pointer;
	background: #f07c39;
	margin: 0 3px;
	font-size: 13px;
	border-radius: 20px;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
	letter-spacing: normal;
	padding: 0px 10px;
	font-weight: bold;
}
.custom-header nav span:first-child {
}
.custom-header nav span:hover {
	background: #fa7252;
}
.custom-header span:before {
	color: #fff;
	text-align: center;
	width: 100%;
	text-indent: 4px;
}
.custom-header nav span.custom-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f053';
	padding-right: 5px;
}
.custom-header nav span.custom-next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-left: 5px;
}
.custom-header nav span:last-child {
	border-radius: 20px;
}
.custom-header nav span.custom-current:before {
/*content: '\27a6';*/
}
.fc-calendar {
	background: #fff;
	width: auto;
	top: 10px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	overflow: hidden;
}
.fc-calendar .fc-head {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.fc-calendar .fc-head > div {
	font-weight: bold;
	background:#f85a7b;
	font-size: 15px;
	border-right: 1px solid #eee;
}
.fc-calendar .fc-row > div > span.fc-date {
	color: #333;
	font-size: 15px;
	font-weight: 300;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
}
.fc-calendar .fc-body {
	border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
	height: auto;
}
.fc-calendar .fc-row {
	border: 1px solid #eee;
	width: 100%;
}
.fc-calendar .fc-row:last-child {
	box-shadow: none;
}
.fc-calendar .fc-row > div {
	border-right: 1px solid #eee;
	padding: 5px;
	cursor: pointer;
}
.fc-calendar .fc-row > div:first-child {
	box-shadow: none;
}
.fc-calendar .fc-row > div.fc-today {
}
.fc-calendar .fc-row > div.fc-today:after {
display: none;
}
.fc-calendar .fc-row > div > div {
	margin-top: 25px;
}
.fc-calendar .fc-row .fc-content > div span {
	color: #ff604b;
	background: none;
}
.fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span {
    color: #000;
    font-size: 80%;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 5px;
    background: #fafafa;
    font-weight: bold;
    border-left: 3px solid #ff7693;
}
.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: #3971ab;
	color: #fff;
}
@media screen and (min-width: 1000px) {
.fc-calendar .fc-row {
	/*display: table;
	table-layout: fixed;*/
	display: table-row;
}
.fc-calendar .fc-row > div {
	display: table-cell;
	/*float: none;*/ 
}

@-moz-document url-prefix() {
	
.fc-calendar .fc-row > div {
	float: left; }
}
.week-row {
    display: table;
    /*border-collapse: collapse;*/
   border-bottom: 1px solid #eee;
    width: 100%;
    min-height: 78px;
	height: 78px;
}
}
@media screen and (max-width: 1000px) {
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;
}
.fc-calendar {
}
.custom-header nav span {
	float: none;
	display: inline-block;
	margin: 0px;
}
.custom-header h2, .custom-header h3 {
	float: none;
	width: auto;
	text-align: center;
}
.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 {

	min-height: 50px;
	box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.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 {
}
.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;
	vertical-align: top;
	padding-top: 4px;
	font-size: 10px;
	text-transform: uppercase;
}
}
@media screen and (max-width: 630px) {
.fc-calendar .fc-row > div > div {
	padding: 0px;
	max-width: 100%;
}
}

