
.vagabond-cruises .detail-slider{
	padding:20px 0;
	background:#f2f2f2;
}




/* homepage multi slider */

.vagabond-cruises .hms .mixedSlider {
  position: relative;
}
.vagabond-cruises .hms .mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
.vagabond-cruises .hms .mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  position:relative;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .vagabond-cruises .hms .mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .vagabond-cruises .hms .mixedSlider .MS-content .item {
    width: 100%;
  }
}
.vagabond-cruises .hms .mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
.vagabond-cruises .hms .mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.vagabond-cruises .hms .mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
.vagabond-cruises .hms .mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 0px 0 0px;
  
}
.vagabond-cruises .hms .mixedSlider .MS-content .item a {   
  font-size: 16px;  
  font-weight: 700;  
  transition: linear 0.1s;
  text-transform: uppercase;
}
.vagabond-cruises .hms .mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
.vagabond-cruises .hms .mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 60px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.vagabond-cruises .hms .mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .vagabond-cruises .hms .mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .vagabond-cruises .hms .mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
.vagabond-cruises .hms .mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  .vagabond-cruises .hms .mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
.vagabond-cruises .hms .mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  .vagabond-cruises .hms .mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
.vagabond-cruises .hms #basicSlider { position: relative; }

.vagabond-cruises .hms #basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

.vagabond-cruises .hms #basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

.vagabond-cruises .hms #basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

.vagabond-cruises .hms #basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

.vagabond-cruises .hms #basicSlider .MS-content .item { width: 50%; }
}

.vagabond-cruises .hms #basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

.vagabond-cruises .hms #basicSlider .MS-controls button { position: absolute; }

.vagabond-cruises .hms #basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

.vagabond-cruises .hms #basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}



/* detail multi slider */


.vagabond-cruises .dms .mixedSlider {
  position: relative;
  margin-bottom: 0px;
}
.vagabond-cruises .dms .mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0;
}
.vagabond-cruises .dms .mixedSlider .MS-content .item {
  display: inline-block;
  width: 16%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 1px;
}
	@media (max-width: 991px) {
	  .vagabond-cruises .dms .mixedSlider .MS-content .item {
		width: 30%;
	  }
	}

	@media (max-width: 767px) {
	  .vagabond-cruises .dms .mixedSlider .MS-content .item {
		width: 50%;
	  }
	}
.vagabond-cruises .dms .mixedSlider .MS-content .item .imgTitle {
  position: relative;
  background:#f6f6f6;
}

.vagabond-cruises .dms .mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

.vagabond-cruises .dms .mixedSlider .MS-content .item a{
	text-align:center;
}
/*
.vagabond-cruises .mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
.vagabond-cruises .mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
*/
.vagabond-cruises .dms .mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 30px;
  top: 50px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.vagabond-cruises .dms .mixedSlider .MS-controls button:hover {
  /*color: rgba(0, 0, 0, 0.8);*/
  color:#fa1b38;
}
	@media (max-width: 992px) {
	  .vagabond-cruises .dms .mixedSlider .MS-controls button {
		font-size: 30px;
		top:145px;

	  }
	}
	@media (max-width: 767px) {
	  .vagabond-cruises .dms .mixedSlider .MS-controls button {
		font-size: 30px;
		/*top:180px;*/
		top:35%;
	  }
	}

.vagabond-cruises .dms .mixedSlider .MS-controls .MS-left {
  left: -50px;
}

	@media (max-width: 767px) {
	  .vagabond-cruises .dms .mixedSlider .MS-controls .MS-left {
		left: 20px;
	  }
	}

.vagabond-cruises .dms .mixedSlider .MS-controls .MS-right {
  right: -50px;
}

	@media (max-width: 767px) {
	  .vagabond-cruises .dms .mixedSlider .MS-controls .MS-right {
		right: 20px;
	  }
	}



/* footer multi slider */

.vagabond-cruises .footer-slider{
	padding:0;
	background:#f2f2f2;
}

