/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner { /* entfernt unerwünschten Abstand (z.B. Formular Sendebutton) */
	border: 0;
	padding: 0;
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	color: #484141;
	font: 300 18px/1.4 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	overflow: hidden;
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #484141;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
a:hover {
	color: #E30613;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

@font-face {
	font-family: 'fontello';
	src: url('/img/webfonts/fontello.eot?97140080');
	src: url('/img/webfonts/fontello.eot?97140080#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?97140080') format('woff'),
		url('/img/webfonts/fontello.ttf?97140080') format('truetype'),
		url('/img/webfonts/fontello.svg?97140080#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.fullscreen #HeaderWrapper {
	height: 122px;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	left: 20px;
	position: absolute;
	top: 10px;
	width: 110px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 2;
}
#HeaderWrapper > div > a > img {
	display: block;
	width: 100%;
}
.fullscreen #HeaderWrapper > div > a {
	width: 137px;
}

/* Header fixed */

#HeaderWrapper.fixed {
	background: #ffffff none repeat scroll 0 0;
	height: 105px;
}
#HeaderWrapper.fixed > div > a {
	top: 19px;
	width: 90px;
}

@media all and (max-width: 900px){

	#HeaderWrapper {
		height: 80px;
	}
	#HeaderWrapper > div > a {
		width: 85px;
	}

}

@media all and (max-width: 500px){

	#HeaderWrapper {
		background: #FFFFFF;
	}
	.fullscreen #HeaderWrapper {
		height: 100px;
	}
	.fullscreen #HeaderWrapper > div > a {
		top: 15px;
		width: 100px;
	}

}

/* Layout - Header - Sprachauswahl */

