/*********************** SHOWCASE  / START ************************************/
.showcase {
/*	background: url('../graphics/showcase-bg.jpg') left top; (removed grey slideshw background 9_21_14 */
	box-sizing: border-box;
	box-shadow: inset 0px 75px 75px 0px rgba(0,0,0,0.0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 3s;
	-webkit-transition-delay: 3s;
}
.showcase-active {
	box-shadow: inset 0px 75px 75px 0px rgba(0,0,0,0.0);
}
/*********************** SECTION1  / START ************************************/
.section1 {
	box-sizing: border-box;
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	opacity: 1;
}
.section1-active {
	opacity: 1;
}
.section1 .content-left .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.0);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.0);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
	-webkit-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}
.section1 .content-right .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.0);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.0);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
	-webkit-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}
.section1 .content-center .content {
	padding: 5px 15px;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.0);
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.0);
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
	-webkit-transition: all 1s ease 2s;
	transition: all 1s ease 2s;
}
.active-borders {
	background: url('../graphics/content-tl.png') left top no-repeat, url('../graphics/content-tr.png') right top no-repeat, url('../graphics/content-bl.png') left bottom no-repeat, url('../graphics/content-br.png') right bottom no-repeat;
	-webkit-box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5)!important;
	box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5)!important;
}
/*********************** SECTION2  / START ************************************/
.section2 {
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.section2 .section-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('../graphics/section2-accent-graphic-top.png') center 0px no-repeat;
	border-top: 30px #F7F8F9 solid;
	border-bottom: 30px #F7F8F9 solid;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}
.section2-active {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('../graphics/section2-accent-graphic-top.png') center 0px no-repeat;
	border-top: 30px #F7F8F9 solid;
	border-bottom: 30px #F7F8F9 solid;
}
/*********************** PARALLAX1  / START ************************************/
.parallax1 {
	background: url('../themed-images/parallax-backgrounds/images/parallax1.jpg') no-repeat fixed 50% 0;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
/*********************** PARALLAX2  / START ************************************/
.parallax2 {
	background: url('../themed-images/parallax-backgrounds/images/parallax2.jpg') no-repeat fixed 50% 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
/*********************** PARALLAX3  / START ************************************/
.parallax3 {
	background: url('../themed-images/parallax-backgrounds/images/parallax3.jpg') no-repeat fixed 50% 0;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
/*********************** FOOTER  / START **************************************/
.footer {
	background: url('../graphics/footer-top.png') center top repeat-x;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.footer-active {
	opacity: 1;
}

