

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

.cover-slides {
	visibility: hidden; 
	opacity:0; 
	transition:opacity 0.5s linear;
}

.cover-slides.slick-initialized { 
	visibility: visible !important; 
	opacity:1 !important;
}

.cover-slides-wrapper {
	display: block;
	width: 100%;
	min-height: 100px;
	position: relative;
	z-index: 4;
}
.cover-boxed .cover-slides-wrapper {
	max-width: 84em;
	margin:20px auto;
}
.cover-slides-one {
	margin:0 !important; 
}
.cover-slide {
	position: relative;
	height: auto;
}

.cover-size-max {
	max-width: 1440px;
	margin: auto;
}


.cover-height-small .cover-slide {
	height: 300px !important;
}
.cover-height-medium .cover-slide {
	min-height: 440px !important;
	height: 50vh !important;
	max-height: 460px !important;
}
.cover-height-large .cover-slide {
	min-height: 600px !important;
	height: 80vh !important;
	
}
.cover-height-full .cover-slide {
	min-height: 700px;
	height: 100vh !important;
	max-height: 800px !important;
}

	@media (max-width: 970px) {
		.cover-height-full .cover-slide {
			min-height: 360px;
			height: 100vh !important;
			max-height: 360px !important;
		}
	}

/* Cover background image */
.bg-cover-image {
	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: 1;	
}

/* Reapeat */
.bg-cover-image.bg-repeat {
	background-position: top left;
	background-repeat: repeat;
	background-size: 67px auto;
}

.cover-caption.padding-top-tiny {
	padding-top: 60px;
}
.cover-caption.padding-top-small {
	padding-top: 80px;
}
.cover-caption.padding-top-medium {
	padding-top: 100px;
}
.cover-caption.padding-top-large {
	padding-top: 120px;
}
.cover-caption.padding-top-xlarge {
	padding-top: 160px;
}
.cover-caption.padding-top-huge {
	padding-top: 200px;
}

/* CAPTION */

.cover-caption {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9;
}

.cover-height-small .cover-caption,
.cover-height-medium .cover-caption,
.cover-height-large .cover-caption,
.cover-height-full .cover-caption {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-40%);
	padding: 0 !important;
	z-index: 888;
}

.cover-heading {
	position: relative;
	padding: 20px;
}
.cover-heading-bg {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	opacity: 0.9;
	z-index: 1;
}

.cover-height-small .cover-heading {
	padding: 2rem 2rem 1rem 0;
}

.cover-heading.with-bg {
	padding: 2rem;
}
.cover-heading-bg {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
	opacity: 1;
}

.cover-intro {
	
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	font-size: 24px;
	padding-left: 3px;
	color: #fff;
}

.cover-title {
	font-size: 2.6rem;
	line-height: 1.1;
}
.cover-title.title-small {
	font-size: 26px;
}
.cover-title.title-medium {
	font-size: 40px;
}
.cover-title.title-large {
	font-size: 60px;
}
.cover-title.title-xlarge {
	font-size: 80px;
}
.cover-title.title-huge {
	font-size: 100px;
	line-height: 1;
}
.cover-lead {
	padding-top: 15px;
}
.cover-lead p {
	font-size: 26px;
	line-height: 1.5;
}
.cover-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}
.heading-right .cover-buttons {
	justify-content: flex-end;

}
.heading-center .cover-buttons {
	justify-content: center;
}

