/* 
@override 
	https://testing.nextchange.ch/files/css/app.css?*
	https://nextchange.ch/files/css/app.css?*
	https://www.nextchange.ch/files/css/app.css?*
*/
@import url(../fonts/icons/css/icons.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

th, td {
	vertical-align: top;
}

/* Basic_settings.css */

html {
	font-size: 10px;
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2D2643;
	height: 100%;
}

#wrapper {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.shadow #wrapper {
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.7);
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	transition: top 0.4s ease-in-out 0s, background 0.4s;
}

#header-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: calc(100% - 80px);
	max-width: 1200px;
	margin: 0 auto;
}

#header.hide {
	top: -80px;
}

#header.visible-top {
	background: rgba(0, 0, 0, 0);
}

#logo {
	margin-left: 15px;
	width: 20rem;
}

#logo a {
	display: block;
}

#logo img {
	width: 100%;
	height: auto;
}

#container {
	background-color: #fff;
}

#footer {
	background-color: #333;
	color: #ffffff;
	padding: 0 10px 2rem 10px;
}

#footer a {
	color: white;
}

.nav-side {
	background-color: #75A60C;
}

a {
	color: #75A60C;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:hover {
	color: #616F8E;
}

p, li {
	font-size: 2.0rem;
	line-height: 1.4;
}

p, ul {
	margin-bottom: 1rem;
}

th, td, td li {
	font-size: 1.6rem;
	line-height: 1.2;
}

.ce_text th, .ce_text td, .ce_text td li {
	font-size: 2rem;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "Exo 2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 6rem;
	line-height: 1.2;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

h2 {
	font-size: 4rem;
	line-height: 1.25;
	opacity: 0.8;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

h2.ce_headline {
	font-size: 6rem;
	opacity: 0.8;
	line-height: 1;
	margin: 3rem 0 12rem;
}

h2 em {
	display: block;
	font-style: normal;
	font-size: 18px;
}

h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1.3;
}

blockquote, q {
	color: #2D2643;
}

*::selection {
	background-color: #A2BA24;
}

mark {
	padding: 2px;
	background-color: #75A60C;
	border-radius: 3px;
}

.light {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	h1 {
		font-size: 3.6rem;
	}
	
	h2 {
		font-size: 3.6rem;
	}
	
	h2.ce_headline {
		font-size: 3.6rem;
		margin: 2rem 0 6rem;
	}
	
	h3, p, li {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	
	#header-bar {
		width: calc(100% - 30px);
		max-width: 1200px;
		margin: 0 auto;
		height: 60px;
	}
	
	#logo {
		width: 16rem;
	}
}

td.weekend {
	background-color: #A2DCEA;
}

*[class*="btn"] a, a.btn, a.btn-large, a.btn-small, input[type="submit"], button {
	border-color: #2D2643;
	color: #2D2643;
}

*[class*="btn"] a:hover, a.btn:hover, a.btn-large:hover, a.btn-small:hover, input[type="submit"]:hover, button:hover {
	border-color: #616F8E;
	color: #616F8E;
}

*.invert[class*="btn"] a, a.btn.invert, a.btn-small.invert, a.btn-large.invert {
	background-color: #2D2643;
	color: #fff;
}

*.invert[class*="btn"] a:hover, a.btn.invert:hover, a.btn-small.invert:hover, a.btn-large.invert:hover {
	background-color: #616F8E;
}

.light *[class*="btn"] a, .light a.btn, .light a.btn-large, .light a.btn-small, .light input[type="submit"], *.light[class*="btn"] a, .light.btn-large a, .light.btn-small a, .light button {
	border-color: #fff;
	color: #fff;
}

.light *.invert[class*="btn"] a, *.light.invert[class*="btn"] a {
	color: #2D2643;
}

.light *[class*="btn"] a:hover, a.btn:hover, a.btn-large:hover, a.btn-small:hover, .light.input[type="submit"]:hover, *.light[class*="btn"] a:hover, a.btn.light:hover, a.btn-large.light:hover, a.btn-small.light:hover, .light button:hover {
	border-color: #616F8E;
	color: #616F8E;
}

.color-1 {
	background-color: #2D2643;
}

.color-2 {
	background-color: #75A60C;
}

.color-3 {
	background-color: #616F8E;
}

.color-4 {
	background-color: #CD9500;
}

.color-5 {
	background-color: #A2BA24;
}

.color-6 {
	background-color: #00ADD3;
}

.color-7 {
	background-color: #A2DCEA;
}

.color-8 {
	background-color: #95C7DD;
}

.color-9 {
	background-color: #dedede;
}

figcaption {
	border-color: #75A60C;
	color: #A2BA24;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	background-color: rgba(45, 38, 67, 0.1);
	border-top: 0px solid #2D2643;
	border-right: 0px solid #2D2643;
	border-bottom: 1px solid #2D2643;
	border-left: 0px solid #2D2643;
	color: #2D2643;
}

.style-1 {
	background-color: #75A60C;
	color: #ffffff;
}

.style-2 {
	background-color: #616F8E;
	color: #95C7DD;
}

.style-3 {
	background-color: #00ADD3;
	color: #ffffff;
}

.style-4 {
	background-image: url("../../files/freestyle-fx/images/16.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	  /*creates parallax effect (sort of). Disabled for tablet and small screens. */
}

.style-5 {
	background-image: url("../../files/freestyle-fx/images/5.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	  /*creates parallax effect (sort of). Disabled for tablet and small screens. */
}

[class*="overlay"]:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	content: '';
	z-index: 1;
}

.overlay-1:before {
	background-color: rgba(45, 38, 67, 0.9);
	background: -moz-linear-gradient(270deg, rgba(71, 91, 114, 0.5) 0%, #475b72 75%, #475b72 100%);
	  /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(71, 91, 114, 0.5)), color-stop(75%, #475b72), color-stop(100%, #475b72));
	  /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(71, 91, 114, 0.5) 0%, #475b72 75%, #475b72 100%);
	  /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(71, 91, 114, 0.5) 0%, #475b72 75%, #475b72 100%);
	  /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(71, 91, 114, 0.5) 0%, #475b72 75%, #475b72 100%);
	  /* ie10+ */
	background: linear-gradient(180deg, rgba(71, 91, 114, 0.5) 0%, #475b72 75%, #475b72 100%);
	  /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475B72', endColorstr='#475B72',GradientType=0 );
	  /* ie6-9 */
}

.overlay-2:before {
	background-color: rgba(117, 166, 12, 0.9);
}

.overlay-3:before {
	background-color: rgba(97, 111, 142, 0.9);
}

.overlay-4:before {
	background-color: rgba(205, 149, 0, 0.9);
}

.overlay-5:before {
	background-color: rgba(162, 186, 36, 0.9);
}

.overlay-6:before {
	background-color: rgba(255, 255, 255, 0.8);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

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

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

a {
	background-color: transparent;
}

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

b, strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

progress {
	vertical-align: baseline;
}

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-decoration {
	-webkit-appearance: none;
}

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* @override 
	*/
/* Smartphone version
   Usually Nothing to do: blocks are stacked by default. */

.b15 {
	width: 25%;
}

.b50-50-60 {
	width: 60%;
}

/* Tablet version */

@media (min-width: 768px) {
	.b1, .b2 {
		width: 50%;
	}
	
	.b4 {
		width: 25%;
	}
	
	.b8 {
		width: 50%;
	}
	
	.b12 {
		width: 12%;
	}
	
	.b15 {
		width: 15%;
	}
	
	.b30 {
		width: 30%;
	}
	
	.b70 {
		width: 70%;
	}
	
	.b25 {
		width: 25%;
	}
	
	.b25-50 {
		width: 50%;
	}
	
	.b50 {
		width: 50%;
	}
	
	.b50-50 {
		width: 50%;
	}
	
	.b75 {
		width: 75%;
	}
	
	.b75-75 {
		width: 75%;
	}
	
	.b50-50-60 {
		width: 50%;
	}
	
	.b100 {
		width: 100%;
	}
	  /*Offset*/
	
	.offset10 {
		margin-left: 10%;
	}
	
	.offset15 {
		margin-left: 15%;
	}
	
	.offset20 {
		margin-left: 20%;
	}
	
	.offset25 {
		margin-left: 25%;
	}
	
	.offset30 {
		margin-left: 30%;
	}
	
	.offset35 {
		margin-left: 35%;
	}
	
	.offset40 {
		margin-left: 40%;
	}
	
	.offset45 {
		margin-left: 45%;
	}
	
	.offset50 {
		margin-left: 50%;
	}
	
	.offset55 {
		margin-left: 55%;
	}
	
	.offset60 {
		margin-left: 60%;
	}
	
	.offset65 {
		margin-left: 65%;
	}
	
	.offset70 {
		margin-left: 70%;
	}
	
	.offset75 {
		margin-left: 75%;
	}
	
	.offset80 {
		margin-left: 80%;
	}
	
	.offset85 {
		margin-left: 85%;
	}
	
	.offset90 {
		margin-left: 90%;
	}
	  /* Gallery columns */
	
	.ce_gallery > ul.cols_2 li {
		width: 50%;
	}
	
	.ce_gallery > ul.cols_3 li {
		width: 33.33%;
	}
	
	.ce_gallery > ul.cols_4 li {
		width: 25%;
	}
	
	.ce_gallery > ul.cols_5 li {
		width: 20%;
	}
	
	.ce_gallery > ul.cols_6 li {
		width: 16.66%;
	}
	
	.ce_gallery > ul.cols_7 li {
		width: 14.285%;
	}
	
	.ce_gallery > ul.cols_8 li {
		width: 12.5%;
	}
	  /* Newslist in columns. Can also be used for events etc. Just adjust respective template file */
	
	.columns_3 {
		width: 33.33%;
	}
	  /*Clear and reset after 3 blocks for cleaner layout when columns have different heights */
	
	.columns_3:nth-child(3n+1) {
		clear: left;
	}
	  /*  Give the columns padding left and right */
	
	.columns_3 {
		padding: 0 .5em;
	}
}

@media (min-width: 1024px) {
	.b1, .b2, .b3 {
		width: 50%;
	}
	
	.b4, .b5, .b6, .b7 {
		width: 25%;
	}
	
	.b8, .b9, .b10 {
		width: 20%;
	}
	
	.b11, .b33 {
		width: 33.3334%;
	}
	
	.b12 {
		width: 75%;
	}
	
	.b13 {
		width: 30%;
	}
	
	.b14 {
		width: 70%;
	}
	
	.b15 {
		width: 25%;
	}
	
	.b20 {
		width: 20%;
	}
	
	.b25-25 {
		width: 25%;
	}
	
	.b25-50 {
		width: 25%;
	}
	
	.b30 {
		width: 30%;
	}
	
	.b33 {
		width: 33.3334%;
	}
	
	.b50 {
		width: 50%;
	}
	
	.b50-50 {
		width: 50%;
	}
	
	.b66 {
		width: 66.6666%;
	}
	
	.b70 {
		width: 70%;
	}
	
	.b75 {
		width: 75%;
	}
	
	.b75-75 {
		width: 75%;
	}
	
	.grid1 {
		width: 8.3334%;
	}
	
	.grid2 {
		width: 16.6666%;
	}
	
	.grid3 {
		width: 25%;
	}
	
	.grid4 {
		width: 33.3334%;
	}
	
	.grid5 {
		width: 41.6667%;
	}
	
	.grid6 {
		width: 50%;
	}
	
	.grid7 {
		width: 58.3333%;
	}
	
	.grid8 {
		width: 66.6666%;
	}
	
	.grid9 {
		width: 75%;
	}
	
	.grid10 {
		width: 83.3334%;
	}
	
	.grid11 {
		width: 91.6664%;
	}
	  /* Gallery columns */
	
	.ce_gallery > ul.cols_2 li {
		width: 50%;
	}
	
	.ce_gallery > ul.cols_3 li {
		width: 33.33%;
	}
	
	.ce_gallery > ul.cols_4 li {
		width: 25%;
	}
	
	.ce_gallery > ul.cols_5 li {
		width: 20%;
	}
	
	.ce_gallery > ul.cols_6 li {
		width: 16.66%;
	}
	
	.ce_gallery > ul.cols_7 li {
		width: 14.285%;
	}
	
	.ce_gallery > ul.cols_8 li {
		width: 12.5%;
	}
	
	.columns_3 {
		width: 33.33%;
	}
	
	.columns_3:nth-child(3n+1) {
		clear: left;
	}
	
	.columns_3 {
		padding: 0 .5em;
	}
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	.b33 {
		width: 100%;
	}
}

.slider-control {
	margin-top: -80px;
	height: 80px;
}

.slider-control .slider-menu b {
	font-size: 50px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}

.slider-control .slider-menu b.active {
	color: black;
}

.content-slider {
	height: 100vh;
}

.content-slider h1 {
	font-size: 60px;
	line-height: 1;
	padding-top: 30vh;
	font-weight: bold;
}

.content-slider p {
	font-size: 40px;
	line-height: 1;
	padding-left: 40px;
	padding-right: 40px;
}

.content-slider a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.inside {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#introslider {
	position: relative;
	background: #f5f5f5 url("/files/bg/homepage.jpg") no-repeat left top;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	color: #fff;
}

#introslider::before {
	position: absolute;
	display: block;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

#introslider.mod_article .inside {
	width: 100%;
	max-width: 100%;
	display: block;
}

#introslider p {
	font-size: 4.8rem;
	padding: 0 2rem;
	line-height: 1.1;
	width: calc(100% - 80px);
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2rem;
}

#introslider p.title {
	font-family: "Exo 2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 6rem;
	line-height: 1.2;
}

#introslider p a {
	padding: 0.8rem 1.5rem;
	border: 0.3rem solid white;
	border-radius: 0.7rem;
	background: rgba(255, 255, 255, 0.6);
	font-size: 3rem;
	color: black;
}

