body, html {
	margin: 0;
	overflow: hidden;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	transition: opacity 400ms;
}

body, .onepage-wrapper, html {
	display: block;
	position: static;
	padding: 0;
	width: 100%;
	height: 100%;
}

.onepage-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	-webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
	width: 100%;
	height: 100%;
}

.onepage-pagination {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
}
.onepage-pagination li {
	padding: 0;
	text-align: center;
}
.onepage-pagination li a{
	padding: 10px;
	width: 4px;
	height: 4px;
	display: block;

}
.onepage-pagination li a:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgba(256,256,256,0.55);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid black;
	margin-top: -4px;
	left: 8px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
	overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
	position: relative !important;
	top: auto !important;
	left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	transform: none !important;
	-ms-transform: none !important;
	min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
	display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
	position: inherit;
}
html {
	height: 100%;
}
body {
	background: #E2E4E7;
	padding: 0;
	position: relative;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.main section .page_container {
	position: relative;
	margin: 0 auto 0;
	max-width: 950px;
	top: 50%;
	z-index: 3;
	transform: translate(0, -50%);
}
.main section  {
	overflow: hidden;
}

.main section > img {
	position: absolute;
	max-width: 100%;
	z-index: 1;
}

.main section.page1 h1 {
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
	font-size: 40px;
	color: #bfa161;
}

.main section .page_container .btns {
	clear: both;
	float: left;
	text-align: center;
	width: 435px;
}
.main section .page_container .btns a{
	text-align: center;
}
.main section {
	background-image: linear-gradient(90deg, rgb(238 238 238 / 0%), rgb(233 236 239 / 68%)), url(../img/about/journey.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
/*.main section.page2 > img {*/
/*	position: absolute;*/
/*	top: -300px;*/
/*	left: 50%;*/
/*	margin-left: -1095px;*/
/*}*/
.main section.page2 .page_container {
	margin-top: 150px;
	overflow: hidden;
}
.main section.page2 h1 {
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
	font-size: 50px;
	letter-spacing: -1px;
	/*color: white;*/
}
.main section.page2 h2 {
	/*color: rgba(255,255,255,0.85);*/
	text-align: center;
	line-height: 160%;
	/*font-weight: 100;*/
}
.viewing-page-2 .back{
	background: rgba(0, 0, 0, 0.25);
	color: #FFF;
}
/*.main section.page3 {*/
/*	background:url(tilted-phone.png) no-repeat 156px -150px ;*/
/*}*/
/*.main section.page3 .page_container, .main section.page5 .page_container {*/
/*	overflow: hidden;*/
/*	width: 500px;*/
/*	right: -285px;*/
/*}*/
.main section.page3 h1 {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	/*font-size: 70px;*/
	/*letter-spacing: -1px;*/
}
.main section.page3 h2 {
	/*color: rgb(121 99 78);*/
	text-align: left;
	line-height: 160%;
	font-weight: 600;
}
.main section h2{
	color: #fff;
	line-height: 160%;
	font-weight: 700;
	font-size: 46px;
	position: relative;
	padding-bottom: 15px;
}
.main section h2:after {
	content: '';
	position: absolute;
	bottom: 4px;
	height: 2px;
	width: 270px;
	background: #d33d00;
	left: 0;
}
.main section.page2 h2:after {
	left: 50%;
	right: 50%;
	transform: translate(-50%, 50%);
}
.main section h1{
	font-size: 40px;
	transition: all 1s;
	color: #bfa161;
}
.main section p {
	font-size: 26px;
	color: #fff;
	max-width: 670px;
	text-align: justify;
}
.main section.page2 p {
	margin: auto;
	text-align: center;
	color: #fff;
	max-width: 650px;
}
body.disabled-onepage-scroll .onepage-wrapper  section {
	min-height: 100%;
	height: auto;
}

body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
	padding: 20px;
	margin-top: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.disabled-onepage-scroll  section .page_container h1{
	text-align: center;
	font-size: 50px;
}
body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
	text-align: center;
	width: 100%;
}

body.disabled-onepage-scroll .main section.page1 > img {
	position: absolute;
	width: 80%;
	left: 10%;
}

body.disabled-onepage-scroll .main section > img {
	position: relative;
	max-width: 80%;
	bottom: 0;
}
body.disabled-onepage-scroll code {
	width: 95%;
	margin: 0 auto 25px;
	float: none;
	overflow: hidden;
}

body.disabled-onepage-scroll .main section.page3 .page_container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.onepage-wrapper img.left-img{
	right: 0;
	bottom: 0;
}
.main section .page_container h6 {
	font-size: 16px;
	color: #efefef;
	margin-top: 20px;
}
.main section .page_container ul {
	color: #bfa161;
	padding-left: 20px;
}
.main section .page_container ul li {
	line-height: 30px;
}
@media screen and (max-width: 768px) {
	.main section.page2 .page_container {
		position: absolute;
		top: 30%;
		margin-top: 0 !important;
	}
	.main section.page2 img {
		position: absolute !important;
		bottom: 5% !important;
	}
	.main section h2{
		font-size: 32px;
	}
	body.disabled-onepage-scroll section .page_container h1 {
		text-align: center;
		font-size: 32px;
	}
	body.disabled-onepage-scroll .onepage-wrapper section{
		height: 700px;
	}
	body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container{
		margin-top: 0;
	}
	.main section .page_container{
		top: 0;
		transform: translate(0, 0);
	}
	.main section p {
		font-size: 18px;
	}
}
