#scroll-down {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: calc(100vh - 170px);
	right: 20px;
	width: 46px;
	writing-mode: vertical-lr;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1;
	font-size: 14px;
	overflow: hidden;
	pointer-events: none;
}

#scroll-down-arrow {
	display: block;
	position: relative;
	margin-top: 10px;
	width: 2px;
	height: 70px;
}

#scroll-down-arrow:before {
	content: ' ';
	position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4e6eb;
    animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes elasticus {
    0% {
        transform-origin: 0% 0%;
        transform: scale(1, 0);
    }
    50% {
        transform-origin: 0% 0%;
        transform: scale(1, 1);
    }
    50.1% {
        transform-origin: 0% 100%;
        transform: scale(1, 1);
    }
    100% {
        transform-origin: 0% 100%;
        transform: scale(1, 0);
    }
}

#demo-page-content-wpr {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#demo-page-content-wpr > section {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	max-width: 880px;
	margin: 0 auto 120px;
}

.demo-header {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.demo-header h2 {
	font-size: 38px;
	text-align: center;
	margin: 0;
}

.demo-header p {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #adb0b5;
}

.demo-header span {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	color: #18191a;
	font-size: 150px;
	font-weight: 900;
	line-height: 1;
	transform: translate(-50%,-30%);
}

#demo-imagine-imgs {
	display: block;
	position: relative;
	width: 100%;
	margin: 15px 0 60px;
}

#demo-imagine-center-img {
	display: block;
	position: relative;
	z-index: 2;
	width: 46%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}

#demo-imagine-left-img,
#demo-imagine-right-img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 38%;
	max-width: 320px;
	height: auto;
	transform: translate(0,-50%);
}

#demo-imagine-left-img {
	left: 30px;
}

#demo-imagine-right-img {
	right: 30px;
}

#demo-imagine-center-img img:nth-child(1),
#demo-imagine-left-img img:nth-child(1),
#demo-imagine-right-img img:nth-child(1) {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

#demo-imagine-center-img img:nth-child(2),
#demo-imagine-left-img img:nth-child(2),
#demo-imagine-right-img img:nth-child(2) {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

#demo-page-content-wpr > section#demo-playground-section {
	margin: 0 auto 30px;
}

#demo-page-content-wpr > section#demo-unique-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: auto;
	margin: 0 auto 60px;
}

#demo-unique-images {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 400px;
}

#demo-unique-images > div {
	display: block;
	position: relative;
	width: calc(50% - 10px);
	max-width: 190px;
}

#demo-unique-left-imgs {
	transform: translateY(-30px);
}

#demo-unique-right-imgs {
	transform: translateY(30px);
}

#demo-unique-images > div img:nth-child(1) {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}

#demo-unique-images > div img:nth-child(2) {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

#demo-unique-section .demo-header {
	position: relative;
	z-index: 1;
	text-align: left;
	width: 50%;
	max-width: 400px;
}

#demo-unique-section .demo-header h2 {
	text-align: left;
}

#demo-disclosure-scene {
	display: block;
	position: relative;
	margin-top: 60px;
	width: 100%;
	height: auto;
	overflow: hidden;
	opacity: 0;
	transform: scale(.8);
	box-shadow: 0 0 24px rgba(0,0,0,.5);
}

#demo-disclosure-scene img:nth-child(1) {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

#demo-disclosure-scene img:nth-child(2) {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

#demo-responsive-scene {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 60px;
}

#demo-responsive-scene-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#demo-responsive-scene-left-clmn,
#demo-responsive-scene-right-clmn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 240px;
}

#demo-responsive-scene-left-clmn {
	text-align: right;
}

#demo-responsive-scene-left-clmn div:first-of-type,
#demo-responsive-scene-right-clmn div:first-of-type {
	margin-bottom: 140px;
}

#demo-responsive-scene span {
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: 800;
}

#demo-responsive-scene p {
	display: block;
	width: 100%;
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #adb0b5;
}

#demo-responsive-scene-mockup {
	display: block;
	position: relative;
	z-index: 1;
	width: 296px;
	max-width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#demo-responsive-scene-mockup img:nth-child(1) {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

#demo-responsive-scene-mockup img:nth-child(2),
#demo-responsive-scene-mockup img:nth-child(3),
#demo-responsive-scene-mockup img:nth-child(4) {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}

#demo-responsive-scene-mockup img:nth-child(2) {
	transform: translate3d(0, 0, 0);
	transition: transform .4s ease-in-out;
}

#demo-responsive-scene-mockup img:nth-child(2).slide {
	transform: translate3d(-148px, 0, 0);
}

#demo-responsive-scene-mockup img:nth-child(3) {
	display: none;
	width: 100%;
}

#demo-responsive-scene-mockup img:nth-child(4) {
	z-index: 3;
	width: 100%;
}

#demo-page-notes-wpr {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 30px;
	background-color: #242526;
}

#demo-page-notes-wpr ul {
	box-sizing: border-box;
	width: calc(100% - 40px);
	max-width: 880px;
	margin: 0 auto;
	padding: 50px 0 50px 10px;
	border-bottom: 1px solid #3a3b3c;
}