#introslider p a:hover {
	background: white;
}

#verwaltungsraetin, #referentin {
	position: relative;
	background: #333 url("/files/bg/kitesurfen-wallpaper-1.png");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	color: #fff;
}

#referentin {
	position: relative;
	background: #333 url("/files/bg/kitesurfen-wallpaper-3.png");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	color: #fff;
}

#consulting, #leadership, #leadership-sparring {
	position: relative;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
}

#holistisch {
	position: relative;
	background: #333 url("/files/bg/kitesurfen-wallpaper-2.png");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	color: #fff;
}

#introslider.mod_article {
	padding: 0;
}

#nav {
	width: 80%;
	position: relative;
	float: right;
	z-index: 9;
	height: 8rem;
	padding: 0;
}

#nav.block {
	overflow: visible;
}

.mod_article.flex-wrap .inside, #footer.flex-wrap .inside {
	display: block;
}

.mod_article.flex-wrap .inside::after, #footer.flex-wrap .inside::after {
	content: ' ';
	display: block;
	clear: both;
}

.mod_article.flex-wrap .inside .ce_image, .mod_article.flex-wrap .inside .ce_headline, .mod_article.flex-wrap .inside .ce_text, .mod_article.flex-wrap .inside .ce_table, #footer.flex-wrap .inside .ce_image, #footer.flex-wrap .inside .ce_headline, #footer.flex-wrap .inside .ce_text, #footer.flex-wrap .inside .ce_table {
	float: left;
}

.mod_article.flex-wrap .inside .ce_text.stretch, #footer.flex-wrap .inside .ce_text.stretch {
	clear: both;
	background: yellow;
}

.mod_wrapper {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.mod_wrapper [class*="mod_"] > div {
	padding: 0 10px;
}

img {
	vertical-align: middle;
}

.overlay-2:before {
	background-color: rgba(117, 166, 12, 0.9);
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	#introslider p {
		font-size: 3.0rem;
	}
	
	#introslider p.title {
		font-size: 4rem;
	}
	
	#introslider p a {
		border: 0.2rem solid white;
		border-radius: 0.8rem;
		background: rgba(255, 255, 255, 0.6);
		font-size: 2rem;
		color: black;
	}
}

p.time::before {
	content: '\f133';
	font-family: icons;
	padding-right: 0.4em;
}

p.info {
	display: inline-block;
	border-bottom: 1px solid;
}

[class*="ce_"], [class*="mod_"], .pdf_link {
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}

[class*="ce_"] [class*="ce_"], [class*="ce_"] [class*="mod_"] {
	padding: 0;
}

.mod_article, #footer {
	margin: 0;
	padding: 4rem 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.mod_article .inside, #footer .inside {
	display: flex;
	width: calc(100% - 80px);
	max-width: 1200px;
	margin: 0 auto;
	z-index: 2;
}

#main *[class*="mod_"] .inside, #footer .inside {
	overflow: auto;
}

.ce_image {
	position: relative;
}

.ce_image figure {
	margin-bottom: 2rem;
}

.ce_image figure, .ce_image img {
	width: 100%;
	height: auto;
}

.ce_image.b50 figure, .ce_image.b25 figure {
	margin: 0;
	margin-bottom: 2rem;
	width: calc(100% - 0);
}

.ce_text {
	position: relative;
}

.ce_text h2:first-child {
	margin-top: 0;
	line-height: 1;
}

.ce_text > h3:first-child {
	margin-top: 0;
}

.ce_text.b25.text-box p, .ce_text.b50.text-box p, .ce_text.b75.text-box p {
	padding: 10px 0;
	line-height: 1.1;
}

.ce_text.b25.text-box li, .ce_text.b50.text-box li, .ce_text.b75.text-box li {
	line-height: 1.1;
}

.ce_text td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 8px 0;
}

.ce_table ul, .ce_list ul, .ce_text ul, .ce_table ol, .ce_list ol, .ce_text ol {
	list-style: circle;
	margin-left: 2.4rem;
	padding-left: 0;
	margin-top: 0;
}

.ce_table table {
	width: 100%;
}

.ce_table td, .ce_table th {
	padding: 12px 15px 12px 0;
	text-align: left;
	border-top: 1px solid #E1E1E1;
}

