body {
	padding:0;
	margin:0;
	font-size: 100%;
}


* :focus {
	outline: 0;
	ie-dummy: expression(this.hideFocus=true);
}

.rss-icon {
	float: right;
	margin-top: -32px;
	margin-right: 10px;
}

div.button-container {
	margin-top: 18px;
	padding-left: 10px;
	display: inline;
	text-align: center;
	width: 100%;
	float: left;
}

div.calendar-container {
	margin-right: 10px;
	/*170 / 1000 */
	width: 17%;
	height: 57px;
}

div.search-container {
	margin-right: 10px;
	/* 260 / 1000 */
	width: 26%;
	/*display: inline;*/
}

div.submit-container {
	margin-right: 10px;
	/* 260 / 1000 */
	width: 26%;
	/*display: inline;*/
}

div.social-container {
	display: inline;
	/* 268 / 1000 */
	width: 26.8%;
}

div#social-plus {
	position: absolute;
	margin-left: 25.4%;
	top: 0;
	padding-top: 3.8%;
}

div.social-box img{
	padding-top: 2.2%;
	/*width: 15.29850746268657% ;*/
	/* 41 / 268 = 0.1529850746268657 */
	/* 42 /268 = 0.1567164179104478 */
	width: 15.67164179104478%;
	/*width: 42px;*/
	margin-right: 6.34328358208955%;
	/* 17 / 268 = 0.0634328358208955*/
}

.social-full img {
	margin-left: 20px;
	margin-bottom: 20px;
}

div.social-box, div.calendar-box  {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e3e3e3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	height: 508%;  /*58 / 1000 = 5.8% */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3Y2ZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzUzOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

div.calendar-box {
	height: 57px;
}

div.calendar-icon {
	float: left;
	/* 15 / 170 = 0.0882352941176471 */
	padding-left: 8.82352941176471%;
	padding-top: 8.5%;
}

div.calendar-date {
	font-weight: bold;
	font-size: 26px;
	padding: 0px;
	color: #999;
	padding-top: 9%;
	margin-left: 32.35294117647059%;

}
div.calendar-date span {
	color: #ccc;
}

div.legend-container {
	height: 86px;
	padding-left: 10px;
	text-align: center;
	background-color: #fff;
}

div.legend-row {
	height: 61px;
	text-align: center;
	box-shadow: 0px 20px 15px -20px  #000000;
	-webkit-box-shadow: 0px 20px 15px -20px  #000000;
}


.legend-fixed {
	position: fixed!important;
	top: 0;
	z-index: 2000;
	/*overflow:auto;*/
	/*
	Issues with iPad using fixed header
	ended up using jquery.mobile to handle this
	look for data-position="fixed"
	 */
}


.fixed-group {
	background-color: #fff;
}


.event-listing {
	/*padding-left: 10px;*/
	/* 10 / 1000 = .01 */
	padding-left: 1%;
	/*padding-right: 5px;*/
	/* 5 / 1000 = .005 */
	padding-right: 1%;

}

.event-row {
	/* TAG UPDATE */
	/*height: 50px;*/ /* ROW CHANGE */
	min-height: 50px;
	/* END TAG UPDATE */
	margin-bottom: .88%;
}

.event-date, .event-date-small {
	float: left;
	height: 50px;
	/* this is if the gutter has ads
	if the gutter doesn't have ads, we need to calculate 90/1000 */
	/*90/600=0.15*/
	width: 15%;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #666;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	/* 17 / 90 = 0.1888888888888889 */
	/*padding-left: 2%;*/
	padding-top: .8%;
	text-align: center;
}

.day-val {
	font-size: 16px;
}

.month-val, .day-of-week-val {
	font-size: 10px;
}

.event-date-small {
	font-size: 10px;
}

div.venue-container, .event-tag-title  {
	display: inline;
	padding-left: 3%;
}

div.venue-container a, .event-tag-title a {
	font-size: 12px;
	color: #ffff66;
	text-decoration: none;
}
.event-tag-title  {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 2%;
	font-family: 'Open Sans Condensed', sans-serif;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 75%;
}
.promotion-link {
	margin-right: 10px;
    float: right;
}

div.venue-image {
	text-align: center;
	padding-bottom: 10px;
}

div.venue-events {
	display: block;
}

div.venue-events h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 38px;
	float: none;
}

