html, body, 
.container {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-y: hidden;
}

body {
	overflow-y: scroll;
	background: #333;
}

.splitlayout {
	position: relative;
	overflow-x: hidden;
	height: 730px;
	width: 100%;
}

/* Intro sides */
.side {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 50%;
	min-width: 500px;
	height: 730px;
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.open-left .side,
.open-right .side {
	cursor: default;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 499;
	visibility: hidden;
	width: 100%;
	height: 730px;
	opacity: 0;
}

.side-left .overlay {
	background: rgba(0,0,0,0.7);
}

.side-right .overlay {
	background: rgba(0,0,0,0.3);
}

.side-left {
	left: 0;
	background: #d9d9d9;
	color: #323019;
	outline: 1px solid #d9d9d9; /* avoid gap */
}

.side-right {
	right: 0;
	background: #dedab4;
	color: #313a21;
	outline: 1px solid #dedab4; /* avoid gap */
}

/* Intro content, profile image and name, back button */
.intro-content {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 1em;
	width:100%;
	height: 730px;
	cursor: pointer;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.kvfloorplan img{
	width: 100%;
}

.kvtypes_slider_container h2{
	font-size: 40px !important;
	font-weight: normal;
	margin: 0 0 20px 0 !important;
	padding: 0;
}

.kvtypes_slider_container{
	padding: 40px;
}

.kvtypes_divider{padding: 0 20px;}

/***** Side-left Types *****/

.side-left .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #bebebe;
	margin: auto;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.side-left .kvtypes_container{
	overflow: hidden;
	clear: both;
}

.side-left .kvtypes_img{
	float: left;
	margin-top: 80px;
	width: 34%;
}

.side-left .kvtypes_img img{
	width: 100%;
	height: 100%;
}

.side-left .kvtypes_content{
	float: right;
	text-align: left;
	width: 66%;
}

.side-left .kvtypes_content h2{
	font-size: 40px;
	margin: 0;
	padding: 0 0 0 55px;
}

.side-left .kvtypes_specs{
	background-color: #cbcbcb;
	margin-top:34px;
	font-size: 18px;
	color: #323019;
	padding: 10px 0 10px 55px;
}

.side-left .kvtypes_content p{
	font-size: 18px;
	color: #323019;
	line-height: 30px;
	padding: 10px 50px;
	font-weight: 300;
}


.side-left .kvtypes_button{
	border: 1px solid #a4a4a4;
	width: 200px;
	float: left;
	margin: 0 0 0 55px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 300;
}

/***** Open Left for Side left Types *****/
.open-left .side-left .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #bebebe;
	margin: 0 0 0 55px;
	float: left;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.open-left .side-left .kvtypes_img{
	display: none;
}

.open-left .side-left .kvtypes_content{
	float: none;
	text-align: left;
	width: 100%;
}

.open-left .side-left .kvtypes_content p{
	font-size: 18px;
	color: #323019;
	line-height: 30px;
	padding: 10px 50px;
	width: 60%
}

.open-left .side-left .kvtypes_button{
	display: none;
}

/***** Side Right Types *****/
.side-right .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #b9b48d;
	margin: auto;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.side-right .kvtypes_container{
	overflow: hidden;
	clear: both;
}

.side-right .kvtypes_img{
	float: left;
	margin-top: 80px;
	width: 34%;
}

.side-right .kvtypes_img img{
	width: 100%;
	height: 100%;
}


.side-right .kvtypes_content{
	float: right;
	text-align: left;
	width: 66%;
}

.side-right .kvtypes_content h2{
	font-size: 40px;
	margin: 0;
	padding: 0 0 0 55px;
}

.side-right .kvtypes_specs{
	background-color: #cbc6a0;
	margin-top:34px;
	font-size: 18px;
	color: #323019;
	padding: 10px 0 10px 55px;
}

.side-right .kvtypes_content p{
	font-size: 18px;
	color: #323019;
	line-height: 30px;
	padding: 10px 50px;
	font-weight: 300;
}

.side-right .kvtypes_button{
	border: 1px solid #a4a4a4;
	width: 200px;
	float: left;
	margin: 0 0 0 55px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 300;
}

/***** Open Right for Side Right Types *****/
.open-right .side-right .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #b9b48d;
	float: right;
	margin: 0 55px 0 0;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.open-right .side-right .kvtypes_content h2{
	font-size: 40px;
	margin: 0;
	padding: 0 55px 0 0;
}

.open-right .side-right .kvtypes_specs{
	background-color: #cbc6a0;
	margin-top:34px;
	font-size: 18px;
	color: #323019;
	padding: 10px 55px 10px 0;
	margin-left: 2px;
}

.open-right .side-right .kvtypes_img{
	display: none;
}

.open-right .side-right .kvtypes_content{
	float: none;
	text-align: right;
	width: 100%;
}

.open-right .side-right .kvtypes_content p{
	font-size: 18px;
	color: #323019;
	line-height: 30px;
	padding: 10px 50px;
	width: 60%;
	float: right;
}

.open-right .side-right .kvtypes_button{
	display: none;
}

/***** back button style *****/
.back {
	position: fixed;
	z-index: 500;
	display: block;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	border: 1px solid #a4a4a4;
	width: 200px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #394128;
	text-decoration: none;
	font-weight: 300;
}

.back-left {
	left: 14.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 550px;
}

.back-right {
	right: 14.5%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	top: 550px;
}

.open-right .back-left,
.open-left .back-right {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	pointer-events: auto;
}

.back:hover {

}

/* Pages */
.page {
	position: relative;
	top: 0;
	overflow: auto;
	height: 730px;
	width: 60%;
	height: auto;
	font-size: 1.4em;
	-webkit-backface-visibility: hidden;
}

.page-right {
	left: 40%;
	outline: 5px solid #b9b48d; /* avoid rounding gaps */
	background: #b9b48d;
	color: #313a21;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	height: 730px;
}

.splitlayout.open-right {
	background: #b9b48d;
}

.page-left {
	left: 0;
	outline: 5px solid #bebebe; /* avoid rounding gaps */
	background: #bebebe;
	color: #323019;
	text-align: right;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 730px;
}

.splitlayout.open-left {
	background: #bebebe;
}

/* Inner page content */
.page-inner {
}

.page-inner section {
}

.page-inner h2 {
	margin: 0 0 1em 0;
	font-weight: 300;
	font-size: 2.4em;
}

.page-inner p {
}

/* All transitions */
.side,
.page {
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.overlay {
	-webkit-transition: opacity 0.6s, visibility 0.1s 0.6s;
	transition: opacity 0.6s, visibility 0.1s 0.6s;
}

.intro-content {
	-webkit-transition: -webkit-transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s;
}

.intro-content h1,
.back {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Open and close */

/* We need to set the position and overflow for the respective page scroll */
.reset-layout .page,
.splitlayout.open-right .page-left,
.splitlayout.open-left .page-right,
.splitlayout.close-right .page-left,
.splitlayout.close-left .page-right {
	position: absolute;
	overflow: hidden;
	height: 100%;
}

.splitlayout.open-right .page-right,
.splitlayout.open-left .page-left {
	position: relative;
	overflow: auto;
	height: auto;
}

.open-right .side-left .overlay,
.open-left .side-right .overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

/* Right side open */
.open-right .side-left {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}

.open-right .side-right {
	z-index: 200;
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
}

.close-right .side-right {
	z-index: 200;
}

.open-right .side-right .intro-content {
	-webkit-transform: translateY(-50%) translateX(-50%) ;
	transform: translateY(-50%) translateX(-50%) ;
}

.open-right .page-right {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/* Left side open */
.open-left .side-right {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

.open-left .side-left {
	z-index: 200;
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
}

.close-left .side-left {
	z-index: 200;
}

.open-left .side-left .intro-content {
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%) ;
}

.open-left .codropsheader {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.1s 0.3s;
	transition: opacity 0.3s, visibility 0.1s 0.3s;
}

.open-left .page-left {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}





/***** Media 1440px *****/

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

.side-left .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #bebebe;
	margin: auto;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.side-left .kvtypes_container{
	overflow: hidden;
	clear: both;
}

.side-left .kvtypes_img{
	float: left;
	margin-top: 80px;
	width: 34%;
}

.side-left .kvtypes_img img{
	width: 100%;
	height: 100%;
}

.side-left .kvtypes_content{
	float: right;
	text-align: left;
	width: 66%;
}

.side-left .kvtypes_content h2{
	font-size: 36px;
	margin: 0;
	padding: 0 0 0 25px;
}

.side-left .kvtypes_specs{
	background-color: #cbcbcb;
	margin-top:36px;
	font-size: 16px;
	color: #323019;
	padding: 10px 0 10px 25px;
}

.side-left .kvtypes_content p{
	font-size: 16px;
	color: #323019;
	line-height: 26px;
	padding: 10px 25px;
	font-weight: 300;
}


.side-left .kvtypes_button{
	border: 1px solid #a4a4a4;
	width: 200px;
	float: left;
	margin: 0 0 0 25px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 300;
}

/***** Open Left for Side left Types *****/
.open-left .side-left .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #bebebe;
	margin: 0 0 0 55px;
	float: left;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.open-left .side-left .kvtypes_img{
	display: none;
}

.open-left .side-left .kvtypes_content{
	float: none;
	text-align: left;
	width: 100%;
}

.open-left .side-left .kvtypes_content p{
	font-size: 16px;
	color: #323019;
	line-height: 26px;
	padding: 10px 50px;
	width: 60%
}

.open-left .side-left .kvtypes_button{
	display: none;
}

.back-right {
	right: 14.5%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	top: 580px;
}

/***** Side Right Types *****/

.side-right .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #b9b48d;
	margin: auto;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.side-right .kvtypes_container{
	overflow: hidden;
	clear: both;
}

.side-right .kvtypes_img{
	float: left;
	margin-top: 80px;
	width: 34%;
}

.side-right .kvtypes_img img{
	width: 100%;
	height: 100%;
}


.side-right .kvtypes_content{
	float: right;
	text-align: left;
	width: 66%;
}

.side-right .kvtypes_content h2{
	font-size: 36px;
	margin: 0;
	padding: 0 0 0 25px;
}

.side-right .kvtypes_specs{
	background-color: #cbc6a0;
	margin-top:36px;
	font-size: 16px;
	color: #323019;
	padding: 10px 0 10px 25px;
}

.side-right .kvtypes_content p{
	font-size: 16px;
	color: #323019;
	line-height: 26px;
	padding: 10px 25px;
	font-weight: 300;
}

.side-right .kvtypes_button{
	border: 1px solid #a4a4a4;
	width: 200px;
	float: left;
	margin: 0 0 0 25px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 300;
}

.open-right .side-right .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #b9b48d;
	float: right;
	margin: 0 25px 0 0;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.open-right .side-right .kvtypes_content h2{
	font-size: 36px;
	margin: 0;
	padding: 0 25px 0 0;
}

.open-right .side-right .kvtypes_specs{
	background-color: #cbc6a0;
	margin-top:36px;
	font-size: 16px;
	color: #323019;
	padding: 10px 25px 10px 0;
	margin-left: 2px;
}

.open-right .side-right .kvtypes_img{
	display: none;
}

.open-right .side-right .kvtypes_content{
	float: none;
	text-align: right;
	width: 100%;
}

.open-right .side-right .kvtypes_content p{
	font-size: 16px;
	color: #323019;
	line-height: 26px;
	padding: 10px 25px;
	width: 60%;
	float: right;
}

.open-right .side-right .kvtypes_button{
	display: none;
}

.back-left {
	left: 14.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 580px;
}

}





/***** Media 1280px *****/

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

.side-left .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #bebebe;
	margin: auto;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.side-left .kvtypes_container{
	overflow: hidden;
	clear: both;
}

.side-left .kvtypes_img{
	float: left;
	margin-top: 80px;
	width: 34%;
}

.side-left .kvtypes_img img{
	width: 100%;
	height: 100%;
}

.side-left .kvtypes_content{
	float: right;
	text-align: left;
	width: 66%;
}

.side-left .kvtypes_content h2{
	font-size: 30px;
	margin: 0;
	padding: 0 0 0 25px;
}

.side-left .kvtypes_specs{
	background-color: #cbcbcb;
	margin-top:43px;
	font-size: 12px;
	color: #323019;
	padding: 10px 0 10px 25px;
}

.side-left .kvtypes_content p{
	font-size: 14px;
	color: #323019;
	line-height: 24px;
	padding: 10px 25px;
	font-weight: 300;
}


.side-left .kvtypes_button{
	border: 1px solid #a4a4a4;
	width: 200px;
	float: left;
	margin: 0 0 0 25px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 300;
}

/***** Open Left for Side left Types *****/
.open-left .side-left .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #bebebe;
	margin: 0 0 0 25px;
	float: left;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.open-left .side-left .kvtypes_img{
	display: none;
}

.open-left .side-left .kvtypes_content{
	float: none;
	text-align: left;
	width: 100%;
}

.open-left .side-left .kvtypes_content p{
	font-size: 14px;
	color: #323019;
	line-height: 24px;
	padding: 10px 50px;
	width: 60%
}

.open-left .side-left .kvtypes_button{
	display: none;
}

.back-right {
	right: 14.5%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	top: 580px;
}

/***** Side Right Types *****/

.side-right .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #b9b48d;
	margin: auto;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.side-right .kvtypes_container{
	overflow: hidden;
	clear: both;
}

.side-right .kvtypes_img{
	float: left;
	margin-top: 80px;
	width: 34%;
}

.side-right .kvtypes_img img{
	width: 100%;
	height: 100%;
}


.side-right .kvtypes_content{
	float: right;
	text-align: left;
	width: 66%;
}

.side-right .kvtypes_content h2{
	font-size: 30px;
	margin: 0;
	padding: 0 0 0 25px;
}

.side-right .kvtypes_specs{
	background-color: #cbc6a0;
	margin-top:43px;
	font-size: 12px;
	color: #323019;
	padding: 10px 0 10px 25px;
}

.side-right .kvtypes_content p{
	font-size: 14px;
	color: #323019;
	line-height: 24px;
	padding: 10px 25px;
	font-weight: 300;
}

.side-right .kvtypes_button{
	border: 1px solid #a4a4a4;
	width: 200px;
	float: left;
	margin: 0 0 0 25px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	font-weight: 300;
}

.open-right .side-right .kvtypes{
	width:  190px;
	height: 72px;
	color: #fff;
	background-color: #b9b48d;
	float: right;
	margin: 0 25px 0 0;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 40px;
}

.open-right .side-right .kvtypes_content h2{
	font-size: 30px;
	margin: 0;
	padding: 0 25px 0 0;
}

.open-right .side-right .kvtypes_specs{
	background-color: #cbc6a0;
	margin-top:43px;
	font-size: 12px;
	color: #323019;
	padding: 10px 25px 10px 0;
	margin-left: 2px;
}

.open-right .side-right .kvtypes_img{
	display: none;
}

.open-right .side-right .kvtypes_content{
	float: none;
	text-align: right;
	width: 100%;
}

.open-right .side-right .kvtypes_content p{
	font-size: 14px;
	color: #323019;
	line-height: 24px;
	padding: 10px 25px;
	width: 60%;
	float: right;
}

.open-right .side-right .kvtypes_button{
	display: none;
}

.back-left {
	left: 14.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 580px;
}

}