#HeaderWrapper > div > .lang {
	position: absolute;
	right: 20px;
	top: 0;
}
#HeaderWrapper > div > .lang > li {
	display: inline-block;
}
#HeaderWrapper > div > .lang > li > a {
	display: block;
	height: 32px;
	margin: 0 3px;
	position: relative;
	width: 32px;
}
#HeaderWrapper > div > .lang > li > a.de {
	background: url("/img/flags/flag_at.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.en {
	background: url("/img/flags/flag_en.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.fr {
	background: url("/img/flags/flag_fr.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.nl {
	background: url("/img/flags/flag_nl.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.it {
	background: url("/img/flags/flag_it.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.cz {
	background: url("/img/flags/flag_cz.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.pl {
	background: url("/img/flags/flag_pl.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.hu {
	background: url("/img/flags/flag_hu.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.hr {
	background: url("/img/flags/flag_hr.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.se {
	background: url("/img/flags/flag_se.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.si {
	background: url("/img/flags/flag_si.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.ro {
	background: url("/img/flags/flag_ro.png") no-repeat;
}
#HeaderWrapper > div > .lang > li > a.ru {
	background: url("/img/flags/flag_ru.png") no-repeat;
}
#HeaderWrapper > div > .lang > li.selected > a {
	display: none;
}
#HeaderWrapper > div > .lang > li:last-child > a {
	margin-right: 0;
}

/* Layout - Header - Sprachauswahl_mobile */

#HeaderWrapper > div > .lang_mobile {
	display: none;
	opacity: 0;
	position: absolute;
	right: 40px;
	top: 5px;
}
.fullscreen #HeaderWrapper > div > .lang_mobile {
	top: 10px;
}
#HeaderWrapper > div > .lang_mobile > a {
	color: #E30613;
	cursor: pointer;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
#HeaderWrapper > div > .lang_mobile > a.selected {
	display: none;
}
#HeaderWrapper > div > .lang_mobile >  a:after {
	content: "\E816";
	font-family: "fontello";
	font-size: 23px;
	position: absolute;
	right: -15px;
	top: -4px;
}
#HeaderWrapper > div > .lang_mobile > ul {
	background: #E30613;
	background: rgba(227, 6, 19, 0.7);
	left: 0;
	margin: 0 0 0 -50px;
	max-height: 0;
	overflow: hidden;
	padding: 0 20px 0;
	position: absolute;
	top: 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 100px;
	z-index: 1000;
}
#HeaderWrapper > div > .lang_mobile:hover > ul {
	max-height: 450px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a  {
	display: block;
	height: 32px;
	margin: 0 auto;
	position: relative;
	width: 32px;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.de {
	background: url("/img/flags/flag_at.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.en {
	background: url("/img/flags/flag_en.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.fr {
	background: url("/img/flags/flag_fr.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.nl {
	background: url("/img/flags/flag_nl.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.it {
	background: url("/img/flags/flag_it.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.cz {
	background: url("/img/flags/flag_cz.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.pl {
	background: url("/img/flags/flag_pl.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.hu {
	background: url("/img/flags/flag_hu.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.hr {
	background: url("/img/flags/flag_hr.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.se {
	background: url("/img/flags/flag_se.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.si {
	background: url("/img/flags/flag_si.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.ro {
	background: url("/img/flags/flag_ro.png") no-repeat;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a.ru {
	background: url("/img/flags/flag_ru.png") no-repeat;
}

/*
#HeaderWrapper > div > .lang_mobile > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 3px 0 4px;
	text-align: center;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}
#HeaderWrapper > div > .lang_mobile > ul > li > a:hover,
#HeaderWrapper > div > .lang_mobile > ul > li > a.selected {
	background: #FFFFFF;
	color: #E30613;
}
*/

@media all and (max-width: 700px){

	#HeaderWrapper > div > .lang {
		display: none;
	}
	#HeaderWrapper > div > .lang_mobile {
		display: block;
		opacity: 1;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper > .animation {
	height: 600px;
	position: relative;
	z-index: 1;
}

/* Blur */

#GalleryWrapper > .blur {
	height: 100px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    width: 100%;
	z-index: 2;
}
.fullscreen #GalleryWrapper > .blur {
	height: 122px;
}
#GalleryWrapper > .blur.animated {
	opacity: 1;
}
#GalleryWrapper > .blur > img {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

@media all and (max-width: 900px){

	#GalleryWrapper > .blur {
		height: 80px;
	}

}
@media all and (max-width: 500px){

	#GalleryWrapper {
		padding-top: 80px;
	}
	.fullscreen #GalleryWrapper {
		padding-top: 100px;
	}
	#GalleryWrapper > .blur {
		opacity: 0 !important;
	}
	#GalleryWrapper > .animation {
		height: 300px !important;
	}
	#GalleryWrapper > .animation img {
		height: 300px !important;
		left: 50% !important;
		margin-left: -250px !important;
		width: 500px !important;
	}

}

/* Layout - Animation - Infoleiste */

.headerBar {
	bottom: 40px;
	height: 65px;
	left: 0;
	margin: 0 auto;
	max-width: 1200px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 2;
}
.headerBar:after {
	clear: left;
	content: "";
	display: inline-block;
}

@media all and (max-width: 650px){

	.headerBar {
		bottom: auto;
		position: relative;
	}

}

/* Layout - Animation - Infoleiste - Quickbucher */

/* Quickbucher */

.headerBar > .quickBooking {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	float: left;
	height: 100%;
	margin-left: 45px;
	position: relative;
	width: 412px;
	z-index: 5;
}
.headerBar > .quickBooking:before {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); 
	color: #FFFFFF;
	content: "\E840";
	font-family: "fontello";
	font-size: 25px;
	height: 65px;
	left: 0;
	line-height: 65px;
	margin: 0 0 0 -32.5px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 65px;
}
.headerBar > .quickBooking:after {
	clear: both;
	content: "";
	display: block;
}
.headerBar > .quickBooking > .wrapper {
	float: left;
	margin: 0 0 0 60px;
	line-height: 1.2;
	padding: 7px 0;
	position: relative;
}
.headerBar > .quickBooking > .wrapper:before {
	cursor: pointer;
	content: "\E83E";
	font-family: "fontello";
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 10px;
}
.headerBar > .quickBooking > .wrapper > .field {
	display: inline-block;
	margin: 3px 0 0;
	padding: 0 0 0 38px;
}
.headerBar > .quickBooking > .wrapper > .field > input.date {
	background: none;
	border: none;
	border-bottom: 1px solid #E30613;
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	width: 100px;
}
.headerBar > .quickBooking > .wrapper > .field > p {
	font-size: 15px;
}
.headerBar > .quickBooking > .wrapper > .field.departure {
	margin-left: 20px;
	padding-left: 0;
}
.headerBar > .quickBooking > button {
	background: #E30613;
	border: none;
	cursor: pointer;
	height: 100%;
	float: right;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	width: 60px;
}
.headerBar > .quickBooking > button:hover {
	background: #C90510;
}
.headerBar > .quickBooking > button > i:before {
	color: #FFFFFF;
	content: "\E841";
	font-family: "fontello";
	font-size: 22px;
	font-style: normal;
}


/* Kalendar */

.quickBooking > .calendar {
	background: #FFFFFF !important;
	bottom: 65px !important;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1) !important;
	display: none !important;
	left: 1px !important;
	padding: 30px 77px 30px !important;
	position: absolute !important;
	width: 100% !important;
}
.quickBooking > .calendar.show {
	display: block !important;
}
.quickBooking > .calendar > .headline {
	color: #484141;
	font-family: 'Poiret One', cursive;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.1;
	padding: 0 0 5px 0;
	position: relative;
	text-align: center;
}
.quickBooking > .calendar > .headline:after {
	background: #484141;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}
.quickBooking > .calendar .ui-datepicker {
	background: none !important;
	border: 0 none !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
.quickBooking > .calendar .ui-datepicker-header {
	border: 0 none !important;
	margin-bottom: 5px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
	position: static !important;
}
.quickBooking > .calendar .ui-datepicker-header .ui-datepicker-prev {
	color: #E30613 !important;
	font-size: 25px !important;
	left: 30px !important;
	margin: 20px 0 0 !important;
	opacity: 1 !important;
	top: 50% !important;
}
.quickBooking > .calendar .ui-datepicker-header .ui-datepicker-prev:before {
	content: "\E806";
	font-family: "fontello";
}
.quickBooking > .calendar .ui-datepicker-header .ui-datepicker-next {
	color: #E30613 !important;
	font-size: 25px !important;
	margin: 20px 0 0 !important;
	opacity: 1 !important;
	right: 30px !important;
	top: 50% !important;
}
.quickBooking > .calendar .ui-datepicker-header .ui-datepicker-next:before {
	content: "\E808";
	font-family: "fontello";
}
.quickBooking > .calendar .ui-datepicker-title {
	color: #484141 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 30px !important;
	margin: 0 !important;
	position: relative !important;
}
.quickBooking > .calendar .ui-datepicker-multi .ui-datepicker-group {
	margin: 0 !important;
	width: 43.409742120343843% !important; /* 303 */
}
.quickBooking > .calendar .ui-datepicker-multi .ui-datepicker-group.ui-datepicker-group-first {
	margin-right: 12.893982808022923% !important; /* 90 */
}
.quickBooking > .calendar .ui-datepicker-multi .ui-datepicker-group table {
	margin-bottom: 0 !important;
	width: 100% !important;
}
.quickBooking > .calendar .ui-datepicker th {
	color: #FFFFFF !important;
	display: none !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
}
.quickBooking > .calendar .ui-datepicker td {
	border: 6px solid transparent !important;
	font-size: 12px !important;
	height: 30px !important;
	line-height: 30px !important;
}
.quickBooking > .calendar .ui-datepicker td span,
.quickBooking > .calendar .ui-datepicker td a {
	background: #ECECEC !important;
	border: 1px solid #ECECEC !important;
	color: #484141 !important;
	padding: 0 !important;
}
.quickBooking > .calendar .ui-datepicker td a.ui-state-active,
.quickBooking > .calendar .ui-datepicker td a:hover,
.quickBooking > .calendar .ui-datepicker-days-cell-over > a {
	background: #E30613 !important;
	border: 1px solid #E30613 !important;
	color: #FFFFFF !important;
}
.quickBooking > .calendar .ui-datepicker .ui-datepicker-unselectable span {
	opacity: 0.5 !important;
}
.quickBooking > .calendar > .close {
	color: #E30613;
	cursor: pointer;
	font-size: 25px;
	position: absolute;
	right: 20px;
	top: 25px;
}
.quickBooking > .calendar > .close:before {
	content: "\E82A";
	font-family: "fontello";
}

@media all and (max-width: 650px){

	.headerBar > .quickBooking {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.headerBar > .quickBooking:before {
		display: none;
	}
	.headerBar > .quickBooking > .wrapper {
		display: none;
	}
	.quickBooking > .calendar.show {
		display: none !important;
	}
	.headerBar > .quickBooking > button {
		float: none;
		width: 100%;
	}

}

/* Layout - Animation - Infoleiste - Telefon */

.headerBar > .phone {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	cursor: pointer;
	float: left;
	height: 100%;
	line-height: 1.25;
	margin-left: 6.916666666666667%; /* 83 */
	padding: 8px 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 294px;
}
.headerBar > .phone:before {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); 
	color: #FFFFFF;
	content: "\E842";
	font-family: "fontello";
	font-size: 35px;
	height: 65px;
	line-height: 65px;
	margin: 0 0 0 -32.5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 65px;
}
.headerBar > .phone > a {
	font-size: 25px;
	font-weight: 400;
	padding: 0 0 0 70px;
}
.headerBar > .phone > p {
	font-size: 15px;
	padding: 0 0 0 70px;
}

@media all and (max-width: 1200px){

	.headerBar > .phone {
		border: none;
		margin-left: 0;
		overflow: hidden;
		width: 0;
	}
	.headerBar > .phone:before {
		right: 106px;
	}

}

@media all and (max-width: 650px){

	.headerBar > .phone {
		display: none;
	}

}

/* Layout - Animation - Infoleiste - Mail */

.headerBar > .mail {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	cursor: pointer;
	float: left;
	height: 100%;
	line-height: 1.25;
	margin-left: 7.166666666666667%; /* 86 */
	padding: 8px 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 280px;
}
.headerBar > .mail:before {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); 
	color: #FFFFFF;
	content: "\E83F";
	font-family: "fontello";
	font-size: 29px;
	height: 65px;
	line-height: 65px;
	margin: 0 0 0 -32.5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 65px;
}
.headerBar > .mail > a {
	font-size: 25px;
	font-weight: 400;
	padding: 0 0 0 68px;
}
.headerBar > .mail > p {
	font-size: 15px;
	padding: 0 0 0 68px;
}

@media all and (max-width: 1200px){

	.headerBar > .mail {
		border: none;
		margin-left: 0;
		overflow: hidden;
		width: 0px;
	}
	.headerBar > .mail:before {
		right: 6px;
	}

}

@media all and (max-width: 650px){

	.headerBar > .mail {
		display: none;
	}

}

/* Layout - Animation - Rabatt */

#GalleryWrapper > .discount {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	display: block;
	height: 190px;
	position: absolute;
	right: 70px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	top: 130px;
	width: 190px;
	z-index: 10;
}
#GalleryWrapper > .discount:hover {
	transform: scale(1.2);
}
#GalleryWrapper > .discount > p {
	color: #484141;
	line-height: 1.2;
	font-size: 21px;
	padding: 26px 15px;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#GalleryWrapper > .discount > p > span {
	display: block;
}
#GalleryWrapper > .discount > p > .number {
	font-size: 38px;
	font-weight: 700;
}

@media all and (max-width: 1240px){

	#GalleryWrapper > .discount {
		right: 20px;
	}

}