div.venue-description, div.misc-content {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

div.venue-description p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
}

.venue-extended-info {
	margin-top: 22px;
	margin-bottom: 20px;
}

.venue-extended-info div {
	color: #666;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	/*height: 42px;*/
	min-height: 48px;
}

div.venue-valign {
	line-height: 42px;
}

div.venue-detail-email {
	line-height: 37px;
	height: 37px;
}

.venue-extended-info div a {
	color: #666;
}

.venue-extended-info div a:hover {
	color: #000;
}

.venue-icon {
	width: 42px;
	margin-right: 20px;
	float: left;
}

div#event-detail-left-column {
	float: left;
	/*125/600=0.2083333333333333*/
	width: 20.83333333333333%;
	display: block;
	position: relative;
}

.event-date-detail, .event-date-small-detail {
	float: left;
	height: 75px;
	/* this is if the gutter has ads
	if the gutter doesn't have ads, we need to calculate 90/1000 */
	/*125/600=0.2083333333333333*/
	width: 100%;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #666;
	margin-right: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	/* 20 / 125 = 0.16 */
	/*padding-left: 10%;*/
	text-align: center;
	padding-top: 10%;
	line-height: 18px;
}

.event-date-detail .month-val,
.event-date-detail .day-val,
.event-date-detail .day-of-week-val {
	font-size: 14px;
}

.event-date-detail .day-val {
	font-size: 18px;
}

.event-date-small-detail {
	font-size: 12px;
	font-weight: bold;
}

.normal {
	font-weight: normal;
}


div#event-detail-right-column {
	float: right;
	width: 78.888%;
}

div#event-detail-day {
	clear: both;
	position: relative;
}

.event-info {
	/* TAG UPDATE */
	/*height: 50px;*/ /* ROW CHANGE */
	min-height: 50px;
	/* END TAG UPDATE */
	overflow: hidden;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid #666;
	color: #fff;
}

.event-info-detail {
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	border: 1px solid #666;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding-top: 2%;
	padding-left: 2%;
}


.hr {
	border-bottom: 1px solid #333;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px 0px;
	box-shadow: 0px 1px 1px 0px ;
}

.back-to-events {
	margin-top: 90px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #666;
	max-width: 100px;
}

.back-to-events img {
	float: left;
	margin-right: 12%;
}

.back-to-events a {
	color: #ccc;
}

.tell-a-friend {
	margin-top: 90px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #666;
	max-width: 100px;
}

img.tell-a-friend-arrow {
	float: right;
}

.tell-a-friend a {
	color: #666;
}

.tell-a-friend a:hover, .back-to-events a:hover {
	color: #6699cc;
}

.event-info-detail img {
    margin-bottom: 10px;
    margin-left: 3px;
    max-height: 350px;
    width: 450px;
    margin-top: 10px;
}

.event-detail-img-link {
	display: none;
	text-decoration: underline;
	margin-top: -20px;
	float: right;
	font-size: 10pt;
	color: black;
	margin-right: 5px;
}

.event-detail-description {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 30px;
	padding-right: 5px;
	line-height: 25px;
}

.info {
	line-height: 30px;
	clear: both;
}

.event-extended-info {
	margin-top: 22px;
}
.event-extended-info div {
	color: #333;
	font-size: 21px;
}

.event-extended-info div a {
	color: #6699cc;
}

.venue-list a:hover, .event-extended-info div a:hover  {
	color: #000;
}

.venue-web, .venue-direction, .event-links, .venue-page {
	margin-left: 65px;
}