@media (max-width: 1130px) {
	.cover-title {
		font-size: 26px;
		display: block;
	}
	.cover-title.title-small {
		font-size: 22px;
	}
	.cover-title.title-medium {
		font-size: 34px;
	}
	.cover-title.title-large {
		font-size: 54px;
		line-height: 1;
	}
	.cover-title.title-xlarge {
		font-size: 63px;
		line-height: 1.1;
	}
	.cover-title.title-huge {
		font-size: 86px;
		line-height: 1;
	}
	.introduction .cover-title {
		font-size: 66px;
		line-height: 1;
	}
	.cover-lead p {
		font-size: 18px;
	}
}
@media (max-width: 970px) {
	.cover-intro {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.cover-title {
		font-size: 26px;
		display: block;
	}
	.cover-title.title-small {
		font-size: 22px;
	}
	.cover-title.title-medium {
		font-size: 32px;
	}
	.cover-title.title-large {
		font-size: 50px;
		line-height: 1;
	}
	.cover-title.title-xlarge {
		font-size: 60px;
		line-height: 1.1;
	}
	.cover-title.title-huge {
		font-size: 86px;
		line-height: 1;
	}
	.introduction .cover-title {
		font-size: 46px;
		line-height: 1;
	}
	.cover-more {
		position: relative;
		top: auto;
		right: auto;
	}
}
@media (max-width: 640px) {
	.cover-intro {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.cover-title {
		font-size: 26px;
		display: block;
	}
	.cover-title.title-small {
		font-size: 18px;
	}
	.cover-title.title-medium {
		font-size: 26px;
	}
	.cover-title.title-large {
		font-size: 42px;
		line-height: 1;
	}
	.cover-title.title-xlarge {
		font-size: 52px;
		line-height: 1.1;
	}
	.cover-title.title-huge {
		font-size: 66px;
		line-height: 1;
	}
	.introduction .cover-title {
		font-size: 36px;
		line-height: 1;
	}
	.cover-lead p {
		font-size: 1rem;
	}


}



/* Left Align */
.cover-heading.heading-left {
	text-align: left !important;
	padding-left: 20px !important;
}

/* Right Align */
.cover-heading.heading-right {
	/* text-align: right; */
}

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

/* DOTS */
.slick-dotted.slick-slider {
	margin:0;
}
.cover-slider-wrapper .slick-slider .slick-dots {
	bottom: 20px;
}

/* LISTING */
.heading-list {
	position: relative;
	padding: 2rem 2.5rem;
	margin-right: 0rem;
	border-radius: 0px;
}
.heading-list-bg {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	opacity: 0.9;
	z-index: 1;
}
.heading-list-title {
	position: relative;
	font-size: 24px;
	z-index: 2;
	color: #fff !important;
}
.heading-list ul {
	position: relative;
	margin: 0px 0 0 0;
	margin-bottom: 0px;
	padding:0;
	list-style: none;
	z-index: 2;
}
.heading-list ul li {
	
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 0rem;
	line-height: 1.5;
	border-bottom: 1px solid rgba(4, 19, 31, 0.11);
}
.heading-list ul li:last-child {
	border:0;	
}
.heading-list ul li a {
	display: block;
	padding: 0.5rem 0 0.5rem  1.5rem;
	font-weight: 700;
	color: #fff;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .heading-list ul li a {
	color: #fff !important;
}
.heading-list ul li a:hover {

}
.heading-list ul li a i {
	position: absolute;
	left: 0px;
	top: 14px;
	
	font-size: 16px;
	margin-right: 0px;
	color: #1d8af0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.heading-list ul li a:hover i {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .heading-list ul li a i {
	color: #fff;
	opacity: 0.8;
}


@media (max-width: 970px) {
	.heading-list {
		
	}
}



/* SEARCHBOX */
.heading-search-wrapper {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
}
.heading-search {
	position: relative;
	padding: 2rem 2.5rem;
	margin: 0 20px;
	border-radius: 0px;
	z-index: 99;
}
.heading-search-bg {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	opacity: 0.94;

	z-index: 1;
}
.heading-search-title {
	position: relative;
	font-size: 28px;
	z-index: 2;

}

.heading-search .filterbar {
	position: relative;
	z-index: 2;
	flex-direction: column;
}
.heading-search .filteritem {
	margin-bottom: 10px;
}
.heading-search-lead p{
	margin-top: 0;
	padding-top:0;
}

.collapse .input-group {
	margin-bottom:0;
}
.collapse .input-group > input[type='text'] {
	border-radius: 0;
	border:0;
}

.collapse .input-group-label:last-child {
	border-radius: 0;
	border:0;
	background: #fff;
}
.collapse .input-group-label:last-child {
	border-right: 1px solid #eee;
}

/* Larger */
.cover-search-wrapper .cover-searchbox.large .input-group > input[type='text'] {
	height: 60px;
}
.cover-search-wrapper .cover-searchbox.large .search-button {
	height: 60px;
}
.collapse .search-button {
	border-radius: 0;
}

@media (max-width: 970px) {
	.heading-search-wrapper {
		width: 100%;
		position: relative;
		top: 0;
		transform: translateY(0%);
	}
	.heading-search {
		position: relative;
		padding: 20px 10px;
		margin: 0 0px;
		border-radius: 0px;
		z-index: 99;
	}
}

/* COVER IMAGE/VIDEO */

.heading-image .heading-image-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	z-index: 88;
}
.heading-image .heading-image-play:after {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	content:'';
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.heading-image .heading-image-play:hover:after {	
	border-color: transparent transparent transparent #fff;
}

