@media screen and (max-width: 1680px) {
	.arrow1 {
		left: 0;
		position: absolute;
		top: 930%;
		width: 40%;
	}
	.arrow3 {
		position: absolute;
		left: 0;
		z-index: 10;
		top: 325%;
		width: 36.1%;
		cursor: pointer;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-moz-transition: opacity 1s ease, -moz-transform 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	}
}

@media screen and (max-width: 1280px) {
	.arrow3-text {
		left: 17%;
		color: #950c0a;
		font-weight: 800;
		top: 470%;
		z-index: 100;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
	.arrow2-text {
		left: 17%;
		color: #950c0a;
		font-weight: 800;
		top: 724%;
		z-index: 100;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
	.arrow-text {
		left: 17%;
		color: #950c0a;
		font-weight: 800;
		top: 955%;
		z-index: 100;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
}

@media screen and (max-width: 1200px) {
	.arrow3-text {
		left: 22%;
		color: #950c0a;
		font-weight: 800;
		top: 550%;
		z-index: 100;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
	.arrow2-text {
		left: 22%;
		color: #950c0a;
		font-weight: 800;
		top: 764%;
		z-index: 100;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
	.arrow-text {
		left: 22%;
		color: #950c0a;
		font-weight: 800;
		top: 1000%;
		z-index: 100;
		font-size: 1em;
		font-family: 'Lato', sans-serif;
	}
	body {
		height: 100%;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-medium.jpg);
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, rgba(255, 255, 255, 0) 5%, rgba(0, 228, 255, 0)), url(../../images/bg-medium.jpg);
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-medium.jpg);
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(110, 111, 123, 0) 5%, rgba(255, 255, 255, 0)), url(../../images/bg-medium.jpg);
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: 100px 100px, cover, cover;
		background-position: top left, center center, bottom center;
		background-attachment: fixed, fixed, fixed;
	}
	body:after {
		content: '';
		/*display: block;
		position: fixed;*/
		top: 0;
		left: 0;
		width: 100%;
		height: inherit;
		opacity: 0;
		z-index: 1;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, #ffffff 5%, rgba(49, 63, 71, 0.44));
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(65, 79, 87, 0.79) 5%, rgba(255, 255, 255, 0.79));
		background-repeat: repeat, no-repeat;
		background-size: 100px 100px, cover;
		background-position: top left, center center;
		-moz-transition: opacity 1.75s ease-out;
		-webkit-transition: opacity 1.75s ease-out;
		-ms-transition: opacity 1.75s ease-out;
		transition: opacity 1.75s ease-out;
	}
	.arrow1 {
		left: 0;
		position: absolute;
		top: 920%;
		width: 50%;
	}
	.arrow2 {
		width: 56.1%;
		position: absolute;
		left: 0;
		top: 703%;
	}
	.arrow3 {
		position: absolute;
		left: 0;
		z-index: 10;
		top: 423%;
		width: 45.4%;
		cursor: pointer;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-moz-transition: opacity 1s ease, -moz-transform 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	}
}

@media screen and (max-width: 1080px) {
	body {
		height: 100%;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-medium.jpg);
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, rgba(255, 255, 255, 0) 5%, rgba(0, 228, 255, 0)), url(../../images/bg-medium.jpg);
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-medium.jpg);
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(110, 111, 123, 0) 5%, rgba(255, 255, 255, 0)), url(../../images/bg-medium.jpg);
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: 100px 100px, cover, cover;
		background-position: top left, center center, bottom center;
		background-attachment: fixed, fixed, fixed;
	}
	body:after {
		content: '';
		/*display: block;
		position: fixed;*/
		top: 0;
		left: 0;
		width: 100%;
		height: inherit;
		opacity: 0;
		z-index: 1;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, #ffffff 5%, rgba(49, 63, 71, 0.44));
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(65, 79, 87, 0.79) 5%, rgba(255, 255, 255, 0.79));
		background-repeat: repeat, no-repeat;
		background-size: 100px 100px, cover;
		background-position: top left, center center;
		-moz-transition: opacity 1.75s ease-out;
		-webkit-transition: opacity 1.75s ease-out;
		-ms-transition: opacity 1.75s ease-out;
		transition: opacity 1.75s ease-out;
	}
	.logo-mobile {
		right: 0;
		position: absolute;
		margin-top: 90px;
		margin-right: 110px;
		width: 70%;
	}
}

