/*
---------------------------
COVERS
---------------------------
*/

.cover-placeholder {
	width: 100%;
	height: 130px;
}
.cover-slider-container {
	display: block;
	width: 100%;
	position: relative;
	/* padding-top: 110px; */
}
@media (max-width: 640px) {
	.cover-placeholder {
		height: 60px;
	}
	.cover-slider-container {
		padding-top: 0px;
	}
}

.cover-shade {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index: 8877;
	display: none;
}

.cover-slide {
	position: relative;
	background-position: center center;
  	background-repeat: no-repeat;
	  background-size: cover;
	  overflow: hidden;
}
.cover-height-auto .cover-slide {
}
.cover-height-xsmall .cover-slide {
	min-height: 200px !important;
	height: 40vh !important;
	max-height: 200px !important;
}
.cover-height-small .cover-slide {
	min-height: 260px !important;
	height: 40vh !important;
	max-height: 260px !important;
}
.cover-height-smallplus .cover-slide {
	min-height: 260px !important;
	height: 40vh !important;
	max-height: 260px !important;
}
.cover-height-medium .cover-slide {
	min-height: 500px !important;
	height: 60vh !important;
	max-height: 500px !important;
}
.cover-height-large .cover-slide {
	min-height: 500px !important;
	height: calc(80vh - 100px) !important;
	max-height: 700px !important;
}
.cover-height-full .cover-slide {
	min-height: 580px;
	height: calc(100vh - 130px) !important;
	max-height: 760px !important;
}
.rental-detail .cover-height-full .cover-slide {
	min-height: 640px;
	height: calc(100vh - 300px) !important;
	max-height: 640px !important;
}
.member-detail .cover-height-full .cover-slide {
	min-height: 560px;
	height: calc(100vh - 210px) !important;
/* 	max-height: 880px !important; */
}
.cover-height-adaptive .cover-slide {

}
	@media (max-width: 1460px) {
		.cover-height-full .cover-slide {
			min-height: 500px;
			height: calc(100vh - 120px) !important;
			max-height: 700px !important;
		}
	}
	@media (max-width: 1023px) {
		.cover-height-full .cover-slide {
			min-height: 660px;
			height: 96vh !important;
			max-height: 700px !important;
		}
		.cover-height-large .cover-slide {
			min-height: 520px !important;
			height: 80vh !important;
			max-height: 520px !important;
		}
	}
	@media (max-width: 640px) {
		.cover-height-small .cover-slide {
			min-height: 120px !important;
			height: 40vh !important;
			max-height: 120px !important;
		}
		.cover-height-medium .cover-slide {
			min-height: 380px !important;
			height: 60vh !important;
			max-height: 380px !important;
		}
		.cover-height-large .cover-slide {
			min-height: 380px !important;
			height: 80vh !important;
			max-height: 380px !important;
		}
		.cover-height-full .cover-slide {
			min-height: 380px;
			height: 96vh !important;
			max-height: 380px !important;
		}
		.cover-with-searchbox .cover-slide {
			min-height: 570px !important;
			height: 80vh !important;
			max-height: 570px !important;
		}
	}
	@media (max-width: 400px) {

	}