.ce_table td li {
	margin: 0;
	list-style: circle;
}

.ce_table td:first-child {
	width: 100px;
}

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

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

.image_container.float_left {
	margin-right: 3em;
}

.image_container.float_right {
	float: right;
	margin: 0 0 3rem 3em;
}

.image_container .cboxElement:after {
	content: '\e907';
	font-family: icons;
	padding: .3em .7em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .7;
}

.link-print::before, .link-pdf::before, .link-fb::before, .link-twitter::before, .link-google::before {
	height: 1.5rem;
	width: 1.5rem;
	font-family: icons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: .5em;
	background-color: #dedede;
	display: inline-block;
	border-radius: 50%;
	margin: .2em;
	color: #000;
	opacity: .7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.link-print:hover::before, .link-pdf:hover::before, .link-fb:hover::before, .link-twitter:hover::before, .link-google:hover::before {
	color: #fff;
	background-color: #999;
}

.link-print::before {
	content: '\e8d7';
}

.link-pdf::before {
	content: '\e8cc';
}

.link-fb::before {
	content: '\f09a';
}

.link-twitter::before {
	content: '\f099';
}

.link-google::before {
	content: '\f30f';
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	.mod_article, #footer {
		margin: 0;
		padding: 4rem 0;
		position: relative;
		display: flex;
		justify-content: center;
	}
	
	.mod_article .inside, #footer .inside {
		flex-direction: column;
		width: calc(100% - 30px);
		max-width: 1200px;
		margin: 0 auto;
	}
}

#footer p {
	font-size: 1.5rem;
	line-height: 1.6;
}

#footer p[class^="icon-"]:before, #footer p[class*=" icon-"]:before {
	margin-right: 1rem;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="submit"], button[type="submit"], textarea, select {
	height: 38px;
	width: 100%;
	padding: 6px 10px;
	background-color: #425786;
	background-color: rgba(66, 87, 134, 0.2);
	border: 1px solid transparent;
	border-bottom: 1px solid #000;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 1.4rem;
}

input.captcha[type="text"] {
	display: inline-block;
	width: 4em;
}

.light input[type="email"], .light input[type="number"], .light input[type="search"], .light input[type="text"], .light input[type="tel"], .light input[type="url"], .light input[type="password"], .light textarea, .light select {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.03);
	border: 1px solid transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
}

textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: white;
	background-color: rgba(255, 255, 255, 0);
	outline: 0;
}

label, legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 300;
}

.radio_container label, .checkbox_container label {
	display: inline-block;
}

fieldset {
	padding: 0;
	border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
}

label > .label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal;
}

label.block {
	width: 100%;
}

.widget.block select {
	width: 100%;
}

select {
	border-bottom-left-radius: 0;
}

.error {
	color: #ff0000;
}

.comment_default {
	border: 1px solid #dedede;
	padding: 1em;
	margin-bottom: 1em;
}

.comment_default .reply {
	padding-left: 2em;
}

.comment_default .reply p.info {
	font-weight: bold;
}

/* ------------- Buttons and input submit -------------- */

input, textarea, select, fieldset, button {
	margin-bottom: 1.5rem;
}

input[type="submit"], button[type="submit"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #425786;
	color: #425786;
	cursor: pointer;
	box-sizing: border-box;
}

input[type="submit"]:hover, input[type="submit"]:focus
button:hover, button:focus {
	color: #0FA0CE;
	border-color: #0FA0CE;
	outline: 0;
}

.light input[type="submit"], .light button[type="submit"] {
	color: #fff;
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.light input[type="submit"]:hover .light button[type="submit"]:hover {
	color: #0FA0CE;
	border-color: #0FA0CE;
}

*[class*="btn"] a, a.btn, a.btn-large, a.btn-small {
	display: inline-block;
	border: 1px solid #425786;
	color: #425786;
	text-decoration: none;
	padding: .5em .8em;
	border-radius: 3px;
	margin-bottom: .5em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

*[class*="btn"] a:hover, a.btn:hover, a.btn-large:hover, a.btn-small:hover {
	border-color: #0FA0CE;
}

*.invert[class*="btn"] a, a.btn.invert, a.btn-small.invert, a.btn-large.invert {
	background-color: #425786;
	color: #fff;
}

*.invert[class*="btn"] a:hover, a.btn.invert:hover, a.btn-small.invert:hover, a.btn-large.invert:hover {
	background-color: #0FA0CE;
}

.btn-small a, a.btn-small {
	padding: .4em 1em;
	font-size: 80%;
}

.btn-large a, a.btn-large {
	padding: 1em 2em;
	font-size: 110%;
}

.light *[class*="btn"] a, .light a.btn, .light a.btn-large, .light a.btn-small, *.light[class*="btn"] a, .light.btn-large a, .light.btn-small a {
	border: 4px solid #fff;
	border-radius: 10px;
	color: #fff;
}

.light *.invert[class*="btn"] a, *.light.invert[class*="btn"] a {
	background-color: #fff;
}

/* -------------- Useful helper classes. Extend as needed. ---------------- */
/* -------------- Misc ------------------ */

.subnav li {
	padding-bottom: .5em;
}

.mod_eventlist .header {
	margin-top: 2rem;
}

.mod_eventlist .event {
	margin-bottom: 1rem;
}

.mod_eventlist p.time {
	font-size: 2rem;
}

.accordion > div {
	padding: 1rem;
}

.error {
	color: ff0000;
}

.toggler {
	position: relative;
	padding: 6px 10px;
	border-bottom: 1px solid;
	font-weight: bold;
	cursor: pointer;
}

.toggler:focus {
	outline: none;
}

.toggler:before {
	display: inline-block;
	width: 1.5rem;
	font-family: icons;
	content: '\e81d';
	padding-right: 2em;
}

.toggler.ui-state-active:before {
	font-family: icons;
	content: '\e81f';
	padding-right: 2em;
}

.link-print::before, .link-pdf::before, .link-fb::before, .link-twitter::before, .link-google::before {
	height: 1.5rem;
	width: 1.5rem;
	font-family: icons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: .5em;
	background-color: #dedede;
	display: inline-block;
	border-radius: 50%;
	margin: .2em;
	color: #000;
	opacity: .7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.link-print:hover::before, .link-pdf:hover::before, .link-fb:hover::before, .link-twitter:hover::before, .link-google:hover::before {
	color: #fff;
	background-color: #999;
}

.link-print::before {
	content: '\e8d7';
}

.link-pdf::before {
	content: '\e8cc';
}

.link-fb::before {
	content: '\f09a';
}

.link-twitter::before {
	content: '\f099';
}

.link-google::before {
	content: '\f30f';
}

/* @group guay_silder */

.ce_guay_slider_start {
	padding: 0;
}

.swiper-container {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container .swiper-wrapper {
	height: 100vh;
	overflow: hidden;
}

.swiper-container .swiper-slide {
	align-content: center;
	opacity: 0 !important;
	height: 100%;
	width: 100vw;
	box-sizing: border-box;
}

.swiper-container .swiper-slide .ce_text {
	position: absolute;
	left: 20px;
	top: 35%;
	width: calc(100% - 40px);
}

.swiper-container .swiper-slide-active {
	opacity: 1 !important;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 50%;
	cursor: pointer;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;
	transition-property: opacity, right, left, background-image, border;
	transition-duration: 0.5s;
}

.swiper-container .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' %3E%3Cpolyline points='6,2 2,6 6,10' fill='none' stroke='white' stroke-width='1.3' /%3E%3C/svg%3E");
	left: 10px;
}

.swiper-container .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' %3E%3Cpolyline points='2,2 6,6 2,10' fill='none' stroke='white' stroke-width='1.3' /%3E%3C/svg%3E");
	right: 10px;
}

.swiper-container .swiper-button-disabled {
	opacity: 0.2 !important;
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
	opacity: 0.8;
}

.swiper-container:hover .swiper-button-next:hover, .swiper-container:hover .swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, 0.25);
	transition: background-color 0.5s;
}