@media screen and (max-width: 992px) {
	.arrow3-text {
		left: 22%;
		color: #950c0a;
		font-weight: 800;
		top: 525%;
		z-index: 100;
		font-size: 0.85em;
		font-family: 'Lato', sans-serif;
	}
	.arrow2-text {
		left: 22%;
		color: #950c0a;
		font-weight: 800;
		top: 744%;
		z-index: 100;
		font-size: 0.85em;
		font-family: 'Lato', sans-serif;
	}
	.arrow-text {
		left: 22%;
		color: #950c0a;
		font-weight: 800;
		top: 970%;
		z-index: 100;
		font-size: 0.85em;
		font-family: 'Lato', sans-serif;
	}
}

@media screen and (max-width: 860px) {
	.arrow3-text {
		left: 20%;
		color: #950c0a;
		font-weight: 800;
		top: 525%;
		z-index: 100;
		font-size: 0.85em;
		font-family: 'Lato', sans-serif;
	}
	.arrow2-text {
		left: 20%;
		color: #950c0a;
		font-weight: 800;
		top: 744%;
		z-index: 100;
		font-size: 0.85em;
		font-family: 'Lato', sans-serif;
	}
	.arrow-text {
		left: 20%;
		color: #950c0a;
		font-weight: 800;
		top: 970%;
		z-index: 100;
		font-size: 0.85em;
		font-family: 'Lato', sans-serif;
	}
}

@media screen and (max-width: 768px) {
	body {
		height: 100%;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-mobile.jpg);
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, rgba(255, 255, 255, 0) 5%, rgba(0, 228, 255, 0)), url(../../images/bg-mobile.jpg);
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-mobile.jpg);
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(110, 111, 123, 0) 5%, rgba(255, 255, 255, 0)), url(../../images/bg-mobile.jpg);
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: 100px 100px, cover, cover;
		background-position: top left, center center, bottom center;
		background-attachment: fixed, fixed, fixed;
	}
	body:after {
		content: '';
		/*display: block;
		position: fixed;*/
		top: 0;
		left: 0;
		width: 100%;
		height: inherit;
		opacity: 0;
		z-index: 1;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, #ffffff 5%, rgba(49, 63, 71, 0.44));
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(65, 79, 87, 0.79) 5%, rgba(255, 255, 255, 0.79));
		background-repeat: repeat, no-repeat;
		background-size: 100px 100px, cover;
		background-position: top left, center center;
		-moz-transition: opacity 1.75s ease-out;
		-webkit-transition: opacity 1.75s ease-out;
		-ms-transition: opacity 1.75s ease-out;
		transition: opacity 1.75s ease-out;
	}
	.logo-mobile {
		right: 0;
		position: absolute;
		margin-top: 90px;
		margin-right: 110px;
		width: 70%;
	}
	.instruction-title {
		font-family: 'Roboto', sans-serif;
		padding: 30px;
		color: #c83024;
		font-size: 1.3em;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.show-on-mobile {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.not-show-on-mobile {
		display: none
	}
}

@media screen and (max-width: 480px) {
	.table-title {
		font-size: 1em;
	}
	body {
		height: 100%;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-mobile.jpg);
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, rgba(255, 255, 255, 0) 5%, rgba(0, 228, 255, 0)), url(../../images/bg-mobile.jpg);
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url(../../images/bg-mobile.jpg);
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(110, 111, 123, 0) 5%, rgba(255, 255, 255, 0)), url(../../images/bg-mobile.jpg);
		background-repeat: repeat, no-repeat, no-repeat;
		background-size: 100px 100px, cover, cover;
		background-position: top left, center center, bottom center;
		background-attachment: fixed, fixed, fixed;
	}
	body:after {
		content: '';
		/*display: block;
		position: fixed;*/
		top: 0;
		left: 0;
		width: 100%;
		height: inherit;
		opacity: 0;
		z-index: 1;
		background-color: #ffffff;
		background-image: url(images/overlay.png), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), -webkit-linear-gradient(60deg, #ffffff 5%, rgba(49, 63, 71, 0.44));
		background-image: url(images/overlay.png), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
		background-image: url(images/overlay.png), linear-gradient(60deg, rgba(65, 79, 87, 0.79) 5%, rgba(255, 255, 255, 0.79));
		background-repeat: repeat, no-repeat;
		background-size: 100px 100px, cover;
		background-position: top left, center center;
		-moz-transition: opacity 1.75s ease-out;
		-webkit-transition: opacity 1.75s ease-out;
		-ms-transition: opacity 1.75s ease-out;
		transition: opacity 1.75s ease-out;
	}
	.logo-mobile {
		right: 0;
		position: absolute;
		margin-top: 90px;
		margin-right: 50px;
		width: 70%;
	}
}

@media screen and (min-width: 768px) {
	.show-on-mobile {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.not-show-on-mobile {
		display: none
	}
}