/* 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: #2D343E;
	font: 300 18px/1.8 'Open Sans', sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #C09874;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #AD8969;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

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

#HeaderWrapper {
	background: #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	height: 145px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: height 300ms ease-in-out;
	-moz-transition: height 300ms ease-in-out;
	-ms-transition: height 300ms ease-in-out;
	-o-transition: height 300ms ease-in-out;
	transition: height 300ms ease-in-out;	
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#HeaderWrapper.fixed {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	height: 80px;
}

/* Logo */

#HeaderWrapper > div > a {
	left: 20px;
	opacity: 1;
	position: absolute;
	top: 32px;
	z-index: 2;
	-webkit-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
}
#HeaderWrapper > div > a.small {
	opacity: 0;
	top: -100px;
}
#HeaderWrapper.fixed > div > a.big {
	opacity: 0;
	top: -100px;
}
#HeaderWrapper.fixed > div > a.small {
	opacity: 1;
	top: 15px;
}
#HeaderWrapper > div > a.big > img {
	display: block;
	width: 251px;
}
#HeaderWrapper > div > a.small > img {
	display: block;
	width: 192px;
}

/* Suche */

#HeaderWrapper > div > .search {
	position: absolute;
	right: 20px;
	top: 25px;
	-webkit-transition: top 300ms ease-in-out;
	-moz-transition: top 300ms ease-in-out;
	-ms-transition: top 300ms ease-in-out;
	-o-transition: top 300ms ease-in-out;
	transition: top 300ms ease-in-out;
}
#HeaderWrapper.fixed > div > .search {
	top: -40px;
}
#HeaderWrapper > div > .search:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div > .search:before {
	content: "\E83E";
	font-family: "fontello";
    font-size: 22px;
    left: -42px;
    position: absolute;
    top: -8px;
}
#HeaderWrapper > div > .search > input {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
	float: left;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	width: 170px;
}
#HeaderWrapper > div > .search > button {
	background: none;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 23px;
    margin: 0 0 0 18px;
    padding: 0;
    position: relative;
    width: 23px;
}
#HeaderWrapper > div > .search > button > span:after {
	background: #E5E5E5;
    border-radius: 11px;
    color: #727272;
	content: "\E83D";
    display: block;
    font-family: "fontello";
    font-size: 12px;
    height: 100%;
    left: 0;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#HeaderWrapper > div > .search > button:hover > span:after {
	background: #727272;
    color: #E5E5E5;
}

/* Desktop Icons */

#HeaderWrapper > div > .desktopIcons {
	display: block;
	right: 288px;
	position: absolute;
	top: 6px;
	transition: top 300ms ease-in-out;
}
#HeaderWrapper.fixed > div > .desktopIcons {
	top: -80px;
}
#HeaderWrapper > div > .desktopIcons > a.fb {
	margin: 7px 0 0 15px;
}
#HeaderWrapper > div > .desktopIcons > a.fb:after {
	content: "\E842";
	font-family: "fontello";
	font-size: 34px;
}
#HeaderWrapper > div > .desktopIcons > a.ig {
	margin: 7px 0 0 15px;
}
#HeaderWrapper > div > .desktopIcons > a.ig:after {
	content: "\E843";
	font-family: "fontello";
	font-size: 34px;
}

/* Mobile Icons */

#HeaderWrapper > div > .mobileIcons {
	display: none;
}

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

	#HeaderWrapper {
		height: 130px;
	}
	#HeaderWrapper > div > a.big {
		top: 33px;
	}
	#HeaderWrapper > div > a.big > img {
		width: 180px;
	}

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

	#HeaderWrapper {
		height: 118px;
	}
	#HeaderWrapper > div > a.big {
		top: 32px;
	}
	#HeaderWrapper > div > a.big > img {
		width: 160px;
	}
	#HeaderWrapper > div > .search {
		display: none;
	}
	#HeaderWrapper > div > .desktopIcons {
		display: none;
	}
	#HeaderWrapper > div > .mobileIcons {
		display: block;
		left: 230px;
		position: absolute;
		top: 35px;
	}
	#HeaderWrapper > div > .mobileIcons:after {
		clear: both;
		content: "";
		display: block;
	}
	#HeaderWrapper > div > .mobileIcons > a {
		display: block;
		float: left;
		line-height: 1;
	}
	#HeaderWrapper > div > .mobileIcons > a.search {
		margin: 7px 20px 0 0;
	}
	#HeaderWrapper > div > .mobileIcons > a.search:after {
		content: "\E83E";
		font-family: "fontello";
		font-size: 34px;
	}
	#HeaderWrapper > div > .mobileIcons > a.mail:after {
		content: "\E840";
		font-family: "fontello";
		font-size: 48px;
	}
	#HeaderWrapper > div > .mobileIcons > a.fb {
		margin: 8px 0 0 15px;
	}
	#HeaderWrapper > div > .mobileIcons > a.fb:after {
		content: "\E842";
		font-family: "fontello";
		font-size: 34px;
	}
	#HeaderWrapper > div > .mobileIcons > a.ig {
		margin: 8px 0 0 15px;
	}
	#HeaderWrapper > div > .mobileIcons > a.ig:after {
		content: "\E843";
		font-family: "fontello";
		font-size: 34px;
	}

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

	#HeaderWrapper > div > .mobileIcons {
		left: 50%;
		margin-left: -50px;
	}

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

	#HeaderWrapper {
		height: 82px;
	}
	#HeaderWrapper > div > a.big {
		top: 26px;
	}
	#HeaderWrapper > div > a.big > img {
		width: 100px;
	}
	#HeaderWrapper > div > .mobileIcons > a.fb {
		margin: 6px 0 0 15px;
	}
	#HeaderWrapper > div > .mobileIcons > a.fb:after {
		font-size: 25px;
	}
	#HeaderWrapper > div > .mobileIcons > a.ig {
		margin: 6px 0 0 15px;
	}
	#HeaderWrapper > div > .mobileIcons > a.ig:after {
		font-size: 25px;
	}

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

	#HeaderWrapper > div > .mobileIcons > a.fb {
		margin: 5px 0 0 8px;
	}
	#HeaderWrapper > div > .mobileIcons > a.ig {
		margin: 5px 0 0 8px;
	}
	#HeaderWrapper > div > .mobileIcons > a.fb:after {
		font-size: 23px;
	}
	#HeaderWrapper > div > .mobileIcons > a.ig:after {
		font-size: 23px;
	}

}

