/* EXPLORER PAGES CSS */

/* CAROUSEL ~~~~~~~~~~~~~~~~~~~~~~*/

/* Carousel Control */
#carouselExplore .carousel-control-prev,
#carouselExplore .carousel-control-next {
	width: auto !important;
}

#carouselExplore .carousel-control-prev {
	left: 8px;
}

#carouselExplore .carousel-control-next {
	right: 8px;
}

#carouselExplore .carousel-control-prev-icon,
#carouselExplore .carousel-control-next-icon {
	display: inline-block;
  	width: 2.5rem !important;
  	height: 2.5rem !important;
  	background-repeat: no-repeat;
  	background-size: 75% 75%;
  	background-color: rgba(255, 255, 255, 0.4);
  	border-radius: 50%;
}

#carouselExplore .carousel-control-prev-icon {
  	background-position: 30%;
}

#carouselExplore .carousel-control-next-icon {
  	background-position: 60%;
}

/* Carousel Indicators */
.carousel-indicators [data-bs-target] {
  	height: 6px;
}

/* Carousel Captions */
#carouselExplore .carousel-caption {
	text-align: left;
	left: 100px;
	right: 100px;
	bottom: 30px;
}

#carouselExplore .preTitle-text {
	background-color: #FFF;
	border-radius: 16px;
	color: #333;
	font-size: 12px;
	width: fit-content;
  	padding: 5px 10px;
}

#carouselExplore h5 {
	font-size: 38px;
	margin-top: 8px;
}

#carouselExplore p {
	color: #FFF;
	font-size: 14px;
}

#carouselExplore .carousel-caption button {
	font-size: 14px;
	background-color: #c75300;
	color: #fff;
	border: #9F4200;
}

#carouselExplore .carousel-caption button:hover {
	background-color: #d35400;
}

#carouselExplore .carousel-caption button::after {
	content: " →";
}

/* Text Shadows */
.text-shadow-10 {
	/* color | offset-x | offset-y | blur-radius */
	text-shadow: #000 1px 5px 10px;
}

.text-shadow-5 {
	/* color | offset-x | offset-y | blur-radius */
	text-shadow: #000 1px 0 5px;
}


/* WHY DEST SECTION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.why-dest-section {
	margin-top: 35px;
}

.why-dest-section .bg-body-tertiary {
	/* background-color: rgba(238, 238, 238, 0.5) !important; */
	background-color: #FFF !important;
}

.why-dest-section h1 {
	color: #224273 !important;
}

.why-dest-section .lead {
	font-size: 18px;
}


/* STATS CARDS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.stats-cards {
	border-radius: 12px;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px 10px;
}

.stats-count {
	display: block;
	font-size: 26px;
	color: #c75300;
}

.stats-count span {
	font-size: 18px;
	vertical-align: text-top;
}

.stats-category {
	display: block;
	font-size: 16px;
	color: #666;
}

.stats-category img {
	vertical-align: center;
	height: 20px;
}


/* MAPS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.map-nav {
	margin-top: 35px;
	margin-bottom: 35px;
}

.map-nav .nav-item .nav-link {
  border-radius: 0;
  background-color: rgb(52, 152, 219, 0.05);
  border: 1px solid rgb(52, 152, 219, 0.4);
  color: #333;
  font-size: 14px;
}

.nav-item .nav-link:hover {
	background-color: rgb(52, 152, 219, 0.12);
}

.map-nav .nav-item .nav-link.active {
  	background-color: rgb(0, 102, 204, 0.85);
  	border: 1px solid rgb(52, 152, 219, 0.4);
  	color: #fff;
}

.map-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.map-nav .nav-item:last-child .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


/* DESTINATION TABS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dest-callout-section {
	background-color: rgba(52, 152, 219, 0.25);
}

#destTabMenu {}

#destTabMenu .nav-item {
	margin-right: 10px;
}

#destTabMenu .nav-item .nav-link {
  	/* background-color: rgba(112, 112, 112, 0.1);
	color: #555; */
	background-color: #757575;
	color: #FFF;  	
	padding: 8px 12px;
  	border: none;
	text-align: left;
	margin-bottom: 0;
	font-size: 18px;
}

#destTabMenu .nav-item .nav-link.active,
#destTabMenu .nav-item .nav-link.active:hover {
  	color: #FFF;
 	background-color: #224273;
  	border-color: transparent;
}

