/* Hiding first weeks of August */
.d-09-01, .d-09-02, .d-09-03, .d-09-04, .d-09-05, .d-09-06, .d-09-07,  .d-09-08, .d-09-09,
.d-09-09, .d-09-10, .d-09-11, .d-09-12, .d-09-13, .d-09-14, .d-09-15, .d-09-16,
.d-09-17, .d-09-17, .d-09-18, .d-09-19, .d-09-20, .d-09-21 {
  display:none;
}


#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: #abd03e;
}

.month {
	display: none;
	width: 100%;
	/*border-image: url('../_img/cal-bg.jpg') 93 92 87 92 stretch stretch;
	border-style: inset;
	border-width: 30px;
	background:#222;*/
	height: auto;
	margin: 0 auto;
}

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

.month .hed {
  background: #7f17c9;
  border-top: 1px solid #7f17c9;
  border-bottom: 1px solid #7f17c9;
}

.month h3 {
	text-align: center;
	margin-bottom:0;
	font-size: 300%;
}

.month h3,
.cal-next,
.cal-prev {
	font-weight: normal;
	letter-spacing:.05em;
	color:#abd03e;
	text-transform:uppercase;
  letter-spacing: -1px;
  line-height: 1;
  padding: .125em;
}

.cal-next,
.cal-prev {
	position: absolute;
	cursor: pointer;
	color:#abd03e;
	font-size: 300%;
}

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

}

.cal-next {
	right: 2%;
}

.cal-prev {
	left: 2%;
}

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


.hed-day {
	float: left;
	text-align: center;
	width: 13%;
	font-size: 150%;
	font-weight:bold;
	margin: .642857%;
	padding: .5em;
}

.day {
  font-size: 120%;
	float: left;
	text-align: left;
	width: 13.6%;
	padding-bottom: 11.6%;
	margin: .642857%;
	margin: .342857%;
	position: relative;
	border: 2px solid #abd03e;
	cursor: default !important;
}

.day > span.num {
	position: absolute;
	padding: 0em;
  font-size: 109%;
  top: .25em;
  right: .25em;
  line-height: .9;
	margin: auto;
}

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

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

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

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

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

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

a.showlink {
	/*background:#222;*/
	color: #fff;
  margin: 0 auto;
  display: inline-block;
	visibility:visible;
	text-align:center;
	text-decoration: none;
	padding-bottom: .2em;
	font-family:Arial, sans-serif;
}

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

.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;
}

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