@charset "utf-8";
@import url('bootstrap-reboot.min.css');
@import url('bootstrap-grid.min.css');
@import url('owl.carousel.css');
@import url('owl.theme.css');
@import url('fancybox.css');

/* <loader */
.pace {
	-webkit-pointer-events: none;
		pointer-events: none;
	-webkit-user-select: none;
			-moz-user-select: none;
				user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #85a296;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #85a296, 0 0 5px #85a296;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
		-moz-transform: rotate(3deg) translate(0px, -4px);
			-ms-transform: rotate(3deg) translate(0px, -4px);
				-o-transform: rotate(3deg) translate(0px, -4px);
					transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #85a296;
	border-left-color: #85a296;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
		-moz-animation: pace-spinner 400ms linear infinite;
			-ms-animation: pace-spinner 400ms linear infinite;
				-o-animation: pace-spinner 400ms linear infinite;
					animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* loader> */

body {
	margin: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	line-height: 20px;
}
@media  (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}

/* <mini reset */
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
/* mini reset> */

* {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
}

.visible {
	overflow: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
}
.hidden {
	overflow: hidden;
	height: 0;
}

/* <header */
header {
	width: 100%;
	max-width: 1920px;
	height: 110px;
}
header h1 {
	margin-top: 20px;
	width: 294px;
	height: auto;
}
header h1 a {
	display: block;
	background: url("../images/tla-home-logo.svg") 0 0 no-repeat;
	width: 294px;
	height: 69.3px;
	text-indent: -9999px;
}
header.shrink {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 101;
	margin-right: auto;
	margin-left: auto;
	background-color: #85a296;
	height: 70px;
	-moz-box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
		-webkit-box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
			box-shadow: 0px 4px 3px 0px rgba(73,104,111,0.2);
}
header.shrink h1 {
	float: left;
	margin: 13px 0 0;
	width: 41.5px;
	height: auto;
}
header.shrink h1 a {
	background: url("../images/tla-home-symbol-1.svg") 0 0 no-repeat;
	width: 41.5px;
	height: 43px;
}
/* <nav */
nav {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	width: auto;
	height: 20px;
	z-index: 999;
}
nav ul {
	margin: 45px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0;
	list-style-type: none;
}
nav ul li {
	position: relative;
	z-index: 998;
	padding: 0;
	line-height: 20px;
}
nav ul li::before {
	display: inline-block;
	/*content: "·";*/
	content: "";
	width: 10px;
	padding: 0 10px;
	font-size: 15px;
	color: #aabab4;
}
nav ul li:first-child::before {
	content: "";
	width: 0;
	padding-left: 0;
}
nav ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	font-size: 12px;
	color: #85a296;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
nav ul li a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 97%;
	height: 1px;
	border-bottom: 2px solid #d3b58b;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
nav ul li a:hover,
nav ul li a.selected {
	color: #495450;
}
nav ul li a:hover::after {
	transform: scaleX(1);
}
header.shrink nav {
	overflow: hidden;
	height: auto;
}
header.shrink nav ul {
	margin-top: 25px;
}
header.shrink nav ul li a {
	color: #d5ddda;
}
header.shrink nav ul li a:hover,
header.shrink nav ul li a.selected {
	color: #fff;
}

header nav ul.reservations {
	margin-top: 0;
}
header nav ul.reservations li {
	height: 70px;
}
header nav ul.reservations li * {
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
}
header nav ul.reservations li a {
	position: relative;
	z-index: 99;
	top: 0;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 70px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
	border: 2px solid #ede1d1;
	padding: 0 10px;
}
header nav ul.reservations li a:hover {
	border-color: #d3b58b;	
}
header nav ul.reservations li a::after {
	border-bottom: none;
}
header nav ul.reservations li .symbol {
	position: absolute;
	top: -16px;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background: #fff url('../images/reservations.svg') 50% 50% no-repeat;
	width: 50px;
	height: 35px;
}
header nav ul.reservations li .tag {
	display: block;
	margin-top: 17px;
	height: 18px;
	font-family: 'Lora';
	font-size: 12px;
	color: #85a296;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}
header nav ul.reservations li .phone {
	display: block;
	color: #495450;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0;	
}
header nav ul.reservations li .phone em {
	color: #d3b58b;
	font-style: normal;
}
header nav ul.reservations li a:hover .phone {
	color: #d3b58b;
}
header.shrink nav ul.reservations li {
	margin-left: 15px;
	height: auto
}
header.shrink nav ul.reservations li a {
	margin-top: -5px;
	margin-left: 0;
	width: 37px;
	height: 35px;
	padding: 0;
	border: none;
}
header.shrink nav ul.reservations li .symbol {
	top: -2px;
	background: url('../images/reservations-2.svg') 50% 50% no-repeat;
	background-size: cover;
	width: 37px;
	height: 35px;
}
header.shrink nav ul.reservations li .tag {
	display: none;
}
header.shrink nav ul.reservations li .phone {
	display: none;
}

@media (min-width: 1350px) {
	#header.container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#header.container {
		max-width: 100%;
	}
}
@media (max-width: 1199.98px) {
	header h1 {
		margin-top: 30px;
	}
	header h1,
	header h1 a {
		width: 200px;
		height: 47.2px;
	}
	header nav ul.reservations li a {
		margin-left: 15px;
		flex-direction: row;
	}
	header nav ul.reservations li .tag {
		font-size: 12px;
		letter-spacing: 2px;
	}
	header nav ul.reservations li .phone {
		display: block;
		color: #495450;
		font-size: 14px;
		text-align: center;
		letter-spacing: 0;
		white-space: nowrap;
	}
}
@media  (max-width: 991.98px) {
	header {
		height: 100px;
	}
	header.smaller {
		height: 70px;
	}
	#header.container {
		width: 100%;
		max-width: 100%;
	}
	header h1 {
		margin-top: 15px;
		width: 180px;
		height: 43px;
	}
	header h1 a {
		width: 180px;
		height: 43px;
	}
	nav ul#menu-1 {
		display: none;
	}
	header nav ul.reservations {
		margin-right: 40px;
	}
	header nav ul.reservations li a {
		margin-top: -10px;
		flex-direction: row-reverse;
		align-items: stretch;
		height: auto;
		padding: 5px 10px;
	}	
	header.shrink nav ul.reservations li a {
		margin-top: -4px;
		margin-right: 10px;
		margin-left: 0;
		flex-direction: row;
		width: 37px;
		height: 35px;
		padding: 0;
		border: none;
	}
	header.shrink nav ul.reservations li .symbol {
		top: -2px;
		margin-left: 0;
		background: url('../images/reservations-2.svg') 50% 50% no-repeat;
		background-size: cover;
		width: 37px;
		height: 35px;
	}
	header nav ul.reservations.style-1 li a {
		border-color: #d5ddda;
	}
	header.shrink nav ul.reservations.style-1 li a {
		display: none;
	}
	header nav ul.reservations li .symbol {
		position: inherit;
		top: 0;
		margin-left: 5px;
		background: none;
		background: url('../images/reservations.svg') 50% 50% no-repeat;
	}
	header nav ul.reservations li .symbol {
		position: inherit;
		top: 0;
		margin-left: 5px;
		background: none;
		background: url('../images/reservations.svg') 50% 50% no-repeat;
	}
	header nav ul.reservations.style-1 li .symbol {
		background: url('../images/reservations-2.svg');
	}
	header nav ul.reservations li .tag {
		margin-top: 0;
		text-align: right;
	}
	header nav ul.reservations.style-1 li .tag {
		color: #d5ddda;
	}
	header nav ul.reservations li .phone {
		text-align: right;
	}
	header nav ul.reservations.style-1 li .phone {
		color: #d5ddda;
	}
	header nav ul.reservations.style-1 li .phone em {
		color: #d5ddda;
	}
	header nav ul.reservations.style-1 li a:hover .phone {
		color: #d5ddda;
	}
}
@media (max-width: 767.98px) {
	header .container {
		max-width: 100%;
	}
	/*nav {
		height: 0;
	}*/
}
@media (max-width: 575.98px) {
	header {
		height: 140px;
	}
	header nav ul.reservations {
		margin-top: 71px;
		margin-right: 0;
	}
	header.shrink nav ul.reservations {
		margin-top: 0;
		margin-right: 40px;
	}
	header nav ul.reservations.style-1 {
		margin-top: 0;
		margin-right: 40px;
	}
	header nav ul.reservations li a {
		border: none;
	}
	header nav ul.reservations.style-1 li a {
		border: 2px solid #d5ddda;
	}
	header.shrink nav ul.reservations.style-1 li a {
		display: none;
	}
	header nav ul.reservations li .symbol {
		position: inherit;
		top: 0;
		margin-left: 5px;
		background: none;
		background: url('../images/reservations.svg') 50% 50% no-repeat;
	}
	header nav ul.reservations li .symbol {
		position: inherit;
		top: 0;
		margin-left: 5px;
		background: none;
		background: url('../images/reservations.svg') 50% 50% no-repeat;
	}
	header nav ul.reservations.style-1 li .symbol {
		background: url('../images/reservations-2.svg');
	}
	header nav ul.reservations li .tag {
		margin-top: 0;
		text-align: right;
	}
	header nav ul.reservations.style-1 li .tag {
		color: #d5ddda;
	}
	header nav ul.reservations li .phone {
		text-align: right;
	}
	header nav ul.reservations.style-1 li .phone {
		color: #d5ddda;
	}
	header nav ul.reservations.style-1 li .phone em {
		color: #d5ddda;
	}
	header nav ul.reservations.style-1 li a:hover .phone {
		color: #d5ddda;
	}
}