#destTabMenu .nav-item .nav-link:hover {
  	background-color:#0973ba;
	color: #FFF;	
}

.tab-break {
	height: 0;
}

#destTabContent {
	padding-left: 20px;
  	padding-right: 20px;
	padding-bottom: 20px;
  	border-left: 1px solid #dee2e6;
  	border-right: 1px solid #dee2e6;
  	border-bottom: 1px solid #dee2e6; 
	background-color: #FFF;
}


/* SUB CONTENT TABS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 
.tabContSubMenu {
	border: none;
	margin-bottom: 32px;
}

.tabContSubMenu .nav-item {
	margin-right: 15px;
}

.tabContSubMenu .nav-item .nav-link {
  	background-color: transparent;
  	color: #666;
	font-size: 14px;
	padding: 8px 4px 4px;
  	border: none;
	text-align: left;
}

.tabContSubMenu .nav-item .nav-link::after {
	border-bottom: 2px solid #FFF;
	background-color: none;	
	content: "";
  	display: block;
  	margin: 0 auto;
  	width: 75%;
  	padding-top: 3px;
}

.tabContSubMenu .nav-item .nav-link.active {
	color: #06C;
	font-weight: bold;
}

.tabContSubMenu .nav-item .nav-link.active::after,
.tabContSubMenu .nav-item .nav-link.active:hover::after {
  	color: #06C;
	border-bottom: 2px solid #d35400;
	background-color: none;	
	content: "";
  	display: block;
  	margin: 0 auto;
  	width: 75%;
  	padding-top: 3px;
}

.tabContSubMenu .nav-item .nav-link:hover {
	color: #06C;
}

.tabContSubMenu .nav-item .nav-link:hover::after {
	color: #06C;
	border-bottom: 2px solid #d35400;
	background-color: none;	
	content: "";
  	display: block;
  	margin: 0 auto;
  	width: 75%;
  	padding-top: 3px;
}


/* TAB CONTENT CARDS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabCont-cards {
	margin-top: 25px;
	margin-bottom: 10px;
}

.tab-card-item {
	display: inline-block;
	font-size: 14px;
	background-color: rgb(254, 255, 222, 0.3);
  	border: 1px solid #ede341;
	color: #444;
	padding: 4px 6px;
	margin-right: 2px;
	margin-bottom: 10px;
	
	/* new */
	position: relative; 
	cursor: pointer;
}


.card-item-hover {
	position: absolute;
    top: 125%; /* Position above the text */
    left: 0;
    /* transform: translateX(-50%); */
	width: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 12px 12px rgba(0,0,0,0.3);
    
    /* Hide by default */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.tab-card-item:hover .card-item-hover {
	visibility: visible;
    opacity: 1;
	max-width: 100vw;
}

.card-item-hover img {
	margin-bottom: 8px;
}


.card-item-hover .lh-sm {
	margin-bottom: 10px;
}

.card-item-hover p:first-child {
	margin-bottom: 5px;
}

.card-item-hover p:last-child {
	margin-bottom: 0;
}


/* cruise line card price deal */
.card-tab-cl-deal {
	background-color: rgb(1, 97, 97, 0.05);
  	border: 2px solid #ddebeb;
	border-radius: 0;
}


.card-tab-cl-deal .card-title {
	font-size: 14px;
	font-weight: bold;
	color: #224273;	
	margin-bottom: 5px;	
}

.card-tab-cl-deal .fromPriceText,
.card-tab-cl-deal .fromPriceText span {
	color: #c75300;
}

.card-tab-cl-deal .fromPriceText {
	margin-bottom: 10px;
}

.card-tab-cl-deal .fromPriceText span {
	font-size: 28px;
}

.card-tab-cl-deal .itinerary {
	font-size: 14px;
}

.card-tab-cl-deal .itinerary span {
	/* border-right: 1px solid #666;
	padding-right: 4px; */
	white-space: nowrap;
}

.card-tab-cl-deal .itinerary span:last-child {
	/* border-right: none; */
}

.card-tab-cl-deal .itinerary span:after {
	content: " →";
}

.card-tab-cl-deal .itinerary span:last-child:after {
	content: none;
}

.card-tab-cl-deal .btn {
	background-color: #0973ba;
	color: #FFF;
}

.card-tab-cl-deal .btn::after {
	content: " →";
}

.card-tab-cl-deal .btn:hover {
	background-color: #07578d;
}


/* TYPE SECTION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#type-section {
	margin-top: 35px;
	margin-bottom: 35px;
}

#type-section .row {
	box-shadow: 0px 12px 12px #ddd;
}


/* PORT CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.port-section {
	background-color: rgba(238, 238, 238, 0.5);
	padding-top: 32px;
	padding-bottom: 32px;
}

.port-cont {}

.port-cont h4 {
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	text-align: center;
	
  	--d: .6em; /* the depth */
	
	inset-inline: calc(-1*var(--d));
  	border-bottom: var(--d) solid #224273;
  	clip-path: polygon(0 0,100% 0,100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)), var(--d) 100%, 0 calc(100% - var(--d)));
  	background-color: #3d66a4; /* the main color */
}

