/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  background-size:contain;
}

.olAlphaImg{
  width: 50px!important;
  height: auto!important;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
.form-control {
	display: inline-block;
	width: 100%!important;
	vertical-align: middle;
  }
  .buscar{
	  width:100%!important;
	  display:block;
	  margin-top:5px;
  }
  .buscar_lupa{
	  display:none!important;
  }
}
@media (min-width: 768px) {

  /* Navbar positioning foo */
  .buscar{
	  display:none!important;
  }
  
  .navbar-wrapper {
    margin-top: 20px!important;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
	border-radius: 4px;
	width: 77%;
	float: right;
	margin: 15px 0 0 0;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  body {
  	background-size:contain!important;
  }
  
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px){
  body {
  	background-size:auto!important;
  }
}
/*NUEVOS ESTILOS ANDALUSIA TOUR TRAVEL*/
@font-face {
    font-family: 'Scriptorama';
    src: url('../fonts/scriptorama_tradeshow_jf.eot');
    src: url('../fonts/scriptorama_tradeshow_jf.eot') format('embedded-opentype'),
         url('../fonts/scriptorama_tradeshow_jf.woff2') format('woff2'),
         url('../fonts/scriptorama_tradeshow_jf.woff') format('woff'),
         url('../fonts/scriptorama_tradeshow_jf.ttf') format('truetype'),
         url('../fonts/scriptorama_tradeshow_jf.svg#ScriptoramaTradeshowJFRegular') format('svg');
}
.photo-link {
	border: 1px solid #2270bf;
	display: block;
	float: left;
	margin: 1px;
	padding: 5px;
	width: 111px;
}
.fix_fancy{
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.ui-datepicker-trigger{
	padding: 4px 8px;
}

 /*ESTLOS DE PROXIMOS EVENTOS*/
.box_proximos_eventos{
  position: fixed;
  right: -29%;
  top: 100px;
  padding: 10px;
  background: #CE1F60;
  color:#ffffff;
  z-index: 9999;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, .8);
}
.box_proximos_eventos h5{
  color:#ffffff;
}

.evento_expandido{
  animation-name: expandir;
  animation-duration: 1s;
  right: 0%;
}
.evento_oculto{
  animation-name: ocultar;
  animation-duration: 1s;
  right: -29%;
}
@keyframes expandir {
  from {
    right: -29%;
  }
  to {
    right: 0%;
  }
}

@keyframes ocultar {
  from {
    right: 0%;
  }
  to {
    right: -29%;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #93d140;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
.texto_lopd{
  font-size:10px;
  text-align: justify;
  color:#444;
}