/*	TEAMPLATE STYLES	DETAIL	*/


/*------------------------------
	N.	DETAIL
------------------------------*/

.detail-quest {
	height: calc(100vh - 98px);
}


.detail-quest__bg {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.detail-quest__definition {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 20;
	width: 100%;
}


.detail-quest__definition .container {
	margin: 0 auto;
}

.detail-quest__title {
	margin-bottom: 40px;
}

.detail-quest__title h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 4px #000;
}

.detail-quest__nav {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.detail-quest__nav li {
	display: inline-block;
	margin: 5px 6px;
}

.detail-quest__nav a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.no-touch .detail-quest__nav a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.detail-quest b {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.detail-quest p {
	color: #fff;
	font-size: 16px;
}

.detail-quest__price p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.detail-quest__price b {
	font-size: 20px;
	font-weight: bold;
}

.detail-quest__nav-btn {
	color: #fff;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.detail-quest__nav-btn li {
	display: inline-block;
	margin: 0 6px 10px 0;
}

.detail-quest__nav-btn a {
	background-color: transparent;
	/* border: 1px solid #fff; */
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 14px;
	text-decoration: none;
}
.detail-quest__nav-btn a:hover {
	text-decoration: underline !important;
}

.no-touch .detail-quest__nav-btn a:focus,
.no-touch .detail-quest__nav-btn a:hover {
	color: #fff;
	text-decoration: none;
}

.detail-quest__gift {
	background-color: #fff;
	border-radius: 12px;
	color: #1a1a1a;
	display: inline-block;
	margin-top: 28px;
	padding: 14px 28px 14px 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.no-touch .detail-quest__gift:focus,
.no-touch .detail-quest__gift:hover {
	background-color: #fff;
	color: #1a1a1a;
}

@media(max-width: 991px) {

	.detail-quest {
		overflow: hidden;
		padding: 20px 0 0px;
		height: auto;
		min-height: 280px;
		position: relative;
	}

	.detail-quest__definition {
		position: relative;
		min-height: 100%;
	}

	.detail-quest__price {
		margin: 0px 0 20px;
		text-align: left;
	}

	.detail-quest__gift {
		display: inline-block;
		float: none;
	}
	.detail-quest__desc {
		margin: 0px 0 15px !important;
	}
	.iconpack {
		transform: scale(0.9);
	}
	.detail-quest p.quest-feat, .detail-quest__price b {
		font-size: 12px !important;
		line-height: 37px;
		margin: 0;
	}
	.detail-quest i.iconpack {
		margin-right: 7px !important;
	}
	.detail-quest__bg {
		height: calc(100vh - 60px);
		position: absolute;
		margin-top: -20px;
	}
	.detail-quest__title h1 {
		font-size: 35px;
	}
	#detail-quest__slider {
		min-height: auto !important;
	}
	.detail-quest__reserv-title {
		margin-bottom: 10px !important;
	}
	.detail-quest__legend-title {
		margin: 0 !important;
	}
	.detail-quest__reserv {
		margin-bottom: 20px !important;
	}
	h1, h2, h3, .h1 {
		font-family: 'Open Sans';
		font-weight: 300;
	}
	h2, h3 {
		font-size: 17px;
	}

}

@media(max-width: 480px) {

	.detail-quest__nav-btn li {
		display: block;
		margin: 0 6px 20px 0;
		text-align: center;
		width: 100%;
	}

	.detail-quest__nav-btn a {
		margin: auto;
		max-width: 250px;
	}

}

/*------------------------------
	N.	DESC
------------------------------*/

.detail-quest__desc {
	margin: 40px 0 15px;
}

.detail-quest__desc h2 {
	color: #000;
	font-weight: 300;
	margin-bottom: 20px;
}

.detail-quest__desc p {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}

#detail-quest__slider {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 380px;
}

#detail-quest__slider img {
	border-radius: 18px;
	display: inline-block;
}

#detail-quest__slider .carousel-control.left,
#detail-quest__slider .carousel-control.right {
	background: transparent;
	color: #fff !important;
}


/*------------------------------
	N.	RESERV
------------------------------*/

.detail-quest__reserv {
	margin-bottom: 100px;
}

.detail-quest__reserv-title {
	margin-bottom: 45px;
}

.detail-quest__reserv-title h3 {
	color: #000;
	font-weight: 300;
}