/* Cover background image */
.bg-cover-image {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
/* 	background-position: 50% 50%; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;

	transition: all 12s ease-in-out;
	transform-origin: center;
}


/* Widths */
.bg-cover-image.bg-full,
.bg-cover-image.bg-width-100 {
	width: 100%;
}
.swiper-slide-active .bg-cover-image.bg-width-100 {
	transform: scale(1.3);
}
.swiper-slide-active.no-animation .bg-cover-image.bg-width-100 {
	transform: none;
}


.bg-cover-image.bg-width-75 {
	width: 75%;
}
.bg-cover-image.bg-width-66 {
	width: 66.66%;
}
.bg-cover-image.bg-width-60 {
	width: 60%;
}
.bg-cover-image.bg-width-50 {
	width: 50%;
}
.bg-cover-image.bg-width-40 {
	width: 40%;
}
.bg-cover-image.bg-width-33 {
	width: 33.333%;
}
.bg-cover-image.bg-width-25 {
	width: 25%;
}

	@media (max-width: 1024px) {
		.bg-cover-image.bg-width-75,
		.bg-cover-image.bg-width-66,
		.bg-cover-image.bg-width-60,
		.bg-cover-image.bg-width-50,
		.bg-cover-image.bg-width-40,
		.bg-cover-image.bg-width-33,
		.bg-cover-image.bg-width-25 {
			width: 100%;
			opacity: 0.4 !important;
		}
	}

.bg-cover-shade {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
/* 	background-position: 50% 50%; */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
.bg-cover-shade.width-50 {
	width: 50%;
}

.bg-position-topleft {
	background-position: top left;
}
.bg-position-left {
	background-position: left;
}
.bg-position-center {
	background-position: center;
}
.bg-position-bottom {
	background-position: bottom;
}
.bg-position-right {
	left: auto;
	right: 0;
	background-position: top right;
}
.bg-position-topright {
	background-position: top right;
}

/* Cover background video */
.cover-video {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
  	border-right: none;
  	border-left: none;
}
.cover-poster {
	display: none;
}
  .touch .cover-video {
    display: none;
  }

  .touch .cover-poster {
    display: block !important;
  }

  .cover-video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000e29;
  }


  .cover-video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }

  .cover-video-container video {
    position: absolute;
    z-index: 0;
    top:50%;
    left:50%;

    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);



    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw;

  }


/* CAPTION */

.cover-caption {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 999;
	z-index: 3;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cover-caption {
		top: 0; right: 0; bottom: 0; left: 0;
	}
	.cover-caption .grid-container, .cover-caption .grid-x {
		height: 100%;
	}
	.cover-caption .grid-x,
	.cover-caption .grid-x.align-justify {
		align-items: center !important;
	}
}
.cover-caption.is-absolute {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 999;
}
.cover-caption.cover-relative {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999;
}
.cover-caption .grid-container {

}
.cover-heading {
	position: relative;
	padding: 0rem 30px 0rem 20px;
	border-radius: 5px;
	max-width: 90%;
}
.text-center.cover-heading {
	margin: auto;
}
.align-center .cover-heading {
	margin: auto;
}
.cover-heading.boxed {
	padding: 50px 50px 40px 50px;
}

.modal .cover-heading {
	padding-left: 60px;
}

.cover-intro {
/* 	margin-left: -25px; */
	font-weight: 700;
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	/* background: rgba(0, 14, 41, 0.2); */
	padding: 7px 0px;
	border-radius: 100px;
	margin-left:4px;
}
.cover-intro.c-white {
	color: rgba(255, 255, 255, 0.6) !important
}
.bg-tertiary .cover-intro,
.bg-dark .cover-intro {
	/* background: rgba(0, 14, 41, 0.2); */
}
.gradient-secondary .cover-intro {
	/* background: rgba(255, 255, 255, 0.1); */
}
.cover-title {
	font-size: 38px;
/* 	font-weight: 600; */
	/* line-height: 1.1; */
	position: relative;
	min-height: 20px;
	margin-bottom: 0px;
}
.cover-title.with-words {
	min-height: 140px;
}
.large-8 .cover-title {
	max-width: 100%
}

.cover-title span {
	display: block;
	color: #fff;

}
.cover-title .first {
	font-size: 40px;
}
.cover-title.title-small {
	font-size: 34px;
}
.cover-title.title-smallplus {
	font-size: 34px;
}
.cover-title.title-medium {
	font-size: 48px;
	line-height: 1.1;
}
.cover-title.title-large {
	font-size: 54px;
	line-height: 1.2
}
.cover-title.title-xlarge {
	font-size: 63px;
	line-height: 1.2;
}
.cover-title.title-huge {
	font-size: 96px;
	line-height: 1.1;
}

.word {
	position: absolute;
	width: 100%;
	min-height: 120px;
	opacity: 0;
	margin-left: 0px;
	font-weight: 700 !important;
  }
  .letter:last-child {
	  /* font-style: normal;
	  color: #ff2437; */
  }

  .letter {
	display: inline-block;
	position: relative;
	float: left;
	transform: translateZ(25px);
	transform-origin: 50% 50% 25px;
  }

  .letter.out {
	transform: rotateX(90deg);
	transition: all 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	opacity: 0;
  }

  .letter.behind {
	opacity: 0;
	transform: rotateX(-90deg);
  }

  .letter.in {
	  opacity: 1;
	transform: rotateX(0deg);
	transition: all 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }


.cover-lead {
	padding-top: 0px;
}
.cover-lead p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
}
.cover-lead p strong {
	font-weight: 700;
}
.cover-height-xsmall .cover-lead p,
.cover-height-small .cover-lead p {
	font-size: 1.1rem;
	margin-bottom:0;
}

.cover-height-smallplus .cover-lead p {
	font-size: 1.1rem;
	margin-bottom:0;
}
.bg-tertiary .cover-lead p {
	color: #fff;
}


.cover-footer {
	padding: 20px 0px 0px;
}

/* Listing */

.cover-lead ul {
	list-style: none;
	margin-left:0;
	margin-top: 20px !important;
}
.cover-lead ul li {
	position: relative;
	font-size: 18px;
	padding: 6px;
	padding-left: 35px;
	font-weight: 600;
}

.cover-lead ul li i {
	position: absolute;
	top:8px;
	left: 0px;
	font-size: 24px;
}

.text-center .cover-lead ul,
.align-center .cover-lead ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-center .cover-lead ul li,
.align-center .cover-lead ul li {
	margin-left: 10px;
	margin-right: 10px;
}
.cover-tags a {
	display: inline-block;
	padding: 0 10px;
}

.cover-button {
	padding-top: 20px;
	padding-bottom: 18px;
}


	@media (max-width: 767px) {
		.cover-lead {
			padding-top: 5px;
		}

		.text-center .cover-lead ul,
		.align-center .cover-lead ul {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			text-align: left !important;
			/* flex-direction: column; */
		}
	}

/*
[class*=" bg-"]:not(.bg-white):not(.bg-light) .cover-lead p {
	color: rgba(255, 255, 255, 0.8) !important;
}
.section-content.bg-primary .cover-lead p,
.section-content.bg-secondary .cover-lead p,
.section-content.bg-color3 .cover-lead p,
.section-content.bg-dark .cover-lead p  {
	color: rgba(255, 255, 255, 0.8) !important;
}
*/
	@media (max-width: 1460px) {
		.cover-title.title-small {
			font-size: 30px;
		}
		.cover-title.title-medium {
			font-size: 44px;
		}
		.cover-title.title-large {
			font-size: 48px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 56px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 76px;
			line-height: 1.1;
		}
		.cover-lead ul li {
			font-size: 16px;
			padding: 6px;
			padding-left: 35px;
		}
		.cover-lead ul li i {
			position: absolute;
			top:6px;
			left: 0px;

		}
	}
	@media (max-width: 1280px) {
		.cover-heading {
			max-width: 100%;
		}
		.cover-title {
			font-size: 2.2rem;
			line-height: 1.1
		}
		.cover-title .first {
			font-size: 36px;
		}
		.cover-title.title-small {
			font-size: 26px;
		}
		.cover-title.title-medium {
			font-size: 40px;
		}
		.cover-title.title-large {
			font-size: 44px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 50px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 60px;
			line-height: 1.1;
		}
		.cover-lead p {
			font-size: 1.4rem;
			color: #fff;
		}
	}
	@media (max-width: 1023px) {
		.cover-heading {
			max-width: 100%;
			padding-left: 10px;
		}
		.cover-title .first {
			font-size: 36px;
		}
		.cover-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.cover-title.title-small {
			font-size: 22px;
		}
		.cover-title.title-medium {
			font-size: 32px;
		}
		.cover-title.title-large {
			font-size: 36px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 42px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 54px;
			line-height: 1.1;
		}


	}
	@media (max-width: 767px) {
		.cover-heading {
			padding-left:5px;
			padding-right:0px;
		}
		
		.modal .cover-heading {
			padding-left: 5px;
			padding-right:0px;
		}		
		
		.cover-intro {
			font-size: 12px;
			margin-bottom: 0px;
			margin-left:2px;

		}
		.cover-title {
			min-height: 40px;
			font-size: 24px;
		}
		.cover-title .first {
			font-size: 22px;
			padding-bottom: 5px;
		}
		.cover-title.title-small {
			font-size: 18px;
		}
		.cover-title.title-medium {
			font-size: 22px;
			line-height: 1.2;
		}
		.cover-title.title-large {
			font-size: 24px;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 28px;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 32px;
			line-height: 1.1;
		}
		.word {
			margin-left:0px;
		}
		.cover-title.title-huge .word {
			font-size: 28px;
		}
		.cover-lead p {
			font-size: 1rem;
			font-weight: 300;
			line-height: 1.6;
		}
		.cover-lead p strong {
			font-weight: 600;
		}
		.cover-height-xsmall .cover-lead p,
		.cover-height-small .cover-lead p {
			font-size: 0.86rem;
			margin-bottom:0;
		}
		.cover-height-smallplus .cover-lead p {
			font-size: 0.86rem;
			margin-bottom:0;
		}		
		.cover-lead ul {
			list-style: none;
			margin-left:0;
			margin-top: 0px !important;
		}
		.cover-lead ul li {
			position: relative;
			font-size: 14px;
			padding: 2px;
			padding-left: 25px;
			font-weight: 500;
		}
		.cover-lead ul li i {
			position: absolute;
			top:5px;
			left: 0px;
			font-size: 16px;
		}
		.text-center .cover-lead ul,
		.align-center .cover-lead ul {
			/* display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: column */
			flex-wrap: wrap;
			justify-content: center;
		}
		.text-center .cover-lead ul li,
		.align-center .cover-lead ul li {
			margin-left: 10px;
			margin-right: 10px;
		}
	}