/* <hamburger */
.hamburger {
	right: 30px;
	bottom: auto;
	left: auto;
	z-index: 999;
	margin: 0;
	overflow: visible;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	text-transform: none;
	cursor: pointer;
}
.state-1 {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 100;
}
header.shrink .state-1 {
	top: 20px;
}
.state-2 {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 999;
}
header.shrink .state-2 {
	top: 20px;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 0px;
}

.hamburger-inner {
	top: 50%;
	margin-top: -2px;
	display: block;
}
.shrink .hamburger-inner, .hamburger-inner::before,
.shrink .hamburger-inner::after,
.shrink .hamburger-inner, .shrink .hamburger-inner::before,
.shrink .hamburger-inner::after {
	background-color: #d5ddda;
}
.state-2 .hamburger-inner, .hamburger-inner::before,
.state-2 .hamburger-inner::after {
	background-color: #d5ddda;
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
	position: absolute;
	background-color: #85a296;
	width: 30px;
	height: 3px;
	border-radius: 4px;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
	left: 5px;
	width: 20px;
}
.state-2 .hamburger-inner::before {
	left: 0px;
	width: 30px;
}
.hamburger-inner::after {
	bottom: -10px;
	left: 5px;
	width: 20px;
}
.state-2 .hamburger-inner::after {
	left: 0;
	width: 30px;
}

/* spin */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 992px) {
	.hamburger {
		display: none;
	}
}
/* hamburger> */

/* <menu */
#menu-2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	overflow: auto;
	background: #85a296;
	/*width: 100%;
	height: 100%;*/
	width: 100vw;
	height: 100vh;
}
#menu-2 div {
	margin: 0 auto;
	max-width: 90%;
	color: #e9e9e9;
	text-align: left;
}
#menu-2 div .menu {
	margin: 0;
	padding: 90px 0 0 30px;
}
#menu-2 div .menu li {
	margin: 0;
	display: block;
	width: auto;
	padding: 12px 0;
	text-transform: uppercase;
	line-height: 30px;
}
#menu-2 div .menu li a {
	display: block;
	transition-property: all .2s linear 0s;
	font-size: 30px;
	color: #d5ddda;
	font-weight: 700;
}
#menu-2 div .menu li a:hover,
#menu-2 div .menu li a:focus,
#menu-2 div .menu li a.selected {
	color: #fff;
}

