/* LAND TOURS PAGES */

/* CAROUSEL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#carouselLandTours .carousel-caption {
	background-color: rgba(0, 0, 0, 0.4);
	left: 5%;
	right: 5%;
	padding-left: 8px;
	padding-right: 8px;
}

#carouselLandTours .carousel-caption p {
	margin-bottom: 0;
	color: #fff;
	text-shadow: 2px 2px 2px #333;	
}

.mainTitle {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.subTitle {
	font-size: 20px;
}


/* TOP TOUR DEALS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top-tour-deals {
	background-color: rgba(152, 108, 2, 0.05);;
  	padding: 10px 10px 12px;
}

.top-tour-deals h3 {
	color: rgba(152, 108, 2, 1.0);
	margin-bottom: 15px;
}

.img-land-vendor {
	max-width: 60%;
	margin: 5px auto auto;	
}

.top-tour-deals .card {
	border-color: rgba(152, 108, 2, 0.3);	
	border-radius: 0;
}

.top-tour-deals .card-body {
	padding: 8px;
}

.top-tour-deals .card-title {
	color: #224273;
	font-size: 20px;
}

.tour-offer ul {
	text-align: left;
	font-size: 14px;
}

.top-tour-deals .price {
	margin-bottom: 8px;
}

.top-tour-deals .card-body .btn {
  	margin-top: 5px;
	margin-bottom: 5px;
  	width: 85%;
  	background-color: rgba(152, 108, 2, 1.0);
	border-color: #a47503;
  	font-size: 16px;
  	padding: 2px 8px;
  	border-radius: 3px;
}

.top-tour-deals .card-body .btn:hover {
	background-color: #825c01;
}


/* TOUR DEALS CONTROL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Mobile Button */
.btn-tabmenu-mobile {
	width: 100%;
	background-color: #224273;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.btn-tabmenu-mobile::after {
	display: inline-block;
	margin-left: 15px;
	vertical-align: 2px;
	content: "";
	border-top: 8px solid;
	border-right: 8px solid transparent;
	border-bottom: 0;
	border-left: 8px solid transparent;
}

.btn-tabmenu-mobile:hover,
.btn-tabmenu-mobile:active,
.btn-tabmenu-mobile:focus,
.btn-tabmenu-mobile.show {
	background-color: #3461a6 !important;
	color: #fff !important;
}

#tourDealTabs .dropdown-menu {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}


/* PILLS MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tourDealTabs {
	margin-top: 25px;
}

#tourDealTabs .nav-pills {
	margin-bottom: 10px;
}

#tourDealTabs .nav-pills .nav-item {
	margin-bottom: 10px;
	margin-right: 8px;
}

#tourDealTabs .nav-pills .nav-link.active,
#tourDealTabs .nav-pills .nav-link.active:hover {
	background-color: #224273;
	color: #FFF;
}

#tourDealTabs .nav-pills .nav-link {
	background-color: rgba(112, 112, 112, 0.1);
	color: #5E5D5D;
}

#tourDealTabs .nav-pills .nav-link:hover {
	background-color: rgba(52, 152, 219, 0.2);
	color: #06C;
}


/* TAB CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tourDealTabs .tab-content {
	margin-bottom: 10px;
	margin-left: 15px;
  	margin-right: 15px;
}


/* DEAL ROW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tour-deal-row {
	box-shadow: 5px 5px 12px #ddd;
	/* border: 1px solid rgba(152, 108, 2, 0.3); */
	border:1px solid #ddd;
  	padding: 15px;
	margin-bottom: 12px;
}

