.banner {
	height: 400px;
}
.slider {
	position:absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.slider-elem {
	position: absolute;
	left: 0px;
	width: 100%;
}
.slider-elem img {
	min-width: 100%;
	max-height: 400px;
	min-height: 350px;
}
.slider-elem .slider-caption {
	position: absolute;
	margin-top: -80px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	color: #FFF;
	font-size: 1.5em;
}
.next { right: 20px; }
.prev { left: 20px; }
.next, .prev {
	margin-top: 200px;
}

.marq {
	font-size: 1.2em;
	background: rgb(20, 185, 213) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
}

.ev-container {
	margin: 20px;
	border: 1px solid #DDD;
}
.ev-name {
	background: #434A54;
	color: #A0A9B2;
}
.fullwidth .col-2:nth-child(even) .ev-date {
	color: #FFF;
	background: #1BBC9B;
}
.fullwidth .col-2:nth-child(odd) .ev-date {
	color: #FFF;
	background: #14B9D5;
}
.ev-name {
	padding: 20px 5px;
	text-transform: uppercase;
	text-align: center;
}
.ev-date .width-80 {
	padding: 20px 0px;
	/*text-transform: uppercase;*/
	text-align: center;
}
.ev-date .width-20 {
	padding: 11px 0px;
	text-transform: uppercase;
	text-align: center;
}
.ev-main-img img {
	width: 100%;
}
.ev-desc {
	padding: 10px;
	text-align: justify;
}
.ev-reg {
	padding: 20px 0px;
	text-align: center;
}

.width-80 {
	width: 80%;
}
.width-20 {
	width: 20%;
	background: #AAA;
}

.article-container {
	margin: 15px;
	border: 1px solid #EEE;
}
.ar-name {
	background: #F9FAFC;
	color: #333;
	padding: 10px;
	font-size: 1.3em;
	border-bottom: 1px solid #EEE;
}
.ar-img img {
	width: 100%;
	height: 200px;
}
.ar-desc {
	padding: 5px;
	text-align: justify;
}