/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
/* 1 */
	-webkit-text-size-adjust: 100%;
/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
/* 1 */
	height: 0;
/* 1 */
	overflow: visible;
/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
/* 1 */
	font-size: 1em;
/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
/* 1 */
	text-decoration: underline;
/* 2 */
	text-decoration: underline dotted;
/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
/* 1 */
	font-size: 1em;
/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
/* 1 */
	font-size: 100%;
/* 1 */
	line-height: 1.15;
/* 1 */
	margin: 0;
/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
/* 1 */
	color: inherit;
/* 2 */
	display: table;
/* 1 */
	max-width: 100%;
/* 1 */
	padding: 0;
/* 3 */
	white-space: normal;
/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
/* 1 */
	padding: 0;
/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
/* 1 */
	outline-offset: -2px;
/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
/* 1 */
	font: inherit;
/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*! end of normalize.css */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}
	
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}
	
	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	
	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	40%, 43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}
	
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}
	
	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}
	
	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}
	
	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}
	
	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}
	
	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}
	
	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}
	
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}
	
	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	
	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}
	
	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	
	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}
	
	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}
	
	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}
	
	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}
	
	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}
	
	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}
	
	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}
	
	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}
	
	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	
	0%, 40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	
	50%, 80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}
	
	0%, 40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}
	
	50%, 80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	0%, 40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	
	60%, 80% {
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	
	60%, 80% {
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: center;
	}
	
	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: center;
	}
	
	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: center;
	}
	
	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: center;
	}
	
	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: left bottom;
	}
	
	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	
	0%, to {
		-webkit-transform-origin: right bottom;
	}
	
	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left;
	}
	
	0%, 20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left;
	}
	
	0%, 20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}
	
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	
	50%, to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
	
	50%, to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}
	
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* Remote CSS from https://api.github.com/repos/kraftner/wordcamp-style-guide/contents/build/assets/stylesheets/style.css */
.site-content p {
	font-size: 16px;
	color: #484b50;
}

h1,h2,h3,h4,h5,h6 {
	color: #76797c;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 1.6em;
}

.cc--var-color-brand-primary:after {
	background-color: #1d66a5;
}

.cc--var-color-brand-primary .cc__variable:after {
	content: "#1d66a5";
}

.cc--var-color-brand-secondary:after {
	background-color: #ed2e38;
}

.cc--var-color-brand-secondary .cc__variable:after {
	content: "#ed2e38";
}

.cc--var-color-brand-tertiary:after {
	background-color: #1d242a;
}

.cc--var-color-brand-tertiary .cc__variable:after {
	content: "#1d242a";
}

.cc--var-color-brand-quaternary:after {
	background-color: #222;
}

.cc--var-color-brand-quaternary .cc__variable:after {
	content: "#222";
}

.cc--var-color-text:after {
	background-color: rgba(0,0,0,.75);
}

.cc--var-color-text .cc__variable:after {
	content: "rgba(0,0,0,.75)";
}

.cc--var-color-text-weak:after {
	background-color: rgba(0,0,0,.6);
}

.cc--var-color-text-weak .cc__variable:after {
	content: "rgba(0,0,0,.6)";
}

.cc--var-color-text-strong:after {
	background-color: rgba(0,0,0,.9);
}

.cc--var-color-text-strong .cc__variable:after {
	content: "rgba(0,0,0,.9)";
}

.cc--var-color-text-invert:after {
	background-color: hsla(0,0%,100%,.75);
}

.cc--var-color-text-invert .cc__variable:after {
	content: "hsla(0,0%,100%,.75)";
}

.cc--var-color-text-weak-invert:after {
	background-color: hsla(0,0%,100%,.6);
}

.cc--var-color-text-weak-invert .cc__variable:after {
	content: "hsla(0,0%,100%,.6)";
}

.cc--var-color-text-strong-invert:after {
	background-color: hsla(0,0%,100%,.9);
}

.cc--var-color-text-strong-invert .cc__variable:after {
	content: "hsla(0,0%,100%,.9)";
}

.cc--var-color-link:after {
	background-color: #1d66a5;
}

.cc--var-color-link .cc__variable:after {
	content: "#1d66a5";
}

.cc--var-color-link-focus:after {
	background-color: #175284;
}

.cc--var-color-link-focus .cc__variable:after {
	content: "#175284";
}

.cc--var-color-link-hover:after {
	background-color: #1a5c95;
}

.cc--var-color-link-hover .cc__variable:after {
	content: "#1a5c95";
}

.cc--var-color-link-visited:after {
	background-color: #4a85b7;
}

.cc--var-color-link-visited .cc__variable:after {
	content: "#4a85b7";
}

.cc--var-color-link-alt:after {
	background-color: #ed2e38;
}

.cc--var-color-link-alt .cc__variable:after {
	content: "#ed2e38";
}

.cc--var-color-link-alt-focus:after {
	background-color: #a62027;
}

.cc--var-color-link-alt-focus .cc__variable:after {
	content: "#a62027";
}

.cc--var-color-link-alt-hover:after {
	background-color: #d52932;
}

.cc--var-color-link-alt-hover .cc__variable:after {
	content: "#d52932";
}

.cc--var-color-link-alt-visited:after {
	background-color: #f6979c;
}

.cc--var-color-link-alt-visited .cc__variable:after {
	content: "#f6979c";
}

.cc--var-color-grey-10:after {
	background-color: #e8e9ea;
}

.cc--var-color-grey-10 .cc__variable:after {
	content: "#e8e9ea";
}

.cc--var-color-grey-20:after {
	background-color: #d2d3d4;
}

.cc--var-color-grey-20 .cc__variable:after {
	content: "#d2d3d4";
}

.cc--var-color-grey-30:after {
	background-color: #bbbdbf;
}

.cc--var-color-grey-30 .cc__variable:after {
	content: "#bbbdbf";
}

.cc--var-color-grey-40:after {
	background-color: #a5a7aa;
}

.cc--var-color-grey-40 .cc__variable:after {
	content: "#a5a7aa";
}

.cc--var-color-grey-50:after {
	background-color: #8e9295;
}

.cc--var-color-grey-50 .cc__variable:after {
	content: "#8e9295";
}

.cc--var-color-grey-60:after {
	background-color: #777c7f;
}

.cc--var-color-grey-60 .cc__variable:after {
	content: "#777c7f";
}

.cc--var-color-grey-70:after {
	background-color: #61666a;
}

.cc--var-color-grey-70 .cc__variable:after {
	content: "#61666a";
}

.cc--var-color-grey-80:after {
	background-color: #4a5055;
}

.cc--var-color-grey-80 .cc__variable:after {
	content: "#4a5055";
}

.cc--var-color-grey-90:after {
	background-color: #343a3f;
}

.cc--var-color-grey-90 .cc__variable:after {
	content: "#343a3f";
}

.cc--var-color-grey-100:after {
	background-color: #1d242a;
}

.cc--var-color-grey-100 .cc__variable:after {
	content: "#1d242a";
}

.cc--var-color-border-weak:after {
	background-color: #e8e9ea;
}

.cc--var-color-border-weak .cc__variable:after {
	content: "#e8e9ea";
}

.cc--var-color-border-normal:after {
	background-color: #d2d3d4;
}

.cc--var-color-border-normal .cc__variable:after {
	content: "#d2d3d4";
}

.cc--var-color-border-strong:after {
	background-color: #bbbdbf;
}

.cc--var-color-border-strong .cc__variable:after {
	content: "#bbbdbf";
}

.cc--var-color-message-default:after {
	background-color: #eee;
}

.cc--var-color-message-default .cc__variable:after {
	content: "#eee";
}

.cc--var-color-message-success:after {
	background-color: #00a664;
}

.cc--var-color-message-success .cc__variable:after {
	content: "#00a664";
}

.cc--var-color-message-warning:after {
	background-color: #ffcb05;
}

.cc--var-color-message-warning .cc__variable:after {
	content: "#ffcb05";
}

.cc--var-color-message-danger:after {
	background-color: #f04e3e;
}

.cc--var-color-message-danger .cc__variable:after {
	content: "#f04e3e";
}

.cc--var-color-input-regular:after {
	background-color: #bbbdbf;
}

.cc--var-color-input-regular .cc__variable:after {
	content: "#bbbdbf";
}

.cc--var-color-input-focus:after {
	background-color: #1d66a5;
}

.cc--var-color-input-focus .cc__variable:after {
	content: "#1d66a5";
}

.cc--var-color-input-success:after {
	background-color: #00a664;
}

.cc--var-color-input-success .cc__variable:after {
	content: "#00a664";
}

.cc--var-color-input-error:after {
	background-color: #f04e3e;
}

.cc--var-color-input-error .cc__variable:after {
	content: "#f04e3e";
}

.cc--var-color-input-required:after {
	background-color: #b43b2f;
}

.cc--var-color-input-required .cc__variable:after {
	content: "#b43b2f";
}

.cc--var-color-input-checkbox:after {
	background-color: #bbbdbf;
}

.cc--var-color-input-checkbox .cc__variable:after {
	content: "#bbbdbf";
}

.cc--var-color-input-checkbox-active:after {
	background-color: #1d66a5;
}

.cc--var-color-input-checkbox-active .cc__variable:after {
	content: "#1d66a5";
}

.cc--var-color-input-radio:after {
	background-color: #bbbdbf;
}

.cc--var-color-input-radio .cc__variable:after {
	content: "#bbbdbf";
}

.cc--var-color-input-radio-active:after {
	background-color: #1d66a5;
}