.top-area-empty {
	background-color: #FFF;
  	height: 25px;
	border-top: 1px solid rgb(222, 226, 230);
	border-left: 1px solid rgb(222, 226, 230);
	border-right: 1px solid rgb(222, 226, 230);
	border-bottom: none;
}

.port-cont-row {
	margin-top: -15px;
	margin-left: 14px;
	margin-right: 14px;
	background-color: #FFF;
	box-shadow: 0px 12px 12px #ddd;
	border-top: none;
	border-left: 1px solid rgb(222, 226, 230);
	border-right: 1px solid rgb(222, 226, 230);
	border-bottom: 1px solid rgb(222, 226, 230);
	padding-top: 25px;
	padding-bottom: 15px;
}

.pills-tab-ports {
	display: contents;
}

.pills-tab-ports .nav-link {
	width: 100%;
	background-color: rgb(32,116,112, 0.1);
	border-bottom: 2px solid rgb(32, 116, 112, 0.2) !important;
	border-radius: 0;
	color: #105754;
	/* font-weight: bold; */
	font-size: 15px;
}

.pills-tab-ports .nav-item:last-child .nav-link {
	border-bottom: none !important;
}

.pills-tab-ports .nav-link:hover {
	background-color: rgb(32,116,112, 0.2);
}

.pills-tab-ports .nav-link.active {
	color: #FFF;
	font-weight: bold;
	border: none;	
  	background-color: rgb(32, 116, 112);
  	width: 100%;
}

.pills-tab-ports .tab-pane img {}