/* Layout - Content */

#ContentWrapper {
	background: #F7F1EB;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0;
}
#ContentWrapper > div {
	margin: 790px auto 0;
	max-width: 1240px;
	padding: 0 20px 50px;
	position: relative;
}

/* Layout - Footer */

#FooterWrapper {
	background: #F7F1EB;
	bottom: 0;
	padding: 1px 0 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 2;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div.content {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	min-height: 233px;
	padding: 45px 20px 38px;
	position: relative;	
}

/* Infotext */

#FooterWrapper > div.content > p.info {
    font-size: 16px;
    line-height: 1.5;
    display: table;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#FooterWrapper > div.content > p.info > a {
	color: #2D343E;
	display: table;
	font-weight: bold;
	margin: 0 0 5px;
}
#FooterWrapper > div.content > p.info > a:hover {
	color: #C09874;
}
#FooterWrapper > div.content > p.headline {
	text-align: center;
	margin: 30px 0 0 0;
}

/* Logos */

#FooterWrapper > div.content > ul.logos {
	padding: 20px 0 25px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-top: 20px;
	gap: 20px;
	align-items: flex-end;
}
#FooterWrapper > div.content > ul.logos:after {
	clear: both;
	content: "";
	display: block;
}

@media all and (max-width: 500px){

	#FooterWrapper > div.content > ul.logos {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

}

/* Layout - Footer - Anfrage */

#FooterWrapper > div.inquiry {
	margin: 0 auto;
	max-width: 1240px;
	padding: 30px 20px;
	position: relative;
}
#FooterWrapper > div.inquiry:before {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: -9999px;
	outline: 1px solid #E3D2C2;
	position: absolute;
	top: 0;
	width: 100000px;
	z-index: -1;
}
#FooterWrapper > div.inquiry > h3 {
	color: #C09874;
	font-family: "Dosis", sans-serif;
	float: left;
	font-size: 36px;
	font-weight: 700;
    line-height: 47px;
}
#FooterWrapper > div.inquiry > form {
	float: right;
}
#FooterWrapper > div.inquiry > form:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div.inquiry > form > input {
	background: none;
	border: 0;
	border-bottom: 1px solid #CACCCF;
	float: left;
	height: 45px;
    line-height: 45px;
	margin: 0 30px 0 0;
    padding: 0 0 1px;
}
#FooterWrapper > div.inquiry > form > button {
	background: #C09874;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight: normal;
    line-height: 44px;
    padding: 0 18px 1px 45px;
    position: relative;
	text-transform: uppercase;
}
#FooterWrapper > div.inquiry > form > button:hover {
	background: #C9A382;
}
#FooterWrapper > div.inquiry > form > button > span:after {
	content: "\E83D";
	font-family: "fontello";
    font-size: 16px;
    left: 18px;
    position: absolute;
}

@media all and (max-width: 920px){

	#FooterWrapper > div.inquiry {
		padding-bottom: 40px;
	}
	#FooterWrapper > div.inquiry > h3 {
		display: table;
		float: none;
		margin: 0 auto;
	}
	#FooterWrapper > div.inquiry > form {
		display: table;
		float: none;
		margin: 12px auto 0;
	}

}
@media all and (max-width: 500px){

	#FooterWrapper > div.inquiry {
		padding-bottom: 43px;
	}
	#FooterWrapper > div.inquiry > h3 {
		font-size: 28px;
	}
	#FooterWrapper > div.inquiry > form {
		margin-top: 0;
		width: 275px;
	}
	#FooterWrapper > div.inquiry > form > button {
		display: table;
		float: none;
		line-height: 38px;
		margin: 13px auto 0;
		padding-left: 40px;
		padding-right: 14px;
	}
	#FooterWrapper > div.inquiry > form > button > span:after {
		left: 14px;
	}
	#FooterWrapper > div.inquiry > form > input {
		display: table;
		float: none;
		line-height: 39px;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

}
@media all and (max-width: 400px){

	#FooterWrapper > div.inquiry {
		padding-bottom: 40px;
		padding-top: 25px;
	}
	#FooterWrapper > div.inquiry > h3 {
		font-size: 26px;
	}
	#FooterWrapper > div.inquiry > form {
		width: 100%;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 650px;
	overflow: hidden;
	position: absolute;
	top: 145px;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper:after {
	background: url("/img/layout/border-animation.png") repeat top left;
	bottom: 0;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

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

	#GalleryWrapper {
		top: 130px;
	}

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

	#GalleryWrapper {
		top: 118px;
	}

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

	#GalleryWrapper {
		top: 82px;
	}
	#HeaderWrapper > div > .mobileIcons {
		margin-left: -30px;
		top: 22px;
	}
	#HeaderWrapper > div > .mobileIcons > a.search {
		margin-top: 6px;
	}
	#HeaderWrapper > div > .mobileIcons > a.search:after {
		font-size: 25px;
	}
	#HeaderWrapper > div > .mobileIcons > a.mail:after {
		font-size: 37px;
	}

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

	#HeaderWrapper > div > .mobileIcons {
		margin-left: -27px;
	}
	#HeaderWrapper > div > .mobileIcons > a.search {
		display: none;
	}	

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

	#HeaderWrapper > div > .mobileIcons > a.mail:after {
		font-size: 32px;
	}

}

