/*-------------BASIC---------------*/
body {
	height:100%;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	background: #E9E0E3 url(../img/bg.jpg) no-repeat fixed left top;
	color:#140014;
}

h1 {
	font-size: 30px;
	line-height: 32px;
	cursor: pointer;
}

p {
	line-height: 1.2;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #140014;
}

img {
	max-width: 100%;
}

header {
	padding: 15px 0;
}

.partner {
	display: inline-block;
	padding: 5px 10px;
	background: white;
	font-size: 11px;
	font-style: italic;
}

.partner span {
	position: relative;
	top: 5px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.partner a {
	width: 50%;
	position: relative;
	float: left;
	text-align: center;
}

.partner .beeflat {
	top: 10px;
}

.event-item {
	margin-bottom: 10px;
	padding:15px 0;
	background-color: #FFFAF7;
	cursor:pointer;
	transition: all 300ms ease;
}

.event-item:hover {
	background-color: #D6C5CE;
}

.item-image {
	text-align: center;
}

.item-title, .item-info, .item-overline {
	text-transform: uppercase;
}

.item-day,
.item-overline {
	margin-bottom: 5px;
}

.item-subtitle {
	font-size: 12px;
}

footer {
	padding: 15px 0 40px 0;
	font-size: 11px;
	font-style: italic;
}

footer a:hover {
	text-decoration:underline;
}