.wrapper__content
{
	position: relative;
	display: block;
	margin: 0 auto 4em;
	max-width: 80%;
	width:70em;
}

.wrapper__content > img.background__image__top__logo
{
    left: 2em;
    position: absolute;
    top: -12em;
    width: 14em;
    z-index: 3;
}

article
{
	background: #ffffff none repeat scroll 0 0;
}

article:first-of-type
{
	position: relative;
	padding: 4em 5% 0;
	width: 100%;
    box-sizing: border-box;
}

article > h1
{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
}

article > h2
{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
}

.center
{
	text-align: center;
}

.margin__center
{
	margin: auto auto;
}

table th, table td
{
	padding: 0.3em 1em;
}

article > div.image__contact > img.image__contact
{
	width:50em;
	height: auto;
	margin:0 auto;
	display:block;
    max-width:100%;
}

article > form.form__contact
{
	box-sizing: border-box;
	width: 50%;
	padding: 1em 2.5em;
	margin: 0 auto 2em auto;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

article > form.form__contact > div.form__contact
{
	margin-bottom: 1em;
}

article > form.form__contact > div.form__contact > label.form__contact
{
	display: block;
	padding: 0.3em 0;
}

article > form.form__contact > div.form__contact > input.form__contact
{
	box-sizing: border-box;
	padding: 0.3em 1em;
	display: block;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

article > form.form__contact > div.form__contact > textarea.form__contact
{
	box-sizing: border-box;
	padding: 0.3em 1em;
	display: block;
	width: 100%;
	min-height: 5em;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

article > form.form__contact > div.form__contact > button.form__contact
{
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 1em;
	padding: 0.3em 1em;
	border: 1px solid rgba(0, 0, 0, 0.5);
	cursor: pointer;
	background: #ffffff;
}

article > form.form__contact > div.form__contact > button.form__contact:hover
{
	background: rgba(0, 0, 0, 0.5);
}

table.events
{
	width: 100%;
}

table.events th, table.prices th
{
	font-weight: bold;
}

table.events td, table.prices td
{
	border: 1px solid #9BC6A5;
}

table.events td:nth-of-type(1)
{
	width: 25%;
}

table.events td:nth-of-type(2)
{
	width: 25%;
}

table.events td:nth-of-type(3)
{
	width: 37.5%;
}

table.events td:nth-of-type(4)
{
	width: 12.5%;
}

table.events tr.event
{
	background: rgba(157, 199, 166, 0.5);
}