.tour-caption h4 {
	color: #224273;
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.tour-caption .emphasis {
	color: #CC0000;
}

.tour-caption .emphasis:empty {
	display: none;
}

.land-vendor {
  	max-width: 70%;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

.length {
	font-weight: bold;
	margin-bottom: 10px;
}

.price {
	font-size: 12px;
}

.price span {
	font-size: 24px;
  	color: #C75300; 
}	

.tour-details {
  	background-color: #0973ba;
  	border-radius: 3px;
  	padding: 2px 16px;
  	font-size: 18px;
}

.tour-details:hover {
	background-color: #07578d;
}

.emphasisTitle {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.emphasisTitle:empty {
	display: none;
}

.desc {
	font-size: 14px;
	margin-bottom: 5px;
}


/* FEAT DEALS YELLOW BOX AREA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.land-feat-deals {
	background-color: rgb(254, 255, 222, 0.3);
	border: 1px solid #ede341;
	padding: 15px 15px 0;
}

.land-feat-deals h2 {
	color: #0973ba;
  	font-size: 28px;
}

.land-feat-deals .offers-list ul li a {
	color: #425e66 !important;
}

.land-feat-deals .offers-list ul li a:hover {
	text-decoration: underline;
}

.land-feat-deals .offers-list ul li.exclusive, 
.land-feat-deals .offers-list ul li.exclusive a {
  	color: #d60707 !important;
}

.land-feat-deals .offers-list ul li.counter a span {
	text-transform: uppercase;
	font-weight: bold;
}

.land-feat-deals .offers-list ul li.counter, 
.land-feat-deals .offers-list ul li.counter a {
  	color: #224273 !important;
}


/* OFFERS MODAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.offers-modal-content {}


.offers-modal-content .modal-header {
	border: none;
}

.offerTitle {
	background-color: rgba(112, 112, 112, 0.1);
	border: 1px solid rgba(112, 112, 112, 0.2);
  	color: #5E5D5D;
	text-align: center;
	font-size: 16px;
	padding: 3px 6px;
	margin-bottom: 10px;
}

.offerTitle.active {
	background-color: #224273;
	color: #fff;
}

.offerTitle:hover {
	cursor: pointer;
	background-color: #0973ba;
	color: #FFF;
}

.offerTitle.active:hover {
	cursor: text;
	background-color: #224273;
	color: #fff;
}

.offers-modal-content .modal-body {
	padding-top: 5px;
}

.offers-modal-content .modal-body p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: #C75300;
}

.offers-modal-content .modal-body ul {
	margin-bottom: 10px;
	font-size: 14px;
	color: #4e4e4e;
}

.offers-modal-content .modal-body p.offerCode {
	font-size: 10px;
	color: #888888;
}


/* VENDORS PAGE - CAROUSEL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#carouselLandVendors .carousel-caption {
	bottom: 0;
}

#carouselLandVendors .carousel-caption p {
	font-size: 30px;	
	font-weight: normal;
	text-shadow: 2px 2px 2px #333;
	color: #FFF;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .35);	
}



/* DISCLAIMER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabDeals-disclaimer p {
	font-size: 11px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* MOBILE */
@media (max-width: 575px) {
	.tour-caption h4 {
  		margin-top: 10px;
	}
	
	.land-vendor {
  		max-width: 40%;
	}
}

@media (min-width: 576px) {}


/* MOBILE TO TABLET */
@media (min-width: 576px) and (max-width: 767px) {}	

@media (min-width: 576px) and (max-width: 991px){
	.land-vendor {
  		max-width: 100%;
  		margin-bottom: 10px;
	}	
}	


/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	/* dropdown */
	#tourDealTabs .dropdown-menu {
		z-index: 1040;
		background-color: #fff;;
	}
	
	/* nav */	
	#tourDealTabs .nav-pills {
		margin-top: 2px;
		background-color: rgba(112, 112, 112, 0.1);
		border-left: 1px solid #dddcdc;
		border-right: 1px solid #dddcdc;
		border-bottom: 1px solid #dddcdc;
		width: 95%;
		margin-left: 12px;
	}
	
	#tourDealTabs .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
	}	
	
	#tourDealTabs .nav-pills .nav-link,
	#tourDealTabs .nav-pills .nav-link.active, 
	#tourDealTabs .nav-pills .nav-link.active:hover {
  		width: 100%;
		border-radius: 0;
	}
	
	#tourDealTabs .nav-pills .nav-link,
	#tourDealTabs .nav-pills .nav-link.active {
		background-color: transparent;
	}
	
	#tourDealTabs .nav-pills .nav-link.active {
		color: #224273;
		font-weight: bold;
	}
	
	#tourDealTabs .nav-pills .nav-link.active:hover {
		color: #224273;
		background-color: rgba(52, 152, 219, 0.2);
	}
	
	#tourDealTabs .tab-content {
		margin-top: 15px;
	}	
	
}


/* TABLET */
@media (min-width: 768px) {
	/* cruise deals tabs */
	#tourDealTabs h3 {
		margin-bottom: 15px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {}


@media (min-width: 992px) and (max-width: 1199px) {}


@media (max-width: 991px) {
	/* carousel */
	.subTitle, .landDesc {
		display: none;
	}
	
	#carouselLandTours .carousel-caption {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* top tour deals */
	.top-tour-deals .card {
		margin-bottom: 10px;
	}
}


@media (min-width: 992px) {}


/* DEKSTOP AND LARGE SCREENS */
@media (max-width: 1199px) {}

@media (min-width: 1400px) {
	.tour-details {
		width: 80%;
	}
}