body {
	/* background-color: #433225; */
	background-color: #f2f0e1;
}
.navbar-transparent {
	background-color: rgba(67, 50, 37,.7) !important;
	margin-top: -50px;
}
.main-menu {
	margin: 0 auto;
}
.main-menu li {
	text-align: left;
	display: flex;
	border-radius: 0 !important;
}
.main-menu > li > a {
	text-transform: none !important;
	font-size: 16px !important;
	border-radius: 0 !important;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	width: 100%;
	box-sizing: border-box;
}
.main-menu > li:hover > a {
	background-color: rgba(255, 255, 255, 0.1) !important;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
	.main-menu {
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: stretch;
		float: none !important;
	}
	.main-menu li {
		text-align: center;
	}
}

.navbar.navbar-transparent {
	padding: 0;
}
.house-menu {
	width: 100%;
	margin-top: 20px;
	padding: 0 15px;
}
.house-menu>li {
	width: 13%;
	margin-right: 1.2%;
	display: inline-block;
	vertical-align: top;
}
.house-menu>li:last-child {
	margin-right: 0;
}
.house-menu>li>a {
	background: #f6f0e6;
	height: 140px;
	display: block;
	border-radius: 6px;
	padding: 30px 20px;
	color: #433225;
	font-size: 1.15em;
	font-weight: bold;
}
.house-menu>li.active>a, .house-menu>li>a:hover {
	background: #433225;
	color: #fff;
}
.video-preview {
	padding: 10px;
	border-radius: 6px;
	background: #f6f0e6;
	margin: 30px 0;
	
}
.video-preview .video-preview-inner {
	position: relative;
}
.video-preview figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0,0,0,.3);
	justify-content: center;
	align-items: center;
}
/*.video-preview figcaption a {
	display: block;
	margin-top: 25%;
	}*/
.video-preview figcaption img {
	display: block;
	margin: 0 auto 20px;
}
.video-preview figcaption span {
	font-weight: bold;
	font-size: 3rem;
	color: #fff;
}
.video-preview figcaption img {
	width: 60px;
}	
.video-preview figcaption span {
	font-size: 2rem;
}
.owl-carousel {
	margin: 30px 0;
}
.owl-prev, .owl-next {
	width: 36px;
	height: 36px;
	border-radius: 18px !important;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	background: #433225 !important;
}
.owl-prev:hover, .owl-next:hover {
	opacity: .7;
}
.remodal {
	max-width: 1920px !important;
}
.video-remodal {
	padding: 0;
	background: none !important;
	width: 90vw !important;
}
.video-remodal iframe {
	width: 100%;
}
.remodal-overlay {
	background: rgba(67, 50, 37, 0.9);
}
.tour-remodal {
	width: 90% !important;
	max-width: 90% !important;
	padding: 0;
	background: none !important;
}
.tour-remodal iframe {
	width: 100%;
	height: 600px;
}
.objects {
	margin: 30px 0;
	padding: 0;
}
.objects li {
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
}
.objects li a {
	display: block;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 10px 20px;
	/*width: 240px;*/
	background: #f6f0e6;
	color: #433225;
	border-radius: 6px;
	font-weight: bold;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.objects li a:hover {
	color: #f6f0e6;
	background: #433225;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.page-header {
	position: relative;
}
.page-header-overlay {
	background: rgba(67, 50, 37,.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-title {
	font-size: 40px;
}
.page-header-overlay h1 {
	font-size: 40px;
	color: #FFF;
}
.page-content {
	padding-top: 0;
}
.page-content p {
	font-size: 15px;
	/*text-indent: 25px;*/
}
.page-content h2, .page-content h3 {
	text-align: center;
	margin-top: 0;
}
.remodal-close {
	color: #fff;
	background: rgba(255,255,255,.3);
}
.main-container {
	padding: 0 30px;
	background: #fff;
	border-radius: 0 0 6px 6px;
	/* margin-top: -60px; */
	margin-top: 0;
	position: relative;
	z-index: 3;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.fancybox-caption {
	padding: 20px 0 60px;
	font-size: 18px;
}
.marker {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: yellow;
	border: solid 4px rgba(67, 50, 37, 1);
	cursor: pointer;
	z-index: 2;
}
.marker-container {
	position: absolute;
}
.marker-container .tooltiptext {
	/*visibility: hidden;*/
	opacity: 0;
	width: 200px;
	height: 32px;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 0 5px 5px 0;
	position: absolute;
	z-index: 1;
	top: -9px;
	left: 0; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.marker-container .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 0;
	right: 100%; /* To the left of the tooltip */
	margin-top: 0;
	border-width: 16px;
	border-style: solid;
	border-color: transparent rgba(0,0,0,.7) transparent transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.marker-container .tooltiptext a {
	color: #FFF;
	text-decoration: underline;
}
.marker-container .tooltiptext a:hover {
	text-decoration: none;
}

/* Show the tooltip text when you mouse over the tooltip container */
.marker:hover + .tooltiptext, .tooltiptext:hover {
	/*visibility: visible;*/
	opacity: 1;
	transition: all .3s;
}
.map {
	width: 100%;
	margin-top: 20px;
}
.toggle-left {
	float:  left;
	margin-left: 15px;
}

.sidenav {
	height: 100%;
	width: 260px;
	position: fixed;
	z-index: 1030;
	top: 0;
	background-color: #433225;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.right-sidenav {
	right: -260px;
}
.left-sidenav {
	left:-260px;
}
.right-sidenav.active {
	right: 0;
}
.left-sidenav.active {
	left: 0;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 36px;
	margin-left: 50px;
}

.main-container {
	background: url('../img/ww/content_tl.png'), url('../img/ww/content_br.png'), url('../img/ww/content_bl.png'), url('../img/ww/content_tr.png');
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: top left, bottom right, bottom left, top right;
	background-size: 30%, 20%, 30%, 30%;
	/*background-color: #dbd6b0;*/
	background-color: #fff;
	padding-bottom: 200px;
}
.big-hidden {
	display: none;
}
.photo-container {
	margin-top: 30px;
}
.photo-container .owl-carousel {
	margin-top: 0;
}
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media screen and (max-width: 991px) {
	.marker-container {
		display: none;
	}
	.page-header {
		height: 40vh !important;
		min-height: auto;
	}
	.main-container {
		background: #fff;
		padding-bottom: 0;
	}
	.objects {
		display: none;
	}
	.small-hidden {
		display: none;
	}
	.big-hidden {
		display: block;
	}
	.navbar-toggle {
		height: 32px;
	}
	.navbar-toggle {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.tour-remodal iframe {
		height: 400px !important;
	}
}