#demo-page-notes-wpr ul li {
	font-size: 12px;
	color: #adb0b5;
	font-weight: 500;
	line-height: 1.8;
}

#demo-page-notes-wpr ul li a {
	color: #3b7ade;
}

#demo-page-notes-wpr ul li:before {
	left: -10px;
	width: 3px;
	height: 3px;
	background-color: #adb0b5;
}

#demo-page-notes-wpr + footer {
	margin: 0;
}

@media screen and (max-width: 1440px) {

	#scroll-down {
		display: none;
	}

}

@media screen and (max-width: 920px) {

	.demo-header span {
		top: 0;
		font-size: 120px;
		color: #1b1c1e !important;
		transform: translate(-50%,-40px);
	}

	#demo-page-content-wpr > section#demo-unique-section {
		flex-direction: column-reverse;
	}

	#demo-unique-section .demo-header {
		width: 100%;
		margin-bottom: 60px;
		text-align: center;
	}

	#demo-unique-section .demo-header h2 {
		text-align: center;
	}

	#demo-imagine-center-img img:nth-child(1),
	#demo-imagine-left-img img:nth-child(1),
	#demo-imagine-right-img img:nth-child(1),
	#demo-unique-images > div img:nth-child(1) {
		filter: drop-shadow(0 0 12px rgba(0,0,0,.5));
	}

	#demo-imagine-center-img img:nth-child(2),
	#demo-imagine-left-img img:nth-child(2),
	#demo-imagine-right-img img:nth-child(2),
	#demo-unique-images > div img:nth-child(2) {
		display: none;
	}

	#demo-imagine-center-img {
		width: 50%;
	}

	#demo-imagine-left-img,
	#demo-imagine-right-img {
		width: 45%;
		transform: translate(0,-50%) !important;
	}

	#demo-imagine-left-img {
		left: 0;
	}

	#demo-imagine-right-img {
		right: 0;
	}

	#demo-unique-left-imgs,
	#demo-unique-right-imgs {
		transform: translate3d(0px, 0px, 0px) !important;
	}

	#demo-disclosure-scene {
		opacity: 1 !important;
		visibility: visible !important;
		transform: scale(1) !important;
	}

	#demo-responsive-scene {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#demo-responsive-scene-mockup {
		margin: 0;
		max-width: 50%;
	}

	#demo-responsive-scene-mockup img:nth-child(2) {
		display: none;
	}

	#demo-responsive-scene-mockup img:nth-child(3) {
		display: block;
	}

	#demo-responsive-scene-text {
		position: relative;
		margin-left: 80px;
		width: 240px;
	}

	#demo-responsive-scene-left-clmn {
		text-align: left;
	}

	#demo-responsive-scene-left-clmn div:first-of-type,
	#demo-responsive-scene-left-clmn div:last-of-type, 
	#demo-responsive-scene-right-clmn div:first-of-type {
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 768px) {

	#demo-responsive-scene-text {
		margin-left: 40px;
	}

}

@media screen and (max-width: 450px) {

	#demo-page-content-wpr > section {
		margin: 0 auto 60px;
	}

	#demo-page-content-wpr > section#demo-unique-section {
		margin: 0 auto 50px;
	}

	#demo-unique-section .demo-header {
		margin-bottom: 40px;
		text-align: left;
	}

	.demo-header h2,
	#demo-unique-section .demo-header h2 {
		font-size: 24px;
		text-align: left;
	}

	.demo-header p {
		margin: 5px 0 0;
		text-align: left;
	}

	.demo-header p br {
		display: none;
	}

	.demo-header span {
		font-size: 55px;
		transform: translate(-50%,-15px);
	}

	#demo-imagine-imgs {
		margin: 0 0 40px;
	}

	#demo-unique-images > div {
		width: calc(50% - 5px);
	}

	#demo-responsive-scene span {
		font-size: 16px;
	}

	#demo-disclosure-scene {
		margin-top: 40px;
	}

	#demo-responsive-scene {
		display: block;
		margin-top: 40px;
	}

	#demo-responsive-scene-mockup {
		margin: 0 auto 40px;
		max-width: 70%;
	}

	#demo-responsive-scene-text {
		display: block;
		width: 100%;
		margin: 0;
	}

	#demo-responsive-scene-left-clmn, 
	#demo-responsive-scene-right-clmn {
		width: 100%;
	}

	#demo-responsive-scene-left-clmn div:first-of-type, 
	#demo-responsive-scene-left-clmn div:last-of-type, 
	#demo-responsive-scene-right-clmn div:first-of-type {
		margin-bottom: 40px;
	}

	#demo-page-content-wpr > section#demo-playground-section {
		margin: 0 auto 15px;
	}

	#demo-page-notes-wpr {
		margin-top: 15px;
	}

}

@media screen and (max-width: 350px) {

	.demo-header h2 {
		font-size: 20px;
	}

	.demo-header span {
		font-size: 45px;
		transform: translate(-50%,-10px);
	}
}