/* RIVER CRUISE LANDING PAGE */

/* FEAT RIVER DEALS BOX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.featDeals-river-container {
	/* margin-top: 25px; */
}

#featRiverDeals {
	background-color: rgb(1, 97, 97, 0.05);
	border: 1px solid #ddebeb;
  	padding-top: 10px;
  	padding-bottom: 10px;
}

#featRiverDeals .row {
	margin-left: 0;
	margin-right: 0;
}

#featRiverDeals p {
	color: #016161;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 5px;
}

#featRiverDeals table, 
#featRiverDeals tr,
#featRiverDeals td {
	background-color: transparent;
}

#featRiverDeals table {
	margin-bottom: 0;
}

#featRiverDeals td {
	vertical-align: bottom;
}

#featRiverDeals .price {
	font-size: 12px;
  	color: #4e4e4e;
	text-align: end;
}

#featRiverDeals .price span {
	font-size: 20px;
  	color: #C75300;
}

#featRiverDeals a {
	text-decoration: none;
}

#featRiverDeals a:hover {
	text-decoration: underline;
}


/* YELLOW BOX LINKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.river-links {
	background-color: rgb(254, 255, 222, 0.3);
	border: 1px solid #ede341;
	padding: 15px 15px 0;
	margin-bottom: 25px;
}

.river-links h4 {
	color: #C75300;
  	font-size: 24px;
}

.river-links p {
	color: #425e66;
	margin-bottom: 8px;
}

.river-links a {
	text-decoration: none;
}

.river-links a:hover {
	text-decoration: underline;
}


/* MAP IMAGE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.map-image {
	text-align: center;
}

.map-image a {
	cursor: pointer;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* TABLET */
@media (min-width: 768px) {
	#featRiverDeals tr:last-child {
		border-bottom: transparent;
	}	
}

@media (max-width: 991px) {
	.map-image {
		margin-top: 15px;
	}
}