/* Layout - Suchergebnis */

.cmsSearch > form > input {
	line-height: 40px;
	padding: 0 10px;
	width: 70%;
}
.cmsSearch > form {
	margin: 0 0 20px 0;
}
.cmsSearch > form > button {
	background: none;
	border: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 40px;
}
.cmsSearch > form > button > span:before {
	content: "\E803";
	font-family: "fontello";
	display: block;
	font-size: 24px;
	line-height: 1;
}
.cmsSearch > .newsearch {
	margin: 20px 0 10px 0;
}
.cmsSearch > ul {
	border-top: 1px solid #cfcfcf;
	margin: 20px 0;
}
.cmsSearch > ul > li {
	display: inline-block;
}
.cmsSearch > ul > li > a {
	display: block;
	font-size: smaller;
	padding: 3px 3px;
}
.cmsSearch > ul > li > a:hover,
.cmsSearch > ul > li > a.selected {
	
}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
    bottom: -1px;
    position: absolute;
    right: 20px;
    z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #000000;
    display: block;
    font-size: 19px;
    line-height: 42px;
    padding: 0 20px 12px;
    position: relative;
	text-transform: uppercase;
	-webkit-transition: line-height 300ms ease-in-out, padding-bottom 300ms ease-in-out;
	-moz-transition: line-height 300ms ease-in-out, padding-bottom 300ms ease-in-out;
	-ms-transition: line-height 300ms ease-in-out, padding-bottom 300ms ease-in-out;
	-o-transition: line-height 300ms ease-in-out, padding-bottom 300ms ease-in-out;
	transition: line-height 300ms ease-in-out, padding-bottom 300ms ease-in-out;	
}
#HeaderWrapper.fixed nav.desktop > ul > li > a {
	line-height: 80px;
	padding-bottom: 1px;
}
nav.desktop > ul > li > a:after {
	background: #C09874;
	bottom: 13px;
	content: "";
	height: 5px;
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
}
nav.desktop > ul > li:hover > a {
	background: #C09874;
	color: #FFFFFF;
}
nav.desktop > ul > li:hover > a:after,
nav.desktop > ul > li > a.selected:after {
	opacity: 1;
}
nav.desktop > ul > li:hover > a:after {
	background: #FFFFFF;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	min-height: 300px;
	padding: 20px 0;
	opacity: 1;
	overflow: visible;
	top: 55px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
#HeaderWrapper.fixed nav.desktop > ul > li:hover > ul {
	top: 82px;
}
nav.desktop > ul > li > ul {
	background: #FFFFFF ;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	height: 0;
	left: 0;
	min-height: 0;
	min-width: 250px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 85px;
}
#HeaderWrapper.fixed nav.desktop > ul > li > ul {
	top: 102px;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	color: #2D343E;
	display: block;
	font-weight: normal;
    line-height: 32px;
    margin: 0 0 1px;
    padding: 0 20px 1px 42px;
    position: relative;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:before {
	color: #C09874;
	content: "\E83D";
	font-family: "fontello";
    font-size: 13px;
    left: 20px;
    position: absolute;
    top: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a:after {
	background: #C3C5C7;
    content: "";
    height: 1px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: -1px;
}
nav.desktop > ul > li.singleColumn > ul > li:first-child > a:after,
nav.desktop > ul > li.singleColumn > ul > li:hover > a:after,
nav.desktop > ul > li.singleColumn > ul > li.selected > a:after,
nav.desktop > ul > li.singleColumn > ul > li:hover + li > a:after,
nav.desktop > ul > li.singleColumn > ul > li.selected + li > a:after {
	display: none;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	background: #C09874;
	color: #FFFFFF;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover:before,
nav.desktop > ul > li.singleColumn > ul > li > a.selected:before {
	color: #FFFFFF;
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
    border-bottom: 1px solid #C3C5C7;
	color: #2D343E;
    display: block;
    line-height: 1.2;
    padding: 8px 15px;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.08);
	color: #2D343E;
    display: block;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 2px;
    padding: 7px 15px 7px 40px;
    position: relative;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:before {
	color: #C09874;
	content: "\E83D";
	font-family: "fontello";
    font-size: 13px;
    left: 15px;
    position: absolute;
    top: 10px;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	background: #C09874;
	box-shadow: none;
	color: #FFFFFF;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover:before,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected:before {
	color: #FFFFFF;
}

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

	nav.desktop > ul > li > a {
		font-size: 18px;
		padding-left: 14px;
		padding-right: 14px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
    color: #2D343E;
    content: "\E819";
    display: block;
    float: left;
    font-family: "fontello";
    font-size: 43px;
    margin: 0 10px 0 0;
    opacity: 0.9;
}
.mobileTrigger.show {
	color: #C09874;
    cursor: pointer;
    display: block;
    font-family: "Dosis", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 115px;
    padding: 0 20px 0 30px;
    position: absolute;
    right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 118px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
nav.mobile > ul.open {
	border-top: 1px solid #D3D2C2;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.015);
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 14px 0 30px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	background: #F7F1EB;
	display: block;
	margin: 5px 0 15px;
	outline: 1px solid #F2E9E1;
	padding: 14px 0;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
	padding: 0 0 12px;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
    color: #2D343E;
    display: block;
    font-size: 21px;
    line-height: 1.4;
    padding: 8px 20px;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
    color: #2D343E;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    padding: 6px 20px 6px 40px;
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
    display: block;
    font-size: 17px;
    line-height: 1.4;
    padding: 6px 20px 6px 60px;
    position: relative;
}
nav.mobile > ul > li > ul > li > ul > li > a:before {
    color: #2D343E;
	content: "\E83D";
    font-family: "fontello";
    font-size: 11px;
    left: 40px;
    position: absolute;
    top: 11px;
}

@media all and (max-width: 600px){

	nav.mobile {
		top: 82px;
	}
	.mobileTrigger.show {
		font-size: 26px;
		line-height: 80px;
		padding-left: 20px;
	}
	.mobileTrigger.show:before {
		display: none;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	border-top: 1px solid #DBC4B0;  
    bottom: auto;
	clear: both;
	padding-top: 12px;
	position: relative;
	right: 0;
	text-align: center;
	width: 100%;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	display: inline-block;
	float: none;
}
ul.metamenu > li > a {
	color: #000000;
	display: block;
	line-height: 54px;
	padding: 0 24px;
	text-transform: uppercase;
}
ul.metamenu > li > a,
ul.metamenu > li:first-child > a,
ul.metamenu > li:last-child > a {
	line-height: 38px;
	padding: 0 11px;
}

ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	opacity: 0.6;
}

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

	ul.metamenu > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

}

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

	ul.metamenu > li > a {
		font-size: 17px;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #C09874;
	font-family: "Dosis", sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
h2 {
	font-size: 26px;
	font-weight: 600;
}
h3 {
	font-size: 24px;
}

/* Folgeüberschriften */

h2.cms + h3.cms {
	margin-top: -36px;
}

/* Elemente - Textinhalt */

h2 + p {
	margin-top: -30px !important;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	color: #C39B77;
	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:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	width: 50%;
}
.cmsImage.contact > .left,
.cmsImage.contact > .right {
	margin-left: 0;
	margin-right: 0;
	width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}
.cmsImage.contact .right + p {
	padding-right: 20px;
}
.cmsImage.contact .left + p {
	padding-left: 20px;
}
.cmsImage.contact p {
	margin-left: 50%;
	text-align: center;
}

@media all and (max-width: 500px){

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 20px 0;
		max-width: none;
		width: 100% !important;
	}
	.cmsImage p {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.cmsImage.contact p {
		margin-left: 0;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 3.75% 3.75% 0; /* 0 40 40 0 */
	position: relative;
	width: 30.833333333333332%; /* 370 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    color: #c39b77;
    cursor: pointer;
    left: 0;
    line-height: 40px;
    opacity: 0;
    overflow: hidden;
    padding: 0 60px 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li > figure > figcaption:after {
	content: "\E809";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.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: 800px){

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

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

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
}

/* Elemente - Teaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser article {
	cursor: pointer;
	float: left;
	margin: 0 3.75% 3.75% 0; /* 0 40 40 0 */
	overflow: hidden;
	position: relative;
	width: 30.833333333333332%; /* 370 */
}
.cmsTeaser article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser article.noImg {
	background: #C5A180;
    display: block;
    height: 370px;	
}
.cmsTeaser article > h2 {
	display: none;
}
.cmsTeaser article > figure > a.img > img {
	display: block;
	width: 100%;
}
.cmsTeaser article > figure > a.title {
	bottom: 27px;
	color: #FFFFFF;
	display: table;
	font-family: "Dosis", sans-serif;
	font-size: 30px;
	font-weight: 700;
	left: 0;
	line-height: 1;
	opacity: 1;
	padding: 0 30px;
	position: absolute;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 500ms ease-in-out 700ms;
	-moz-transition: opacity 500ms ease-in-out 700ms;
	-ms-transition: opacity 500ms ease-in-out 700ms;
	-o-transition: opacity 500ms ease-in-out 700ms;
	transition: opacity 500ms ease-in-out 700ms;
}
.cmsTeaser article.noImg > figure > a.title {
	text-shadow: none;
}
.cmsTeaser article:hover > figure > a.title {
	opacity: 0;
	-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 > figure .slimScrollDiv {
	height: 100% !important;
    padding: 24px 30px;
    position: absolute !important;
    top: 100%;
    width: 100% !important;
	z-index: 1;
	-webkit-transition: top 800ms ease-in-out;
	-moz-transition: top 800ms ease-in-out;
	-ms-transition: top 800ms ease-in-out;
	-o-transition: top 800ms ease-in-out;
	transition: top 800ms ease-in-out;
}
.cmsTeaser article > figure .slimScrollDiv:after {
	background: #FFFFFF;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.88;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.cmsTeaser article:hover > figure .slimScrollDiv {
	top: 0;
}
.cmsTeaser article > figure .slimScrollDiv > .slimScrollBar {
	opacity: 0 !important;
}
.cmsTeaser article > figure figcaption {
	height: 100% !important;
}
.cmsTeaser article > figure figcaption > a {
	color: #545454;
    color: rgba(0, 0, 0, 0.65);
	display: table;
	font-family: "Dosis", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}
.cmsTeaser article > figure figcaption > p > span {
	display: block;
	font-size: 16px;
	line-height: 1.7;
}
.cmsTeaser article > figure figcaption > p > span.date,
.cmsTeaser article > figure figcaption > p > span.addition {
	font-weight: 600;
}
.cmsTeaser article > figure figcaption > p > span > a {
    background: #C09874;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: table;
    font-weight: normal;
    line-height: 44px;
    margin: 15px 0 0;
    padding: 0 18px 1px;
    position: relative;
    text-transform: uppercase;
}
.cmsTeaser article > figure figcaption > p > span > a:hover {
	background: #C9A382;
}

@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: 950px) and (min-width: 800px), (max-width: 650px) and (min-width: 500px), (max-width: 400px){

	.cmsTeaser article > figure > a.title,
	.cmsTeaser article > figure .slimScrollDiv {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsTeaser article > figure > a.title {
		bottom: 17px;
	}
	.cmsTeaser article > figure > a.title,
	.cmsTeaser article > figure figcaption > a {
		font-size: 28px;
	}
	.cmsTeaser article > figure figcaption > p > span {
		font-size: 14px;
	}
	.cmsTeaser article > figure figcaption > p > span > a {
		line-height: 36px;
	}

}
@media all and (max-width: 400px){

	.cmsTeaser article > figure .slimScrollDiv {
		display: none !important;
	}
	.cmsTeaser article:hover > figure > a.title {
		opacity: 1;
	}

}
@media all and (max-width: 500px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

/* Element - Einzelteaser */

.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > figure > a {
	float: left;
	width: 30.833333333333332%; /* 370 */
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
    background: #FDFCFB ;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E3E2E1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	float: left;
    padding: 20px 25px;
	width: 69.16666666666667%;
}
.cmsSingleTeaser > article.noImg > figure > figcaption {
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #565656;
	color: rgba(0, 0, 0, 0.65);
    display: table;
    font-family: "Dosis", sans-serif;
    font-size: 30px;
		font-weight: 700;
    line-height: 1.1;
    margin: 0 0 8px;
}
.cmsSingleTeaser > article > figure > figcaption > p > span > a {
    background: #C09874;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: table;
    font-weight: normal;
    line-height: 44px;
    margin: 15px 0 0;
    padding: 0 18px 1px;
    position: relative;
    text-transform: uppercase;
}
.cmsSingleTeaser > article > figure > figcaption > p > span > a:hover {
	background: #C9A382;
}
.cmsSingleTeaser > article > figure > figcaption > p > span.date,
.cmsSingleTeaser > article > figure > figcaption > p > span.addition {
	font-weight: 600;
}

@media all and (max-width: 550px){

	.cmsSingleTeaser > article > figure > a {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		float: none;
		min-height: 0 !important;
		padding: 30px 20px;
		width: 100%;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 15px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr.val2 {
	background: #FDFCFB;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

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

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 15px 0;
}
.cmsRefs > ul {
    background: #FDFCFB;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E3E2E1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}
.cmsRefs > ul > li > a:before {
	color: #C09874;
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	color: #2D343E;
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}
.cmsRefs > ul > li > a:hover {
	color: #C09874;
}

/* E-Mail */

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

.cmsDrop {
    background: #FDFCFB;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E3E2E1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	padding: 15px 10px 10px 20px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 0 20px 0 40px;
    position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0 20px;
}

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

	.cmsDrop {
		margin-left: -20px;
		margin-right: -20px;
	}

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

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

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

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	color: #2D343E;
	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: 3px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

.cmsForm {
    background: #FDFCFB;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E3E2E1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	padding: 20px;
}
.cmsForm > h2 {
	margin: 15px 0 20px;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 35px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #C09874;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 45px;
	padding: 0 10px 1px 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	height: 45px;
	outline: medium none;
	padding: 0 10px 1px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #DBDBDB;
	box-shadow: 0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 6px;
}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #F2F1EF !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: 142px;
}
.cmsForm > .row > .calicon {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -35px;
	padding: 0 6px;
	position: absolute;
	top: 0;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #EBEBEB;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	border: 1px solid #EBEBEB;
	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 35px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > button { /* Sende-Button */
    background: #C09874;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    line-height: 44px;
    padding: 0 20px 1px;
    position: relative;
    text-transform: uppercase;
}
.cmsForm > .button > button:hover {
	background: #C9A382;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 35px 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: 750px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 46px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}
@media all and (max-width: 500px){

	.cmsForm {
		margin-left: -20px;
		margin-right: -20px;
	}

}
@media all and (max-width: 400px){

	.cmsForm > .row > .spm {
		text-align: center;
	}
	.cmsForm > .row > .spm:after {
		content: "\e824";
		left: 50%;
		margin: 0 0 0 -5px;
		top: 43px;
	}
	.cmsForm > .row > .spm > img {
		float: none;
		margin: 0 0 20px;
	}
	.cmsForm > .row > .spm > img + input {
		display: block;
		float: none;
		left: 50%;
		margin-left: -60px;
		position: relative;
		width: 120px;
	}
	.cmsForm > .row > .spm > p {
		font-size: 15px;
		text-align: left;
	}

}

/* Element - Formular + Karte */

/* Formular */

.cmsFormMap {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
	position: relative;
}
.cmsFormMap:after {
	clear: both;
	content: "";
	display: block;
}
.cmsFormMap > div {
	display: none;
}
.cmsFormMap > form {
	background: #FFFFFF;
	padding: 45px;
	width: 100%;
}
.cmsFormMap > form > h2 {
	color: #C09874;
    font-family: "Dosis", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
    padding: 0 0 45px;
}
.cmsFormMap > form > .field {
	background: none;
	border: none;
	border-bottom: 1px solid #BFBFBF;
	display: block;
	line-height: 33px;
	padding: 15px 0 0;
	width: 100%;
}
.cmsFormMap > form > .field:focus {
	border-bottom: 1px solid #969696;
}
.cmsFormMap > form > .button {
    display: table;
    margin: 67px 0 0 auto;
    position: relative;
}
.cmsFormMap > form > .button:before {
    color: #C09874;
	content: "\E83D";
	font-family: "fontello";
    font-size: 15px;
    left: -29px;
    position: absolute;
    top: 2px;
}
.cmsFormMap > form > .button:hover:before {
	-webkit-animation: move .75s;
	animation: move .75s;	
}
@-webkit-keyframes move {

	0% {
		left: -29px;
	}
	50% {
		left: -39px;
	}
	100% {
		left: -29px;
	}

}
@keyframes move {

	0% {
		left: -29px;
	}
	50% {
		left: -39px;
	}
	100% {
		left: -29px;
	}

}
.cmsFormMap > form > .button > button {
	background: none;
	border: none;
    color: #C09874;
    cursor: pointer;
    display: table;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
}

/* Karte */

#googlemap {
	background: #C9A382;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

@media all and (max-width: 650px){

	.cmsFormMap > form {
		width: 100%;
	}
	.cmsFormMap > div {
		height: 200px;
		position: relative;
		width: 100%;
	}

}
@media all and (max-width: 450px){

	.cmsFormMap > form {
		padding: 30px 20px;
	}
	.cmsFormMap > form > h2 {
		padding-bottom: 15px;
	}
	.cmsFormMap > form > .button {
		margin-top: 36px;
	}

}

/* Element - Spezialauflistung */

.cmsSpezialList {
	padding: 57px 0 43px;
	position: relative;
}
.cmsSpezialList:before {
    background: #FFFFFF;
    content: "";
    height: 100%;
    left: -9999px;
    outline: 1px solid #E3D2C2;
    position: absolute;
    top: 0;
    width: 100000px;
    z-index: -1;	
}
.cmsSpezialList:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSpezialList > h3 {
	color: #C09874;
    font-family: "Dosis", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 50%;
    width: 38%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.cmsSpezialList > div {
	float: right;
	width: 58%; /* 696 */
}
.cmsSpezialList > div > p {
	padding: 0 0 38px;
}
.cmsSpezialList > div > ul > li {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;
    padding: 18px 0 18px 73px;
    position: relative;
}
.cmsSpezialList > div > ul > li:before {
	border: 1px solid #C09874;
	border-radius: 22px;
	content: "";
	display: block;
	height: 44px;
	left: 0;
	margin: -21px 0 0;
	position: absolute;
	top: 50%;
	width: 44px;	
}
.cmsSpezialList > div > ul > li:after {
	color: #C09874;
	content: "\E83F";
	font-family: "fontello";
    font-size: 36px;
    left: 12px;
    line-height: 1;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
}

@media all and (max-width: 800px){

	.cmsSpezialList > h3 {
		font-size: 36px;
		padding-bottom: 15px;
		position: relative;
		top: 0;
		width: 100%;
		-moz-transform: translate(0);
		-webkit-transform: translate(0);
		-o-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
	.cmsSpezialList > div {
		float: none;
		width: 100%;
	}
	.cmsSpezialList > div > p {
		padding-bottom: 9px;
	}

}
@media all and (max-width: 450px){

	.cmsSpezialList > div > ul > li {
		font-size: 18px;
		padding-left: 65px;
	}

}

/* Element - Spezialteaser */

.specialTeaserWrapper:after {
	clear: both;
	content: "";
	display: block;
}
.specialTeaserWrapper > .specialTeaserGroup {
	float: left;
	margin: 0 3.75% 3.75% 0; /* 0 40 40 0 */
	position: relative;
	width: 30.833333333333332%; /* 370 */
}
.specialTeaserWrapper > .specialTeaserGroup.wide {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
	width: 65.416666666666671%; /* 785 */
}
.specialTeaserWrapper > .specialTeaserGroup:nth-child(2),
.specialTeaserWrapper > .specialTeaserGroup:nth-child(5) {
	margin-right: 0;
}
.specialTeaserWrapper > .specialTeaserGroup article {
	float: none;
	margin: 0;
	width: 100%;
}

/* Breiter Teaser */

.cmsTeaser.specialTeaserGroup.wide article > figure > a.title {
	background: #FFFFFF;
    bottom: 0;
    color: #C09874;
    padding-bottom: 23px;
    padding-top: 23px;
    text-shadow: none;
}

/* Kalender Teaser */

.specialTeaserGroup.calendar {
	background: #C09874;
	padding: 25px 30px;
}
.specialTeaserGroup.calendar > h2 {
	color: #F7F1EB;
	font-family: "Dosis", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.specialTeaserGroup.calendar > div > a {
	background: #DFCCBA;
    color: #000000;
    display: block;
    font-weight: 300;
    height: 65px;
    line-height: 64px;
    margin: 0 0 1px;
    overflow: hidden;
    padding: 0 20px 0 85px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.specialTeaserGroup.calendar > div > a:hover {
	background: rgba(255, 255, 255, 0.6);
}
.specialTeaserGroup.calendar > div > a > span {
	background: #FFFFFF;
	color: #C09874;
	font-family: "Dosis", sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 100%;
	left: 0;
	line-height: 65px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 65px;
}

/* Alle Termine */

.specialTeaserGroup.calendar > a {
    bottom: 24px;
	color: #FFFFFF;
    display: table;
    position: absolute;
    right: 30px;
    text-transform: uppercase;
}
.specialTeaserGroup.calendar > a:before {
	content: "\E83D";
	font-family: "fontello";
    font-size: 16px;
    left: -28px;
    position: absolute;
    top: 2px;
}
.specialTeaserGroup.calendar > a:hover:before {
	-webkit-animation: arrowMove .75s;
	animation: arrowMove .75s;	
}
@-webkit-keyframes arrowMove {

	0% {
		left: -28px;
	}
	50% {
		left: -35px;
	}
	100% {
		left: -28px;
	}

}
@keyframes arrowMove {

	0% {
		left: -28px;
	}
	50% {
		left: -35px;
	}
	100% {
		left: -28px;
	}

}

@media all and (max-width: 1240px){

	.specialTeaserGroup.calendar > h2 {
		margin-bottom: 15px;
	}
	.specialTeaserGroup.calendar > div > a,
	.specialTeaserGroup.calendar > div > a > span {
		height: 55px;
		line-height: 54px;
	}

}
@media all and (max-width: 1000px){

	.specialTeaserGroup.calendar > h2 {
		font-size: 25px;
	}
	.specialTeaserGroup.calendar > div > a {
		height: 42px;
		line-height: 42px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.specialTeaserGroup.calendar > div > a > span {
		display: none;
	}

}
@media all and (max-width: 900px){

	.specialTeaserGroup.calendar {
		padding: 20px;
	}
	.specialTeaserGroup.calendar > h2 {
		display: none;
	}
	.specialTeaserGroup.calendar > a {
		right: 20px;
	}

}
@media all and (max-width: 800px){

	.specialTeaserWrapper > .specialTeaserGroup {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.specialTeaserWrapper > .specialTeaserGroup:nth-child(2) {
		margin-right: 4%;
	}
	.specialTeaserWrapper > .specialTeaserGroup:nth-child(3) {
		margin-right: 0;
	}
	.specialTeaserWrapper > .specialTeaserGroup.wide {
		margin-right: 0;
		width: 100%;
	}
	.specialTeaserGroup.calendar > h2 {
		display: block;
	}
	.specialTeaserGroup.calendar > div > a {
		height: 55px;
		line-height: 54px;
		padding-left: 85px;
	}
	.specialTeaserGroup.calendar > div > a > span {
		display: block;
	}

}
@media all and (max-width: 650px){
	
	.specialTeaserGroup.calendar > h2 {
		display: none;
	}
	.specialTeaserGroup.calendar > div > a {
		height: 42px;
		line-height: 42px;
		padding-left: 15px;
	}
	.specialTeaserGroup.calendar > div > a > span {
		display: none;
	}

}
@media all and (max-width: 500px){

	.specialTeaserWrapper > .specialTeaserGroup {
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.specialTeaserGroup.calendar {
		height: 305px !important;
	}
	.specialTeaserGroup.calendar > h2 {
		display: block;
	}
	.specialTeaserGroup.calendar > div > a {
		height: 55px;
		line-height: 54px;
		padding-left: 85px;
	}
	.specialTeaserGroup.calendar > div > a > span {
		display: block;
	}

}

.cmsOpenCompanies {
	background: #C09874;
	padding: 30px;
}
.cmsOpenCompanies > h2 {
	color: #F7F1EB;
	font-family: "Dosis", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 25px;
}
.cmsOpenCompanies > ul li {
	background: #DFCCBA;
	color: #000000;
	display: none;
	font-weight: 300;
	height: 65px;
	line-height: 64px;
	margin: 0 0 1px;
	overflow: hidden;
	padding: 0 20px 0 165px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cmsOpenCompanies > ul li.show {
	display: block;
}
.cmsOpenCompanies > ul li a {
	align-items: center;
	color: #2D343E;
	display: flex;
}
.cmsOpenCompanies > ul li .content {
	display: flex;
	flex: 1;
	overflow: hidden;
}
.cmsOpenCompanies > ul li .state {
	background: #FFFFFF;
	color: #C09874;
	font-family: "Dosis", sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 100%;
	left: 0;
	line-height: 65px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 145px;
}
.cmsOpenCompanies > ul li .today {
	font-weight: 300;
	margin: 0 0 0 auto;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cmsOpenCompanies > ul li .button {
	background: #FFFFFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	transition: background 300ms ease;
}
.cmsOpenCompanies > ul li:hover .button {
	background: rgba(255, 255, 255, 0.85);
}
.cmsOpenCompanies > ul li ul {
	display: none;
}

@media all and (max-width: 980px){

	.cmsOpenCompanies > ul li .today {
		display: none;
	}
	.cmsOpenCompanies > ul li .title {
		padding-right: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}
@media all and (max-width: 600px){

	.cmsOpenCompanies {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsOpenCompanies > ul li {
		font-size: 15px;
		padding-left: 110px;
		padding-right: 15px;
	}
	.cmsOpenCompanies > ul li,
	.cmsOpenCompanies > ul li .state {
		height: 55px;
		line-height: 54px;
	}
	.cmsOpenCompanies > ul li .button {
		display: none;
	}
	.cmsOpenCompanies > ul li .title {
		padding-right: 0;
	}
	.cmsOpenCompanies > ul li .state {
		font-size: 16px;
		width: 95px;
	}

}

.cmsCompanyOpeningTimes li {
	display: flex;
	line-height: 1.3;
	padding: 10px 20px;
}
.cmsCompanyOpeningTimes li:nth-child(2n) {
	background: #FDFCFB;
	border-bottom: 1px solid #FFFFFF;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
}
.cmsCompanyOpeningTimes li strong {
	display: block;
	min-width: 140px;
}

@media all and (max-width: 400px){

	.cmsCompanyOpeningTimes {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsCompanyOpeningTimes li {
		font-size: 15px;
	}
	.cmsCompanyOpeningTimes li strong {
		min-width: 100px;
	}

}

/* Extension - Google Map */

/* Google Map - Übersicht */

.mapOverview {
	position: relative;
}
.mapOverview > .gmap {
	height: 470px;
	width: 100%;
}

/* Google Map - Navigation */

.mapPlaner {
	position: relative;
}
.mapPlaner > .gmap {
	height: 400px;
	width: 100%;
}
.mapPlaner .routePoint {
	min-width: 120px;
}
.mapPlaner .routePoint > p > span {
	display: block;
}
.mapPlaner .routePoint > p > span.title {
	font-weight: bold;
}
.mapPlaner > h2 {
	margin: 15px 0;
	visibility: hidden;
}
.mapPlaner > h2.show {
	visibility: visible;
}
.mapPlaner > ul.navMenu {
	display: table;
}
.mapPlaner > ul.navMenu > li {
	background: url("/img/gmap/gmap.png") no-repeat left 2px;
	background-size: 28px auto;
	cursor: pointer;
	margin: 0 0 6px 0;
	padding: 0 0 7px 35px;
}
.mapPlaner > ul.navMenu > li.selected {
	background: url("/img/gmap/gmap.png") no-repeat left -174px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li > p {
	display: inline-block;
	font-weight: bold;
	min-width: 200px;
}
.mapPlaner > ul.navMenu > li > div {
	display: inline-block;
	padding: 2px 0 2px 38px;
}
.mapPlaner > ul.navMenu > li.modeT > div { /* Bus */
	background: url("/img/gmap/transport.png") no-repeat 1px -254px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li.modeB > div { /* Rad */
	background: url("/img/gmap/transport.png") no-repeat 2px 4px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li.modeW > div { /* Fußgänger */
	background: url("/img/gmap/transport.png") no-repeat 11px -84px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li.modeD > div { /* Auto */
	background: url("/img/gmap/transport.png") no-repeat 3px -166px;
	background-size: 28px auto;
}

/* Google Map - Einzelpunkte */

.mapSinglePoints {
	position: relative;
}
.mapSinglePoints > .gmap {
	height: 470px;
	width: 100%;
}
.mapSinglePoints > .teaser {
	display: none;
}

/* Google Map - Teaser */

.mapTeaser > article > h2 {
	display: none;
}
.mapTeaser > article > figure > a > img {
	display: block;
}
.mapTeaser > article p > a.title {
	display: block;
}
.mapTeaser > article p > span {
	display: block;
}
.mapTeaser > article p > span.title {
	font-weight: bold;
}

/* Extension - Suchergebnisse */

.searchList > h2 {
	font-size: 18px;
}
.searchList .cmsSingleTeaser > article {
	margin: 40px 0;
}
.searchList .cmsSearchTeaser {
    background: #FDFCFB;
    padding: 0 20px;
}
.searchList .cmsSearchTeaser > article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid #FFFFFF;
    padding: 25px 0;
}
.searchList .cmsSearchTeaser > article:last-child {
	border-bottom: 0;
}
.searchList .cmsSearchTeaser > article > figure > figcaption > a {
    font-size: 22px;
    line-height: 1.1;
}
.searchList .cmsSearchTeaser > article > figure > figcaption > p > span > a {
    color: #000000;
    font-style: italic;	
}

/* Pagination */

.searchList > .pagenav {
	margin: 20px 0 0;
}
.searchList > .pagenav:after {
	clear: both;
	content: "";
	display: block;
}
.searchList > .pagenav > li {
	float: left;
	margin: 0 10px 0 0;
}
.searchList > .pagenav > li > a {
	background: rgb(224,177,136);
	background: -moz-linear-gradient(top, rgba(224,177,136,1) 0%, rgba(192,152,116,1) 100%);
	background: -webkit-linear-gradient(top, rgba(224,177,136,1) 0%,rgba(192,152,116,1) 100%);
	background: linear-gradient(to bottom, rgba(224,177,136,1) 0%,rgba(192,152,116,1) 100%);
	border-top: 1px solid #D2A67F;
	color: #FFFFFF;
    display: block;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
}
.searchList > .pagenav > li > a:hover {
	opacity: 0.9;
}

/*! 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 #9f9f9f;
	font-size: 16px;
}
.ui-datepicker-header {
	background: #CFCFCF !important;
	border: 1px solid #9f9f9f;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #CFCFCF !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #CFCFCF !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 {
	font-weight: bold;
	margin: 0 4.5em !important;
	font-size: 0.9em !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: 7px 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 {
	left: auto !important;
	margin: 0 !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 {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #FFFFFF;
    border-radius: 33px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #2D343E;
    font-family: "fontello";
    font-size: 24px;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    margin: -38px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 65px;
    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: "\E841";
	display: block;
}
.micAnimation > .arrows > a.prev {
	left: -60px;
}
.micAnimation > .arrows.animated > a.prev {
	left: 75px;
}
.micAnimation > .arrows > a.next:before {
	content: "\E83D";
	display: block;
}
.micAnimation > .arrows > a.next {
	right: -60px;
}
.micAnimation > .arrows.animated > a.next {
	right: 75px;
}
.micAnimation > .arrows > a.prev:hover,
.micAnimation > .arrows > a.next:hover {
	background: rgba(255, 255, 255, 0.8);
	color: inherit;
}

/* 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;
}

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

	.micAnimation > .arrows.animated > a.prev {
		left: 20px;
	}
	.micAnimation > .arrows.animated > a.next {
		right: 20px;
	}

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

	.micAnimation > .arrows {
		display: none;
	}

}

/* Animation - Custom */

.micAnimation > ul > .slide > .textBox.textWrap {
    bottom: 100px !important;
    left: 50% !important;
    margin: 0 0 0 -600px;
    padding: 0 !important;
    position: absolute;
    right: auto !important;
    top: auto !important;
    z-index: 2;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	background: #C09874;
	color: #FFFFFF;
	display: table;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    margin: 0 0 12px;
	padding: 5px 18px 8px;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	color: #FFFFFF;
	display: table;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
    font-size: 60px;
    line-height: 1.05;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

@media all and (max-width: 1550px){

	.micAnimation > ul > .slide > .textBox.textWrap {
		bottom: 13% !important;
		left: 13% !important;
		margin-left: 0;
	}

}
@media all and (max-width: 920px){

	.micAnimation > ul > .slide > .textBox.textWrap {
		left: 8% !important;
	}
	.micAnimation > ul > .slide > .textBox > .text1 {
		font-size: 50px;
	}

}
@media all and (max-width: 500px){

	.micAnimation > ul > .slide > .textBox {
		display: none;
	}

}

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}