@media all and (max-width: 500px){

	#GalleryWrapper > .discount {
		height: 100px;
		top: 110px;
		width: 100px;
	}
	#GalleryWrapper > .discount > p {
		font-size: 10px;
		padding: 18px 10px;
	}
	#GalleryWrapper > .discount > p > .number {
		font-size: 20px;
	}

}

/* Layout - Animation - ScrollContent */

#GalleryWrapper > .scroll {
	bottom: 158px;
	height: 38px;
	margin: 0 auto;
	max-width: 1200px;
	position: absolute;
	right: 20px;
	width: 100%;
	z-index: 1;
}
#GalleryWrapper > .scroll > a.scrollContent {
	font-size: 40px;
	position: absolute;
	right: 0;
}
#GalleryWrapper > .scroll > .scrollContent:before {
	color: #FFFFFF;
	content: "\E844";
	font-family: "fontello";
}

@media all and (max-width: 1200px){

	#GalleryWrapper > .scroll {
		right: 20px;
	}

}

@media all and (max-width: 900px){

	#GalleryWrapper > .scroll {
		display: none;
	}

}

/* Layout - Animation - Startanimation */

body.intro #HeaderWrapper {
	display: none;
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
body.intro #GalleryWrapper {
	display: block;
	position: relative;
}
body.intro #GalleryWrapper:before {
	background: url("/img/layout/bg_heart.svg") scroll no-repeat left top;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: transform 600ms linear 400ms;
	-moz-transition: transform 600ms linear 400ms;
	-ms-transition: transform 600ms linear 400ms;
	-o-transition: transform 600ms linear 400ms;
	transition: transform 600ms linear 400ms;
	width: 100%;
	z-index: 2;
}
body.intro #GalleryWrapper.animate:before {
	-moz-transform: scale(20);
	-webkit-transform: scale(20);
	-o-transform: scale(20);
	-ms-transform: scale(20);
	transform: scale(20);
}
body.intro #GalleryWrapper > .introAnimation {
	left: 50%;
	margin: -205px 0 0 -600px;
	position: absolute;
	top: 50%;
	width: 1200px;
	z-index: 10;
}
body.intro #GalleryWrapper > .introAnimation > .headline {
	color: #E30613;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	line-heighgt: 1.2;
	text-align: center;
	-webkit-transition: opacity 600ms ease-out;
	-moz-transition: opacity 600ms ease-out;
	-ms-transition: opacity 600ms ease-out;
	-o-transition: opacity 600ms ease-out;
	transition: opacity 600ms ease-out;
}
body.intro #GalleryWrapper.animate > .introAnimation > .headline {
	opacity: 0;
}
body.intro #GalleryWrapper > .introAnimation > .headline > span {
	position: relative;
}
body.intro #GalleryWrapper > .introAnimation > .headline > span:before {
	background: #E30613;
	content: "";
	font-family: "fontello";
	font-size: 20px;
	height: 2px;
	left: -40px;
	margin: -1px 0 0 0;
	position: absolute;
	top: 50%;
	width: 20px;
}
body.intro #GalleryWrapper > .introAnimation > .headline > span:after {
	background: #E30613;
	content: "";
	font-family: "fontello";
	font-size: 20px;
	height: 2px;
	margin: -1px 0 0 0;
	position: absolute;
	right: -40px;
	top: 50%;
	width: 20px;
}
body.intro #GalleryWrapper > .introAnimation > .title {
	font-family: 'Poiret One', cursive;
	font-size: 65px;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	-webkit-transition: opacity 600ms ease-out;
	-moz-transition: opacity 600ms ease-out;
	-ms-transition: opacity 600ms ease-out;
	-o-transition: opacity 600ms ease-out;
	transition: opacity 600ms ease-out;
}
body.intro #GalleryWrapper.animate > .introAnimation > .title {
	opacity: 0;
}
body.intro #GalleryWrapper > .introAnimation > a {
	display: block;
	margin: 48px auto 0;
	position: relative;
	-webkit-transition: transform 600ms ease-out;
	-moz-transition: transform 600ms ease-out;
	-ms-transition: transform 600ms ease-out;
	-o-transition: transform 600ms ease-out;
	transition: transform 600ms ease-out;
	width: 137px
}
body.intro #GalleryWrapper.animate > .introAnimation > a {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
body.intro #GalleryWrapper > .introAnimation > a > img {
	display: block;
	width: 100%;
}
body.intro #GalleryWrapper > .introAnimation > a:before {
	color: #FFFFFF;
	content: "\E856";
	font-family: "fontello";
	font-size: 148px;
	margin: 0 0 0 -103px;
	position: absolute;
	left: 50%;
	top: -49px;
	z-index: -1;
}
body.intro #GalleryWrapper > .introAnimation > .lang {
	display: block;
	margin: 65px 0 0 0;
	text-align: center;
	-webkit-transition: opacity 600ms ease-out;
	-moz-transition: opacity 600ms ease-out;
	-ms-transition: opacity 600ms ease-out;
	-o-transition: opacity 600ms ease-out;
	transition: opacity 600ms ease-out;
}
body.intro #GalleryWrapper.animate > .introAnimation > .lang {
	opacity: 0;
}
body.intro #GalleryWrapper > .introAnimation > .lang > a {
	background: #FFFFFF;
	color: #E30613;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	padding: 11px 18px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
body.intro #GalleryWrapper > .introAnimation > .lang > a.int {
	display: block;
	margin: 10px auto 0;
	width: 223px;
}
body.intro #GalleryWrapper > .introAnimation > .lang > a:hover {
	background: #E30613;
	color: #FFFFFF;
}
body.intro #GalleryWrapper > .introAnimation > .lang > a.de {
	margin: 0 17px 0 0;
}

/* Rabatt */

body.intro #GalleryWrapper > .discount {
	opacity: 0;
}

@media all and (max-width: 650px){

	body.intro #GalleryWrapper > .introAnimation > .headline {
		font-size: 20px
	}
	body.intro #GalleryWrapper > .introAnimation > .title {
		font-size: 50px;
	}

}

@media all and (max-width: 500px){

	body.intro #HeaderWrapper {
		display: block;
		opacity: 1;
	}
	body.intro #GalleryWrapper:before {
		display: none;
	}
	body.intro #GalleryWrapper > .introAnimation {
		display: none;
	}
	body.intro #GalleryWrapper > .discount {
		opacity: 1;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Layout - Content JokerCard */

#ContentWrapper > .joker {
    display: block;
    left: 50%;
    margin: 0 0 0 650px;
    position: absolute;
    top: 100px;
}
#ContentWrapper > .joker.fixed {
    position: fixed;
    top: 200px;	
}
#ContentWrapper > .joker.bottom {
	bottom: 100px;
    position: absolute;
    top: auto;
}
#ContentWrapper > .joker > img {
	display: block;
	width: 100px;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
#ContentWrapper > .joker > span {
	color: #484141;
    display: block;
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0 0;
    max-width: 200px;
    opacity: 0;
	transition: opacity 300ms ease-in-out;
}
#ContentWrapper > .joker:hover > span {
	opacity: 1;
}

