/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
CSS Reset
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
 
@charset "utf-8";
 
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
Font-Face styling
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

@font-face {
    font-family: 'ProximaNovaRgBold';
    src: url('../../assets/fonts/proximanova-bold-webfont.eot');
    src: url('../../assets/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../../assets/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../../assets/fonts/proximanova-bold-webfont.svg#ProximaNovaRgBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaRgRegular';
    src: url('../../assets/fonts/proximanova-regular-webfont.eot');
    src: url('../../assets/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../../assets/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../../assets/fonts/proximanova-regular-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
Site wide styling
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
 
body {
	color: #666;
	font-family: 'ProximaNovaRgRegular', Arial, sans-serif;
}
 
h1, h2 {
  	font-family: 'ProximaNovaRgBold', Arial, sans-serif;	
  	text-align: center;	
	font-size: 2em;
	font-weight: 600;	
	margin-bottom: 30px;
}

h1 {
	color: #fff;
	font-size: 4.7em;
	font-weight: 900;
	padding: 2.2em 0 0.2em 0;	
}

h1 span {
	font-size: 0.5em;	
	display: block;
}

h3 {
    color: #f8c3cb;
    font-size: 1.6em;
    line-height: 1.1;
}

p {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0;	
}
 
li {
	font-size: 1.4em;
	line-height: 1.8em;		
}

.normal-list {
	list-style: disc;
	margin: 0 0 15px 40px;
}

.normal-list li {
	font-size: 1.1em;
	line-height: 1.6;
	color: white;
}
 
a:link, a:active, a:visited {
	color: #ebebeb;	
	text-decoration: none;
}

small {
	font-size: 80%;
}

i {
	font-style: italic;
}

.block {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid white;
}
 
/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
Containers and Wrappers
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

div#nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 999;
}

div#nav ul {
	text-align: center;
	margin: 0;
	padding: 0 1em;
}

div#nav ul li {
	display: inline;	
	color: #fff;
	font-size: 1em;
	font-weight: 900;
	padding: 2em;
	position: relative;
}

div#nav ul li a {
	cursor: pointer;
}

div#nav ul li#logo {
	overflow: hidden;
	width: 80px;
	text-align: center;
}

div#nav ul li#logo img {
	position: absolute;
	left: 0;
	top: 0;
}
 
div.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

body#inner-page {
	background: url("../../assets/images/bg3.jpg") fixed;
	background-size: cover;
	overflow: visible;
}

body#inner-page div#header {
	background: none;
}
 
div#header {
	width: 100%;
	height: 100%;
	padding-bottom: 3.75em;
	background: url("../../assets/images/bg3.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}

div#how {
	width: 100%;
	height: 100%;	
	padding: 3.75em 0;
	background: url("../../assets/images/bg4.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;	
}

div#events {
	width: 100%;
	padding: 3.75em 0;
	background: url("../../assets/images/bg6.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;	
}

div#supporters {
	width: 100%;
	padding: 3.75em 0;
	background: url("../../assets/images/bg8.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;	
}

div#donate {
	width: 100%;
	background-size: cover;
	overflow: hidden;
}

#inner-page div#events {
	background: none;
	padding: 0;
}

div.red {
	padding: 3em;
	background-color: rgba(207, 36, 36, 0.8);
	text-align: left;
}

div#home {
	margin-top: 60px;
	overflow: hidden;
}

div#home p i {
	float: right;
    font-style: italic;
    margin-top: 10px;
}

div#home p img {
	float: left;
	margin: 0 20px 0 0;
}

div.grey {
	padding: 3em;
	background-color: rgba(240, 240, 240, 0.7);
}

div.grey img {
	float: left;
	padding-right: 2em;
	margin-top: 6px;
}

div.red h2,
div.red p {
	color: #fff;
}

div#header p {
	margin-bottom: 0;
	text-align: justify;
}

#inner-page div.section {
	padding: 0;
}

