/* TOUR DETAILS CSS */

/* CONTENT ~~~~~~~~~~~~~~~~*/
.tour-price {
	color: #0973ba;
	font-size: 24px;
}

.tour-image {
	position: relative;
}

.tour-vendor {
	position: absolute;
	bottom: 20px;
	left: 0;
	background-color: rgba(255, 255, 255, 1.0);
	padding: 10px 15px;
}


/* READ MORE ~~~~~~~~~~~~~~~~*/
.more-btn-container:empty {
	display: none;
}


/* YELLOW BOX ~~~~~~~~~~~~~~~~*/
.offers {
	background-color: rgb(254, 255, 222, 0.3);
  	border: 1px solid #ede341;
	padding: 12px 15px 0;
}

.offers h3 {
	margin-bottom: 12px;
}

.offers li a {
	text-decoration: none;
}

.offers li a:hover {
	text-decoration: underline;
}



/* ACCORDION TAB NAV ~~~~~~~~~~~~~~~~*/
#tourNavTabs {}

#tourNavTabs .nav-item {
	margin-right: 10px;
}

#tourNavTabs .nav-item .nav-link {
  	background-color: rgba(112, 112, 112, 0.1);
  	color: #555;
	padding: 8px 12px;
  	border: none;
	text-align: center;
}

#tourNavTabs .nav-item .nav-link.active,
#tourNavTabs .nav-item .nav-link.active:hover {
  	color: #FFF;
 	background-color: #224273;
  	border-color: transparent;
}

#tourNavTabs .nav-item .nav-link:hover {
  	background-color: rgba(52, 152, 219, 0.2);
	color: #06C;
}

/* LINE BREAK FOR TAB MENU ~~~~~~~~~~~~~~~~*/
.tab-break {
	height: 0;
}


/* ACCORDIONS (INSIDE TAB PANES) ~~~~~~~~~~~~~~~~*/
.tab-pane > .accordion {
	margin-top: 15px;
	padding-bottom: 5px;
}

.accordion-button {
	font-weight: bold;
	color: #224273;
}

.accordion-button:not(.collapsed) {
	background-color: rgba(207, 226, 255, 0.4);
}

.accordion-body {
	padding-top: 12px;
	padding-bottom: 12px;
}

.accordion-body h4 {
	color: #425e66;
}

.accordion-body ul {
	margin-bottom: 8px;
}

.accordion-body li {
	margin-bottom: 6px;
}

.accordion-body p img {
	vertical-align: baseline;
}

.tour-itinerary-location {
	color: #C25100;
	font-size: 20px;
	margin-bottom: 0;
}


/* MODAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tour-modal .modal-header {
	border: none;
}

.tour-modal .modal-title {
	background-color: #224273;
  	color: #fff;
	text-align: center;
  	font-size: 18px;
  	padding: 3px 6px;
  	margin-bottom: 10px;
}

.tour-modal .modal-title:empty {
	display: none;
}

.disclaimer-tabbed-amenity-title {
	color: #C75300;
	font-weight: bold;
}

.disclaimer-tabbed-amenity-code {
	font-size: 10px;
	font-weight: bold;
  	color: #888888;	
}


/* PRICING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tour-pricing-list-heading {
	background-color: rgb(226, 227, 229, 0.7);
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #425e66;
}

.tour-pricing-list-heading,
.tour-pricing-list {
	margin-left: 0;
	margin-right: 0;
}

.tour-pricing-list {
	background-color: rgb(237, 237, 237, 0.5);
	padding-top: 6px;
	padding-bottom: 6px;
}

.tour-pricing-list:nth-child(even) {
	background-color: white;
}

.tour-pricing-list ul {
	margin-bottom: 0;
}

.tour-pricing-list .tour-price {
	font-size: 16px;
	font-weight: bold;
}

.special-amenities,
.special-amenities li a {
	font-size: 16px;
	color: #C75300;
}

.special-amenities li a {
	text-decoration: none;
}

.special-amenities li a:hover {
	text-decoration: underline;
}

.tour-pricing-list .btn-primary {
	background-color: #0973ba;
  	border-radius: 3px;
  	padding: 2px 16px;
  	font-size: 18px;
}

.tour-pricing-list .btn-primary:hover {
	background-color: #07578d;
}

.tour-disclaimer {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* MOBILE */
@media (max-width: 575px) {
	#tourNavTabs {
		border-bottom: none;
	}
	
	#tourNavTabs .nav-item {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	#tourNavTabs .nav-item .nav-link {
  		background-color: rgba(112, 112, 112, 0.1);
  		color: #555;
		text-align: center;
		width: 100%
	}
	
	#tourNavTabs .nav-item.show .nav-link, 
	#tourNavTabs .nav-link.active {
  		color: #FFF;
 		background-color: #2980b9;
  		border-color: transparent;
		border-radius: 4px;
	}
}

@media (min-width: 576px) {}


/* MOBILE TO TABLET */
@media (min-width: 576px) and (max-width: 767px) {
	#tourNavTabs .nav-item .nav-link {
		font-size: 15px;
	}
}	

@media (min-width: 576px) and (max-width: 991px){}	


/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	.tour-image {
		margin-bottom: 8px;
	}
	
	.pricing-col,
	.book-btn-col {
		text-align: center;
	}
	
	.book-btn-col .btn-primary {
		margin-top: 10px;
	}
}


/* TABLET */
@media (min-width: 768px) {}


@media (min-width: 768px) and (max-width: 991px) {}


@media (min-width: 992px) and (max-width: 1199px) {}


@media (max-width: 991px) {}


@media (min-width: 992px) {}


/* DEKSTOP AND LARGE SCREENS */
@media (max-width: 1199px) {}

@media (min-width: 1200px) {}