
#cal-container, .calendar-container {
	position: relative;
	font-size: .875em;
	line-height: 1em;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

@media (max-width:768px) {
  .calendar-container {
    font-size: 2.5vw;
  }
}

@media (max-width:500px) {
  .calendar-container {
    font-size: 3vw !important;
  }
}

.calendar {
	text-align: center;
	color: #360000;
	width:100%;
}

.month {
	display: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position:relative;
}

.month.active {
	display: inline-block;
}

.month .hed {
}

.month h3 {
	text-align: center;
	margin-bottom:0;
	font-size: 260%;
	font-family: "Knockout 67 A", "Knockout 67 B";
	font-weight: normal;
	padding-bottom:5px;
}

.month h3,
.cal-next,
.cal-prev {
	color:#cfbf28;
	text-transform:uppercase;
}

.cal-next,
.cal-prev {
	position: absolute;
	cursor: pointer;
	color:#cfbf28;
	font-size: 190%;
	top:8px;
}

.cal-next:hover,
.cal-prev:hover {

}

.cal-next {
	right: 5%;
}

.cal-prev {
	left: 5%;
}

.cal-mon-10 .cal-prev, .cal-next {
  display:none!important;
}

.hed-day {
	float: left;
	text-align: center;
	width: 14%;
	font-size: 110%;
	font-weight:normal;
	padding:0 5px 5px;
	font-family: "Knockout 30 A", "Knockout 30 B";
	letter-spacing:normal;
	color:#d1d3d4;
}

.day {
  font-size: 120%;
	float: left;
	text-align: left;
	width: 13.3%;
	padding-bottom: 19%;
	/*margin: .642857%;
	margin: .342857%;*/
	position: relative;
	border: 1px solid #d1d3d4;
  margin:2px;
	cursor: default !important;
}

/*.day:nth-of-type(1), .day:nth-of-type(2), .day:nth-of-type(3),
.day:nth-of-type(4), .day:nth-of-type(5), .day:nth-of-type(6),
.day:nth-of-type(7), .day:nth-of-type(8) {
	border-top:0px;
}*/

.day img {
  width:80%;
  height:auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}


.day > span.num {
	position: absolute;
	padding: 0em;
  font-size: 65%;
  top: .5em;
  left: .5em;
  line-height: .9;
	margin: auto;
	font-family: "Knockout 30 A", "Knockout 30 B";
	color:#d1d3d4;
}

/*.day:nth-child(7n + 1) {
  border-right:0px solid #360000;
}*/

/*.day.noshow > span.num {
	opacity:.3;
}*/

.day.active:hover{
}

.day.inUse {
	background: rgba(100,150,205,1);
}

.cal-save {
	line-height: 1.5em;
}

.day .event {
	position:absolute;
	width:100%;
	margin:0;
	left:0;
	font-size: 130%;
	text-align: center;
}

.day > .event:nth-child(2) {
	top:27%;
}

.day > .event:nth-child(3) {
	top:56%;
}

.day .event.best {
	background:#7f17c9;
}

.day .event.best > a {
	color:#d1d3d4!important;
	padding:5px 0;
	font-weight:bold;
}

.day .event.best > a:hover {
	color:#000!important;
}

a.showlink {
	color:#cfbf28;
  margin: 0 auto;
  display: inline-block;
	visibility:visible;
	text-align:center;
	text-decoration: none;
	padding-bottom: .2em;
	font-family: "Knockout 67 A", "Knockout 67 B";
	font-weight:normal;
}

a.showlink:hover {
	color:#d1d3d4;
}

.day:hover {
	cursor:pointer;
}

.day:hover a.showlink {
	visibility:visible;
}

.dates-highlight {
	height:50px;
	clear:both;
	text-align:center;
	width:100%;
	margin:10px auto 0;
	left:0;
	right:0;
}

.dates-highlight h3 {
	font-size:120%;
	text-transform:uppercase;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.dow-row {
	/*border-bottom:2px solid #360000;*/
	padding-top:5px;
}

@media (min-width:769px) and (max-width:1199px) {
	.day .event {
		font-size:130%;
	}
}

@media (max-width:767px) {

	.day .event {
    font-size:14px;
	}

	.day > .event.firShow, .day > .event.oneShow {
		top:40%;
	}

	.day > .event.secShow {
		top:70%;
	}

  .day > span.num {
    font-size:130%;
  }

	a.showlink {
		visibility:visible;
	}

	.day {
		padding-bottom:25%;
		width:13%;
	}

	.day .event.best > a {
		padding:2px 0;
	}

	.hed-day {
		width:14.2%;
		font-size:100%;
	}

	.day > .event:nth-child(3) {
    top: 65%;
	}

	.cal-prev, .cal-next {
		top:2px;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.day {
		padding-bottom:24%;
		width:13%;
	}

	.hed-day {
		font-size:100%;
	}
}

@media (min-width:550px) and (max-width:767px) {

	.dates-highlight {
		width:80%;
	}

	.day {
		font-size:90%;
	}
}

@media (max-width:550px) {
  .cal-container { font-size: 2vw; }

	.day {
		font-size:80%;
	}
}

@media (min-width:1200px) {
	.hed-day {
		font-size:20px;
	}
}