/* Items */
.cover-lead-item {
	color: #fff;
}



.cover-slides.single{
	align-items: center;
}
.cover-slide {
	display: flex;
}

/* Align Left */

.cover-slides.single{
	align-items: center;
}

.with-caption-top-left {
	align-items: flex-start;
}
.with-caption-center-left {
	align-items: center;
	/* top: 50%;
	left: 0;
	transform: translate3d( 0, -50%, 0) ;
	-webkit-font-smoothing: antialiased !important; */
}
.with-caption-bottom-left {
	align-items: flex-end;
}


/* Align Center */
.with-caption-top-center {
	align-items: flex-start;
	text-align: center
}
.with-caption-center-center {
	align-items: center;
	text-align: center
}
.with-caption-bottom-center {
	align-items: flex-end;
}

/* Align Right */
.with-caption-top-right {
	align-items: flex-start;
}
.with-caption-center-right {
	align-items: center;
}
.with-caption-bottom-right {
	align-items: flex-end;
}
.with-caption-top-right  .columns,
.with-caption-center-right .columns,
.with-caption-bottom-right  .columns {
	float: right;
}

.cover-height-adaptive .cover-caption {
	margin-top: 6rem;
}


.cover-slider-wrapper .slick-slider .slick-arrow {
	background-color: transparent;
	width: 80px;
}

/* PAGINATION */
.swiper-pagination.cover-slider-pagination {
	position: absolute;
	/* left: 50%;
	transform: translateX(-50%); */


	bottom: 70px;
	text-align: center;
}

.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height:8px;
	border-radius: 100px;
	background: #ff3949;
}
.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height:8px;
	border-radius: 100px;
	background: #000000;
	mix-blend-mode: exclusion
}
.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet-active {
	background: #008aff;
}

	@media (max-width: 1280px) {
		.swiper-pagination.cover-slider-pagination {

		}
	}
	@media (max-width: 1023px) {
		.swiper-pagination.cover-slider-pagination {

		}
	}
	@media (max-width: 767px) {
		.swiper-pagination.cover-slider-pagination {
			bottom: 10px;
		}
		.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet {

		}
	}

.fastlinks{
	padding: 20px 0px 0px 0px;
}
.fastlinks, .fastlinks p{ 
	font-size: 15px !important;
}

.fastlinks p strong{
	float: left;
	padding: 6px 6px 6px 0px;
}
.fastlinks p a:link, .fastlinks p a:visited{ 
	color: #ffffff;
	background: #ff7e12;
	border-radius: 5px;
	padding: 3px 6px 3px 6px;
	margin: 3px;
	float: left;
}

.fastlinks p a:hover, .fastlinks p a:active{ 
	background: #de6200;
}