#menu-2 div hr {
	margin: 20px 30px 0 30px;
	background: none;
	height: 1px;
	border: none;
	border-top: 2px solid #d5ddda;
	font-size: 0;
	line-height: 0;
	opacity: 0.5;
}

#menu-2 div .contact {
	margin: 0;
	list-style-type: none;
	padding: 20px 0 20px 20px;
	text-align: left;
}
#menu-2 div .contact li {
	display: inline;
	padding: 0 0 0 10px;
	color: #d5ddda;
	font-weight: 400;
}
#menu-2 div .contact li::before {
	content: "/";
	padding: 0 10px 0 0;
	color: #d5ddda;
	font-weight: 400;
}
#menu-2 div .contact li:first-child::before {
	content: "";
	padding: 0;
}
#menu-2 div .contact li a {
	font-size: 16px;
	color: #d5ddda;
	font-weight: 600;
}
#menu-2 div .contact li a:hover,
#menu-2 div .contact li a:focus {
	color: #fff;
}

#menu-2 div .links {
	margin: 0;
	list-style-type: none;
	padding: 10px 0 20px 20px;
	text-align: left;
}
#menu-2 div .links li {
	display: inline;
	padding: 0 0 0 10px;
	color: #d5ddda;
	font-weight: 400;
}
#menu-2 div .links li a {
	font-size: 14px;
	color: #d5ddda;
	font-weight: 400;
}
#menu-2 div .links li a:hover,
#menu-2 div .links li a:focus {
	color: #fff;
}

@media (max-width: 1199.98px) {
}
@media  (max-width: 991.98px) {
	.overlay div .menu {
		opacity: 0;
		visibility: hidden;
	}
	.overlay div .menu > li {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#menu-2 {
		visibility: hidden;
	}
}
@media (max-width: 767.98px) {
	#menu-2 div .contact {
		padding-left: 30px;
	}
}
@media (max-width: 575.98px) {
	#menu-2 div .menu li a {
		font-size: 25px;
	}	
	#menu-2 div .contact li {
		display: block;
		padding-left: 0;
		line-height: 30px;
	}
	#menu-2 div .contact li::before {
		content: "";
		padding-right: 0;
	}
}
/* menu> */
/* nav> */
/* header> */

/* <banner */
#banner.banner-1 {
	position: relative;
	width: 100%;
	height: 790px;
	background: url("../images/tla-home-banner-1.jpg") 120% 50% no-repeat;
}
#banner.banner-2 {
	height: 110px;
	background: #e9dac5 url("../images/tla-home-banner-2.jpg") 50% 0 no-repeat;
}
#banner.banner-3 {
	height: 110px;
	background: #e2e7e5 url("../images/tla-home-banner-3.jpg") 50% 0 no-repeat;
}
#banner.banner-1 .banner-wrapper {
	position: relative;
	z-index: 98;
	width: calc(100% - 30px);
}
#banner.banner-1 .content {
	position: absolute;
	top: 40px;
	right: auto;
	bottom: auto;
	left: 15px;
	z-index: 99;
	width: 100%;
	height: 710px;
}
#banner.banner-1 .bg {
	position: absolute;
	top: 40px;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 98;
	background-color: #d5ddda;
	width: 70%;
	height: 710px;
	opacity: 0.7;
}
#banner.banner-1 div.text {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	height: 800px;
}
#banner.banner-1 h1 {
	font-family: 'Lora';
	font-size: 40px;
	color: #85a296;
	font-weight: 400;
	font-style: italic;
	line-height: 50px;
}
#banner.banner-1 .style-1 {
	display: block;
	color: #4a5550;
}
#banner.banner-1 .style-2 {
	display: block;
	font-size: 65px;
	color: #4a5550;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 15px;
}
#banner.banner-1 .btn-1 {
	margin-top: 20px;
	margin-bottom: 30px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
}
#banner.banner-1 .btn-1 span {
	z-index: 2;
	display: inline-block;
	background: #85a296  url("../images/pin-1.svg") 50% 50% no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
}
#banner.banner-1 .btn-1 a {
	z-index: 1;
	margin-left: -20px;
	display: inline-block;
	width: auto;
	height: 50px;
	padding: 0 30px;	
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	border: 2px solid #c6d2cd;
	font-family: 'Lora';
	font-size: 15px;
	color: #4a5550;
	font-weight: 400;
	font-style: italic;
	line-height: 46px;
}
#banner.banner-1 .btn-1 a em {
	font-weight: 700;
	font-style: italic;
}

#banner.banner-1 .btn-1 a:hover {
	background-color: #d5ddda;
	border-color: #85a296;
}
#banner.banner-1 p.text {
	padding-right: 150px;
	font-family: 'Lora';
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}
#banner.banner-1 .btn-2 a {
	margin-top: 20px;
	display: inline-block;
	width: auto;
	height: 50px;
	padding: 0 20px;
	font-size: 11px;
	color: #85a296;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 50px;
}
#banner.banner-1 .btn-2 a span::after {
	content: "";
	margin-left: 10px;
	display: inline-block;
	background: url("../images/arrow-1.svg") 0 0 no-repeat;
	width: 30px;
	height: 7px;
}
#banner.banner-1 .btn-2 a:hover {
	color: #495450;
}

