@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,500,700);

/* Reset ---------------------------------------- */
*
{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	vertical-align: baseline;
	background: transparent;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	font: 14px/1.1 'Fira Sans', sans-serif;
	color: #fff;
	background: #ddd;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.dark
{
	color: #fff;
	background: #222;
}

a
{
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

a, a:visited
{
	text-decoration: none;
	color: #5FB2B8;
}

a:hover { color: #fff; }

a:link.button, a:visited.button, button
{
	font-size: 18px;
	color: #fff !important;
	padding: 14px 20px 10px;
	display: inline-block;
	background-color: #222;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
}

button
{
	font-size: 14px;
	padding: 8px 20px 6px;
	border-radius: 20px;
	float: right;
}

a:hover.button, .button:hover, button:hover { background-color: #5FB2B8; }

.group:after
{
	content: "";
	display: table;
	clear: both;
}

img { max-width: 100%; }

h1,h2, h3, h4
{
	margin-bottom: 15px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}

.dark h1, .dark h2, .dark h3, .dark h4 { text-shadow: 3px 3px 0 rgba(0,0,0,0.2); }

h1
{
	font-size: 44px;
	line-height: 1;
}

.tagline h1 { font-size: 50px; }

h2
{
	font-size: 30px;
	font-family: 'Fira Sans', sans-serif;
}

h3
{
	color: #5FB2B8;
	font-size: 28px;
}

h4
{
	font-size: 18px;
	color: #5FB2B8;
}

h5
{
	font-size: 16px;
	color: #888;
}

.dark h5 { color: #fff; }

p
{
	color: #888;
	line-height: 1.3;
	margin-bottom: 20px;
}

.dark p { color: #eee; }

.container
{
	width: 100%;
	max-width: 1200px;
	min-width: 1024px;
	background: #fff url(i/bg.png) center top repeat-y;
	margin: 0 auto;
}

.dark .container { background: #575757 url(i/bg-dark.png) center top repeat-y; }

.header
{
	width: 100%;
	height: 500px;
	background: transparent url(i/banner-bg.jpg) 0 115px repeat-x;
}

.social
{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 3;
	opacity: 0.3;
}

.dark .social { opacity: 1; }

.social img
{
	width: 30px;
	margin-right: 5px;
}

.logo
{
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 28px;
	color: #aaa;
	text-align: center;
	line-height: 34px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.dark .logo { color: #fff; }

.logo em
{
	font-style: normal;
	color: #5FB2B8;
	font-size: 46px;
	letter-spacing: -1px;
	display: block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}

.logo span
{
	font-size: 12px;
	display: block;
	letter-spacing: 5px;
	line-height: 20px;
}

.tagline
{
	width: 38%;
	position: absolute;
	right: 20px;
	top: 180px;
	text-align: right;
}

@media screen and (max-width: 1024px)
{
	.tagline { top: 150px; }
}

.banner
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 56%;
	z-index: 2;
}

/* pager */
.cycle-pager
{
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 25px;
}

.cycle-pager span
{
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	opacity: 0.6;
	margin: 0 2px;
}

.cycle-pager span.cycle-pager-active { opacity: 1; }
.cycle-pager > * { cursor: pointer; }
.banner img { max-width: 100%; }
.section { width: 100%; }

.col, .col2
{
	width: 50%;
	float: left;
	padding: 30px;
	z-index: 9;
}

#register .col { width: 40%; }

.sq img
{
	width: 240px;
	margin: 10px;
}

@media screen and (max-width: 1160px)
{
	.sq img { width: 200px; }
}

.col2 { text-align: right; }
.col2 p { padding-left: 100px; }

@media screen and (max-width: 1024px)
{
	.col2 p { padding-left: 10px; }
}

.darker { background: #ededed; }
.dark .darker { background: #2d2d2d; }

.hero
{
	width: 100%;
	height: 380px;
	background: #ccc url(i/hero.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: right;
	padding: 30px;
}

.hero h1
{
	width: 45%;
	float: right;
}

.room
{
	display: block;
	padding-top: 220px;
}

.tf
{
	position: absolute;
	top: -90px;
	right: 0;
	opacity: 0.95;
}

.dark .tf { opacity: 0.8; }

.dwgtxt
{
	color: #5FB2B8;
	position: absolute;
	bottom: 10px;
	left: 30px;
	width: 45%;
	z-index: 2;
}

.comtxt
{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 45%;
	z-index: 999;
	text-align: right;
}

.maptxt
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 35%;
	text-align: left;
	z-index: 9;
}

@media screen and (max-width: 1150px)
{
	.maptxt br { display: none; }
	.maptxt p { font-size: 13px; }
}

#register
{
	background: #f7f7f7;
	margin-top: -5px;
}

.dark #register { background: #575757; }
#register .col { padding: 0 30px 30px; }

#register h2
{
	background: #5FB2B8;
	color: #fff;
	width: 100%;
	line-height: 60px;
	height: 55px;
	text-shadow: none;
	text-indent: 30px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}

.dark #register h2
{
	background: #fff;
	color: #222;
}

form
{
	font: 14px/1.3 'Fira Sans', sans-serif;
	font-weight: 400;
	color: #888;
}

.dark form { color: #eee; }

button,
input,
optgroup,
select,
textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}

button { overflow: visible; }
button,
select { text-transform: none; }

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"]
{
	-webkit-appearance: none;
	cursor: pointer;
}

input { line-height: normal; }

textarea { overflow: auto; }

input, textarea, select
{
	background: #ddd;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 10px;
	border: none;
}

.dark input, .dark textarea, .dark select { background: #838383; }
input[type="submit"] { width: auto; }

select
{
	font-size: 13px !important;
	padding: 5px 2px;
	height: 28px;
	font-family: Helvetica, Arial, sans-serif;
}

label
{
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cbox
{
	display: inline-block;
	padding-left: 25px;
	text-indent: -25px;
	text-transform: none;
	width: 130px;
	margin-bottom: 8px;
}

.cbox { width: 100%; }

.cbox input
{
	width: 20px;
	height: 12px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

label.error { display: none !important; }
input.error, select.error, textarea.error { border: 1px solid #f73d71; }

.developer
{
	width: 75%;
	margin: 30px 0;
	display: block;
}

.awards { width: 90%; }

.footer
{
	width: 100%;
	clear: both;
	background: #fff;
	min-height: 50px;
	padding: 20px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
}

.dark .footer { background: #111; }
