@charset "utf-8";
/* CSS Document */
.navbar-dark {
  background: rgba(0,0,0,1);
}
.navbar-dark2 {
	filter: blur(14px);
	background-blend-mode: multiply;
}

.nav-link-2 {
  display: block;
  padding: 8px 30px 0px 30px;
}

.navbar-nav.navbar-center {
    position: center;
}

.blurry {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/* Gradient transparent - color - transparent */ 
hr { 
	border: 0; 
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

h7, .h7 {
  font-size: 12px;
  line-height: 0.7;
}

h2, .h2 {
  font-family: "Costa"; 
  font-weight: bold;
}

h3, .h3 {
  font-family: "Costa"; 
  font-weight: bold;
}

h4, .h4 {
  font-family: "Costa";
  font-weight: bold;
}
.card-body-la {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border: 0px solid rgba(0, 0, 0, 0);
}

.card-body-test {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 1.25rem 1.25rem 1.25rem;
  border: 0px solid rgba(0, 0, 0, 0);
}

.card-title-2 {
  margin-bottom: 0.5rem;
	text-align: center;
}

.card-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 3px solid rgba(0, 152, 126, 0.9);
  border-radius: 0.85rem;
  padding: 0px 0px 0px 0px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.6rem);
  border-top-right-radius: calc(0.6rem);
}

 .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.10);
}

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/cruise-horz-banner.jpg?v=5.0);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top: 20%;
	padding-bottom: 120px;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em;
}


.jumbotron-300 {
    margin-bottom: 10px;
	margin-top: 20px;
    background-image: url("../images/short-header.jpg");
    background-position: 50% 50%;
	/*this 50% 50% anchors the responsive bgd image to the center */
    background-size: cover;
    background-repeat: no-repeat;
	height: 250px; 
	padding-top: 180px;
	padding-bottom: 10px;
	padding-right: 50px;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em;
}

@media only screen and (max-width: 768px){

   .jumbotron-300{
      background-image: url(../images/short-header-768.jpg);
	  background-position: 100% 50%;
	  /*this 100% 50% anchors the responsive bgd image to the right */
   }
}
	
.display-4la {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

.display-5la {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
	background-color: #007bff;	
}

.btn-primary-2 {
  color: #fff;
  background-color: #EC5E25;
  border-color: #EC5E25;
}

.btn-primary-3 {
  color: #fff;
  background-color: #FF5959;
  border-color: #FF5959;
}

.button24 {
  border: none;
  color: white;
  padding: 20px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 10px 2px;
  hover: #FFF;
  cursor: pointer;
  border-radius: 6px;
}

.button124 {background-color: #00987E;} /* green */
.button224 {background-color: #EC5E25;padding: 6px 40px;} /* blue */
.button324 {background-color: #FFFFFF;color: black;padding: 10px 12px;font-size: 20px;font-weight: bold} /* white */


.hover-text { 
   color: white; /* Default text color */ 
   transition: color 0.3s; /* Smooth transition */ 
        } 
 
.hover-text:hover { 
   color: #E8E751; /* Color on mouseover */ 
   text-decoration: underline;	
        } 

.table .thead-blue th {
  color: #fff;
  background-color: #2B83C5;
  border-color: #2B83C5;
}

.table .thead-pink th {
  color: #fff;
  background-color: #EF5391;
  border-color: #EF5391;
}

.table .thead-green th {
  color: #fff;
  background-color: #EC5E25;
  border-color: #EC5E25;
}

nav a {
color:white
}

.well2 {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #000000;
	color: #ffffff;
  border: none;
  border-radius: 0px;
-webkit-box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.10);
-moz-box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.10);
box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.10);
}




/*flipper-cards*/

.card-container-imagia {
  -webkit-perspective:1500px;
  -moz-perspective:1500px;
  -o-perspective:1500px;
  perspective:1500px;
  margin-bottom:30px;
}

.card-container-imagia:hover .card-imagia:not(.off) {
  -webkit-transform:rotateY( 180deg );
  -moz-transform:rotateY( 180deg );
  -o-transform:rotateY( 180deg );
  transform:rotateY( 180deg );
}

.card-imagia {
  -webkit-transition:-webkit-transform .5s;
  -moz-transition:-moz-transform .5s;
  -o-transition:-o-transform .5s;
  transition:transform .5s;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  transform-style:preserve-3d;
  position:relative;
}

.front-imagia, .back-imagia {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  position:absolute;
  top:0;
  left:0;
  background-color:#FFF;
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom:45px;
/*	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;*/
      border: 3px solid rgba(9, 168, 189, 0.9);
  border-radius: 0.85rem;
}

.front-imagia {
  z-index:2;
}

.back-imagia {
  -webkit-transform:rotateY( 180deg );
  -moz-transform:rotateY( 180deg );
  -o-transform:rotateY( 180deg );
  transform:rotateY( 180deg );
  z-index:3;
	align: top;
}

.card-container-imagia, .front-imagia, .back-imagia {
  width:100%;
  height:400px;
  border-radius:8px;
}

.card-imagia .cover-imagia {
  height:auto;
  overflow:hidden;
  border-radius:6px 6px 0 0;
}

.card-imagia2 .cover-imagia2 {

  overflow:hidden;
  border-radius:4px 4px 0 0;
}

.card-imagia .cover-imagia.cover-gradient {
  background:#ffffff;
  background-image:radial-gradient(circle at 50% 100% , #ADCACE 0%, #89BECE 33%, #34A1C8 66%, #036EAD 100%);
}

.card-imagia .user-imagia {
  margin:-65px auto 0;
  width:120px;
}

.card-imagia .user-imagia img {
  border:5px solid #fff;
}

.card-imagia .footer-imagia {
  bottom:0;
  border-top:1px solid #eeeeee;
}


/*itinerary slider*/
div {
    animation-delay: 2s;
}

/*div:hover {
    animation-play-state: paused;
}*/

.wrap {
  width: 100%;
  overflow: hidden;
}
.inside {
  display: inline-flex;
  animation-name: slider;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.list {
  display: inline-flex;
}

@keyframes slider {
  0% {
    transform: translate3d(0, 0, 0)
  }
  100% {
    transform: translate3d(-50%, 0, 0)
  }

}

.countdown-2026 {
    margin-bottom: 0px;
    background-image: url("../images/cntdwn-bgd.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	height: 10%; 
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}