@media (min-width: 1300px) {
	#banner.banner-1 {
		background-position: 30vw 50%;
	}
	#banner.banner-1 .container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	#banner.banner-1 {
		background-position: 30vw 50%;
	}
	#banner.banner-1 .container {
		max-width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1349.98px) {
	#banner.banner-1 .container {
		max-width: 100%;
	}
}
@media (max-width: 1199.98px) {
	#banner.banner-1 {
		background-position: 50% 50%;
	}
	#banner.banner-1 .content {
		position: inherit;
		top: 0;
	}
}
@media (max-width: 1199.98px) {
	#banner.banner-1 {
		margin-bottom: 40px;
		height: 740px;
	}
	#banner.banner-1 .bg {
		width: 80%;
		height: 650px;
	}
	#banner.banner-1 div.text {
		height: 740px;
	}
	#banner.banner-1 h1 {
		font-size: 30px;
		color: #4a5550;
		line-height: 40px;
	}
	#banner.banner-1 .style-2 {
		font-size: 55px;
		line-height: 65px;
	}
	#banner.banner-1 .btn-1 a {
		background-color: #fff;
		border: none;
		line-height: 50px;
	}
	#banner.banner-1 .btn-1 span {
		background-color: #495450;
	}
	#banner.banner-1 p.text {
		padding-right: 0;
	}
	#banner.banner-1 .btn-2 a {
		color: #495450;
	}
}
@media (max-width: 991.98px) {
	#banner.banner-1 {
		margin-bottom: 60px;
		background-position: 50% 0;
		background-size: cover;
		height: auto;
	}
	#banner.banner-1 .content {
		height: auto;
	}
	#banner.banner-1 div.text {
		height: auto;
	}
	#banner.banner-1 .bg {
		top: -30px;
		left: auto;
		width: 100%;
		height: calc(100% + 60px);
	}
	#banner.banner-1 h1 {
		margin-top: 90px;
		font-size: 30px;
		line-height: 40px;
	}
	#banner.banner-1 .style-2 {
		font-size: 50px;
		line-height: 60px;
	}
	#banner.banner-1 .btn-2 a {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	#banner.banner-1 {
		background-position: 0 50%;
		background-size: cover;
		margin-bottom: 20px;
	}
	#banner.banner-1 h1 {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	#banner.banner-1 p.btn-1,
	#banner.banner-1 p.text,
	#banner.banner-1 p.btn-2 {
		display: none;
	}
}
@media (max-width: 575.98px) {
	#banner.banner-1 {
		margin-bottom: 20px;
	}	
	#banner.banner-1 .bg {
		top: -70px;
		left: auto;
		width: 100%;
		height: calc(100% + 100px);
	}
	#banner.banner-1 h1 {
		margin-top: 35px;
		font-size: 18px;
		line-height: 25px;
	}
	#banner.banner-1 .style-2 {
		padding-top: 10px;
		font-size: 40px;
		line-height: 45px;
		letter-spacing: 5px;
	}
	#banner.banner-1 .btn-1 a {
		flex: none;
		margin-left: -10px;
		padding: 0 25px;
	}
	#banner.banner-1 .btn-1 span {
		display: none;
	}
	#banner .container {
		padding: 0;
	}
}
/* banner> */

/* <banner-info */
@media (min-width: 768px) {
	#banner-info {
		display: none;
	}
}
@media (max-width: 767.98px) {
	#banner-info .btn-1 {
		margin: 40px 5px 30px;
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		height: 50px;
	}
	#banner-info .btn-1 span {
		z-index: 2;
		display: inline-block;
		background: #85a296  url("../images/pin-1.svg") 50% 50% no-repeat;
		background-size: 50px 50px;
		width: 50px;
		height: 50px;
		-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
				border-radius: 25px;
	}
	#banner-info .btn-1 a {
		z-index: 1;
		margin-left: -20px;
		display: inline-block;
		width: auto;
		height: 50px;
		padding: 0 30px;	
		-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
				border-radius: 25px;
		border: 2px solid #c6d2cd;
		font-family: 'Lora';
		font-size: 15px;
		color: #4a5550;
		font-weight: 400;
		font-style: italic;
		line-height: 46px;
	}
	#banner-info .btn-1 a em {
		font-weight: 700;
		font-style: italic;
	}
	
	#banner-info .btn-1 a:hover {
		background-color: #d5ddda;
		border-color: #85a296;
	}
	#banner-info p.text {
		padding: 0 15px;
		font-family: 'Lora';
		font-size: 15px;
		font-style: italic;
		font-weight: 400;
	}
	#banner-info .btn-2 a {
		margin-top: 20px;
		margin-left: 15px;
		display: inline-block;
		width: auto;
		height: 50px;
		padding: 0 20px;
		font-size: 11px;
		color: #85a296;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 50px;
	}
	#banner-info .btn-2 a span::after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		background: url("../images/arrow-1.svg") 0 0 no-repeat;
		width: 30px;
		height: 7px;
	}
	#banner-info .btn-2 a:hover {
		color: #495450;
	}
}
/* banner-info> */

/* <path */
#path {
	margin: 15px 0 0 0;
	height: 20px;
}
#path ul {
	margin: 0 15px;
	list-style-type: none;
	padding: 0;
	height: 20px;
	text-align: center;
}
#path ul li {
	display: inline-block;
	height: 20px;
	color: #85a296;
	font-weight: 700;
	line-height: 20px;
}
#path ul li::before {
	content: "/";
	padding: 0 10px 0 7px;
	color: #d3b58b;
}
#path ul li:first-child::before {
	content: "";
	padding: 0;
}
#path ul li a {
	color: #85a296;
	font-weight: 400;
}
#path ul li a:hover {
	border-bottom: 1px solid #d3b58b;
	color: #495450;
}

@media (min-width: 1350px) {
	#path .container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#path .container {
		max-width: 100%;
	}
}
/* path> */