.detail-quest__reserv-footer {
	margin: 60px 0 0 0;
}

.detail-quest__reserv-footer p {
	color: #000;
	font-size: 16px;
	margin-bottom: 25px;
}

.detail-quest__reserv-footer a {
	border: 1px solid #fff;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	padding: 8px 24px;
	transition: all .4s ease;
	text-decoration: none;
}

.no-touch .detail-quest__reserv-footer a:hover {
	background: #fff;
	color: #000;
}

/*------------------------------
	N.	REVIEWS
------------------------------*/

.detail-quest__reviews {
	margin-bottom: 50px;
}

.detail-quest__reviews-title {
	margin-bottom: 45px;
}

.detail-quest__reviews-title h3 {
	color: #000;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.detail-quest__reviews-item {
	margin-bottom: 22px;
	border: 1px solid #fff;
	border-radius: 12px;
	position: relative;
}

.detail-quest__reviews-item p {
	background: transparent;
	color: #000;
	font-size: 14px;
	padding: 5px 20px;
	position: relative;
	overflow: auto;
	max-height: 600px;
	margin: 10px 5px;
}

.detail-quest__reviews-item::before {
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0);
	border-top: 11px solid #fff;
	content: '';
	position: absolute;
	bottom: -12px;
	left: 26px;
	height: 0;
	width: 0;
}

.detail-quest__reviews-item span {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: -5px 0 0 45px;
}


.detail-quest__reviews-all {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0;
	padding-right: 25px;
	position: relative;
}

.no-touch .detail-quest__reviews-all:hover {
	color: #000;
	text-decoration: none;
}

.detail-quest__reviews-all::before {
	color: #000;
	content: "\f078";
	font-size: 12px;
	font-family: FontAwesome;
	position: absolute;
	top: 5px;
	right: 8px;
}

/*------------------------------
	N.	LEGEND
------------------------------*/

.detail-quest__legend {
	margin-bottom: 70px;
}

.detail-quest__legend-title {
	margin: 20px 0 52px;
}

.detail-quest__legend-title h3, .detail-quest__legend-title h2 {
	color: #000;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.detail-quest__legend .align-middle {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 265px;
}

.detail-quest__legend-item {
	margin-bottom: 10px;
}

.detail-quest__legend-item p {
	color: #000;
	font-size: 13px;
}

.detail-quest__legend-item img {
	border-radius: 18px;
}


@media (max-width: 767px) {

	.detail-quest__legend .align-middle {
		min-height: auto;
	}

	.detail-quest__legend-item img {
		margin: 20px 0;
		max-width: 100%;
	}

}

/*------------------------------
	N.	MAP
------------------------------*/

.detail-quest__map-desc {
	color: #000;
}

.detail-quest__map-desc p {
	font-size: 17px;
	margin-bottom: 14px;
}

.detail-quest__map-social {
	margin-top: -8px;
	float: right;
}

.detail-quest__map-social a {
	color: #000;
	display: inline-block;
	font-size: 25px;
	margin: 15px 8px;
}

.detail-quest__map #map {
	border-radius: 18px;
	margin-bottom: 60px;
	height: 290px;
	max-width: 100%;
}

.map-info * {
	color: #000;
}

.iconpack {
	background-image: url(/icons/sprite_icons.png);
	width: 40px;
	height: 40px;
	display: inline-block;
}
.iconpack.white {
	background-position-y: -40px;
}
.iconpack.mask {
	background-position-x: 0;
}
.iconpack.puzzle {
	background-position-x: -40px;
}
.iconpack.money {
	background-position-x: -80px;
}
.iconpack.time {
	background-position-x: -120px;
}
.iconpack.people {
	background-position-x: -160px;
}
.iconpack.head {
	background-position-x: -200px;
}

.detail-quest i.iconpack {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}
.detail-quest p {
	clear:both;
	line-height: 40px;
}

a.more-link {
	display: block;
	margin: 20px auto;
	width: 120px;
	text-align: center;
	font-size: 19px;
}
.detail-quest p.quest-feat {
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 0px 2px #000;
}
.navbar-toggle {
	border-color: #ddd;
	margin-top: 13px;
}
.navbar-toggle .icon-bar {
	background-color: #888;
}
.detail-quest__title p {
	display: inline-block;
	padding-right: 10px;
}