@keyframes header-in {
	0% {
		height: 12%;
	}

	100% {
		height: 100%;
	}
}

@keyframes header-out {
	0% {
		height: 100%;
	}

	100% {
		height: 10%;
	}
}

@keyframes header-normal {
	0% {
		height: 8%;
	}

	100% {
		height: 10%;
	}
}

@keyframes header-reduced {
	0% {
		height: 10%;
	}

	100% {
		height: 8%;
	}
}

@keyframes nav-normal {
	0% {
		height: 8%;
	}

	100% {
		height: 10%;
	}
}

@keyframes nav-reduced {
	0% {
		height: 10%;
	}

	100% {
		height: 8%;
	}
}

@-webkit-keyframes loading {
	to {
		text-shadow: 20px 0 70px #871a57;
		color: #871a57;
	}
}

@keyframes loading {
	to {
		text-shadow: 20px 0 70px #871a57;
		color: #871a57;
	}
}

.loader span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loader span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loader span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.loader span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.loader span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.loader span:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.loader span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.loader span:nth-child(11) {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}

.loader span:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.loader span:nth-child(13) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.loader span:nth-child(14) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.loader span:nth-child(15) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.loader span:nth-child(16) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.loader span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.loader span:nth-child(18) {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.loader span:nth-child(19) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.loader span:nth-child(20) {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.loader span:nth-child(21) {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.loader span:nth-child(22) {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

@keyframes title-out {
	0% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: -250px;
		opacity: 0;
	}
}

@keyframes title-in {
	0% {
		top: -250px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 0.2;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@keyframes subBar-increased {
	0% {
		height: 5%;
	}

	100% {
		height: 7%;
	}
}

@keyframes subBar-normal {
	0% {
		height: 7%;
	}

	100% {
		height: 5%;
	}
}

@keyframes header-title-hide {
	0% {
		opacity: 1;
		z-index: 99;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes header-title-show {
	0% {
		opacity: 0;
		z-index: -1;
	}

	100% {
		opacity: 1;
		z-index: 99;
	}
}

@media screen and (orientation: landscape) {
	@keyframes subHeader-increased {
		0% {
			line-height: 5%;
			font-size: 2.8vh;
			opacity: 1;
		}

		100% {
			line-height: 7%;
			font-size: 3.5vh;
			opacity: 1;
		}
	}
	@keyframes subHeader-normal {
		0% {
			line-height: 7%;
			font-size: 3.5vh;
			opacity: 1;
		}

		100% {
			line-height: 5%;
			font-size: 2.8vh;
			opacity: 1;
		}
	}
}
@media screen and (orientation: portrait) {	
	@keyframes subHeader-increased {
		0% {
			line-height: 5%;
			font-size: 2vh;
			opacity: 1;
		}

		100% {
			line-height: 7%;
			font-size: 3vh;
			opacity: 1;
		}
	}
	@keyframes subHeader-normal {
		0% {
			line-height: 7%;
			font-size: 3vh;
			opacity: 1;
		}

		100% {
			line-height: 5%;
			font-size: 2vh;
			opacity: 1;
		}
	}
}
/*
@keyframes subHeader-in {
  0% {
    line-height: 7%;
    font-size: 3.5vh;
    opacity: 0;
  }
  
  100% {
    line-height: 7%;
    font-size: 3.5vh;
    opacity: 1;
  }
}

@keyframes subHeader-out {
  0% {
    line-height: 7%;
    font-size: 3.5vh;
    opacity: 1;
  }
  
  100% {
    line-height: 7%;
    font-size: 3.5vh;
    opacity: 0;
  }
}
*/
@keyframes subButton-hide {
	0% {
		line-height: 7%;
		opacity: 1;
	}

	100% {
		line-height: 5%;
		opacity: 0;
	}
}

@keyframes subButton-show {
	0% {
		line-height: 5%;
		opacity: 0;
	}

	100% {
		line-height: 7%;
		opacity: 1;
	}
}


@keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}

	100% {
		background-position: 1600px 0;
	}
}

@keyframes slide-in-up {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-down {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-out-up {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

@keyframes slide-out-down {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(100%);
		opacity: 0;
	}
}

@keyframes slider-increased {
	0% {
		top: 15%;
		height: 85%;
		opacity: 1;
	}

	100% {
		top: 16%;
		height: 84%;
		opacity: 1;
	}
}


@keyframes slider-normal {
	0% {
		top: 16%;
		height: 84%;
		opacity: 1;
	}

	100% {
		top: 15%;
		height: 85%;
		opacity: 1;
	}
}



@keyframes slider-normal-footer {
	0% {
		height: 77%;
	}

	100% {
		height: 85%;
	}
}

@keyframes slider-reduced-footer {
	0% {
		height: 85%
	}

	100% {
		height: 77%;
	}
}

@keyframes carousel-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes carousel-hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}


@keyframes content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes footer-show {
	from {
		bottom: -8%;
	}

	to {
		bottom: 0;
	}
}

@keyframes footer-hide {
	from {
		bottom: 0;
	}

	to {
		bottom: -8%;
	}
}