.header-big {
	background-image: url('../images/big-header.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*height: 100vh;*/
	min-height: 100vh;
	height: auto;
	position: relative;
}

.header-big .header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #22294b;
	opacity: .3;
	z-index: 1;
}

.header-big .header-headline {
	/*position: absolute;*/
	z-index: 20;
	/*left: -4%;*/
	/*top: 30%;*/
	position: relative;
	padding: 18em 0 4em 0;
	left: -5%;
	width: 90%;
}

.header-big .header-headline h1 {
	font-size: 4em;
}

.header-big .header-headline h2 {
	font-size: 1.8em;
	font-weight: 300;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.header-big #bgVideo {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.main-content {
	background-color: #22294b;
}

.main-content .content-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4em;
	position: relative;
	min-height: 15em;
}

.main-content .content-box h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 2em;
	margin-bottom: .5em;
	color: #fbfbff;
}

.main-content .content-box h4 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 1em;
}

.main-content .content-box>* {
	z-index: 2;
	position: relative;
}

.main-content .content-box:not(.no-overlay)::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #22294b;
	opacity: .5;
	z-index: 1;
	transition: opacity .25s ease-in-out;
}

.main-content .content-box:not(.no-overlay):hover::after {
	opacity: .9;
}

.main-content .content-box:not(.no-overlay):hover .hidden-cta-btn {
	opacity: 1;
}

.main-content .content-box.dark-colors,
.main-content .content-box.dark-colors h3{
	color: #29293b;
}

.main-content .content-box.dark-colors::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fbfbff;
	opacity: .75;
	z-index: 1;
}

.main-content .content-box.ghost-heading h2 {
	position: absolute;
	top: 1.5em;
	left: 0.25em;
	opacity: .2;
	font-size: 5em;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	transition: opacity .25s ease-in-out;
}

.main-content .content-box.ghost-heading:hover h2 {
	opacity: 0;
}

.main-content .content-box.first-h-line {
	padding-top: 10em;
}

.main-content .content-box.first-h-line::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 4em;
	height: 8em;
	width: 2px;
	background-color: #fbfbff;
	z-index: 2;
	transition: height .25s ease-in-out;
}

.main-content .content-box.first-h-line:hover::before {
	height: 0;
}

.main-content .content-box.first-v-line {
	padding-top: 10em;
}

.main-content .content-box.first-v-line h3 {
	position: relative;
	display: inline-block;
}

.main-content .content-box.first-v-line h3::before {
	content: " ";
	width: 4em;
	height: 2px;
	background-color: #fbfbff;
	display: inline-block;
	position: absolute;
	left: 110%;
	top: 50%;
}

.main-content .content-box.second-h-line::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 4em;
	height: 5em;
	width: 2px;
	background-color: #fbfbff;
	z-index: 2;
	transition: height .25s ease-in-out;
}

.main-content .content-box.second-h-line:hover::before {
	height: 0;
}

.main-content .content-box .main-cta-btn {
	opacity: 0;
	transition: all .25s ease-in-out;
}

.main-content .content-box:hover .main-cta-btn {
	opacity: 1;
}

#soc-med-block {
	position: relative;
	margin-top: 14em;
}

#soc-med-block::before {
	content: " ";
	position: absolute;
	top: -8em;
	left: 4em;
	height: 6em;
	width: 2px;
	background-color: #fbfbff;
}

#soc-med-block .soc-med-block-icon {
	display: table;
	margin-left: 2.25em;
	margin-bottom: 2em;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#soc-med-block .soc-med-block-icon:hover {
	opacity: .5;
	cursor: pointer;
}

.header-big-video.loading .video-background {
	opacity: 0;
}

.video-background {
	position: absolute;
	top: 50%;
	left: 0;
	padding-top: 56.25%;
	width: 100%;
	transform: translateY(-50%);
	transition: 2s opacity ease;
	opacity: 1;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* Amblems near get in touch */
#get-in-touch ._amblems {
	position:  relative;
	height: 100%;
	text-align: center;
	z-index: 11;
}

#get-in-touch ._amblems > div {
	position:  relative;
	top: 50%;
	transform: translateY(-50%);
}

#get-in-touch ._amblems a {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
}


#get-in-touch ._amblems img {
	margin: 1rem;
	width: 6rem;
}


#testimonials {
	background:#22294b;
}

#testimonials h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
	display: inline-block;
	position: relative;
}

#testimonials h3::after {
	content: " ";
	width: 4em;
	height: 2px;
	background-color: #fe60aa;
	display: inline-block;
	position: absolute;
	left: 110%;
	top: 50%;
}

#testimonials .testimonial-quote,
#testimonials .testimonial-news-article {
	padding: 2em;vertical-align: middle;display: table;position: relative;
}

#testimonials .testimonial-quote > div,
#testimonials .testimonial-news-article > div {
	padding-left: 1em;display: table-cell;vertical-align: middle;height: 100%;
}

