/*
---------------------------
COVERS
---------------------------
*/
.cover-placeholder {
	position: relative;
	width: 100%;
	padding: 60px 0 30px;
	background: #cc9a98;
}
.cover-placeholder-heading {
	padding: 0 25px;
	text-align: left;
}
.cover-placeholder .cover-placeholder-title {
	font-family: 'Work Sans', sans-serif;
	font-size: 3rem;
	font-weight:700;
	color: #fff;
	
}
.cover-breadcrumbs {
	color: #fff;
}



.cover-slider {
	display: block;
	width: 100%;
	margin: auto;
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
}

.cover-shape {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 0px 0px 0 0;
	z-index: 8;
}
.cover-shape:before,
.cover-shape:after  {
	position: absolute;
	width: 40px;
	height: 40px;
	content: '';
	opacity: 0.5;
	background: #fff;
}
.cover-shape:before {
	top: 40px;
	left: 0px;
}
.cover-shape:after {
	top: 0px;
	left: 40px;
}



.cover-shapes {
	position: absolute;
	right: 0px;
	bottom: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: #fff;
	z-index: 2;
	opacity: 1;
}
.cover-shapes:before,
.cover-shapes:after  {
	position: absolute;
	width: 100px;
	height: 100px;
	content: '';
	opacity: 1;
}
.cover-shapes:before {
	background: #9b0166;
	bottom: 100px;
	right: 0px;
}
.cover-shapes:after {
	bottom: 0px;
	right: 100px;
	background: #ff9b31;
}


.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 - 100px) !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 - 160px) !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;
		}
		.cover-shapes {
			width: 80px;
			height: 80px;
		}
		.cover-shapes:before,
		.cover-shapes:after  {
			width: 80px;
			height: 80px;
		}
		.cover-shapes:before {
			bottom: 80px;
			right: 0px;
		}
		.cover-shapes:after {
			bottom: 0px;
			right: 80px;
		}

	}
	@media (max-width: 1300px) {
		
	}
	@media (max-width: 1023px) {
		.cover-shapes {
			width: 60px;
			height: 60px;
		}
		.cover-shapes:before,
		.cover-shapes:after  {
			width: 60px;
			height: 60px;
		}
		.cover-shapes:before {
			bottom: 60px;
			right: 0px;
		}
		.cover-shapes:after {
			bottom: 0px;
			right: 60px;
		}
		.cover1 .cover-height-full .cover-slide {
			min-height: 660px;
			height: 96vh !important;
			max-height: 700px !important;
		}
		.cover1 .cover-height-full .cover-slide {
			min-height: 51.250rem !important;
			height: 80vh !important;
			max-height: 51.250rem !important;
		}
	}
	@media (max-width: 767px) {
		.cover-placeholder {
			height: 140px;
		}
		.cover-slider {
			padding-top: 0px;
		}
		.cover-shape {
			width: 20px;
			height: 20px;
		}
		.cover-shape:before,
		.cover-shape:after  {
			width: 20px;
			height: 20px;
		}
		.cover-shape:before {
			top: 20px;
			left: 0px;
		}
		.cover-shape:after {
			top: 0px;
			left: 20px;
		}

		.cover-shapes {
			width: 40px;
			height: 40px;
		}
		.cover-shapes:before,
		.cover-shapes:after  {
			width: 40px;
			height: 40px;
		}
		.cover-shapes:before {
			bottom: 40px;
			right: 0px;
		}
		.cover-shapes:after {
			bottom: 0px;
			right: 40px;
		}

		.cover-height-small .cover-slide {
			min-height: 11.250rem !important;
			height: 40vh !important;
			max-height: 11.250rem !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: 560px !important;
			height: 96vh !important;
			max-height: 560px !important;
		}
		
	}
	@media (max-width: 400px) {
		.cover1 .cover-height-full .cover-slide {
			min-height: 480px !important;
			height: 96vh !important;
			max-height: 480px !important;
		}
	}


