

.buyPass ul {
	list-style: none;
}

.pkgFood {
	height: 60px !important;
}

.container.pagecontent_calendar_content table table tbody tr td {
	margin-top: 0px;
	padding: 0px;
}
.container.pagecontent_calendar_content table table {
	width: 1200px;
}

.container.pagecontent_calendar_content table table table tbody tr td {
	border: 1px solid #CCC;
	padding: 5px;
	white-space: inherit;
}
.container.pagecontent_calendar_content table table table tbody tr td font a {
	display: inline-block;
	padding: 10px;
	font-size: 19px !important;
}

html body #mainContainer div div table tbody tr td font table tbody tr td table tbody tr td font a font {
	font-size: 12px;
}

.cta__box.summer .cta__box-image { background-image: url(../images/summer-avon-bg.jpg); }
.cta__box.buyapass .cta__box-image { background-image: url(../images/bg-buyapass.jpg); }
.cta__box.party .cta__box-image { background-image: url(../images/bg-party.jpg); }
.cta__box.c3 .cta__box-image { background-image: url(../images/c3.jpg); }


.sidebarBelow {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.row.buyPass {
	margin-bottom: 30px;
}
.row.buyPass .fineprint {
	font-size: .8em;
	line-height: 1.1em;
	display: block;
}
.row.buyPass .disclaimer {
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic;
}

ul.card {
/* 	border: 1px solid #f3f3f3; */
	border-bottom: 5px solid #00acef;
/* 	box-shadow: 5px 5px 25px -5px rgba(0,0,0,.3); */
	padding:0;
	background: #f9f9f9;
	transition: all .3s ease;
	margin-bottom: 30px;
}

ul.card img {
	border-radius: 0;
}
ul.card h3 {
	padding: 0 20px;
}
ul.card p {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 1em;
	line-height: 1.4em;
}
ul.card li a.btn {
	padding: 20px 20px 15px 20px;
	display: block;
	text-align: left;
	margin-top: 10px;
	border-radius: 0;
	color: #00acef;
	box-shadow: inset 0 0 0 0 #00acef;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.5s;
}

ul.card li a.btn:hover {
    box-shadow: inset 0 -100px 0 0 #00acef;

}

ul.card:hover {
/* 	border: 1px solid #eee; */
	/*border-bottom: 5px solid #00acef;*/
	box-shadow: -1px 2px 25px 0px rgba(0,0,0,.3);
	padding:0;
	transition: all .3s ease;
}
ul.card:hover a.btn {
	color: #FFF;
	border-radius: 0;
	display: block;
	transition: all .3s ease;
	box-shadow: inset 0 -100px 0 0 #00acef;
}

#partyBuild { display: none; }