.cc--var-color-input-radio-active .cc__variable:after {
	content: "#1d66a5";
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

optgroup {
	font-weight: 700;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 1em;
	line-height: 1.5625em;
	color: rgba(0,0,0,.75);
	background: #fff;
	font-feature-settings: liga;
}

@media (min-width:37.5em) {
	body {
		font-size: 1.125em;
	}
}

@media (min-width:48em) {
	body {
		font-size: 1.25em;
	}
}

::-moz-selection {
	color: #fff;
	background-color: #1d66a5;
}

::selection {
	color: #fff;
	background-color: #1d66a5;
}

h1,h2,h3,h4 {
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-weight: 700;
	line-height: 1;
}

h1 {
	font-size: 2.44141em;
	color: #1d242a;
}

h2 {
	font-size: 1.95312em;
}

h2,h3 {
	color: rgba(0,0,0,.9);
}

h3 {
	font-size: 1.5625em;
}

h4 {
	font-size: 1.25em;
	color: rgba(0,0,0,.9);
}

hr {
	margin: 1.5rem 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e8e9ea;
}

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

input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
	display: block;
	width: 100%;
	padding: .4375rem 1rem;
	margin: 0;
	border: 1px solid #bbbdbf;
	font-size: 1em;
	line-height: 1.5625em;
	color: rgba(0,0,0,.75);
	background-color: #fff;
	box-shadow: inset 0 .125rem 0 0 #f4f7fb;
	border-radius: .1875rem;
	transition: all .1s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input:not([type]):hover,input[type=color]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=datetime]:hover,input[type=email]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,textarea:hover {
	color: rgba(0,0,0,.9);
}

input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
	outline: none;
	color: rgba(0,0,0,.9);
	border-color: #1d66a5;
	box-shadow: 0 0 0 .125em #1d66a5;
}

textarea {
	resize: vertical;
	min-height: 6.25rem;
	display: block;
}

@media (min-width:48em) {
	textarea {
		min-height: 9.375rem;
	}
}

select {
	display: block;
	height: 2.5rem;
	width: 100%;
	padding: .4375rem 1rem;
	border: 1px solid #bbbdbf;
	font-size: 1em;
	line-height: 1.5625em;
	color: rgba(0,0,0,.75);
	font-weight: 700;
	background-color: #fff;
	border-radius: .1875rem;
	cursor: pointer;
}

a {
	color: #1d66a5;
	text-decoration: none;
	transition: all .15s ease;
}

a:focus,a:hover {
	color: #1a5c95;
	text-decoration: underline;
}

a:active {
	color: #1a5c95;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: 1em;
	line-height: 1.5625em;
	color: rgba(0,0,0,.75);
}

@media (min-width:37.5em) {
	p {
		line-height: 1.5625em;
	}
}

@media (min-width:48em) {
	p {
		line-height: 1.5625em;
	}
}

strong {
	font-weight: 700;
	color: rgba(0,0,0,.75);
}

em {
	font-stretch: italic;
}

sup sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl,ol,ul {
	margin-bottom: 1.5rem;
}

dl dl,dl ol,dl ul,li,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul {
	margin-bottom: 0;
}

li {
	margin-top: .25rem;
}

li:first-child {
	margin-top: 0;
}

blockquote {
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 2em;
	background-color: #e8e9ea;
}

blockquote p {
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 1.5rem;
}

caption {
	margin-bottom: .5rem;
}

td,th {
	padding: .5rem 1rem;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

@media (min-width:48em) {
	td,th {
		padding: 1rem;
	}
}

figure,img {
	display: block;
	margin: 0;
	margin-bottom: 1.5rem;
	max-width: 100%;
	height: auto;
}

figcaption {
	margin-top: .5rem;
	margin-bottom: 0;
	color: rgba(0,0,0,.6);
}

code,pre {
	border: 1px solid #a5c2db;
	border-top-color: #3475ae;
	border-radius: .1875rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	color: rgba(0,0,0,.75);
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
}

pre {
	margin: 1.5rem 0;
	padding: 1.5rem;
	overflow: scroll;
}

code {
	padding: .125rem .1875rem;
	background-color: #fbd5d7;
}

pre code {
	border-radius: 0;
	border: 0;
	padding: 0;
	background: 0;
}

.cc-title {
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	text-transform: none;
}

.cc-group {
}

.cc-group:after,.cc-group:before {
	content: "";
	display: table;
}

.cc-group:after {
	clear: both;
}

.cc {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	margin-bottom: 1.5rem;
	padding: 1rem;
	padding-top: 6rem;
	border: 1px solid #ddd;
	border-radius: .1875rem;
}

.cc:after,.cc:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5rem;
	border-top-left-radius: .1875rem;
	border-top-right-radius: .1875rem;
	content: "";
}

.cc:before {
	background: url('image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==');
}