/* 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;

	transition: all 12s ease-in-out;
	transform-origin: center;
}
.bg-size-contain {
	background-size: contain;
}


/* 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: 1023px) {
		.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%;
}

/* Crop */
.bg-position-left.bg-crop-ne {
	background-position-x: left;
	background-position-y: top;
}
.bg-position-left.bg-crop-ce {
	background-position-x: left;
	background-position-y: center;
}
.bg-position-left.bg-crop-se {
	background-position-x: left;
	background-position-y: bottom;
}

.bg-position-right.bg-crop-ne {
	background-position-x: right;
	background-position-y: top;
}
.bg-position-right.bg-crop-ce {
	background-position-x: right;
	background-position-y: center;
}
.bg-position-right.bg-crop-se {
	background-position-x: right;
	background-position-y: bottom;
}

.bg-position-center.bg-crop-ne {
	background-position-x: center;
	background-position-y: top;
}
.bg-position-center.bg-crop-ce {
	background-position-x: center;
	background-position-y: center;
}
.bg-position-center.bg-crop-se {
	background-position-x: center;
	background-position-y: bottom;
}

/* 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: 1.250rem 25px 1.250rem 25px;
}
.text-center.cover-heading {
	margin: auto;
}
.align-center .cover-heading {
	margin: auto;
}
.cover-heading.boxed {
	margin: 1.250rem 0;
	padding: 45px 45px 45px 45px;
}

.with-caption-top-left .cover-heading.boxed,
.with-caption-top-right .cover-heading.boxed {
	margin-top: 1.250rem;
}
.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: 0px;
	z-index: -1;
}
.bg-cover-heading-box-1,
.bg-cover-heading-box-2{
	position: absolute;
	width: 60px;
	height: 60px;
	opacity: 1;
	/* border: 2px solid #fff; */
}
/* .bg-cover-heading-box-1 {
	height: calc(100% - 60px);
	top: 0px;
	left: -60px;
} */
.bg-cover-heading-box-2 {
	bottom: -60px;
	left: -60px;
}

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

.cover-intro {
	
/* 	margin-left: -25px; */
	font-weight: 400;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.5rem;
	color: #38bd7d;
	/* background: rgba(0, 14, 41, 0.2); */
	padding: 0px 0px;
	margin-left: 2px

}

.cover-intro.c-white {
	color: #fff !important;
}
.cover-heading.boxed .cover-intro {
	color: #fff
}

.cover-title {
	font-size: 2.375rem;
	position: relative;
	min-height: 1.250rem;
	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: 2.5rem;
}
.cover-title.title-small {
	font-size: 2.125rem;
}
.cover-title.title-medium {
	font-size: 3rem;
	line-height: 1.1;
}
.cover-title.title-large {
	font-size: 3.375rem;
	line-height: 1.1
}
.cover-title.title-xlarge {
	font-size: 4rem;
	line-height: 1.1;
}
.cover-title.title-huge {
	font-size: 9rem;
	line-height: 1.1;
}


.cover-lead {
	padding-top: 1.250rem;
}
.cover-lead p {
	font-size: 1.250rem;
	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: 1.250rem 0px 0px;
}

/* Listing */
.cover-lead ul {
	list-style: none;
	margin-left:0;
	margin-top: 1.250rem !important;
}
.cover-lead ul li {
	position: relative;
	font-size: 1.125rem;
	padding: 6px;
	padding-left: 35px;
	font-weight: 700;
}

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

.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: 1.125rem;
	padding-bottom: 1.125rem;
}



/* Listing */
.cover-listing {
	position: relative;
	padding: 0px;

	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: #38bd7d;
}
.cover-listing ul {
	list-style: none;
	margin:0;
	padding:0 0 0;
}
.cover-listing ul li {
	border-bottom: 0;
	padding: 10px 0;
}
.cover-listing ul li:last-child {
	border:0;
}
.cover-listing ul li > .cover-listing-item {
	font-weight: 700;
	display: block;
	padding: 1.250rem 1em 22px 25px;
	font-size: 1.5rem;
	letter-spacing: 0px;
	border-radius: 5px;
	position: relative;
	line-height: 1;
	color: #fff;
	box-shadow: 0 0px 25px  rgba(0, 0, 0, 0.24);
}
.cover-listing.white ul li > .cover-listing-item {
	color: #de5e4f;
}
.cover-listing li > a.cover-listing-item {

}
.cover-listing li > .cover-listing-item i {
	position: absolute;
	top: 25px;
	left: 1.250rem;
	color: #fff;
	font-size: 1.125rem;
	-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: 25px;
}