/* <section-1 */
@media (min-width: 1200px) {
	#section-1 {
		margin-top: 50px;
		margin-bottom: 70px;
	}
	#section-1 .box .content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 50px 0 0;
		padding-bottom: 20px;
		border: 3px solid #eee2d2;
		-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
				border-radius: 4px;
	}
	#section-1 .box.box-1 .content {
		margin-right: 30px;
		margin-left: 0;
	}
	#section-1 .box.box-2 .content {
		margin-right: 0;
		margin-left: 30px;
	}
	#section-1 .box .content .section-1 {
		width: 100%;
		height: 50px;
		text-align: center;
	}
	#section-1 .box .content .section-1 div {
		margin: -40px auto 0;
		display: inline-block;
		background: #fff url('../images/tla-home-symbol-2.svg') 50% 50% no-repeat;
		width: 150px;
		height: 75px;
	}
	#section-1 .box .content .section-2 {
		flex: 1;
	}
	#section-1 .box .content .section-2 div {
		width: 100%;
		height: 100%;
		padding: 0 20px;
	}
	#section-1 .box .content .section-2 div span {
		display: block;
		width: 100%;
		height: 100%;
	}
	#section-1 .box .content .section-2 img {
		margin-top: 10px;
		margin-left: -30px;
		z-index: 99;
		max-width: 100%;
	}
	#section-1 .box .content .section-3 {
		flex: 1;
	}
	#section-1 .box .content .section-3 div {
		margin: 0 20px;
		height: auto;
		padding: 10px 25px 20px 25px;
	}
	#section-1 .box .content .section-3 h3 {
		margin-left: -45px;
		padding-top: 20px;
		padding-bottom: 25px;
		font-family: 'Lora';
		font-size: 25px;
		color: #85a296;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 10px;
		line-height: 25px;
	}
	#section-1 .box .content .section-3 h3 span {
		color: #d3b58b;
	}
	#section-1 .box .content .section-3 p {
		margin-left: -45px;
		padding-bottom: 10px;
		font-family: 'Lora';
		font-size: 15px;
		color: #495450;
		font-style: italic;
		font-weight: 400;
		line-height: 25px;
	}
	#section-1 .box .content .section-3 a {
		margin-left: -45px;
		margin-bottom: 20px;
		display: inline-block;
		width: auto;
		height: 50px;
		padding: 0 20px;
		font-size: 11px;
		color: #85a296;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 50px;
	}
	#section-1 .box .content .section-3 a span::after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		background: url("../images/arrow-2.svg") 0 0 no-repeat;
		width: 30px;
		height: 7px;
	}
	#section-1 .box .content .section-3 a:hover {
		background: none;
		color: #495450;
	}
}

@media (min-width: 1350px) {
	#section-1 .container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#section-1 .box .content {
		padding-bottom: 0px;
	}
	#section-1 .box .content .section-3 a {
		margin-bottom: 0;
	}
}	
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#section-1 .container {
		max-width: 100%;
	}	
	#section-1 .box.box-1 .content {
		margin-left: 30px;
	}
	#section-1 .box.box-2 .content {
		margin-right: 30px;
	}
}
@media (max-width: 1199.98px) {
	#section-1 {
		padding: 50px 0 10px;
	}
	#section-1 .box {
		margin-bottom: 40px;
	}
	#section-1 .box .content {
		display: flex;
		flex-direction: column;
	}
	#section-1 .box .content .section-1 {
		height: 40px;
	}
	#section-1 .box .content .section-1 {
		width: 100%;
		height: 50px;
		text-align: center;
	}
	#section-1 .box .content .section-1 div {
		margin: 0 20px;
		height: 50px;
		border-top: 3px solid #eee2d2;
		border-right: 3px solid #eee2d2;
		border-left: 3px solid #eee2d2;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#section-1 .box .content .section-1 div span {
		margin: -40px auto 0;
		display: inline-block;
		background: #fff url('../images/tla-home-symbol-2.svg') 50% 50% no-repeat;
		width: 120px;
		height: 75px;
	}
	#section-1 .box .content .section-2 {
		position: relative;
		z-index: 99;
	}
	#section-1 .box .content .section-2 div {
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		padding: 0 20px;
	}
	#section-1 .box .content .section-2 div span {
		display: block;
		width: 100%;
		height: 100%;
		border-right: 3px solid #d3b58b;
		border-left: 3px solid #d3b58b;
		opacity: 0.4;
	}
	#section-1 .box .content .section-2 img {
		z-index: 99;
		max-width: 100%;
	}
	#section-1 .box .content .section-3 div {
		margin: 0 20px;
		height: auto;
		border-right: 3px solid #eee2d2;
		border-bottom: 3px solid #eee2d2;
		border-left: 3px solid #eee2d2;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 10px 25px 20px 25px;
	}
	#section-1 .box .content .section-3 h3 {
		padding-top: 20px;
		padding-bottom: 25px;
		font-family: 'Lora';
		font-size: 25px;
		color: #85a296;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 10px;
		line-height: 25px;
	}
	#section-1 .box .content .section-3 h3 span {
		color: #d3b58b;
	}
	#section-1 .box .content .section-3 p {
		padding-bottom: 10px;
		font-family: 'Lora';
		font-size: 15px;
		color: #495450;
		font-style: italic;
		font-weight: 400;
		line-height: 25px;
	}
	#section-1 .box .content .section-3 a {
		display: inline-block;
		width: auto;
		height: 50px;
		padding: 0 20px;
		font-size: 11px;
		color: #85a296;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 3px;
		line-height: 50px;
	}
	#section-1 .box .content .section-3 a span::after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		background: url("../images/arrow-2.svg") 0 0 no-repeat;
		width: 30px;
		height: 7px;
	}
	#section-1 .box .content .section-3 a:hover {
		background: none;
		color: #495450;
	}
}
@media (min-width: 768px) and (max-width: 1119.98px) {
	#section-1 .container {
		max-width: 100%;
	}
}
@media (max-width: 767.98px) {
	#section-1 .box .content .section-1 div {
		margin: 0 5px;
	}
	#section-1 .box {
		margin-top: 30px;
	}
	#section-1 .box .content .section-2 {
		margin-right: -15px;
		margin-left: -15px;
	}
	#section-1 .box .content .section-3 div {
		margin: 0 5px;
	}
}
@media (max-width: 575.98px) {
}
/* section-1> */