.cc dt {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.cc dd {
	margin: 0;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.4;
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	font-feature-settings: normal;
}

@media (min-width:37.5em) {
	.cc {
		width: 47.36842%;
		float: left;
	}
	
	.cc:nth-child(odd) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	
	.cc:nth-child(2n+2) {
		margin-left: 52.63158%;
		margin-right: -100%;
		clear: none;
	}
}

@media (min-width:48em) {
	.cc {
		width: 31.03448%;
		float: left;
	}
	
	.cc:nth-child(3n+1) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	
	.cc:nth-child(3n+2) {
		margin-left: 34.48276%;
		margin-right: -100%;
		clear: none;
	}
	
	.cc:nth-child(3n+3) {
		margin-left: 68.96552%;
		margin-right: -100%;
		clear: none;
	}
}

.cc__title {
	font-weight: 700;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.cc__variable {
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	color: rgba(0,0,0,.6);
}

.cc__variable:after {
	color: rgba(0,0,0,.8);
	display: block;
}

.site {
	overflow: hidden;
	position: relative;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav__item {
	display: inline-block;
}

.nav__link {
	display: block;
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
	position: relative;
	display: inline-block;
	padding: .4375rem 1rem;
	border: 1px solid #e8e9ea;
	font-size: 1em;
	line-height: 1.5625em;
	text-align: center;
	color: rgba(0,0,0,.75);
	font-weight: 700;
	text-decoration: none;
	background-color: #e8e9ea;
	border-radius: .1875rem;
	border-color: transparent;
	cursor: pointer;
	transition: all .1s ease;
}

.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
	color: rgba(0,0,0,.9);
	background-color: #d2d3d4;
	text-decoration: none;
}

@media (min-width:48em) {
	.button,button,input[type=button],input[type=reset],input[type=submit] {
		font-size: 1em;
		line-height: 1.5625em;
	}
}

.button.button--primary,button.button--primary,input[type=button].button--primary,input[type=reset].button--primary,input[type=submit].button--primary {
	color: hsla(0,0%,100%,.75);
	background-color: #1d66a5;
}

.button.button--primary:active,.button.button--primary:focus,.button.button--primary:hover,button.button--primary:active,button.button--primary:focus,button.button--primary:hover,input[type=button].button--primary:active,input[type=button].button--primary:focus,input[type=button].button--primary:hover,input[type=reset].button--primary:active,input[type=reset].button--primary:focus,input[type=reset].button--primary:hover,input[type=submit].button--primary:active,input[type=submit].button--primary:focus,input[type=submit].button--primary:hover {
	color: hsla(0,0%,100%,.9);
	background-color: #1a5c95;
}

.button.button--secondary,button.button--secondary,input[type=button].button--secondary,input[type=reset].button--secondary,input[type=submit].button--secondary {
	color: hsla(0,0%,100%,.75);
	background-color: #ed2e38;
}

.button.button--secondary:active,.button.button--secondary:focus,.button.button--secondary:hover,button.button--secondary:active,button.button--secondary:focus,button.button--secondary:hover,input[type=button].button--secondary:active,input[type=button].button--secondary:focus,input[type=button].button--secondary:hover,input[type=reset].button--secondary:active,input[type=reset].button--secondary:focus,input[type=reset].button--secondary:hover,input[type=submit].button--secondary:active,input[type=submit].button--secondary:focus,input[type=submit].button--secondary:hover {
	color: hsla(0,0%,100%,.9);
	background-color: #d52932;
}

.button.button--invert,button.button--invert,input[type=button].button--invert,input[type=reset].button--invert,input[type=submit].button--invert {
	color: rgba(0,0,0,.75);
	background-color: #fff;
}

.button.button--invert:active,.button.button--invert:focus,.button.button--invert:hover,button.button--invert:active,button.button--invert:focus,button.button--invert:hover,input[type=button].button--invert:active,input[type=button].button--invert:focus,input[type=button].button--invert:hover,input[type=reset].button--invert:active,input[type=reset].button--invert:focus,input[type=reset].button--invert:hover,input[type=submit].button--invert:active,input[type=submit].button--invert:focus,input[type=submit].button--invert:hover {
	color: rgba(0,0,0,.9);
	background-color: #e6e6e6;
}

.button.button--inactive,.button.button--inactive:active,.button.button--inactive:focus,.button.button--inactive:hover,button.button--inactive,button.button--inactive:active,button.button--inactive:focus,button.button--inactive:hover,input[type=button].button--inactive,input[type=button].button--inactive:active,input[type=button].button--inactive:focus,input[type=button].button--inactive:hover,input[type=reset].button--inactive,input[type=reset].button--inactive:active,input[type=reset].button--inactive:focus,input[type=reset].button--inactive:hover,input[type=submit].button--inactive,input[type=submit].button--inactive:active,input[type=submit].button--inactive:focus,input[type=submit].button--inactive:hover {
	color: rgba(0,0,0,.3);
	background-color: #eee;
}

@media (min-width:37.5em) {
	
}

@media (min-width:48em) {
	
}

.home .site-header .site-branding {
}

@media (min-width:37.5em) {
	
}

@media (min-width:48em) {
	
}

.site-title {
	margin: 0;
	font-size: 1.95312em;
	line-height: 1;
	font-weight: 700;
	color: hsla(0,0%,100%,.9);
}

.site-title a {
	display: block;
	color: hsla(0,0%,100%,.9);
}

.site-title a:active,.site-title a:focus,.site-title a:hover {
	color: hsla(0,0%,100%,.9);
	text-decoration: none;
}

.site-title a:before {
	display: block;
	width: 270px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('https://2018.vienna.wordcamp.org/files/2018/03/wpvienna_website.png');
	background-size: 100%;
	content: "";
	opacity: .9;
}

.site-description {
	margin: 0;
	margin-top: .5rem;
	font-size: 1.25em;
	line-height: 1.5625em;
	font-weight: 400;
	text-transform: none;
	color: hsla(0,0%,100%,.9);
}

@media (min-width:37.5em) {
	
}

.site-header>* {
	position: relative;
	z-index: 200;
}

.menu-toggle {
	padding: 1rem;
	margin: 0;
	margin-top: .125rem;
	width: 100%;
	font-size: 0;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
	color: #1d66a5;
	border-radius: 0;
	background-color: rgba(29,36,42,.9);
	cursor: pointer;
}

.menu-toggle.focus,.menu-toggle:active,.menu-toggle:focus,.menu-toggle:hover {
	background-color: #fff;
}

.menu-toggle:before {
	font-size: 16px;
	line-height: 24px;
	content: "Menu";
}

.menu-toggle:after,.menu-toggle:before {
	display: inline-block;
	vertical-align: middle;
}

.menu-toggle:after {
	position: relative;
	top: -.125rem;
	border: .375rem solid transparent;
	margin-left: .5rem;
	border-top-color: #1d66a5;
	content: "";
}

.menu-toggle[aria-expanded=true] {
	color: #1d66a5;
}

.menu-toggle[aria-expanded=true]:after {
	border-top-color: transparent;
	border-bottom-color: #1d66a5;
}

@media (min-width:37.5em) {
	.menu-toggle {
		display: none;
	}
}

.main-navigation {
	position: relative;
	background-color: hsla(0,0%,100%,.9);
}

.main-navigation:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: .125rem;
	background-color: #1d66a5;
	content: "";
}

@media (max-width:37.4375em) {
	.main-navigation {
		background-color: #1d242a;
	}
	
	.main-navigation.toggled-on .menu {
		display: block;
	}
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu:after,.menu:before {
	content: "";
	display: table;
}

.menu:after {
	clear: both;
}

@media (min-width:37.5em) {
	.menu {
		display: block;
	}
}

@media (max-width:37.4375em) {
	.menu {
		border-top: 1px solid hsla(0,0%,100%,.2);
		display: none;
	}
	
	.toggled-on .menu {
		display: block;
	}
}

.menu-item {
	position: relative;
	margin: 0;
	display: block;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
}

@media (min-width:37.5em) {
	.menu-item {
		margin: 0 .0625rem;
		display: inline-block;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.33333em;
		text-align: center;
	}
}

.menu-item a {
	display: block;
	color: #1d66a5;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: all .1s ease;
}

.menu-item a.focus,.menu-item a:active,.menu-item a:focus,.menu-item a:hover {
	color: hsla(0,0%,100%,.9);
	background-color: #1a5c95;
}

@media (min-width:48em) {
	.menu-item a {
		padding: 1rem 1.5rem;
	}
}

@media (min-width:62em) {
	.menu-item a {
		padding: 1.5rem 2rem;
	}
}

.current-menu-item>a {
	color: hsla(0,0%,100%,.9);
	background-color: #1d66a5;
}

.menu-item-has-children {
	background-color: rgba(29,36,42,.6);
}

.menu-item-has-children .dropdown-toggle {
	display: none;
}

@media (min-width:37.5em) {
	.menu-item-has-children {
		background-color: transparent;
	}
	
	.menu-item-has-children>a:after {
		position: relative;
		top: -.125rem;
		display: inline-block;
		border: .375rem solid transparent;
		margin-left: .5rem;
		vertical-align: middle;
		border-top-color: #1d66a5;
		content: "";
	}
	
	.menu-item-has-children>a .dropdown-toggle {
		display: inline-block;
		display: none;
	}
	
	.menu-item-has-children.focus>a,.menu-item-has-children:hover>a {
		color: hsla(0,0%,100%,.9);
		background-color: #1d66a5;
	}
	
	.menu-item-has-children.focus>a:after,.menu-item-has-children:hover>a:after {
		border-top-color: hsla(0,0%,100%,.9);
	}
	
	.menu-item-has-children.focus>.sub-menu,.menu-item-has-children:hover>.sub-menu {
		left: 0;
	}
	
	.menu-item-has-children.current-menu-item>a:after {
		border-top-color: hsla(0,0%,100%,.9);
	}
}

.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu .menu-item {
	text-transform: none;
	font-weight: 400;
}

@media (max-width:37.4375em) {
	.sub-menu a {
		padding-left: 2.5rem;
		background-image: url('https://2017.europe.wordcamp.org/files/2017/01/decoration-bullet-color.png');
		background-repeat: no-repeat;
		background-size: 12px;
		background-position: 1rem 50%;
	}
	
	.sub-menu a.focus,.sub-menu a:focus,.sub-menu a:hover {
		background-image: url('https://2017.europe.wordcamp.org/files/2017/01/decoration-bullet-dark.png');
	}
}

@media (min-width:37.5em) {
	.sub-menu {
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 310;
		min-width: 16.25rem;
		background-color: #1d66a5;
	}
	
	.sub-menu .menu-item {
		width: 100%;
		margin: 0;
		border-top: 1px solid hsla(0,0%,100%,.2);
		text-align: left;
	}
	
	.sub-menu a {
		padding: .625rem 1rem;
		color: hsla(0,0%,100%,.75);
	}
}

@media (min-width:48em) {
	.sub-menu a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width:62em) {
	.sub-menu a {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#colophon {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	text-align: center;
	background: #1d65a5;
	padding-top: 5px;
	padding-bottom: 5px;
}

#colophon a {
	color: #fff;
}

.site-info-generator {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.site-info-network {
	position: relative;
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0 auto;
/* 	margin-bottom: 1.5rem; */
	color: #fff;
	text-indent: -9999px;
	background-image: url('https://europe.wordcamp.org/2016/files/2015/11/wordpress-footer-logo.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #1d66a5;
	background-size: 40px;
	border-radius: 50%;
	transition: all .1s ease;
}

.site-info-network:after {
	position: absolute;
	left: 50%;
	top: 1.875rem;
	z-index: -1;
	margin-left: -.9375rem;
	margin-bottom: -1.875rem;
	width: 1.875rem;
	height: 6.25rem;
	background: #1d66a5;
	transition: all .1s ease;
	content: "";
}

.site-info-network:active,.site-info-network:active:after,.site-info-network:focus,.site-info-network:focus:after,.site-info-network:hover,.site-info-network:hover:after {
	background-color: #1a5c95;
}

#primary {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content {
	padding: 1.5rem 1rem;
}

@media (min-width:37.5em) {
	#content {
		padding: 3rem 2rem;
	}
}

@media (min-width:48em) {
	#content {
		padding: 4.5rem 3rem;
	}
}

#after-header-widgets,#before-content-widgets,#secondary {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.post {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 6px double #e8e9ea;
}

.post:after,.post:before {
	content: "";
	display: table;
}

.post:after {
	clear: both;
}

.entry-content {
}

.entry-content:after,.entry-content:before {
	content: "";
	display: table;
}

.entry-content:after {
	clear: both;
}

.entry-title {
	font-size: 2.44141em;
	line-height: 1.25em;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid;
	padding-bottom: 20px;
}

.entry-title a:active,.entry-title a:focus,.entry-title a:hover {
	text-decoration: none;
}

.entry-meta {
	margin-bottom: 1rem;
}

.entry-meta a {
	color: #ed2e38;
}

.entry-meta a:active,.entry-meta a:focus,.entry-meta a:hover {
	color: #d52932;
}

.entry-meta .updated {
	display: none;
}

.entry-meta .published {
	display: inline;
}

.entry-footer {
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	color: rgba(0,0,0,.6);
}

.entry-footer>:after {
	content: " | ";
}

.entry-footer>:last-child:after {
	content: "";
}

.entry-footer a {
	color: #ed2e38;
}

.entry-footer a:active,.entry-footer a:focus,.entry-footer a:hover {
	color: #d52932;
}

.wcorg-organizers {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 6px double #e8e9ea;
}

.wcorg-organizer {
	max-width: 40em;
	margin-bottom: 2rem;
}

.wcorg-organizer:last-child {
	margin-bottom: 0;
}

.wcorg-organizer h2 {
	margin-bottom: 1rem;
	font-size: 1.25em;
}

.wcorg-organizer .wcorg-organizer-description {
	padding-left: 4rem;
	min-height: 3rem;
}

@media (min-width:37.5em) {
	.wcorg-organizer .wcorg-organizer-description {
		padding-left: 6rem;
		min-height: 5rem;
	}
}

.wcorg-organizer p {
	margin: 0;
	font-size: 16px;
}

.wcorg-organizer .avatar {
	float: left;
	margin-left: -4rem;
	width: 3rem;
}

@media (min-width:37.5em) {
	.wcorg-organizer .avatar {
		margin-left: -6rem;
		width: 5rem;
	}
}

.tix-attendee-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tix-attendees .tix-columns-3 li {
	width: 100%;
}

@media (min-width:37.5em) {
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: left;
	}
}

@media (min-width:62em) {
	#tix-attendees .tix-columns-3 li {
		width: 33.33333%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: none;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(3n+1) {
		clear: left;
	}
}

#tix-attendees {
}

#tix-attendees:after,#tix-attendees:before {
	content: "";
	display: table;
}

#tix-attendees:after {
	clear: both;
}

#tix-attendees li {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5rem;
	height: auto;
	min-height: 3rem;
	padding-left: 4rem;
	padding-right: .5rem;
	font-size: .8em;
	line-height: 1.25em;
	text-align: left;
}

#tix-attendees .avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	width: 3rem;
	height: 3rem;
	border: .125rem solid #1d66a5;
	background-color: #fff;
	transition: all .15s ease;
}

#tix-attendees a {
	display: block;
}

#tix-attendees .tix-field {
	display: inline-block;
	margin: 0;
	margin-right: .5rem;
	font-size: 14px;
	line-height: 1.5625em;
	vertical-align: middle;
}

#tix-attendees .tix-attendee-name {
	display: block;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: .125rem;
	color: rgba(0,0,0,.9);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25em;
	background: none;
}

#tix-attendees li:hover .avatar {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#tix-attendees .tix-attendee-url {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 11.25rem;
}