div.section {
	padding: 3.75em 0;
}

div.section p {
       -moz-column-count: 2;
       -moz-column-gap: 2em;
       -webkit-column-count: 2;
       -webkit-column-gap: 2em;	
}

#inner-page div.section p {
	-moz-column-count: 1;
       -moz-column-gap: 0em;
       -webkit-column-count: 1;
       -webkit-column-gap: 0em;
       margin-bottom: 15px;	
}

p strong {
	font-weight: bold;
}

a.button {
	/* Standard button styling. Includes fallback colour for older browsers */
	text-align: center;
	clear: both;
	background-color: #28a0dd;	
	background: -moz-linear-gradient(
		top,
		#28a0dd 0%,
		#0085c1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#28a0dd),
		to(#0085c1));	
	padding: 0.6em 2.2em;
	font-size: 1.3em;
	color: #fff;	
	font-weight: 600;
	border: solid 1px #028ecd;
	border-radius: 4px;
}

a.button:hover {
	/* Standard button hover styling. Includes fallback colour for older browsers */
	background-color: #35aeeb;
	background: -moz-linear-gradient(
		top,
		#3bafea 0%,
		#0085c1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3bafea),
		to(#0085c1));	
	cursor: pointer;	
}

a.button.small {
	font-size: 0.9em;
	float: right;
	font-weight: bold;
}

div.circle {
	float: left;
	margin: 50px;
	margin-bottom: 0;
}

div.circle p {
	color: #feecec;
	text-align: center;
	margin-top: 10px;	
       -moz-column-count: 1;
       -webkit-column-count: 1;
}

div.sponsor {
	width: 100px;
	float: left;
	margin-right: 52px;
	margin-top: 20px;
	text-align: center;
}

div.sponsor p {
	font-size: 0.9em;
	-moz-column-count: 1;
	-webkit-column-count: 1;	
}

#supporters div.section p {	
	-moz-column-count: 1;
	-webkit-column-count: 1;
}

div#supporters img {
	padding: 0;
	float: left;
	margin-bottom: 6px;
}

.no-right-margin {
	margin-right: 0 !important;
}

a.inline {
	border-bottom: 1px dotted white;
}

.grey a.inline {
	color: #666;
	border-color: #666;
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
Events styling
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

.event-item {
	padding-bottom: 35px;
	border-bottom: 2px solid white;
	margin-bottom: 35px;
	display: table;
}

.white-line {
	display: block;
	height: 2px;
	border-bottom: 2px solid white;
	width: 100%;
	margin-bottom: 35px;
}

div.red .event-item p.time_date {
	color: #f8c3cb;
	font-size: 1.2em;
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
Footer styling
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
 
div#footer {
	font-size: 13px;
	position: relative;
	height: 40px;
}

#inner-page div#footer {
	margin: 40px 0 0;
}

div#footer p.left {
	float: left;
	width: 600px;
}

div#footer p.right {
	float: right;
    text-align: right;
    width: 205px;
}

div#footer p {
	padding: 10px 0;
	color: #888;
}

#inner-page div#footer p, #inner-page div#footer a:link, #inner-page div#footer a:active, #inner-page div#footer a:visited {
	color: white;
}
 
div#footer a:link, div#footer a:active, div#footer a:visited {
	color: #888;	
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
toTop styling
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

#toTop {
	width:40px;
	height: 40px;
    text-align: center;
    background: url("../images/up.png") no-repeat left top;
    position: fixed;
    bottom: 28px; 
    right: 28px;  
    cursor: pointer;
    display: none;
}

#nav .container {
	height: 90px
}

#nav-left {
	left: 0;
    position: absolute;
    top: 36px;
    width: 400px;
}

#logo {
	margin-left: auto;
    margin-right: auto;
    width: 130px;
}

#nav-right {
	left: 525px;
    position: absolute;
    top: 36px;
    width: 460px;
}