.pills-tabContent-ports .tab-pane .port-emphasis {
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pills-tabContent-ports .tab-pane p:last-of-type {
	margin-bottom: 0;
}


/* port tab top nav */
.pills-tab-port-top-nav {
	margin-bottom: 32px;
}

.pills-tab-port-top-nav .nav-item:first-child .nav-link {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pills-tab-port-top-nav .nav-item .nav-link {
	border-radius: 0;
	/* background-color: lightblue; */
	background-color: rgb(211, 84, 0, 0.1);
	border: 1px solid rgb(211, 84, 0, 0.3);
	color: #d35400;
	font-size: 17px;
}

.pills-tab-port-top-nav .nav-item .nav-link:hover {
	background-color: rgb(211, 84, 0, 0.13);
}

.pills-tab-port-top-nav .nav-item:last-child .nav-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.pills-tab-port-top-nav .nav-item .nav-link.active {
	background-color: #d35400 !important;
	border: 1px solid #d35400;
	color: #fff !important;
}

.triangle-select::before {
	content: "";
  	display: inline-block;
  	width: 0;
  	height: 0;
  	border-top: 6px solid transparent;
  	border-bottom: 6px solid transparent;
  	border-left: 6px solid #c75300; /* Changes color and direction */
  	margin-right: 8px; /* Space between triangle and text */
}


/* PORTS LIST (OLD) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.port-card {
	position: relative;
  	display: flex;
  	flex-direction: column;
}

.port-info {
	background-color: #FFF;
	border: 1px solid rgb(52, 152, 219, 0.4);
	border-radius: 12px;
	text-align: center;
	padding: 10px;
	display: grid;
	flex: 0 0 auto;
}

.port-name,
.port-points {
	text-align: center;
	display: block;
}

.port-name {
	font-size: 18px;
	color: #06c; 
}

.port-points {
	font-size: 12px;
	color: #666;
}

.port-collapse-info {
	font-size: 14px;
}*/


/* EDUCATIONAL CARDS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dest-highlights {}

.dest-highlights h4 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.educational-cards {
	margin-bottom: 15px;
}

.educational-cards .card-border {
	border-radius: 12px;
	border:1px solid #dee2e6;
	background-color: #FFF;
	margin: 0;
}

.educational-cards img {
	border-color: transparent;
	border-top-left-radius: 12px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 12px;
}

.educational-cards .card-border > div {
	padding-left: 0;
	padding-right: 0;
}

.educational-cards h5 {
	padding: 10px 10px 5px;
	color: #06c;
	font-size: 20px;
}

.educational-cards p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}


/* TOP DEALS (Old Design) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
.clOffers-container {}

.clOffers-section {
	background-color: rgb(52, 152, 219, 0.1);
  	padding: 10px 10px 12px;
}

.clOffers-section h5 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 24px;
  	color: #224273;
}

.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;
}

.cl-vendor {
	font-size: 12px;
  	color: #4e4e4e;
	margin-bottom: 0;
}

.cdeal-feat .card-title {
	margin-bottom: 0;
  	font-size: 18px;
	line-height: 1.2;
}

.ship {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 6px;
}

.callPriceText, .fromPriceText {
	font-size: 12px;
  	margin-bottom: 5px;
	margin-top: 8px;
	color: #4e4e4e;
}

.cdeal-feat .card-body p span {
	font-size: 20px;
  	color: #C75300;
}

.cdeal-feat .card-body p.amenity {
	font-size: 12px;
	color: #007812;
}

.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 {
	margin-top: 15px;
}

.cldealPg-link a {
	text-decoration: none;
	color: #C75300;
	font-size: 14px;
}

.cldealPg-link a:hover {
	text-decoration: underline;
	color: #C75300;
}

.cldealPg-link a:after {
	content: " »";
}

.cldealPg-link div {
	border-right: 1px solid #ddd;
}

.cldealPg-link div:last-child {
	border-right: none;
}


/* TOP DEALS (TEMP) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.dailyCruiseDeals {
	background-color: rgb(52, 152, 219, 0.1);
	padding: 10px 10px 12px;
	color: #333;
}

.dailyCruiseDealsHeading h2 {
	background-color: rgb(52, 152, 219, 0.1);
	padding: 10px 10px 5px;
	padding-left: 8px;
  	padding-right: 8px;
  	font-size: 24px;
  	color: #224273;
	margin-bottom: 0;
}

.dailyCruiseDeals .card {
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
	border-radius: 0;
}

.dailyCruiseDeals .card .dailyDealVendor {
	max-height: 30px;
	margin: 5px auto 10px;
	padding: 0 10px;
}

.dailyCruiseDeals .card-body {
	text-align: center;
	padding: 5px 5px 10px;
	display: grid;
}

.dailyCruiseDeals .card-body p {
	font-size: 12px;
	margin-bottom: 10px;
}

.dailyCruiseDeals .card-body span {
	font-size: 20px;
	/* color: #d35400; */
	color: #C75300;
}

.dailyCruiseDeals .card-body .btn {
	margin: auto;
	width: 85%;
	background-color: #0973ba;
	font-size: 16px;
  	padding: 2px 8px;
	border-radius: 3px;
}

.dailyCruiseDeals .card-body .btn:hover {
	background-color: #07578d;	
}

.dailyCruiseDeals .card-title {
	font-size: 18px;
}

.dailyCruiseDeals .card-title .length {
	font-size: 12px;
	color: #4e4e4e;
}


/* 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;
}

/* DESTINATION FAQ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#destFAQ .accordion-header {
	font-size: 26px;
  	color: #224273;
	margin-bottom: 0;
}

#destFAQ .accordion-button {
	color: #224273;
	font-weight: bold;
}

#destFAQ p {
	margin-bottom: 15px;
}

#destFAQ p:last-child {
	margin-bottom: 0;
}


/* CALL TO ACTION ~~~~~~~~~~~~~~~~~~*/
.call-to-action {
	/* background-color: #0973ba; */
	background: linear-gradient(to right, #014877, #1c6799, #0973ba);
	border-radius: 16px;
	margin-left: 0;
	margin-right: 0;	
	padding: 20px;
}

.call-to-action p {
	color: #FFF !important;
}

.call-to-action .btn {
	background-color: #FFF;
	border-radius: 8px;
	color: #224273;
	font-weight: bold;
	margin-top: 20px;
}

.call-to-action .btn:hover {
	text-decoration: none;
}

.call-to-action .btn::after {
	content: " →";
}

.call-to-action .btn-desktop {
	border: 2px solid #FFF;
	padding: 5px;
	border-radius: 8px;
	color: #FFF;
	margin-top: 10px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* BEFORE TABLET BREAKPOINT */
@media (max-width: 575px) {
	/* carousel */
	#carouselExplore h5 {
		font-size: 20px;
	}
	
	/* stat cards */
	.stats-count {
		font-size: 22px;
	}

	.stats-count span {
		font-size: 18px;
	}

	.stats-category {
		font-size: 14px;
	}

	.stats-category img {
		vertical-align: top;
		height: 18px;
	}
	
	/* dest tabs */
	#destTabMenu {
		border-bottom: none;
	}
	
	#destTabMenu .nav-item {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	#destTabMenu .nav-item .nav-link {
  		/*background-color: rgba(112, 112, 112, 0.1);
  		color: #555; */
		text-align: center;
		width: 100%;
		border-radius: 4px !important;
	}
	
	#destTabMenu .nav-item.show .nav-link, 
	#destTabMenu .nav-link.active {
  		color: #FFF;
 		background-color: #2980b9;
  		border-color: transparent;
	}	
	
	/* tab card items */
	.tab-card-item {
		display: block;
	}
	
	.card-item-hover {
		min-width: 300px;
		max-width: 400px;
	}
	
	/* port content */
	.pills-tab-port-top-nav .nav-item {
		width: 46%;
	}
	
	/* educational cards */
	.educational-cards img {
		border-color: transparent;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 0;
	}
	
	/* top deals */
	.cldealPg-link div {
		border-right: none;
		text-align: center !important;
	}
	
	
}