#testimonials .testimonial-quote > div > div:first-child,
#testimonials .testimonial-news-article > div > div:first-child {
	font-style: italic;
}

#testimonials .testimonial-quote > div > h2 {
	position: absolute;top: 40%;left: 0.25em;opacity: .2;font-size: 5em;font-family: 'Playfair Display', serif;font-weight: 800;transition: opacity .25s ease-in-out;
}

#testimonials .testimonial-quote > div > div:first-child,
#testimonials .testimonial-news-article > div > div:first-child {
	font-weight: lighter;
}

#testimonials .testimonial-image > div > div > a {
	display: inline-block;max-height:200px !important;margin:0 auto;border-radius:3px;
}

#testimonials .testimonial-image > div > div > a > img {
	max-height:200px !important;margin:0 auto;border-radius:3px;
}

#testimonials .testimonial-image > div {
	display: table;
	height: 100%;
	text-align: right;
	width: 100%;
}

#testimonials .testimonial-image > div > div {
	display: table-cell;
	vertical-align: middle;
}

#testimonials .testimonial-image > div  > div > .object-fit {
	object-fit: cover;
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

#testimonials .carousel-indicators {
	position:relative !important;
	margin-top: 1rem;
}
#testimonials .carousel-indicators > li.active {
	background-color: #fe60aa;
}

.min-height-250 {min-height:  250px;}


@media screen and (max-width: 992px) {
	.header-big {
		background-image: url('../images/small-header.jpg');
		background-position: 5em center;
	}

	.header-big .header-headline {
		left: 0;
		/*top: 8em;*/
		padding:8em 0 2em 0;
		position: relative;
		width: auto;
		margin-left: calc(2em - 15px);
		margin-right: calc(2em - 15px);
	}

	.header-big .header-headline h1 {
		font-size: 2.5em;
	}

	.header-big .header-headline h2 {
		font-size: 1.4em;
	}

	.main-content .content-box {
		padding: 2em;
	}

	.main-content .content-box {
		min-height: 12em;
	}

	.main-content .content-box.first-h-line {
		padding-top: 8em;
	}

	.main-content .content-box.first-h-line::before {
		height: 6em;
	}

	.main-content .content-box.ghost-heading h2 {
		top: 2.25em;
		left: .25em;
		font-size: 3.2em;
	}

	.main-content .content-box.first-v-line {
		padding-top: 8em;
	}

	.main-content .content-box.first-v-line h3::before {
		display: none;
	}

	.main-content .content-box.first-v-line::before {
		content: " ";
		width: 10em;
		height: 2px;
		background-color: #fbfbff;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 2;
		transition: width .25s ease-in-out;
	}

	.main-content .content-box.first-v-line:hover::before{
		width: 0;
	}

	#get-in-touch .content-box::after {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #fbfbff;
		opacity: .75;
		z-index: 1;
	}

	#get-in-touch .content-box>* {
		position: relative;
		z-index: 2;
	}

	#soc-med-block {
		position: relative;
		z-index: 2;
		margin-top: unset;
		top: .75em;
		padding-left: 3em;
	}

	#soc-med-block::before {
		top: unset;
		bottom: .75em;
		left: unset;
		right: 3em;
	}

	#soc-med-block .soc-med-block-icon {
		display: inline-block !important;
		margin-left: 0;
		padding-right: 1em;
	}
}

@media screen and (max-width: 991px) {
	#testimonials .testimonial-image > div > div,
	#testimonials .testimonial-quote > div > div {
		text-align: center !important;
	}

	#testimonials h3 {
		float: left;
		clear: right;
	}
}

@media screen and (max-width: 576px) {
	.yacht_list-filter .filter-input,
 	.yacht_list-filter .filter-select
 	{
 		margin-right: 0 !important;
 	}
}


/* Search yachts */
 .yacht_list-filter .filter-input,
 .yacht_list-filter .filter-select {
	position: relative;
}

 .yacht_list-filter .filter-input::after,
 .yacht_list-filter .filter-select::after {
	content: "\f002";
   	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	color: #29293b;
}

 .yacht_list-filter .filter-select::after {
	content: "\f078";
}

 .yacht_list-filter .filter-select select {
	-webkit-appearance: none;
    -moz-appearance: none;
}

 .yacht_list-filter .filter-input input,
 .yacht_list-filter .filter-select select {
	border-radius: 5px;
	border: 1px solid #29293b;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding: 0 1em;
	padding-right: 3em;
}

 .yacht_list-filter .filter-input input::placeholder,
 .yacht_list-filter .filter-input input::-moz-placeholder {
	color: #29293b;
	opacity: 1;
}

 .yacht_list-filter .filter-submit button {
	height: 3em;
	border-radius: 5px;
	padding: 0 1em;
	text-align: center;
	font-weight: 300;
	color: #fbfbff;
	background-color: #fe60aa;
	border: none;
	width: 100%;
}
