/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
    width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
    vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    border: 2px solid #ffffff;
    background-size: 100% auto;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 5%;
	background: url(../img/left_arrow.png);
}

.bx-wrapper .bx-next {
	right: 5%;
	background: url(../img/right_arrow.png);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 42px;
	height: 81px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo100-regular-webfont.eot');
    src: url('../fonts/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo100-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo100-regular-webfont.woff') format('woff'),
         url('../fonts/museo100-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo100-regular-webfont.svg#museo100') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo500-regular-webfont.eot');
    src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo500-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo500-regular-webfont.woff') format('woff'),
         url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo900-regular-webfont.eot');
    src: url('../fonts/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo900-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo900-regular-webfont.woff') format('woff'),
         url('../fonts/museo900-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo900-regular-webfont.svg#museo900') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100-webfont.woff2') format('woff2'),
         url('../fonts/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museosans-100-webfont.ttf') format('truetype'),
         url('../fonts/museosans-100-webfont.svg#museo_sans100') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museosans-100italic-webfont.eot');
    src: url('../fonts/museosans-100italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100italic-webfont.woff2') format('woff2'),
         url('../fonts/museosans-100italic-webfont.woff') format('woff'),
         url('../fonts/museosans-100italic-webfont.ttf') format('truetype'),
         url('../fonts/museosans-100italic-webfont.svg#museo_sans100_italic') format('svg');
    font-weight: 100;
    font-style: italic;
}

body {
    font-family: 'Museo Sans', serif;
    font-weight: 100;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo', serif;
}
h1 {
    font-size: 30px;
}
img {
    max-width: 100%;
}
h1.title {
    position: relative;
    padding-bottom: 10px;
}
h1.title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 2px;
    background: #000000;
}
.container {
    width: 100%;
    overflow-x: hidden;
}
.wrapper {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}
#header {
    background: #002b64;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
