/* CSS Document */

html {
	scroll-behavior:smooth;
	overflow-x: hidden;
	scroll-padding-top: 100px;
	transition:.3s ease;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	text-align:center;
	font-family:inherit;
	line-height:inherit;
	font-weight:inherit;
	font-style: inherit;
	font-stretch: inherit;
}

strong {
	font-weight:700;
}

sup {
	font-size:70%;
}

.nowrap {
	white-space: nowrap;
}

.max-width {
	max-width:1300px;
	margin:0 auto 0;
	display:block;
	width:100%;
}

.clear {
	clear:both;
}

.cky-btn {
	font-family: "AkkoPro" !important;
	  font-style: normal;
	  font-stretch: normal;
	  font-weight: 400;
}

.cky-consent-container.cky-box-bottom-right {
	width:280px;
    bottom: 100px;
}

@media only screen and (min-width: 768px) {
	.cky-consent-container.cky-box-bottom-right {
		width:280px;
		bottom: 11px;
	}
}

body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06163d+0,3067d1+56,c0ddf6+100 */
	background:#00430f;
	background-image:url('../_img/bg.jpg');
	background-size:cover;
	background-attachment:fixed;
	overflow:hidden;
}

#bg {
	background-image:url("../_img/bg-mobile.jpg");
	position: fixed;
	background-size:cover;
    height: 100vh;
    width: 100vw;
    background-attachment: scroll;
    background-position: center;
    z-index: -2;
}

@media only screen and (min-width: 668px) {
	#bg {
		background-image:url("../_img/bg-mobile.jpg");
		background-attachment: fixed;
	}
}

@media only screen and (min-width: 1200px) {
	#bg {
		background-image:url("../_img/bg-hd.jpg");
		background-attachment: fixed;
	}
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AkkoPro";
  font-style: normal;
  font-stretch: normal;
  font-weight: 900;
	text-transform:none;
	color:#FFFFFF;
	margin:0 auto 22px;
	padding: 0;
	position: relative;
	letter-spacing:1px;
	line-height:1;
}

span.light {
	font-weight:400;
}

h1 {
	font-size:28px;
    margin: 0 auto 44px;
    font-weight: bold;
    text-transform: uppercase;
	line-height:1;
}

h1 strong {
	font-size:34px;
	color:#ffee00;
}

h2 {
	color:#FFFFFF;
	font-size:32px;
	text-transform:uppercase;
}

#about h2 {
	color:#ffee00;
}

h3 {
	color: #FFFFFF;
    font-size: 20px;
    text-transform: none;
    line-height: 1.2;
}

h3 strong {
	font-size:26px;
	color:#ffee00;
}

h4 {
	color:#ffee00;
	font-size:22px;
	text-transform:none;
	margin:0 auto 66px;
}

h5 {
	font-size:18px;
}

p, li {
	font-family: "AkkoPro";
	  font-style: normal;
	  font-stretch: normal;
	  font-weight: 400;
	font-size:15px;
	margin:0 auto 22px;
	color:#FFFFFF;
	line-height:1.6;
}

p.mice {
	font-size:13px;
}

p a {
	color:#ffee00;
	text-decoration:underline;
}


@media screen and (min-width: 768px) {
	
	h1 {
		font-size:56px;
	}
	
	h1 strong {
		font-size:62px;
	}
	
	h2 {
		font-size:52px;
	}
	
	h3 {
		font-size:36px;
	}
	
	h3 strong {
		font-size:42px;
	}
	
	h4 {
		font-size:28px;
	}
	
	p, li {
		font-size:18px;
	}
	
	p.mice {
		font-size:15px;
	}

}

.white {
	color:#FFFFFF;
}

#wrapper {
	position:relative;
	z-index:3;
	padding:55px 22px 111px;
	/*background-image:url("../_img/bg.jpg");
	background-position:center top;
	background-repeat:repeat;
	background-attachment:fixed;*/
	text-align:center;
	max-width:1100px;
	margin:0 auto 0;
}

@media only screen and (min-width: 768px) {
	
	#wrapper {
		padding:111px 44px 99px;
	}
}

/* ----- NAV BAR RULES ----- */

#nav {
	height:55px;
	padding: 11px 12px 0px 6px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:50;
	max-width:none;
	margin:0 auto 0;
	transition:.5s ease;
}

