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

.cover-sticky {
	position: -webkit-sticky !important; /* Safari */
	position: sticky !important;
	top: 0;
  }


.cover-placeholder {
	width: 100%;
	padding: 40px 0 40px;
}
.cover-placeholder-heading {
	padding-left: 25px;
	
}
.cover-placeholder .cover-placeholder-title {
	font-size: 32px;
	color: #fff;
	margin-bottom: 0;
}
.cover-breadcrumbs {
	margin-top: 20px;
	color: #fff;
}


.cover-slider {
	display: block;
	width: 100%;
	position: relative;
}
@media (max-width: 640px) {
	.cover-placeholder-heading {
		padding-left: 5px;
	}
	.cover-placeholder .cover-placeholder-title {
		font-size: 28px;
	}

	.cover-slider {
		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-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 - 130px) !important;
	max-height: 700px !important;
}
.cover-height-full .cover-slide {
	min-height: 580px;
	height: 100vh !important;
	max-height: 100vh !important;
}
.cover1 .cover-height-full .cover-slide {
	min-height: 500px;
	height: calc(100vh - 130px) !important;
	max-height: 800px !important;
}
.cover1.no-topbar .cover-height-full .cover-slide {
	min-height: 500px;
	height: calc(100vh - 0px) !important;
	max-height: 800px !important;
}

.cover-height-adaptive .cover-slide {

}
	@media (max-width: 1460px) {
		.cover1 .cover-height-full .cover-slide {
			min-height: 500px;
			height: calc(100vh - 130px) !important;
			max-height: 700px !important;
		}

	}
	@media (max-width: 1023px) {
		.cover1 .cover-height-full .cover-slide {
			min-height: 660px;
			height: 96vh !important;
			max-height: 700px !important;
		}
		.cover1 .cover-height-full .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;
		}
		.cover1 .cover-height-full .cover-slide {
			min-height: 380px;
			height: 96vh !important;
			max-height: 380px !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-size: cover;
	background-repeat: no-repeat;
	z-index: 1;

	
	transform-origin: center;
}
.bg-size-contain {
	background-size: contain;
}

.bg-cover-image.with-animation {
	transition: all 12s ease-in-out;
}
/* Widths */
.bg-cover-image.bg-full,
.bg-cover-image.bg-width-100 {
	width: 100%;
}
.swiper-slide-active .bg-cover-image.bg-width-100 {
	transform: none;
}
.swiper-slide-active.with-animation .bg-cover-image.bg-width-100 {
	transform: scale(1.3);
}


.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: 767px) {
		.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-cover-image.bg-position-topleft {
	background-position: top left;
}
.bg-cover-image.bg-position-left {
	background-position: left;
}
.bg-cover-image.bg-position-center {
	background-position: center;
}
.bg-cover-image.bg-position-bottom {
	background-position: bottom;
}
.bg-cover-image.bg-position-right {
	left: auto;
	right: 0;
	background-position: center;
}
.bg-cover-image.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;
}
.with-caption-top-right .cover-caption {
	top: 0 !important;
}
.with-caption-bottom-right .cover-caption {
	bottom: 0;
}

.cover-caption .grid-container {

}
.cover-heading {
	position: relative;
	padding: 20px 25px 20px 25px;
}
.text-center.cover-heading {
	margin: auto;
}
.align-center .cover-heading {
	margin: auto;
}
.cover-heading.boxed {
	margin: 20px 0;
	padding: 25px 25px 25px 25px;
}

.with-caption-top-left .cover-heading.boxed,
.with-caption-top-right .cover-heading.boxed {
	margin-top: 20px;
}
.with-caption-bottom-left .cover-heading,
.with-caption-bottom-right .cover-heading,
.with-caption-bottom-left .cover-heading.boxed,
.with-caption-bottom-right .cover-heading.boxed {
	margin-bottom: 40px;
}

.bg-cover-heading {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius: 10px;
	z-index: -1;
}


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

.cover-intro {
/* 	margin-left: -25px; */
	font-weight: 400;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.6);
	/* background: rgba(0, 14, 41, 0.2); */
	padding: 7px 0px;
	border-radius: 100px;

}
.cover-intro.c-white {
	color: rgba(255, 255, 255, 0.6) !important
}

.cover-title {
	font-size: 38px;
	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-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: 86px;
	line-height: 1;
}


.cover-lead {
	padding-top: 20px;
}
.cover-lead p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7;
}
.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-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;
}

/* Listing */
.cover-listing {
	position: relative;
	padding: 30px;
	margin-top: -10px;
	z-index: 996 !important;
}
.cover-listing .bg-cover-listing {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 0.92;
	z-index: -1;
}
.cover-listing-title {
	color: #fff;
}
.cover-listing.white .cover-listing-title {
	color: #2495b5;
}
.cover-listing ul {
	list-style: none;
	margin:0;
	padding:0 0 0;
}
.cover-listing ul li {
	border-bottom: 1px solid rgba(0, 33, 100, 0.1);
}
.cover-listing ul li:last-child {
	border:0;
}
.cover-listing ul li > .cover-listing-item {
	font-weight: 700;
	display: block;
	padding: 15px 1em 15px 20px;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	color: #fff;
}
.cover-listing.white ul li > .cover-listing-item {
	color: #131933;
}
.cover-listing li > a.cover-listing-item {
	/* padding-left: 0; */
}
.cover-listing li > .cover-listing-item i {
	position: absolute;
	top: 15px;
	left: 0;
	color: #fff;
	font-size: 16px;
	-webkit-transition: transform 0.1s ease-in-out;
	-moz-transition: transform 0.1s ease-in-out;
	-ms-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
}
.cover-listing.white li > .cover-listing-item i {
	color: #131933;
	opacity: 0.2;
}

.cover-listing li > a.cover-listing-item i {
	/* left: auto;
	right: 5px; */
}

.cover-listing li > a.cover-listing-item:hover {
	color: #fff;
}
.cover-listing li > a.cover-listing-item:hover i {
	transform: translateX(3px);
	color: #fff;
}
.cover-listing.white li > a.cover-listing-item:hover {
	color: #2495b5;
	opacity: 1;
}
.cover-listing.white li > a.cover-listing-item:hover i{
	color: #2495b5;
	opacity: 1;
}

	@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;
	
		}
	}
	@media (max-width: 1023px) {
		.cover-heading {
			max-width: 100%;
			padding-left: 10px;
		}
		.cover-intro {
			font-size: 18px;
		}

		.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;
		}
		.cover-heading.boxed {
			padding: 15px 15px 10px;
		}
		.cover-intro {
			font-size: 16px;
			margin-bottom: 0px;
		}
		.cover-title {
			font-size: 24px;
		}

		.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.1
		}
		.cover-title.title-xlarge {
			font-size: 28px;
			line-height: 1.1;
		}
		.cover-title.title-huge {
			font-size: 32px;
			line-height: 1.1;
		}

		.cover-lead {
			padding-top: 10px;
		}
		.cover-lead p {
			font-size: 1rem;
			font-weight: 400;
			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-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: 400;
		}
		.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 */
.with-caption-top-left {
	align-items: flex-start;
}
.with-caption-center-left {
	align-items: center;
}
.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;
}


.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;
	bottom: 30px;
	text-align: center;
}

.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet {
	width: 8px;
	height:8px;
	border-radius: 100px;
	background: #000000;
	opacity: 0.5;

}
.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet-active {
	background: #2495b5;
	transform: scale(1.2);
	opacity: 1;
}
.swiper-pagination.cover-slider-pagination .swiper-pagination-bullet-active {
	background: #2495b5;
}

	@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 {

		}
	}