#header .logo {
    display: inline-block;
}
.menu {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
}
.menu span {
    display: inline-block;
    background: #ffffff;
    width: 12px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -6px;
    transition: transform 0.8s;
    -webkit-transition: -webkit-transform 0.8s;
}
.menu span:nth-child(1) {
    transform: translate(-50%, -6px);
    -webkit-transform: translate(-50%, -6px);
}
.menu span:nth-child(2) {
    transform: translate(50%, -6px);
    -webkit-transform: translate(50%, -6px);
}
.menu span:nth-child(3) {
    transform: translate(-50%, 6px);
    -webkit-transform: translate(-50%, 6px);
}
.menu span:nth-child(4) {
    transform: translate(50%, 6px);
    -webkit-transform: translate(50%, 6px);
}
.open .menu span:nth-child(1) {
    transform: translate(-50%, -6px) rotate(45deg);
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
}
.open .menu span:nth-child(2) {
    transform: translate(50%, -6px) rotate(-45deg);
    -webkit-transform: translate(50%, -6px) rotate(-45deg);
}
.open .menu span:nth-child(3) {
    transform: translate(-50%, 6px) rotate(-45deg);
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
}
.open .menu span:nth-child(4) {
    transform: translate(50%, 6px) rotate(45deg);
    -webkit-transform: translate(50%, 6px) rotate(45deg);
}
.nav {
    display: inline-block;
    float: right;
}
.nav ul.main,
.nav ul.social {
    margin: 0;
    padding: 50px 0 0;
    list-style: none;
    display: inline-block;
}
.nav ul li {
    display: inline-block;
    vertical-align: middle;
}
.nav ul.main li:last-child {
    margin-right: 20px;
}
.nav ul.main li {
    margin-right: 30px;
}
.nav ul.social li {
    margin-left: 10px;
}
.nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    transition: color 0.8s;
    -webkit-transition: color 0.8s;
}
.nav ul.main li a {
    padding: 5px;
}
.nav ul.main li a:hover {
    color: #f57f20;
}
.nav ul.social li a {
    background: #0095da;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}
.banner {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner li {
    overflow: hidden;
}
.orange {
    background: #f57f20;
    padding: 30px 0;
    color: #ffffff;
    font-size: 18px;
}
.orange h3 {
    font-size: 22px;
}
.col2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.col3 {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px;
}
.col3 .trigger {
    padding: 20% 10%;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.dates {
    position: relative;
    padding: 60px 0 0;
    transition: padding 0.8s;
    -webkit-transition: padding 0.8s;
}
.dates .col3 {
    padding: 0;
}
.dates .col3 h3 {
    font-weight: 900;
    font-size: 22px;
    margin: 0;
}
.dates .col3 p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}
.light-blue {
    background: #017bb3;
    color: #ffffff;
}
.purple {
    background: #92278f;
    color: #ffffff;
}
.dark-blue {
    background: #002b64;
    color: #ffffff;
}
.dates .trigger:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.centered {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.button {
    background: #f57f20;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px 20px;
    font-weight: 900;
    text-decoration: none;
    font-family: 'Museo', serif;
    font-size: 16px;
    display: inline-block;
}
#calendar {
    padding: 60px 0 0;
}
#places,
#sponsors {
    color: #ffffff;
    padding: 50px 0;
    overflow: hidden;
    max-height: 60px;
    transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    cursor: pointer;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
#places {
    background-image: url(../img/places_to_eat_bg.jpg);
    background-size: cover;
    background-position: center;
}
#sponsors {
    background-image: url(../img/sponsors_bg.jpg);
    background-size: cover;
    background-position: center;
}
#places a,
#sponsors a {
    color: #ffffff;
}
#places .centered h1,
#sponsors .centered h1 {
    padding-bottom: 100px;
}
#places .centered h1.title:after,
#sponsors .centered h1.title:after {
    background: #ffffff;
    height: 0;
    opacity: 0;
    transition: height 0.5s, opacity 0.5s;
    -webkit-transition: height 0.5s, opacity 0.5s;
}
#places .centered h1 + *,
#sponsors .centered h1 + * {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transition: transform 0.8s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
}
#places.active,
#sponsors.active {
    max-height: 1000px;
    cursor: auto;
}
#places.active .centered h1,
#sponsors.active .centered h1 {
    padding-bottom: 10px;
}
#places.active .centered h1:after,
#sponsors.active .centered h1:after {
    height: 2px;
    opacity: 1;
}
#places.active .centered h1 + *,
#sponsors.active .centered h1 + * {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.places,
.sponsors {
    margin: 0;
    padding: 40px 0 0;
    list-style: none;
    text-align: center;
    opacity: 0;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transition: transform 0.8s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
#places.active .places,
#sponsors.active .sponsors {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
}
.places li,
.sponsors li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4%;
}
.places li:first-child,
.sponsors li:first-child {
    margin-left: 0;
}
.paces li:last-child,
.sponsors li:last-child {
    margin-right: 0;
}
#map {
    height: 800px;
}
#gallery {
    padding-top: 80px;
}
.gallery {
    margin: 0;
    padding: 60px 0 80px;
    list-style: none;
    text-align: center;
}
.gallery li {
    display: inline-block;
    margin: 8px 1%;
    height: 200px;
    width: 23%;
    background-size: cover;
    background-position: center;
}
.gallery li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery li:nth-child(n-4) {
    margin-left: 0;
}
.gallery li:nth-child(4n) {
    margin-right: 0;
}
.dates .detail {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    cursor: auto;
    height: 0;
    overflow: hidden;
    transition: height 0.8s;
    -webkit-transition: height 0.8s;
}
.table {
    border-bottom: 1px solid #ffffff;
}
.table .row {
    border-top: 1px solid #ffffff;
}
.table .col {
    display: inline-block;
    vertical-align: top;
}
.table .row .col:nth-child(1) {
    width: 30%;
}
.table .row .col:nth-child(2) {
    width: 30%;
}
.table .row .col:nth-child(3) {
    width: 25%;
}
.table .row .col:nth-child(4) {
    width: 15%;
}
.table .col > div {
    padding: 10px;
}
.table .head {
    border-bottom: 1px solid #ffffff;
    display: none;
    font-family: 'Museo', serif;
    font-weight: 700;
}
.table .row:first-child .head {
    display: block;
}
#registrations .register {
    overflow: hidden;
    transition: padding 0.8s, height 0.8s, opacity 0.5s;
    -webkit-transition: padding 0.8s, height 0.8s, opacity 0.5s;
}
#registrations .table a {
    color: #ffffff;
}
#registrations .table .row .col:nth-child(1) {
    width: 80%;
}
#registrations .table .row .col:nth-child(2) {
    width: 20%;
    text-align: right;
}
#registrations .detail {
    height: 0;
    overflow: hidden;
    transition: height 0.8s;
    -webkit-transition: height 0.8s;
}
.top-padding {
    padding-top: 141px;
}
#sub-sponsors ul {
    padding: 0;
    list-style: none;
}
#sub-sponsors ul li {
    display: inline-block;
    margin: 10px;
    width: 200px;
}
#footer {
    background: #1f2122;
    color: #a1b1bc;
}
.footer-top {
    background: #002b64;
    padding: 50px 0;
    font-size: 14px;
}
.footer-top h3 {
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-top .col3:first-child h3 {
    margin-bottom: 40px;
}
.footer-top .social {
    margin: 0;
    padding: 70px 0 0;
    list-style: none;
}
.footer-top .social li {
    display: inline-block;
    background: #0095da;
    border-radius: 5px;
    margin-right: 10px;
}
.footer-logo {
    margin: 80px auto 0;
    display: block;
    width: 80%;
}
#footer .form input[type=text],
#footer .form input[type=email],
#footer .form textarea {
    background: #222533;
    padding: 8px 12px;
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    margin: 0 0 10px;
}
#footer .form input[type=text],
#footer .form input[type=email] {
    padding-right: 50px;
}
#footer .name,
#footer .email {
    position: relative;
}
#footer .form .name:after {
    content: url(../img/name_icon.png);
    position: absolute;
    top: 8px;
    right: 19px;
    z-index: 1000;
}
#footer .form .email:after {
    content: url(../img/email_icon.png);
    position: absolute;
    top: 8px;
    right: 19px;
    z-index: 1000;
}
#footer .form textarea {
    resize: none;
    height: 100px;
}
#footer .form input[type=submit] {
    color: #ffffff;
    background: #017bb3;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    border: none;
    outline: none;
}
#footer .nav ul {
    padding: 0;
    margin: 16px 0;
}
.nav ul.foot li {
    margin-right: 30px;
}
.nav ul.foot li:last-child {
    margin: 0;
}
.nav ul.foot li a {
    color: #a1b1bc;
}
.footer-bottom a {
    color: #a1b1bc;
    text-decoration: none;
}
.footer-bottom .col2 {
    vertical-align: middle;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

.alert {
padding: 10px;
background-color: #f57f20;
color: white;
margin-bottom: 15px;
font-weight: bold;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

@media only screen and (max-width: 1280px) {
    .gallery li {
        margin: 8px !important;
    }
    .sponsors li {
        margin: 10px 2% !important;
    }
}

@media only screen and (max-width: 1024px) {
    #header {
        position: relative;
    }
    .top-padding {
        padding: 0;
    }
    .menu {
        display: block;
    }
    #header .logo {
        display: block;
        width: 60%;
        max-width: 200px;
        margin: 0 auto;
    }
    .nav {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 100%;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transition: right 0.8s;
        -webkit-transition: right 0.8s;
    }
    .open .nav {
        right: 0;
    }
    .nav ul.main {
        padding: 0;
        width: 100%;
    }
    .nav ul.main li {
        width: 100%;
        background: #002b64;
        border-top: 1px solid #ffffff;
        margin: 0;
    }
    .nav ul.main li a {
        padding: 8px 15px;
        display: block;
    }
    .nav ul.social {
        padding: 10px 0;
        width: 100%;
        background: #002b64;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .footer-bottom .col2:nth-child(2) {
        display: none;
    }
    .footer-bottom .col2 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .sponsors li {
        margin: 10px 5%;
    }
    h1.title {
        font-size: 24px;
    }
    .col3 {
        width: 100%;
    }
    .col3 .trigger {
        padding: 50px 10%;
    }
    .dates .detail {
        position: relative;
    }
    .footer-top .social {
        padding: 0;
    }
    .footer-logo {
        text-align: center;
        margin: 20px auto 0;
    }
    .col2 {
        width: 100%;
        display: block;
    }
    .footer-bottom .col2 p {
        margin: 0;
        padding: 16px 0;
    }
    .table .row .col {
        width: 100% !important;
    }
    .table .row .head {
        display: inline-block !important;
        width: 30%;
        box-sizing: border-box;
        border: none;
        vertical-align: top;
        padding: 5px 10px;
    }
    .table .row .value {
        display: inline-block;
        width: 70%;
        box-sizing: border-box;
        vertical-align: top;
        padding: 5px 10px;
    }
    #registrations .table .row .head {
        display: none !important;
    }
    #registrations .table .row .col:nth-child(1) {
        width: 70% !important;
    }
    #registrations .table .row .col:nth-child(2) {
        width: 30% !important;
    }
    #registrations .table .row .value {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #map {
        height: 500px;
    }
    .centered {
        width: 100%;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