#nav.scroll {
	
}

.hamburger {
  display:inline;
  position: fixed;
  top: 15px;
  left: 17px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  z-index: 113;
  background-attachment: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
  background: #ffee00;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger:hover span{
  opacity:.8;
}

.hamburger span:nth-of-type(2) {
  top: 11px;
}

.hamburger span:nth-of-type(3) {
  top: 22px;
}

.nav-title {
	width: 105px;
    margin: 0;
	transform: translateY(-3px);
	filter:brightness(1.4)
}

.nav-title:hover {
	filter:brightness(1.9)
}

.mfp-bg {
	opacity:0.95 !important;
}

.mfp-close {
	color:#FFFFFF !important;
}

/* @media only screen and (min-width: 952px) {
	#nav-items {
		display:inline-block;
	}
	
	.hamburger {
    	display:none;
	}
	.overlay {
  		display:none;
  	}

}*/


/* ----- OVERLAY RULES ----- */

.overlay {
  position: fixed;
  color:#FFFFFF;
  background:#136bbc;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
	background-size: 4px 4px;
	background-attachment:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /*opacity: 1;
  visibility: hidden;*/
  -webkit-transition: opacity .35s, visibility .35s, height 1s;
  transition: opacity .35s, visibility .35s, height 1s;
  overflow: hidden;
  z-index:100;
  /*border-bottom:4px solid #aa1d38;*/
}

.overlay.open {
  /*opacity: 1;*/
  visibility: visible;
  height: 100%;
}

/*.overlay.open li {
  -webkit-animation: fadeIn .5s ease forwards;
          animation: fadeIn .5s ease forwards;
}*/

.overlay nav {
  	position: relative;
  	height: 70%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  	text-align: center;
}

.overlay nav .social {
	display:block !important;
}

#overlay a.button {
	float:none;
	margin:22px auto 22px;
	font-size: 22px;
	max-width:250px;
}
	

.overlay-item {
	text-transform: uppercase;
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-size: 28px;
	line-height:2;
  	position: relative;
  	color: #ffffff;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
	letter-spacing:1px;
}
					

.overlay .social {
	margin:22px auto 22px;
}

#overlay .social {
	float:none;
	margin:44px auto 0;
	padding:0;
}

.overlay .social a {
	display:inline-block;
	margin:0 auto 0;
	text-align:center;
	color:#ffffff;
	font-size:28px;
	padding:11px;
}

#snipe {
    position: fixed;
    text-align: center;
    right: 0;
    left: 0;
	top:0;
}

#snipe h4 {
	color:#052bb6;
	margin: 6px auto 0;
    line-height: 1;
}

#snipe h4 .mobile {
	display:inline-block;
}

@media screen and (min-width: 768px) {
	
	#snipe h4 {
		margin: 9px auto 0;
		font-size:36px;
	}
	
	#snipe h4 .mobile {
		display:none;
	}
}

.button {
font-family: "AkkoPro";
	  font-style: normal;
	  font-stretch: normal;
	  font-weight: 700;
	color: #0e0a08;
    margin: 0px auto 0;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 10px 22px 5px 17px;
	border-radius:0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 34px;
	line-height:1;
	border:none;
	transition:.5s ease;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff100+0,fdac00+100 */
	background: radial-gradient(ellipse at center,  #fff100 0%,#fdac00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);


}

.button:hover {
	transform:rotate(-2deg);
}

#nav a.button {
	
	z-index: 20;
    position: relative;
    float: right;
    margin: 0px;
    letter-spacing: 1px;

}

@media only screen and (max-width: 768px) {
	#nav a.button {
		position: fixed;
		bottom: 0;
		width: 100%;
		right: 0;
		left: 0;
		max-width: none;
		padding: 17px;
		transform:none;
		border-radius:0;
		clip-path:none;
	}
	
}

/* ART */

#quotator .slick-track .slick-slide {
	display:block !important;
}

#art {
	width:100%;
	display:block;
	position:relative;
	z-index:-2;
	margin:-66px auto 0px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 768px) {
	#art {
		margin:-33px auto 0px;
	}
}

#art img {
	display:block;
	position: absolute;
    width: 100%;
	height: auto;
    margin: 0 auto 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

#art .mobile img:last-of-type{
	position: relative;
}

