img {
	height: auto;
	max-width: 100%;
}

body {
	font-family: Tahoma;
}

header {
	text-align: center;
}

#calendar {
	width: 100%;
}

#calendar a {
	color: #fff;
	text-decoration: none;
}

#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#calendar li {
	display: block;
	float: left;
	width: 14.342%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
	text-transform: lower;
}

#calendar ul.weekdays {
	height: 40px;
	background: #0d80a1;
}

#calendar ul.weekdays li {
	text-align: center;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#calendar .days-2events li {
	height: 205px;
}

#calendar .days-2eventswithhol li {
	height: 255px;
}

#calendar .days-3events li {
	height: 220px;
}

#calendar .days li {
	height: 140px;
}

#calendar .days-3services li {
	height: 245px;
}

#calendar .days-3eventswcomm li {
	height: 275px;
}

#calendar .days-4events li {
	height: 315px;
}

#calendar .days-4eventswcomm li {
	height: 370px;
}

#calendar .days li:hover {
	background: #d3d3d3;
}

#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #fff;
	color: #000;
	width: 25px;
	font-weight: bold;
	border-radius: 50%;
	float: right;
	font-size: 12px;
}

#calendar .datetoday {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #0d80a1;
	color: #fff;
	width: 25px;
	font-weight: bold;
	border-radius: 50%;
	float: right;
	font-size: 12px;
}

#calendar .datelastmonth {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #f5f5f5;
	color: #000;
	width: 25px;
	font-weight: bold;
	border-radius: 50%;
	float: right;
	font-size: 12px;
}

#calendar .datenextmonth {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #f5f5f5;
	color: #000;
	width: 25px;
	font-weight: bold;
	border-radius: 50%;
	float: right;
	font-size: 12px;
}

#calendar .date {
}

#calendar .prevdate {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #f5f5f5;
	color: #666;
	width: 25px;
	font-weight: bold;
	border-radius: 50%;
	float: right;
	font-size: 12px;
}

#calendar .event {
	clear: both;
	display: block;
	font-size: 12px;
	border-radius: 4px;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	line-height: 14px;
	background: #0d80a1;
	border: 1px solid #b5dbdc;
	color: #0FFF50;
	text-decoration: none;
}

#calendar .event-desc {
	color: #ffffff;
	margin: 3px 0 7px;
	text-decoration: none;
	font-weight: bold;
}

#calendar .event-location {
	color: #ffffff;
	margin: 3px 0 7px;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
}

#calendar .other-month {
	background: #f5f5f5;
	color: #666;
	height: 190px;
}

/* ============================
				Mobile Responsiveness
   ============================*/
@media(max-width: 768px) {
	#calendar .weekdays, #calendar .other-month {
		display: none;
	}
	
	#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}
	
	#calendar .date {
		float: none;
	}
	
	#calendar .datetoday {
		float: left;
	}
}

*, :before, :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.main {
	list-style: none;
	max-width: 75%;
	margin: 20px auto;
}

h3 {
	padding: 0;
	margin: 0;
}

.date {
	width: 17%;
	padding: 15% 1% 0 0;
	float: left;
	color: #026200;
}

.date h3 {
	font-size: 1.5em;
}

.date p {
	font-size: .8em;
}

.events {
	float: left;
	width: 80%;
	border-left: 1px solid #ccc;
	margin-top: 10%;
	padding-top: 3%;
}

.events-detail {
	max-width: 550px;
}

.events-detail li {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	line-height: 22px;
	transition: ease .4s all;
}

.events-detail li:hover {
	background: #e9e9e9;
}

.event-time {
	font-weight: 900;
}

.events-detail li a {
	text-decoration: none;
	color: #444;
	width: 100%;
	height: 100%;
	display: block;
}

.event-location {
	font-size: .8em;
	color: #0d80a1;
	font-weight: bold;
	margin-left: 70px;
}

@media all and (max-width: 641px) {
	.date {
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}
	
	.events {
		border: none;
		width: 100%;
		margin-top: 0;
	}
	
	.events-detail {
		padding: 0;
	}
	
	li.date p {
		margin: 0;
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.container {
	width: 85vmin;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	overflow: hidden;
	border: 20px solid #ffffff;
	border-radius: 8px;
	box-shadow: 10px 25px 30px rgba(30,30,200,0.3);
	display: flex;
	animation: slide 16s infinite;
}

@keyframes slide {
	@media (max-width: 550px) {
	.big-container {
		display: none;
	}
}

@media (min-width: 550px) {
	.small-container {
		display: none;
	}
}

/* Responsive iFrame */
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.small-container {
	height: 600px;
}