/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: #fff;
	text-decoration: none;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

.my-hover-class {
  visibility: hidden !important; 
 opacity: 0 !important; 
 -webkit-transition: all 0.2s ease-out !important;
 -moz-transition: all 0.2s ease-out !important;
 -o-transition: all 0.2s ease-out !important;
 transition: all 0.2s ease-out !important;
 }
 
.ls-slide .test:hover .my-hover-class {
 
 visibility: visible !important; 
 opacity: 1 !important;
 
}

.darker:hover {background-color:red;}

.vertical-text {
	transform: rotate(-90deg) !important;
	transform-origin: left top 0 !important;
}


.

.condgen {visibility: hidden !important;
	color: #111111 !important;
	background-color: #fff !important;
    padding: 10px;!important;
}
.cond {color:orange;background-color: #222 !important;border-radius: 5px;visibility: visible;padding:10px !important;border:1px solid #fff;margin-bottom:10px;}

.cond:hover + .condgen { 
 visibility: visible;
	background-color: #fff;
    color: #111;
    padding: 10px;
    border-radius: 5px;
  }

.ls-l.condiciones {
    visibility: hidden !important;
}

.opa {visibility: hidden !important;
	background-color: red !important;
	color:white !important;
	    padding: 10px;!important;
}
.imgopa {visibility: visible;}

.imgopa:hover + .opa { 
	 visibility: visible !important; 
	background-color: #fff;
    color: #111;
    padding: 10px;
    border-radius: 5px;
	}
 .box{
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0, 1), rgba(0,0,0,)), url(http://catalogo.actiontravelnet.com/images/caribe_mexicano.jpg)
}
.box:hover {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0, .5), rgba(0,0,0,.5)), url(http://catalogo.actiontravelnet.com/images/caribe_mexicano.jpg)
}

.google-maps {
        position: relative;
        padding-bottom: 47%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.cdesc #desc {font-weight:600 !important;}
.rota ransform: rotate(-90deg) !important;

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
 
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: white;
   background-image: url("http://www.catalogo.actiontravelnet.com/images/layerslider/catalogo2/asia2.jpg") !important;
}


/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.imgcontainer {
  position: relative;
  height: 660px;
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

.imgcontainer a {
  float: left;
  margin: 20px;
}


.imgbig {
  position: absolute;
  top: 900px;
  left: 20px;

  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  -ms-transition: top 1s ease;
  transition: top 1s ease;
}

.imgfeatured {
  top: 260px;
  left: 20px;
  z-index: -3;
}
a:hover .imgthumb {
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

a:hover .imgbig {
  top: 260px;
}
