/*
	PAGE FADE-IN
	DEFAULT BODY SETUP
*/
html {
	background-color: #ddd9d4;
}

body {
	width: auto;
	margin: 0 auto;
	padding: 75px 10px 10px 10px;
	max-width: 1200px;
	-webkit-transition: opacity 2s ease-in-out, margin 1.5s ease-in-out;
	-moz-transition: opacity 2s ease-in-out, margin 1.5s ease-in-out;
	transition: opacity 2s ease-in-out, margin 1.5s ease-in-out;
}

html body {
	opacity: 1;
}

html body.hidden {
	opacity:0;
}

@media only screen and (min-width: 768px) {		
	body.s-p {
		margin-left: 330px;
	}
}

/*
	SCENE ONE
*/
.coverComp {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 450px;
	background-color: white;
	z-index: -1;
}

.logo {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
}

.ie .cover, /* keep ie in check */
.cover {
	position: relative;
	background: none;
	background-image: url(/pages/judees/backgrounds/judees-1024.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	background-position: center center;
	height: 580px;
	overflow: hidden;
	z-index: 0;
}

.ie .cover * {
	display: none;
}


@media only screen and (min-width: 768px) {
	body.s-p-c .logo {
		margin: 0 auto;
		width: auto;
		display: block;
	}
}
@media only screen and (min-width: 1098px) {
	.logo {
		margin: 0 auto;
		width: auto;
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
		
	body.s-p-c .cover {
		background: none;
		background-color: #FFF;
	}
	
	body.s-p-c .cover .sect {
		position: absolute;
		top: 0;
		width: 25%;
		height: 100%;
		background-image: url(/pages/judees/backgrounds/judees-1200.jpg);
		background-repeat: no-repeat;
		-webkit-transition: all 2s ease-in-out;
		-moz-transition: all 2s ease-in-out;
		transition: all 2s ease-in-out;
	}

	.cover .sect.one {
		left: 0px;
		background-position: 0px 0px;
		z-index: -1;
	}
		.cover.phase1 .sect.one {
			left: 125%;
			margin-top: 25%;
			height:50%;
			border-radius: 50%;
			opacity: 0;
		}

	.cover .sect.two {
		left: 25%;
		background-size: 1200px 800px;
		background-position: 33% 0px;
	}
		.cover.phase2 .sect.two {
			top: 100%;
		}

	.cover .sect.three {
		left: 50%;
		background-position: 66% 0px;
	}
		.cover.phase3 .sect.three {
			top: -100%;
		}

	.cover .sect.four {
		left: 75%;
		background-position: 100% 0px;
		z-index: -1;
	}
		.cover.phase4 .sect.four {
			left: -25%;
			margin-top: -25%;
			height:50%;
			border-radius: 50%;
			opacity: 0;
		}

}

@media only screen and (min-width: 1530px) {
		
	.cover {
		background: none;
		background-color: #FFF;
	}
	
	.cover .sect {
		position: absolute;
		top: 0;
		width: 25%;
		height: 100%;
		background-image: url(/pages/judees/backgrounds/judees-1200.jpg);
		background-repeat: no-repeat;
		-webkit-transition: all 2s ease-in-out;
		-moz-transition: all 2s ease-in-out;
		transition: all 2s ease-in-out;
	}
}

/*
	SCENE TWO AND THREE
*/

.r2c1c2 .r2c1 .content .wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	padding: 25px;
	font-size: 24px;
	font-weight: 300;
}

.content img {
	width: 100%;
	height: auto;
}
	
@media only screen and (min-width: 768px) {
	
	.content img {
		width: 100%;
		height: 100%;
	}
}

/*
	FOOTER
*/
#footer {
	margin-top: 0px;
	background-color: #fff;
}
#footer li a span {
	color: #000;	
}
