
#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: 25px;
	font-family: clarendon-urw-extra-wide, serif;
	font-weight: 700;
	padding-bottom:5px;
}

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

.cal-next,
.cal-prev {
	position: absolute;
	cursor: pointer;
	color:#ffc600;
	font-size: 26px;
	top:0px;
}

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

}

.cal-next {
	right: 5%;
}

.cal-prev {
	left: 1%;
}

.cal-mon-11 .cal-prev {
  display:none!important;
}

.hed-day {
	float: left;
	text-align: left;
	width: 13.7%;
	font-size: 18px;
	font-weight:bold;
	padding:0 5px 0px;
	font-family: futura-pt-condensed, sans-serif;
	color:#fff;
}

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

/*.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: 70%;
  top: .5em;
  left: .5em;
  line-height: .9;
	margin: auto;
	font-family: clarendon-urw-extra-wide, serif;
	font-weight: 700;
	color:#000;
}

/*.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: 100%;
	text-align: center;
}

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

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

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

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

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

a.showlink {
	color:#fff;
  margin: 0 auto;
  display: inline-block;
	visibility:visible;
	text-align:center;
	text-decoration: none;
	padding-bottom: .2em;
	font-family: 'Grotesque MT W01 Condensed';
	font-weight: bold;
	letter-spacing: .05em;
}

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

.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:100%;
	}
}

@media (max-width:767px) {

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

	.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:23%;
	}

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

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

	.day {
		padding-bottom:24%;
	}

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

@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%;
	}
}