.ce_guay_slider_start .ce_bgimage .text:hover .swiper-button-next {
	right: 30px;
	opacity: 1;
}

.ce_guay_slider_start .ce_bgimage .text:hover .swiper-button-prev {
	left: 30px;
	opacity: 1;
}

.ce_guay_slider_start .swiper-pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	z-index: 100;
	  /*
		&:before {
			content: "";
			display: block;
			position: absolute;
			top: 8px;
			left: 30px;
			width: calc(100% - 60px);
			height: 2px;
			background: #000;
			z-index: 0;
		}
		*/
}

.ce_guay_slider_start .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 15px !important;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	background: transparent;
	border: 2px solid white;
	z-index: 2;
	cursor: pointer;
}

.ce_guay_slider_start .swiper-pagination-bullet-active {
	color: black;
	background: white;
	cursor: pointer;
}

.ce_guay_slider_start .swiper-pagination-bullet:hover {
	color: #000;
	background: black;
	border: 3px solid #000;
}

.swiper-container.swiper-thumbnails {
	display: flex;
	padding: 1px 0;
	height: 66px;
	position: absolute;
	bottom: 58px;
	width: calc(100% - 240px);
	margin: 0 120px;
	z-index: 10;
}

.swiper-container.swiper-thumbnails .swiper-wrapper {
	height: auto;
	overflow: visible;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail {
	height: 66px;
	box-sizing: border-box;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail.swiper-slide-active {
	border: 2px solid white;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail.swiper-thumbnail--player:after {
	position: absolute;
	display: block;
	content: " ";
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	background-image: url(images/icon-play.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 12px center;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 10px;
	pointer-events: none;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail .image_container, .swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail img {
	width: 100%;
	height: 100%;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail .image_container {
	overflow: hidden;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail img {
	transform: scale(1);
	transition: transform 0.4s;
	cursor: pointer;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail img:hover {
	transform: scale(1.2);
}

.ce_guay_slider_start .ce_player {
	position: relative;
	height: 100%;
}

.ce_guay_slider_start .ce_player .video_container {
	height: 100%;
	z-index: 90;
}

.ce_guay_slider_start .ce_player video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 90;
}

.ce_guay_slider_start .ce_bgimage {
	position: relative;
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
}

.ce_guay_slider_start .ce_bgimage .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
}

.ce_guay_slider_start .ce_bgimage .image:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background .5s;
	background: rgba(62, 52, 16, 0.015);
	z-index: 0;
}

.ce_guay_slider_start .ce_bgimage .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 180px;
	padding: 14px 120px 60px;
	background-color: rgba(255, 255, 255, 0.5);
	transition-property: background-color;
	transition-duration: 0.5s;
	box-sizing: border-box;
}

.ce_guay_slider_start .ce_bgimage .text:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.ce_guay_slider_start .ce_bgimage .caption {
	position: absolute;
	display: block;
	top: 80px;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
}

.ce_guay_slider_start .ce_bgimage h3, .ce_guay_slider_start .ce_bgimage p {
	color: #333;
	margin: 0;
}

.ce_guay_slider_start .ce_bgimage p {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.ce_guay_slider_start .ce_bgimage h3 {
	font-size: 30px;
	line-height: 36px;
	padding-right: 7px;
	color: #383838;
}

.video_button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(images/icon-play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px;
	font-size: 18px;
	color: transparent;
	cursor: pointer;
	opacity: 0.4;
	transition: .5s ease-in-out;
	z-index: 100;
}

.video_button.play {
	background-image: url(images/icon-play.svg);
	opacity: 0.4;
}

.video_button.pause {
	background-image: url(images/icon-pause.svg);
	opacity: 0;
}

.video_button:hover {
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-container:hover .video_button {
	opacity: 0.4;
}

.swiper-container:hover .video_button:hover {
	opacity: 0.8;
}

.gallery-only .ce_guay_slider_start .ce_bgimage .text, .impressionen .ce_guay_slider_start .ce_bgimage .text {
	display: none;
}

.slider.gallery-only #project-header {
	display: none;
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	.swiper-container {
		min-height: 300px;
		overflow: visible;
	}
	
	.swiper-container .swiper-wrapper {
		overflow: auto;
	}
	
	.swiper-container .swiper-slide .ce_text {
		top: 180px;
	}
	
	.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
		width: 30px;
		height: 30px;
		opacity: 1;
		right: 2px;
	}
	
	.swiper-container .swiper-button-prev {
		left: 2px;
	}
	
	.gallery-only .swiper-container {
		overflow: hidden;
		height: 100vh;
		margin: 0;
	}
	
	.gallery-only .swiper-container .swiper-wrapper {
		height: 100%;
		overflow: hidden;
	}
	
	.gallery-only .swiper-container .swiper-slide {
		overflow: hidden;
	}
	
	.gallery-only .swiper-container .swiper-button-next, .gallery-only .swiper-container .swiper-button-prev {
		display: none;
	}
	
	.swiper-container:hover .swiper-button-next {
		right: 15px;
		opacity: 1;
	}
	
	.swiper-container:hover .swiper-button-next:hover {
		background-color: #eee;
	}
	
	.swiper-container:hover .swiper-button-prev {
		left: 15px;
		opacity: 1;
	}
	
	.swiper-container:hover .swiper-button-prev:hover {
		background-color: #eee;
	}
	  /*
		.ce_guay_slider_start .swiper-pagination {
			position: absolute;
			display: inline-block;
			top:  320px;
			bottom: auto;
			left: 50%;
			width: auto;
			transform: translateX(-50%);
			opacity: 1;
			
			
			&:before {
				content: "";
				display: block;
				position: absolute;
				top: 8px;
				left: 20px;
				width: calc(100% - 40px);
				height: 2px;
				background: #ccc;
				z-index: 0;
			}
			
			&-bullet {
				position: relative;
				width: 8px;
				height: 8px;
				margin: 0 15px !important;
				text-align: center;
				line-height: 20px;
				font-size: 12px;
				color:#fff;
				opacity: 1;
				background: #fff;
				border: 2px solid #ccc;
				z-index: 2;
				cursor: pointer;
			}
			
			
			&-bullet-active {
				color:#000;
				background: #444;
				border: 2px solid #444;
				cursor: pointer;
			}
		}
		
		*/
	
	.swiper-container.swiper-thumbnails {
		padding: 1px 0;
		height: 55px;
		min-height: 10px;
		position: absolute;
		bottom: 0;
		width: 100%;
		margin: 0;
		background: rgba(0, 0, 0, 0.2);
	}
	
	.swiper-container.swiper-thumbnails .swiper-wrapper {
		height: auto;
		overflow: visible;
	}
	
	.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail {
		height: 55px;
		width: 85px;
	}
	
	.ce_guay_slider_start .ce_bgimage {
		position: relative;
		height: auto;
		overflow: visible;
	}
	
	.ce_guay_slider_start .ce_bgimage .image {
		position: relative;
		height: 350px;
		bottom: auto;
	}
	
	.ce_guay_slider_start .ce_bgimage .text, .ce_guay_slider_start .ce_bgimage .text:hover {
		position: relative;
		padding: 15px;
		height: auto;
		background: #fff;
		bottom: auto;
	}
	
	.ce_guay_slider_start .ce_bgimage h3, .ce_guay_slider_start .ce_bgimage p, .ce_guay_slider_start .ce_bgimage li {
		margin: 0;
		color: #444;
		font-size: 14px;
	}
	
	.ce_guay_slider_start .ce_bgimage h3 {
		line-height: 1.1;
		font-size: 22px;
		margin-bottom: 3px;
	}
	
	.ce_guay_slider_start .ce_bgimage .caption {
		top: 60px;
		padding: 3px 8px;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage, .impressionen .ce_guay_slider_start .ce_bgimage {
		position: relative;
		height: 100vh;
		width: 100%;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage .image, .impressionen .ce_guay_slider_start .ce_bgimage .image {
		position: absolute;
		top: 0;
		height: 100vh;
	}
	
	.gallery-only .ce_guay_slider_start #footerDistance, .impressionen .ce_guay_slider_start #footerDistance {
		display: none;
	}
	
	.gallery-only .ce_guay_slider_start .swiper-pagination, .impressionen .ce_guay_slider_start .swiper-pagination {
		position: absolute;
		display: inline-block;
		top: auto;
		bottom: 20px;
		left: 50%;
		width: auto;
		transform: translateX(-50%);
		opacity: 1;
	}
}

/* @end */

@media only screen and (max-width: 480px) and (orientation: portrait) {
	.ce_guay_slider_start .ce_player {
		position: relative;
		height: 100%;
	}
	
	.ce_guay_slider_start .ce_player .video_container {
		background: grey;
		height: 100%;
		z-index: 90;
	}
	
	.ce_guay_slider_start .ce_player video {
		width: 100%;
		height: 100%;
		object-fit: contain;
		z-index: 90;
	}
	
	.ce_guay_slider_start .ce_bgimage .image {
		top: 20%;
		bottom: 20%;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage, .impressionen .ce_guay_slider_start .ce_bgimage {
		background: grey;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage .caption, .impressionen .ce_guay_slider_start .ce_bgimage .caption {
		white-space: normal;
		width: 80%;
	}
}

#link-top {
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	z-index: 99;
	text-indent: -200px;
	font-size: 14px;
	border: 1px solid black;
	outline: none;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='%23444' d='M8,11H11V21H13V11H16L12,7L8,11M4,3V5H20V3H4Z'/></svg>");
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	cursor: pointer;
	padding: 15px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.5s, background 0.4s;
}

#link-top.show {
	opacity: 1;
}

#link-top:hover {
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='white' d='M8,11H11V21H13V11H16L12,7L8,11M4,3V5H20V3H4Z'/></svg>");
	color: white;
}

#nav-burger {
	width: 60px;
	height: 80px;
	display: flex;
	align-items: center;
}

#nav-burger > div {
	width: 100%;
	height: auto;
	transform: scale(0.6);
	cursor: pointer;
}

#nav-burger span {
	display: block;
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	height: 8px;
	background: #fff;
	transition: all .3s;
	position: relative;
}

#nav-burger span + span {
	margin-top: 14px;
}

