body { background:url('../images/background-sub-large.png') 50% 0 repeat-x;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-moz-background-size: 1610px 920px;
	-webkit-background-size: 1610px 920px;
	-o-background-size: 1610px 920px;
	background-size: 1610px 920px;
	-webkit-font-smoothing: antialiased;

}

img {
	border-radius: 3px; margin-top: 6px;
}
.mobile_hide {
		display:block;
	}
	.mobile_show {
		display:none;
	}
.content_top {
		margin: 20px 0 0 0;
	}

bordercolor { 
	height: 5px;
	display: block;
	background-color: #f39c12;
}
.gradient {

background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 84%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(84%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 84%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 84%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 84%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 84%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.header-area {height: 40px;}
logo {
	position: relative;
	display: block;
	overflow: visible;
	z-index: 1000;
	background: none;
	padding: 0; margin: 19px 0 0 0;
	border: none;
}
logo img {
	border: none;
	padding: 0; margin: 0;
	border-radius: 0;
	max-width: 180px;
}
.logo-mobile {
		display: none;
	position: relative;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	}

h1 {
    font-size: 1.5em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.5em; }
ul a {
	font-weight: 300;
	color: #aaaaaa; padding: 0;
}

ul a:hover {
}
ul.menu li:hover > a {
	background-color: #ed008c;
	color: #fff;
}

ul.menu, ul.menu ul.sub-menu {
    padding: 0;
    margin: 70px 0px;
	text-align: right;
	font-size: 16px;
}
ul.menu {

    margin-right: -11px;
}
ul.menu  li a {
    padding: 0 11px 3px 11px;color: #999999;
}
	
ul.menu ul.sub-menu {
padding: 20px 0 20px 0;
}
ul.menu li, ul.menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul.menu li a, ul.menu li ul.sub-menu li a {
    text-decoration: none;
    display: inline-block;
}

ul.menu li {
    position: relative;
}

ul.menu li ul.sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 0px;
    padding: 30px 0px 20px 0px;
    border-radius: 0px;
    position: absolute;
	text-align: center;
	background: url(../images/menu-arrow-down.png) center top no-repeat;

	z-index: 2;
	width: 200px;
 height: auto;
 margin-left: -100px; /* width divided by 2 */
 left: 50%;
}




ul.menu li:hover ul.sub-menu {
    display: block;
}
ul.menu li.current_page_item a, ul.menu li.current_page_parent a { background: #ed008c; color: #fff;}
ul.menu li.current_page_item ul.sub-menu li a, ul.menu li.current_page_parent ul.sub-menu li a {background: none; color: #999999;}
ul.menu li.current_page_item ul.sub-menu li a:hover, ul.menu li.current_page_parent ul.sub-menu li a:hover {background: none; color: #ed008c;}
ul.menu li.current_page_parent ul.sub-menu li.current_page_item a, ul.menu li.current_page_parent ul.sub-menu li.current_page_item a:hover {background: none; color: #ed008c;}


.sub-menu li a {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0 30px 0 30px;
	background: fff;
	color: #999999;
}

.sub-menu li a:hover {
	background: none;
	color: #ff9900;
} 

bord {
	display: block;
	height: 10px;
	background-color: #ffffff;
}

#active {
	color: #f39c12;
	border-bottom: 1px solid #ffc30f;
}

#active1 {
	color: #b27008;
}

lin {
	height: 1px;
	margin-bottom: 10px;
	background-color: #f7bc5e;
	display: block;
	margin-left: -50px;
	margin-right: -50px;
}

#slider , #slider img {
	overflow: hidden;
	z-index: 1;
}
.orbit-container img {border: none; border-radius: 0px;margin-top: 0px;}
.orbit-container  {
        width: 100%;
	background: #ffffff;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 3px #fff solid;

-webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
        overflow: hidden; 
-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.6);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.6);}
.orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 30px; right: 30px;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.6);
        color: white;
        width: auto;
		color: #ed008c;
        padding: 0 14px;
        font-size: 1.7em;
		line-height: 1.7em;
        border-radius: 0px;
        overflow: hidden; }
  .orbit-container .orbit-slide-number {display:none;}
.orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: #ed008c;
    text-indent: -9999px !important;
    z-index: 10; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 3px #fff solid;}
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
    color: #ed008c;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: -3px; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #ed008c; right: 50%;
      margin-right: -5px;}
    .orbit-container .orbit-prev:hover > span {
   border-right-color: #ccc; color: #ccc;}
  .orbit-container .orbit-next {
    right: -3px; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #ed008c;
      left: 50%;
      margin-left: -5px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }
.slideshow-wrapper {
	min-height: 355px;
}

.orbit-timer {
	display: none;
}


.welcome {height: 70px;   }
.welcome h1 {font-size: 2.2em; margin: 0;color: #fff; font-weight: 300; padding: 25px 0px 0 0px; }  

#wrapper {margin: 0;}
.header {
	display: block;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
	-webkit-text-size-adjust: none;
	overflow: visible;
	height: 175px;
}
#title {width: 85%; height: 80px; background: #;display:block; margin: 0;}
h1 {
    font-size: 2em; color: #fff; font-weight: 700; margin: 0; padding: 25px 0 0 0;  }

#content { background-color: #;display:block;padding: 0; margin: 0px;}

#content ol, #content ul  {
	margin: 0px 0 1.6 0;
	padding: 0 0 0 20px;
}
#content ol ol, 
#content ul ul  {
	margin: 0px 0 1.6 0;
	padding: 0 0 0 20px;
}
#content ol ol ol,
#content ul ul ul  {
	margin: 0px 0 1.6 0;
	padding: 0 0 0 20px;
}

#content ul {
}


