/* 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: #14335B;
	font: 300 17px/1.8 'Roboto', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	position: relative;
}
a {
	color: #327DA8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #14335B;
}
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: 60px 0;
}
strong {
	font-weight: bold;
}
*, *: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?39676851');
	src: url('/img/webfonts/fontello.eot?39676851#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?39676851') format('woff'),
		url('/img/webfonts/fontello.ttf?39676851') format('truetype'),
		url('/img/webfonts/fontello.svg?39676851#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	height: 120px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper:after {
	background: #FFFFFF;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    content: "";
    height: 100%;
    margin: 0 202px 0 0;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    z-index: 999998;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);	
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	left: 20px;
	position: absolute;
	top: 20px;
	z-index: 999999;
}
#HeaderWrapper > div > a.logo:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div > a.logo > img {
	display: block;
	float: left;
	width: 181px;
}
#HeaderWrapper > div > a.logo > p {
	color: #14335B;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    margin: 8px 0 0 26px;
    text-transform: uppercase;
}
#HeaderWrapper > div > a.logo > p > strong {
	display: table;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 2px;
}

/* Mobile Links */

#HeaderWrapper > div > ul.mobileLinks {
	display: none;
}

/* Sprachauswahl */

#HeaderWrapper > div > a.lang {
    background: #FFFFFF;
	color: #327DA8;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 60px;
    z-index: 1;	
}

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

	#HeaderWrapper:after {
		left: -30px;
		right: auto;
		width: 450px;
	}

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

	#HeaderWrapper {
		height: 97px;
    }
	#HeaderWrapper::after {
		width: 370px;
	}
	#HeaderWrapper > div > a.logo > img {
		width: 130px;
	}
	#HeaderWrapper > div > a.logo > p {
		font-size: 10px;
		margin-top: 1px;
	}
	#HeaderWrapper > div > a.logo > p > strong {
		font-size: 15px;
	}

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

	#HeaderWrapper:after {
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	}
	#HeaderWrapper > div:before {
		background: #14335B;
		content: "";
		height: 60px;
		left: 357px;
		margin: 0 0 0 10px;
		position: absolute;
		right: 50px;
		top: 0;
		z-index: -1;
		-moz-transform: skewX(-20deg);
		-webkit-transform: skewX(-20deg);
		-o-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	#HeaderWrapper > div:after {
		background: #14335B;
		content: "";
		height: 60px;
		margin: 0 0 0 10px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
		z-index: -1;		
	}
	#HeaderWrapper > div > ul.mobileLinks {
		display: block;
		position: absolute;
		right: 80px;
	}
	#HeaderWrapper > div > ul.mobileLinks:after {
		clear: both;
		content: "";
		display: block;
	}
	#HeaderWrapper > div > ul.mobileLinks > li {
		float: left;
		margin: 0 0 0 30px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a {
		color: #FFFFFF;
		display: block;
		font-weight: normal;
		line-height: 60px;
		padding: 0 0 0 40px;
		position: relative;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a:before {
		font-family: "fontello";
		left: 0;
		position: absolute;
		top: 0;
	}
	#HeaderWrapper > div > ul.mobileLinks > li.tel > a:before {
		content: "\E844";
		font-size: 24px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li.mail > a:before {
		content: "\E845";
	}
	#HeaderWrapper > div > a.lang {
		display: none;
	}

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

	#HeaderWrapper > div > ul.mobileLinks > li.mail {
		display: none;
	}

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

	#HeaderWrapper {
		height: 76px;
	}
	#HeaderWrapper:after {
		width: 308px;
	}
	#HeaderWrapper > div:before,
	#HeaderWrapper > div:after {
		height: 76px;
	}
	#HeaderWrapper > div:before {
		left: auto;
		width: 140px;
	}
	#HeaderWrapper > div > a.logo {
		top: 18px;
	}
	#HeaderWrapper > div > a.logo > img {
		width: 90px;
	}
	#HeaderWrapper > div > a.logo > p {
		font-size: 10px;
		line-height: 1.15;
		margin-left: 15px;
		margin-top: -3px;
	}
	#HeaderWrapper > div > a.logo > p > strong {
		font-size: 14px;
	}
	#HeaderWrapper > div > ul.mobileLinks {
		right: 74px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li.mail {
		display: block;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a {
		line-height: 74px;
		padding: 0;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a > span {
		display: none;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a:before {
		position: relative;
	}

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

	#HeaderWrapper {
		height: 67px;
	}
	#HeaderWrapper:after {
		width: 275px;
	}
	#HeaderWrapper > div:before,
	#HeaderWrapper > div:after {
		height: 67px;
	}
	#HeaderWrapper > div:before {
		width: 200px;
	}
	#HeaderWrapper > div > ul.mobileLinks > li > a {
		line-height: 67px;
	}
	#HeaderWrapper > div > a.logo {
		top: 19px;
	}
	#HeaderWrapper > div > a.logo > img {
		width: 68px;
	}
	#HeaderWrapper > div > a.logo > p {
		font-size: 9px;
		margin-top: -8px;
	}

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

	#HeaderWrapper > div > ul.mobileLinks > li.mail {
		display: none;
	}

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

	#HeaderWrapper > div > ul.mobileLinks {
		display: none;
	}	

}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
#GalleryWrapper:after {
	background: #FFFFFF;
    bottom: 0;
    content: "";
    height: 10000px;
    margin: 0 -1000px 0 0;
    opacity: 0.5;
    position: absolute;
    right: 50%;
    width: 10000px;
    z-index: 1;
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
#GalleryWrapper.hide {
	opacity: 0;
}
#GalleryWrapper > .animation {
	height: 600px;
}

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

	#GalleryWrapper:after {
		margin-right: -960px;
	}

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

	#GalleryWrapper:after {
		height: 5000px;
		left: -4170px;
		margin-right: 0;
		right: auto;
		width: 5000px;
	}

}
@media all and (max-width: 950px){

	#GalleryWrapper.hide {
		opacity: 1;
	}

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

	#GalleryWrapper:after {
		display: none;
	}

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

	#GalleryWrapper {
		padding-top: 55px;
	}

}

/* Layout - Animation - Newsticker */

#GalleryWrapper > .newsticker {
	background: #E30613;
    background: rgba(227, 6, 19, 0.75);
    bottom: 0;
    cursor: pointer;
    height: 60px !important;
    left: 50%;
    margin: 0 -300px 0 -380px;
    padding: 12px 60px 15px 110px;
    position: absolute !important;
    right: 50%;
    z-index: 1;
}
#GalleryWrapper > .newsticker:before {
    background: #E30613;
    content: "";
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0;
    width: 106px;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#GalleryWrapper > .newsticker:after {
	clear: both;
	content: "";
	display: block;
}
#GalleryWrapper > .newsticker > h2 {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	left: 0;
	line-height: 60px;
	padding: 0 0 0 17px;
	position: absolute;
	top: 0;
}
#GalleryWrapper > .newsticker > h2 > a {
	color: #FFFFFF;
}
#GalleryWrapper > .newsticker > h2:after {
	display: none;
}
#GalleryWrapper > .newsticker article {
	display: block;
}
#GalleryWrapper > .newsticker article > h2 {
	display: none;
}
#GalleryWrapper > .newsticker article > a {
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
#GalleryWrapper > .newsticker article > a > br {
    display: none;
}

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

	#GalleryWrapper > .newsticker {
		bottom: 60px;
		left: auto;
		margin: 0;
		padding: 12px 0 15px 110px;
		right: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 643px;
	}

}

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

	#GalleryWrapper > .newsticker {
		width: 625px;
	}

}

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

	#GalleryWrapper > .newsticker {
		bottom: 0;
		margin-right: 345px;
		padding-left: 120px;
		width: 95px;
	}
	#GalleryWrapper > .newsticker:before {
		width: 120px;
	}

}

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

	#GalleryWrapper > .newsticker {
		display: none;
	}

}

