﻿#eventsCalendarHoverListHolder {
    height: 50px;
    left: 244px;
    position: relative;
    top: 30px;
    width: 10px;
    z-index: 10000;
  
}

img#eventCalendarImage {
    display: none!important;
}
.calendar {
	display:none;
	background-color:#191D26;
	width:116px;
	min-height:100px;
	color:#fff;
	margin-left: -90px;
    margin-top: -36px;
	z-index: 10000;  
	position: relative;
	top:0px;
	left: 50px;
}

.calendarevents {
	display:none;
	background-color:#191D26;
	width:540px;
    max-height: 500px;
	min-height:400px;
	color:#fff;
	margin-left:18px;
	margin-top:-10px; 
	z-index: 0;  
	position: relative;
	left: 58px;
	top: 23px;
	padding:20px;
}

.calendarHolder { 
    position: absolute;
    top: 0px;
    left: 0px;
}

#eventCalendar {
    
}

.calendar img { 
	margin:36px 0px 20px 40px; 
}

.calendarevent {
	display:block;
	margin:0px 0px 10px 0px;
	min-height:50px;
}

.calendareventdate {
	background-color:#191D26;
	padding:8px;
	font-size:14px;
}

.mifdesciptordate {	
	font-family: 'Merriweather';
	position: fixed;
	left: 67px;
	top: 323px;
	z-index:10000;
	color:#fff;
}

.calendarevent1 {
	font-family: 'Merriweather';
	font-size:12px;
	width:160px;
	margin-left:40px;
	display:inline-block;
	vertical-align: top;
}

.calendarevent2 {
	font-family: 'Merriweather';
	font-size:12px;
	width:300px;
	display:inline-block;
	vertical-align: top;
}

.viewallevents {
	font-family: 'Merriweather';
	font-size:22px;
    font-weight: bold;
	margin:0px 0px 20px 40px;
	display:block;
    color: #B31C3B;
    cursor: pointer;
}

.viewallevents img {
    vertical-align: initial;
}

.calendareventbuytickets {
	font-family: 'Merriweather';
	font-size:22px;
	font-weight:bold;
	color:#85BA2E;
}

.calendareventtitle {
	font-family: 'Merriweather';
	font-size:22px;
	font-weight:bold;
	color:#3ABFDE
}

.mobilecalendareventdate {
    display: none;
}

.mobilecalendarevents {
    display: none;
}

.mobileCalendarHolder {
    display: none;
}

.weekend {
	background-color:#1C2E38;
}