/* <section-2 */
#section-2 .img {
	position: relative;
	z-index: 99;
	height: 540px;
}
#section-2 .img-1 {
	background: url("../images/house-1/tla-home-house-1.jpg") 50% 50% no-repeat;
}
#section-2 .img-2 {
	background: url("../images/house-2/tla-home-house-2.jpg") 50% 0 no-repeat;
}
#section-2 .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	margin: auto;
	width: 150px;
	height: 156px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	#section-2 .img {
		background-size: cover;
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	#section-2 .img {
		height: 300px;
	}
	#section-2 .img img {
		width: 100px;
		height: 103.6px;
	}
}
/* section-2> */

/* <section-3 */
#section-3 {
	position: relative;
	z-index: 98;
	background: url("../images/map.jpg") 50% 50% no-repeat;
	width: auto;
	height: 540px;
}
#section-3 h3 {
	position: absolute;
	top: 80px;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 99;
	display: block;
	width: 100%;
	font-size: 40px;
	color: #495450;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}
#section-3 h3 span {
	display: block;
	font-family: 'Lora';
	font-size: 30px;
	color: #aabab4;
	font-style: italic;
}
#section-3 .map-marker {
	position: absolute;
	top: 320px;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	background: url("../images/map-marker.svg") 50% 50% no-repeat;
	width: 63px;
	height: 110px;
}
#section-3 .map-btn {
	position: absolute;
	top: 460px;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#section-3 .map-btn a {
	display: inline-block;
	width: auto;
	height: 50px;
	border: 2px solid #495450;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 30px;
	font-size: 11px;
	color: #495450;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 46px;
}
#section-3 .map-btn a span::after {
	content: "";
	margin-left: 10px;
	display: inline-block;
	background: url("../images/arrow-1.svg") 0 0 no-repeat;
	width: 30px;
	height: 7px;
}
#section-3 .map-btn a:hover {
	background-color: #fff;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
/* section-3> */

/* <section-4 */
#section-4 {
	padding: 40px 0;
}
#section-4 .description h1 {
	padding-bottom: 10px;
	font-family: "Lora";
	font-size: 65px;
	color: #495450;
	font-weight: 400;
	line-height: 70px;
}
#section-4 .description h2 {
	padding-bottom: 30px;
	font-family: "Lora";
	font-size: 30px;
	color: #85a296;
	font-style: italic;
	font-weight: 400;
	line-height: 40px;
}
#section-4 .description h2 span {
	color: #495450;
}
#section-4 .description .btn-1 {
	margin-bottom: 30px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	height: 50px;
}
#section-4 .description .btn-1 span {
	z-index: 2;
	display: inline-block;
	background: #85a296  url("../images/pin-1.svg") 50% 50% no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
}
#section-4 .description .btn-1 a {
	z-index: 1;
	margin-left: -20px;
	display: inline-block;
	width: auto;
	height: 50px;
	padding: 0 30px;	
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	border: 2px solid #c6d2cd;
	font-family: 'Lora';
	font-size: 15px;
	color: #4a5550;
	font-weight: 400;
	font-style: italic;
	line-height: 46px;
}
#section-4 .description .btn-1 a em {
	font-weight: 700;
	font-style: italic;
}

#section-4 .description .btn-1 a:hover {
	background-color: #d5ddda;
}
#section-4 .description p {
	padding-right: 20px;
	padding-bottom: 15px;
	font-family: "Lora";
	font-size: 15px;
	color: #495450;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	text-align: justify;
}
#section-4 .description p.small {
	margin-top: -15px;
	font-size: 13px;
	line-height: 20px;
}
#section-4 .description h3 {
	padding-bottom: 15px;
	font-size: 18px;
	color: #85a296;
	font-weight: 700;
	line-height: 25px;
}
#section-4 .description ul.details {
	margin: 0 0 30px 10px;
	list-style-type: none;
	padding: 0;
}
#section-4 .description ul.details li {
	background: url("../images/bullet-1.svg") 0 5px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: "Lora";
	font-size: 15px;
	color: #495450;
	font-style: italic;
	font-weight: 400;
	line-height: 18px;
}
#section-4 .description.imprint h4,
#section-4 .description.imprint h5 {
	padding-top: 20px;
	font-size: 20px;
	color: #495450;
	line-height: 25px;
}
#section-4 .description.imprint h5::after {
	margin-bottom: 10px;
	display: block;
	content: "";
	width: 70px;
	height: 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #aabab4;
}
#section-4 .description.imprint p {
	text-align: justify;
}
#section-4 .description.imprint p a {
	color: #495450;
	font-weight: 700;
}
#section-4 .description.imprint p a:hover {
	border-bottom: 1px solid #d3b58b;
	color: #22292b;
}
#section-4 .description.imprint hr {
	background: none;
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px solid #aabab4;
}
#section-4 .description.imprint ol {
	margin: 20px;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}
#section-4 .description.imprint ol li {
	position: relative;
	background-size: 10px 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: "Lora";
	font-size: 17px;
	color: #495450;
	font-style: italic;
	font-weight: 700;
	line-height: 18px;
}
#section-4 .description.imprint ol li::before {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2;
	display: block;
	content: "I";
	width: 20px;
	height: 20px;
	font-family: 'Lora';
	color: #d3b58b;
	font-style: italic;
}
#section-4 .description.imprint ol li:nth-child(2)::before {
	content: "II";
}
#section-4 .description.imprint ol li:nth-child(3)::before {
	content: "III";
}
	#section-4 .description.imprint ul {
	margin: 20px;
	list-style-type: none;
	padding: 0;
}
#section-4 .description.imprint ul li {
	background: url("../images/bullet-1.svg") 0 5px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: "Lora";
	font-size: 15px;
	color: #495450;
	font-style: italic;
	font-weight: 400;
	line-height: 18px;
}

