/*!***********************************
        mito. clever things.
************************************/

/*
 * HTML5 Boilerplate
 *
 * 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,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	color: #fff;
}
body.active-main {
	background-color: #002745;
}
body.active-speakers {
	overflow-y: scroll;
	background-color: #2a0040; /*00173e*/
}
body.active-location {
	background-color: #450000;
}
body.active-venue {
	background-color: #2f1900; /*#2a0040*/
}
body.active-travel {
	background-color: #454400;
}
body.active-organizers {
	background-color: #00173e;/*450031*/
}
body.active-partners {
	background-color: #00450d;
}
body.active-registration {
	background-color: #452400;
}
body.active-contact {
	background-color: #00453b; /*#00450d*/
}
body.active-schedule {
	background-color: #450031; /*#00453b*/
}
body.active-workshops {
	background-color: #002745; /*#00453b*/
}
body.active-videos {
	background-color: #002745; /*#00453b*/
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}


/* ==========================================================================
   mloc.js styles
   ========================================================================== */

/* Layout */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	-webkit-transition: background-color .3s ease-out;
	   -moz-transition: background-color .3s ease-out;
	    -ms-transition: background-color .3s ease-out;
		 -o-transition: background-color .3s ease-out;
			transition: background-color .3s ease-out;
}

.site-main {
	position: relative;
	color: #fff;
}

.site-main .section {
	position: relative;
	padding: 0 1em;
}
.js .site-main .section {
	display: none; /* prevent flicker before resizing full-height */
}

.site-main .main-head {
	position: relative;
}