#tix-attendees .tix-attendee-twitter:after {
	display: inline-block;
	width: .875rem;
	height: .875rem;
	margin-left: .5rem;
	vertical-align: middle;
	background: no-repeat url('https://2017.europe.wordcamp.org/files/2017/01/decoration-bullet-dark.png') 100% 50%;
	background-size: 14px;
	opacity: .5;
	content: "";
}

#tix-attendees .tix-attendee-twitter:last-child:after {
	display: none;
}

.comments-area {
	margin-top: 2rem;
}

.comments-title {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
}

.comment-list>.comment {
	margin-top: 1.5rem;
}

article.comment-body {
	position: relative;
	padding-left: 3.25rem;
}

.comment-author {
	display: block;
	font-size: .8em;
	line-height: 1.5625em;
}

.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.625rem;
}

.comment-author .fn {
	font-style: normal;
	font-weight: 700;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	font-size: .64em;
	line-height: 1.5625em;
}

.comment-content {
	margin-top: .5rem;
}

.comment-content p {
	margin-bottom: .5rem;
	font-size: .8em;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: .5rem;
	font-size: .8em;
	line-height: 1.5625em;
}

.pingback {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-respond {
	padding: 1.5rem;
	border: 1px solid #d2d3d4;
	border-radius: .1875rem;
}

.comment-form label {
	font-size: 1em;
	line-height: 1.5625em;
}

.comment-form p {
	margin-bottom: 1rem;
}

.comment-form p:last-child {
	margin-bottom: 0;
}

.comment-form .comment-subscription-form {
	margin-top: .25rem;
	margin-bottom: 0;
}

.comment-form .comment-subscription-form label {
	font-size: .8em;
}

.comment-reply-title {
	font-size: 1em;
	margin-bottom: 1rem;
}

.comment-notes {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#tix {
}

#tix:after,#tix:before {
	content: "";
	display: table;
}

#tix:after {
	clear: both;
}

.tix_tickets_table {
	border-top: 2px solid #bbbdbf;
	border-bottom: 2px solid #bbbdbf;
	margin-bottom: 1.5rem;
}

.tix_tickets_table thead th {
	color: rgba(0,0,0,.75);
}

.tix_tickets_table td,.tix_tickets_table th {
	border-color: #e8e9ea;
}

.tix_tickets_table td:first-child,.tix_tickets_table th:first-child {
	padding-left: 0;
}

.tix_tickets_table td:last-child,.tix_tickets_table th:last-child {
	padding-right: 0;
}

.tix_tickets_table .tix-ticket-title {
	display: block;
	font-size: 1.25em;
	color: rgba(0,0,0,.9);
}

.tix_tickets_table .tix-ticket-title+br {
	display: none;
}

.tix_tickets_table .tix-ticket-excerpt {
	display: block;
	margin-top: .25rem;
	color: rgba(0,0,0,.75);
}

.tix_tickets_table .tix-column-price,.tix_tickets_table .tix-column-quantity,.tix_tickets_table .tix-column-remaining {
	font-weight: 700;
}

#tix-coupon-container {
	position: relative;
	padding-right: 10rem;
}

#tix-coupon-container input[type=text] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#tix-coupon-container input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 10rem;
	padding: .4375rem .625rem;
	color: hsla(0,0%,100%,.9);
	background-color: #ed2e38;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (max-width:47.9375em) {
	.tix_tickets_table thead tr {
		display: none;
	}
	
	.tix_tickets_table tbody .tix-column-description {
		display: block;
		width: 100%;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-quantity,.tix_tickets_table tbody .tix-column-remaining {
		display: block;
		float: left;
	}
	
	.tix_tickets_table tbody .tix-column-price {
		padding-left: 0;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-remaining {
		padding-top: 1rem;
		padding-bottom: 1rem;
		line-height: 1.5em;
		width: 30%;
	}
	
	.tix_tickets_table tbody .tix-column-quantity {
		width: 40%;
	}
}

.post-navigation,.posts-navigation {
}

.post-navigation:after,.post-navigation:before,.posts-navigation:after,.posts-navigation:before {
	content: "";
	display: table;
}

.post-navigation:after,.posts-navigation:after {
	clear: both;
}

.post-navigation .screen-reader-text,.posts-navigation .screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.post-navigation a,.posts-navigation a {
	display: block;
}

.post-navigation .nav-previous,.posts-navigation .nav-previous {
	float: left;
	text-align: left;
}

.post-navigation .nav-previous a:before,.posts-navigation .nav-previous a:before {
	margin-right: .5rem;
	display: inline-block;
	content: "\2190";
}

.post-navigation .nav-next,.posts-navigation .nav-next {
	float: right;
	text-align: right;
}

.post-navigation .nav-next a:after,.posts-navigation .nav-next a:after {
	margin-left: .5rem;
	display: inline-block;
	content: "\2192";
}

div.googlemaps {
	margin-bottom: 1.5rem;
}

div.googlemaps iframe {
	max-width: 100%;
}

.wcpt-schedule {
	border: .25rem solid #ed2e38;
	margin-bottom: 1.5rem;
	background-color: #fff;
}

.wcpt-schedule td,.wcpt-schedule th {
	vertical-align: top;
	border-color: #d2d3d4;
}

.wcpt-schedule .wcpt-col-time,.wcpt-schedule .wcpt-col-track {
	border-top: none;
	background-color: #1d242a;
	color: hsla(0,0%,100%,.9);
}

.wcpt-schedule .global-session td {
	vertical-align: middle;
}

.wcpt-schedule .wcpt-col-time {
	width: 10%;
}

.wcpt-schedule .wcpt-col-track {
	width: 30%;
}

.wcpt-schedule .wcpt-time {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 700;
	color: rgba(0,0,0,.9);
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	margin-bottom: .5rem;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 700;
}

.wcpt-schedule .global-session.afternoon-break .wcpt-session-title,.wcpt-schedule .global-session.break .wcpt-session-title,.wcpt-schedule .global-session.lunch .wcpt-session-title,.wcpt-schedule .global-session.morning-break .wcpt-session-title,.wcpt-schedule .global-session.registration .wcpt-session-title {
	margin-bottom: 0;
	font-size: 1.5625em;
	line-height: 1.25em;
	text-transform: uppercase;
	color: rgba(0,0,0,.9);
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: rgba(0,0,0,.75);
}

.wcpt-schedule .global-session.afternoon-break,.wcpt-schedule .global-session.break,.wcpt-schedule .global-session.lunch,.wcpt-schedule .global-session.morning-break,.wcpt-schedule .global-session.registration {
	background-color: #ed2e38;
}

@media (max-width:47.9375em) {
	.wcpt-schedule {
		border: none;
	}
	
	.wcpt-schedule td,.wcpt-schedule th {
		display: block;
		border-top: none;
		margin: 0;
	}
	
	.wcpt-schedule thead {
		display: none;
	}
	
	.wcpt-schedule tr {
		margin-bottom: 1rem;
		display: block;
		border: .25rem solid #ed2e38;
	}
	
	.wcpt-schedule .wcb-track-track-1:before,.wcpt-schedule .wcb-track-track-2:before,.wcpt-schedule .wcb-track-track-3:before {
		display: block;
		padding: .5rem 1rem;
		margin: -.5rem -1rem .5rem;
		border: none;
		color: rgba(0,0,0,.9);
		font-weight: 700;
		background-color: #222 !important;
	}
	
	.wcpt-schedule .wcb-track-track-1:before {
		content: "Track 1";
	}
	
	.wcpt-schedule .wcb-track-track-2:before {
		content: "Track 2";
	}
	
	.wcpt-schedule .wcb-track-track-3:before {
		content: "Track 3";
	}
	
	.wcpt-schedule .wcpt-session-type-custom:before {
		display: none;
		content: "";
	}
	
	.wcpt-schedule .wcpt-session-empty {
		display: none;
		height: 0;
	}
	
	.wcpt-schedule .wcpt-time {
		padding-top: 1rem;
		padding-bottom: 1rem;
		color: hsla(0,0%,100%,.9);
		background-color: #1d242a;
	}
	
	.wcpt-schedule .wcpt-session-title {
		padding: 0;
	}
	
	.wcpt-schedule .wcpt-session-speakers {
		padding-left: 0;
	}
}

.wcb-session-accessibility-in-the-age-of-the-headless-cms,.wcb-session-css-grid-changes-everything-about-web-layouts,.wcb-session-data-visualization-with-the-rest-api,.wcb-session-demystifying-the-wordpress-bootstrap-process,.wcb-session-improving-wordpress-performance-with-xdebug-and-php-profiling,.wcb-session-is-your-code-ready-for-php7,.wcb-session-lightning-talks-development,.wcb-session-reacting-natively-with-wordpress,.wcb-session-security-is-a-process,.wcb-session-selfish-accessibility,.wcb-session-we-are-all-making-this-up-improv-lessons-for-developers,.wcb-session-wordpress-security-for-all-you-wont-believe-how-simple-it-can-be {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-accessibility-in-the-age-of-the-headless-cms,.wcb-session-css-grid-changes-everything-about-web-layouts,.wcb-session-data-visualization-with-the-rest-api,.wcb-session-demystifying-the-wordpress-bootstrap-process,.wcb-session-improving-wordpress-performance-with-xdebug-and-php-profiling,.wcb-session-is-your-code-ready-for-php7,.wcb-session-lightning-talks-development,.wcb-session-reacting-natively-with-wordpress,.wcb-session-security-is-a-process,.wcb-session-selfish-accessibility,.wcb-session-we-are-all-making-this-up-improv-lessons-for-developers,.wcb-session-wordpress-security-for-all-you-wont-believe-how-simple-it-can-be {
		padding-bottom: 3rem;
	}
}

.wcb-session-accessibility-in-the-age-of-the-headless-cms:after,.wcb-session-css-grid-changes-everything-about-web-layouts:after,.wcb-session-data-visualization-with-the-rest-api:after,.wcb-session-demystifying-the-wordpress-bootstrap-process:after,.wcb-session-improving-wordpress-performance-with-xdebug-and-php-profiling:after,.wcb-session-is-your-code-ready-for-php7:after,.wcb-session-lightning-talks-development:after,.wcb-session-reacting-natively-with-wordpress:after,.wcb-session-security-is-a-process:after,.wcb-session-selfish-accessibility:after,.wcb-session-we-are-all-making-this-up-improv-lessons-for-developers:after,.wcb-session-wordpress-security-for-all-you-wont-believe-how-simple-it-can-be:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #c96;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Development";
}