/* Layout - Animation - Quickbucher + Scrolldown */

#GalleryWrapper > .bookingbox {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -68px;
    position: absolute;
    z-index: 1;
}
#GalleryWrapper > .bookingbox:after {
	clear: both;
	content: "";
	display: block;
}

/* Quickbucher */

#GalleryWrapper > .bookingbox > .bookingFormWrapper {
	background: #14335B;
	float: left;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form {
	padding: 14px 40px 14px 123px;
	position: relative;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form:before {
    color: #FFFFFF;
	content: "\E842";
    font-family: "fontello";
    font-size: 29px;
    left: 43px;
    line-height: 1;
    position: absolute;
    top: 15px;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form:after {
	clear: both;
	content: "";
	display: block;
}

/* Überschrift */

#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.hidden {
	bottom: -2px;
    display: block !important;
    height: 60px;
    left: 310px;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 0;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > p {
	color: #FFFFFF;
    float: left;
    font-size: 20px;
    line-height: 1;
    margin: -4px 0;
    text-transform: uppercase;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > p > strong {
	display: table;
	font-weight: bold;
}

/* Kalendertage */

#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > label {
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	padding: 5px 11px 0 30px;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > span.date {
	background: #FFFFFF;
	cursor: pointer;
	float: left;
    height: 32px;
    line-height: 32px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
}

/* ausgeblendete Buttons */

#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.hidden,
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.mobilearrival {
	display: none;
}

/* Submit Button */

#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.button {
	background: #327DA8;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 17px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 25px;
	padding: 0 14px;
	text-transform: uppercase;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.button:hover,
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.button.hover {
	background: #388EBC;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > .buttonHelper {
	background: #327DA8;
	cursor: pointer;
    height: 32px;
    position: absolute;
    right: 34px;
    width: 40px;
    z-index: -1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > input.button:hover + .buttonHelper,
#GalleryWrapper > .bookingbox > .bookingFormWrapper > form > .buttonHelper:hover {
	background: #388EBC;
}

/* Mobile Link */

#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking {
	display: none;
}
#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileTel {
	display: none;
}

/* Scrolldown Button */

#GalleryWrapper > .bookingbox > a.scrollDown {
	color: #14335B;
    float: left;
    font-size: 28px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 -15px;
    padding: 0 0 0 33px;
    position: relative;
}
#GalleryWrapper > .bookingbox > a.scrollDown:before {
	background: #FFFFFF;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: -1;
}
#GalleryWrapper > .bookingbox > a.scrollDown:after {
	content: "\E849";
	font-family: "fontello";
}

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

	#GalleryWrapper > .bookingbox {
		left: auto;
		margin-left: auto;
		right: 20px;
	}
	#GalleryWrapper > .bookingbox > a.scrollDown {
		font-size: 19px;
		padding-left: 39px;
	}

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

	#GalleryWrapper > .bookingbox {
		right: -20px;
	}
	#GalleryWrapper > .bookingbox > a.scrollDown {
		display: none;
	}

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

	#GalleryWrapper > .bookingbox {
		right: 20px;
	}
	#GalleryWrapper > .bookingbox > a.scrollDown {
		display: block;
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > form {
		display: none;
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking {
		color: #FFFFFF;
		display: block;
		font-size: 20px;
		font-weight: 300;
		line-height: 1;
		padding: 10px 40px 10px 123px;
		position: relative;
		text-transform: uppercase;
		-moz-transform: skewX(20deg);
		-webkit-transform: skewX(20deg);
		-o-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking > strong {
		display: table;
		font-weight: bold;
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking:before {
		color: #FFFFFF;
		content: "\E842";
		font-family: "fontello";
		font-size: 29px;
		left: 43px;
		line-height: 1;
		position: absolute;
		top: 15px;
	}

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

	#GalleryWrapper > .bookingbox > a.scrollDown {
		display: none;
	}
	#GalleryWrapper > .bookingbox {
		opacity: 0.85;
		right: -20px;
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking {
		padding-left: 105px;
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking:before {
		left: 30px;
	}

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

	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking {
		float: left;
		font-size: 17px;
		padding-bottom: 9px;
		padding-right: 25px;
		padding-top: 12px;
	}
	#GalleryWrapper > .bookingbox > .bookingFormWrapper > .mobileBooking:before {
		top: 14px;
	}
	#GalleryWrapper > .bookingbox > .mobileTel {
		background: #FFFFFF;
		color: #14335B;
		display: block;
		float: left;
		font-size: 26px;
		font-weight: normal;
		height: 55px;
		line-height: 57px;
		margin: 0 0 0 -20px;
		padding: 0 41px 0 45px;
	}
	#GalleryWrapper > .bookingbox > .mobileTel:after {	
		content: "\E844";
		font-family: "fontello";
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > section {
	line-height: 1.4;
	margin: 0 auto;
	max-width: 1240px;
	min-height: 400px;
	padding: 10px 20px 0;
	position: relative;
}

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

	#ContentWrapper > section {
		padding-top: 10px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #327DA8;
	bottom: 0;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
#FooterWrapper:after {
	background: #84B1CB;
    bottom: 0;
    content: "";
    height: 10000px;
    left: 50%;
    margin: 0 0 -5000px 591px;
    position: absolute;
    width: 10000px;
    z-index: -1;
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}

/* Karte */

#FooterWrapper > img.map {
    display: block;
    left: 50%;
    margin: -130px 0 -12px -720px;
    position: relative;
    width: 800px;
}

/* Kontakt */

#FooterWrapper > div > .contact {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 -332px 0 0;
    position: absolute;
    right: 50%;
    top: 74px;
    z-index: 1;
}
#FooterWrapper > div > .contact > strong {
	display: block;
    font-size: 17px;
	font-weight: bold;
	padding: 0 0 9px;
	text-transform: uppercase;
}
/* Facebook */

#FooterWrapper > div > .contact > .facebook {
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 1.2;
    margin: 45px 0 0;
    padding: 0 0 0 50px;
    position: absolute;
    text-transform: uppercase;
    top: 100%;
    width: 130px;
}
#FooterWrapper > div > .contact > .facebook:before {
	content: "\E84D";
	font-family: "fontello";
    font-size: 40px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: -8px;
}

/* Links */

#FooterWrapper > div > .links {
    left: 50%;
    margin: 0 0 0 367px;
    position: absolute;
    top: 65px;
    z-index: 2;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#FooterWrapper > div > .links > li {
	background: #FFFFFF;
	cursor: pointer;
    margin: 15px 0 0;
    position: relative;
    width: 99999px;
}
#FooterWrapper > div > .links > li > a {
	color: #14335B;
	display: table;
    font-weight: 300;
    line-height: 60px;
    padding: 0 0 0 80px;
    position: relative;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
#FooterWrapper > div > .links > li > a.mail {
	font-size: 13px;
	padding-left: 75px;
}
#FooterWrapper > div > .links > li > a:before {
	font-family: "fontello";
	left: 23px;
	position: absolute;
}
#FooterWrapper > div > .links > li > a.tel:before {
	content: "\E844";
	font-size: 36px;
}
#FooterWrapper > div > .links > li > a.mail:before {
	content: "\E845";
	font-size: 23px;
}
#FooterWrapper > div > .links > li > a.accomodations:before {
	content: "\E842";
	font-size: 23px;
}
#FooterWrapper > div > .links > li > a.panoramacard:before {
	content: "\E846";
	font-size: 38px;
}

/* Logos */

