.body {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 2.8;
	text-align: left;
}

.outer-container {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	-webkit-animation: outer-container 5s; /* Safari 4.0 - 8.0 */
	animation: outer-container 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	opacity: 0;
	z-index: 2;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes outer-container{
    0%   {
		opacity: 1; 
    }
    95% {
    	opacity: 1;
    }
    100%   {
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes outer-container{
    0%   {
		opacity: 1;  	
    }
    95% {
    	opacity: 1;
    }
    100%   {
		opacity: 0;
	}
}

.inner-container {
	position: absolute;
	width: 70%;
	height: 70%;
	padding-left: 15%;
	padding-right: 15%;
	z-index: 2;
}

@media (max-width: 560px) {
	.inner-container {
		width: 90%;
		height: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (min-width: 1750px) {
	.inner-container {
		width: 50%;
		height: 50%;
		padding-left: 25%;
		padding-right: 25%;
	}
}


/* ANIMATED TRIANGLE */
/* Safari 4.0 - 8.0 */
@-webkit-keyframes cls-1{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    93% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.1, 0.1);
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes cls-1{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    93% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.1, 0.1);
		opacity: 0;
	}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cls-2{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    85% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.1, 0.1);
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes cls-2{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    85% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.1, 0.1);
		opacity: 0;
	}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cls-3{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    80% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.1, 0.1);
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes cls-3{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    80% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.1, 0.1);
		opacity: 0;
	}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cls-4{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    80% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.9, 0.9);
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes cls-4{
    0%   {
    	transform: scale(5, 5);
		z-index: 101;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(2, 2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    80% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(0.9, 0.9);
		opacity: 0;
	}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cls-5{
    0%   {
    	transform: scale(0.1, 0.1);
		z-index: 102;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(0.2, 0.2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    80% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(1, 1);
		opacity: 0;
	}
}

/* Standard syntax */
@keyframes cls-5{
    0%   {
    	transform: scale(0.1, 0.1);
		z-index: 102;    	
		animation-timing-function: ease-in;
		opacity: 0;
	}
    20% {
		transform: scale(0.2, 0.2);
		opacity: 0;
    }
    35% {
    	transform: scale (1, 1);
    }
    50%  {
    	transform: scale(1, 1);
    }
    80% {
    	transform: scale(1, 1);
		opacity: 1;
    }
    100%   {
    	transform: scale(1, 1);
		opacity: 0;
	}
}

.cls-1{
	fill:#0062a5;
	-webkit-animation: cls-1 5s; /* Safari 4.0 - 8.0 */
	animation: cls-1 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	opacity: 0;
}
.cls-2{
	fill:#00a0dd;
	-webkit-animation: cls-2 5s; /* Safari 4.0 - 8.0 */
	animation: cls-2 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
	animation-delay: .5s;	
	opacity: 0;
}
.cls-3{
	fill:#55c0e9;
	-webkit-animation: cls-3 5s; /* Safari 4.0 - 8.0 */
	animation: cls-3 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
	animation-delay: 1s;	
	opacity: 0;
}
.scope{
	fill:#fff;
	-webkit-animation: scope 5s; /* Safari 4.0 - 8.0 */
	animation: scope 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 1.5s;	
	opacity: 0;
}
.cls-4{
	fill:#fff;
	-webkit-animation: cls-4 5s; /* Safari 4.0 - 8.0 */
	animation: cls-4 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1.25s; /* Safari 4.0 - 8.0 */
	animation-delay: 1.25s;	
	opacity: 0;
}
.cls-5{
	fill:#6d6e71;
	-webkit-animation: cls-5 5s; /* Safari 4.0 - 8.0 */
	animation: cls-5 5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1.75s; /* Safari 4.0 - 8.0 */
	animation-delay: 1.75s;	
	opacity: 0;
}

/* BACKGROUND ANIMATION */
.bg-container {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-animation: bg-container 7s; /* Safari 4.0 - 8.0 */
	animation: bg-container 7s;
	opacity: 1;
	z-index: 0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bg-container{
    0%   {
		opacity: 0; 
    }
    95% {
    	opacity: 0;
    }
    100%   {
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes bg-container{
    0%   {
		opacity: 0;  	
    }
    95% {
    	opacity: 0;
    }
    100%   {
		opacity: 1;
	}
}

/* BACKGROUND DECISIONS */
	/* LEFT #1 */
		.cd-left1 {
			position: absolute;
			height: 70%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-left1 50s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-left1 50s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-left1  {
			0%   {
				top: 300px;
				left: 5px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -500px;
				left: 350px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-left1 {
			0%   {
				top: 300px;
				left: 5px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -500px;
				left: 350px;
				opacity: 0;
			}
		}

	/* LEFT #2 */
			.cd-left2 {
			position: absolute;
			height: 90%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-left2 40s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-left2 40s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-left2  {
			0%   {
				top: 700px;
				left: 700px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -200px;
				left: 1050px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-left2 {
			0%   {
				top: 700px;
				left: 700px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -200px;
				left: 1050px;
				opacity: 0;
			}
		}

	/* LEFT #3 */
			.cd-left3 {
			position: absolute;
			height: 50%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-left3 60s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-left3 60s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-left3  {
			0%   {
				top: 300px;
				left: 500px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -300px;
				left: 750px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-left3 {
			0%   {
				top: 700px;
				left: 700px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -200px;
				left: 1250px;
				opacity: 0;
			}
		}

	/* LEFT #4 */
			.cd-left4 {
			position: absolute;
			height: 90%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-left4 90s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-left4 90s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-left4  {
			0%   {
				top: 1200px;
				left: 50px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -400px;
				left: 400px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-left4 {
			0%   {
				top: 1200px;
				left: 50px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -400px;
				left: 400px;
				opacity: 0;
			}
		}

	/* LEFT #5 */
		.cd-left5 {
			position: absolute;
			height: 70%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-left5 100s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-left5 100s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-left5  {
			0%   {
				top: 1500px;
				left: -100px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -500px;
				left: 150px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-left5 {
			0%   {
				top: 1500px;
				left: -100px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: -500px;
				left: 150px;
				opacity: 0;
			}
		}

	/* RIGHT #1 */
		.cd-right1 {
			position: absolute;
			height: 70%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-right1 50s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-right1 50s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-right1  {
			0%   {
				top: -300px;
				left: -5px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 400px;
				left: 1050px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-right1 {
			0%   {
				top: -300px;
				left: -5px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 400px;
				left: 1050px;
				opacity: 0;
			}
		}

	/* RIGHT #2 */
		.cd-right2 {
			position: absolute;
			height: 90%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-right2 120s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-right2 120s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-right2  {
			0%   {
				top: -1000px;
				left: 300px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 600px;
				left: 1350px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-right2 {
			0%   {
				top: -1000px;
				left: 300px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 600px;
				left: 1350px;
				opacity: 0;
			}
		}

	/* RIGHT #3 */
		.cd-right3 {
			position: absolute;
			height: 60%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-right3 120s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-right3 120s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-right3  {
			0%   {
				top: -1200px;
				left: -300px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 800px;
				left: 600px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-right3 {
			0%   {
				top: -1200px;
				left: -300px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 800px;
				left: 600px;
				opacity: 0;
			}
		}

	/* BOTTOM #1 */
		.cd-bottom1 {
			position: absolute;
			height: 20%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-bottom1 120s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-bottom1 120s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-bottom1  {
			0%   {
				top: 300px;
				right: -400px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 300px;
				right: 1250px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-bottom1 {
			0%   {
				top: 300px;
				right: -900px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 300px;
				right: 1250px;
				opacity: 0;
			}
		}

	/* BOTTOM #2 */
		.cd-bottom2 {
			position: absolute;
			height: 30%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-bottom2 120s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-bottom2 120s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-bottom2  {
			0%   {
				top: 600px;
				right: -900px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 600px;
				right: 750px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-bottom2 {
			0%   {
				top: 600px;
				right: -900px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 600px;
				right: 750px;
				opacity: 0;
			}
		}

	/* BOTTOM #3 */
		.cd-bottom3 {
			position: absolute;
			height: 10%;
			width: auto;
			z-index: 0;
			opacity: 0;
			-webkit-animation: cd-bottom3 120s infinite; /* Safari 4.0 - 8.0 */
			animation: cd-bottom3 120s infinite;
			-webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
			animation-delay: 0s;	
		}

		/* Safari 4.0 - 8.0 */
		@-webkit-keyframes cd-bottom3  {
			0%   {
				top: 150px;
				right: -900px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 150px;
				right: 750px;
				opacity: 0;
			}
		}

		/* Standard syntax */
		@-keyframes cd-bottom3 {
			0%   {
				top: 150px;
				right: -900px;
				opacity: 0;
			}
			3%	{
				opacity: 1;
			}
			97%	{
				opacity: 1;
			}
			100%   {
				top: 150px;
				right: 750px;
				opacity: 0;
			}
		}



/* MAIN MENU (WITH ANIMATION) */
.cd-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
	background-color: rgba(238, 238, 238, 0.9);
	border-bottom: solid 1px #54C0E8;
	z-index: 1000;
	-webkit-animation: cd-menu 5.5s; /* Safari 4.0 - 8.0 */
	animation: cd-menu 5.5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
}


@media (max-width: 800px) {
	.cd-menu {
		height: 200px;
	}
}

@media (min-width: 1750px) {
	.cd-menu {
		height: 150px;
	}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cd-menu{
    0%   {
		opacity: 0;  	
    }
    95% {
    	opacity: 0;
    }
    100%   {
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes cd-menu{
    0%   {
		opacity: 0;  	
    }
    95% {
    	opacity: 0;
    }
    100%   {
		opacity: 1;
	}
}


.cd-logo {
	position: absolute;
	top: 5px;
	left: 15px; 
	z-index: 1000;
	width: 250px;
	-webkit-animation: cd-logo 5.5s; /* Safari 4.0 - 8.0 */
	animation: cd-logo 5.5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
}

@media (max-width: 800px) {
	.cd-logo {
		top: 30px;
		left: -5px;
		width: 70%;
		max-height: 140px;
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (min-width: 1750px) {
	.cd-logo {
		top: 10px;
		left: 20px;
		width: 350px;
		-webkit-animation: cd-logo 5.5s; /* Safari 4.0 - 8.0 */
		animation: cd-logo 5.5s;
		-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	}
}

.cd-menu > a > .butn1 {
	position: fixed;
	top: 100px;
	right: 0px;
	width: 150px;
	height: 20px;
	color: white;
	text-align: center;
	background-color: #54C0E8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.7;
	text-transform: uppercase;
	~webkit-animation: in 0.5s;
	animation: in 0.5s;
}

@media (max-width: 800px) {
	.cd-menu > a > .butn1 {
		display: none;
	}
}

@media (max-width: 800px) {
	.cd-menu > a > .butn1r {
		position: absolute;
		top: 300px;
		left: 0px;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		background-color: #54C0E8;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.4;
		text-transform: uppercase;
	}
}

@media (min-width: 1750px) {
	.cd-menu > a > .butn1 {
		top: 150px;
		width: 200px;
		height: 30px;
		font-size: 0.9em;
		line-height: 2;
	}
}

@media (min-width: 801px) {
	.cd-menu > a > .butn1r {
		display: none;
	}
}

/*
.cd-menu > a > .butn1:hover {
	-webkit-animation: out 0.5s forwards;
	animation: out 0.5s forwards;
	-webkit-animation-timing-function: ease;
}
*/

/* Safari 4.0 - 8.0 */
@media (min-width: 800px) {
	@-webkit-keyframes in  {
		0%   {
			height: 100px;
		}
		100%   {
			height: 20px;
		}
	}

	/* Standard syntax */
	@keyframes in  {
		0%   {
			height: 100px;
		}
		100%   {
			height: 20px;
		}
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes out  {
		0%   {
			height: 20px;
		}
		100%   {
			height: 100px;
		}
	}

	/* Standard syntax */
	@keyframes out  {
		0%   {
			height: 20px;
		}
		100%   {
			height: 100px;
		}
	}
}

/* Safari 4.0 - 8.0 */
@media (min-width: 1750px) {
	@-webkit-keyframes in  {
		0%   {
			height: 150px;
		}
		100%   {
			height: 130px;
		}
	}

	/* Standard syntax */
	@keyframes in  {
		0%   {
			height: 150px;
		}
		100%   {
			height: 30px;
		}
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes out  {
		0%   {
			height: 30px;
		}
		100%   {
			height: 150px;
		}
	}

	/* Standard syntax */
	@keyframes out  {
		0%   {
			height: 30px;
		}
		100%   {
			height: 150px;
		}
	}
}


.cd-menu > a > .butn2 {
	position: fixed;
	top: 100px;
	width: 150px;
	height: 20px;
	color: white;
	text-align: center;
	right: 150px;
	background-color: #00A0DF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.7;
	text-transform: uppercase;
	~webkit-animation: in 0.5s;
	animation: in 0.5s;
}

@media (max-width: 800px) {
	.cd-menu > a > .butn2 {
		display: none;
	}
}

@media (max-width: 800px) {
	.cd-menu > a > .butn2r {
		position: absolute;
		top: 250px;
		left: 0px;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		background-color: #00A0DF;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.4;
		text-transform: uppercase;
	}
}

@media (min-width: 1750px) {
	.cd-menu > a > .butn2 {
		top: 150px;
		right: 200px;
		width: 200px;
		height: 30px;
		font-size: 0.9em;
		line-height: 2;
	}
}

@media (min-width: 801px) {
	.cd-menu > a > .butn2r {
		display: none;
	}
}

/*
.cd-menu > a > .butn2:hover {
	-webkit-animation: out 0.5s forwards;
	animation: out 0.5s forwards;
	-webkit-animation-timing-function: ease;
}
*/

.cd-menu > a > .butn3 {
	position: fixed;
	top: 100px;
	width: 150px;
	height: 20px;
	color: white;
	text-align: center;
	right: 300px;
	background-color: #005CB9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.7;
	text-transform: uppercase;
	~webkit-animation: in 0.5s;
	animation: in 0.5s;
}

/*
.cd-menu > a > .butn3:hover {
	-webkit-animation: out 0.5s forwards;
	animation: out 0.5s forwards;
	-webkit-animation-timing-function: ease;
}
*/

@media (max-width: 800px) {
	.cd-menu > a > .butn3 {
		display: none;
	}
}

@media (max-width: 800px) {
	.cd-menu > a > .butn3r {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		background-color: #005CB9;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.4;
		text-transform: uppercase;
	}
}

@media (min-width: 1750px) {
	.cd-menu > a > .butn3 {
		top: 150px;
		right: 400px;
		width: 200px;
		height: 30px;
		font-size: 0.9em;
		line-height: 2;
	}
}

@media (min-width: 801px) {
	.cd-menu > a > .butn3r {
		display: none;
	}
}

.butn4r-address {
	position: fixed;
	bottom: 50px;
	left: 0px;
	width: 100%;
	height: 50px;
	color: #005CB9;
	text-align: center;
	background-color: #dddddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 3;
	border-top: 1px solid #005CB9;
    
}

.cd-menu > a > .butn4r {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	color: white;
	text-align: center;
	background-color: #005CB9;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 3;
	text-transform: uppercase;
}

/*
@media (min-width: 801px) {
	.cd-menu > a > .butn4r {
		display: none;
	}
}
*/

@media (max-width: 800px) {
	.cd-menu > a > .butn5r {
		position: fixed;
		bottom: 50px;
		left: 0px;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		background-color: #00A0DF;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.4;
		text-transform: uppercase;
	}
}

@media (min-width: 801px) {
	.cd-menu > a > .butn5r {
		display: none;
	}
}

/*
.cd-contact {
	position: fixed;
	top: 15px;
	right: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.cd-contact {
		display: none;
	}
}

@media (min-width: 1750px) {
	.cd-contact {
		top: 30px;
		right: 30px;
		font-size: .8em;
	}
}
*/

.cd-careers {
	position: fixed;
	top: 15px;
	right: 100px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.cd-careers {
		display: none;
	}
}

@media (min-width: 1750px) {
	.cd-careers {
		top: 30px;
		right: 120px;
		font-size: .8em;
	}
}


a.cd-contact {
	color: #777;
	text-decoration: none;
}

a.cd-contact:hover, a.cd-contact:active {
	color: #00A0DF;
}

a.cd-careers {
	color: #777;
	text-decoration: none;
}

a.cd-careers:hover, a.cd-contact:active {
	color: #00A0DF;
}

h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .7em;
    line-height: 2em;
    font-weight: normal;
}

@media (max-width: 1750px) {
	h6 {
    font-size: 1em;
	}
}

h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 2em;
    font-weight: normal;
}

@media (max-width: 1750px) {
	h5 {
    font-size: 1.5em;
	}
}



/* BEGIN MAIN CONTENT PANEL */
.cd-panel {
	position: absolute;
	background-color: white;
	top: 150px;
	left: 20%;
	right: 20%;
	padding: 10px;
	z-index: 500;
	border: 1px solid #54C0E8;
	box-shadow: 5px 10px 18px #888888;
	-webkit-animation: cd-panel 6.5s; /* Safari 4.0 - 8.0 */
	animation: cd-panel 6.5s;
	-webkit-animation-timing-function: ease; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 1s;	
}

@media (max-width: 800px) {
	.cd-panel {
	top: 375px;
	left: 2%;
	right: 2%;
	max-width: 1000px;
	font-size: 18px;
	}
}

@media (min-width: 1750px) {
	.cd-panel {
	top: 225px;
	left: 25%;
	right: 25%;
	font-size: 32px;
	max-width: 1500px;
	}
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes cd-panel{
    0%   {
		opacity: 0;  	
    }
    95% {
    	opacity: 0;
    }
    100%   {
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes cd-panel{
    0%   {
		opacity: 0;  	
    }
    95% {
    	opacity: 0;
    }
    100%   {
		opacity: 1;
	}
}



/** MODAL **/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

@media (max-width: 800px) {
	.modal {
		top: 0px;
	}
}

/* The RESPONSIVE CONTACT Modal (background) */
.modalr {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

@media (max-width: 800px) {
	.modalr {
		top: 0px;
	}
}




/* The APPLY Modal (background) */
.applymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

@media (max-width: 800px) {
	.applymodal {
		top: 0px;
	}
}


/* The MISSION Modal (background) */
.mmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

@media (max-width: 800px) {
	.mmodal {
		top: 0px;
	}
}

/* The SERVICES Modal (background) */
.smodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

@media (max-width: 800px) {
	.smodal {
		top: 0px;
	}
}


/* The CAREERS Modal (background) */
.cmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

@media (max-width: 800px) {
	.cmodal {
		top: 0px;
	}
}





/* Modal Content */
.modal-content {
    position: relative;
	background: #ddd url("images/negative-space.png") no-repeat center;
	background-size: cover;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 1000px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #005cb9;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #54c0e8;
    text-decoration: none;
    cursor: pointer;
}

.mclose {
    color: #005cb9;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mclose:hover,
.mclose:focus {
    color: #54c0e8;
    text-decoration: none;
    cursor: pointer;
}

.sclose {
    color: #005cb9;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.sclose:hover,
.sclose:focus {
    color: #54c0e8;
    text-decoration: none;
    cursor: pointer;
}


.cclose {
    color: #005cb9;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.cclose:hover,
.cclose:focus {
    color: #54c0e8;
    text-decoration: none;
    cursor: pointer;
}

.applyclose {
    color: #005cb9;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.applyclose:hover,
.applyclose:focus {
    color: #54c0e8;
    text-decoration: none;
    cursor: pointer;
}



.modal-header {
    padding: 2px 16px;
    background-color: rgba(240, 240, 240, 0.6);
    color: black;
    text-align: left;
    border-bottom: 1px solid #005cb9;
}

.icon-mail {
	position: absolute;
	display: inline-block;
	top: 32px;
	left: 25px;
	width: auto;
	height: 20px;
}

.modal-body {
	padding: 8px 16px;
}

.modal-footer {
	padding: 25px;
    background-color: rgba(240, 240, 240, 0.6);
	border-top: 1px solid #999;
}

.modal-button {
	position: absolute;
	display: inline-block;
	bottom: 8%;
	right: 12%;
	width: 125px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid white;
	background-color: #005cb9;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
	color: white;
}

.modal-button:hover,
.modal-button:focus {
    background-color: #54c0e8;
    cursor: pointer;
	text-decoration: none;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
 
input[type=text]:focus, select:focus, textarea:focus {
    border: 0px solid #54C0E8;
    background-color: white;
}




/** FLEX CONTAINER **/
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container>input,
.flex-container>textarea {
  width: 100%;
  margin: 10px;
}