.wcb-session-3-gifts-my-users-gave-me,.wcb-session-5-ways-you-may-be-sabotaging-your-business-2-proven-ways-to-succeed,.wcb-session-how-to-grow-from-freelancer-to-agency-owner,.wcb-session-lessons-learnt-marketing-woocommerce-since-july-2014,.wcb-session-lightning-talks-content,.wcb-session-making-your-voice-heard-how-to-win-friends-and-influence-policy,.wcb-session-using-wordpress-for-good {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-3-gifts-my-users-gave-me,.wcb-session-5-ways-you-may-be-sabotaging-your-business-2-proven-ways-to-succeed,.wcb-session-how-to-grow-from-freelancer-to-agency-owner,.wcb-session-lessons-learnt-marketing-woocommerce-since-july-2014,.wcb-session-lightning-talks-content,.wcb-session-making-your-voice-heard-how-to-win-friends-and-influence-policy,.wcb-session-using-wordpress-for-good {
		padding-bottom: 3rem;
	}
}

.wcb-session-3-gifts-my-users-gave-me:after,.wcb-session-5-ways-you-may-be-sabotaging-your-business-2-proven-ways-to-succeed:after,.wcb-session-how-to-grow-from-freelancer-to-agency-owner:after,.wcb-session-lessons-learnt-marketing-woocommerce-since-july-2014:after,.wcb-session-lightning-talks-content:after,.wcb-session-making-your-voice-heard-how-to-win-friends-and-influence-policy:after,.wcb-session-using-wordpress-for-good:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #575357;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Business";
}

.wcb-session-big-little-shame-a-tale-of-empowered-user-experience-through-localisation,.wcb-session-lightning-talks-contributing-to-wordpress,.wcb-session-lightning-talks-inspire,.wcb-session-the-pernicious-myth-of-the-code-poet,.wcb-session-wordpress-beyond-borders-cross-cultural-communication-and-the-fundamentals-of-caring {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-big-little-shame-a-tale-of-empowered-user-experience-through-localisation,.wcb-session-lightning-talks-contributing-to-wordpress,.wcb-session-lightning-talks-inspire,.wcb-session-the-pernicious-myth-of-the-code-poet,.wcb-session-wordpress-beyond-borders-cross-cultural-communication-and-the-fundamentals-of-caring {
		padding-bottom: 3rem;
	}
}

.wcb-session-big-little-shame-a-tale-of-empowered-user-experience-through-localisation:after,.wcb-session-lightning-talks-contributing-to-wordpress:after,.wcb-session-lightning-talks-inspire:after,.wcb-session-the-pernicious-myth-of-the-code-poet:after,.wcb-session-wordpress-beyond-borders-cross-cultural-communication-and-the-fundamentals-of-caring:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #f5ebe0;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Community";
}

.wcb-session-big-design-troubles-in-open-source,.wcb-session-new-to-theme-design-heres-what-you-should-know,.wcb-session-night-of-the-living-style-guides,.wcb-session-the-three-kinds-of-design {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-big-design-troubles-in-open-source,.wcb-session-new-to-theme-design-heres-what-you-should-know,.wcb-session-night-of-the-living-style-guides,.wcb-session-the-three-kinds-of-design {
		padding-bottom: 3rem;
	}
}

.wcb-session-big-design-troubles-in-open-source:after,.wcb-session-new-to-theme-design-heres-what-you-should-know:after,.wcb-session-night-of-the-living-style-guides:after,.wcb-session-the-three-kinds-of-design:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #e6aa50;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Design";
}

.wcb-session-empathy-and-acceptance-in-design-and-community,.wcb-session-from-blogger-to-wordpress-core-committer,.wcb-session-handling-anxiety,.wcb-session-my-friend-the-impostor-syndrome,.wcb-session-short-talks-03,.wcb-session-tbd,.wcb-session-the-2016-plugin-directory,.wcb-session-the-rebirth-of-the-italian-community,.wcb-session-the-science-of-happiness {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-empathy-and-acceptance-in-design-and-community,.wcb-session-from-blogger-to-wordpress-core-committer,.wcb-session-handling-anxiety,.wcb-session-my-friend-the-impostor-syndrome,.wcb-session-short-talks-03,.wcb-session-tbd,.wcb-session-the-2016-plugin-directory,.wcb-session-the-rebirth-of-the-italian-community,.wcb-session-the-science-of-happiness {
		padding-bottom: 3rem;
	}
}

.wcb-session-empathy-and-acceptance-in-design-and-community:after,.wcb-session-from-blogger-to-wordpress-core-committer:after,.wcb-session-handling-anxiety:after,.wcb-session-my-friend-the-impostor-syndrome:after,.wcb-session-short-talks-03:after,.wcb-session-tbd:after,.wcb-session-the-2016-plugin-directory:after,.wcb-session-the-rebirth-of-the-italian-community:after,.wcb-session-the-science-of-happiness:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #176799;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Community";
}

.wcb-session-a-look-into-calypso,.wcb-session-assistive-technology-demo,.wcb-session-code-is-poetry-a-musicians-tale,.wcb-session-connected-wordpress,.wcb-session-editing-text-at-the-new-york-times,.wcb-session-internationalizing-the-new-york-times,.wcb-session-modernizing-wordpress-search-with-elasticsearch,.wcb-session-moving-forward-with-a-mature-platform,.wcb-session-my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project,.wcb-session-open-source-project-management-at-scale-how-1300-people-improved-drupal-8s-multilingual-features,.wcb-session-seven-times-faster-a-study-in-frontend-optimization,.wcb-session-short-talks-01,.wcb-session-short-talks-02,.wcb-session-short-talks-04,.wcb-session-tba-2,.wcb-session-the-swiss-knife-of-a-wordpress-developer,.wcb-session-the-ultimate-rest-api-dev-talk,.wcb-session-the-ultimate-rest-api-talk,.wcb-session-the-ultimate-rest-api-talk-part-2,.wcb-session-thinking-outside-the-boxmodel-an-introduction-to-flexbox,.wcb-session-using-composer-to-create-manageable-wordpress-websites,.wcb-session-using-the-rest-api-and-javascript-to-create-better-wordpress-interfaces,.wcb-session-whats-new-in-php7-and-what-to-expect-in-php7-1,.wcb-session-wordpress-hardening-ten-tips-in-ten-minutes,.wcb-session-wordpress-state-of-the-accessibility {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-a-look-into-calypso,.wcb-session-assistive-technology-demo,.wcb-session-code-is-poetry-a-musicians-tale,.wcb-session-connected-wordpress,.wcb-session-editing-text-at-the-new-york-times,.wcb-session-internationalizing-the-new-york-times,.wcb-session-modernizing-wordpress-search-with-elasticsearch,.wcb-session-moving-forward-with-a-mature-platform,.wcb-session-my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project,.wcb-session-open-source-project-management-at-scale-how-1300-people-improved-drupal-8s-multilingual-features,.wcb-session-seven-times-faster-a-study-in-frontend-optimization,.wcb-session-short-talks-01,.wcb-session-short-talks-02,.wcb-session-short-talks-04,.wcb-session-tba-2,.wcb-session-the-swiss-knife-of-a-wordpress-developer,.wcb-session-the-ultimate-rest-api-dev-talk,.wcb-session-the-ultimate-rest-api-talk,.wcb-session-the-ultimate-rest-api-talk-part-2,.wcb-session-thinking-outside-the-boxmodel-an-introduction-to-flexbox,.wcb-session-using-composer-to-create-manageable-wordpress-websites,.wcb-session-using-the-rest-api-and-javascript-to-create-better-wordpress-interfaces,.wcb-session-whats-new-in-php7-and-what-to-expect-in-php7-1,.wcb-session-wordpress-hardening-ten-tips-in-ten-minutes,.wcb-session-wordpress-state-of-the-accessibility {
		padding-bottom: 3rem;
	}
}

.wcb-session-a-look-into-calypso:after,.wcb-session-assistive-technology-demo:after,.wcb-session-code-is-poetry-a-musicians-tale:after,.wcb-session-connected-wordpress:after,.wcb-session-editing-text-at-the-new-york-times:after,.wcb-session-internationalizing-the-new-york-times:after,.wcb-session-modernizing-wordpress-search-with-elasticsearch:after,.wcb-session-moving-forward-with-a-mature-platform:after,.wcb-session-my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project:after,.wcb-session-open-source-project-management-at-scale-how-1300-people-improved-drupal-8s-multilingual-features:after,.wcb-session-seven-times-faster-a-study-in-frontend-optimization:after,.wcb-session-short-talks-01:after,.wcb-session-short-talks-02:after,.wcb-session-short-talks-04:after,.wcb-session-tba-2:after,.wcb-session-the-swiss-knife-of-a-wordpress-developer:after,.wcb-session-the-ultimate-rest-api-dev-talk:after,.wcb-session-the-ultimate-rest-api-talk-part-2:after,.wcb-session-the-ultimate-rest-api-talk:after,.wcb-session-thinking-outside-the-boxmodel-an-introduction-to-flexbox:after,.wcb-session-using-composer-to-create-manageable-wordpress-websites:after,.wcb-session-using-the-rest-api-and-javascript-to-create-better-wordpress-interfaces:after,.wcb-session-whats-new-in-php7-and-what-to-expect-in-php7-1:after,.wcb-session-wordpress-hardening-ten-tips-in-ten-minutes:after,.wcb-session-wordpress-state-of-the-accessibility:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #ebe700;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Development";
}