#FooterWrapper > div > .logos {
    bottom: 87px;
    margin: 0 -600px 0 0;
    position: absolute;
    right: 50%;
}
#FooterWrapper > div > .logos:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > .logos > a {
	display: block;
	float: left;
	margin: 0 0 0 37px;
}
#FooterWrapper > div > .logos > a:first-child {
	margin-left: 0;
}
#FooterWrapper > div > .logos > a.skiwelt > img {
	display: block;
	width: 84px;
}
#FooterWrapper > div > .logos > a.kitzalps > img {
	display: block;
	width: 95px;
}

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

	#FooterWrapper > div > .links > li > a.mail:before {
		font-size: 20px;
	}
	#FooterWrapper > div > .links > li > a.mail {
		padding-left: 65px;
	}

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

	#FooterWrapper:after {
		left: 100%;
		margin-left: -59px;
	}
	#FooterWrapper > div > .links {
		left: 100%;
		margin: 0 0 0 -283px;
	}
	#FooterWrapper > div > .contact {
		margin: 0;
		right: 300px;
	}

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

	#FooterWrapper {
		height: 535px;
	}
	#FooterWrapper > img.map {
		left: auto;
		margin-left: 0;
		position: absolute;
		right: 510px;
	}
	#FooterWrapper > div > .logos {
		margin-right: 0;
		right: 20px;
	}

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

	#FooterWrapper:after {
		margin-left: -33px;
	}
	#FooterWrapper > img.map {
		right: 325px;
	}
	#FooterWrapper > div > .logos {
		bottom: 76px;
	}
	#FooterWrapper > div > .contact {
		right: 20px;
		top: 30px;
	}
	#FooterWrapper > div > .contact > .facebook {
		left: -60px;
		margin: 0;
		top: 50%;
	}
	#FooterWrapper > div > .contact > .facebook > span {
		display: none;
	}
	#FooterWrapper > div > .links {
		bottom: 149px;
		margin-left: -278px;
		top: auto;
	}
	#FooterWrapper > div > .links > li > a {
		line-height: 42px;
		padding-left: 73px;
	}
	#FooterWrapper > div > .links > li > a.tel:before {
		font-size: 24px;
	}
	#FooterWrapper > div > .links > li > a.mail:before {
		font-size: 19px;
	}
	#FooterWrapper > div > .links > li > a.accomodations:before {
		font-size: 20px;
	}
	#FooterWrapper > div > .links > li > a.panoramacard:before {
		font-size: 29px;
	}

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

	#FooterWrapper > img.map {
		padding: 140px 265px 0 0;
		right: 0;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 125%;
		z-index: -1;
	}

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

	#FooterWrapper {
		height: auto;
	}
	#FooterWrapper:after {
		display: none;
	}
	#FooterWrapper > .content {
		background: #478AB1;
		padding: 40px 0 45px;
	}
	#FooterWrapper > div > .contact {
		display: table;
		margin: 0 auto 41px;
		position: relative;
		right: 0;
		text-align: center;
		top: auto;
	}
	#FooterWrapper > div > .contact > .facebook {
		display: block;
		left: auto;
		margin: 20px auto 0;
		position: relative;
		top: auto;
	}
	#FooterWrapper > div > .contact > .facebook > span {
		display: block;
	}
	#FooterWrapper > div > .links {
		bottom: auto;
		position: relative;
	}
	#FooterWrapper > div > .logos {
		bottom: auto;
		left: 50%;
		margin: 0 0 0 -254px;
		right: auto;
		top: 281px;
	}
	#FooterWrapper > div > .logos > a {
		margin-left: 20px;
	}
	#FooterWrapper > img.map {
		margin: -18% 0 -2% -10%;
		padding: 0;
		position: relative;
		top: 0;
		width: 108%;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

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

	#FooterWrapper > .content {
		padding-bottom: 40px;
	}
	#FooterWrapper > div > .contact > .facebook {
		margin-top: 39px;
	}
	#FooterWrapper > div > .logos {
		display: table;
		left: 0;
		margin: 40px auto 0;
		position: relative;
		top: auto;
	}
	#FooterWrapper > div > .links {
		left: 50%;
		margin-left: -127px;
	}

}

/* Layout - Animation - Skiinfo */

#SkiInfoWrapper {
    position: absolute;
    margin: 0 387px 0 0;
    right: 50%;
    top: 100%;
    z-index: 3;
}
#SkiInfoWrapper > .skiInfo {
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#SkiInfoWrapper > .skiInfo > li {
	background: #FFFFFF;
	cursor: pointer;
    margin: 10px 0 0;
    position: relative;
    width: 99999px;
}
#SkiInfoWrapper > .skiInfo > li:first-child {
	background: #327DA8;
	color: #FFFFFF;
	cursor: default;
}
#SkiInfoWrapper > .skiInfo > li:after {
	background: #000000;
    bottom: -1px;
    content: "";
    height: 1px;
    opacity: 0.2;
    position: absolute;
    right: 0;
    width: 100%;
}
#SkiInfoWrapper > .skiInfo > li > a,
#SkiInfoWrapper > .skiInfo > li > p {
	display: table;
    font-weight: 300;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
#SkiInfoWrapper > .skiInfo > li > p {
    font-size: 18px;
    line-height: 1.2;
    margin-left: auto;
    padding: 20px 0 21px;
    width: 263px;
}
#SkiInfoWrapper > .skiInfo > li > p > strong {
	display: table;
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 6px;
	text-transform: uppercase;
}
#SkiInfoWrapper > .skiInfo > li > a {
	color: #14335B;
    display: table;
    font-size: 18px;
    font-weight: 300;
    margin-left: auto !important;
    padding: 8px 0 6px 75px;
    position: relative;
    width: 210px;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
