<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Eventify V1.0.1
* Copyright 2014
* www.github.com/dellax/
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Font Face
================================================== */

/*@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/bebasneue-webfont.eot');
	src: url('../fonts/bebasneue-webfont.eot?iefix') format('eot'),
		url('../fonts/bebasneue-webfont.woff') format('woff'),
	   url('../fonts/bebasneue-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; 
}
*/
/* #ei-events default styles
================================================== */

.ei-nav-container {
}
#ei-events {
position:relative;
display: inline-block;
	width: 100%;
	/*border:1px solid #000000;*/
	height:auto;
}
#ei-events h2 {
	display: inline;
	font-family: 'Bebas Neue';
	font-weight: lighter;
	font-size: 48px;
	color: #bfbfbf;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-align: left;
}
.ei-nav-arrows {
	display: inline;
}
.ei-nav-container i {
	display: inline;
	font-size: 30px;
	padding: 2px;
	color: #bfbfbf;
	line-height: inherit;
}
.ei-nav-container i:hover {
	cursor: pointer;
	opacity: 0.7;
   filter: alpha(opacity=70); /* For IE8 and earlier */
}
.ei-event {
display: inline-block;
position:relative;
	width: 100%;
	height:auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 0px;
	padding:10px;
}

.ei-events-container &gt; div:last-child {
	border-bottom: 2px solid #ebebeb;
}

.ei-event .ei-date {
	position: relative;
	float: left;
	width: 80px;
	height: 90px;
	font-family: 'Bebas Neue';
	font-weight: lighter;
	text-align:center;
	border: 1px solid #999999;
}
.ei-event .ei-date .ei-day {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 48px;
	line-height: 36px;
	color: #bfbfbf;
	text-align:center;
	
	
}
.ei-event .ei-date .ei-month {
	position: absolute;
	top: 50px;
	left: 20px;
	font-size: 24px;
	color: #bfbfbf;
}
.ei-event .ei-date .ei-day_end {
	position: absolute;
	top: 12px;
	left: 60px;
	font-size: 24px;
	color: #bfbfbf;
}
.ei-contents {

	position: relative;
	padding:10px;
	float: left;
	width: 90%;
	height: auto;
}
.ei-contents .ei-name {

	/*position: absolute;
	top: 17px;
	left: 10px;*/
	font-family: 'Bebas Neue';
	font-weight: lighter;
	font-size: 24px;
	line-height: 24px;
	color: #7f7f7f;
}
.ei-contents .ei-time {

	/*position: absolute;
	top: 40px;
	left: 10px;*/
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
	color: #7f7f7f;
}
.ei-contents .ei-description {

	/*position: absolute;
	top: 56px;
	left: 10px;*/
	font-family: arial;
	font-size: 14px;
	height: 16px;
	color: #7f7f7f;
	padding-right: 5px;
	
	
}

.ei-descriptions {


	font-family: arial;
	font-size: 14px;
	
	color: #7f7f7f;
	padding-right: 5px;
	
	
}

.ei-descriptions span{
font-weight:bold;
font-size:18px;
	
	
}

/* #ei-events default hover styles
================================================== */

.ei-event:hover {
	cursor: pointer;
	background: #f2f3f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f3f1 0%, #f4f4f4 58%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f3f1), color-stop(58%,#f4f4f4), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f3f1 0%,#f4f4f4 58%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f3f1 0%,#f4f4f4 58%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f3f1 0%,#f4f4f4 58%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f3f1 0%,#f4f4f4 58%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f1', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}

/* #ei-events elegant styles
================================================== */
#ei-events-elegant .ei-events-container {
	width: 100%;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.41);
}

#ei-events-elegant h2 {
	display: inline;
	font-family: 'Bebas Neue';
	font-weight: lighter;
	font-size: 48px;
	color: #bfbfbf;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-align: left;
}

#ei-events-elegant .ei-event {
	border: 0;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#ei-events-elegant .ei-event:hover {
	opacity: 0.7;
   filter: alpha(opacity=70); /* For IE8 and earlier */
}

/* #ei-events dark styles
================================================== */
#ei-events-dark .ei-events-container {
	width: 100%;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.41);
}

#ei-events-dark h2 {
	display: inline;
	font-family: 'Bebas Neue';
	font-weight: lighter;
	font-size: 48px;
	color: #bfbfbf;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-align: left;
}

#ei-events-dark .ei-event {
	border: 0;
	background: #272727; /* Old browsers */
	background: -moz-linear-gradient(top,  #272727 0%, #151515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#151515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #272727 0%,#151515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #272727 0%,#151515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #272727 0%,#151515 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #272727 0%,#151515 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
}

#ei-events-dark .ei-event:hover {
	background: #ffffff;
}</pre></body></html>