.wcb-session-art-directed-web-typography,.wcb-session-caring-is-the-coolest-thing-ive-ever-seen-anyone-do-thoughts-on-wordpress-plugin-ui,.wcb-session-emotional-interfaces,.wcb-session-forefront-a-new-front-end-experience,.wcb-session-making-ads-great-again,.wcb-session-moving-the-design-process-to-the-browser {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-art-directed-web-typography,.wcb-session-caring-is-the-coolest-thing-ive-ever-seen-anyone-do-thoughts-on-wordpress-plugin-ui,.wcb-session-emotional-interfaces,.wcb-session-forefront-a-new-front-end-experience,.wcb-session-making-ads-great-again,.wcb-session-moving-the-design-process-to-the-browser {
		padding-bottom: 3rem;
	}
}

.wcb-session-art-directed-web-typography:after,.wcb-session-caring-is-the-coolest-thing-ive-ever-seen-anyone-do-thoughts-on-wordpress-plugin-ui:after,.wcb-session-emotional-interfaces:after,.wcb-session-forefront-a-new-front-end-experience:after,.wcb-session-making-ads-great-again:after,.wcb-session-moving-the-design-process-to-the-browser:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #d95e2b;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Design";
}

.wcb-session-closing-the-gap-developing-your-support-philosophy,.wcb-session-cultivating-happy-teams-for-better-business-panel,.wcb-session-dealing-with-different-client-cultures,.wcb-session-how-newscorp-australia-scaled-wordpress-to-host-australias-largest-news-websites-on-wordpress-vip,.wcb-session-privacy-and-the-web-are-you-doing-what-it-takes,.wcb-session-proudly-powered-by-the-wordpress-rest-api,.wcb-session-rebuilding-babel-communication-in-a-virtual-world,.wcb-session-remote-is-the-new-black-to-be-changed,.wcb-session-reviews-the-good-the-bad-and-the-stalker,.wcb-session-the-discovery-definition-approach-to-project-planning,.wcb-session-the-making-of-calypso-a-team-perspective,.wcb-session-unsafe-harbors-data-protection-strikes-back,.wcb-session-you-are-too-cheap,.wcb-session-you-are-too-cheap-2,.wcb-session-zen-and-the-art-of-online-communication {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-closing-the-gap-developing-your-support-philosophy,.wcb-session-cultivating-happy-teams-for-better-business-panel,.wcb-session-dealing-with-different-client-cultures,.wcb-session-how-newscorp-australia-scaled-wordpress-to-host-australias-largest-news-websites-on-wordpress-vip,.wcb-session-privacy-and-the-web-are-you-doing-what-it-takes,.wcb-session-proudly-powered-by-the-wordpress-rest-api,.wcb-session-rebuilding-babel-communication-in-a-virtual-world,.wcb-session-remote-is-the-new-black-to-be-changed,.wcb-session-reviews-the-good-the-bad-and-the-stalker,.wcb-session-the-discovery-definition-approach-to-project-planning,.wcb-session-the-making-of-calypso-a-team-perspective,.wcb-session-unsafe-harbors-data-protection-strikes-back,.wcb-session-you-are-too-cheap,.wcb-session-you-are-too-cheap-2,.wcb-session-zen-and-the-art-of-online-communication {
		padding-bottom: 3rem;
	}
}

.wcb-session-closing-the-gap-developing-your-support-philosophy:after,.wcb-session-cultivating-happy-teams-for-better-business-panel:after,.wcb-session-dealing-with-different-client-cultures:after,.wcb-session-how-newscorp-australia-scaled-wordpress-to-host-australias-largest-news-websites-on-wordpress-vip:after,.wcb-session-privacy-and-the-web-are-you-doing-what-it-takes:after,.wcb-session-proudly-powered-by-the-wordpress-rest-api:after,.wcb-session-rebuilding-babel-communication-in-a-virtual-world:after,.wcb-session-remote-is-the-new-black-to-be-changed:after,.wcb-session-reviews-the-good-the-bad-and-the-stalker:after,.wcb-session-the-discovery-definition-approach-to-project-planning:after,.wcb-session-the-making-of-calypso-a-team-perspective:after,.wcb-session-unsafe-harbors-data-protection-strikes-back:after,.wcb-session-you-are-too-cheap-2:after,.wcb-session-you-are-too-cheap:after,.wcb-session-zen-and-the-art-of-online-communication:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #e32d88;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Business";
}

.wcb-session-beyond-seo-copywriting-for-professionals,.wcb-session-publish-in-10-minutes-per-day,.wcb-session-your-content-is-trapped-how-a-proper-content-architecture-can-save-it {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-beyond-seo-copywriting-for-professionals,.wcb-session-publish-in-10-minutes-per-day,.wcb-session-your-content-is-trapped-how-a-proper-content-architecture-can-save-it {
		padding-bottom: 3rem;
	}
}

.wcb-session-beyond-seo-copywriting-for-professionals:after,.wcb-session-publish-in-10-minutes-per-day:after,.wcb-session-your-content-is-trapped-how-a-proper-content-architecture-can-save-it:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #e32d88;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Content";
}

.wcb-session-lets-write-a-plugin-demystifying-the-art-and-science-of-plugin-development,.wcb-session-multisite,.wcb-session-the-ultimate-wordpress-development-environment,.wcb-session-themes-plugins-in-harmony,.wcb-session-theming-in-wordpress-where-do-i-start,.wcb-session-website-security-the-big-picture-w-simple-steps-to-take,.wcb-session-wp-cli-for-beginners {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-lets-write-a-plugin-demystifying-the-art-and-science-of-plugin-development,.wcb-session-multisite,.wcb-session-the-ultimate-wordpress-development-environment,.wcb-session-themes-plugins-in-harmony,.wcb-session-theming-in-wordpress-where-do-i-start,.wcb-session-website-security-the-big-picture-w-simple-steps-to-take,.wcb-session-wp-cli-for-beginners {
		padding-bottom: 3rem;
	}
}

.wcb-session-lets-write-a-plugin-demystifying-the-art-and-science-of-plugin-development:after,.wcb-session-multisite:after,.wcb-session-the-ultimate-wordpress-development-environment:after,.wcb-session-themes-plugins-in-harmony:after,.wcb-session-theming-in-wordpress-where-do-i-start:after,.wcb-session-website-security-the-big-picture-w-simple-steps-to-take:after,.wcb-session-wp-cli-for-beginners:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #ebe700;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Development for Beginners";
}

.wcb-session-contributing-to-wordpress-for-business-profession-the-community,.wcb-session-japanese-wordpress-community,.wcb-session-keys-to-growing-developing-your-wordpress-meetup,.wcb-session-managing-a-local-wordpress-community {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-contributing-to-wordpress-for-business-profession-the-community,.wcb-session-japanese-wordpress-community,.wcb-session-keys-to-growing-developing-your-wordpress-meetup,.wcb-session-managing-a-local-wordpress-community {
		padding-bottom: 3rem;
	}
}

.wcb-session-contributing-to-wordpress-for-business-profession-the-community:after,.wcb-session-japanese-wordpress-community:after,.wcb-session-keys-to-growing-developing-your-wordpress-meetup:after,.wcb-session-managing-a-local-wordpress-community:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #176799;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Running a local WP community";
}

.wcb-session-changing-the-world-one-wordpress-site-at-a-time-how-we-built-a-successful-distributed-wordpress-firm-serving-nonprofits,.wcb-session-making-the-leap-successful-products-as-a-web-agency,.wcb-session-managing-a-remote-wordpress-team,.wcb-session-project-management-or-how-to-herd-cats,.wcb-session-whats-my-wordpress-sites-email-strategy {
	position: relative;
	padding-bottom: 2.5rem;
}

@media (max-width:47.9375em) {
	.wcb-session-changing-the-world-one-wordpress-site-at-a-time-how-we-built-a-successful-distributed-wordpress-firm-serving-nonprofits,.wcb-session-making-the-leap-successful-products-as-a-web-agency,.wcb-session-managing-a-remote-wordpress-team,.wcb-session-project-management-or-how-to-herd-cats,.wcb-session-whats-my-wordpress-sites-email-strategy {
		padding-bottom: 3rem;
	}
}

.wcb-session-changing-the-world-one-wordpress-site-at-a-time-how-we-built-a-successful-distributed-wordpress-firm-serving-nonprofits:after,.wcb-session-making-the-leap-successful-products-as-a-web-agency:after,.wcb-session-managing-a-remote-wordpress-team:after,.wcb-session-project-management-or-how-to-herd-cats:after,.wcb-session-whats-my-wordpress-sites-email-strategy:after {
	display: inline-block;
	padding: .0625rem .375rem;
	border: 2px solid #e32d88;
	position: absolute;
	bottom: 1rem;
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0,0,0,.9);
	border-radius: .625rem;
	background: #fff;
	content: "Running a WordPress agency";
}

.wcorg-session {
	border-top: 1px solid #e8e9ea;
	padding: 1.5rem 0;
}

.wcorg-session .wcorg-session-description {
}

.wcorg-session .wcorg-session-description:after,.wcorg-session .wcorg-session-description:before {
	content: "";
	display: table;
}

.wcorg-session .wcorg-session-description:after {
	clear: both;
}

.wcorg-session .avatar {
	float: left;
	margin: .5rem 1rem .5rem 0;
}

.wcorg-session p {
	margin-bottom: .5rem;
}

.wcorg-session p:last-child {
	margin-bottom: 0;
}

.wcorg-session h3 {
	text-transform: none;
}

.wcorg-speaker {
	border-top: 1px solid #e8e9ea;
	padding: 1.5rem 0;
}

.wcorg-speaker .wcorg-speaker-description {
}

.wcorg-speaker .wcorg-speaker-description:after,.wcorg-speaker .wcorg-speaker-description:before {
	content: "";
	display: table;
}

.wcorg-speaker .wcorg-speaker-description:after {
	clear: both;
}

.wcorg-speaker .avatar {
	float: left;
	margin: .5rem 1rem .5rem 0;
}

.wcorg-speaker p {
	margin-bottom: .5rem;
	font-size: 16px;
}

