/*
	PAGE FADE-IN
*/

html {
	background-color: #FFFFFF;
}
body {
	width: auto;
	padding-top: 75px;
	-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;
	}
}

#menu {
	
}
.header {
	background-color: #FFF;
	border: 0px solid #CCC;
	border-bottom-width: 1px;
}

.header .wrapper {
	height: 48px;
	background: none;
	border: none;
}

/*
	SCENE ONE
*/
.scene1 {
	position: relative;
	background-color: #FFF;
}

.scene1 .wrap {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 600px;
}

.scene1 h1 {
	padding: 10px 25px 10px 25px;
	line-height: 40px;
	font-family: raleway-bold;
	font-size: 18px;
	display: block;
}

.scene1 a {
	position: relative;
	margin: 0 auto;
	padding: 5px 25px 10px 10px;
	width: 100%;
	height: 35px;
	border: 0px solid #ccc;
	border-bottom-width: 1px;
	line-height: 20px;
	font-family: lato;
	font-size: 14px;
	display: block;
}

.scene1 a:visited,
.scene1 a:link {
	color: #32ADFF;
}


	
@media only screen and (min-width: 768px) {

	.scene1 {
		
	}
	
	.scene1 h1 {
		line-height: 75px;
		font-size: 2em;
	}
	
	.scene1 a {
		font-size: 18px;
	}
	
}

@media only screen and (min-width: 1200px) {
	
	/*
		SCENE TWO
	*/
	body.s-p-c .scene1 {
		position: relative;
		padding-top: 0;
		width: 50%;
		height: 550px;
		background-color: #FFF;
	}
	
}

@media only screen and (min-width: 1530px) {
	
	/*
		SCENE TWO
	*/
	.scene1 {
		position: relative;
		padding-top: 0;
		width: 50%;
		height: 550px;
		background-color: #FFF;
	}
	
}


/*
	SCENE TWO
*/
.scene2 {
	position: relative;
	padding: 10px;
	width: 100%;
	height: 400px;
	background-color: #FFF;
}

.scene2 #map {
	position: relative;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1200px) {	
	
	body.s-p-c .scene2 {
		float: right;
		width: 50%;
		height: 500px;
	}
				
}

@media only screen and (min-width: 1530px) {	
	
	.scene2 {
		float: right;
		width: 50%;
		height: 500px;
	}
				
}

/*
	FOOTER
*/
#footer {
	margin-top: 0px;
	background-color: #ececec;
}
#footer li a span {
	color: #000;	
}