#art .desktop img:last-of-type{
	position: relative;
}

@media screen and (min-width: 768px) {
	#art .subpage {
		margin: -79px auto 33px;
	}
}

#art .subpage img {
	max-width:1000px;
	margin:0 auto 0;
	display:inline-block;
}

#art .mobile {
	display:block;
}

#art .desktop {
	display:none;
}

@media screen and (min-width: 668px) {
	#art .mobile {
		display:none;
	}

	#art .desktop {
		display:block;
	}
	
}

/* TICKETS */


#tickets {
	display: block;
	padding: 44px 22px;
	margin: 33px 0 44px;
	text-align: center;
	vertical-align: top;
	background:#136bbc;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
	background-size: 4px 4px;
	background-attachment:fixed;
	border-radius:22px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
}

#tickets h2 {
	margin:0 auto 11px;
}

#tickets p {
	font-size:18px;
}

.desktop-bee {
	display:none;
}

@media screen and (min-width: 768px) {
	#tickets {
		margin: 0 0 44px;
	}
	
	.desktop-bee {
		display:inline-block;
		animation:floatLess 6s infinite;
	}
}

#ticket-box {
	display: block;
    padding: 44px;
    margin: 0px 22px 44px;
    text-align: center;
    vertical-align: top;
	background:#136bbc;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
	border-radius:22px;
	background-attachment:fixed;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
}


#ticket-box h4 {
	margin:0px auto 6px;
}

#ticket-box p {
	padding:0;
	color:#FFFFFF;
	line-height:1.5;
	display:block;
}

#ticket-box p a {
	color:#ffee00;
	font-weight:normal;
}

#ticket-box p a:hover {
	color:#FFFFFF;
}

#ticket-box hr {
	margin: 22px auto 22px;
    max-width: 200px;
    border-color: rgba(255, 255, 255, .3);
}

@media only screen and (min-width: 1126px) {
	
	#ticket-box {
		width: calc(36% - 6px);
		float:left;
	}
	
	#calendar {
		width: calc(62% - 44px);
		float: right;
		margin: 0 0 33px 0;
	}
	
}

.box-wrapper {
	margin:44px auto 22px;
	display:block;
	justify-content:space-between;
	max-width:1100px;
}

.box {
    width: calc(100%);
	margin:0 auto 22px;
    background: rgba(0, 0, 0, .15);
    padding: 44px 22px 22px;
    color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 22px;
}

.box h3 {
	color:#FFFFFF;
}

.box h3 i {
	margin-right:6px;
}

.box hr {
	margin: 0px auto 22px;
    max-width: 200px;
    border-color: rgba(255, 255, 255, .3);
}

.box a.button {
	margin:0 auto 0;
}

@media only screen and (min-width: 678px) {
	
	.box-wrapper {
		display:flex;
		justify-content:space-between;
	}

	.box {
		width: calc(100% / 3 - 7px);
	}
}

#visit {
	display: block;
    padding: 44px;
    margin: 0 0 44px;
    text-align: center;
    vertical-align: top;
	background:#136bbc;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
	background-attachment:fixed;
	border-radius:22px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
}

#visit #map {
	margin: 0 auto 33px;
    border: 2px solid white;
    width: 100%;
    height: 200px;
}

@media only screen and (min-width: 800px) {
	#visit #map {
		margin: 0 0 22px 44px;
		border: 2px solid white;
		width: 50%;
		height: 300px;
		float: right;
		overflow: hidden;
	}
}

#visit p strong {
	text-transform:uppercase;
	color:#ffee00;
}

#visit p a {
	color:#ffee00;
	font-weight:normal;
}

#visit p a:hover {
	color:#FFFFFF;
}

#visit ul {
	display:inline;
	list-style-position:inside;
	list-style-image: url(../_img/star.png);
	margin:0 auto 0;
}

#visit ul li {
	margin: 0 auto 6px;
	padding:0 0 0 22px;
}

#visit ul li:last-of-type {
	margin:0 auto 22px;
}

#visit p, #visit ul li {
	text-align:left;
}

.accordion {
	background: none;
    cursor: pointer;
    text-decoration: underline;
    border: none;
    transition: 0.4s;
    color: #ffee00;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: none;
}

.accordion:hover {
	background-color: rgba(250,250,250,.09);
}
					
