*{
	box-sizing:border-box;
}
html{
	font-size: 16px;
	font-family:Roboto, tahoma, sans-serif;
}
body{
	margin:0;
	padding:0;
	line-height:150%;
	font-size:1em;
	color:#666;
}

a:link, a:active, a:visited{
	color:inherit;
}

.ac{
	text-align:center;
}
.al{
	text-align:left;
}
.ar{
	text-align:right;
}

header{
	background-color:#36322a;
	width: 100%;
	height:80vh;
	overflow: hidden;
}
h1,h2,h3,h4,h5{
	position:relative;
	line-height:initial;
}
header h1, header h2{
	text-align:center;
	color:white;
	text-transform:uppercase;
	margin:0;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
header h1{
	font-size: 5em;
}
header h2{
	font-size: 2em;
}

nav{
	text-align: center;
	color: white;
	width: 100%;
	margin-top:40px;
}
nav a{
	display:inline-block;
	padding: 15px 20px;
	margin:10px;
	color:white;
	text-decoration:none;
	transition: all 0.2s ease;
	text-transform:uppercase;
	background-color:rgba(0,0,0,.4);
	border:1px solid white;
}
nav a:hover{
	color:white;
	background-color:rgba(0,0,0,.6);
}

article nav {
	text-align:left;
	color:#666;
	margin-top:10px;
}
article nav a {
	color:white !important;
	padding:10px;
	margin:5px;
}

div.menu{
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 25%;
	text-align:center;
}

a{
	text-decoration:none;
}
a:hover{
	color:orange;
}

section{
	width:100%;
	text-align:center;
}
section article{
	width:80%;
	text-align:left;
	margin:0 auto;
	padding:100px 50px 50px 50px;
}
section.text-columns article {
	padding:50px 30px 0 30px;
}
section.text-columns article div.columns div.column img {

}



section.parallax article h1,
section.parallax article h2,
section.parallax article h3{
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
section article h1,
section article h2,
section article h3{
	margin:10px 0;
}
section article h3{
	color:#333;
	font-size:2em;
	text-transform: uppercase;
}
section article h4{
	color:#666;
	font-size:1.5em;
}
section article ul{
	
}
section article ul li{
	
}
section.parallax article {
	padding-top:100px;
}
section.parallax article h2 {
	color: white;
	font-size: 3em;
	text-transform: initial;
}
section.parallax article h3 {
	color: white;
	font-size: 2em;
	text-transform:initial;
}
section.parallax article h4 {
	color: white;
	font-size: 2em;
}
section.parallax{
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	min-height:500px;
	color:white;
}

.parallax.b1{
	background-color:#36322a;
	background-image:url(./../img/b1.jpg);
}
.parallax.b2{
	background-color:#36322a;
	background-image:url(./../img/b2.jpg);
}
.parallax.b3{
	background-color:#36322a;
	background-image:url(./../img/b3.jpg);
}

@supports ( -webkit-touch-callout : none) {
	section.parallax{
		background-attachment:scroll;
		background-size: auto 100vh;
		background-position: center;
		background-repeat: no-repeat;
	}
}

.text-center {
	text-align:center;
}

.columns {
	
}
.column {
	display:inline-block;
	vertical-align:top;
}
.column.c2{
	width:49%;
}
.column.c3{
	width:33%;
}
.column.c4{
	width:25%;
}

.column.c2 img {
	width:100%;
	height:auto;
}


.map-wrapper{
	position:relative;
	text-align:center;
}
.map-overlay-wrapper{
	margin:0 auto;
}
.map-overlay{
	position:absolute;
	z-index:10;
	top:0;
	text-align:left;
	padding:20px;
	margin:30px 0 0 20px;
	background:rgba(255,255,255,.9);
	font-size:1em;
}
.map-overlay ul{
	padding-left:0;
}
.map-overlay ul li{
	list-style:none;
}
.map-overlay ul li a.active > i {
	color:#2B65EC;
}
.map-overlay ul li a > i,
.map-overlay ul li a.idle > i {
	color:#ccc;
}
.map-overlay h3{
	color:#333;
}
.map-map{
	height:700px;
}

.anchor {
	font-size:0;
}

.info-icon {
	display:none;
}
.text-two-columns {
	column-count: 2;
	column-gap: 20px;
}

.price {
	color:orange;
	font-weight:bold;
}

.price > span{
	font-weight:lighter;
	color:inherit;
}

.red{
	color:red !important;
}

/* owl slides */

.owl-carousel {
	margin-top: 40px;
}

.carousel-p a {
	display:inline-block;
	height:100%;
}
.carousel-p a img {
	width:100%;
	height:auto;
	padding:0 5px;
}

.hasnav .owl-stage-outer {
	margin:0 42px;
}
.owl-nav {
	position:absolute;
	width:100%;
	top:40%;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next{
	position:absolute;
	width:42px;
	height:42px;
	border-radius:50%;
	border:0;
	background-position:center;
	background-size:cover;
	background-color:transparent;
}
.owl-nav button.owl-prev {
	left:-40px;
	background-image: url(../img/nav-l.svg);
}
.owl-nav button.owl-next {
	right:-40px;
	background-image: url(../img/nav-r.svg);
}
.owl-item {
	text-align:center;
	padding:5px;
	overflow:hidden;
	max-height:200px;
}

/* floating top button */

#nav_top{
	position:fixed;
	z-index:759;
	bottom: 2rem;
	right: 2rem;
	width: 40px;
	height: 40px;
	cursor:pointer;
	display:none;
}
#nav_top a{
	color:#ccc;
}
#nav_top a:hover{
	color:white;
}

/* lang bar */

.lang_bar {
	text-align: center;
	position: fixed;
	z-index: 65535;
	width: 100%;
	background: rgba(0,0,0,.8);
}
.lang_bar > div{
	width: 70%;
	margin: 0 auto;
	text-align: right;
	padding: 5px;	
}
.lang_bar > div a{
	font-size: .8em;
	color:white;
}
.lang_bar > div a:hover{
	color:orange;
}

/* ken burns */

.slideshow-overlay {
	position: absolute;
	width: 100%;
	height: 80vh;
	overflow: hidden;
	background-color:rgba(0,0,0,.3);
	z-index:2;
}
.slideshow {
	background-color:#36322a;
	position: absolute;
	width: 100%;
	height: 80vh;
	overflow: hidden;
	z-index:1;
}
.slideshow-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	-webkit-animation-name: kenburns;
	animation-name: kenburns;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}

.slideshow-image:nth-child(1) {
	-webkit-animation-name: kenburns-1;
	animation-name: kenburns-1;
	z-index: 3;
}

.slideshow-image:nth-child(2) {
	-webkit-animation-name: kenburns-2;
	animation-name: kenburns-2;
	z-index: 2;
}

.slideshow-image:nth-child(3) {
	-webkit-animation-name: kenburns-3;
	animation-name: kenburns-3;
	z-index: 1;
}

.slideshow-image:nth-child(4) {
	-webkit-animation-name: kenburns-4;
	animation-name: kenburns-4;
	z-index: 0;
}

@-webkit-keyframes kenburns-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@keyframes kenburns-1 { 
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* responsive */

@media (max-width: 1200px) {
	section article h3{
		font-size:1.5em;
	}
}
@media (max-width: 960px) {
	section article{
		width:100%;
		padding:50px 25px;
	}
	header h1{
		font-size: 3.5em;
	}
	header h2{
		font-size: 2em;
	}
	section article h2 {
		font-size: 2em;
	}
	section article h3 {
		font-size: 1.5em;
	}
	section article h4 {
		font-size: 1em;
	}
	section.parallax article h2 {
		font-size:2.5em;
	}
	section.parallax article h3 {
		font-size:2em;
	}
	section.parallax article h4 {
		font-size:1.5em;
	}
	.map-overlay {
		display:none;
	}
}
@media (max-width: 750px) {
	section article h2 {
		font-size:2em;
	}
	section article h3 {
		font-size:1.5em;
	}
	section article h4 {
		font-size:1.3em;
	}
	section.parallax article h2 {
		font-size:2em;
	}
	section.parallax article h3 {
		font-size:1.5em;
	}
	section.parallax article h4 {
		font-size:1.3em;
	}
	.column.c2{
		width:100%;
	}
	.column.c2 img{
		width:auto;
		max-height:300px;
	}
	.map-overlay {
		font-size: .8em;
	}
	.text-two-columns{
		column-count: 1;
	}
	div.menu{
		top: 20%;
	}
}



section.text-columns article h3::before {
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	background-color: black;
	content: "";
}
section.text-columns article h3::after {
	height: 1px;
	width: 200px;
	position: absolute;
	left:100px;
	bottom: 0;
	background-color: #ccc;
	content: "";
}