.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: #38bd7d;
	opacity: 1;
}
.cover-listing.white li > a.cover-listing-item:hover i{
	color: #38bd7d;
	opacity: 1;
}


	@media (max-width: 1460px) {
		.cover-title.title-small {
			font-size: 1.875rem;
		}
		.cover-title.title-medium {
			font-size: 2.75rem;
		}
		.cover-title.title-large {
			font-size: 3rem;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 3.5rem;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 76px;
			line-height: 1.1;
		}
		.cover-lead ul li {
			font-size: 1rem;
			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: 2.25rem;
		}
		.cover-title.title-small {
			font-size: 1.625rem;
		}
		.cover-title.title-medium {
			font-size: 2.5rem;
		}
		.cover-title.title-large {
			font-size: 2.75rem;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 3.125rem;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 3.75rem;
			line-height: 1.1;
		}
		.cover-lead p {
			
	
		}
	}
	@media (max-width: 1023px) {
		.cover-heading {
			max-width: 100%;
			padding-left: 10px;
			padding-bottom: 0;
		}
		.cover-intro {
			font-size: 1.125rem;
		}

		.cover-title {
			font-size: 2rem;
			line-height: 1.1;
		}
		.cover-title.title-small {
			font-size: 1.375rem;
		}
		.cover-title.title-medium {
			font-size: 2rem;
		}
		.cover-title.title-large {
			font-size: 2.25rem;
			line-height: 1.2
		}
		.cover-title.title-xlarge {
			font-size: 2.625rem;
			line-height: 1.2;
		}
		.cover-title.title-huge {
			font-size: 3.375rem;
			line-height: 1.1;
		}

		.cover-listing ul {
			list-style: none;
			margin:0;
			padding:0 0 0;
			display: flex;
			align-items: center;
			flex-direction: row;
		}
		.cover-listing ul li {
			padding-right: 10px
		}
		.cover-listing ul li > .cover-listing-item {
			font-size: 1.125rem;
			padding-right: 60px;
		}
		.cover-listing li > .cover-listing-item i {
			font-size: 15px;
		}


	}
	@media (max-width: 767px) {
		.cover-heading {
			padding-top: 0px;
			padding-left:5px;
			padding-right:0px;
		}
		.cover-heading.boxed {
			margin-left: -10px;
			padding: 15px 15px 10px 15px;
		}
		.cover-intro {
			font-size: 1rem;
			margin-bottom: 5px;
			margin-left: 0px
		}
		.cover-title {
			font-size: 1.5rem;
		}

		.cover-title.title-small {
			font-size: 1.125rem;
		}
		.cover-title.title-medium {
			font-size: 1.375rem;
			line-height: 1.2;
		}
		.cover-title.title-large {
			font-size: 1.5rem;
			line-height: 1.1
		}
		.cover-title.title-xlarge {
			font-size: 1.75rem;
			line-height: 1.1;
		}
		.cover-title.title-huge {
			font-size: 2rem;
			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: 700;
		}
		.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: 0.875rem;
			padding: 2px;
			padding-left: 25px;
			font-weight: 400;
		}
		.cover-lead ul li i {
			position: absolute;
			top:5px;
			left: 0px;
			font-size: 1rem;
		}
		.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;
		}

		.cover-listing ul {
			list-style: none;
			margin:0;
			padding:0 5px 0 5px;
			display: flex;
			align-items: flex-start;
			flex-direction: column;
		}
		.cover-listing ul li {
			padding: 0 0 10px;
			padding-right: 0px;
			width: 100%;
		}
		.cover-listing ul li > .cover-listing-item {
			
			font-size: 1rem;
			padding-top: 15px;
			padding-bottom: 15px;
			padding-right: 60px;

		}
		.cover-listing li > .cover-listing-item i {
			top: 17px;
			font-size: 0.875rem;
		}
	}


/* 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.6;

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

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

		}
	}
