body, div#cont, div#footer, div#blurb
{
	width: 100%;
	max-width: 100%;
}

#caption {
	overflow: hidden;
}

.vctr
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

div#footer .inner
{
	width: 100%;
	max-width: 1280px;
}
div#cont
{
	height: 100%;
	overflow: hidden;
}
div#incont
{
	width: 100%;
	max-width: 1280px;
}
.lyt_head_small div#cont
{
	overflow: visible;
	height: auto;
	min-height: 0 !important;
}
div#spacer
{
	height: 1308px;
}

div#home_slides
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFFFFF;
	position: fixed;
	overflow: hidden;
}
.lyt_head_small div#home_slides
{
	position: absolute;
	left: 0px;
	top: 440px;
	height: 600px;
}
div#home_slides img
{
	display: block;
	margin: auto;
	width: 100%;
}
div#home_slides img#cur_slide
{
	position: absolute;
	left: 0px;
	z-index: 10;
}
div#home_slides img#front_slide
{
	position: absolute;
	left: 0px;
	z-index: 15;
	opacity: 0;
	transition: none;
	-webkit-transition: none;
}
div#home_slides img#front_slide.show
{
	opacity: 1;
	transition: opacity 2.0s ease;
	-webkit-transition: opacity 2.0s ease;
}
div#home_slides img.top
{
	top: 0px;
}
div#home_slides img.bottom
{
	bottom: 0px;
}

div#caption
{
	position: relative;
	width: 100%;
	max-width: 620px;
	height: 340px;
	z-index: 30;
	text-align: center;
}
.lyt_head_small div#caption
{
	position: absolute;
	left: 0px;
	top: 100px;
}

div#caption.blue
{
	background-color: rgba(3, 49, 107, 0.85);
	transition: background-color 1.5s linear;
	-webkit-transition: background-color 1.5s linear;
}
div#caption.green
{
	background-color: rgba(30, 171, 108, 0.85);
	transition: background-color 1.5s linear;
	-webkit-transition: background-color 1.5s linear;
}
div#caption.yellow
{
	background-color: rgba(0, 174, 239, 0.85);
	transition: background-color 1.5s linear;
	-webkit-transition: background-color 1.5s linear;
}
.lyt_head_small div#caption.blue
{
	background-color: rgba(3, 49, 107, 1);

}
.lyt_head_small div#caption.green
{
	background-color: rgba(30, 171, 108, 1);
}
.lyt_head_small div#caption.yellow
{
	background-color: rgba(0, 174, 239, 1);
}

div#caption_cont
{
	position: absolute;
	z-index: 32;
	width: 100%;
	height: 340px;
	left: 0px;
	top: 0px;
	opacity: 0;
}
div#caption_cont.init
{
	opacity: 1;
	transition: none;
	-webkit-transition: none;
}
div#caption_cont.hide
{
	opacity: 0;
	transition: opacity 2.0s linear;
	-webkit-transition: opacity 2.0s linear;
}
div#trans_caption_cont
{
	position: absolute;
	z-index: 31;
	width: 100%;
	height: 340px;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 2.0s linear;
	-webkit-transition: all 2.0s linear;
}
div#trans_caption_cont.show
{
	opacity: 1;
}

div#caption p
{
	color: #FFFFFF;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 200;
	font-size: 52pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
}

.lyt_head_small div#caption p
{
	font-size: 2rem;
}

.lyt_head_small div#caption .small
{
	font-size: 0.75rem;
}

div#caption .med
{
	font-size: 20pt;
	line-height: 140%;
}
div#caption .semi
{
	font-size: 28pt;
	line-height: 140%;
}
div#caption .large
{
	font-size: 44pt;
}
div#caption .small
{
	font-size: 14pt;
}
div#caption .bold, div#caption strong
{
	font-weight: bold;
}

div#caption div.sep
{
	background: #FFFFFF;
	width: 190px;
	line-height: 1px;
	margin: auto;
	margin-top: 26px;
	margin-bottom: 32px;
}

div#blurb
{
	width: 100%;
	height: 120px;
	position: absolute;
	z-index: 38;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: #03316B;
}
.lyt_head_small div#blurb
{
	position: absolute;
	bottom: auto;
	top: 910px;
}

#image_spacer
{
	width: 100%;
	height: 40px;
}

div#blurb .inner
{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	text-align: left;
}

div#blurb p
{
	margin: 18px;
	margin-left: 48px;
	margin-right: 48px;
	line-height: 140%;
}
div#blurb p, div#blurb a
{
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: 300;
}

.lyt_head_small div#blurb a
{
	font-size: 1rem;
	display: block;
	margin: 18px auto;
}


div#scroll_hint
{
	position: absolute;
	width: 21px;
	height: 40px;
	right: 48px;
	top: 24px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("../_img/scroll-hint.png");
	opacity: 0;
	transition: none;
	-webkit-transition: none;
}
div#scroll_hint.off
{
	background-position: right bottom;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
div#scroll_hint.on
{
	background-position: right bottom;
	opacity: 1;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

div#footer
{
	bottom: -88px;
}
.lyt_head_small div#footer
{
	bottom: auto;
}

.slide-cont-4 {
	padding-top: 30px;
}
.slide-cont-1 {
	padding-top: 60px;
}
.slide-cont-2 {
	padding-top: 48px;
}
.slide-cont-3 {
	padding-top: 28px;
}

.lyt_head_small .slide-cont-4 {
	padding-top: 24px;
}
.lyt_head_small .slide-cont-1 {
	padding-top: 90px;
}
.lyt_head_small .slide-cont-2 {
	padding-top: 26px;
}
.lyt_head_small .slide-cont-3 {
	padding-top: 90px;
}
