.calendar										{ margin: 0 auto 2rem; overflow: auto; padding: 1% 0; text-align: center!important;  }
.gldp-flatwhite							{ display: inline-block; position: relative!important;  }
.team.hide, .cal 						{ width: 0!important; height: 0!important; opacity: 0!important; transition: 0.5s all ease; padding: 0!important; margin: 0!important; border: 0!important; overflow: hidden; }
.team.hide img							{ opacity: 0;  width: 0; height: 0; margin: 0; border: none; transition: 0.5s all ease; }
.filter											{ margin: 10px auto; background: #caad83; color: #222222; border: none; border-radius: 5px; display: block; clear: both; overflow: auto; padding: 10px 20px; font-size: 1rem; font-family: 'Mitr', sans-serif; text-transform: uppercase; letter-spacing: 1px; cursor: pointer;  }
.nodates										{ padding: 1rem; text-align: center; width: 100%; }

.gldp-flatwhite {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	margin: 0 auto;

}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #caad83;
	background: #3C3C3B;
}

/* Cell border */
.gldp-flatwhite .border {
	/* border-style: solid;
	border-width: 0;
	border-color: #666666; */

}

.gldp-flatwhite .border:after {
	content:none;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 18px !important;
	font-weight: normal;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #252525 50%, #252525 51%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#252525 50%,#252525 51%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#252525 50%,#252525 51%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	cursor: default;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;

}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
	color: #caad83;
	cursor: pointer;

}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #999999;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #999999;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #eeeeee;
	font-weight: normal;
	font-size: 14px;
	cursor: default !important;
	background: #111111;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	font-weight: 200;
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #eeeeee;
	font-weight: 500;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: rgba(200,200,200,0.3);
	background: #000000;
	cursor: default;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	background: #caad83;
	color: #111111;
	font-weight: 500;
	border-radius: 5px;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	font-weight: normal;
	cursor: default !important;
	color: rgba(200,200,200,0.3);
	background: #000000;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #222222;
	font-weight: bold;
	background: #caad83;
	border-radius: 5px;
}

/* Today */
.gldp-flatwhite .today {
	color: #caad83;
	font-weight: 500;
	background: #333333;
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #666;
}