.venue-web img, .venue-page img {
	margin-right: 5px;
}

.venue-list a, .venue-web a, .venue-page a, .venue-direction a, .event-link-container a, .event-tag a {
	color: #6699cc;
	font-size: 16px;
	font-weight: bold;
}

.event-button, .event-button-small {
	float: right;
	position: relative;
	padding-top: 6px;
	padding-right: 6px;
}

.event-button-small i, .event-button i {
	font-size: 24px;
	padding-top: 5px;
	color: #999;

}

.view-container-small {
	background-color: #eaeaea;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	padding-left: 2px;
	background: #eaeaea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#eaeaea, #ccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eaeaea, #ccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eaeaea, #ccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eaeaea, #ccc); /* Standard syntax */
}

.view-container-large {
	float: right;
	background-color: #eaeaea;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	background: #eaeaea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#eaeaea, #ccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eaeaea, #ccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eaeaea, #ccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eaeaea, #ccc); /* Standard syntax */
}

.view-label-container {
	float: left;
	margin-right: 6px;
	font-size: 18px;
	padding-top: 9px;
	font-weight: bold;
	color: #999;
	background-color: #565656;
	color: transparent;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-transform: uppercase;
}


.event-link-container, .event-age, .event-venue, .event-address, .event-tag {
	margin-bottom: 14px;
}

.iframe-mb {
	margin-bottom: 10px;
}

.event-category, .event-title, .event-description-short {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.event-title {
	text-transform: uppercase;
	font-size: 14px;
}

.event-description-short, .event-category {
	padding-left: 10px;
}

.event-group {
	padding-top: 4px;
	padding-left: 28px;
	line-height: 14px;
}

.calendar-icon-container {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}

.calendar-icon-container h2 {
	font-size: 21px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333;
	margin-top: 20px;
	margin-bottom: 22px;
}

.cal {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}

.cal img {
	margin-bottom: 12px;
}

.cal a {
	color: #000;
}

.cal-container {
	display: block;
	float: left;
	padding-right: 10px;
}

.cal-container img {
	height: 20px;
}

.ad-content, .venue-content {
	/*margin-left: 20px;*/
	/* 20 / 1000 = .02 */
	margin-left: 2%;
	border-left: 1px solid #ccc;
	/*padding-left:30px;*/
	/* 30 / 1000 = .03 */
	padding-left: 5%;
	text-align: center;
	width: 345px;
	/*margin-right: 20px;*/
}

.venue-content {
	text-align: left;
}

.venue-list {
	line-height: 25px;
}

.sidebar-button.small {
	color: #666;
}

.general-content {
	line-height: 22px;
	color: #000;
	font-size: 16px;
}

.custom-content {
	min-height: 500px;
}

form.event-submit select {
	max-width: 50%;
	height: 30px;
	padding-top: 5px;
	color: #989898
}

form.event-submit select.small {
	max-width: 30%;
	height: 30px;
	padding-top: 5px;
	color: #989898
}
form.event-submit select.large {
	max-width: 70%;
	height: 30px;
	padding-top: 5px;
	color: #989898
}


div#VenueOption {
	margin-top: 10px;
}

h1 {
	font-size: 38px;
	margin-top: 0;
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1.fb {
	font-size: 28px;
	margin-top: -20px;
	line-height: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
}

div#addthis {
	float: right;
	display: block;
	height: 30px;
	margin-top: 5px;
}

div#event-detail-container {
	display: block;
	clear: both;
}

div.simple-pad {
	padding: 10px;
}



.event-bottom-buttons {
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #cacaca;
}

.button-left {
	text-align: left;
	padding-right: 2px;
	background-color: #fff;
}

.button-right {
	text-align: right;
	padding-left: 2px;
}

/* ################################ */
/* RSS */
/* ################################ */
.rss-option-container img {
	margin-right: 10px;
	margin-left: 40px;
}