@media all and (max-width: 1600px){

	#ContentWrapper > .joker {
		left: auto;
		margin-left: 0;
		margin-right: -600px;
		position: absolute !important;
		right: 50%;
		top: 40px !important;
	}
	#ContentWrapper > .joker > span {
		display: none;
	}
	#ContentWrapper > .joker > img {
		width: 60px;
	}

}
@media all and (max-width: 1240px){

	#ContentWrapper > .joker {
		margin-right: 0;
		right: 20px;
	}

}
@media all and (max-width: 800px){

	#ContentWrapper > .joker {
		display: table;
		margin: 25px 0 -55px auto;
		position: relative !important;
		top: 0 !important;
	}
	#ContentWrapper > .joker > img {
		width: 40px;
	}

}
@media all and (max-width: 650px){

	#ContentWrapper > .joker {
		display: none;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #ECECEC;
	bottom: 0;
	color: #FFFFFF;
	min-height: 400px;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 {
	min-height: 315px;
	padding-bottom: 48px;
	padding-top: 48px;
	position: relative;
}
#FooterWrapper > .row1:before {
	background: #A3A3A0;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 4000px;
	z-index: -1;
}
#FooterWrapper > .row2 > div {
	float: left;
	min-height: 400px;
	padding-top: 70px;
	position: relative;
	width: 50%;
}
#FooterWrapper > .row2 > .column1:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row2 > .column1 > .map {
	display: inline-block;
	float: left;
	margin: 77px 0 0 20px;
	position: relative;
	max-width: 328px;
}
#FooterWrapper > .row2 > .column1 > .map:before {
	background: url("/img/layout/line.svg") no-repeat;
	content: "";
	height: 105px;
	left: -98px;
	position: absolute;
	top: -13px;
	width: 255px;
}
#FooterWrapper > .row2 > .column1 > .map > img {
	display: block;
	width: 100%;
}
#FooterWrapper > .row2 > .column2 {
	background: #484141;
	background: rgba(72, 65, 65, 0.2);
	padding-left: 6.666666666666667%; /* 80 */
}
#FooterWrapper > .row2 > .column2:after {
	background: #484141;
	background: rgba(72, 65, 65, 0.2);
	content: "";
	height: 100%;
	position: absolute;
	right: -2000px;
	top: 0;
	width: 2000px;
}

@media all and (max-width: 1020px){

	#FooterWrapper > .row2 > div {
		min-height: 300px;
	}

}

@media all and (max-width: 1110px){

	#FooterWrapper > .row1 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#FooterWrapper > .row2 > .column1 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#FooterWrapper > .row2 > .column2 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#FooterWrapper > .row2 > .column1 > .map {
		display: none;
	}

}

@media all and (max-width: 750px){

	#FooterWrapper > .row2 > div {
		float: none;
		min-height: 220px;
		width: 100%;
	}
	#FooterWrapper > .row2 > .column2 {
		padding-left: 0;
	}
	#FooterWrapper > .row2 > .column2:before {
		background: #484141;
		background: rgba(72, 65, 65, 0.2);
		content: "";
		height: 100%;
		left: -2000px;
		position: absolute;
		top: 0;
		width: 2000px;
	}
	#FooterWrapper > .row2 > .column1 > .map {
		display: block;
		float: none;
		margin: 20px auto 0;
	}
	#FooterWrapper > .row2 > .column1 > .map:before {
		display: none;
	}

}

/* Layout - Footer - Buchungsleiste */

#FooterWrapper > .row1 > p {
	margin: 0 0 26px 0;
	text-align: center;
}
#FooterWrapper > .row1 > p > span {
	display: block;
	font-family: 'Poiret One', cursive;
	font-size: 55px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 13px 0;
}
#FooterWrapper > .row1 > form {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 615px;
}
#FooterWrapper > .row1 > form:after {
	clear: both;
	content: "";
	display: block;
}

/* Anreisedatum */

#FooterWrapper > .row1 > form > .arrival {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #FFFFFF;
	color: #2D343E;
	cursor: pointer;
	float: left;
	height: 80px;
	position: relative;
	width: 213px;
}
#FooterWrapper > .row1 > form > .arrival > input {
	background: 0;
	border: none;
	color: #2D343E;
	cursor: pointer;
	font-size: 30px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 100%;
}
#FooterWrapper > .row1 > form > .arrival > label {
	display: block;
	font-size: 15px;
	text-align: center;
}

/* Abreise */

#FooterWrapper > .row1 > form > .departure {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #FFFFFF;
	color: #2D343E;
	cursor: pointer;
	float: left;
	height: 80px;
	margin: 0 5px;
	position: relative;
	width: 213px;
}
#FooterWrapper > .row1 > form > .departure > input {
	background: 0;
	border: none;
	color: #2D343E;
	cursor: pointer;
	font-size: 30px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 100%;
}
#FooterWrapper > .row1 > form > .departure > label {
	display: block;
	font-size: 15px;
	text-align: center;
}

/* Button */

#FooterWrapper > .row1 > form > .button {
	border: 1px solid #484141;
	color: #2D343E;
	cursor: pointer;
	float: left;
	height: 80px;
	width: 175px;
}
#FooterWrapper > .row1 > form > .button > input {
	background: #484141;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 30px;
	height: 100%;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 100%;
}
#FooterWrapper > .row1 > form > .button > input:hover {
	background: #332E2E;
}

/* Kalender */

#FooterWrapper > .row1 > .quickBooking > .calendar {
	bottom: 81px !important;
	left: 0 !important;
	width: 400px !important;
}

/* Rabatt */
/*
#FooterWrapper > .row1 > .discount {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	height: 160px;
	margin: -63px 0 0 0;
	padding: 25px 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	width: 160px;
}
#FooterWrapper > .row1 > .discount > p {
	line-height: 1;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#FooterWrapper > .row1 > .discount > p > span {
	display: block;
}
#FooterWrapper > .row1 > .discount > p > .number {
	font-size: 55px;
	font-weight: 700;
}*/

@media all and (max-width: 1200px){

	#FooterWrapper > .row1 > .discount {
		border-radius: 0;
		height: 80px;
		margin: 10px auto 0;
		padding: 15px 0;
		position: relative;
		right: auto;
		top: auto;
		width: 175px;
	}
	#FooterWrapper > .row1 > .discount > p {
		font-size: 15px;
		transform: none;
	}
	#FooterWrapper > .row1 > .discount > p > span {
		display: inline-block;
	}
	#FooterWrapper > .row1 > .discount > p > .number {
		font-size: 25px;
		margin-right: 5px;
	}

}
@media all and (max-width: 800px){

	#FooterWrapper > .row1 > p {
		margin-bottom: 20px;
	}
	#FooterWrapper > .row1 > form {
		position: relative;
		width: 433px;
	}
	#FooterWrapper > .row1 > form > .arrival,
	#FooterWrapper > .row1 > form > .departure {
		margin: 0;
		text-align: center;
	}
	#FooterWrapper > .row1 > form > .departure {
		float: right;
	}
	#FooterWrapper > .row1 > form > .arrival > label,
	#FooterWrapper > .row1 > form > .departure > label {
		padding-left: 0;
	}
	#FooterWrapper > .row1 > form > .button {
		margin-top: 7px;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .row1 > .quickBooking > .calendar {
		bottom: 168px !important;
		width: 100% !important;
	}

}

@media all and (max-width: 650px){

	#FooterWrapper > .row1 > .quickBooking > .calendar.show {
		display: block !important;
	}

}

@media all and (max-width: 600px){

	#FooterWrapper > .row1 > p > span {
		font-size: 40px;
	}

}

