html {
	background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, #ffffff 10%);
	background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 10%);
	overflow: hidden;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'SohoGothicPro-Light';
	color:#292927;
	height: 100vh;
	text-align: center;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 40px 0 0 0;
	padding: 0
}

h2, .vbox-inline h3,.vbox-inline h4 {
	font-family: 'SohoGothicPro-Bold';
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:10px 0 0 0;
	margin: 0;
	color: #292927
}

.vbox-inline h4 {
	font-size: 15px
}

p {
    font-family: 'SohoGothicPro-Light';
		font-weight: normal;
		font-style: normal;
    font-size: 15px;
    letter-spacing: 0;
    padding: 15px 0 0 0;
    margin: 0;
}

	p.footer {
	    font-family: 'SohoGothicPro-Light';
	    font-size: 12px;
	    text-align: center;
	    padding: 150px 0 20px 0;
	    margin: 0;
	    position: absolute;
	    height: auto;
	    bottom: 10px;
	    left: 0;
	    right: 0;
	}

.container>div>div {
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	height: 819px;
	top:0;
	bottom: 0
}

.logo {
	position: absolute;
    left: -38px;
    bottom: 81px;
    transform: rotate(-90deg);
    max-width: 158px;
}

.container ul li {
	text-align: center !important;
	width:100%;
	list-style-type: none;
}

.container ul li img {
	margin:auto;
	width:500px;
	margin-top: 40px
}

.scene {
	padding:0;
}

.social_icons {
	text-align: center;
	margin-top: 20px;
}
.social_icons a {
	color: rgb(72,99,117);
	display: inline-block;
	font-size: 14px;
	padding: 0 15px;
	transition: transform 0.3s ease, color 0.3s ease;
}
a:hover {
	color: rgb(72,99,117);
	transform: scale(1.5,1.5);
	text-decoration: none
}
a {
	font-family: 'SohoGothicPro-Bold';
	color:#292927;
	text-transform: uppercase;
	font-size: 10px
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(72,99,117,0.8);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	color: transparent;
	outline: none;
	color:#fff;
	background: transparent;
	font-size: 25px;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-cornershape {
	background: transparent;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.5s;
	transition: visibility 0s 0.5s;
}

.overlay-cornershape.open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
	background-color: rgba(72,99,117,0.8);
}

.overlay-cornershape svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

.overlay-cornershape .overlay-path {
	fill: rgba(72,99,117,0.8);
}

.overlay-cornershape p {
	display: block;
	width: 80%;
	height: auto;
	text-align: left;
	color: #fff;
	z-index: 99999;
	position: absolute;
    left: 0;
    right: 0;
    top:20px;
    margin: auto;
    height: 100%;
    bottom:20px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 90%;
    padding: 0 50px 0 0;
}

.overlay-cornershape nav,
.overlay-cornershape .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.4s 0.4s;
	transition: opacity 0.4s 0.4s;
}

.overlay-cornershape.open nav,
.overlay-cornershape.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.overlay-cornershape.close nav,
.overlay-cornershape.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* -- venobox --*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.vbox-overlay {
	background: #fdfdfd;
	background: rgba(72,99,117,0.8);
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.vbox-inline {
	max-width: 800px;
	max-height: 700px;
	padding: 10px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}

.vbox-inline h3 {
	margin: 10px 0 30px 0;
}

.vbox-inline h4 {
	margin: 25px 0 10px 0;
}

.vbox-inline p {
	padding: 0 0 10px 0;
}

.vbox-close,
.vbox-preloader {
	display: none;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
	.vbox-inline {
		max-height: 320px;
	}
}

/*Mobile*/
@media (max-width:767px){

	h1 {
		font-size: 30px;
		letter-spacing: 1px;
		margin: 30px 0 0 0;
	}

	h2 {
		padding:10px 0 0 0;
	}

	p {
		padding:20px 0 0 0;
		font-size: 14px
	}

	p, h1, h2 {
		position: static !important;
	}

	html, body {
		overflow-y:auto ;
		height: 100%;
		background-color: #ffffff;
		overflow-y: hidden;
	}

	.container>div>div {
		height: 100%;
		background-size: cover;
		position: static
	}

	.logo {
    position: absolute;
    left: -39px;
    bottom: 64px;
    transform: rotate(-90deg);
    max-width: 130px;
}

	.container ul li img {
		width:300px;
		margin-top: 30px;
		height: 211px;
		position: relative !important
	}
	p.footer {
    font-family: 'SohoGothicPro-Light';
		font-weight: normal;
		font-style: normal;
    font-size: 12px;
    text-align: center;
    padding: 150px 50px 20px 50px;
    margin: 0;
    position: absolute !important;
    height: auto;
    bottom: 10px;
    left: 0;
    right: 0;
}
	.vbox-inline {
		max-height: 340px;
	}
}