.rss-pad {
	margin-bottom: 10px;
}

/* ################################ */
/* FAQ */
/* ################################ */
#faqs h3	{
	cursor:pointer;
	font-size: 16px;
}

#faqs h3.active	{
	color:#6699cc;
}

#faqs div {
	height:0;
	overflow:hidden;
	position:relative;
	display: none;
}

#faqs div p	{
	padding:0;
	margin-bottom:15px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#faqs {
	min-height: 800px;
}


/* ################################ */
/* ADDTHIS OVERRIDES */
/* ################################ */
.addthis_button_compact {
	float: left;
}

a.addthis_button_compact {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

div.addthis_separator {
	font-size: 20px;
	font-weight: normal;
	float: left;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
}

.addthis_button_facebook,
.addthis_button_myspace,
.addthis_button_google_plusone_share,
.addthis_button_google {
	margin-right: 10px;
}


.goBack {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.goBack a {
	text-decoration: none;
}

.goBack a:hover {
	text-decoration: underline;
}

/* ################################ */
/* SEARCH */
/* ################################ */
select.search-cat, select.search-time {
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
}

select.search-cat option, select.search-time option {
	font-weight: normal;
}

input.search {
	height: 25px;
}

div.date-range {
	display: block;
	height: 25px;
	float: none;
}

.search-count {
	font-size: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 15px;
}

/* For IE */
div#search-container label,
div#search-container,
div#search-container select,
div#search-container option {
	font-weight: normal;
}

.label-sim {
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
}


.footer {
	height: 80px;
	background-color: #333;
	margin-top: 25px;
	-webkit-box-shadow: 0px -10px 20px -15px ;
	box-shadow: 0px -10px 20px -15px ;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	display: none;
}

.footer-logo-container {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
	color: #999;
	padding-top: 12px;
	text-align: right;
}

.footer-logo-container img {
	padding-left: 10px;
}

.footer-privacy {
	padding-top: 20px;
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ccc;
	font-size: 14px;
}

.footer-privacy a {
	color: #6194bb;
	text-decoration: none;
}

.footer-privacy a:hover {
	color: #6194bb;
	text-decoration: underline;
}

.footer-copyright {
	padding-top: 10px;
	color: #999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	text-align: left;
}

.search-form-container {
	width: 50% !important;
	padding-right: 5px;
	float: left;
}

span.clear { clear: left; display: block; }

.event-row-date {
	color: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
}

.event-row-date-color-default {
	background-color: #666;
}

.event-row-date-color-light {
	background-color: #ccc;
}

.event-row-date-color-dark {
	background-color: #333;
}


.adsense-container {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: -10px;
}

.adsense-header {
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-right: 5px;
}


/* ########################## FEATURE */


div.feature-event-group {
	width: 95%;
	min-height: 180px;
}
div.feature-event-top {
	/*border: 2px solid #000;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
	padding: 0px;
}
div.feature-event-bottom {
	background-color: #000;
	border: 2px solid #000;
	/*-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;*/
	padding: 0px;
	margin-top: -2px;
}
div.feature-date-container-black {
	border: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 4px;
	color: #fff;
}
div.feature-event-top img {
	width: 100%;
	height: auto !important;
}
#feature-container {
	margin-bottom: 20px;
}

div.feature-event {
	width: 95%;
	min-height: 180px;
	border: 2px solid #000;
	border-bottom: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px;
}


div.feature-image-container {
	text-align: center;
	padding-top: 4px;
	min-height: 150px;
}

div.feature-date-container {
	border-top: 1px solid #000;
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 4px;
}


div.ticket-button {
	background-color: #990000;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

div.ticket-button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div.ticket-button a:hover {
	text-decoration: none;
}


/* SEARCH | SUBMIT */

.icon-container-3 {
	background-color: #333;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ccc;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	padding-top: 16px;
	margin-bottom: 5px;
	vertical-align: text-top;
	min-height: 57px;
	max-height: 57px;
	text-shadow: 1px 1px #666, -1px -1px #000;
	text-transform: uppercase;
	white-space: nowrap;

}


.icon-container-3 i {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	font-size: 30px;

}

a .icon-container-3 i.fa {
	color: #ccc;
	vertical-align: middle;
}

a .icon-container-3 {
	color: #ccc;
}

/* TOP | NEXT */
.icon-container-4 {
	background-color: #333;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ccc;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 5px;
	vertical-align: text-top;
	min-height: 50px;
	text-shadow: 1px 1px #666, -1px -1px #000;
	text-align: right;
	margin-right: 122px;
	text-transform: uppercase;
	white-space: nowrap;
}


.icon-container-4 i {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -5px;
	font-size: 30px;
}

a .icon-container-4 i.fa {
	color: #ccc;
	vertical-align: middle;
}

a .icon-container-4 {
	color: #ccc;

}

#adBottom > div{
	margin: 0 auto;
}
#adBottom p {
	margin: 0px;
}
#adBottom  a{
	display: block;
	line-height: 0px;
}
#adBottom {
	position: fixed;
	text-align:center;
	bottom: 0px;
	width:100%;
	z-index:999;
}
.event-cat-container {
	width: 50%;
	float: left;
}

.inline-row {
	float: left;
	margin-right: 10px;
}

.search-help-text {
	color:#fff;
	float: right;
    background-color: #2ba6cb;
    width:12px;
    height:12px;
    display:inline-block;
    border-radius:100%;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}
.search-help-text:hover {
	color: #fff;
}
.ui-tooltip-content {
    font-size: 9pt;
	font-family: 'Open Sans Condensed', sans-serif;
}



/* ################## CROP IT ################## */
.cropit-preview {
	background-color: #f8f8f8;
	background-size: cover;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 7px;
	width: 450px;
	height: 350px;
}

.cropit-preview-image-container {
	cursor: move;
}
.cropit-preview-image {
	max-width: none;
}

.image-size-label {
	margin-top: 10px;
}
.rotate-ccw, .rotate-cw {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: center;
    width: 32px;
    height: 32px;
	font-size: 30px
}
.cropit-preview-container {
	display: none;
}
/* ################## END CROP IT ############## */

#cconsent-bar {
	background-color: #F6F8FA !important;
	color: rgb(51, 51, 51) !important;
	font-family: inherit !important;
	inset: auto 15px 0px auto !important;
	width: 300px !important;
	height: auto !important;
	max-height: 370px !important;
	overflow: auto !important;
	position: fixed !important;
	box-sizing: border-box !important;
	display: block !important;
	opacity: 1 !important;
}
.ccb__button .consent-give {
	margin: 0px 5px 0px 0px !important;
    color:rgb(255, 255, 255) !important;
    background-color: rgb(195, 114, 0) !important;
}
.ccb__edit {
	margin: 0px 5px 0px 0px !important;
    color: rgb(51, 51, 51) !important;
    background-color: rgb(222, 223, 224) !important;
	line-height: normal !important;
    font-size: 14px !important;
    border: none !important;
    padding: 10px 10px !important;
}
#cconsent-modal .ccm__content > .ccm__content__heading h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.cookie-settings {
    background-color: #F6F8FA !important;
    color: rgb(51, 51, 51) !important;
    font-family: inherit !important;
    inset: auto 10px 0px auto !important;
    width: 150px !important;
    height: auto !important;
    max-height: 370px !important;
    overflow: auto !important;
    position: fixed !important;
    box-sizing: border-box !important;
    display: block !important;
    opacity: 1 !important;
	cursor: pointer;
}

.event-category-title {
	padding-right: 10px;
}
.event-region-title a {
	padding-right: 10px;
	color: #ffff66;
}

.numberCircle {
	display: inline-block;
    border-radius: 50%;
    width: 30px;
    padding: 0px;
    border: 3px solid #ccc;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
}
