@font-face {
	font-family: 'droidSans';
	src: url('../fonts/DroidSansMono-webfont.eot');
	src: url('../fonts/DroidSansMono-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidSansMono-webfont.woff') format('woff'),
		url('../fonts/DroidSansMono-webfont.ttf') format('truetype'),
		url('../fonts/DroidSansMono-webfont.svg#droid_sans_monoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans';
	src: url('../fonts/PTS55F-webfont.eot');
	src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PTS55F-webfont.woff') format('woff'),
		url('../fonts/PTS55F-webfont.ttf') format('truetype'),
		url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: "PTSans";
	font-size: 14px;
}

ul li, ol li {
	list-style: none;
}

a, a:hover {
	color: #646F7F;
	text-decoration: none;
}
a:hover { color: #949FAF; }

h1, h2 {
	color: #666;
	text-align: center;
	margin: 10px;
}

table {
	width: 98%;
	border-collapse: collapse;
	margin: 1%;
}
table > thead th {
	border-bottom: 1px solid #AAA;
	padding: 5px 0px;
	text-align: left;
}
table > tbody tr:nth-child(even) {
	background: #FAFAFA;
}
table > tbody td {
	padding: 3px 5px;
	/*border-bottom: 1px solid #E2E2E2;*/
}

.fleft { float: left; }
.fright { float: right; }
.clearfix {	clear: both; }

.col-2 { width: 50%; }
.col-3 { width:33.33%; }
.col-4 { width: 25%; }

.btn {
	background: #F3A46B;
	padding: 10px;
	border: none;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px 10px;
	font-family: "droidSans";

}

.btn-small {
	background: #F3A46B;
	padding: 5px 10px;
	border: none;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px 5px;
	font-family: "droidSans";
}
.btn:hover {
	background: #F3945B;
	color: #FFF;
}
.hover-btn {
	position: absolute;
	display: none;
	padding: 5px 25px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 3.5em;
	color: #FFF;
	cursor: pointer;
}

* {
	margin: 0;
	padding: 0;
}

.header {
	position: relative;
	top: 10%;
	background: #FFF;
	width: 100%;
	height: 60px;
	z-index: 1000;
	border-bottom: 1px solid #CCC;
}

.logo {
	color: #000;
	padding: 15px 15px 15px 90px;
	height: 30px;
	font-size: 22px;
	background: url(../img/logo.png) no-repeat left center;
	background-size: 90px 60px;
	font-weight: bold;
}

.nav-menu {
	padding: 10px 10px;
	font-size: 0px;
}

.nav-menu-item a {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 15px;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #DADADA;
}

.nav-menu-item { display: inline; }

.subscription {
	padding: 15px 1px;
}
.subscription input {
	width: 150px;
	height: 22px;he
	padding: 3px 10px;
	border: 1px solid #CCC;
}

.wrapper {
	padding-top: 60px;
}

.footer {
	height: 20px;
	background: #333A34;
	color: #AAA;
	text-align: center;
	padding: 20px;
}

.overlay {
	position: fixed;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

#page-loading > .loading-content {
	margin: 0px auto;
	margin-top: 45%;
	padding: 20px;
	background: #AAA;
	opacity: 1;
	color: #333;
	padding: 20px;
}

#event-register > .register-form {
	background: #FFF;
	border: 1px solid #DEDEDE;
	position: absolute;
	width: 50%;
	margin: 200px 25%;
	padding: 20px;
}

.close-button {
	position: absolute;
	right: 10px;
	margin-top: -10px;
	font-size: 1.5em;
	color: #666;
	cursor: pointer;
}