@media all and (max-width: 500px){

	#FooterWrapper > .row1 > form {
		width: 100%;
	}
	#FooterWrapper > .row1 > form > .arrival,
	#FooterWrapper > .row1 > form > .departure {
		float: none !important;
		height: 60px;
		margin: 0 auto;
	}
	#FooterWrapper > .row1 > form > .departure {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#FooterWrapper > .row1 > form > .arrival > input,
	#FooterWrapper > .row1 > form > .departure > input {
		height: 100%;
		padding: 0;
	}
	#FooterWrapper > .row1 > form > .arrival > label,
	#FooterWrapper > .row1 > form > .departure > label {
		display: none;
	}
	#FooterWrapper > .row1 > form > .button {
		float: none;
		height: 60px;
		margin: 0 auto;
		width: 213px;
	}
	#FooterWrapper > .row1 > .discount {
		height: 60px;
		padding: 8px 0;
		width: 213px;
	}
	#FooterWrapper > .row1 > .quickBooking > .calendar {
		bottom: 191px !important;
		width: 100% !important;
	}

}

@media all and (max-width: 400px){

	#FooterWrapper > .row1 > .quickBooking > .calendar {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.quickBooking > .calendar .ui-datepicker-header .ui-datepicker-prev {
		left: 15px !important;
	}
	.quickBooking > .calendar .ui-datepicker-header .ui-datepicker-next {
		right: 15px !important;
	}
	.quickBooking > .calendar > .close {
		right: 15px;
	}

}

/* Layout - Footer - Adresse */

#FooterWrapper > .row2 > .column1 > .address {
	display: inline-block;
	float: left;
	line-height: 1.1;
	text-align: center;
}
#FooterWrapper > .row2 > .column1 > .address > .headline {
	color: #484141;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}
#FooterWrapper > .row2 > .column1 > .address > .headline:after {
	background: #E30613;
	border: 1x solid #E30613;
	border-radius: 50%;
	bottom: -15px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	content: "";
	height: 10px;
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	width: 10px;
}
#FooterWrapper > .row2 > .column1 > .address > .headline > span {
	display: block;
	font-size: 35px;
}
#FooterWrapper > .row2 > .column1 > .address > .text {
	color: #484141;
	font-weight: 300;
	line-height: 1.35;
	margin-top: 29px;
}
#FooterWrapper > .row2 > .column1 > .address > .text > span {
	display: block;
}

@media all and (max-width: 1110px){

	#FooterWrapper > .row2 > .column1 > .address {
		display: block;
		float: none;
	}

}

/* Layout - Footer - Kontakt */

/* Telefon */

#FooterWrapper > .row2 > .column2 > .contact > .phone {
	line-height: 1.25;
	margin-bottom: 40px;
}
#FooterWrapper > .row2 > .column2 > .contact > .phone > a {
	color: #2D343E;
	font-size: 30px;
	font-weight: 400;
	padding: 0 0 0 90px;
	position: relative;
}
#FooterWrapper > .row2 > .column2 > .contact > .phone > a:before {
	color: #E30613;
	content: "\E842";
	font-family: "fontello";
	font-size: 50px;
	left: 0;
	position: absolute;
	top: -1px;
}
#FooterWrapper > .row2 > .column2 > .contact > .phone > p {
	color: #4C4C4C;
	font-size: 15px;
	font-weight: 300;
	padding: 0 0 0 90px;
}

/* E-Mail */

#FooterWrapper > .row2 > .column2 > .contact > .mail {
	line-height: 1.25;
	margin-bottom: 86px;
}
#FooterWrapper > .row2 > .column2 > .contact > .mail > a {
	color: #2D343E;
	font-size: 30px;
	font-weight: 400;
	padding: 0 0 0 90px;
	position: relative;
}
#FooterWrapper > .row2 > .column2 > .contact > .mail > a:before {
	color: #E30613;
	content: "\E83F";
	font-family: "fontello";
	font-size: 50px;
	left: 1px;
	position: absolute;
	top: -2px;
}
#FooterWrapper > .row2 > .column2 > .contact > .mail > p {
	color: #4C4C4C;
	font-size: 15px;
	font-weight: 300;
	padding: 0 0 0 90px;
}


@media all and (max-width: 1020px){

	#FooterWrapper > .row2 > .column2 > .contact > .phone > a,
	#FooterWrapper > .row2 > .column2 > .contact > .mail > a {
		font-size: 20px;
	}
	#FooterWrapper > .row2 > .column2 > .contact > .phone > a:before,
	#FooterWrapper > .row2 > .column2 > .contact > .mail > a:before {
		font-size: 40px;
	}
	#FooterWrapper > .row2 > .column2 > .contact > .mail {
		margin-bottom: 40px;
	}

}

@media all and (max-width: 750px){

	#FooterWrapper > .row2 > .column2 > .contact {
		text-align: center;
	}
	#FooterWrapper > .row2 > .column2 > .contact > .phone {
		margin-bottom: 20px;
	}
	#FooterWrapper > .row2 > .column2 > .contact > .mail {
		margin-bottom: 20px;
	}

}

@media all and (max-width: 350px){

	#FooterWrapper > .row2 > .column2 > .contact > .phone > a,
	#FooterWrapper > .row2 > .column2 > .contact > .mail > a {
		padding-left: 60px;
	}
	#FooterWrapper > .row2 > .column2 > .contact > .mail > a:before {
		top: -10px;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: -2px;
	padding: 0 0 0 200px;
	position: absolute;
	right: 20px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 3px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	display: block;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	padding: 0 49px 18px 10px;
	position: relative;
}
nav.desktop > ul > li > a:before {
	background: #E30613;
	bottom: 20px;
	content: "";
	left: 0;
	position: absolute;
	top: 4px;
	width: 1px;
}
nav.desktop > ul > li:last-child > a {
	padding-right: 0;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #E30613;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 30px 0 45px;
	top: 64px;
}
#HeaderWrapper.fixed nav.desktop > ul > li:hover > ul {
	border-top: 1px solid #E30613;
}
nav.desktop > ul > li:hover > ul:after {
	background: #E30613;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF;
	height: 0;
	left: -20px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 64px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
	width: 270px;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	display: block;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 8px 31px 9px ;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #ECECEC;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	
}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #E30613;
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 40px;
	margin: 0 5px 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fullscreen .mobileTrigger.show:before {
	font-size: 45px;
}
.mobileTrigger.show {
	bottom: 0;
	cursor: pointer;
	display: block;
	line-height: 40px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
}
.fullscreen .mobileTrigger.show {
	line-height: 75px;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 80px;
	width: 100%;
	z-index: 99999;
}
.fullscreen nav.mobile {
	top: 122px;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	border-bottom: 1px solid #E30613;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 20px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	display: block;
	font-weight: 400;
	padding: 10px 20px;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 6px 40px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 6px 60px;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

@media all and (max-width: 900px){

	nav.mobile > ul {
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.9);
	}
	nav.mobile > ul.open {
		border-top: 1px solid #E30613;
	}

}

@media all and (max-width: 500px){

	.fullscreen .mobileTrigger.show {
		line-height: 55px;
	}
	.fullscreen nav.mobile {
		top: 100px;
	}

}

/* Menü - Metamenü */

ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

@media all and (max-width: 750px){

	ul.metamenu {
		text-align: center;
	}
	ul.metamenu > li {
		display: block;
		float: none;
	}
	ul.metamenu > li > a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		display: block;
		padding: 5px 0;
	}
	ul.metamenu > li:last-child > a {
		border-bottom: 0;
	}

}

/* Elemente - Überschriften */