#nav-burger.active span:nth-child(1) {
	animation: ease .7s top forwards;
}

#nav-burger.not-active span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

#nav-burger.active span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

#nav-burger.not-active span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
}

#nav-burger.active span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

#nav-burger.not-active span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
}

@keyframes top {
0% {
	top: 0;
	transform: rotate(0);
}

50% {
	top: 22px;
	transform: rotate(0);
}

100% {
	top: 22px;
	transform: rotate(45deg);
}
}

@keyframes top-2 {
0% {
	top: 22px;
	transform: rotate(45deg);
}

50% {
	top: 22px;
	transform: rotate(0deg);
}

100% {
	top: 0;
	transform: rotate(0deg);
}
}

@keyframes bottom {
0% {
	bottom: 0;
	transform: rotate(0);
}

50% {
	bottom: 22px;
	transform: rotate(0);
}

100% {
	bottom: 22px;
	transform: rotate(135deg);
}
}

@keyframes bottom-2 {
0% {
	bottom: 22px;
	transform: rotate(135deg);
}

50% {
	bottom: 22px;
	transform: rotate(0);
}

100% {
	bottom: 0;
	transform: rotate(0);
}
}

@keyframes scaled {
50% {
	transform: scale(0);
}

100% {
	transform: scale(0);
}
}