#content-spacer { margin-top: 90px;}
h2 {
    font-size: 1.8em; font-weight: 700; padding: 0; color: #ed008c;}
h3 {
    font-size: 1.5em; font-weight: 300; padding: 0; color: #ed008c;}
h4 {
    font-size: 1.2em; font-weight: 300; padding: 0; color: #ed008c;}
h5 {
    font-size: 1.1em; font-weight: 300; padding: 0; color: #ed008c;}
footer {
	display: block;
	margin-top: 0px;
	padding: 50px 0px 0px 0px;
	background-color: none;
	-webkit-text-size-adjust: none;
	overflow: visible;
	background-color: #f3f3f3;
background:url('../images/background-footer.png') 50% 0 repeat-x;
-webkit-text-size-adjust: none;
	-moz-background-size: 1610px 920px;
	-webkit-background-size: 1610px 920px;
	-o-background-size: 1610px 920px;
	background-size: 1610px 920px;
}

social a {
	line-height: 35px;
}

foot {
	height: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0px 0px 80px 0px;
	display: block;
	overflow: visible;
	background-color: #f3f3f3;
}

foot .imprint {
	font-size: 14px; text-align: left;
	color: #a8a9ad;font-weight:700;
	display: block;
}

foot .imprint a{
	color: #a8a9ad; font-weight:700;text-decoration: none;
}
foot .imprint a:hover{
	color: #ed008c; text-decoration: none;
}
foot .srm {
	font-size: 14px; text-align: left;
	color: #ccc;font-weight:300;
}

foot .srm a{
	color: #ccc; font-weight:300;text-decoration: none;
}
foot .srm a:hover{
	color: #ed008c; font-weight:300;text-decoration: none;
}
foot .address {
	font-size: 14px; text-align: right;
	display: block;
	line-height: 18px;
	font-weight:300;
	color: #a8a9ad;
}

foot .address a{
	color: #a8a9ad; font-weight:300;text-decoration: none;
}
foot .address a:hover{
	color: #ed008c; font-weight:300;text-decoration: none;
}
/* social icon */

.social {
	padding: 8px 14px;
	border-radius: 3px;
	background-color: #dddddd;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	color: #ffffff;
}
.social:hover {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	color: #ffffff;
}

.clearing-featured-img img {
	margin-bottom: 20px;	
}

.clearing-featured-img img:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}


/* Responsive */

@media only screen and (max-width: 1024px) and (min-width: 768px) {
body { background:url('../images/background-sub-1024.png') 50% 0 repeat-x;

}
.header {
	display: block;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
	-webkit-text-size-adjust: none;
	overflow: visible;
	background-color: #;
	height: 155px;
}
#title {width: 85%; height: 59px; background: #;display:block; margin: 0;}
h1 {
   font-size: 2em; color: #fff; font-weight: 700; padding: 5px 0 0 0;  }

#content { background-color: #;display:block;padding: 0; margin: 0px;}
#content-spacer { margin-top: 70px;}

	logo {
	position: relative;
	display: block;
	overflow: visible;
	z-index: 1000;
	background: none;
	padding: 0; margin: 10px 0 0 0;
	border: none;
}
logo img {
	border: none;
	padding: 0; margin: 0;
	border-radius: 0;
}
	.slideshow-wrapper {
		min-height: 300px;
	}
ul.menu, ul.menu ul.sub-menu {
    padding: 0;
    margin: 64px 0px 0px 0px;
	text-align: right;
	font-size: 14px;
}
ul.menu {

    margin-right: -11px;
}
ul.menu  li a {
    padding: 0 11px 3px 11px;
}

	
ul.menu li ul.sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 0px;
    padding: 30px 0px 20px 0px;
    border-radius: 0px;
    position: absolute;
	text-align: center;
	background: url(../images/menu-arrow-down.png) center top no-repeat;

	z-index: 2000000;
	width: 150px;
 height: auto;
 margin-left: -75px; /* width divided by 2 */
 left: 50%;
}
#footer #footer-bottom ul li.last {background: none;}



.sub-menu li a {
	padding: 0 15px 0 15px;
}

}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape) {
body { background:url('../images/background-sub-ipad-landscape.png') right 0px repeat-x;

	-moz-background-size: 1024px 1500px;
	-webkit-background-size: 1024px 1500px;
	-o-background-size: 1024px 1500px;
	background-size: 1024px 1500px;
}
ul.menu, ul.menu ul.sub-menu {
    padding: 0;
    margin: 64px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
}
ul.menu {
	
    margin-right: -6px;
}
ul.menu  li a {
    padding: 0 6px 3px 6px;
}
logo {
	position: relative;
	display: block;
	overflow: visible;
	z-index: 1000;
	background: none;
	padding: 0; margin: 10px 0 0 0;
	border: none;
}
logo img {
	border: none;
	padding: 0; margin: 0;
	border-radius: 0;
	width: 170px;
}
}

@media screen and (max-width: 767px), (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait) {
body { background:url('../images/background-sub-ipad-portrait.png') right 0px repeat-x;

	-moz-background-size: 1024px 1500px;
	-webkit-background-size: 1024px 1500px;
	-o-background-size: 1024px 1500px;
	background-size: 1024px 1500px;
}
	#wrapper {padding: 0px; margin: 0;}
	.header-area {display:none;}

.header {
	display: block;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
	-webkit-text-size-adjust: none;
	overflow: visible;
	background-color: #;
	height: 165px;
}
#mobile_menu {position: absolute; right: 20px; top: 185px;display: block; overflow: visible; z-index:100000}
#title {width: 85%; height: 49px; background: #;display:block; margin: 0;}
h1 {
   font-size: 1.6em; color: #fff; font-weight: 700; padding: 12px 0 0 0;  }

#content { background-color: #;display:block;padding: 0; margin: 0px;}
#content-spacer { margin-top: 60px;}

	logo {
		text-align: left;
		display: block;
		margin-top: 25px;
		margin-left: 0px; padding: 0;
	}
.fa {color: #fff;}
.fa a {color: #fff}
.fa a:hover {color: #eee}
	
.socialicons {width: 55%; padding-right: 10px;}
	.languages {width: 45%; padding-left: 10px;}
	.menu-pos {margin: 15px 15px 14px 15px;}
	.logo {
		display: none;
	}
.welcome {height: auto;  display:block; }
.welcome h1 {font-size: 1.8em; margin: 0;color: #fff; font-weight: 300; display: block;padding: 15px 0px 15px 0px; }  

.logo-mobile {
		display: block; margin: 0 15px 15px 15px;
	width: auto;
	background: #92c46d;
	}
	.logo-mobile img {
		display: block; margin: auto;
	}
	.mobile_left {
		padding-left: 15px;
	}
	.mobile_right {
		padding-right: 15px;
	}
	.content_top {
		margin: 10px 0 0 0;
	}
	.mobile_hide {
		display:none;
	}
	.mobile_show {
		display:inline-block;
	}
	#active {
		border: 0px;
		padding: 5px 10px;
		border-radius: 3px;
		background-color: #f39c12;
		color: #ffffff;
	}
footer {

	padding: 20px 0px 0px 0px;
background:url('../images/background-footer.png') 50% -40px repeat-x;
background-color: #;
}
foot {
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 0px 40px 0px;
	display: block;
	overflow: visible;
}
.footer {
	padding: 0px 0px 0px 0px;
}
foot .imprint {
	font-size: 15px; 
	color: #a8a9ad;font-weight:700;
}

foot .imprint a{
	color: #a8a9ad; font-weight:700;text-decoration: none;
}
foot .imprint a:hover{
	color: #ed008c; text-decoration: none;
}
foot .srm {
	font-size: 14px; text-align: left;
	color: #ccc;font-weight:300;
}

foot .srm a{
	color: #ccc; font-weight:300;text-decoration: none;
}
foot .srm a:hover{
	color: #ed008c; font-weight:300;text-decoration: none;
}
foot .address {
	font-size: 15px;
	line-height: 21px;
	font-weight:300;
	color: #a8a9ad;text-align: left;
}

foot .address a{
	color: #a8a9ad; font-weight:300;text-decoration: none;
}
foot .address a:hover{
	color: #ed008c; font-weight:300;text-decoration: none;
}
/* social icon */

	#slider .orbit-caption , .orbit-prev , .orbit-next {
		display: none;
	}
	.slideshow-wrapper {
		min-height: 100px;
	}

	lin {
		margin-left: -10px;
		margin-right: -10px;
	}
	elements .clearing-thumbs img {
		width: 150px;
	}



			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
				list-style-type: none;
			}
				#nav li a
				{
					color: #fff;
					display: block;
				}
				#nav li a:active
				{
					background-color: #ed008c !important;
					font-weight: 300;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: 0em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3.75em; /* 60 */
				background-color: #ed008c; padding: 0;
			}
				#nav > ul > li
				{
					width: 25%;
					height: 100%;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.2em; /* 24 */
						line-height: 2.2em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
						}
						#nav > ul > li:hover > a
						{
							background-color:  #ed008c; font-weight: 700;
						}
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color:  #ed008c; font-weight: 700;
						}
#nav  > ul > li.current_page_item > a, #nav  > ul > li  > ul > li.current_page_item > a
						{
							background-color:  #ed008c; font-weight: 700;
						}

				/* second level */

				#nav li ul
				{
					background-color: #ed008c;
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1.25em; /* 20 */
							border-top: 0px solid #fff;
							padding: 0px 0px 5px 20px; /* 15 (20) */ text-decoration: none;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: ; font-weight: 700;
							}


			#nav
			{
				position: relative;
z-index: 10000; margin: 0; padding: 20px 0 0 0; background-color: #ed008c;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color:  #ed008c; font-weight: 700;
					position: relative; text-decoration: none;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;

					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					
				}


			/* first level */

			#nav > ul.nav
			{
				height: auto;
			}
				#nav:target > ul.nav
				{
					display: block;
				}
				#nav > ul.nav > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul.nav > li > a
					{
						height: auto;
						text-align: left;  text-decoration: none;
							padding: 0px 15px; /* 15 (20) */
					}
						#nav > ul.nav > li:not( :last-child ) > a
						{
							border-right: none;
							border-top: 1px solid #fff; text-decoration: none;
						}
				#nav > ul.nav > li:first-child  > a
						{
							border-right: none;
							border-top: none;
							border-bottom: none; text-decoration: none;
						}
				#nav > ul.nav > li:last-child  > a
						{
							border-right: none;
							border-top: 1px solid #fff;
							border-bottom: none; text-decoration: none;

						}

				/* second level */

				#nav li ul
				{
					position: relative;
					display: block;
					padding: 0; /* 20 */
				}


}
@media screen and (max-width: 499px) {
body { background:url('../images/background-sub-mobile.png') right -15px repeat-x;

	-moz-background-size: 1024px 1500px;
	-webkit-background-size: 1024px 1500px;
	-o-background-size: 1024px 1500px;
	background-size: 1024px 1500px;
}
logo {margin: 15px 0 0 0;}
logo img {
		display: block; width: 150px;
	}
#mobile_menu {position: absolute; right: 20px; top: 160px;display: block; overflow: visible; z-index:100000}
.header {
	display: block;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
	-webkit-text-size-adjust: none;
	overflow: visible;
	background-color: #;
	height: 138px;
}
}
@media only screen and (min-width: 769px) {
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}
}