#SkiInfoWrapper > .skiInfo > li > a:before {
	font-family: "fontello";
    left: 0;
    line-height: 59px;
    position: absolute;
    top: 0;
}
#SkiInfoWrapper > .skiInfo > li:hover > a {
	color: #327DA8;
}
#SkiInfoWrapper > .skiInfo > li > a > strong {
	font-size: 25px;
	font-weight: bold;
	padding: 0 3px 0 0;
}
#SkiInfoWrapper > .skiInfo > li > a.webcam {
	width: 225px;
}
#SkiInfoWrapper > .skiInfo > li > a.distance {
	width: 199px;
}
#SkiInfoWrapper > .skiInfo > li > a.lifts {
	width: 174px;
}
#SkiInfoWrapper > .skiInfo > li > a.temp {
	width: 148px;
}
#SkiInfoWrapper > .skiInfo > li > a.snowreport {
    padding-left: 65px;
    width: 240px;
}
#SkiInfoWrapper > .skiInfo > li > a.webcam:before {
	content: "\E83E";
	font-size: 35px;
}
#SkiInfoWrapper > .skiInfo > li > a.distance:before {
	content: "\E83F";
	font-size: 35px;
	left: -2px;
}
#SkiInfoWrapper > .skiInfo > li > a.lifts:before {
	content: "\E840";
	font-size: 38px;
}
#SkiInfoWrapper > .skiInfo > li > a.temp:before {
	content: "\E841";
	font-size: 33px;
	left: -7px;
}
#SkiInfoWrapper > .skiInfo > li > a.snowreport:before {
	content: "\E84E";
	font-size: 35px;
	left: -10px;
}

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

	#SkiInfoWrapper {
		margin-right: 440px;
	}
	#SkiInfoWrapper > .skiInfo > li > p {
		font-size: 15px;
		padding: 15px 0 16px;
		width: 200px;
	}
	#SkiInfoWrapper > .skiInfo > li > p > strong {
		font-size: 18px;
	}
	#SkiInfoWrapper > .skiInfo > li > a {
		font-size: 15px;
		padding-bottom: 4px;
		padding-left: 45px;
		padding-top: 5px;
	}
	#SkiInfoWrapper > .skiInfo > li > a > strong {
		font-size: 20px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.webcam {
		width: 170px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.distance {
		width: 150px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.lifts {
		width: 130px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.temp {
		width: 110px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.snowreport {
		padding-left: 35px;
		width: 180px;
	}
	#SkiInfoWrapper > .skiInfo > li > a:before {
		line-height: 45px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.webcam:before {
		font-size: 25px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.distance:before {
		font-size: 25px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.lifts:before {
		font-size: 25px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.temp:before {
		font-size: 25px;
	}
	#SkiInfoWrapper > .skiInfo > li > a.snowreport:before {
		font-size: 25px;
	}

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

	#SkiInfoWrapper {
		left: -123px;
		margin-left: 0;
		right: auto;
		width: 303px;
	}
	#SkiInfoWrapper > .skiInfo > li {
		width: 100%;
	}

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

	#SkiInfoWrapper {
		margin-top: 50px;
	}

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

	#SkiInfoWrapper {
		display: none;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
    margin: 0 -620px 0 0;
    position: fixed;
    right: 50%;
    top: 0;
    width: 800px;
    z-index: 1;
}
nav.desktop:after {
	background: #14335B;
    content: "";
    height: 60px;
    left: 0;
    margin: 0 0 0 10px;
    position: absolute;
    top: 0;
    width: 99999px;
    z-index: -1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
nav.desktop > ul {
    display: table;
    margin: 0 0 0 auto;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 15px 10px 17px;
}
nav.desktop > ul > li.lang {
	display: none;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
nav.desktop > ul > li > a:after {
	background: #FFFFFF;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #14335B;
}
nav.desktop > ul > li:hover > a:after,
nav.desktop > ul > li > a.selected:after {
	display: block;
}
nav.desktop > ul > li:hover > div {
	height: auto;
	padding: 25px 0;
	opacity: 1;
	overflow: visible;
	top: 60px;
}
nav.desktop > ul > li > div {
	background: #FFFFFF;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 76px;
    width: 100%;
}
nav.desktop > ul > li > div:after {
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    height: 200%;
    left: 0;
    margin: 0 0 0 -1px;
    position: absolute;
    top: -100%;
    width: 999999px;
    z-index: -1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
nav.desktop > ul > li > div > ul {
    display: table;
    margin: 0 auto;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
nav.desktop > ul > li > div > ul > li > a,
nav.desktop > ul > li > div > ul > li > ul > li > a {
	color: #14335B;
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 1px;
    min-width: 250px;
    padding: 11px 30px 10px;
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
nav.desktop > ul > li > div > ul > li:not(.wrap):hover,
nav.desktop > ul > li > div > ul > li:not(.wrap).active,
nav.desktop > ul > li > div > ul > li > ul > li:hover,
nav.desktop > ul > li > div > ul > li > ul > li.active {
	background: #E30613;
}
nav.desktop > ul > li > div > ul > li:not(.wrap):hover > a,
nav.desktop > ul > li > div > ul > li:not(.wrap).active > a,
nav.desktop > ul > li > div > ul > li > ul > li:hover > a,
nav.desktop > ul > li > div > ul > li > ul > li.active > a {
	color: #FFFFFF;
}

/* 2-spaltig */

nav.desktop > ul > li > div > ul > li.wrap {
	display: inline-block;
	position: relative;
}
nav.desktop > ul > li > div > ul > li.wrap.left:after {
	background: #DFDFDF;
	bottom: -26px;
    content: "";
    right: -23px;
    position: absolute;
    top: -18px;
    width: 2px;
}
nav.desktop > ul > li > div > ul > li.wrap.left {
	margin: 0 20px 0 0;
}
nav.desktop > ul > li > div > ul > li.wrap.right {
	margin: 0 0 0 20px;
}
nav.desktop > ul > li > div > ul > li.wrap > ul > li {
	position: relative;
}
nav.desktop > ul > li > div > ul > li.wrap > ul > li > a {
    min-width: 180px;
}
nav.desktop > ul > li > div > ul > li.wrap.left > ul > li > a {
	max-width: 350px;
	text-align: right;
}

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

	nav.desktop {
		left: 440px;
		margin-right: 0;
		right: 75px;
		width: auto;
	}
	nav.desktop > ul > li {
		padding-left: 5px;
		padding-right: 5px;
	}

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

	nav.desktop {
		left: 357px;
	}

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

	nav.desktop > ul > li {
		padding-left: 2px;
		padding-right: 2px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	font-family: "fontello";
}
.mobileTrigger.show {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 34px;
	line-height: 60px;
	padding: 0 20px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 60px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
nav.mobile > ul.open {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 70px 0 0;
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	-ms-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	background: #E6E6E6;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    display: block;
    margin: 16px 0;
    padding: 14px 0;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #14335B;
	display: block;
	font-size: 19px;
	font-weight: normal;
    padding: 4px 20px;
}
nav.mobile > ul > li.lang > a {
    background: #388EBC;
    color: #FFFFFF;
    margin-top: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #14335B;
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    opacity: 0.8;
    padding: 8px 35px;
}

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

	.mobileTrigger.show {
		line-height: 72px;
	}
	nav.mobile {
		top: 76px;
	}
	nav.mobile > ul.open {
		padding-top: 20px;
	}

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

	.mobileTrigger.show {
		line-height: 65px;
	}
	nav.mobile {
		top: 67px;
	}

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

	.mobileTrigger.show {
		font-size: 40px;
	}
	body.isSafari .mobileTrigger.show {
		line-height: 66px;
	}

}

/* Menü - Metamenü */

.metamenuWrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.metamenuWrapper:before {
	background: #CEE0EA;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}
ul.metamenu {
	display: table;
	margin: 0 -20px 0 auto;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #14335B;
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	opacity: 0.75;
}

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

	.metamenuWrapper {
		bottom: 0;
		position: absolute;
	}

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

	ul.metamenu {
		margin: 0 auto;
	}
	ul.metamenu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

}
@media all and (max-width: 400px){

	ul.metamenu {
		padding: 12px 0;
	}
	ul.metamenu > li {
		display: table;
		float: none;
		margin: 0 auto;
	}
	ul.metamenu > li > a {
		line-height: 35px;
	}

}

/* Elemente - Überschriften */

h1,
h2,
h3 {
	color: #327DA8;
	display: table;
	font-size: 48px;
	font-weight: 100;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}
h2,
h3 {
	font-size: 40px;
}
h3 {
	color: #14335B;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
}
h1.right,
h2.right {
	margin-left: auto;
	text-align: right;
}
h1:after,
h2:after {
	background: #DADADA;
    bottom: -7px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 99999px;
}
h1.right:after,
h2.right:after {
    left: 0;
    right: auto;
}
h1 > strong,
h2 > strong,
h3 > strong {
	font-weight: bold;
}

/* Folgeüberschriften */

h1.cms + h2.cms,
h2.cms + h3.cms {
	color: #14335B;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: -42px;
    text-transform: none;
}
h1.cms.right + h2.cms {
	margin-left: auto;
	text-align: right;
}
h1.cms + h2.cms:after {
	display: none;
}

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

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

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

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

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

	h1, h2 {
		font-size: 30px;
	}	
	h1 {
		margin-top: 25px !important;
	}
	h3 {
		font-size: 25px;
	}

}

/* Elemente - Textinhalt */

h1 + .cmsText,
h2 + .cmsText {
	margin-top: -10px;
}
.cmsText.twoColumns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
	text-align: justify;
}

@media all and (max-width: 700px){

	h1 + .cmsText,
	h2 + .cmsText {
		margin-top: -30px;
	}
	.cmsText.twoColumns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		text-align: left;
	}

}

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 40px 0;
}
.cmsList > ul > li:before {
	color: #327DA8;
	content: '\E818';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 20px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

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

	.cmsList2Columns > ul > li {
		clear: none !important;
		padding-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Bild-Text */

.cmsImage:not(.noBg):not(.cmsImageWidth) {
	padding: 50px 0;
	position: relative;
}
.cmsImage:not(.noBg):not(.cmsImageWidth):before {
	background: #DADADA;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}
.cmsImage > h2 {
	margin: 0 0 45px;
}
.cmsImage > h2:after {
	background: #FFFFFF;
}
.cmsImage > figure.left + h2:after {
	width: 100%;
}
.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 50px 0 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 0 50px;
	max-width: 50%;
}
.cmsImage img {
	border: 1px solid #FFFFFF;
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	.cmsImage:not(.noBg):not(.cmsImageWidth) {
		padding: 30px 0 40px;
	}
	.cmsImage > h2 {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGalleryWrapper {
	padding: 74px 0 95px;
}
.cmsGalleryWrapper > .cmsGallery {
	margin: 0 !important;
	position: relative;
}
.cmsGalleryWrapper > .cmsGallery:first-child {
	margin-top: 21px !important;
}
.cmsGalleryWrapper > h2 {
	color: #FFFFFF;
    margin-bottom: 70px;
    margin-top: 0;
}
.cmsGalleryWrapper > h2:after {
	opacity: 0.5;
}
.cmsGallery figure > a {
	display: block;
	overflow: hidden;
	position: relative;
}
.cmsGallery figure > a:after {
    bottom: 0;
	color: #213E63;
	content: "\E83D";
    font-family: "fontello";
    font-size: 40px;
    font-weight: normal;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 84px;
    z-index: 1;
}
.cmsGallery figure > a:before {
	background: #FFFFFF;
    bottom: 0;
    content: "";
    height: 60px;
    opacity: 0.8;
    position: absolute;
    right: -15px;
    width: 100px;
    z-index: 1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery figure > a:hover:before {
	opacity: 0.95;
}
.cmsGallery figure > a > img {
	display: block;
	width: 100%;
}

/* Slider */

.cmsGallery .owl-item {
	border-top: 1px solid #FFFFFF;
	outline: 1px solid #FFFFFF;
	margin: 0 0 1px;
}
.cmsGallery .owl-stage-outer {
	margin: 0 0 0 -1px;
	padding: 0 0 0 1px;
}
.cmsGallery .owl-stage:before {
	background: #FFFFFF;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1;
}

/* Slider Pfeile */

.cmsGallery .owl-controls > .owl-nav > div {
    color: #FFFFFF;
	font-family: "fontello";
    font-size: 56px;
    line-height: 1;
    margin: -28px 0 0;
    position: absolute;
    top: 50%;
}
.cmsGallery .owl-controls > .owl-nav > div.owl-next {
	right: -44px;
}
.cmsGallery .owl-controls > .owl-nav > div.owl-prev {
	left: -45px;
}
.cmsGallery .owl-controls > .owl-nav > div.owl-next:after {
	content: "\E848";
}
.cmsGallery .owl-controls > .owl-nav > div.owl-prev:after {
	content: "\E847";
}

/* Fancybox */

.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: 1340px){

	.cmsGalleryWrapper {
		padding-bottom: 125px;
	}
	.cmsGalleryWrapper > .cmsGallery:first-child {
		margin-top: 0 !important;
	}
	.cmsGallery .owl-controls > .owl-nav > div {
		bottom: -90px;
		top: auto;
	}
	.cmsGallery .owl-controls > .owl-nav > div.owl-next {
		margin: 0 -60px 0 0;
		right: 50%;
	}
	.cmsGallery .owl-controls > .owl-nav > div.owl-prev {
		left: 50%;
		margin: 0 0 0 -60px;
	}

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

	.cmsGalleryWrapper {
		padding-top: 50px;
	}
	.cmsGalleryWrapper > h2 {
		margin-bottom: 41px;
	}

}

/* Element - Einzelteaser */

.cmsSingleTeaser > article {
	background: #DADADA;
	cursor: pointer;
	position: relative;
	top: 0;
	-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;
}
.cmsSingleTeaser > article:hover {
	background: #E5E5E5;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure {
	margin: 0 0 -1px;
	position: relative;
}
.cmsSingleTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > figure > a {
	display: block;
	float: left;
	position: relative;
	width: 32.5%; /* 390 */
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
    float: right;
    font-size: 18px;
    line-height: 1.5;
	padding: 30px;
    width: 67.5%;
}
.cmsSingleTeaser article > figure > figcaption > a {
	display: table;
	font-size: 29px;
	font-weight: 700;
	text-transform: uppercase;
}
.cmsSingleTeaser article > figure > figcaption > a:hover {
	color: #478AB1;
}
.cmsSingleTeaser article > figure > figcaption > p {
	font-size: 15px;
	line-height: 1.5;
}
.cmsSingleTeaser article > figure > figcaption > p > span {
	display: block;
}
.cmsSingleTeaser article > figure > figcaption > p > span.date,
.cmsSingleTeaser article > figure > figcaption > p > span.addition {
	font-weight: bold;
}

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

	.cmsSingleTeaser article > figure > figcaption {
		padding-left: 25px;
		padding-right: 25px;
	}
	.cmsSingleTeaser article > figure > figcaption > a {
		font-size: 26px;
	}

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

	.cmsSingleTeaser > article > figure > figcaption {
		padding-top: 20px;
	}

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

	.cmsSingleTeaser > article > figure > a {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		float: none;
		width: 100%;
	}

}

/* Element - Gruppenteaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after,
.cmsTeaser > .wrap:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser article {
	cursor: pointer;
	float: left;
	margin: 0 1.25% 1.25% 0; /* 0 40 40 0 */
	position: relative;
	overflow: hidden;
	width: 32.5%; /* 390 */
}
.cmsTeaser article:nth-of-type(3n) {
	background: #84B1CB;
	margin-right: 0;
}
.cmsTeaser article:nth-of-type(3n-1) {
	background: #478AB1;
}
.cmsTeaser article:nth-of-type(3n-2) {
	background: #327DA8;
}
.cmsTeaser article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser article > h2 {
	display: none;
}
.cmsTeaser article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser article > figure > figcaption {
	padding: 25px 30px;
	position: relative;
}
.cmsTeaser article > figure > figcaption > a {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 17px 30px 17px 40px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: -59px;
    white-space: nowrap;
    z-index: 1;
}
.cmsTeaser article > figure > figcaption > a:hover {
	color: #327DA8;
}
.cmsTeaser article > figure > figcaption > a:after {
    background: #FFFFFF;
    content: "";
    height: 100%;
    left: 10px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsTeaser article:hover > figure > figcaption > a:after {
    opacity: 0.95;
}
.cmsTeaser article > figure > figcaption > p {
	color: #FFFFFF;
}
.cmsTeaser article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser article > figure > figcaption > p > span.addition,
.cmsTeaser article > figure > figcaption > p > span.date {
	font-weight: bold;
}

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

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

}

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

}

/* Elemente - Tabelle */

.cmsTable.grey {
	padding: 73px 0 70px;
	position: relative;
}
.cmsDrop .cmsTable.grey {
	padding: 0;
}
.cmsTable.grey:before {
	background: #DADADA;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}
.cmsTable > h2 {
	margin: 0 0 30px;
}
.cmsDrop .cmsTable > h2 {
	display: none;
}
.cmsTable.grey > h2 {
	margin: 0 0 62px;
}
.cmsTable > h2:after {
	opacity: 0.5;
}
.cmsTable.grey > h2:after {
	background: #FFFFFF;
	opacity: 1;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable.grey > table {
	margin: 0 -10px;
}
.cmsDrop .cmsTable > table {
	margin-left: 0;
	margin-right: 0;
}
.cmsTable:not(.grey) > table > tbody > tr.val2,
.cmsDrop .cmsTable > table > tbody > tr.val2 {
	background: #E5E5E5;
	border-bottom: 1px solid #EDEDED;
}
.cmsTable > table > tbody > tr > td {
	line-height: 37px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	color: #14335B;
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsLink > a {
    display: inline-block;
    font-weight: normal;
    padding: 4px 0 4px 20px;
    position: relative;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 35px;
}
.cmsRefs > ul > li > a:before {
	color: #327DA8;
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	color: #14335B;
    display: inline-block;
    font-weight: normal;
    padding: 4px 0 4px 20px;
    position: relative;
}
.cmsRefs > ul > li > a:hover {
	color: #327DA8;
}

/* E-Mail */

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

.cmsDrop {
	position: relative;
}
.cmsDrop > span {
    bottom: 10px;
    cursor: pointer;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: 0;
    z-index: 1;
	-webkit-transition: bottom 300ms ease-in-out;
	-moz-transition: bottom 300ms ease-in-out;
	-ms-transition: bottom 300ms ease-in-out;
	-o-transition: bottom 300ms ease-in-out;
	transition: bottom 300ms ease-in-out;
}
.cmsDrop > span:after {
    color: #DADADA;
	content: '\E849';
	font-family: 'fontello';
	-webkit-transition: color 0ms ease 300ms;
	-moz-transition: color 0ms ease 300ms;
	-ms-transition: color 0ms ease 300ms;
	-o-transition: color 0ms ease 300ms;
	transition: color 0ms ease 300ms;
}
.cmsDrop.show > span {
	bottom: 45px;
}
.cmsDrop.show > span:after {
    color: #FFFFFF;
	content: '\E84A';
	-webkit-transition: color 0ms ease;
	-moz-transition: color 0ms ease;
	-ms-transition: color 0ms ease;
	-o-transition: color 0ms ease;
	transition: color 0ms ease;
}
.cmsDrop > h3 {
	color: #327DA8;
	cursor: pointer;
	display: table;
	font-size: 60px;
	font-weight: 100;
	line-height: 1;
	margin: 0 0 6px;
	padding: 0 80px 0 0;
	position: relative;
	text-transform: uppercase;
}
.cmsDrop > h3:after {
	background: #DADADA;
    bottom: -7px;
    content: "";
    height: 1px;
    left: -9999px;
    position: absolute;
    width: 99999px;
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0 20px 80px;
	position: relative;
}
.cmsDrop > h3 + div:after {
	background: #DADADA;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}
.cmsDrop > h3 + div > div {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

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

	.cmsDrop > h3 {
		font-size: 40px;
	}
	.cmsDrop > span {
		bottom: 5px;
		font-size: 20px;
	}
	.cmsDrop.show > span {
		bottom: 25px;
	}
	.cmsDrop > h3 + div {
		padding-bottom: 50px;
	}

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

	.cmsDrop > h3 {
		font-size: 30px;
	}
	.cmsDrop > span {
		bottom: 1px;
	}

}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > div {
	padding: 82px 0;
}
.cmsYoutube > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsYoutube > div > .text {
	color: #FFFFFF;
	float: left;
	margin: -8px 0 0;
	position: relative;
	width: 47.5%; /* 570 */
}
.cmsYoutube > div > .text > h2 {
	color: #FFFFFF;
	margin: 0 0 60px;
}
.cmsYoutube > div > .video: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 > .video {
	background: #F1F1F2;
	float: right;
	height: 0;
	overflow: hidden;
	padding: 30px 0 22.25% 0;
	position: relative;
	width: 47.5%; /* 570 */
}
.cmsYoutube > div > .video > iframe {
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media all and (max-width: 750px){

	.cmsYoutube > div {
		padding: 50px 0;
	}
	.cmsYoutube > div > .video,
	.cmsYoutube > div > .text {
		float: none;
		width: 100%;
	}
	.cmsYoutube > div > .text > h2 {
		margin-bottom: 30px;
	}
	.cmsYoutube > div > .video {
		margin: 45px 0 0;
		padding-bottom: 45.25%;
	}

}

/* Elemente - Iframe */

.cmsIframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}		
.cmsIframe > iframe {
	width: 100%;
}
#hotellist {
	min-height: 1000px;
}

/* Elemente - Downloads */

.cmsDownload + .cmsDownload {
	margin-top: -40px;
}
.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: 0;
	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 {
	margin: 0;
	padding: 60px 0;
	position: relative;
}
.cmsForm:before {
	background: #DADADA;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}
.cmsForm > h2 {
	color: #415D75;
	margin: 0 0 40px 0;
}
.cmsForm > h2:after {
	background: #FFFFFF;
}
.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: #14335B;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	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 1px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: none;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 8px;
}
@-moz-document url-prefix() {

	.cmsForm > .row > select.field {
		padding-left: 6px;
	}

}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #D9D9D9 !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 {
	border-left: 1px solid #D9D9D9;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 40px;
    margin: 0 0 0 -37px;
    padding: 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D9D9D9;
	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: 17px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #D9D9D9;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	border: 1px solid #D9D9D9;
	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: #327DA8;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
    height: 40px;
    padding: 0 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.cmsForm > .button > input:hover {
	background: #14335B;
}
.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 {
		border-top: 1px solid #D9D9D9;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 45px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}

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

	.cmsForm {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsForm > .row > .spm {
		text-align: center;
	}
	.cmsForm > .row > .spm:after {
		content: "\e824";
		left: 50%;
		margin: 0 0 0 -5px;
		top: 45px;
	}
	.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;
	}

}

/* Element - Externer Verweis mit Bild und Text */

.cmsImgLink > div {
	padding: 82px 0;
}
.cmsImgLink > div:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImgLink > div > .text {
	color: #FFFFFF;
	float: left;
	margin: -8px 0 0;
	position: relative;
	width: 47.5%; /* 570 */
}
.cmsImgLink > div > .text > h2 {
	color: #FFFFFF;
	margin: 0 0 60px;
}
.cmsImgLink > div > .link {
	border: 1px solid #FFFFFF;
	float: right;
	overflow: hidden;
	position: relative;
	width: 47.5%; /* 570 */
}
.cmsImgLink > div > .link > img {
	display: block;
	width: 100%;
}
.cmsImgLink > div > .link > p {
    bottom: -1px;
    left: 0;
    line-height: 1.2;
    padding: 20px 105px 20px 55px;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 1;
}
.cmsImgLink > div > .link > p:after {
    background: #FFFFFF;
    content: "";
    height: 100%;
    left: 40px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.cmsImgLink > div > .link > p > strong {
	color: #327DA8;
	display: table;
	font-size: 25px;
	margin: 0 0 0 auto;
}
.cmsImgLink > div > .link > a {
    background: #327DA8;
    bottom: 0;
    display: block;
    height: 90px;
    position: absolute;
    right: 0;
    width: 75px;
    z-index: 1;
	-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;
}
.cmsImgLink > div > .link > a:after {
    color: #FFFFFF;
	content: "\E848";
	display: block;
    font-family: "fontello";
    font-size: 56px;
    font-weight: normal;
    line-height: 90px;
    text-align: center;
}
.cmsImgLink > div > .link > a:hover {
	background: #478AB1;
}

/* Erweiterung - Blauer Hintergrund */

.blueBg {
	position: relative;
}
.blueBg:after {
	background: rgb(50,125,168);
	background: -moz-linear-gradient(left,  rgba(50,125,168,1) 0%, rgba(50,125,168,1) 50%, rgba(132,177,203,1) 50%, rgba(132,177,203,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(50,125,168,1) 0%,rgba(50,125,168,1) 50%,rgba(132,177,203,1) 50%,rgba(132,177,203,1) 100%);
	background: linear-gradient(to right,  rgba(50,125,168,1) 0%,rgba(50,125,168,1) 50%,rgba(132,177,203,1) 50%,rgba(132,177,203,1) 100%);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.blueBg:before {
    background: #478AB1;
    border-right: 130px solid #91B9d0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 960px;
	-moz-transform: translateX(-50%) skewX(-20deg);
	-webkit-transform: translateX(-50%) skewX(-20deg);
	-o-transform: translateX(-50%) skewX(-20deg);
	-ms-transform: translateX(-50%) skewX(-20deg);
	transform: translateX(-50%) skewX(-20deg);
}

/* SkigebieteManager 2.0 - Liftstatus */

.sgmLiftstate {
	font-size: smaller;
	position: relative;
}
.sgmLiftstate.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmLiftstate > table {
	width: 100%;
}
.sgmLiftstate > table th {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 3px 1%;
	text-transform: uppercase;
}
.sgmLiftstate > table tr td {
	line-height: 1.4;
	padding: 8px 1% 5px;
	text-align: center;
}
.sgmLiftstate > table tr:nth-child(2n) td {
	background: #E9E9E9;
}
.sgmLiftstate > table .state,
.sgmLiftstate > table .type,
.sgmLiftstate > table .length,
.sgmLiftstate > table .height {
	width: 10%;
}
.sgmLiftstate > table .name {
	font-weight: bold;
	text-align: left;
	width: 28%;
}
.sgmLiftstate > table .time {
	width: 20%;
}
.sgmLiftstate > table tr td.state:after {
	content: "\E818";
	display: inline-block;
	font-family: 'fontello';
    font-size: 23px;
    height: 25px;
    line-height: 27px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 25px;
}
.sgmLiftstate > table tr td.state1:after {
	color: #7BB426;
	content: "\E84C";
}
.sgmLiftstate > table tr td.state2:after,
.sgmLiftstate > table tr td.state0:after {
	color: #D41921;
	content: "\E84B";
}
.sgmLiftstate > table tr td.type:after {
	background: url("/img/sgm/liftstate/liftstate.png") scroll no-repeat center 3px;
	background-size: 24px auto;
	content: "";
	display: inline-block;
	height: 30px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 30px;
}
.sgmLiftstate > table tr td.type.tconveyor::after {
	background: url("/img/sgm/liftstate/tconveyor.svg") scroll no-repeat center 3px;
	background-size: 22px auto;
	content: "";
	display: inline-block;
	height: 25px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 25px;
}
.sgmLiftstate > table tr td.type.tfunicular:after {
	background-position: center -483px;
}
.sgmLiftstate > table tr td.type.tcablecar:after {
	background-position: center -159px;
}
.sgmLiftstate > table tr td.type.tdetachable-ropeway:after {
	background-position: center -159px;
}
.sgmLiftstate > table tr td.type.tropeway:after {
	background-position: center -483px;
}
.sgmLiftstate > table tr td.type.tchairlift1:after {
	background-position: center 3px;
}
.sgmLiftstate > table tr td.type.tchairlift2:after {
	background-position: center -49px;
}
.sgmLiftstate > table tr td.type.tchairlift3:after {
	background-position: center -105px;
}
.sgmLiftstate > table tr td.type.tchairlift4:after {
	background-position: center -267px;
}
.sgmLiftstate > table tr td.type.tchairlift6:after {
	background-position: center -321px;
}
.sgmLiftstate > table tr td.type.tdraglift:after {
	background-position: center -536px;
}
.sgmLiftstate > table tr td.type.tbabylift:after {
	background-position: center -536px;
}
.sgmLiftstate > table tr td.type.tchairlift8:after {
	background-position: center -376px;
}
.sgmLiftstate > table tr td.type.t10-seat-detachable-ropeway:after {
	background-position: center -481px;
}
.sgmLiftstate > table tr td.type.tconveyor2:after {
	background-position: center -429px;
}
.sgmLiftstate > table tr td.type.tbabylift2:after {
	background-position: center -429px;
}
.sgmLiftstate > table tr td.type.t3s-gondola:after {
	background-position: center -211px;
}
.sgmLiftstate > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmLiftstate.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmLiftstate > p.info {
	margin: 5px 0 0 0;
}
.sgmLiftstate.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmLiftstate > table .length, 
	.sgmLiftstate > table .height {
		display: none;
	}
	.sgmLiftstate > table .number {
		width: 12%;
	}

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

	.sgmLiftstate > table .type {
		display: none;
	}

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

	.sgmLiftstate > table .time {
		display: none;
	}
	.sgmLiftstate > table .number {
		display: none;
	}

}

/* SkigebieteManager 2.0 - Pistenstatus */

.sgmPistestate {
	font-size: smaller;
	position: relative;
}
.sgmPistestate.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmPistestate > table {
	width: 100%;
}
.sgmPistestate > table th {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	padding: 3px 1%;
	text-transform: uppercase;
}
.sgmPistestate > table tr td {
	line-height: 1.4;
	padding: 8px 1% 5px;
	text-align: center;
}
.sgmPistestate > table tr:nth-child(2n) td {
	background: #E9E9E9;
}
.sgmPistestate > table .state,
.sgmPistestate > table .type,
.sgmPistestate > table .length,
.sgmPistestate > table .height {
	width: 10%;
}
.sgmPistestate > table .name {
	font-weight: bold;
	text-align: left;
	width: 50%;
}
.sgmPistestate > table tr td.state:after {
	color: #7BB426;
	content: "\E818";
	display: inline-block;
	font-family: 'fontello';
    font-size: 23px;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 25px;
}
.sgmPistestate > table tr td.state1:after {
	color: #7BB426;
	content: "\E84C";
}
.sgmPistestate > table tr td.state2:after,
.sgmPistestate > table tr td.state0:after,
.sgmPistestate > table tr td.state3:after {
	color: #D41921;
	content: "\E84B";
}
.sgmPistestate > table tr td.type:after {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	content: "";
	display: inline-block;
	height: 18px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 18px;
}
.sgmPistestate > table tr td.type.teasy-piste:after { /* leicht */
	background: #148FDB;
}
.sgmPistestate > table tr td.type.tmedium-piste:after { /* mittel */
	background: #E54225;
}
.sgmPistestate > table tr td.type.tdifficult-piste:after, /* schwer */
.sgmPistestate > table tr td.type.tdifficult-piste2:after,
.sgmPistestate > table tr td.type.tvery-difficult-piste:after {
	background: #565759;
}
.sgmPistestate > table tr td.type.tskiroute:after { /* Skiroute */
	background: #FFBD38;
}
.sgmPistestate > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmPistestate.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmPistestate > p.info {
	margin: 5px 0 0 0;
}
.sgmPistestate.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmPistestate > table .length, 
	.sgmPistestate > table .height {
		display: none;
	}

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

	.sgmPistestate > table .number {
		display: none;
	}	

}

/* SkigebieteManager 2.0 - Schneebericht */

.sgmSnowreport {
	font-size: smaller;
	position: relative;
}
.sgmSnowreport.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmSnowreport > table {
	width: 100%;
}
.sgmSnowreport > table tr > td {
	padding: 7px 5px;
}
.sgmSnowreport > table tr > td.state > span {
	color: #FFFFFF;
	padding: 3px 8px;
	font-weight: bold;
}
.sgmSnowreport > table tr > td.state > span.var1 {
	background: #2ECC71;
}
.sgmSnowreport > table tr > td.state > span.var2 {
	background: #F1C40F;
	color: #000000;
}
.sgmSnowreport > table tr > td.state > span.var3 {
	background: #D35400;
}
.sgmSnowreport > table tr > td.state > span.var4 {
	background: #C0392B;
}
.sgmSnowreport > table tr > td.state > span.var5 {
	background: #91271C;
}
.sgmSnowreport > table tr:nth-child(2n) > td {
	background: #E9E9E9;
}
.sgmSnowreport > table > tr > td:last-child {
	font-weight: bold;
}
.sgmSnowreport > table tr > td.label {
	font-weight: bold;
}
.sgmSnowreport > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmSnowreport.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmSnowreport > p.info {
	margin: 5px 0 0;
}
.sgmSnowreport.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmSnowreport > table tr > td {
		display: inline-block;
		width: 100%;
	}
	.sgmSnowreport > table tr > td:first-of-type,
	.sgmSnowreport > table tr:nth-child(2n) > td:first-of-type {
		background: #F8F8F8;
		font-weight: bold;
	}
	.sgmSnowreport > table tr:nth-child(2n) > td {
		background: none;
	}

}

/* SkigebieteManager 2.0 - Webcams */

.sgmWebcams {
	background: #E9E9E9;
	font-size: smaller;
	padding: 30px 0;
	position: relative;
}
.sgmWebcams:before {
	background: #E9E9E9;
	content: "";
	height: 100%;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 99999px;
	z-index: -1;
}
.sgmWebcams.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 20px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmWebcams > ul:after {
	content: "";
	clear: both;
	display: block;
}
.sgmWebcams > ul > li {
    float: left;
    margin: 0 5% 20px 0;
    padding: 15px 0;
    position: relative;
    width: 30%;
}
.sgmWebcams > ul > li:nth-child(3n) {
	margin-right: 0;
}
.sgmWebcams > ul > li:nth-child(3n) + li {
	clear: left;
}
.sgmWebcams > ul > li > p.town {
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 5px;
}
.sgmWebcams > ul > li > a.image {
	display: block;
	max-height: 185px;
	overflow: hidden;
}
.sgmWebcams > ul > li > a.image > img {
	display: block;
	width: 100%;
}
.sgmWebcams > ul > li > a.subtitle {
    display: table;
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0 0;
}
.sgmWebcams > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0 0;
}
.sgmWebcams.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmWebcams > p.info {
	margin: 5px 0 0 0;
}
.sgmWebcams.skiwelt > p.info {
	padding-right: 120px;
}

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

	.sgmWebcams > ul > li {
		width: 47.5%;
	}
	.sgmWebcams > ul > li:nth-child(3n) {
		margin-right: 5%;
	}
	.sgmWebcams > ul > li:nth-child(3n) + li {
		clear: none;
	}
	.sgmWebcams > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	.sgmWebcams > ul > li:nth-child(2n) + li {
		clear: left;
	}

}
@media all and (max-width: 500px){
	
	.sgmWebcams > ul > li {
		margin-right: 0;
		width: 100%;
	}
	.sgmWebcams > ul > li > a.image {
		max-height: 100%;
	}
	
}

/* Erweiterung - ÖBB Scotty */

.scottyWidget {
	max-width: 370px !important;
	width: 100% !important;
}
.scottyWidget > div {
	padding: 25px 30px !important;
}
.scottyWidget > div > div {
	margin: 0 !important;
}
.scottyWidget > div > form {
    display: block !important;
    margin: 15px 0 0 !important;
}
.scottyWidget > div > form > table {
	width: 100% !important;
}
.scottyWidget #hafas_inputgen_from {
	width: 100% !important;
}
.scottyWidget > div > form > table input[type="submit"] {
    margin: 10px 0 0 !important;
    text-align: center !important;
}

/*! 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 Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	margin: -2px 0 0;
	z-index: 999 !important;
}
.ui-datepicker-header {
	background: #327DA8 !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: -11px -11px 0 -11px !important;
	padding: 8px 6px 6px !important;
}
.ui-datepicker td {
	border: 1px solid #ECECEC !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: 300 !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #DADADA !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	color: #FFFFFF;
    font-size: 17px !important;
    font-weight: normal;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 10px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	color: #FFFFFF;
	left: auto !important;
	margin: 0 !important;
	font-weight: normal !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !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;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
	font-weight: 300;
	opacity: 0.8;
}

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

	.micAnimation > ul > .slide > .textBox.textWrap {
		left: auto !important;
		right: 2% !important;
	}

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

	.micAnimation > ul > .slide > .textBox > .text0 {
		font-size: 36px !important;
	}
	.micAnimation > ul > .slide > .textBox > .text1 {
		font-size: 24px !important;
	}	

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

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

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

	.micAnimation > ul > .slide > .textBox {
		right: 0 !important;
		top: 20% !important;
		width: 100% !important;
	}
	.micAnimation > ul > .slide > .textBox > .text0 {
		font-size: 28px !important;
		padding: 0 20px !important;
	}
	.micAnimation > ul > .slide > .textBox > .text1 {
		font-size: 20px !important;
		padding: 0 20px !important;
	}

}

/*!
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;
}

/* Element - Intro Kalender */

.bookingForm > .calendar {
	background: #FFFFFF !important;
	bottom: 74px;
	box-shadow: 3px 3px 4px -4px #858585;
    display: none;
    height: 355px !important;
    opacity: 0;
    padding: 18px 28px 0 !important;
    position: absolute;
    right: 68px;
    width: 310px;
    z-index: 50;
}
.bookingForm > .calendar:after {
	background: #FFFFFF;
    bottom: -14px;
    content: "";
    height: 30px;
    left: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    width: 30px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#FooterWrapper .bookingForm > .calendar {
	background: #494847 !important;
	right: 20px;
}
.bookingForm > .calendar.animated {
	display: block;
	opacity: 1;
}
.bookingForm > .calendar > .headline {
	color: #FFFFFF;
	font-size: 36px;
	margin: 0 0 10px;
}
.bookingForm > .calendar > .monthname {
    font-size: 18px;
    font-weight: normal;
    padding: 9px 0 8px;
    text-align: center;
}
.bookingForm > .calendar > a.next,
.bookingForm > .calendar > a.prev {
	color: #14335B;
	font-family: "fontello";
    font-size: 16px;
    font-weight: normal;
	line-height: 1;
	padding: 5px;
	position: absolute;
	right: 26px;
	top: 67px;
}
.bookingForm > .calendar > a.prev {
    left: 23px;
    right: auto;
}
.bookingForm > .calendar > a.prev:before {
	content: "\E847";
}
.bookingForm > .calendar > a.next:before {
	content: "\E848";
}
.bookingForm > .calendar > a.close {
	color: #2D343E;
    font-size: 19px;
    opacity: 0.75;
    position: absolute;
    right: 32px;
    top: 20px;
}
.bookingForm > .calendar > a.close:before {
	content: "\E82A";
	font-family: "fontello";
	font-weight: normal;
}
.bookingForm > .calendar > div:after {
	clear: both;
	content: "";
	display: block;
}
.bookingForm > .calendar > div > div.today:before {
	background: #7fba22;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	margin: 0 0 0 -2px;
	position: absolute;
	width: 4px;
}
.bookingForm > .calendar > div > div {
	background: #EAEAEB;
	color: #2D343E;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 5px 0;
	position: relative;
	text-align: center;
	width: 32px;
}
.bookingForm > .calendar > div > div.lastmonth,
.bookingForm > .calendar > div > div.nextmonth {
    opacity: 0.4;
}
.bookingForm > .calendar > div > div:nth-child(7n-1),
.bookingForm > .calendar > div > div:nth-child(7n) {
    background: #BFBFBF;
}
.bookingForm > .calendar > div > div:hover,
.bookingForm > .calendar > div > div.selected {
    background: #327da8;
    color: #FFFFFF;
}
.bookingForm > .calendar > div > div:nth-child(7n){
	margin-right: 0;
}
.bookingForm > .calendar > span {
	border-bottom: 1px solid #EAEAEB;
    color: #327DA8;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin: 0 -28px;
    padding: 0 28px;
    text-transform: uppercase;
}
.bookingForm > .calendar > span > strong {
	font-weight: bold;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}