@keyframes scaled-2 {
0% {
	transform: scale(0);
}

50% {
	transform: scale(0);
}

100% {
	transform: scale(1);
}
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	#nav-burger > div {
		transform: scale(0.4);
	}
}

#nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(23, 72, 115, 0.98);
	background-color: rgba(75, 91, 112, 0.98);
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	padding: 0 15px;
	height: 0;
	transition: z-index 1s, opacity 0.2s, padding 0.2s,  height 0.5s;
}

#nav-overlay.open {
	z-index: 999;
	opacity: 1;
	height: 100%;
}

#nav-overlay.close {
	z-index: -1;
	opacity: 0;
	height: 0;
	transition: z-index 2s, opacity 2s, height 0.5s;
}

#nav-overlay-inside {
	width: 60rem;
	margin: 0 auto;
	padding-top: 10rem;
}

#nav-overlay-inside > a {
	display: block;
	padding: 1.6rem 0;
	color: white;
	font-size: 3.6rem;
	text-align: center;
	text-decoration: none;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transition: border 0.4s ease-in-out 0s;
}

#nav-overlay-inside > a i {
	display: block;
	font-style: normal;
	font-family: "Exo 2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#nav-overlay-inside a:hover {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#nav-overlay-inside a.h1 {
	font-size: 8rem;
	padding: 0;
	margin-bottom: 4rem;
	color: #007722;
	text-align: center;
	line-height: 0.8;
	border-bottom: 2px solid white;
	transform: skewY(-3deg);
}

#nav-overlay-inside a.h1 i {
	display: block;
	background: url("images/logo-utoplatz-white.svg") no-repeat center 2rem;
	background-size: 40rem;
	height: 24rem;
	transform: skewY(3deg);
	text-indent: -9999px;
	overflow: hidden;
}

#search-box {
	float: left;
	width: 50%;
	padding: 0 0;
}

#search-box form {
	position: relative;
	margin: 0;
	line-height: 0;
}

#search-box .search {
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#search-box .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	border: none;
	background: transparent url(images/icon-suche.png) no-repeat center 4px;
	padding: 4px;
	display: inline-block;
}

@media screen and (max-width:1024px) {
	#search-box {
		width: 33.33%;
	}
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	#nav-overlay-inside {
		width: auto;
	}
	
	#nav-overlay-inside a {
		display: block;
		padding: 0.8rem 0;
		font-size: 2.4rem;
	}
	
	#nav-overlay-inside a.h1 i {
		background: url("images/logo-utoplatz-white-mobile.svg") no-repeat;
		background-position: center 2rem;
		height: 29vw;
		background-size: 50%;
	}
	
	#nav-overlay.close {
		position: fixed;
	}
	
	#search-box {
		clear: both;
		width: 100%;
		padding-top: 10px;
	}
}

@media screen and (max-width: 540px) {
	#nav-overlay-inside a.h1 {
		margin-bottom: 6vw;
	}
	
	#nav-overlay-inside a.h1 i {
		background: url("images/logo-utoplatz-white-mobile.svg") no-repeat;
		background-position: center 2rem;
		height: 36vw;
		background-size: 62%;
	}
}

