/* Vendor */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base */
html, body {
	height: 100%;
	width: 100%;
}

.small-navigation-list a, .navigation-link {
	text-decoration: none;
	color: #7c7c7c;
}

em {
	font-weight: bold;
	letter-spacing: 1px;
}

.partial-title, .partial-subtitle {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

html, body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #7c7c7c;
}

/* Modules */
body.no-scroll {
	overflow: hidden;
}

.dark-partial, .light-partial {
	padding: 50px 6%;
	text-align: left;
}

.text-left {
	text-align: left;
}

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

@media screen and (min-width: 601px) {
	.dark-partial, .light-partial {
		padding: 40px 10%;
	}
}

@media screen and (min-width: 901px) {
	.dark-partial, .light-partial {
		padding: 50px 15%;
	}
}

@media screen and (min-width: 1401px) {
	.dark-partial, .light-partial {
		padding: 50px 20%;
	}
}

@media screen and (min-width: 2001px) {
	.dark-partial, .light-partial {
		padding: 100px 25%;
	}
}

.dark-partial {
	background-color: whitesmoke;
}

.light-partial {
	background-color: white;
}

.partial-text {
	line-height: 20px;
	margin-bottom: 20px;
}

.partial-title, .partial-subtitle {
	color: #222222;
}

.partial-title {
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.partial-subtitle {
	margin-bottom: 5px;
}

/* Sections */
#banner {
	width: 100%;
	overflow: hidden;
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#banner #banner-overlay {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	top: 50px;
}

#banner-wrap {
	max-height: 200px;
	max-width: 100%;
	overflow: hidden;
}

.menu {
	background: white;
	position: relative;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	z-index: 2;
	height: 46px;
}

#logo {
	background-color: #e93735;
	width: 64px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	z-index: 2;
	box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.15);    
	border-radius: 8px;
}

.small-navigation-button {
	float: right;
	color: #e93735;
	padding: 8px 20px 0 0;
	line-height: 30px;
	cursor: pointer;
}

.small-navigation-list {
	display: none;
	position: absolute;
	top: 46px;
	background-color: whitesmoke;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	width: 100%;
}

.small-navigation-list a {
	cursor: pointer;
	display: block;
	padding: 20px 0 20px 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.small-navigation-list a:nth-child(n+2) {
	border-top: 2px solid white;
}


.single-button-navigation {
	list-style-type: none;
	line-height: 46px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	width: 50%;
}

.navigation {
	display: none;
	list-style-type: none;
	line-height: 46px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin-left: 50px;
}

.navigation li {
	display: inline-block;
}

.navigation li a:hover, .navigation li a:active {
	color: #222222;
}

.navigation li:nth-child(1), .navigation li:nth-child(2) {
	text-align: right;
	margin-right: 35px;
}

.navigation li:nth-child(4), .navigation li:nth-child(5), .navigation li:nth-child(3) {
	text-align: left;
	margin-left: 25px;
}


.navigation li:nth-child(3) {
	margin-left: 100px;
}

.navigation-link {
	text-transform: uppercase;
	cursor: pointer;
}

@media screen and (min-width: 1001px) {
	.small-navigation {
		display: none;
	}
	.navigation {
		display: block;
	}
}

.contact-item {
	margin-bottom: 30px;
	font-size: 24px;
}

.contact-item i:first-child {
	display: block;
	margin: 10px;
	color: #e93735;
}

.mailto-link, .mailto-link:hover, .mailto-link:active, .mailto-link:visited	{
	color: #7c7c7c;
}

.fa-calendar {
	color: black;
	display: inline;
}

/* COMMON */
.twoCol {
   -webkit-columns: 100px 2; /* Chrome, Safari, Opera */
   -moz-columns: 100px 2; /* Firefox */
   columns: 100px 2;
   text-align: justify;
   text-justify: inter-word;
}
 
.red {
	color: #e93735;
	display: inline;
}
 

/* AGENDA */
.event-date {
	font-style: italic;
	display: inline;
}

.event-title{
	font-weight: bold;
	display: inline;
}

.event-description {
	margin-left: 50px;
}


/* FOOTER */

footer {
	text-align: center;
	padding: 60px 40px 40px 40px;
	background: #FFFFFF;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
	position: relative;
}

.footer-line {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.to-top-button {
	background-color: #e93735;
	padding: 8px 10px;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	top: -31px;
	left: 50%;
	margin-left: -23px;
}

/* A HREF's */
main a:link, main a:visited {
	color: #333;
    text-decoration: none;
}

main a:hover, main a:active {
	color: #333;
    text-decoration: underline;
}

a:link, a:visited {
	color: #6a6a6a;
    text-decoration: none;
}

a:hover, a:active {
	color: #6a6a6a;
    text-decoration: underline;
}

/* http://fonts.googleapis.com/css?family=Montserrat */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'),
		url(http://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
		U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}