/* Heading */
#header-image-single-tour {
	margin-top: -85px;
	background-color: var(--2);
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-image-single-tour .content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

#header-image-single-tour .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--2);
	opacity: .5;
	z-index: -1;
}

#header-image-single-tour .content  .container {
	max-width: 1366px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}

#header-image-single-tour .content  .container h1 {
	color: var(--w);
	font-family: var(--ff4);
	font-size: 80px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
	margin: 0 0 16px;
	width: 100%;
}

#header-image-single-tour .content .container p {
	color: var(--w);
	font-family: var(--ff1);
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0;
	max-width: 70%;
	text-align: center;
	margin: 0;
}

/* Container */
#header-image-single-tour + .container {
	padding: 100px 20px 0;
	max-width: 1406px;
	width: 100%;
	margin: 0 auto;
}

#header-image-single-tour + .container .first-tour-type-block h3,
#header-image-single-tour + .container .second-tour-type-block h3 {
	font-family: var(--ff2);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2em;
}

hr {
	border-color: var(--g10);
}

/* Newsletter */
.newsletter-block {
	display: none;
}

.newsletter-block .newsletter-wrapper {
	padding: 40px;
	background-image: none;
	background-color: var(--2);
	border-radius: 0;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
}

.newsletter-block .newsletter-wrapper h3 {
	color: var(--w);
	font-family: var(--ff3) !important;
	font-size: 28px !important;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 16px;
}

.newsletter-block .newsletter-wrapper p {
	color: var(--w);
	font-family: var(--ff1);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 24px;
}

.newsletter-block .newsletter-wrapper .cta_block a {
	background-color: var(--w);
	color: var(--2);
	font-size: 14px;
	line-height: 42px;
	display: table;
	height: 42px;
	min-width: 140px;
	padding: 0 20px;
	border-radius: 0;
	border: 1px solid var(--w);
	text-decoration: none;
	transition: .5s;
}

.newsletter-block .newsletter-wrapper .cta_block a:hover {
	background-color: transparent;
	color: var(--w);
	transition: .5s;
}

/**/
#header-image-single-tour + .container .first-tour-type-block .standard-carousel-wrap,
#header-image-single-tour + .container .second-tour-type-block .standard-carousel-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#header-image-single-tour + .container .first-tour-type-block .standard-carousel-wrap + .center-btn,
#header-image-single-tour + .container .first-tour-type-block .standard-carousel-wrap + .center-btn a,
#header-image-single-tour + .container .first-tour-type-block .standard-carousel-wrap + .center-btn a:hover,
#header-image-single-tour + .container .second-tour-type-block .standard-carousel-wrapper + .center-btn,
#header-image-single-tour + .container .second-tour-type-block .standard-carousel-wrapper + .center-btn a,
#header-image-single-tour + .container .second-tour-type-block .standard-carousel-wrapper + .center-btn a:hover {
	background-color: var(--1);
	color: var(--w);
	font-size: 14px;
	line-height: 30px;
	display: table;
	height: 30px;
	border: none;
	border-radius: 0;
}

/* Card */
#header-image-single-tour + .container .first-tour-type-block .col-md-3,
#header-image-single-tour + .container .second-tour-type-block .col-md-3 {
	width: 33.33%;
}

.first-tour-type-block .col-md-3.wow .tour_container,
.second-tour-type-block .col-md-3.wow .tour_container {
	border-radius: 0;
	border: none;
	box-shadow: 0 0px 12px 6px rgba(0,0,0,0.04) !important;
}

.first-tour-type-block .col-md-3.wow .tour_container,
.first-tour-type-block .col-md-3.wow .tour_container .header-experience,
.second-tour-type-block .col-md-3.wow .tour_container,
.second-tour-type-block .col-md-3.wow .tour_container .header-experience {
	min-height: auto;
}

/* Card image */
.first-tour-type-block .col-md-3.wow .tour_container .header-experience,
.second-tour-type-block .col-md-3.wow .tour_container .header-experience {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
}