h1 {
	font-family: 'Poiret One', cursive;
	font-size: 65px;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 68px !important;
	text-align: center;
}
h2 {
	font-family: 'Poiret One', cursive;
	font-size: 65px;
	font-weight: normal;
	line-height: 1.1;
	margin-top: 68px !important;
	text-align: center;
}
h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #E30613;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	line-heighgt: 1.2;
	margin-top: -40px !important;
}
h1.cms + h2.cms > span {
	position: relative;
}
h1.cms + h2.cms > span:before {
	background: #E30613;
	content: "";
	font-family: "fontello";
	font-size: 20px;
	height: 2px;
	left: -40px;
	margin: -1px 0 0 0;
	position: absolute;
	top: 50%;
	width: 20px;
}
h1.cms + h2.cms > span:after {
	background: #E30613;
	content: "";
	font-family: "fontello";
	font-size: 20px;
	height: 2px;
	margin: -1px 0 0 0;
	position: absolute;
	right: -40px;
	top: 50%;
	width: 20px;
}
h2.cms + h3.cms {
	color: #E30613;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -40px !important;
	text-align: center;
}
h2.cms + h3.cms > span {
	position: relative;
}
h2.cms + h3.cms > span:before {
	background: #E30613;
	content: "";
	font-family: "fontello";
	font-size: 20px;
	height: 2px;
	left: -40px;
	margin: -1px 0 0 0;
	position: absolute;
	top: 50%;
	width: 20px;
}
h2.cms + h3.cms > span:after {
	background: #E30613;
	content: "";
	font-family: "fontello";
	font-size: 20px;
	height: 2px;
	margin: -1px 0 0 0;
	position: absolute;
	right: -40px;
	top: 50%;
	width: 20px;
}

@media all and (max-width: 700px){

	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 50px;
	}

}

@media all and (max-width: 650px){

	h1 {
		margin-top: 30px !important;
	}
	
}

@media all and (max-width: 400px){

	h1 {
		font-size: 40px;
	}
	h1.cms + h2.cms {
		font-size: 20px;
	}
	h2 {
		font-size: 40px;
	}
	h2.cms + h3.cms {
		font-size: 20px;
	}

}

/* Elemente - Textinhalt */