#section-4 .description .text img {
	max-width: 100%;
}
#section-4 .description a.link-1 {
	border-bottom: 1px solid #d3b58b;
	color: #495450;
	font-weight: 700;
}
#section-4 .description a.link-1:hover {
	color: #85a296;
}

#section-4 .description .owl-carousel .item {
	position: relative;
	z-index: 99;
}
#section-4 .description .owl-carousel .item h6 {
	position: absolute;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 10px;
	z-index: 99;
	display: block;
	background-color: #fff;
	height: 45px;
	padding: 2px 10px 0;
	font-family: "Lora";
	color: #495450;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
}
#section-4 .description .owl-carousel .item .zoom {
	position: absolute;
	top: 60px;
	right: auto;
	bottom: auto;
	left: 10px;
	z-index: 99;
	display: block;
	background-color: #fff;
	height: 30px;
	padding: 0 10px 3px;
	font-size: 13px;
	color: #495450;
	font-weight: 600;
	line-height: 30px;
	cursor: pointer;
}
#section-4 .description .owl-carousel .item .zoom.hidden {
	display: none;
	visibility: hidden;
}
#section-4 .description .owl-carousel .item .zoom:hover {
	background-color: #85a296;
	color: #fff;
}
#section-4 .description .owl-theme .owl-nav {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 99;
	margin: 0;
	/*display: flex;*/
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 0;
}
#section-4 .description .owl-theme .owl-nav button.owl-prev,
#section-4 .description .owl-theme .owl-nav button.owl-next {
	margin: 0;
	background-color: #fff;
	width: 60px;
	height: 60px;
	-moz-border-radius: 0;
		-webkit-border-radius: 0;
			border-radius: 0;
}
#section-4 .description .owl-carousel .owl-dots {
	margin: 15px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style-type: none;
	height: 20px;
	padding: 0;
	line-height: 20px;
}
#section-4 .description .owl-carousel .owl-dots .owl-dot {
	position: relative;
	z-index: 99;
	font-family: 'Lora';
	color: #85a296;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
}
#section-4 .description .owl-carousel .owl-dots .owl-dot::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
	content: "";
	width: 60%;
	height: 1px;
	border-bottom: 2px solid #d3b58b;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
}
#section-4 .description .owl-carousel .owl-dots .owl-dot:hover::after {
	transform: scaleX(1);
}
#section-4 .description .owl-carousel .owl-dots .owl-dot:hover,
#section-4 .description .owl-carousel .owl-dots .owl-dot.active {
	color: #4a5550;
}

#section-4 .beneffits {
	padding: 50px 0 0;
	text-align: center;
}
#section-4 .beneffits div {
	margin-bottom: 30px;
}
#section-4 .beneffits img {
	margin-bottom: 10px;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
}
#section-4 .beneffits h6 {
	font-family: 'Lora';
	font-size: 15px;
	color: #22292b;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}
#section-4 .beneffits img {
	color: #d5ddda;
}

#section-4 .contact .contact-form {
	margin: 45px 0 20px 0;
}
#section-4 .contact .contact-form .controls {
	padding: 0 0 10px;
}
#section-4 .contact .contact-form input.text {
	background-color: #fff;
	width: 100%;
	height: 40px;
	border: 2px solid #e9dac5;
	border-radius: 4px;
	padding: 0 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #16282a;
	line-height: 36px;
}
#section-4 .contact .contact-form input.text:hover,
#section-4 .contact .contact-form input.text:focus {
	border-color: #d3b58b;
}
#section-4 .contact .contact-form textarea {
	background-color: #fff;
	width: 100%;
	height: 130px;
	border: 2px solid #e9dac5;
	border-radius: 4px;
	padding: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #16282a;
	line-height: 26px;
}
#section-4 .contact .contact-form textarea:hover,
#section-4 .contact .contact-form textarea:focus {
	border-color: #d3b58b;
}
#section-4 .contact .contact-form button.btn {
	float: left;
	margin: 0;
	background-color: #d3b58b;
	width: auto;
	height: 50px;
	border: 2px solid #d3b58b;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 35px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #16282a;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
#section-4 .contact .contact-form button.btn:hover {
	background-color: #e9dac5;
	border-color: #e9dac5
}
#section-4 .contact .contact-form p.text-danger ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 20px;
	font-family: 'Open Sans';
	font-size: 11px;
	font-style: italic;
	color: red;
}
#section-4 .contact .contact-form #success .alert {
	padding-bottom: 20px;
}
#section-4 .contact .contact-form #success .alert button.close {
	margin-right: 10px;
	background: none;
	background-color: #aabab4;
	width: 30px;
	height: 30px;
	border: none;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
			border-radius: 15px;
	line-height: 28px;
}
#section-4 .contact .contact-form #success strong {
	font-weight: 600;
}

#section-4 .boxes {
	padding-top: 30px;
	padding-bottom: 40px;
}
#section-4 .boxes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
#section-4 .boxes .box {
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-grow: 0;
	padding: 0 40px 20px;
}
#section-4 .boxes .box .icon {
	margin-top: 17px;
	display: block;
	width: 30px;
	height: 30px;
}
#section-4 .boxes .box .phone {
	background: url("../images/phone.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
#section-4 .boxes .box .mail {
	background: url("../images/mail.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
#section-4 .boxes .box .address {
	background: url("../images/address.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
#section-4 .boxes .box .content {
	padding-left: 12px;
}
#section-4 .boxes .box .content span {
	display: block;
	color: #85a296;
	font-size: 13px;
	font-style: italic;
}
#section-4 .boxes .box .content a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #495450;
	font-size: 18px;
	font-weight: 600;
}
#section-4 .boxes .box .content a:hover {
	color: #85a296;
}

