/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
	background-size:cover;
}
.fullscreen,
.content-outer {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-outer,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-outer,
.hero .content-outer{
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-outer {
	display:table;
}
.content-inner {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
section.panel-1col-clean {
	padding:0 !important;
}
.not-fullscreen, .hero {
    height:420px;
	position: relative;
}
#bg {
  left: 0;
  position: absolute;
  top: 0;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }