
/*** Jetmenu ***/
.jetmenu{ margin: 0; background-color: transparent; }
.jetmenu > li > a{ padding: .25rem .5rem; color: #3c3c3b; font-weight: 400; font-size: .9rem;}
	.jetmenu > li:hover > a, .jetmenu > li.active > a{ color: #c0aa5b; background-color: transparent;}

.jetmenu .indicator{ top: 1px; }
.jetmenu ul.dropdown{ top: 50px; }

@media (max-width: 991px) {
	.jetmenu > li:last-child{padding-bottom: 1rem}
	.jetmenu > li:nth-child(2){margin-top: 1rem}
	.jetmenu > li {display: block; width: 100%; background-color: #fff; padding:.25rem 0;}
	.jetmenu > li > a{font-size: 1rem; }
	.jetmenu > li.showhide{ height: 40px; background-color: transparent; text-align: right; }
	.jetmenu > li.showhide span.title{ display: none; }
	.jetmenu > li.showhide span.icon{ float: none; display: inline-block; width: 40px; height: 100%; margin: 0; padding-top:.5rem; }
	.jetmenu > li.showhide .icon em{ width: 100%; height: 4px; background-color: #3c3c3b; }
	.menu-sm {position: absolute; right: 0; z-index: 666;}
}
@media (max-width: 767px) {
	.navbar {padding: 0}
	.jetmenu > li:last-child{padding-bottom: 1rem}
	.jetmenu > li:nth-child(2){margin-top: 2rem}
	.jetmenu > li {display: block; width: 100%; background-color: #fff; padding:.25rem 0;}
	.jetmenu > li > a{font-size: 1rem; background-color: transparent;}
	.jetmenu > li.showhide{padding-right: 15px; height: 40px; background-color: transparent; text-align: right; }
	.jetmenu > li.showhide span.title{ display: none; }
	.jetmenu > li.showhide span.icon{ float: none; display: inline-block; width: 40px; height: 100%; margin: 0; padding-top:.5rem; }
	.jetmenu > li.showhide .icon em{ width: 100%; height: 4px; background-color: #3c3c3b; }
	.menu-sm {position: absolute; right: 0; z-index: 666;}
}



/*** Flexslider ***/
.flexslider{ margin-bottom: 0px; border: 0;border-bottom: 15px solid #3c3c3b;  }
	.flexslider img{ display: inline-block; width: auto !important; }
	.flexslider li.item{ position: relative; height: 764px; background-size: cover; background-position: center center; }
	.flexslider .flex-caption{ position: absolute; margin-top:45%; right: 10px; z-index: 9; padding: 0 15px; color: #3c3c3b; }
	.flexslider .flex-caption .item{background-color: #fff; padding: 1rem 1.5rem}
	.flexslider .flex-caption .item span{height: 2px; width: 70px; background-color: #3c3c3b; display: inline-block;}
	.flexslider .flex-caption .item h4{font-size: 1.1rem}
	.flexslider .flex-caption .item a{font-weight: 600; font-size: 1.1rem; display: inline-block; margin:.6rem 0; background-color: #c0aa5b; color: #fff; padding: .7rem 1rem; }
	.flexslider .flex-caption .item a:hover{ background-color: #3c3c3b}

.flex-direction-nav a{ height: 55px; color: #fff; }
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-prev{ left: 10px; opacity: 1; }
	.flex-direction-nav .flex-next, .flexslider:hover .flex-next{ right: 10px; opacity: 1; }

.flex-control-nav{ position: absolute; bottom: 10px; z-index: 9; text-align: center; }
.flex-control-nav li{ margin: 0 6px 0 0; }
.flex-control-paging li a{ background: #fff; border: 1px solid #fff; box-shadow: none; }
	.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{ background: #02b8fa; }
	.flex-control-paging li a.flex-active{ cursor: default; }

@media (max-width: 1199px) {
	.flexslider li.item{height: 697px}
}

@media (max-width: 991px) {
	.flexslider li.item{height: 588px}
}
@media (max-width: 767px) {
	.flexslider li.item{height: 507px}
}

@media (max-width: 539px) {
	.flexslider li.item{height: 450px}
}
@media (max-width: 379px) {
	.flexslider li.item{height: 420px}
}
@media (max-width: 360px) {
	.flexslider li.item{height: 400px}
}

/*** Validation ***/
.formError .formErrorContent{ white-space: nowrap; border: none; border-radius: 0px; white-space: nowrap; font-size: 12px; font-weight: 500; }
	.formError .formErrorContent, .formError .formErrorArrow div{ box-shadow: none !important; }



/*** Carousel ***/
.carousel-main-wrapper{ overflow-x: hidden; }
.carousel-wrapper{ margin-right: -20px; }
	.carousel-wrapper li{ padding-right: 20px; }

.carousel-navigation{ display: inline-block; width: auto; }
	.carousel-navigation a{ float: left; display: inline-block; height: 20px; margin-left: 5px; padding: 0 5px; color: #272727; border-radius: 3px; border: 1px solid #9d9d9d; font-size: 15px; }


















.interactive-points {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
    height:500px;
	margin-bottom: -0.4em;
	background: #fff;
	background-image: url(../images/maps-bg/map.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.interactive-points:focus {
	outline: none;
}

.backgrounds,
.background__element {
	position: relative;
	width: 100%;
}

.background__element {
	height: 50vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.static {
	position: relative;
	display: block;
	margin: 0 auto;
	opacity: 0.5;
}

.points {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.static,
.points {
	width: 100%;
	height: auto;
}

@media screen and (min-aspect-ratio: 1885/1000) {
	.static,
	.points {
		/* width: auto; */
		/* height: calc(100vh - 6em); */
		width: 1110px;
		height: 500px;
		min-height: 500px;
	}
}

.points {
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
}

.point {
	cursor: pointer;
	fill: #28282f;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s, fill 0.3s;
	transition: opacity 0.3s, transform 0.3s, fill 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.point--active {
	fill: #408283;
	-webkit-transform: scale3d(1.3,1.3,1);
	transform: scale3d(1.3,1.3,1);
}

.point--hide {
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.points-tooltips,
.points-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	color: #FFF;
}

.points-tooltips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.point-tooltip {
	height: 50vh;
	color: #FFF;
}

.point-tooltip__title {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.5em;
	line-height: 1;
	margin: 0 0 0.15em;
	display: inline-block;
	background: #28282f;
	padding: 5px;
}

.point-tooltip__description {
	font-size: 0.85em;
	font-weight: 500;
	margin: 0;
	line-height: 1;
	display: inline-block;
	background: #28282f;
	padding: 5px;
}

.points-content {
	-webkit-transition: background 0.1s;
	transition: background 0.1s;
}

.points-content--open {
	cursor: url(img/close.cur), pointer;
	pointer-events: auto;
	background: rgba(50,49,59,0.6);
}

@supports (cursor: zoom-in) {
    .points-content--open {
		cursor: url(../images/maps-bg/close.png) 12 6, pointer;
	}
}

.point-content {
	font-size: 1.25em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 300px;
	padding: 0 0 3em 3em;
	opacity: 0;
}

.point-content--current {
	pointer-events: auto;
	opacity: 1;
}

.point-content__title {
	font-family: 'Source Serif Pro', serif;
	font-size: 2.25em;
	margin: 0;
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.point-content__subtitle {
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	margin: 0.25em 0 0;
	display: inline-block;
	background: #408283;
	color: #28282f;
	padding: 0 10px;
	line-height: 1.5;
}

.point-content__text {
	font-weight: 500;
	margin: 1em 0 0 0;
}

.point-content > * {
	opacity: 0;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.point-content--current > * {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.point-content--current > *:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.point-content--current > *:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

/* Second example */
.interactive-points--alter .point-content {
	text-align: right;
	left: auto;
	right: 0;
	padding: 0 3em 3em;
}

@media screen and (min-width: 52.375em) {
	.point-content {
		width: 50%;
	}
	.js .points {
		display: block;
	}
	.js .backgrounds,
	.js .background__element {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.js .background__element {
		opacity: 0;
		-webkit-transition: opacity 0.1s;
		transition: opacity 0.1s;
	}
	.js .points-tooltip {
		display: block;
	}
	.js .point-tooltip {
		position: absolute;
		margin: 0.75em 0 0 0.25em;
		opacity: 0;
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
	}
	.js .point-tooltip--current {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}