/* Basic styles */
h1,
h2,
h3,
h4,
h5 {
	font-family: "Steelfish", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.js h1,
.js h2,
.js h3,
.js h4,
.js h5,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5 {
	visibility: hidden;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5 {
	visibility: visible;
}

h2 {
	padding: .1em 0;
	font-size: 2.9em;
	line-height: 1.25;
	letter-spacing: -1px;
}

h3 {
	padding: .1em 0;
	font-size: 1.5em;
	line-height: 1.25;
	letter-spacing: -1px;
}

h4,
h5 {
	padding: .1em 0;
	font-size: 1.25em;
	line-height: 1.25;
	letter-spacing: -1px;
}
h5 { letter-spacing: 1px; }

a {
	color: #fff;
	text-decoration: underline;
}

/* link hover colors */
body.active-main .site-main a:not(.more):hover { color: #8f979e; }
body.active-organizers .site-main a:not(.more):hover { color: #9aa2af; }
body.active-speakers .site-main a:not(.more):hover { color: #b9aac1; }
body.active-schedule .site-main a:not(.more):hover { color: #b9aac1; }
body.active-location .site-main a:not(.more):hover { color: #c2a4a4; }
body.active-venue .site-main a:not(.more):hover { color: #b8ab9d; }
body.active-registration .site-main a:not(.more):hover { color: #a59b90; }
body.active-travel .site-main a:not(.more):hover { color: #aeae9a; }
body.active-partners .site-main a:not(.more):hover { color: #a0b2a3; }
body.active-contact .site-main a:not(.more):hover { color: #a3b2af; }
body.active-videos .site-main a:not(.more):hover { color: #aeae9a; }

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

iframe {
	position: relative;
	display: block;
}

/* Navigation */
.logo {
	display: none;
}
.social {
	position: fixed;
	right: .25em;
	top: 0;
	display: block;
	z-index: 3;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social li {
	display: block;
	float: left;
}
.social a {
	display: block;
	width: 3em;
	height: 3.4312em;
	background: center center no-repeat;
	text-indent: -999em;
}
.social .tw {
	background-image: url(../img/icon-twitter.png);
}
.social .fb {
	background-image: url(../img/icon-facebook.png);
}
.social .li {
	background-image: url(../img/icon-linkedin.png);
}
.toggle-nav {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	z-index: 3;
	width: 3.6em;
	height: 3.4312em;
	background: #000 url(../img/bg-menu-mloc.png) left top no-repeat;
	background-size: 100%;
	text-indent: -999em;
}
.site-nav {
	position: relative;
	top: 3.4312em;
}
.site-nav ul {
	margin: 0;
	padding: 0;
}
.site-nav li {
	position: relative;
	display: block;
}
.site-header.anim-in,
.site-header.in {
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}
.site-header.anim-out {
	z-index: 1;
	background-color: transparent;
}
.site-header.out {
	overflow: hidden;
}
.site-header.out .site-nav {
	left: -155px;
}
.site-header.in .site-nav {
	left: 0;
}
.site-header.anim-in .site-nav {
	-webkit-animation: slideInFromLeft .5s ease-out forwards;
	   -moz-animation: slideInFromLeft .5s ease-out forwards;
	    -ms-animation: slideInFromLeft .5s ease-out forwards;
	     -o-animation: slideInFromLeft .5s ease-out forwards;
			animation: slideInFromLeft .5s ease-out forwards;
}
.site-header.anim-out .site-nav {
	-webkit-animation: slideOutToLeft .5s ease-out forwards;
	   -moz-animation: slideOutToLeft .5s ease-out forwards;
	    -ms-animation: slideOutToLeft .5s ease-out forwards;
	     -o-animation: slideOutToLeft .5s ease-out forwards;
			animation: slideOutToLeft .5s ease-out forwards;
}
.site-nav li a {
	display: inline-block;
	padding: .75em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: left center no-repeat;
	background-size: 1.5em;
	outline: none;
	-webkit-transition: background-color .3s ease-out, padding .3s ease-out;
	   -moz-transition: background-color .3s ease-out, padding .3s ease-out;
	    -ms-transition: background-color .3s ease-out, padding .3s ease-out;
		 -o-transition: background-color .3s ease-out, padding .3s ease-out;
			transition: background-color .3s ease-out, padding .3s ease-out;
}
.site-nav li a.active,
.site-nav li:nth-child(n) a.active {
	padding-left: 2em;
	padding-right: 0;
	background-image: url(../img/bg-menu-active.png);
	background-color: transparent;
}
.site-nav li:nth-child(1) a {
	background-color: #00173e;
}
.site-nav li:nth-child(2) a {
	background-color: #2a0040;
}
.site-nav li:nth-child(3) a {
	background-color: #450031;
}
.site-nav li:nth-child(4) a {
	background-color: #002745;
}
.site-nav li:nth-child(5) a {
	background-color: #450000;
}
.site-nav li:nth-child(6) a {
	background-color: #2f1900;
}
.site-nav li:nth-child(7) a {
	background-color: #454400;
}
.site-nav li:nth-child(8) a {
	background-color: #452400;
}
.site-nav li:nth-child(9) a {
	background-color: #00450d;
}
.site-nav li:nth-child(10) a {
	background-color: #00453b;
}
.site-nav .comp {
	display: none;
	background-color: rgba(0, 0, 0, .5);
}


/* Content */
.article {
	padding: 5em 0 0;
}
.article .header h2 {
	margin: .2em 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, .19);
	border-bottom: 1px solid rgba(255, 255, 255, .19);
}
.header h2 a {
	text-decoration: none;
}
.header h2 a:hover,
.header h2 a:focus {
	opacity: .8;
}
.article .header .no-bottom {
	border-bottom: none;
}
.article .header .no-top {
	border-top: none;
}
#main .header h3 {
	font-size: 2.8em;
}
.header h3 {
	margin: 0;
	font-size: 2.9em;
}
.header h4 {
	margin: 0;
	font-size: 2.5em;
}
.header h4.skewed {
	margin-bottom: 1em;
}
.header.multiline .on-left {
	margin-right: .2em;
}
.header.multiline small {
	display: block;
	font-size: .4em;
	line-height: normal;
}
.article .header .wrap {
	-webkit-transition: padding-top .3s ease-out;
	   -moz-transition: padding-top .3s ease-out;
	    -ms-transition: padding-top .3s ease-out;
		 -o-transition: padding-top .3s ease-out;
			transition: padding-top .3s ease-out;
}
.header .lead {
	margin-top: 0;
	padding-bottom: .5em;
	font-family: "Steelfish", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
}
.header .lead-before {
	padding: .5em 0 0;
	margin-bottom: 0;
}
.border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, .19);
}
.border-top {
	border-top: 1px solid rgba(255, 255, 255, .19);
}
.mloc {
	position: relative;
}
.mloc::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border: .1875em solid #002745;
	border-left: none;
	width: 3.9687em;
	height: .8125em;
	color: #fff;
	background: url(../img/mloc-js-logo.png) left center no-repeat #002745;
	background-size: 100%;
	box-shadow: .05em .05em .05em rgba(0, 0, 0, .1);
}
.header .mloc::before {
	top: .37em;
	border-width: .0656em;
	width: 1.389em;
	height: .2843em;
}
.skewed .mloc::before {
	-webkit-transform: skew(0,4.3deg);
	   -moz-transform: skew(0,4.3deg);
		-ms-transform: skew(0,4.3deg);
		 -o-transform: skew(0,4.3deg);
			transform: skew(0,4.3deg);
}
.active-main .mloc::before {
	border-color: #002745;
	background-color: #002745;
}
.active-speakers .mloc::before {
	border-color: #00173e;
	background-color: #00173e;
}
.active-location .mloc::before {
	border-color: #2a0040;
	background-color: #2a0040;
}
.active-venue .mloc::before {
	border-color: #2f1900;
	background-color: #2f1900;
}
.active-travel .mloc::before {
	border-color: #454400;
	background-color: #454400;
}
.active-organizers .mloc::before {
	border-color: #450031;
	background-color: #450031;
}
.active-partners .mloc::before {
	border-color: #450000;
	background-color: #450000;
}
.active-registration .mloc::before {
	border-color: #452400;
	background-color: #452400;
}
.active-contact .mloc::before {
	border-color: #00450d;
	background-color: #00450d;
}
.active-schedule .mloc::before {
	border-color: #00453b;
	background-color: #00453b;
}
.active-videos .mloc::before {
}
.article-content {
}
.skewed {
	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		 -o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	-webkit-transform: skew(0,-4.3deg);
	   -moz-transform: skew(0,-4.3deg);
		-ms-transform: skew(0,-4.3deg);
		 -o-transform: skew(0,-4.3deg);
			transform: skew(0,-4.3deg);
}
figure.skewed {
	position: relative;
	margin: 0 -1em;
}
.skewed img {
	width: 100%;
}
.more {
	position: relative;
	display: inline-block;
	float: right;
	margin-left: 3.5em;
	font-size: .6em;
	padding: .4em .4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #002745;
	background-color: #fff;
	-webkit-transition: background-color .3s ease-out;
	   -moz-transition: background-color .3s ease-out;
	    -ms-transition: background-color .3s ease-out;
		 -o-transition: background-color .3s ease-out;
			transition: background-color .3s ease-out;
}
.more::before {
	content: "";
	position: absolute;
	left: -2.2em;
	top: 0;
	width: 2.2em;
	height: 2.3em;
	background: #09131c url(../img/bg-more.png) center top no-repeat;
	background-size: 100%;
}
.more:hover,
.more:focus {
	color: #000;
	background-color: rgba(255, 255, 255, .8);
}
#target {
	position: fixed;
	right: 0;
	top: -8em;
	z-index: 0;
}
.carousel {
	position: relative;
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
}
.carousel-list {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transition: left .5s ease-out;
	   -moz-transition: left .5s ease-out;
	    -ms-transition: left .5s ease-out;
		 -o-transition: left .5s ease-out;
			transition: left .5s ease-out;
}
.carousel-list li {
	display: block;
	margin-bottom: .5em;
}
.carousel-active .carousel-list li {
	float: left;
	margin-bottom: 0;
}
.carousel-active .carousel-list li {
	opacity: 0.2;
	-webkit-transition: opacity .5s ease-out;
	   -moz-transition: opacity .5s ease-out;
	    -ms-transition: opacity .5s ease-out;
		 -o-transition: opacity .5s ease-out;
			transition: opacity .5s ease-out;
}
.carousel-active .carousel-list li.active {
	opacity: 1;
}
.carousel-list img {
	height: auto;
}
.carousel-control {
	position: absolute;
	right: 0;
	bottom: 0;
}
.carousel-control a {
	display: none;
	width: 3.5625em;
	height: 3.5625em;
	background: left top no-repeat;
	text-indent: -999em;
	outline: none;
	-webkit-transition: background-color .3s ease-out;
	   -moz-transition: background-color .3s ease-out;
	    -ms-transition: background-color .3s ease-out;
		 -o-transition: background-color .3s ease-out;
			transition: background-color .3s ease-out;
}
.carousel-active .carousel-control a {
	display: inline-block;
}
.carousel-control .prev {
	background-image: url(../img/carousel-prev.png);
}
.carousel-control .next {
	background-image: url(../img/carousel-next.png);
}
.active-location .carousel-control a:hover,
.active-location .carousel-control a:focus {
	background-color: #450000;
}

/*  */
.both-conference {
	position: relative;
}
	.both-conference img {
		display: block;
		margin-bottom: .63em;
	}

.venue-address { margin: 1em 0; }

/* hotels list */
.hotels-list {
	list-style: none;
	padding: 0;
}
.hotels-list h5 {
	font-size: 1.5em;
	margin-top: .5em;
}
.hotels-list li {
	margin-top: 1em;
	padding-top: 1.5em;
	border-top: 1px solid rgba(255, 255, 255, .19);
}
.hotels-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.speakers-list,
.schedule-list {
	list-style: none;
	padding: 0;
}
.schedule-list > li {
	padding-bottom: 6em;
}
.speakers-list > li {
	padding-bottom: .5em;
	margin-top: 4em;
}
.speakers-list .photo {
	float: left;
	margin-right: 1em;
	width: 15%;
}
.speakers-list .header,
.speakers-list .description {
	border-bottom: 1px solid rgba(255, 255, 255, .19);
}
.speakers-list h3 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 3em;
	line-height: .85em;
}
.schedule-list h3 {
	border-top: 1px solid rgba(255, 255, 255, .19);
	border-bottom: 1px solid rgba(255, 255, 255, .19);
}
.speakers-list h3.small {
	font-size: 2.3em;
}
.speakers-list small {
	float: left;
	margin: 0 0 .25em .25em;
	font-family: "Steelfish", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .85em;
	line-height: 1em;
}
#speakers .header h2,
.speakers-toc li a {
	-webkit-transition: opacity .5s ease-out;
	   -moz-transition: opacity .5s ease-out;
	    -ms-transition: opacity .5s ease-out;
		 -o-transition: opacity .5s ease-out;
			transition: opacity .5s ease-out;
}
.speakers-toc {
	list-style: none;
	padding: 0;
}
.speakers-toc li {
	float: left;
	width: 20%;
}
.speakers-toc li a {
	display: block;
}
.speakers-list {
	margin-bottom: 10em;
}
.abstract {
	background: rgba(255, 255, 255, .7);
	margin-bottom: 1em;
	padding: .5em 1em;
}
.abstract a {
    color: #2a0040;
}
.active-speakers .abstract {
	color: #2a0040;
}
.workshop {
	background: rgba(255, 255, 255, .1);
	margin-bottom: 1em;
	padding: .5em 1em;
}
.schedule-table {
	margin: 3em 0;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
.schedule-table th {
	padding: .2em .5em;
}
.schedule-table td {
	padding: .5em .5em 1em;
}
.schedule-table th {
	background-color: #fff;
}
.active-schedule .schedule-table th {
	color: #450031;
}
.active-workshops .schedule-table th {
	color: #002745;
}
.schedule-table th:first-child {
	background-color: #000;
	color: #fff;
}
.logos {
	position: relative;
	margin-bottom: 1em;
}
.logos img {
	display: inline-block;
	margin-right: 1em;
	width: 5em;
}
ul.logos {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logos li {
	display: block;
	float: left;
	padding: 0;
	margin-bottom: .5em;
	max-width: 33%;
	text-align: center;
}
.logos.sponsors li {
	max-width: 100%;
	text-align: center;
}
.logos.sponsors {
	overflow: auto;
}
.logos.sponsors li {
}
.logos.sponsors li:first-child + li img { margin-left: 2em; }
.logos.sponsors li img { margin: 0; }
.logos li img {
	width: auto;
}
.logos.media {}
.logos.media li {
	display: block;
	clear: both;
	padding: 0 0 1em 0;
}

#videos-content {
	margin-top: 50px;
}
#videos-content li {
	margin-bottom: 1em;
}

.twitter-timeline { margin: 0 auto; }
/* ==========================================================================
   Keyframe animations
   ========================================================================== */
@-webkit-keyframes slideInFromLeft {
	0% {left: -155px;}
	100% {left: 0;}
}
@-moz-keyframes slideInFromLeft {
	0% {left: -155px;}
	100% {left: 0;}
}
@-ms-keyframes slideInFromLeft {
	0% {left: -155px;}
	100% {left: 0;}
}
@-o-keyframes slideInFromLeft {
	0% {left: -155px;}
	100% {left: 0;}
}
@keyframes slideInFromLeft {
	0% {left: -155px;}
	100% {left: 0;}
}
@-webkit-keyframes slideOutToLeft {
	0% {left: 0;}
	100% {left: -155px;}
}
@-moz-keyframes slideOutToLeft {
	0% {left: 0;}
	100% {left: -155px;}
}
@-ms-keyframes slideOutToLeft {
	0% {left: 0;}
	100% {left: -155px;}
}
@-o-keyframes slideOutToLeft {
	0% {left: 0;}
	100% {left: -155px;}
}
@keyframes slideOutToLeft {
	0% {left: 0;}
	100% {left: -155px;}
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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.
 */

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

.group:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.group {
    *zoom: 1;
}

/*
 * Floats and clears
 */

 .on-right {
 	float: right;
 }

 .on-left {
 	float: left;
 }

 .clear {
 	clear: both;
 }

 .mt-036 {
 	margin-top: .36em;
 }

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

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.skewed {
		-webkit-transform-origin: none;
		   -moz-transform-origin: none;
			-ms-transform-origin: none;
			 -o-transform-origin: none;
				transform-origin: none;
		-webkit-transform: none;
		   -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
				transform: none;
	}
}

@media only screen and (min-width: 30em) { /* 480 */
	h2 {
		font-size: 3.6em;
	}
	#main .header h3 {
		font-size: 4em;
	}
	.header .lead {
		font-size: 2em;
	}
	.speakers-list h3 {
		font-size: 4.5em;
	}
	.speakers-list h3.small {
		font-size: 3.8em;
	}
	.speakers-list small {
		font-size: 1.2em;
	}
	.speakers-toc li {
		width: 14.2%;
	}
	.logos {
		margin-bottom: 0;
		margin-top: -2.5em;
	}
	.speakers-list .logos {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 40em) { /* 640 */
	h2, h3 {
		font-size: 4.8em;
	}
	h4 {
		font-size: 2.5em;
	}
	.header .lead {
		font-size: 2.1em;
	}
	.speakers-list .photo {
		width: auto;
	}
	.speakers-list > li {
		margin-top: 10em;
	}
	.speakers-list h3 {
		font-size: 5.875em;
	}
	.speakers-list h3.small {
		font-size: 4.8em;
	}
	.speakers-list small {
		font-size: 1.5em;
	}

	.both-conference {
		padding-left: 17.5em;
	}
	.both-conference img {
		position: absolute;
		top: .63em;
		left: 0;
	}
}

@media only screen and (min-width: 48em) { /* 768 */
	.header h2,
	.header h3 {
		font-size: 5.875em;
	}
	.header h4 {
		font-size: 3em;
	}
	#main .header h3 {
		font-size: 5em;
	}
	.article {
		margin: 0 auto;
		max-width: 36.25em;
	}
	.speakers-list h3.small {
		font-size: 5.2em;
	}
}
@media only screen and (min-width: 64em) { /* 1024 */
	.social {
		right: 1em;
		top: 1em;
	}
	.toggle-nav {
		display: none;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		float: left;
	}
	.logo {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		margin: 0;
		font-size: 1em;
	}
	.logo a {
		display: block;
		width: 12.4375em;
		height: 5.5em;
		text-indent: -999em;
		background: #000 url(../img/mloc-js-logo-big.png) center center no-repeat;
	}
	.site-nav .comp {
		display: block;
	}
	.site-main {
		margin-left: 12.4375em;
		background: none;
	}
	.site-main .section {
		padding: 0 0 5em 0;
	}
	.site-header.out .site-nav,
	.site-nav {
		top: 0;
		left: 0;
		float: left;
	}
	.site-nav ul {
		padding-top: 5.5em;
	}
	.site-nav li a,
	.site-nav li:nth-child(n) a {
		display: block;
		padding: 1em;
		font-size: 1.3125em;
		font-weight: normal;
		background-color: rgba(0, 0, 0, .5);
		background-size: auto;
		width: 7.4761em;
	}
	.site-nav li:nth-child(1) a:hover,
	.site-nav li:nth-child(1) a:focus {
		background-color: #00173e;
	}
	.site-nav li:nth-child(2) a:hover,
	.site-nav li:nth-child(2) a:focus {
		background-color: #2a0040;
	}
	.site-nav li:nth-child(3) a:hover,
	.site-nav li:nth-child(3) a:focus {
		background-color: #450031;
	}
	.site-nav li:nth-child(4) a:hover,
	.site-nav li:nth-child(4) a:focus {
		background-color: #002745;
	}
	.site-nav li:nth-child(5) a:hover,
	.site-nav li:nth-child(5) a:focus {
		background-color: #450000;
	}
	.site-nav li:nth-child(6) a:hover,
	.site-nav li:nth-child(6) a:focus {
		background-color: #2f1900;
	}
	.site-nav li:nth-child(7) a:hover,
	.site-nav li:nth-child(7) a:focus {
		background-color: #454400;
	}
	.site-nav li:nth-child(8) a:hover,
	.site-nav li:nth-child(8) a:focus {
		background-color: #452400;
	}
	.site-nav li:nth-child(9) a:hover,
	.site-nav li:nth-child(9) a:focus {
		background-color: #00450d;
	}
	.site-nav li:nth-child(10) a:hover,
	.site-nav li:nth-child(10) a:focus {
		background-color: #00453b;
	}
	figure.skewed {
		margin: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
    .article::before {
		background-image: url(../img/mloc-js-logo@2x.png);
	}
	.more::before {
		background-image: url(../img/bg-more@2x.png);
	}
	.toggle-nav {
		background-image: url(../img/bg-menu-mloc@2x.png);
	}
	.social a {
		background-size: 80%;
	}
	.social .tw {
		background-image: url(../img/icon-twitter@2x.png);
	}
	.social .fb {
		background-image: url(../img/icon-facebook@2x.png);
	}
	.social .li {
		background-image: url(../img/icon-linkedin@2x.png);
	}	
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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