/* CRUISE DESTINATIONS PAGES */

/* DESTINATION DEALS TABS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* 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;
}


#destDealTabs .dropdown-menu {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}


/* PILLS MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#destDealTabs {
	margin-top: 25px;
	padding-bottom: 15px;
}

#destDealTabs .nav-pills {
	margin-bottom: 10px;
}

#destDealTabs .nav-pills .nav-item {
	margin-bottom: 10px;
	margin-right: 8px;
}

#destDealTabs .nav-pills .nav-link.active,
#destDealTabs .nav-pills .nav-link.active:hover {
	background-color: #224273;
	color: #FFF;
}

#destDealTabs .nav-pills .nav-link {
	background-color: rgba(112, 112, 112, 0.1);
	color: #5E5D5D;
}

#destDealTabs .nav-pills .nav-link:hover {
	background-color: rgba(52, 152, 219, 0.2);
	color: #06C;
}


/* TAB CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#destDealTabs .tab-content {
	margin-bottom: 10px;
}


/* DEAL ROW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.deal-row {
	box-shadow: 5px 5px 12px #ddd;
  	border: 1px solid rgba(33, 112, 193, 0.3);
  	padding: 15px;
	margin-bottom: 12px;
}

.deal-row .clVendor-img {
	padding-top: 8px;
	padding-bottom: 8px;
}

.deal-row .clVendor-img img {
	max-height: 42px;
}

.deal-row h4 {
	/* color: #0055a0; */
	color: #224273;
	margin-bottom: 2px;
}

.sail-info {
	color: #333;
}

.sail-info span {
	margin-right: 15px;
}

.sail-info span img {
	vertical-align: baseline;
}

.emphasisTitle {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.emphasisTitle:empty {
	display: none;
}

.deal-row .price {
	text-align: center;
	font-size: 12px;
}

.deal-row .price p {
	margin-bottom: 5px;
}

.deal-row .price span {
	font-size: 24px;
  	color: #C75300;
}

.deal-row .btn {
	background-color: #0973ba;
	border-radius: 3px;
	padding: 2px 16px;
	font-size: 18px;
	width: 80%;
}

.deal-row .btn:hover,
.deal-row .btn:focus {
	background-color: #07578d;
}

.deal-row ul {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 0;
	background: rgba(215, 250, 255, 0.25);
  	border: 1px solid #afe5f2;  	
  	padding-top: 5px;
  	padding-bottom: 5px;
	padding-right: 5px;
}

.deal-row ul,
.deal-row ul a {
	/* color: #2170c1; */
	/* color: #C75300; */
	color: #425e66;
}

.deal-row ul a strong,
.deal-row ul a b {
	color: #0071a6;
}

.deal-row ul a {
	text-decoration: none;
}

.deal-row ul a:hover {
	text-decoration: underline !important;
}


/* DEAL OF WEEK (Feat Dest Deal) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.deal-week {
	background-color: rgb(254, 255, 222, 0.3);
	border: 1px solid rgb(199, 83, 0, 0.5);
}

.deal-week .emphasisTitle {
	text-transform: uppercase;
}

.deal-week .emphasisTitle::before,
.deal-week .emphasisTitle::after {
	content: "\01F7CA";
	color: inherit;
}

.deal-week .emphasisTitle::before {
	margin-right: 3px;
}

.deal-week .emphasisTitle::after {
	margin-left: 3px;
}

.deal-week ul {
	background-color: rgb(251, 253, 183, 0.2);
	border-color: rgb(248, 236, 41, 0.7);
}

.deal-week ul a strong,
.deal-week ul a b {
	color: #425e66 !important;
}


/* PRICE LOADING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.deal-row .price p.priceLoad {
	color: #c75300;
}

.deal-row .price p.priceLoad span.spinner-grow-sm {
	font-size: 12px;
	width: 5px;
	height: 5px;
	vertical-align: baseline;
	color: #d35400 !important;
}


/* DISCLAIMER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabDeals-disclaimer p {
	font-size: 11px;
}


/* DESTINATION BOTTOM LINK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dest-bot-link {}

.dest-bot-link .btn {
	background-color: #C75300;
	color: #fff;
}

.dest-bot-link .btn:hover,
.dest-bot-link .btn:visited,
.dest-bot-link .btn:active {
	background-color: #b04a00;
	color: #fff;
}


/* 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: 18px;
	padding: 3px 6px;
	margin-bottom: 10px;
}

.offerTitle.active {
	background-color: #224273;
	color: #fff;
}

.offerTitle:hover {
	background-color: #0973ba;
	color: #FFF;
}

.offerTitle:hover {
	cursor: pointer;
}

.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;
}


/* HIGHLIGHTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.highlights-container {
	margin-top: 25px;
}

.highlights-container h5 {
	padding-bottom: 8px;
	color: #224273;
	padding-top: 15px;
	border-top: 1px solid #e8e7e7;
}

.highlights-container p span {
	font-weight: bold;
}

.highlight-row {
	margin-bottom: 15px;
}



/* EXTERNAL LINKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#addExternalLinks {
	padding-left: 0;
	padding-right: 0;
}

.destPage-links {
	background-color: rgb(1, 97, 97, 0.05);
  	border: 1px solid #ddebeb;
  	padding: 10px 15px;
	margin-left: 12px;
	margin-right: 12px;
}

.destPage-links h5 {
	color: #016161;
}

.destPage-links p {
	margin-bottom: 8px;
}

.destPage-links a {
	text-decoration: none;
}

.destPage-links a:hover {
	text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	/* dropdown */
	#destDealTabs .dropdown-menu {
		z-index: 1040;
		background-color: #fff;;
	}
	
	/* nav */	
	#destDealTabs .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;
	}
	
	#destDealTabs .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
	}	
	
	#destDealTabs .nav-pills .nav-link,
	#destDealTabs .nav-pills .nav-link.active, 
	#destDealTabs .nav-pills .nav-link.active:hover {
  		width: 100%;
		border-radius: 0;
	}
	
	#destDealTabs .nav-pills .nav-link,
	#destDealTabs .nav-pills .nav-link.active {
		background-color: transparent;
	}
	
	#destDealTabs .nav-pills .nav-link.active {
		color: #224273;
		font-weight: bold;
	}
	
	#destDealTabs .nav-pills .nav-link.active:hover {
		color: #224273;
		background-color: rgba(52, 152, 219, 0.2);
	}
	
	#destDealTabs .tab-content {
		margin-top: 15px;
	}
	
	/* deals 
	.sail-info span {
		white-space: nowrap;
	} */
	
	/* vendor img */
	.deal-row .clVendor-img {
		text-align: center
	}
	
	/* highlights */
	.highlights-container p {
		padding-top: 8px;
	}	
}


/* TABLET */
@media (min-width: 768px) {
	/* cruise deals tabs */
	#destDealTabs h3 {
		margin-bottom: 15px;
	}
}

/* DESKTOP */
@media (max-width: 1199px) {
	/* deals */
	.sail-info span {
		white-space: nowrap;
	} 
}