.wcorg-speaker p:last-child {
	margin-bottom: 0;
}

.wcorg-speaker h3 {
	text-transform: none;
}

.single-wcb_speaker .entry-content {
	font-size: 18px;
}

#session-speaker-names,#speaker-session-names {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
}

#session-speaker-names li,#speaker-session-names li {
	padding-left: 2rem;
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/decoration-bullet-dark.png');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: .5rem .5rem;
	font-size: 1em;
	line-height: 1.5625em;
}

.wcorg-sponsors>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wcorg-sponsors>div h2 {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8e9ea;
	font-size: 1em;
	line-height: 1.5625em;
	text-align: center;
	position: relative;
	z-index: 100;
}

@media (min-width:48em) {
	.wcorg-sponsors>div h2 {
		padding-top: 0;
		border-top: none;
	}
	
	.wcorg-sponsors>div h2:after,.wcorg-sponsors>div h2:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-top: 1px solid #e8e9ea;
		content: "";
		z-index: -1;
	}
	
	.wcorg-sponsors>div h2:after {
		border-color: #fff;
		width: 16em;
		z-index: -1;
	}
}

.wcorg-sponsor {
	margin-bottom: 0;
	padding: .5rem;
}

.wcorg-sponsor img {
	display: block;
	margin: 0 auto;
	max-height: 8.75rem;
}

.wcorg-sponsor a {
	background-color: #fff;
}

.wcorg-sponsor a img {
	transition: all .15s ease;
}

.wcorg-sponsor a:active img,.wcorg-sponsor a:focus img,.wcorg-sponsor a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .75;
}

@media (min-width:48em) {
	.wcorg-sponsor {
		padding: 1rem;
	}
	
	.wcorg-sponsor img {
		max-height: 12.5rem;
	}
}

.wcorg-sponsor-level-administrator,.wcorg-sponsor-level-event-after-party,.wcorg-sponsor-level-event-speakers-dinner,.wcorg-sponsor-level-super-admin {
}

.wcorg-sponsor-level-administrator:after,.wcorg-sponsor-level-administrator:before,.wcorg-sponsor-level-event-after-party:after,.wcorg-sponsor-level-event-after-party:before,.wcorg-sponsor-level-event-speakers-dinner:after,.wcorg-sponsor-level-event-speakers-dinner:before,.wcorg-sponsor-level-super-admin:after,.wcorg-sponsor-level-super-admin:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-administrator:after,.wcorg-sponsor-level-event-after-party:after,.wcorg-sponsor-level-event-speakers-dinner:after,.wcorg-sponsor-level-super-admin:after {
	clear: both;
}

.wcorg-sponsor-level-administrator .wcorg-sponsor,.wcorg-sponsor-level-event-after-party .wcorg-sponsor,.wcorg-sponsor-level-event-speakers-dinner .wcorg-sponsor,.wcorg-sponsor-level-super-admin .wcorg-sponsor {
	width: 100%;
}

@media (min-width:37.5em) {
	.wcorg-sponsor-level-administrator .wcorg-sponsor,.wcorg-sponsor-level-event-after-party .wcorg-sponsor,.wcorg-sponsor-level-event-speakers-dinner .wcorg-sponsor,.wcorg-sponsor-level-super-admin .wcorg-sponsor {
		width: 50%;
	}
}

@media (min-width:48em) {
	.wcorg-sponsor-level-administrator .wcorg-sponsor,.wcorg-sponsor-level-event-after-party .wcorg-sponsor,.wcorg-sponsor-level-event-speakers-dinner .wcorg-sponsor,.wcorg-sponsor-level-super-admin .wcorg-sponsor {
		width: 33.33333%;
	}
}

.wcorg-sponsor-level-author,.wcorg-sponsor-level-editor,.wcorg-sponsor-level-speakers-dinner {
}

.wcorg-sponsor-level-author:after,.wcorg-sponsor-level-author:before,.wcorg-sponsor-level-editor:after,.wcorg-sponsor-level-editor:before,.wcorg-sponsor-level-speakers-dinner:after,.wcorg-sponsor-level-speakers-dinner:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-author:after,.wcorg-sponsor-level-editor:after,.wcorg-sponsor-level-speakers-dinner:after {
	clear: both;
}

.wcorg-sponsor-level-author .wcorg-sponsor,.wcorg-sponsor-level-editor .wcorg-sponsor,.wcorg-sponsor-level-speakers-dinner .wcorg-sponsor {
	width: 50%;
}

@media (min-width:48em) {
	.wcorg-sponsor-level-author .wcorg-sponsor,.wcorg-sponsor-level-editor .wcorg-sponsor,.wcorg-sponsor-level-speakers-dinner .wcorg-sponsor {
		width: 25%;
	}
}

.wcorg-sponsor-level-small-business,.wcorg-sponsor-level-subscriber {
}

.wcorg-sponsor-level-small-business:after,.wcorg-sponsor-level-small-business:before,.wcorg-sponsor-level-subscriber:after,.wcorg-sponsor-level-subscriber:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-small-business:after,.wcorg-sponsor-level-subscriber:after {
	clear: both;
}

.wcorg-sponsor-level-small-business .wcorg-sponsor,.wcorg-sponsor-level-subscriber .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width:48em) {
	.wcorg-sponsor-level-small-business .wcorg-sponsor,.wcorg-sponsor-level-subscriber .wcorg-sponsor {
		width: 20%;
	}
}

.wcorg-sponsor-level-microsponsor {
}

.wcorg-sponsor-level-microsponsor:after,.wcorg-sponsor-level-microsponsor:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-microsponsor:after {
	clear: both;
}

.wcorg-sponsor-level-microsponsor .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width:48em) {
	.wcorg-sponsor-level-microsponsor .wcorg-sponsor {
		width: 16.66667%;
	}
}

.wcorg-sponsor-level-community-summit-bronze,.wcorg-sponsor-level-community-summit-gold,.wcorg-sponsor-level-community-summit-individual,.wcorg-sponsor-level-community-summit-silver {
	display: none !important;
}

.widget {
	padding: 1.5rem 1rem;
	position: relative;
	max-width: 50rem;
}

@media (min-width:37.5em) {
	.widget {
		padding: 1.5rem 2rem;
	}
}

@media (min-width:48em) {
	.widget {
		padding: 1.5rem 3rem;
	}
}

.widget-title {
	font-size: 1.25em;
	line-height: 1.25em;
}

#after-header-widgets .widget,#before-content-widgets .widget,#secondary .widget {
	text-align: center;
}

#after-header-widgets .widget>*,#before-content-widgets .widget>*,#secondary .widget>* {
	position: relative;
}

#after-header-widgets .widget:before,#before-content-widgets .widget:before,#secondary .widget:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	background-color: #222;
	content: "";
}

.jetpack_subscription_widget {
	text-align: center;
}

.jetpack_subscription_widget:before {
	background-color: #1d242a;
}

.jetpack_subscription_widget .widget-title {
	color: #ed2e38;
}

.jetpack_subscription_widget p {
	margin: 0;
	color: hsla(0,0%,100%,.8);
}

.jetpack_subscription_widget input[type=email] {
	width: 100% !important;
}

.jetpack_subscription_widget input[type=submit] {
	width: 100%;
	color: rgba(0,0,0,.75);
	text-transform: uppercase;
	background-color: #1d66a5;
}

.jetpack_subscription_widget input[type=submit]:active,.jetpack_subscription_widget input[type=submit]:focus,.jetpack_subscription_widget input[type=submit]:hover {
	color: rgba(0,0,0,.9);
	background-color: #1a5c95;
}

.jetpack_subscription_widget #subscribe-text {
	margin-bottom: 1.5rem;
}

.jetpack_subscription_widget #subscribe-email,.jetpack_subscription_widget #subscribe-submit {
	display: inline-block;
	width: 12.5rem;
	margin: .25rem;
	vertical-align: top;
}

@media (min-width:37.5em) {
	.jetpack_subscription_widget #subscribe-email {
		width: 25rem;
	}
}

.list-social {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.list-social:after,.list-social:before {
	content: "";
	display: table;
}

.list-social:after {
	clear: both;
}

.list-social li {
	font-size: 1em;
	line-height: 1.25em;
	display: block;
	margin-top: 1rem;
	text-align: center;
}

@media (min-width:24em) {
	.list-social li {
		width: 46%;
		display: inline-block;
	}
}

@media (min-width:37.5em) {
	.list-social li {
		width: 30%;
		min-width: 12.5rem;
	}
}

.list-social strong {
	display: block;
	color: inherit;
}

.list-social a {
	position: relative;
	display: block;
	padding: 1rem 1.5rem;
	padding-top: 4.25rem;
	color: rgba(0,0,0,.8);
	border-radius: .1875rem;
	text-decoration: none;
}

.list-social a:empty {
	display: none;
}

.list-social a:before {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border: 4px solid #1d66a5;
	border-radius: .1875rem;
	transition: all .1s ease;
}

.list-social a:after,.list-social a:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
}

.list-social a:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3rem;
	height: 3rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 36px;
}

.list-social a:active,.list-social a:focus,.list-social a:hover {
	text-decoration: none;
	color: hsla(0,0%,100%,.9);
	background-color: #1d66a5;
}

.list-social a:active:before,.list-social a:focus:before,.list-social a:hover:before {
	background-color: #a5c2db;
	border-color: #a5c2db;
}

.list-social .social-twitter a:after {
	background-image: url('https://2017.europe.wordcamp.org/files/2016/11/icon-twitter.png');
}

.list-social .social-facebook a:after {
	background-image: url('https://2017.europe.wordcamp.org/files/2016/11/icon-facebook.png');
}

.list-social .social-instagram a:after {
	background-image: url('https://2017.europe.wordcamp.org/files/2017/06/icon-instagram.png');
}

.page-slug-sponsors #content {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.page-slug-sponsors .entry-title {
	position: relative;
	margin-bottom: 2rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.page-slug-sponsors .entry-title:before {
	width: 10rem;
	height: .125rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ed2e38;
	content: "";
}

