/* CSS Document */

/*===========================================================================================================*/
/*=========================================== HOME PAGE =====================================================*/
/*===========================================================================================================*/
video {
	display: block;
}
video#bgvid {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;


    z-index: 1;
    background: url(../img/bnn.jpg) no-repeat;
    background-size: cover;
    transition: opacity 800ms linear;
    -webkit-transition: opacity 800ms linear;
    -moz-transition: opacity 800ms linear;
}

.home-banner {
	background-image: url(../img/bnn4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
/*	padding-bottom: 225px;*/
}
.home-banner .shadow {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+4,0+48 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.52+4,0+48 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 4%, rgba(0,0,0,0) 48%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 4%,rgba(0,0,0,0) 48%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 4%,rgba(0,0,0,0) 48%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.home-banner .slick-image {
    background-size: cover;
}
.home-banner .float-content {
	position: absolute;
	z-index: 3;
	text-align: center;
	left: 15px; right: 15px; top: 50%;
}
.home-banner .float-content span {
	font-family: 'Playfair Display', serif;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 17px 15px;
    font-size: 21px;
    line-height: 1em;
    font-style: italic;
    letter-spacing: 2px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.58);
}
.home-banner .float-content .btn-layout {
	font-size: 31px;
	margin: 0 7px;
	padding: 2px 35px;
	border-width: 1px;
	background-color: rgba(0,0,0,0.39);
}
.home-banner .float-content .home-btn-small{font-size: 3.56em;margin-top: 15px;}
.home-banner .float-content .btn-layout:hover {
	background-color: #fff;
}
.home-banner .banner-video-iframe{opacity: 0; width:101%;position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%); transition: opacity 800ms linear; -webkit-transition: opacity 800ms linear; -moz-transition: opacity 800ms linear; -o-transition: opacity 800ms linear;}
.home-banner.actived .banner-video-iframe{opacity: 1}
.home-banner .banner-video-iframe .iframe-holder{width:101%;padding-bottom:56.25%;position:relative;}
.home-banner .banner-video-iframe .iframe-holder iframe{position:absolute;left:0;right:0;width:100%;height:100%;}
@media screen and (max-width: 768px) {
	.home-banner video#bgvid {
		display: none;
	}
	.home-banner .banner-video-iframe,
	.home-banner .banner-video-file{display:none;}
}
@media screen and (max-width: 680px) {
	.home-banner .float-content span {
		padding: 10px;
	}
	.home-banner .float-content .btn-layout {
		width: 320px;
		margin: 0 0 10px;
		font-size: 14px;
		padding: 9px 15px;
	}
}
@media screen and (max-width: 480px) {
	.home-banner .float-content .btn-layout {
		width: 290px;
	}
}

/*=========================================== AREAS ==========================================================*/
.areainfo-title{text-transform:uppercase;}
.areas {
	position: relative;
	background-color: #fafafa;
}
.areas .areas-filter {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 100%;
	margin-bottom: -33px;
	background-color: #69151A;
}
.areas .areas-filter a {
	background-color: #69151a;
	position: relative;
	color: #B6CCFF;
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.areas .areas-filter a:hover {
	background-color: #5c1116;
	color: #B6CCFF;
}
.areas .areas-filter a.actived {
	color: #69151a;
	background-color: #B6CCFF;
}
.areas .areas-filter a.actived:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(228, 71, 0, 0);
	border-top-color: #b6ccff;
	border-width: 15px;
	margin-left: -15px;
}
.areas .areas-filter a>span {
	font-family: 'Playfair Display', serif;
	display: block;
	font-style: italic;
	font-size: .9em;
	font-weight: 400;
	text-transform: none;
}
.areas .area-item {
	display: none;
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
	background-position: center;
	background-size: cover;
	background-repeat:  no-repeat;
	background-color: #90826D
}
.areas .area-item.actived {
	display: block;
}
.areas .area-item .bnn {
	display: block;
	position: absolute;
	right: 0; top: 0; bottom: 0;
	left: 36%;
	background-position: center;
	background-size: cover;
}
.areas .area-item h2 {
	margin-bottom: 20px;
	position: relative;
	padding-left: 168px;
	min-height: 148px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.areas .area-item h2:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 148px;
	height: 148px;
	background-image: url(../img/about-heading.png);
}
.areas .area-item  p {
	color: var(--color-alabaster, #F2EDE5);
}
.areas .area-item .subheading-line {
	display: block;
	height: 1px;
	max-width: 248px;
	margin: 0 0 40px;
	background-color: #f2ede5;
}
.areas .area-item .btn-layout {
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.areas .area-item .bnn {
		left: 43%;
	}
}
@media screen and (max-width: 991px) {
	.areas .area-item .bnn {
		position: static;
		width: 100%;
		height: 231px;
	}
	.areas .area-item {
		padding-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.areas .areas-filter {
		position: static;
		margin: 0;
		padding-top: 15px;
	}
	.areas .areas-filter a {
		margin-bottom: 20px;
	}
	.areas .area-item {
		padding-top: 0;
	}
}
@media screen and (max-width: 460px) {
	.areas .area-item .bnn {
		height: 131px;
	}
	.areas .areas-filter a {
		font-size: 14px;
	}
	.areas .areas-filter a.actived:after {
		border-width: 10px;
    	margin-left: -10px;
	}
}