.accordion:after {
	content: '\02795';
    font-size: 13px;
    color: transparent;
    text-shadow: 0 0 0 #ffee00;
    float: right;
    margin: 3px 0 0 5px;
}

.accordion.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
	padding: 0 18px;
	background: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
					
.panel p {
	padding:0;
	margin:12px 0 22px;
	color:#FFFFFF;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 1px;
}
					
.panel .header {
	font-size: 24px;
	font-weight: bold;
}

/* ABOUT */

#about {
	--sign-color:#008001;
    margin: 66px auto 66px;
	display:block;
	text-align:center;
	font-size: min(15vh, 60px);
    background-color: var(--sign-color);
    max-width: 100%;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    padding: 66px 22px 44px;
    border-radius: 0.25em;
    box-shadow: 0 0 0 0.1em white, 0 0 0 calc(0.1em + 1px) var(--sign-color), 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 768px) {
	padding: 66px 44px 44px;
	
}

#about h3 {
	line-height: 1.1;
    margin: 11px auto 0px;
    text-transform: none;
    letter-spacing: 0;
}

#about p.attribute {
	color: #ffee00;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 11px auto 33px;
    font-style: italic;
}

#about p {
	color:#FFFFFF;
	line-height:1.6;
	margin:0 auto 22px;
	max-width:800px;
}

/* COMPANY */

p.cast {
    padding: 44px;
    color: #140c10;
	margin:0 auto 44px;
}

.bio {
	text-align:center;
	width: calc(49%);
	max-width: 200px;
    display: inline-block;
    margin: 0px;
    padding: 17px 13px 6px;
    transition: .3s ease;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    z-index: 11;
}

.bio img {
	width: 100%;
    display: block;
    transition: .3s ease;
    margin: 0 auto 11px;
	border: 5px ridge #ffee00;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	transform:rotate(-2deg);
}

.bio:nth-of-type(2n) img {
	transform:rotate(2deg);
}

.bio:hover img {
	border:5px solid #ffee00;
}

.bio h4 {
    color: #052bb6;
    margin: 0px;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    padding: 4px 8px;
}

.bio h5 {
	padding: 0;
    color: #140c10;
    margin: 0px;
    text-transform: none;
    letter-spacing: 0;
}

.bio-popup {
	position: relative;
	padding: 33px 20px;
	max-width: 900px;
	margin: 20px auto;
	border: 2px solid #FFFFFF;
	text-align:left;
	overflow:scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
	background:#136bbc;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
	border-radius:22px;
	background-attachment:fixed;
}

.bio-popup::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.bio-popup img {
	float:none;
	display:block;
	margin:0px auto 33px;
	width:100%;
	max-width:200px;
    border: 2px #FFFFFF solid;
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
	transform: rotate(2deg);
}

.bio-popup h5 {
	color:#ffee00;
}

.bio-popup p, .bio-popup h4 {
	color:#FFFFFF;
}

.bio-popup h4, .bio-popup h5, .bio-popup p {
	display:inline;
}

.bio-popup a {
	color:#fff606;
}

@media only screen and (min-width: 950px) {
	
	.bio-popup {
		padding: 55px 44px 55px 44px;
		text-align:left;
	}
	
	.bio-popup img {
		float:right;
		margin:0 0 12px 33px;
	}
}

/* FOOTER */


#footer {
	background:rgba(0,0,0,.5);
	padding: 99px 44px 111px;
	overflow:hidden;
}

@media only screen and (max-width: 768px) {
	#footer {
		padding: 44px 44px 77px;
	}
}

#email {
	margin: 44px auto 0;
	display:block;
	position:relative;
	z-index:5;
}

#email.nav-email {
	float: right;
    margin: 0;
    transform: translate(7px,-5px);
    width: calc(100% - 54px);
}

#social {
	margin: 44px auto 22px;
}

#social i {
			color:#FFFFFF;
			font-size:32px;
			margin:0 6px 17px;
		}
		
		#social i:hover {
			color:#ffee00;
		}
		
#email input#mce-EMAIL {
	text-align: center;
    border: none;
    height: 43px;
    margin: 0;
    padding: 3px 8px 0;
    vertical-align: top;
    font-size: 20px;
    background: rgba(255, 255, 255, 1);
    color: #0b0a09;
    width: 100%;
    max-width: 300px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "AkkoPro";
	  font-style: normal;
	  font-stretch: normal;
	  font-weight: 400;
}
		