/*!
 * 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.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-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 {
from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-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 {
from, 50%, to {
	opacity: 1;
}

25%, 75% {
	opacity: 0;
}
}

@keyframes flash {
from, 50%, to {
	opacity: 1;
}

25%, 75% {
	opacity: 0;
}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

@keyframes pulse {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

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

@-webkit-keyframes rubberBand {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
}

40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
}

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

@keyframes rubberBand {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
}

40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
}

50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
}

65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
}

75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

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

@-webkit-keyframes shake {
from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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 {
from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}

80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
}

to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
}

@keyframes swing {
20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
}

40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
}

60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}

80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
}

to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
}

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

@-webkit-keyframes tada {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%, 20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}

30%, 50%, 70%, 90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}

40%, 60%, 80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

@keyframes tada {
from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

10%, 20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}

30%, 50%, 70%, 90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}

40%, 60%, 80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}

to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
	-webkit-transform: none;
	transform: none;
}

15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}

30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}

45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}

60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}

75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}

to {
	-webkit-transform: none;
	transform: none;
}
}

@keyframes wobble {
from {
	-webkit-transform: none;
	transform: none;
}

15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}

30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}

45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}

60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}

75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}

to {
	-webkit-transform: none;
	transform: none;
}
}

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

@-webkit-keyframes jello {
from, 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(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
}

77.7% {
	-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
	transform: skewX(0.39062deg) skewY(0.39062deg);
}

88.8% {
	-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
	transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}

@keyframes jello {
from, 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(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
}

77.7% {
	-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
	transform: skewX(0.39062deg) skewY(0.39062deg);
}

88.8% {
	-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
	transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}

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

@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
}

to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}

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

@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	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 {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	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 {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	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: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

from {
	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: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

@-webkit-keyframes bounceOut {
20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}
}

@keyframes bounceOut {
20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.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 {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}

@keyframes fadeIn {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}

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

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInDown {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInDownBig {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInLeft {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInLeftBig {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInRight {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInRightBig {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInUp {
from {
	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 {
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInUpBig {
from {
	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 {
from {
	opacity: 1;
}

to {
	opacity: 0;
}
}

@keyframes fadeOut {
from {
	opacity: 1;
}

to {
	opacity: 0;
}
}

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

@-webkit-keyframes fadeOutDown {
from {
	opacity: 1;
}

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

@keyframes fadeOutDown {
from {
	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 {
from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}
}

@keyframes fadeOutDownBig {
from {
	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 {
from {
	opacity: 1;
}

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

@keyframes fadeOutLeft {
from {
	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 {
from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
}
}

@keyframes fadeOutLeftBig {
from {
	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 {
from {
	opacity: 1;
}

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

@keyframes fadeOutRight {
from {
	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 {
from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
}
}

@keyframes fadeOutRightBig {
from {
	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 {
from {
	opacity: 1;
}

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

@keyframes fadeOutUp {
from {
	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 {
from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
}
}

@keyframes fadeOutUpBig {
from {
	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 {
from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
}

@keyframes flip {
from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

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 {
from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}

@keyframes flipInX {
from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -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 {
from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}

to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}

@keyframes flipInY {
from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
}

40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
}

80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -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 {
from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}
}

@keyframes flipOutX {
from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
}
}

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

@-webkit-keyframes flipOutY {
from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}
}

@keyframes flipOutY {
from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}

30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
}

to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
}
}

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

@-webkit-keyframes lightSpeedIn {
from {
	-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);
	opacity: 1;
}

80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
}

to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

@keyframes lightSpeedIn {
from {
	-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);
	opacity: 1;
}

80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
}

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 {
from {
	opacity: 1;
}

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

@keyframes lightSpeedOut {
from {
	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 {
from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

@keyframes rotateIn {
from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

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

@-webkit-keyframes rotateInDownLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

@keyframes rotateInDownLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

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

@-webkit-keyframes rotateInDownRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

@keyframes rotateInDownRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

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

@-webkit-keyframes rotateInUpLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

@keyframes rotateInUpLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

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

@-webkit-keyframes rotateInUpRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

@keyframes rotateInUpRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
}

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

@-webkit-keyframes rotateOut {
from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}
}

@keyframes rotateOut {
from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
}
}

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

@-webkit-keyframes rotateOutDownLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}
}

@keyframes rotateOutDownLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
}
}

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

@-webkit-keyframes rotateOutDownRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}

@keyframes rotateOutDownRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}

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

@-webkit-keyframes rotateOutUpLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}

@keyframes rotateOutUpLeft {
from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
}
}

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

@-webkit-keyframes rotateOutUpRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}
}

@keyframes rotateOutUpRight {
from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
}

to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
}
}

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

@-webkit-keyframes hinge {
0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%, 60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40%, 80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 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% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

20%, 60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

40%, 80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

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

to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}

@keyframes rollOut {
from {
	opacity: 1;
}

to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}

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

@-webkit-keyframes zoomIn {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}
}

@keyframes zoomIn {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50% {
	opacity: 1;
}
}

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

@-webkit-keyframes zoomInDown {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes zoomInDown {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

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

@-webkit-keyframes zoomInLeft {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes zoomInLeft {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

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

@-webkit-keyframes zoomInRight {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes zoomInRight {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

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

@-webkit-keyframes zoomInUp {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes zoomInUp {
from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

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

@-webkit-keyframes zoomOut {
from {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 0;
}
}

@keyframes zoomOut {
from {
	opacity: 1;
}

50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

to {
	opacity: 0;
}
}

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

@-webkit-keyframes zoomOutDown {
40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes zoomOutDown {
40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

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

@-webkit-keyframes zoomOutLeft {
40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
}

@keyframes zoomOutLeft {
40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}
}

@keyframes zoomOutRight {
40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}

to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

@keyframes zoomOutUp {
40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}

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

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}

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

@-webkit-keyframes slideOutDown {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

@keyframes slideOutDown {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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 {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

@keyframes slideOutLeft {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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 {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

@keyframes slideOutRight {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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 {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

@keyframes slideOutUp {
from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

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

/* Additional classes originally written by Jack McCourt / jackonthe.net */

.slow {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slower {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slowest {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Added by Andy Meetan */

.delay-250 {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.delay-500 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay-750 {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.delay-1000 {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	-o-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.delay-1250 {
	-webkit-animation-delay: 1.25s;
	-moz-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.delay-1500 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-1750 {
	-webkit-animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
	-o-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.delay-2000 {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	-o-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.delay-2500 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-2000 {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	-o-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.delay-2500 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-3000 {
	-webkit-animation-delay: 3.0s;
	-moz-animation-delay: 3.0s;
	-o-animation-delay: 3.0s;
	animation-delay: 3.0s;
}

.delay-3500 {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

/* Additional classes originally written by Jack McCourt / jackonthe.net */

.slow, .slower {
	-webkit-animation-fill-mode: both;
}

.slow {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
}

.slower {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

.slowest {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.delay-250 {
	-webkit-animation-delay: .25s;
	-moz-animation-delay: .25s;
	-o-animation-delay: .25s;
	animation-delay: .25s;
}

.delay-500 {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.delay-750 {
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
	-o-animation-delay: .75s;
	animation-delay: .75s;
}

.delay-1000 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.delay-1250 {
	-webkit-animation-delay: 1.25s;
	-moz-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

.delay-1500 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.delay-1750 {
	-webkit-animation-delay: 1.75s;
	-moz-animation-delay: 1.75s;
	-o-animation-delay: 1.75s;
	animation-delay: 1.75s;
}

.delay-2000 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.delay-2500 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.delay-3000 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.delay-3500 {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
