html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: center;
	font-size: 1em;
	font-family: 'Proxima N W15 Light', serif;
	background-color: #f1eeea

}

ul {
	list-style: none;
	padding: 1em 0 1em 1em;
}
footer {
	color: #756a64;
}
footer a, footer a:visited {
	color: #756a64;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: #756a64;
}

header {
	width: 100%;
	padding-top: 5%;
}

.brand {
	max-width: 16em;
	margin: auto auto 4em;
}
.brand svg {
	max-height: 4em;
	max-width: 16em;
	width: 100%;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f1eeea;
	padding: 12px;
}

.item img {
	width: 100%;
	height: auto;
}

.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.mainBody {
	margin: auto;
	max-width: 854px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: flex;
}

.leftBox,
.rightBox {
	position: relative;
	max-width: 380px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.leftBox > a {
	background-image: url("../img/karyatis-min.jpg");
	background-position: center center;
	background-size: cover;
}

.rightBox > a  {
	background-image: url("../img/thission-min.jpg");
	background-position: center center;
	background-size: cover;
}

.rightBox > a,
.leftBox > a {
	position: relative;
	display: block;
	width: 100%;
}

.placeholder {
	max-height: 560px;
	height: 100vh;
}

.contentText ul {
	margin-bottom: 1.875em;
}
.contentText ul li {
	line-height: 1.4;
}
.contentText ul a {
	color: #756a64;
	font-size: 1.875em;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	-webkit-transition: color .75s;
	transition: color .75s;
}
.contentText ul a:hover {
	color: #a79890;
}

.leftBox .contentText {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	max-height: 0;
	overflow:hidden;
	transition: max-height 1.5s;
	font-family: 'Proxima N W15 Light', sans-serif;
	background-color: #ffffffb3;
}
.rightBox .contentText {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	max-height: 0;
	overflow:hidden;
	transition: max-height 1.5s;
	font-family: 'Proxima N W15 Light', sans-serif;
	background-color: #ffffffb3;
}
.leftBox.selected .contentText {
	max-height: 100%;
}
.rightBox.selected .contentText {
	max-height: 100%;
}

.buttonLeft {
	display: block;
	max-width: 360px;
	max-height: 60px;
	width: 100%;
	padding: 1.25em;
	box-sizing: border-box;
	background: #96744e;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-family: 'Proxima N W15 Bold', sans-serif;
	letter-spacing: 0;
	font-weight: 700;
	transition-property: background, letter-spacing;
	transition-duration: .75s, .3s;
}
.buttonRight {
	display: block;
	max-width: 360px;
	max-height: 60px;
	width: 100%;
	padding: 1.25em;
	box-sizing: border-box;
	background: #708e41;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-family: 'Proxima N W15 Bold', sans-serif;
	letter-spacing: 0;
	font-weight: 700;
	transition-property: background, letter-spacing;
	transition-duration: .75s, .3s;
}
/*.buttonLeft:hover {*/
	/*background: #be9570;*/
	/*letter-spacing: 2px;*/
/*}*/

.hotelLogo {
	position: absolute;
	top: 1em;
	left: 0;
	right: 0;
	margin: auto;
}
.hotelLogo svg {
	max-height: 4em;
}

footer .inner {
	margin: auto;
	max-width: 1126px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .inner > * {
	width: 100%;
}
footer .inner .copy {
	font-size: .75em;
	text-align: left;
}
footer .inner .powered {
	font-size: .75em;
	text-align: right;
}



@media screen and (max-width: 767px) {
	header .brand {
		margin-bottom: 2em;
	}
	.mainBody {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.leftBox, .rightBox {
		max-width: 100%;
	}
	.leftBox .contentText {
		margin: 3em auto 3em 0;
		padding: 0 .75em;
		text-align: left;
	}
	.rightBox .contentText {
		margin: 3em auto 3em 0;
		padding: 0 .75em;
		text-align: left;
	}
    /*.leftBox > a, .rightBox > a {*/
	    /*padding-top: 90%;*/
    /*}*/

    .contentText ul a {
	    font-size: 1.5em;
	}

    footer .inner {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    text-align: center;
    }

    footer .inner > div {
	    margin-bottom: .5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.mainBody {
		margin-bottom: 4em;
	}
	/*.leftBox .contentText {*/
		/*right: 0;*/
		/*margin: 3em auto;*/
		/*text-align: center;*/
	/*}*/
	/*.rightBox .contentText {*/
		/*left: 0;*/
		/*margin: 3em auto;*/
		/*text-align: center;*/
	/*}*/
}
@media screen and (max-width: 1280px) {
	.leftBox, .rightBox {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.leftBox .contentText,
	.rightBox .contentText {
		position: relative;
		max-height: 100%;
		margin: 3em auto;
		text-align: center;
	}
	footer {
		position: relative;
	}
}