.page-slug-attendees #content {
	max-width: 87.5rem;
	margin-left: auto;
	margin-right: auto;
}

.page-slug-attendees .entry-title {
	position: relative;
	margin-bottom: 2rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.page-slug-attendees .entry-title:before {
	width: 10rem;
	height: .125rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ed2e38;
	content: "";
}

.page-template-page-day-of #primary {
	display: none;
}

.page-template-page-day-of #content-widgets .widget {
	background: none !important;
}

.page-template-page-day-of #content-widgets .widget:first-child {
	border-top: none;
}

.page-template-page-day-of #content-widgets .widget:before {
	display: none;
}

.page-template-page-day-of #content-widgets .widget .widget-title {
	font-size: 1.95312em;
}

.page-template-page-day-of #content-widgets .widget .widget h2 {
	font-size: 1.5625em;
	line-height: 1.5625em;
}

.page-template-page-day-of #content-widgets .widget .widget h3 {
	font-size: 1.25em;
	line-height: 1.5625em;
}

.page-template-page-day-of #content-widgets .widget .widget h4 {
	font-size: 1em;
	line-height: 1.5625em;
}

.page-template-page-day-of #content-widget-1 .widget:first-child {
	padding: 2rem 1rem;
}

@media (min-width:37.5em) {
	.page-template-page-day-of #content-widget-1 .widget:first-child {
		padding: 4rem 2rem;
	}
}

@media (min-width:48em) {
	.page-template-page-day-of #content-widget-1 .widget:first-child {
		padding: 6rem 3rem;
	}
}

.page-template-page-day-of #content-widget-1 .widget:first-child .widget-title {
	font-size: 1.95312em;
}

.page-template-page-day-of #content-widget-1 .widget:first-child p {
	font-size: 1.25em;
}

.content-widgets-block {
	position: relative;
	background-color: #fff;
}

.content-widgets-block:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	background-color: inherit;
	content: "";
}

#content-widget-1:before {
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/background-pattern-01.png');
	background-color: #222 !important;
	background-size: 120px;
	background-attachment: fixed;
	background-position: 50% 0;
}

#content-widget-2:before,#content-widget-3:before,#content-widget-4:before {
	border-top: 1px solid #e8e9ea;
}

#content-widget-5 {
	text-align: center;
}

#content-widget-5:before {
	background-color: #1d242a !important;
	background-size: 120px;
	background-attachment: fixed;
	background-position: 50% 0;
}

#content-widget-5 .widget-title {
	color: #1d242a;
}

#content-widget-5 p {
	color: hsla(0,0%,100%,.75);
}

#content-widget-5 strong {
	color: hsla(0,0%,100%,.9);
}

.nav-anchor {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 1.5rem;
	text-align: center;
}

.nav-anchor li {
	display: inline-block;
	margin: .125rem;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-anchor a {
	display: block;
	padding: 1rem;
	min-width: 13.75rem;
	background-color: #1d66a5;
	text-decoration: none;
	border-radius: .1875rem;
}

.nav-anchor a,.nav-anchor a:active {
	color: rgba(0,0,0,.9);
}

.nav-anchor a:focus,.nav-anchor a:hover {
	color: rgba(0,0,0,.9);
	background-color: #1a5c95;
}

.u-text-center {
	text-align: center;
}

.u-text-left {
	text-align: left;
}

.u-text-right {
	text-align: right;
}

.assistive-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

img.emoji,img.wp-smiley {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: none !important;
	padding: 0 !important;
}

.skip-link {
	padding: .25em .5em;
	color: rgba(0,0,0,.9);
	background-color: #fff;
	border-radius: .1875rem;
	box-shadow: 0 .0625rem .1875rem 0 rgba(0,0,0,.2);
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: relative;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
	position: absolute;
	z-index: 1;
	top: 1em;
	left: 1em;
	text-decoration: none;
}

.alignleft,.alignright {
	position: relative;
	max-width: none;
	width: 100%;
}

@media (min-width:24em) {
	.alignleft,.alignright {
		top: .375rem;
		margin-bottom: 1.5rem;
		width: 36%;
	}
}

@media (min-width:48em) {
	.alignleft,.alignright {
		top: .625rem;
		width: 44%;
	}
}

@media (min-width:24em) {
	.alignleft {
		float: left;
		margin-right: 1.5rem;
	}
}

@media (min-width:24em) {
	.alignright {
		float: right;
		margin-left: 1.5rem;
	}
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.wp-caption img {
	margin-bottom: 0;
	max-width: none;
	width: 100%;
}

.wp-caption p {
	margin-top: .5rem;
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1.5625em;
	color: rgba(0,0,0,.6);
}

.kss-doc-title {
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	color: rgba(0,0,0,.9);
	text-transform: none;
	font-weight: 700;
}

.kss-sidebar {
	padding: 1rem;
	background-color: #fff4e6;
}

@media (min-width:37.5em) {
	.kss-sidebar {
		padding: 2rem;
	}
}

@media (min-width:48em) {
	.kss-sidebar {
		padding: 3rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 22.5rem;
		min-height: 100vh;
		height: 400px;
		overflow-y: scroll;
	}
}

@media (min-width:48em) {
	.kss-main {
		margin-left: 22.5rem;
	}
}

.kss-section {
	padding: 1rem;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
}

@media (min-width:37.5em) {
	.kss-section {
		padding: 2rem;
	}
}

@media (min-width:48em) {
	.kss-section {
		padding: 3rem;
	}
}

.kss-section:last-child {
	border-bottom: 0;
}

.kss-section:target .kss-title__permalink {
	color: #222 !important;
	text-decoration: none !important;
}

.kss-section>.kss-markup,.kss-section>.kss-modifier__wrapper,.kss-section>.kss-style,.kss-section>.kss-text {
	max-width: 62.5rem;
	margin: 0 auto;
}

.kss-section>.kss-markup code,.kss-section>.kss-markup pre,.kss-section>.kss-modifier__wrapper code,.kss-section>.kss-modifier__wrapper pre,.kss-section>.kss-style code,.kss-section>.kss-style pre,.kss-section>.kss-text code,.kss-section>.kss-text pre {
	border: none;
	padding: 0;
	margin: 0;
}

.kss-section .kss-title {
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	color: #444;
	text-transform: none;
}

@media (min-width:37.5em) {
	.kss-section .kss-title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.5;
	}
}

.kss-section .kss-title__permalink {
	color: #ec4e20;
}

.kss-section .kss-title__ref {
	font-weight: 400;
	color: #ec4e20;
}

.kss-section .kss-title__permalink-hash {
	display: none;
}

.kss-section .kss-modifier__heading {
	margin-bottom: 1rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	color: rgba(0,0,0,.9);
	border-left: 4px solid #ff9505;
	border-radius: 3px;
	padding: .5rem 1.5rem;
	background-color: #ffeacd;
}

.kss-section .kss-modifier__example {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.kss-section .kss-modifier__example:after,.kss-section .kss-modifier__example:before {
	content: "";
	display: table;
}

.kss-section .kss-modifier__example:after {
	clear: both;
}

.kss-section .kss-modifier__default-name,.kss-section .kss-modifier__name {
	margin-right: .625rem;
	font-weight: 700;
	color: rgba(0,0,0,.9);
}

.kss-section .kss-modifier__default-name,.kss-section .kss-modifier__description,.kss-section .kss-modifier__name {
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.kss-section .kss-modifier__description {
	font-weight: 400;
	color: rgba(0,0,0,.7);
}

.kss-section .kss-markup {
	padding: 1.5rem;
	border-radius: 3px;
	border-left: 4px solid #ff9505;
	background-color: #fffaf3;
	clear: both;
}

.kss-section pre[class*=language-] {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4;
	background-color: transparent;
	tab-size: 2;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	-webkit-tab-size: 2;
}

.kss-description,.kss-style>p {
	margin-bottom: 1.5rem;
}

.kss-style>p {
	margin-top: 0;
}

.kss-style>p:last-child {
	margin-bottom: 0;
}

.kss-style>p,.kss-style>ul li {
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #444;
}

@media (min-width:37.5em) {
	.kss-style>p,.kss-style>ul li {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.6;
	}
}

.kss-nav__menu,.kss-nav__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kss-nav__menu li {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,.05);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}

.kss-nav__menu li li {
	font-weight: 400;
}

.kss-nav__menu a {
	display: block;
	padding: .25rem .625rem;
	color: #ec4e20;
}

.kss-nav__menu .kss-nav__ref {
	display: inline-block;
	margin-right: .625rem;
	color: rgba(0,0,0,.5);
}

.kss-nav__menu-item {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.action-styleguide {
	display: block;
	padding: 1.25rem;
	border: none;
	text-align: center;
	text-decoration: none;
	color: hsla(0,0%,100%,.75);
	background-color: #151515;
}

.action-styleguide:active,.action-styleguide:focus,.action-styleguide:hover {
	border: none;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.action-styleguide__title {
	margin: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 700;
	color: #ff0;
}

.action-styleguide__description {
	margin: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 400;
	color: inherit;
}

.kss-text>h1,.kss-text>h2,.kss-text>h3,.kss-text>h4 {
	margin-top: 2rem;
	text-transform: none;
	letter-spacing: 0;
}

.kss-text>h1:first-child,.kss-text>h2:first-child,.kss-text>h3:first-child,.kss-text>h4:first-child {
	margin-top: 0;
}

/* Custom CSS from 2018.vienna.wordcamp.org */
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

img#grav-8cea87ac0c2857b7dbf55dd57944a274-0 + p:before {
	content: '';
	display: block;
	float: left;
	width: 3rem;
	height: 3rem;
	margin-left: -4rem;
	background: url('https://2018.vienna.wordcamp.org/files/2017/12/kraftner_illu_no_signature_small.jpg') no-repeat center/100%;
}

@media (min-width:37.5em) {
	img#grav-8cea87ac0c2857b7dbf55dd57944a274-0 + p:before {
		width: 5rem;
		height: 5rem;
		margin-left: -6rem;
	}
}