/* CRUISE LINES CSS */

/* FEAT CRUISES CONTROL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clOffers-container {
	margin-top: 25px;
}

.clOffers-section {
	background-color: rgb(52, 152, 219, 0.1);
  	padding: 10px 10px 12px;
  	/* color: #333; */
}

.clOffers-section h2 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 26px;
  	color: #224273;
}

.clOffers-section h3 {
	padding-left: 8px;
	padding-right: 8px;
}


.cdeal-feat .card {
  	box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
	border-radius: 0;
}

.cdeal-feat .card-body {
	padding: 10px 5px;
  	text-align: center !important;
	display: grid;
}

.cdeal-feat .card-title {
	margin-bottom: 0;
  	font-size: 18px;
	line-height: 1.2;
}

.cruise-length {
	font-size: 12px;
  	color: #4e4e4e;
	margin-bottom: 0;
}

.ship {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.callPriceText, .fromPriceText {
	font-size: 12px;
  	margin-bottom: 5px;
}

.cdeal-feat .card-body p span {
	font-size: 20px;
  	color: #C75300;
}

.cdeal-feat .card-body .btn {
	padding: 2px 8px;
	font-size: 16px;
	background-color: #0973ba;
	width: 85%;
	border-radius: 3px;
	margin: auto;
}

.cdeal-feat .card-body .btn:hover {
	background-color: #07578d;
}

.cldealPg-link {
	text-align: center;
	margin-top: 15px;
}

.cldealPg-link a {
	text-decoration: none;
	color: #C75300;
	font-weight: bold;
}

.cldealPg-link a:after {
	content: " »";
}


/* PRICE LOADING ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p.priceLoad {
	color: #c75300;
	font-size: 12px;
	margin-bottom: 6px;
}

p.priceLoad span.spinner-grow-sm {
	width: 5px;
	height: 5px;
	vertical-align: baseline;
	color: #d35400 !important;
}


/* SHIPS LISTINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.shipList-container {
	margin-top: 30px;
	margin-bottom: 25px
}

#shipList {
	background-color: #f6f6f6;
	padding-bottom: 8px;
}

#shipList .row {
	padding-bottom: 15px;
}

#shipList h4 {
	padding: 10px 15px 5px;
	color: #4b5f73;
}

.list-column {margin-top: 0;}

#shipList ul {
	margin-bottom: 0;
}

#shipList a {
	color: #0059b3;
	text-decoration: none;
}

#shipList a:hover {
	text-decoration: underline;
}


/* HIGHLIGHTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.highlights-container {
	margin-top: 25px;
}

.highlights-container h5 {
	padding-bottom: 8px;
	color: #224273;
}

.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~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* MOBILE */
@media (max-width: 575px) {
	.clOffers-section h2 {
		font-size: 24px;
	}
}

@media (min-width: 576px) {}


/* 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) {
	.highlights-container p {
		padding-top: 8px;
	}
}


/* TABLET */
@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
	.clpage-links {
  		padding-bottom: 10px;
	}
	
	.clpage-links h6 {
		text-align: center;
	}	
}


@media (min-width: 992px) {}


/* DEKSTOP AND LARGE SCREENS */
@media (max-width: 1199px) {}

@media (min-width: 1200px) {}