#section-4 .description #book {
	position: relative;
	margin: 20px 0;
	/*display: flex;*/
	display: none;
	flex-direction: row;
	padding: 20px 0;
	border-top: 1px solid #d5ddda;
	border-bottom: 1px solid #d5ddda;
}
#section-4 .description #book::before {
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	content: "Book a House";
	display: flex;
	justify-content: center;
	background-color: #fff;
	width: 170px;
	height: 30px;
	font-size: 9px;
	font-weight: 600;
	color: #85a296;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#section-4 .description #book a {
	flex: 1;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #85a296;
	font-weight: 700;
	text-align: center;
}
#section-4 .description #book a:hover {
	color: #495450;
}
#section-4 .description #book a img {
	margin: 0 auto 20px;
	display: block;
	max-height: 50px;
}

@media (min-width: 1350px) {
	#section-4 .container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
	#section-4 .container {
		max-width: 100%;
	}
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	#section-4 {
		padding: 20px 0;
	}
	#section-4 .description .text {
		padding-top: 20px;
	}
	#section-4 .owl-carousel {
		margin-bottom: 30px;
	}
	#section-4 .beneffits {
		padding-top: 20px;
	}
	#section-4 .contact .contact-form {
		margin-bottom: 40px;
	}
}
@media (max-width: 767.98px) {
	#section-4 .description .owl-carousel .owl-dots {
		flex-wrap: wrap;
		justify-content: flex-start;
		height: auto;
	}
	#section-4 .description .owl-carousel .owl-dots .owl-dot {
		flex: 0 33%;
		padding-bottom: 10px
	}
	#section-4 .description .owl-carousel .owl-dots .owl-dot:hover::after {
		display: none;
	}
	#section-4 .boxes {
		padding-bottom: 0;
	}
}
@media (max-width: 575.98px) {
	#section-4 .description .owl-carousel .owl-dots .owl-dot {
		flex: 0 50%;
		padding-bottom: 10px
	}
	#section-4 .description.imprint p {
		text-align: left;
	}
	#section-4 .description #book {
		flex-direction: column;
	}
	#section-4 .description #book a:nth-child(2) {
		margin-top: 20px;
	}
	#section-4 .description h1 {
		font-size: 45px;
		line-height: 50px;
	}
}
/* section-4> */

/* <footer */
footer .section-1 {
	background: #e2e7e5 url('../images/tla-home-symbol-2.svg') 50% 260px no-repeat;
	background-size: 440px 456px;
	padding-top: 50px;
	padding-bottom: 30px;
}
footer h2 {
	margin: 0 auto;
	width: 117px;
	height: 140px;
	font-size: 14px;
	color: #aabab4;
	font-weight: 600;
}
footer h2 img {
	margin-bottom: 70px;
	width: 117px;
	height: 110px;
}
footer ul {
	margin: 30px 0 40px;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
footer ul li {
	padding: 0;
	font-weight: 600;
}
footer ul li::before {
	content: "/";
	padding: 0 15px;
	font-size: 10px;
	color: #aabab4;
}
footer ul li:first-child::before {
	content: "";
	padding: 0;
}
footer ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #85a296;
}
footer ul li a.selected,
footer ul li a:hover {
	color: #495450;
}
footer ul li a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #d3b58b;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
footer ul li a:hover::after {
	transform: scaleX(1);
}
footer .boxes {
	padding-bottom: 40px;
}
footer .boxes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-grow: 1;
}
footer .boxes .box {
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-grow: 0;
	padding: 0 40px;
}
footer .boxes .box .icon {
	margin-top: 17px;
	display: block;
	width: 30px;
	height: 30px;
}
footer .boxes .box .phone {
	background: url("../images/phone.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes .box .mail {
	background: url("../images/mail.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes .box .address {
	background: url("../images/address.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes .box .content {
	padding-left: 12px;
}
footer .boxes .box .content span {
	display: block;
	color: #85a296;
	font-size: 13px;
	font-style: italic;
}
footer .boxes .box .content a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #495450;
	font-size: 18px;
	font-weight: 600;
}
footer .boxes .box .content a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #d3b58b;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
footer .boxes .box .content a:hover::after {
	transform: scaleX(1);
}
footer .copyright {
	padding-top: 0;
	font-size: 9px;
	color: #85a296;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
footer .section-2 {
	/*display: none;*/
	padding: 25px 0;
	justify-content: center;
	background-color: #fff;
	font-size: 13px;
	color: #85a296;
	font-weight: 600;
}
footer .section-2 a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #22292b;
}
footer .section-2 a::after {
	position: absolute;
	bottom: -5px;
	display: block;
	content: "";
	width: 98%;
	height: 1px;
	border-bottom: 2px solid #d5ddda;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	/*transform-origin: bottom left;*/
}
footer .section-2 a:hover::after {
	transform: scaleX(1);
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	footer ul {
		display: none;
	}
}
@media (max-width: 575.98px) {
	footer .section-1 {
		background-position: 50% 320px;
		background-size: 300px 311px;
	}
	footer ul li::before {
		content: "";
		padding: 0;
	}
	footer .boxes {
		margin-top: 20px;
		flex-direction: column;
	}
	footer .boxes .box {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	footer .boxes .box .content a {
		font-size: 14px;
	}
	footer .boxes .box .content a::after {
		display: none;
	}
}
@media (max-width: 379.98px) {
	footer .boxes .box {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* footer> */

/* <cookie */
.cc-color-override--164164010.cc-window {
	border-radius: 2px;
}
.cc-floating .cc-message {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
.cc-color-override--164164010 .cc-link {
	border-bottom: 1px dashed #d3b58b;
	color: #fff;
}
.cc-color-override--164164010 .cc-link:hover {
	border-bottom-color: #fff;
	color: #d3b58b;
}
.cc-floating .cc-compliance > .cc-btn {
	border-radius: 30px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cc-floating .cc-compliance > .cc-btn:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
@media (max-width: 414.98px) {
	.cc-color-override--164164010.cc-window {
		border-radius: 0;
	}
}
/* cookie> */