@media (min-width: 576px) and (max-width: 767px) {
	/* carousel */
	#carouselExplore h5 {
		font-size: 24px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {	
	/* carousel control */
	#carouselExplore .carousel-control-prev-icon, 
	#carouselExplore .carousel-control-next-icon {
  		width: 2rem !important;
  		height: 2rem !important;
	}
	
	#carouselExplore .carousel-caption {
		left: 60px;
		right: 60px;
		bottom: 0;
	}
	
	#carouselExplore .preTitle-text {
		background-color: #FFF;
		border-radius: 16px;
		color: #333;
		font-size: 12px;
		width: fit-content;
		padding: 5px 10px;
	}	
	
	#carouselExplore .preTitle-text,
	#carouselExplore p {
		display: none;
	}
	
	.carousel-indicators {
		display: none;
	}
	
	/* map nav */
	.map-nav .nav-item {
		width: 100%;
		display: block;		
	}
			
	.map-nav .nav-item .nav-link,
	.map-nav .nav-item .nav-link.active,
	.map-nav .nav-item:first-child .nav-link, 
	.map-nav .nav-item:last-child .nav-link {
		width: 100%;
		border-radius: 0;
	}	
	
}


/* TABLET */
@media (min-width: 768px) {	
	/* carousel caption */
	#carouselExplore .carousel-caption {
		bottom: 10px;
	}
	
	/* port list */
	.pills-tab-ports .nav-link {
		width: 96%;
	}
	
	.pills-tab-ports .nav-link.active {
		margin-top: -2px;

		 --r: .9em; /* control the cutout */

		border-block: 0em solid #06302e;
		padding-inline: 0em calc(var(--r) + 0em);
		line-height: 1.8;
		clip-path: polygon(100% 0,0 0,0 100%,100% 100%,calc(100% - var(--r)) calc(100% - 0em),100% 50%,calc(100% - var(--r)) 0em);
		background-position-x: 0%, 0%;
		background-position-y: 0%, 0%;
		background-repeat: repeat, repeat;
		background-attachment: scroll, scroll;
		background-image: radial-gradient(0.2em 50% at left center, rgba(0, 0, 0, 0.667), rgba(0, 0, 0, 0)), none;
		background-size: auto, auto;
		background-origin: border-box, padding-box;
		background-clip: border-box, padding-box;
		width: 100%;
	}
}



/* DESKTOP */
@media (max-width: 1199px) {}

@media (min-width: 1400px) {
	/* carousel caption */
	#carouselExplore .carousel-caption {
		bottom: 10px;
	}
	
	/* port list */
	.pills-tab-ports .nav-link {
		width: 97%;
	}
}