.vagabond-cruises .fms .mixedSlider {
  position: relative;
  margin-bottom: 0px;
  
}
.vagabond-cruises .fms .mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0;
}
.vagabond-cruises .fms .mixedSlider .MS-content .item,
.vagabond-cruises .macro-mini-cruises-bs-grid .footer-clone .item {
  display: inline-block;
  width: 300px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: auto;
  white-space: normal;
  padding: 0;
}
.vagabond-cruises .macro-mini-cruises-bs-grid .footer-clone .item {
    width: 100%;
}

    @media (max-width: 991px) {
        .vagabond-cruises .fms .mixedSlider .MS-content .item {
            width: 260px;
        }
    }

    @media (max-width: 767px) {
        .vagabond-cruises .fms .mixedSlider .MS-content .item {
            width: 220px;
        }
    }

    .vagabond-cruises .fms .mixedSlider .MS-content .item .imgTitle {
  position: relative;
  background:#f6f6f6;
}


.vagabond-cruises .fms .mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

.vagabond-cruises .fms .mixedSlider .MS-content .item .arrow, 
.vagabond-cruises .macro-mini-cruises-bs-grid .footer-clone .item .arrow {
	position:absolute;
	z-index:10;
	bottom:56px;
	right:45px;
	color:#fff;
	display:block;
	font-size:24px;
	font-weight:300;
} 

.vagabond-cruises .fms .mixedSlider .MS-content .item a,
.vagabond-cruises .macro-mini-cruises-bs-grid .footer-clone .item a {
	position:absolute;
	z-index:1;
	bottom:30px;
	left:30px;
	width:240px;
	padding:15px;
	color:#fff;
	text-align:left;
	background-image: url(../img/common/purple-trans.png);background-repeat: repeat;background-position: top center;
	
}
.vagabond-cruises .macro-mini-cruises-bs-grid .footer-clone .item a {
    max-width: 225px;
    left: 10px;
}

.vagabond-cruises .fms .mixedSlider .MS-content .item a:hover{
	background:#2c1021;
	text-decoration: none;
}

.vagabond-cruises .fms .mixedSlider .MS-content .title{
	font-size:16px;
}


@media (max-width: 991px) {
	  .vagabond-cruises .fms .mixedSlider .MS-content .item a{
	  	width:200px
	  }
	  .vagabond-cruises .fms .mixedSlider .MS-content .title{
		font-size:15px;
		}	
	}

	@media (max-width: 767px) {
	  .vagabond-cruises .fms .mixedSlider .MS-content .item a{
	  	width:160px;
		left:30px;
	  }
		.vagabond-cruises .fms .mixedSlider .MS-content .title{
		font-size:13px;
		}
		.vagabond-cruises .fms .mixedSlider .MS-content .item .arrow{			
			right:45px;			
		} 
	}


/*
.vagabond-cruises .mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
.vagabond-cruises .mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
*/
.vagabond-cruises .fms .mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 30px;
  top: 50px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.vagabond-cruises .fms .mixedSlider .MS-controls button:hover {
  /*color: rgba(0, 0, 0, 0.8);*/
  color:#fa1b38;
}
	@media (max-width: 992px) {
	  .vagabond-cruises .fms .mixedSlider .MS-controls button {
		font-size: 30px;
		top:145px;

	  }
	}
	@media (max-width: 767px) {
	  .vagabond-cruises .fms .mixedSlider .MS-controls button {
		font-size: 30px;
		/*top:180px;*/
		top:35%;
	  }
	}

.vagabond-cruises .fms .mixedSlider .MS-controls .MS-left {
  left: -50px;
}

	@media (max-width: 767px) {
	  .vagabond-cruises .fms .mixedSlider .MS-controls .MS-left {
		left: 20px;
	  }
	}

.vagabond-cruises .fms .mixedSlider .MS-controls .MS-right {
  right: -50px;
}

	@media (max-width: 767px) {
	  .vagabond-cruises .fms .mixedSlider .MS-controls .MS-right {
		right: 20px;
	  }
	}