.cmsText.center > p {
	text-align: center;
}
.cmsText + .cmsLink {
	margin-top: -20px;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 45px 0;
}
.cmsList > ul > li:before {
	background: #E30613;
	content: "";
	height: 2px;
	left: 62px;
	position: absolute;
	top: 12px;
	width: 20px;
}
.cmsList > ul {
	background: #E4E3E3;
	padding: 44px 0 44px 0;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 0 40px 0 100px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul {
	position: relative;
}
.cmsList2Columns > ul:before {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
}
.cmsList2Columns > ul:after {
	clear: left;
	content: "";
	display: block;
}
.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 40px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

@media all and (max-width: 800px){

	.cmsList2Columns > ul:before {
		display: none;
	}
	.cmsList2Columns > ul > li {
		clear: none !important;
		width: 100%;
	}

}

@media all and (max-width: 700px){

	.cmsList > ul > li:before {
		left: 40px;
	}
	.cmsList > ul > li {
		padding-left: 80px;
	}

}

/* Elemente - Bild-Text */

.cmsImage {
	position: relative;
}
.cmsImage.combi:before {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	bottom: -20px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	content: "";
	height: 40px;
	left: 50%;
	margin: 0 0 0 -20px;
	position: absolute;
	width: 40px;
	z-index: 10;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage.left > figure {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
}
.cmsImage.left > p {
	background: #E4E3E3;
	float: right;
	max-width: 600px;
	min-height: 521px;
	padding: 62px 82px 50px;
	text-align: center;
	width: 50%;
}
.cmsImage.right > figure {
	bottom: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.cmsImage.right > p {
	background: #E4E3E3;
	float: left;
	max-width: 600px;
	min-height: 521px;
	padding: 62px 82px 50px;
	text-align: center;
	width: 50%;
}
.cmsImage.combi img {
	display: block;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	transform: translate(-50%, 0px);
}

/* Überschrift */

.cmsImage > p > .headline {
	display: block;
	font-family: 'Poiret One', cursive;
	font-size: 55px;
	font-weight: normal;
	line-height: 1.1;
}
.cmsImage > p > .text {
	display: block;
	padding-top: 37px;
}

@media all and (max-width: 900px){

	.cmsImage.combi:before {
		display: none;
	}
	.cmsImage.left > figure {
		position: relative;
		width: 100%;
	}
	.cmsImage.left > p {
		float: none;
		max-width: none;
		min-height: 0;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
		position: relative;
		width: 100%;
	}
	.cmsImage.left > p:before {
		background: #E30613;
		border: 1px solid #E30613;
		border-radius: 50%;
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
		content: "";
		height: 40px;
		left: 50%;
		margin: 0 0 0 -20px;
		position: absolute;
		top: -20px;
		width: 40px;
		z-index: 10;
	}
	.cmsImage.right > figure {
		position: relative;
		width: 100%;
	}
	.cmsImage.right > p {
		background: #E4E3E3;
		float: none;
		max-width: none;
		min-height: 0;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 30px;
		position: relative;
		width: 100%;
	}
	.cmsImage.right > p:before {
		background: #E30613;
		border: 1px solid #E30613;
		border-radius: 50%;
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
		content: "";
		height: 40px;
		left: 50%;
		margin: 0 0 0 -20px;
		position: absolute;
		top: -20px;
		width: 40px;
		z-index: 10;
	}
	.cmsImage.combi img {
		left: auto;
		min-height: 0;
		transform: none;
		width: 100%;
	}
	.cmsImage > p > .text {
		padding-top: 20px;
	}

}

@media all and (max-width: 700px){

	.cmsImage > p > .headline {
		font-size: 45px;
	}

}

@media all and (max-width: 600px){

	.cmsImage.left > p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsImage.right > p {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media all and (max-width: 400px){

	.cmsImage > p > .headline {
		font-size: 40px;
	}

}

/* Element - Bild-Text - ohne Formatierung */

.cmsImageText:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImageText > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImageText > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImageText > figure > div {
	position: relative;
}
.cmsImageText > figure > div:after {
	border: 5px solid rgba(255, 255, 255, 0.25);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsImageText img {
	display: block;
	width: 100%;
}
.cmsImageText figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}
.cmsImageText a:hover {
	opacity: 0.8;
}

@media all and (max-width: 750px){

	.cmsImageText > .left,
	.cmsImageText > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Element - Anhangbild */

.cmsImageWidth > figcaption {
	background: #E30613;
	background: rgba(227, 6, 19, 0.6);
	bottom: 0;
	color: #ECECEC;
	font-size: 15px;
	height: 35px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.cmsImageWidth img {
	display: block;
	width: 100%;
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 1px 3.636363636363636% 0; /* 0 1 40 0 */
	overflow: hidden;
	position: relative;
	width: 24.916666666666668%; /* 299 */
}
.cmsGallery > li:nth-child(4n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(4n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:before {
	background: #E30613;
	background: rgba(227, 6, 19, 0.3);
	bottom: 6px;
	content: "\E836";
	color: #ECECEC;
	display: block;
	font-family: "fontello";
	font-size: 24px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 6px;
	text-align: center;
	width: 45px;
	z-index: 2;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.cmsGallery > li:hover > figure > a:before {
	background: rgba(227, 6, 19, 0.7);
}
.cmsGallery > li:hover > figure.hasTitle > a:before {
	bottom: -45px;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	background: #E30613;
	background: rgba(227, 6, 19, 0.5);
	bottom: 0;
	color: #ECECEC;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	left: -100%;
	line-height: 1.5;
	opacity: 0;
	padding: 12px 20px;
	position: absolute;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.cmsGallery > li:hover > figure.hasTitle > figcaption {
	left: 0;
	opacity: 1;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

@media all and (max-width: 950px){

	.cmsGallery > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsGallery > li:nth-child(4n) {
		margin-right: 4%;
	}
	.cmsGallery > li:nth-child(4n) + li {
		clear: none;
	}
	.cmsGallery > li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery > li:nth-child(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 500px){

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
}

/* Eelement - Einzelteaser */

.cmsSingleTeaser + * {
	margin-top: -20px;
}
.cmsSingleTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsSingleTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 0 3.636363636363636% 0; /* 0 0 40 0 */
	position: relative;
	width: 100%;
}
.cmsSingleTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsSingleTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure > a {
	display: block;
	float: left;
	margin: 0 30px 0 0;
	max-width: 30.90909090909091%; /* 340 */
	position: relative;
	z-index: 1;
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
	background: #E4E3E3;
	min-height: 190px;
	padding: 20px 20px 20px 20px;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	display: block;
	margin-top: 15px;
}
.cmsSingleTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser > article > figure > figcaption > p > .date {
	font-weight: 400;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text {
	padding-bottom: 55px;
}
.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
	border: 1px solid #d2cfcc;
	bottom: 30px;
	display: block;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 170px;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	height: 80px;
	line-height: 80px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -20px;
	width: 80px;
	z-index: 3;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span {
	font-size: 15px;
}
.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
	font-size: 30px;
}

@media all and (max-width: 600px){
	
	.cmsSingleTeaser + * {
		margin-top: auto;
	}
	.cmsSingleTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsSingleTeaser > article > figure > a {
		float: none;
		margin: 0;
		max-width: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		position: relative;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > .text {
		padding-bottom: 0;
	}
	.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition {
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
	.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span {
		font-size: 10px;
	}
	.cmsSingleTeaser > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
		font-size: 15px;
	}

}

@media all and (max-width: 400px){

	.cmsSingleTeaser > article > figure > figcaption > p > .text > a {
		bottom: auto;
		margin-top: 30px;
		position: relative;
		right: auto;
		width: 100%;
	}

}

/* Elemente - Gruppenteaser - Standard */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 47px 0;
}
.cmsTeaser > article {
	cursor: pointer;
	float: left;
	margin: 0 1px 3.636363636363636% 0; /* 0 1 40 0 */
	position: relative;
	width: 24.916666666666668%; /* 299 */
}
.cmsTeaser > article:nth-of-type(4n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(4n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure {
	background: #E4E3E3;
}
.cmsTeaser > article > figure > a {
	display: block;
	position: relative;
	width: 100%;
}
.cmsTeaser > article > figure > a:before {
	color: #FFFFFF;
	content: "\E841";
	display: block;
	font-family: "fontello";
	font-size: 40px;
	left: 0;
	margin: -20px 0 0 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 2;
}
.cmsTeaser > article:hover > figure > a:before {
	left: 50%;
	margin-left: -20px;
	opacity: 1;
}
.cmsTeaser > article > figure > a:after { /* Overlay */
	background: #484141;
	background: rgba(72, 65, 65, 0.6);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 100%;
	z-index: 1;
}
.cmsTeaser > article:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	padding: 33px 53px;
	text-align: center;
}
.cmsTeaser > article > figure > figcaption > a {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
}
.cmsTeaser > article:hover > figure > figcaption > a {
	color: #E30613;
}
.cmsTeaser > article > figure > figcaption > p {
	padding-top: 25px;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > .date {
	font-weight: 400;
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition {
	background: #E30613;
	border: 1px solid #E30613;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	height: 80px;
	line-height: 80px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 80px;
	z-index: 0;
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition > span {
	font-size: 15px;
}
.cmsTeaser > article.hasPrice > figure > figcaption > p > .addition > span > .Price {
	font-size: 30px;
}

@media all and (max-width: 950px){

	.cmsTeaser > article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsTeaser > article:nth-of-type(4n) {
		margin-right: 4%;
	}
	.cmsTeaser > article:nth-of-type(4n) + article {
		clear: none;
	}
	.cmsTeaser > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaser > article:nth-of-type(2n) + article {
		clear: left;
	}

}

@media all and (max-width: 500px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

/* Elemente - Gruppenteaser - Grid */

/* TeaserGrid 1 */

.cmsTeaserGrid > article {
	margin-bottom: 1px;
    width: 599px;
}
.cmsTeaserGrid > article > figure > a {
	float: right;
	margin-left: 50px;
	width: 300px;
}
.cmsTeaserGrid > article > figure > figcaption {
	min-height: 300px;
	padding-right: 0;
}
.cmsTeaserGrid > article > figure > figcaption > p > .addition {
	margin: 0 -40px 0 0 !important;
	right: 50% !important;
	z-index: 3 !important;
}

/* TeaserGrid 3 */

.cmsTeaserGrid > article:nth-of-type(3n) > figure > a {
	float: left;
	margin-left: 0;
	margin-right: 50px;
	width: 300px;
}
.cmsTeaserGrid > article:nth-of-type(3n) > figure > figcaption {
	padding-left: 0;
	padding-right: 40px;
}

/* TeaserGrid 4 */

.cmsTeaserGrid > article:nth-of-type(4n) > figure > a {
	float: left;
	margin-left: 0;
	margin-right: 50px;
	width: 300px;
}
.cmsTeaserGrid > article:nth-of-type(4n) > figure > figcaption {
	padding-left: 0;
	padding-right: 40px;
}

@media all and (max-width: 1240px){

	.cmsTeaserGrid > article {
		margin-bottom: 40px;
		width: 24.9167%;
	}
	.cmsTeaserGrid > article > figure > a {
		float: none;
		margin-left: 0;
		width: auto;
	}
	.cmsTeaserGrid > article > figure > figcaption {
		min-height: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.cmsTeaserGrid > article > figure > figcaption > p > .addition {
		margin-right: 0 !important;
		margin-top: -0 !important;
		right: 0 !important;
		top: 0 !important;
		z-index: 3 !important;
	}
	.cmsTeaserGrid > article:nth-of-type(3n) > figure > a {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.cmsTeaserGrid > article:nth-of-type(3n) > figure > figcaption {
		padding-left: 40px;
		padding-right: 40px;
	}
	.cmsTeaserGrid > article:nth-of-type(4n) > figure > a {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.cmsTeaserGrid > article:nth-of-type(4n) > figure > figcaption {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media all and (max-width: 950px){

	.cmsTeaserGrid > article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsTeaserGrid > article:nth-of-type(4n) {
		margin-right: 4%;
	}
	.cmsTeaserGrid > article:nth-of-type(4n) + article {
		clear: none;
	}
	.cmsTeaserGrid > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaserGrid > article:nth-of-type(2n) + article {
		clear: left;
	}

}

@media all and (max-width: 500px){

	

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 46px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: none;
}
.cmsTable > table > tbody > tr:first-child {
	background: none;
	border-bottom: 1px solid #000000;
}
.cmsTable > table > tbody > tr.val2 {
	background: #E30613;
	background: rgba(227, 6, 19, 0.1);
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: 13px;
	font-weight: 300;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink + .cmsLink {
	margin-top: -30px;
}
.cmsLink > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-size: 15px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 3px;
}
.cmsLink > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 20px;
	position: relative;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 20px 0;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-size: 15px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 3px;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 20px;
	position: relative;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 40px;
	position: relative;
}

/* Elemente - Dropdown */

.cmsDrop {
	background: #E4E3E3;
	padding: 10px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0 20px;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div:before {
	color: #ADADAD;
	content: '\E839';
	font-family: 'fontello';
	font-size: 75px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -30px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}
.cmsYoutube > div {
	background: #F1F1F2;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

.cmsIframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}		
.cmsIframe > iframe {
	width: 100%;
}

/* Elemente - Downloads */

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

.cmsForm {
	background: #E4E3E3;
	padding: 20px;
}
.cmsForm > h2 {
	margin: 0 0 46px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #E30613;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: 400;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: none;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	border: none !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	background: #ECECEC;
	border-left: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	margin: -1px 0 0 -40px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	color: #E30613;
	content: "\E83D";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid none;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #cfcfcf;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #E30613;
	border: 1px solid #E30613;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 45px;
	padding: 0 50px 0 50px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.cmsForm > .button > input:hover {
	background: #FFFFFFF;
	background: rgba(255, 255, 255, 0.5);
	color: #484141;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 900px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 50px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}

@media all and (max-width: 400px){

	.cmsForm > .row > .spm {
		text-align: center;
	}
	.cmsForm > .row > .spm:after {
		content: "\e824";
		left: 50%;
		margin: 0 0 0 -5px;
		top: 43px;
	}
	.cmsForm > .row > .spm > img {
		float: none;
		margin: 0 0 20px;
	}
	.cmsForm > .row > .spm > img + input {
		display: block;
		float: none;
		left: 50%;
		margin-left: -60px;
		position: relative;
		width: 120px;
	}
	.cmsForm > .row > .spm > p {
		font-size: 15px;
		text-align: left;
	}

}

/*! jQuery UI - v1.11.4 - 2015-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* jQuery UI Kalender */

.ui-datepicker {
	background: #FFFFFF;
	box-shadow: 0 0 4px -2px #2D3E42;
	margin: 1px 0;
	overflow: hidden;
	padding: 10px !important;
}
.ui-datepicker-header {
	font-weight: bold;
	padding: 6px 0 !important;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	color: #E4E3E3;
	cursor: pointer;
	font-family: 'fontello';
	font-size: 14px;
	font-weight: normal;
	height: auto !important;
	line-height: 1;
	right: 3px !important;
	top: 16px !important;
	width: auto !important;
}
.ui-datepicker-title {
	color: #484141;
	font-size: 18px;
}
.ui-state-disabled.ui-datepicker-prev,
.ui-state-disabled.ui-datepicker-next {
	opacity: 0.2;
}
.ui-datepicker-header .ui-datepicker-next:before {
	content: '\E808';
}
.ui-datepicker-header .ui-datepicker-prev:before {
	content: '\E806';
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 3px !important;
	right: auto !important;
	text-align: right;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	left: -1000px !important;
}
.ui-datepicker table {
	font-size: 14px;
}
.ui-datepicker th {
	color: #82888a;
	font-size: 14px;
	font-weight: normal;
}
.ui-datepicker td {
	border: 1px solid #E4E7E7;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 45px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #404040;
	font-weight: normal;
	padding: 0;
	text-align: center;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.ui-datepicker-unselectable > *,
.ui-state-disabled > * {
	opacity: 0.4;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker .ui-state-highlight,
.ui-datepicker td a:hover,
.ui-datepicker-days-cell-over > a {
	background: #E30613 !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.ui-datepicker-today > a.ui-state-default {
	background: #FFFFFF !important;
	color: #E30613 !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

.fancybox-close:hover {
	background: #000000;
}

.fancybox-close:before {
	color: #FFFFFF;
	content: '\E82A';
	font-family: 'fontello';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-nav {
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: fixed;
	text-decoration: none;
	top: 0;
	width: 30%;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity 200ms ease-in-out 0s;
	width: 55px;
	z-index: 8040;
}

.fancybox-nav:hover span {
	background: #000000;
}

.fancybox-prev span {
	left: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-prev span:before {
	color: #FFFFFF;
	content: '\E806';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 10px 0 0;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-next span {
	right: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-next span:before {
	color: #FFFFFF;
	content: '\E808';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 0 0 10px;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin-right: 0 !important;
	overflow-x: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow-x: auto;
}

/* Title helper */

.fancybox-title {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	padding-right: 145px !important;
	position: absolute;
	text-overflow: ellipsis;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	display: none !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* Animation */

.micAnimation {
	height: 100%;
	width: 100%;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.micAnimation > ul > .slide.animated {
	opacity: 1;
}
.micAnimation > ul > .slide > img {
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Text mit TextWrapper */

.micAnimation > ul > .slide > .textBox.textWrap {
	position: absolute;
	z-index: 2;
}

/* Text ohne TextWrapper */

.micAnimation > ul > .slide > .textBox:not(.textWrap) > p {
    position: absolute;
    z-index: 2;
}
.micAnimation > ul > .slide > .textBox:not(.textWrap) > p:last-child {
    z-index: 3;
}

/* Navigation - Pfeile */

.micAnimation > .arrows > a {
	color: inherit;
	display: block;
	font-family: "fontello";
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transition: all 800ms ease 500ms;
	-moz-transition: all 800ms ease 500ms;
	-ms-transition: all 800ms ease 500ms;
	-o-transition: all 800ms ease 500ms;
	transition: all 800ms ease 500ms;
}
.micAnimation > .arrows > a.prev:before {
	content: "\E806";
	display: block;
}
.micAnimation > .arrows > a.prev {
	left: -60px;
}
.micAnimation > .arrows.animated > a.prev {
	left: 20px;
	opacity: 0.4;
}
.micAnimation > .arrows > a.next:before {
	content: "\E808";
	display: block;
}
.micAnimation > .arrows > a.next {
	right: -60px;
}
.micAnimation > .arrows.animated > a.next {
	opacity: 0.4;
	right: 20px;
}
.micAnimation > .arrows > a.prev:hover,
.micAnimation > .arrows > a.next:hover {
	color: inherit;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Navigation - Bullets */

.micAnimation > .bullets > ul {
	bottom: -20px;
	display: block;
	line-height: 1;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 800ms ease-out 1200ms;
	-moz-transition: all 800ms ease-out 1200ms;
	-ms-transition: all 800ms ease-out 1200ms;
	-o-transition: all 800ms ease-out 1200ms;
	transition: all 800ms ease-out 1200ms;
}
.micAnimation > .bullets.animated > ul {
	bottom: 20px;
	opacity: 1;
}
.micAnimation > .bullets > ul > li {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.micAnimation > .bullets > ul > li:hover,
.micAnimation > .bullets > ul > li.selected {
	background: #888;
}

/* Animation - Custom */

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	text-align: left;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	color: #E30613;
	display: block;
	font-family: "Poiret One",cursive;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 3px 20px;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	padding: 0 20px;
}

@media all and (max-width: 500px){

	.micAnimation > ul > .slide > .textBox {
		display: none;
	}

}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: 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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: 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 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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: 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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: 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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}

/* Privacy 1.0.0 */

/* Default */

.privacyCookie {
	background: #484141;
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
}
.privacyCookie > div > p {
	color: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}
.privacyCookie > div > p > a {
	color: #FFFFFF;
}
.privacyCookie > div > a.button {
	color: #FFFFFF;
	float: right;
	position: relative;
}

/* Direction Top */

.privacyCookie.top {
	margin: -300px 0 0 0;
	position: absolute;
	transition: margin 300ms ease;
	z-index: 5;
}
.showPrivacyCookie .privacyCookie.top {
	margin-top: 0 !important;
	position: relative;
}

/* Direction Bottom */

.privacyCookie.bottom {
	left: -10000px;
	position: fixed;
	transition: bottom 300ms ease;
	z-index: 9999;
}
.showPrivacyCookie .privacyCookie.bottom {
	bottom: 0 !important;
}

@media all and (max-width: 1300px){

	.privacyCookie {
		padding-top: 18px;
	}
	.privacyCookie > div > p {
		float: none;
		margin-right: 0;
	}
	.privacyCookie > div > a.button {
		float: none;
		padding: 8px 0;
		display: block;
	}

}