#email input.button {
	border: none;
    display: inline-block;
    margin: 0px auto 44px;
    color: #0b0a09;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
	-webkit-appearance: none;

}

.nws {
	width: 26px;
    margin: 0 7px 0 0;
}

#social p {
	font-size:16px;
}

#social p.hashtag {
	color:#8bc2f1;
}

#mice p {
	font-size: 13px;
}

#email button:hover {
	background:#FFFFFF;
}
		
#mice {
	color: #0b0a09;
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	margin:77px auto 22px;
	max-width:500px;
}
		
#social a {
	color:#ffee00;
}

#social a:hover {
	color:#FFFFFF;
}

#partners {
	padding:55px 0 0px;
	font-size:12px;
	color:#FFFFFF;
	text-transform:none;
}

#partners img {
	width:210px;
	display:block;
	margin:22px auto 22px;
}

#mice a {
	color:#ffee00;
}

#mice a:hover {
	color:#ffee00;
}

/*  PRIVACY */

.privacy-popup {
	position: relative;
	padding: 20px;
	width: auto;
	max-width: none;;
	margin: 20px auto;
	text-align: center;
	line-height:1.4;
	background: #1773ba;
}

.privacy-popup h1 {
	text-transform:uppercase;
	margin:0 auto 8px;
	font-size:80px;
	color:#ffee00
}

.privacy-popup h2 {
	color:#ffee00;
	font-size: 22px;
	margin: 22px auto 6px;
	border:none;
}

.privacy-popup p.date {
	font-style:italic;
	font-size:18px;
	margin:0 auto 12px;
}

.privacy-popup p {
	font-size:18px;
	text-align:center;
	font-weight:200;
	margin:6px auto 22px;
}

.privacy-popup p a {
	color:#ffee00;
	text-decoration:underline;
}

.privacy-popup p a:hover {
	color: #ffee00;
}

.mfp-close-btn-in .mfp-close {
	color: #FFFFFF !important;
}

@media only screen and (min-width: 900px) {

	.privacy-popup {
		padding:77px;
	}
}

/* SLICK */

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
	width: 100%;
}

.slick-next, .slick-prev {
	display: block;
    position: absolute;
	border:0;
	background:none;
}

.slick-next {
	right:-11px;
	z-index:5;
	top: 5%;
	font-size:0;
}
		
.slick-prev {
	left:-11px;
	z-index:5;
	top: 5%;
	font-size:0;
}
		
/*.slick-dots li button::before {
	color:white !important
}*/

.slick-prev::before {
	content: "\276E" !important;
  	font-size: 30px !important;
	z-index:10001 !important;
	color: #FFFFFF;
}

.slick-next::before {
	content: "\276F" !important;
	font-size: 30px !important;
	z-index:10001 !important;
	color: #FFFFFF;
}

/*
==============================================
Animation
==============================================
*/

.walk {
	animation: walk 5s ease-out forwards;
}

.walkMobile {
	animation: walkMobile 5s ease-out forwards;
}

@keyframes walk {
  0%   {transform:translateX(-50%)}
  100% {transform:translateX(0%)}
}

@-webkit-keyframes walk {
  0%   {transform:translateX(-50%)}
  100% {transform:translateX(0%)}
}

@keyframes walkMobile {
  0%   {transform:translateX(-100%)}
  100% {transform:translateX(0%)}
}

@-webkit-keyframes walkMobile {
  0%   {transform:translateX(-100%)}
  100% {transform:translateX(0%)}
}

.heart {
	opacity:0;
	animation: fadeIn 1s forwards;
	animation-delay:6s;
}

@keyframes fadeIn {
  0%   {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
 0%   {opacity:0;}
  100% {opacity:1;}
}

.shake {
	animation: shake 1s ease-out forwards;
	animation-iteration-count: 5;
}

@keyframes shake {
	0% {transform:translateY(0);}
	10% {transform:translateY(5px);}
	35% {transform:translateY(0);}
	100% {transform:translateY(0);}
}

@-webkit-keyframes shake {
	0% {transform:translateY(0);}
	10% {transform:translateY(5px);}
	35% {transform:translateY(0);}
	100% {transform:translateY(0);}
}