.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		/*height: 100%;*/
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-52%);
		-webkit-transform:translateY(-52%);
		-moz-transform:translateY(-52%);
		-ms-transform:translateY(-52%);
		-o-transform:translateY(-52%);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:72%;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 100%;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	/*.cuadro_intro_hover .caption-text{
		z-index: 10;
		text-align: center;
		top:-20px;
		width: 100%;
	}*/
	
.active-none .cuadro_intro_hover:hover .caption{
		-moz-transform:translateY(0%);
}	


.active-none.cuadro_intro_hover:hover .caption{
		-moz-transform:translateY(0%);
}

.tour-package.cuadro_intro_hover .speaker-footer.tours-price{bottom:auto;}
#top-international .cuadro_intro_hover:hover .caption{
		transform: translateY(-43%);
		-webkit-transform:translateY(-43%);
		-moz-transform:translateY(-43%);
		-ms-transform:translateY(-43%);
		-o-transform:translateY(-43%);	
	
}


/********************/
/* Slideshow container */

.tic.us1 .dot-custom,.tic.us2 .dot-custom, .tic.us3 .dot-custom, .tic.us4 .dot-custom, .tic.us5 .dot-custom, .tic.us6 .dot-custom {
cursor: pointer;
height: 100%;
width: 100%;
background-color: #E60E0E;
z-index: 999;
left: 0;
right: 0;
position: absolute;
opacity: 0;
text-align: center;
margin: auto;
}


.tic.us4-c img {
	width: 100%;
	min-width: 144px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
}
.tic.us2-c img {
	width: 100%;
	min-width: 180px;
	position: absolute;
	left: -10px;
	top: 0;
}
.tic.us5-c img {
	width: 100%;
	min-width: 120px;
	position: absolute;
	left: 0px;
	right: 0;
	top: 0px;
}

.tic.us3-c img {
	width: 100%;
	min-width: 156px;
	position: absolute;
	left: 0px;
	right: 0;
	top: -6px;
}
.tic.us6-c img {
	width: 100%;
	min-width: 100px;
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
}

.dot-custom-div{
	text-align:center;
	padding:20px;
}


.slideshow-container {
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:1;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
	top: 50%;
	left: 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgb(15, 105, 175);
	color: #FFF !important;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot-custom {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border:2px solid #0f69af;
  transition: transform .2s;
}

.active-custom, .dot-custom:hover {
	height: 14px;
  width: 14px;
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.25);
}


/* Fading animation */
.fade-custom {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* close */