.first-tour-type-block .col-md-3.wow .tour_container .header-experience > a,
.second-tour-type-block .col-md-3.wow .tour_container .header-experience > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.first-tour-type-block .col-md-3.wow .tour_container .header-experience img,
.second-tour-type-block .col-md-3.wow .tour_container .header-experience img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

/* Card cat */
.first-tour-type-block .col-md-3.wow .tour_container .header-experience a.experience-category,
.second-tour-type-block .col-md-3.wow .tour_container .header-experience a.experience-category {
	display: none !important;
	width: auto !important;
	top: auto;
	bottom: 10px;
	left: 10px;
	border-radius: 0;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-family: var(--ff1);
	color: var(--1);
	text-decoration: none;
}

/* Tour body */
.first-tour-type-block .col-md-3.wow .tour_container .body-experience,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience {
	padding: 20px;
}

/* Tour title */
.first-tour-type-block .col-md-3.wow .tour_container .body-experience h4,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience h4 {
	margin-bottom: 10px;
	white-space: normal;
	min-height: 48px !important;
	max-height: 48px !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.first-tour-type-block .col-md-3.wow .tour_container .body-experience a,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience a {
	color: var(--1);
	font-family: var(--ff2);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-decoration: none !important;
	
}

/* Tour review */
.first-tour-type-block .col-md-3.wow .tour_container .body-experience .review-box,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience .review-box {
	margin: 0 0 20px;
}

/* Tour excerpt */
.first-tour-type-block .col-md-3.wow .tour_container .body-experience .experience-excerpt,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience .experience-excerpt {
	color: var(--1);
	font-family: var(--ff1);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	min-height: 48px;
	max-height: 48px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* Tour price */
body.term-89 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person,
body.term-90 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person,

body.term-89 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person,
body.term-90 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person,

body.term-89 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price + span,
body.term-90 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price + span,

body.term-89 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price + span,
body.term-90 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price + span,

body.term-89 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person span:first-child,
body.term-90 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person span:first-child,

body.term-89 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person span:first-child,
body.term-90 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person span:first-child {
	position: relative;
	color: transparent !important;
}

body.term-89 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price,
body.term-90 .first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price,
body.term-89 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price,
body.term-90 .second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price {
	position: absolute;
	top: 0;
	margin: 0;
	left: 0;
}

.first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person {
	color: var(--2);
	font-family: var(--ff3);
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 20px;
}

.first-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price,
.second-tour-type-block .col-md-3.wow .tour_container .body-experience .price-per-person .single-price {
	color: var(--2);
	font-family: var(--ff3);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
}

@media screen and (max-width: 1024px) {
	#header-image-single-tour + .container {
		padding: 60px 20px 0;
	}
}

@media screen and (max-width: 991px) {
	#header-image-single-tour {
		margin-bottom: 0;
	}
	
	#header-image-single-tour .content .container h1 {
		font-size: 52px;
	}
	
	#header-image-single-tour .content .container p {
		max-width: 100%;
		font-size: 18px;
	}
	
	.first-tour-type-block {
		margin: 0;
	}
	
	#header-image-single-tour + .container .first-tour-type-block .standard-carousel-wrap,
	#header-image-single-tour + .container .first-tour-type-block .standard-carousel-wrapper,
	#header-image-single-tour + .container .second-tour-type-block .standard-carousel-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	
	#header-image-single-tour + .container .first-tour-type-block .col-md-3,
	#header-image-single-tour + .container .second-tour-type-block .col-md-3 {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	#header-image-single-tour {
		height: 600px;
	}
	
	#header-image-single-tour + .container .first-tour-type-block h3,
	#header-image-single-tour + .container .second-tour-type-block h3 {
		font-size: 32px;
	}
	
	#header-image-single-tour + .container .first-tour-type-block .col-md-3,
	#header-image-single-tour + .container .second-tour-type-block .col-md-3 {
		width: 100%;
	}
}