 html, body, .header_fullscreen_single, .fullscreen-single {
	height: 100% !important;
}

.header_wrapper:not(.transparent_padding){ 
	position:absolute !important;
	z-index:99999999;
}

.footer_wrapper{display:none;}
/* Header */
.header_fullscreen_single {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.title h1 {
	padding: 0 0 0.2em;
	font-weight: 600;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0 auto;
	color:#222;
}

.background--dark .header_fullscreen_single .title h1{
	color:#fff;
}

.title p {
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 48px;
	cursor: pointer;
}

.fullscreen-single:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.fullscreen-single.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%; 
	padding: 0.8em;
	width: 300%;
	color: #fff;
	content: attr(data-info);
	font-size: 64px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "\e3c5";
	color:#222;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'moon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.background--dark button.trigger span::before{
	color:#fff;
}

/* Content */
.viewport .content {
	margin: 0 auto;
	padding: 0 0 3em;
}

.single .content > div:not(.title) {
	margin: -80px auto 0;
	max-width: 900px;
	padding: 0 1.25em;
}

.viewport article .content > div:not(.title) p {
	margin: 0 auto 1.5em auto;
}

.viewport article .content > div:not(.title) p:first-child {

}

.viewport article .content h3 {
	margin: 0;
}

.viewport article .content blockquote {
	padding: 0.25em;
}

 /* -------------------------- */
/* Push */
/* -------------------------- */
.viewport .intro-effect-push:not(.notrans) .header_fullscreen_single,
.viewport .intro-effect-push:not(.notrans) > .title,
.viewport .intro-effect-push:not(.notrans) .content > div {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.viewport .intro-effect-push:not(.notrans) .header_fullscreen_single {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}


.viewport .intro-effect-push .header_fullscreen_single {
	position: absolute;
	z-index: 1500;
}

.viewport .intro-effect-push > .title {
	position: relative;
	top: auto;
	left: auto;
	padding: 6em 1em 2em;
}

.viewport .intro-effect-push .content > div {
	margin-top: 50px;
	color: #777;
}

.viewport .intro-effect-push > .title,
.viewport .intro-effect-push .content > div {
	-webkit-transform: translateY(400px);
	transform: translateY(400px);
	opacity: 0;
}

.viewport .intro-effect-push.modify > .title,
.viewport .intro-effect-push.modify .content > div {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.viewport .intro-effect-push.modify .header_fullscreen_single {
	opacity: 0;
	-webkit-transform: translateY(-100%) scale(0.9);
	transform: translateY(-100%) scale(0.9);
}

/* Delays */
.viewport .intro-effect-push.modify:not(.notrans) > .title {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.viewport .intro-effect-push.modify:not(.notrans) .content > div {
	-webkit-transition-delay: 0.6s; 
	transition-delay: 0.6s;
}

.fullscreen-single .info{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;

}
.fullscreen-single .content{padding-bottom:150px;}
.fullscreen-single .info li{
	margin-top:0;
}
.fullscreen-single .info li{float:left;  margin-right:18px;line-height:inherit;}
.fullscreen-single .info li i{margin-right: 7px;float: left;line-height:inherit;}

@media screen and (max-width: 27em) {
	.intro-effect-push .header_fullscreen_single .title {
		top: 60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	button.trigger::before {
		display: none;
	}
}