.slider {
	width: 644px;
}

a {
	text-decoration: none !important;
}
.event-header{
	font-size:16px;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	padding:9px;
	z-index:5 !important;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.owl-next, .owl-prev {
	height: 125px !important;
	top: 19px !important;
}


.owl-date-events {
	position: absolute;
	top: 3px;
	right: 5px;
	background-color: #f9aa00;
	padding: 2px 8px !important;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	z-index: 999999 !important;
	text-transform: uppercase;
}

.owl-title-events {
	font-size: 14px;
	font-weight: bold;
	color: #f9aa00;
}

.owl-venue-events {
	font-weight: 500;
	font-size: 12px;
}



.headerButtons {
	height: 65px;
	padding-top: 10px;
	clear: both;
	width: 100%;
}

.calendarIcon {
	line-height: 45px;
	
	display: inline-block;
}

.calendarIcon a {
	color: #000 !important;
	font-size: 14px;
}

.calendarIcon img {
	float: left;
}

.date {
	color: #f9aa00 !important;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 92%;
	display: inline-block;
	float: right;
	padding-top: 10px;
}

.date a, .dateBottom a, .datebottom2 a {
	color: #f9aa00 !important;
	font-weight: bold;
	font-size: 20px;
}

.dateBottom {
	color: #f9aa00;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 15px 0px;
	display: inline-block;
	width: 290px;
}
.dateBottom2 {
	color: #f9aa00 !important;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 15px 0px;
	display: inline-block;
	width: 100%;
}

.addEditButton2 {
	color: #fff !important;
	background-color: #000;
	text-transform: uppercase;
	padding: 2px 8px;
	float: right;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px;
	border: 2px solid black;
	text-align: center;
	clear: both;
	width: 92%;
}

.addEditButton a {
	color: #fff !important;
	background-color: #000;
	text-transform: uppercase;
	padding: 2px 8px;
	float: right;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 5px ;
	border: 2px solid black;
}

.addEditButton a:hover {
	color: #f9aa00 !important;
	-webkit-transition: color .2s ease-out;
  	-moz-transition: color .2s ease-out;
  	-o-transition: color .2s ease-out;
  	transition: color .2s ease-out;
}

.listDark a {
	color: #fff !important;
	background-color: #000;
	text-transform: uppercase;
	padding: 2px 8px;
	float: right;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 12px;
	border: 2px solid black;
}

.listLight a {
	background-color: #fff;
	float: right;
	border: 2px solid black;
	color: #000 !important;
	text-transform: uppercase;
	padding: 2px 8px;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 12px;
}

.fullschedule{
	padding:8px;
	text-align:left;
	line-height:18px;
	font-size:12px;
	margin-bottom:5px;
}

.fullschedule_desc {
	font-size:14px;
	color:#000;
	 word-wrap: break-word;
	 clear:both;
}

.fullschedule_descDetails {
	font-size:17px !important;
	line-height:26px !important;
	color:#000;
	word-wrap: break-word !important;
	clear:both;
	max-width:630px !important;
}

.fullschedule_descDetails img {
	max-width: 630px;
}

.fullschedule_desc A:link {
	text-decoration: underline; 
	color:#000;
}

.fullschedule_desc A:visited {
	text-decoration: underline; 
	color:#000;
}

.fullschedule_desc A:active {
	text-decoration: underline; 
	color:#000;
}

.fullschedule_desc A:hover {
	text-decoration: underline; 
	color:#000;
}

.fullschedule_title {
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	padding:0px 0px 4px 0px;
	margin:0;
}

.fullschedule_titleDetails {
	font-size:26px;
	line-height: 28px;
	font-weight:normal;
	color:#000;
	padding:0px 0px 12px 0px;
	margin:0;
}

.fullschedule_h2 {
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding:0;
	margin:0;
}
.fullschedule_time {
	font-size:13px;
	color:#333;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}


.fullschedule_webaddress2 {
	color: #000 !important;
	background-color: #f9aa00;
	text-transform: uppercase;
	padding: 2px 8px;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #f9aa00;
}

.fullschedule_webaddress2:hover {
	color: #fff !important;
	-webkit-transition: color .2s ease-out;
  	-moz-transition: color .2s ease-out;
  	-o-transition: color .2s ease-out;
  	transition: color .2s ease-out;
}

.fullschedule_webaddress {
	color: #fff !important;
	background-color: #000;
	text-transform: uppercase;
	padding: 2px 8px;
	float: left;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid black;
}

.fullschedule_webaddress:hover {
	color: #f9aa00 !important;
	-webkit-transition: color .2s ease-out;
  	-moz-transition: color .2s ease-out;
  	-o-transition: color .2s ease-out;
  	transition: color .2s ease-out;
}

.venue_details {
	padding:12px 0 10px 0; 
	font-size:14px;
}

.fullschedule_webaddress:hover {
  	background: #050505;
  	text-decoration: none;
	color: #fff;
}

.fullschedule_timeDetails {
	font-size:15px;
	font-weight:normal;
	color:#333;
	padding:0px 0px 10px 0px;
	margin:0px;
}

.calendarShare {
	margin-top: 4px;
}

.calendarShare img {
	padding-left: 10px;
}

.planner_email {
	color:#000;
}

.planner_website {
	color:#000;
}

.moreinfo_desc {
	line-height:18px;
	padding-top:10px;
	width:400px;
}

.eventTitle {
	color: #353535;
	font-size: 18px;
	clear: both;
	text-decoration: none !important;
	padding: 5px 0px;
}

#featured {
	color: #f9aa00;
	font-size: 18px;
	clear: both;
	text-decoration: none !important;
	padding: 5px 0px;
}

.eventVenue {
	color: #000;
	clear: both;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	vertical-align: baseline;
}

.eventVenue a {
	color: #000;
	clear: both;
	text-decoration: underline !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	vertical-align: baseline;
}

.eventTime {
	color: #fff;
	float: left;
	text-decoration: none !important;
	background-color: #000;
	padding: 3px 5px;
	display: inline-block !important;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
}

#featuredTime {
	color: #fff;
	text-decoration: none !important;
	background-color: #f9aa00;
	padding: 3px 5px;
	display: inline-block !important;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

.eventContainer {
	padding: 5px 0px 15px 15px;
    /*border-bottom: 1px dashed #D3D1D1;*/
    border-left: 3px solid #d3d1d1;
    margin: 10px;
}

.dottedBorder {
	border-bottom: 1px dashed #D3D1D1;
}

.searchIcon {
	margin-bottom: -6px;
}

.eventViews {
	text-align: right;
	display: block;
	margin-top: -20px;
}

.carousel {
	height: 255px;
}

.filter {
	font-size: 18px;
	font-weight: bold;
}

.eventCats {
	font-size: 16px;
}

#datepicker {
	font-size: 18px;
}

#datepicker td {
	font-size: 14px;
}

#search {
	width: 255px;
}

.eventCounter {
	font-size: 16px;
	font-weight: 500px;
	text-align: left;
	padding-bottom: 10px;
}

.eventCounter span {
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
}

.ticket_btn {
	background-color:#2dabf9;
	border-radius:3px;
	border:0px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-size:18px;
	padding:9px 23px;
	text-decoration:none;
}
.ticket_btn:hover {
	background-color:#0688fa;
}
.ticket_btn:active {
	position:relative;
	top:1px;
}
.notification_box{display: inline-block; padding: 10px; background-color: lightgray; color: black; margin-top: 10px; border-radius: 15px; font-size: 18px; cursor: pointer;}
.notification_box_not_signed_in{display: inline-block; padding: 10px; background-color: lightgray; color: black; margin-top: 10px; border-radius: 15px; font-size: 18px; cursor: pointer;}
.notification_box_sub{display: inline-block; padding: 10px; background-color: lightgray; color: black; margin-top: 10px; border-radius: 15px; font-size: 18px;}
.notification_box_text{font-size: 15px;}