/* CRUISE DEALS PAGES */

/* FEAT OFFERS BOX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#featOffersBox {
	margin-top: 25px;
}

.offers-list {
	padding: 5px 15px;
	border: 1px solid #ffc1c1;
	background: rgba(255, 231, 235, 0.28);
	border-left: 3px solid #ffc1c1;
}

.offers-list h2 {
	color: #425e66;
	font-size: 28px;
}

.offers-list ul {
	margin-bottom: 5px;
}

.offers-list ul li a {
	color: #425e66 !important;
	text-decoration: none;
}

.offers-list ul li a strong,
.offers-list ul li a span.emphasis,
.offers-list ul li.counter a span.emphasis {
	text-transform: uppercase;
}

.offers-list ul li a:hover {
	text-decoration: underline !important;
}

.offers-list ul li.exclusive,
.offers-list ul li.exclusive a {
	/* color: #0071a6 !important; */
	color: #d60707 !important;
	list-style: none;
}

.offers-list ul li.exclusive a::before {
	content: url("../images/icons/exclusive_red.svg");
	margin-right: 8px;
	/* margin-left: -12px; */
	margin-left: -20px;
}

/*
.offers-list ul li a span.emphasis,
.offers-list ul li.counter a span.emphasis {
	color: #d60707;
	font-weight: bold;	
}*/

.offers-list ul li a span.emphasis {
	color: #0071a6;
	font-weight: bold;	
}

.offers-list ul li.counter a span.emphasis {
	color: #1e3799;
	font-weight: bold;	
}

.offers-list ul li a span.emphasis::after,
.offers-list ul li.counter a span.emphasis::after {
	content: " - ";	
}

.offers-list ul li.counter {
	list-style: none;
}

.offers-list ul li.counter a::before {
	content: url("../images/icons/clock_blue.svg");
	margin-right: 8px;
	/* margin-left: -12px; */
	margin-left: -20px;
}

.offers-list ul li ul {
	margin-bottom: 0;
}

.subList {
	padding: 0 0 0 15px;
}

.subList li {
	list-style: none;
	color: #425e66;
}

.subList li::before {
	content: " - ";
}




/* 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;
}


/* CRUISE 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;
}


#cruiseDealTabs .dropdown-menu {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}


/* PILLS MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#cruiseDealTabs {
	margin-top: 25px;
}

#cruiseDealTabs .nav-pills {
	margin-bottom: 10px;
}

#cruiseDealTabs .nav-pills .nav-item {
	margin-bottom: 10px;
	margin-right: 8px;
}

#cruiseDealTabs .nav-pills .nav-link.active,
#cruiseDealTabs .nav-pills .nav-link.active:hover {
	background-color: #224273;
	color: #FFF;
}

#cruiseDealTabs .nav-pills .nav-link {
	background-color: rgba(112, 112, 112, 0.1);
	color: #5E5D5D;
}

#cruiseDealTabs .nav-pills .nav-link:hover {
	background-color: rgba(52, 152, 219, 0.2);
	color: #06C;
}


/* TAB CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#cruiseDealTabs .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 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.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 \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;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* MOBILE TO TABLET */
@media (min-width: 576px) and (max-width: 767px) {}	

@media (min-width: 576px) and (max-width: 991px){}	


/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	/* dropdown */
	#cruiseDealTabs .dropdown-menu {
		z-index: 1040;
		background-color: #fff;;
	}
	
	/* nav */	
	#cruiseDealTabs .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;
	}
	
	#cruiseDealTabs .nav-pills .nav-item {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
	}	
	
	#cruiseDealTabs .nav-pills .nav-link,
	#cruiseDealTabs .nav-pills .nav-link.active, 
	#cruiseDealTabs .nav-pills .nav-link.active:hover {
  		width: 100%;
		border-radius: 0;
	}
	
	#cruiseDealTabs .nav-pills .nav-link,
	#cruiseDealTabs .nav-pills .nav-link.active {
		background-color: transparent;
	}
	
	#cruiseDealTabs .nav-pills .nav-link.active {
		color: #224273;
		font-weight: bold;
	}
	
	#cruiseDealTabs .nav-pills .nav-link.active:hover {
		color: #224273;
		background-color: rgba(52, 152, 219, 0.2);
	}
	
	#cruiseDealTabs .tab-content {
		margin-top: 15px;
	}
	
	/* deals */
	.sail-info span {
		white-space: nowrap;
	}	
}


/* TABLET */
@media (min-width: 768px) {
	/* cruise deals tabs */
	#cruiseDealTabs h3 {
		margin-bottom: 15px;
	}
}