*,*::after,*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

::-moz-selection {
	color: #000;
	background: #fff
}

::selection {
	color: #000;
	background: #fff
}
 

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none
}

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor
}

.jq22-header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: .8em .75em;
	text-align: left
}

.jq22-header__title {
	font-size: 1em;
	margin: 0
}

.jq22-header__demos {
	margin: 0 1em;
	padding: 0 1em
}

.jq22-header__demos a {
	margin-right: 10px;
	white-space: nowrap;
	font-style: italic
}

.jq22-header__demos a.current-demo {
	color: #b8b8b8
}

.message {
	background: #ed6f83;
	color: #fff;
	padding: .5em;
	font-weight: 700;
	font-size: .85em;
	flex: none;
	display: none
}

.no-cssmask .message {
	display: block
}

.jq22-demos {
	font-weight: 700;
	text-align: right;
	padding: 2em 2.5em 2.5em
}

.jq22-demos span {
	display: inline-block;
	margin: 0 1em 0 0
}

.jq22-demos a {
	display: inline-block;
	position: relative;
	margin: 0 .5em
}

.jq22-demos a.current-demo {
	color: #fff
}

.jq22-demos a.current-demo::before {
	content: '';
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 2.25em;
	height: 2.25em;
	top: 50%;
	left: 50%;
	margin: -1.125em 0 0 -1.125em
}

.jq22-links {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap
}

.jq22-links::after {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 1px;
	height: 70%;
	background: currentColor;
	opacity: .7;
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg)
}

.jq22-icon {
	display: inline-block;
	color: #fff;
	margin: .5em;
	padding: .5em
}

.github-corner {
	display: none
}

.github-icon {
	fill: #fff;
	color: #251e1e;
	position: absolute;
	top: 0;
	border: 0;
	right: 0
}

.github-corner:hover .octo-arm {
	animation: octocat-wave 560ms ease-in-out
}

@keyframes octocat-wave {
	0%,100% {
		transform: rotate(0)
	}

	20%,60% {
		transform: rotate(-25deg)
	}

	40%,80% {
		transform: rotate(10deg)
	}
}

@media(max-width:500px) {
	.github-corner:hover .octo-arm {
		animation: none
	}

	.github-corner .octo-arm {
		animation: octocat-wave 560ms ease-in-out
	}
}

.content {
	padding: 3em 0
}

@media screen and (max-width:40em) {
	.jq22-header {
		text-align: center;
		display: block
	}

	.jq22-header__demos {
		padding: 1em
	}
}