/*!
 * Comun Modulos Responsive CSS
 /* Estilos de modulos que se repiten en diferentes lineas de negocio del site (responsive)
 */
/*
	INDICE:
	@media (min-width: 1200px) [ LARGE DISPLAY ]
		> Carousel
		> Migas de Pan
		> Caja Productos & Caja Escaparate
		> Pasos Reserva

	@media (max-width: 1024px)
            > Autocomplete

	@media (min-width: 768px) and (max-width: 979px) [ TABLETS ]
		> Modules
		> Caja Productos
		> Buscadores  borrar?
		> Carousel
		> Migas de Pan
		> Modals
		> Ayuda Telefonica
		> Login Usuarios
		> Alerts
		> Pasos Reserva

	@media (max-width: 767px) [ MOBILE & MINITABLETS ]	
		
		> Modules
		> Caja Productos
		> Buscadores borraR?
		> Sliders en Filtros
		> Autocomplete
		> Carousel
		> Ayuda Telefonica
		> Modals
            > Modal Espera
	 > Login Usuarios
		> Alerts
	
	@media (max-width: 480px) [ ONLY MOBILE ]	
		> Popovers
		> Modals
*/
/*-- [ LARGE DISPLAY ] --*/
@media (min-width: 1200px) {
  /* Modules
	---------------------------------------------------------------------------*/
  .module {
    margin-bottom: 55px;
  }
  /* Carousel Fotos Borrar?
	---------------------------------------------------------------------------*/
  .carousel .carousel-caption {
    bottom: 15px;
    left: 15px;
  }
  /* Borrar? */
  .especialistas ul.listaEspecialistas li {
    width: 85px;
  }
  /* Migas de Pan
	---------------------------------------------------------------------------*/
  .migasPan {
    height: 40px;
  }
  .migasPan ul li {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
  .migasPan ul li[class*="nivel"] {
    border-left: 0;
    border-right: 0;
    /*
					color: @blanco;
					.text-shadow-black;

					a { color: @blanco; }*/
  }
  .migasPan ul li[class*="nivel"]:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  /* Caja Productos & Caja Escaparate
	---------------------------------------------------------------------------*/
  .cajaProductos .section-title .description,
  .cajaEscaparate .section-title .description {
    display: inline;
    margin-left: 7px;
  }
  /* Pasos Reserva
	---------------------------------------------------------------------------*/
  .pasosReserva [class*="col-"] hr {
    left: 90px;
  }
  .pasosReserva .numPasoReserva {
    padding: 4px 13px 4px 11px;
  }
  /* DateInput
	---------------------------------------------------------------------------*/
  .dateInput .dateLiteral {
    width: 85%;
  }
}
/*-- [ TABLET & TABLET LANDSCAPE ] --*/
@media (max-width: 1024px) {
  /*== Autocomplete Mobile Header ==*/
  .autocomplete_wrapper.autocomplete_irAMobile {
    font-size: 16px;
    z-index: 496;
    /*top: 100px !important;*/
    width: 100% !important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .autocomplete_wrapper.autocomplete_irAMobile ul li a {
    height: 46px;
    line-height: 44px;
  }
  /* DateInput
	---------------------------------------------------------------------------*/
  .dateInput .dateLiteral {
    width: 85%;
  }
}
/*-- [ TABLETS ] --*/
@media (min-width: 768px) and (max-width: 979px) {
  /* Modules
	---------------------------------------------------------------------------*/
  .module {
    margin-bottom: 45px;
  }
  /* Caja Productos
	---------------------------------------------------------------------------*/
  .cajaProductos .box .contFoto img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .cajaProductos .box.hover:hover {
    background-color: #ffffff;
  }
  .cajaProductos .box.hover:hover .contInfo * {
    color: #005591 !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  }
  .cajaProductos .box.hover:hover .contPrecio * {
    color: #fa8c00 !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  }
  .cajaProductos .box .fa.fa-chevron-circle-right.naranjaPalido {
    color: #fee8cc !important;
  }
  /* Buscadores BT2 Borrar?
	---------------------------------------------------------------------------*/
  .buscadorVuelo div[class*="span"],
  .buscadorVuelo input,
  .buscadorVuelo select {
    width: 99%;
    margin-left: 0;
  }
  .buscadorVuelo #origenSV + label > * {
    width: auto;
  }
  .buscadorVuelo #configPasajeros {
    left: -85px;
    top: 330px;
    width: 320px;
  }
  .buscadorVuelo #configPasajeros div[class*="contenido"] div[class*="span"] {
    margin-right: 2%;
    width: 30%;
  }
  /* buscadores de Trenes
	------------------------*/
  #formPeticionSoloTren #pasajerosConfigTren .row-fluid > div + div label {
    font-size: 1.1em;
  }
  /* buscadores de Hoteles
	------------------------*/
  .buscadorHotelesV #formhoteles > div:not(#modalEntradaSH),
  .buscadorHotelesV #formPeticion_fechaLlegada > div:not(#modalEntradaSH),
  .buscadorHotelesV #contSelectPasajerosHotel > div:not(#modalEntradaSH) {
    width: 100%;
    margin-left: 0;
    min-height: 20px;
  }
  .buscadorHotelesH #formPeticion_fechaLlegada {
    width: 20%;
  }
  .buscadorHotelesH #formPeticion_noches {
    width: 8%;
  }
  /* buscadores de Cruceros
	------------------------*/
  .contBuscadorCruceros .span4,
  .buscadorCruceros .span4 {
    display: none;
  }
  .contBuscadorCruceros .span8,
  .buscadorCruceros .span8 {
    width: 96%;
  }
  /* buscadores de Coches
	------------------------*/
  .buscadorCoches div[class*="span"] {
    width: 100%;
    min-height: inherit;
    margin-left: 0;
    margin-right: 0;
  }
  /* buscadores de Ferries
	------------------------*/
  .buscadorFerries div[class*="span"] {
    min-height: inherit;
    margin-right: 0;
  }
  .buscadorFerries div[class*="span"] a.boton {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* Carousel
	---------------------------------------------------------------------------*/
  .carousel .carousel-indicators li {
    font-size: 1.7em;
  }
  .carousel .carousel-inner .item .precioImportant,
  .carousel .carousel-inner .item .precioDestacado {
    font-size: 2em;
    letter-spacing: -1px;
  }
  .carousel .carousel-inner .item .precioImportant .smaller,
  .carousel .carousel-inner .item .precioDestacado .smaller {
    font-size: 15px;
  }
  .carousel .precioGrande {
    font-size: 2em;
  }
  .carousel .precioGrande .smaller {
    font-size: 13px;
  }
  .carousel .precioBlock {
    line-height: 16px;
  }
  /* Migas de Pan
	---------------------------------------------------------------------------*/
  .migasPan ul li {
    font-size: 12px;
  }
  /* Modals
	---------------------------------------------------------------------------*/
  .modal.lg .modal-dialog,
  .modal.xlg .modal-dialog {
    width: 97.6%;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  /* Ayuda telefónica
	---------------------------------------------------------------------------*/
  .callCenter #panel .minimize-container {
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
  }
  /* Login Usuarios
	---------------------------------------------------------------------------*/
  .modal-likeBT3 {
    width: 715px;
    margin-left: -360px;
  }
  /* Alerts
	---------------------------------------------------------------------------*/
  .alert.alert-window {
    width: 50%;
  }
  /* Pasos Reserva
	---------------------------------------------------------------------------*/
  .pasosReserva {
    top: 60px;
  }
  .pasosReserva [class*="col-"] hr {
    left: 70px;
    width: 110%;
  }
}
/*-- [ MOBILE & MINITABLETS ] --*/
@media (max-width: 767px) {
  /* Popovers
	---------------------------------------------------------------------------*/
  .popover.xs,
  .popover.sm,
  .popover.md,
  .popover.lg {
    left: 2% !important;
    max-width: inherit;
    width: 98%;
  }
  .popover.xs .arrow,
  .popover.sm .arrow,
  .popover.md .arrow,
  .popover.lg .arrow {
    display: none;
  }
  /* Modules
	---------------------------------------------------------------------------*/
  .module {
    margin-bottom: 35px;
  }
  /* Caja Productos
	---------------------------------------------------------------------------*/
  .cajaProductos .box .contInfo {
    margin-bottom: 0;
  }
  .cajaProductos .box .contInfo.contInfo-caption-xs {
    background: transparent;
    background-color: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#e6ffffff', EndColorStr='#e6ffffff');
    bottom: 0 !important;
    height: auto;
    padding: 5px !important;
    position: absolute;
    width: 100%;
  }
  .cajaProductos .box .contInfo.contInfo-caption-xs + .contPrecio {
    bottom: 2px;
    position: absolute;
  }
  .cajaProductos .box .contPrecio {
    min-height: 25px;
  }
  .cajaProductos .box .contPrecio .divPrecio {
    width: 100%;
    position: static;
    text-align: right;
    padding: 0 10px;
  }
  .cajaProductos .box .contPrecio .divFlecha {
    display: none;
  }
  .cajaProductos .box .contFoto img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .cajaProductos .box.hover:hover {
    background-color: #ffffff;
  }
  .cajaProductos .box.hover:hover .contInfo * {
    color: #005591 !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  }
  .cajaProductos .box.hover:hover .contPrecio * {
    color: #fa8c00 !important;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  }
  /* Buscadores BT2 Borrar?
	---------------------------------------------------------------------------*/
  /* Comun para todos los buscadores
	------------------------*/
  .dateInput input {
    height: 55px !important;
  }
  .dateInput a.input-group-addon {
    left: 6px;
    position: absolute;
    top: 0;
  }
  .dateInput .dateLiteral {
    left: 4px;
    position: absolute;
    top: 20px;
    width: 90%;
  }
  .dateInput .dateLiteral .numDateLiteral {
    margin: 0;
  }
  .dateInput .dateLiteral .numDateLiteral .txtGrande {
    font-size: 38px !important;
  }
  .dateInput .dateLiteral .dayMonthDateLiteral {
    margin-top: 0;
  }
  /* buscadores de Vuelos
	------------------------*/
  /* Común Buscadores Vuelos */
  .cajaBuscador #configPasajeros {
    padding: 0;
    box-shadow: none;
  }
  .cajaBuscador #configPasajeros label {
    min-height: 46px;
  }
  .cajaBuscador #contResidenteFamilia,
  .cajaBuscador #configPasajeros {
    background-color: #def0fc !important;
    border: 0;
    display: inline !important;
    position: inherit !important;
  }
  .cajaBuscador #contResidenteFamilia .infoBuscador,
  .cajaBuscador #configPasajeros .infoBuscador {
    display: block;
  }
  .cajaBuscador #contResidenteFamilia div[class^="span"],
  .cajaBuscador #configPasajeros div[class^="span"] {
    float: left;
    width: 30%;
    margin-left: 3%;
  }
  .cajaBuscador #contResidenteFamilia div[class^="span"]:first-child,
  .cajaBuscador #configPasajeros div[class^="span"]:first-child {
    margin-left: 1%;
  }
  /* buscadores de Trenes
	------------------------*/
  #formPeticionSoloTren #pasajerosConfigTren .row-fluid > div + div {
    text-align: center;
  }
  #formPeticionSoloTren #pasajerosConfigTren .row-fluid > div + div label {
    font-size: 1em;
  }
  #formPeticionSoloTren #botonSubmit {
    margin-top: 0 !important;
  }
  #formPeticionSoloTren #botonSubmit #contBtnFormTrenes {
    margin: 0;
    width: 100%;
  }
  #formPeticionSoloTren #botonSubmit #contBtnFormTrenes #btnFormTrenes {
    display: block;
  }
  /* buscadores de Hoteles
	------------------------*/
  .buscadorHotelesV-Naranja {
    min-height: inherit;
  }
  /*OJO: eliminar al convertir la selección de PAX a Modal en la Home de Logitravel */
  .cajaBuscador #contSelectPasajerosHotel #contAcomodacion #formPeticion_numHab {
    width: 49%;
    margin-bottom: 0 !important;
  }
  .cajaBuscador #contSelectPasajerosHotel #contAcomodacion #formPeticion_numHab label {
    font-weight: bold;
  }
  .cajaBuscador #contSelectPasajerosHotel #contAcomodacion .contSelNumPax {
    width: 24% !important;
  }
  .cajaBuscador #contSelectPasajerosHotel #contAcomodacion .contSelEdades {
    margin-right: 0;
    width: 73% !important;
  }
  .buscadorHotelesV form > [class*="contenido"] {
    padding: 5px;
  }
  .buscadorHotelesV #formPeticion_sinFechas {
    margin-bottom: 0 !important;
  }
  .buscadorHotelesV .row-fluid [class*="span"] {
    min-height: 20px;
  }
  .buscadorHotelesV #formPeticion_noches {
    float: left;
    margin-left: 6%;
    width: 20%;
  }
  .buscadorHotelesV,
  .buscadorHotelesH {
    overflow: hidden;
  }
  .buscadorHotelesV #formPeticion_boton,
  .buscadorHotelesH #formPeticion_boton {
    display: inline-block;
  }
  .buscadorHotelesV #formPeticion_fechaLlegada,
  .buscadorHotelesH #formPeticion_fechaLlegada {
    width: 74%;
    float: left;
  }
  .buscadorHotelesV #formPeticion_noches,
  .buscadorHotelesH #formPeticion_noches {
    width: 19%;
    float: right;
  }
  .buscadorHotelesV #formPeticion_pax > div:first-child,
  .buscadorHotelesH #formPeticion_pax > div:first-child {
    width: 30%;
    float: left;
  }
  .buscadorHotelesV #formPeticion_pax > div:last-child,
  .buscadorHotelesH #formPeticion_pax > div:last-child {
    width: 64%;
    float: right;
  }
  /* buscadores de Cruceros
	------------------------*/
  .buscadorCruceros ul li,
  .buscadorCrucerosHome ul li {
    margin-bottom: 7px;
  }
  .buscadorCruceros #dvResult,
  .buscadorCrucerosHome #dvResult,
  .buscadorCruceros .dvBoton,
  .buscadorCrucerosHome .dvBoton {
    width: 100%;
  }
  .buscadorCruceros #dvResult [class*="boton"],
  .buscadorCrucerosHome #dvResult [class*="boton"],
  .buscadorCruceros .dvBoton [class*="boton"],
  .buscadorCrucerosHome .dvBoton [class*="boton"] {
    font-size: 2em;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* buscadores de Coches
	------------------------*/
  .buscadorCoches fieldset {
    border-bottom: none;
  }
  .buscadorCoches .span5 {
    min-height: inherit;
  }
  .buscadorCoches div[class*="span"] select[id*="hora"] {
    width: 50%;
  }
  /* buscadores de Ferries
	------------------------*/
  .buscadorFerries a.boton {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .buscadorFerries .selectDescuentosFER,
  .buscadorFerries .vehiculoBUSFER {
    width: 100%;
    background-color: #def0fc;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .buscadorFerries .contTipoVehiculoBUSFER,
  .buscadorFerries .contDatosVeh {
    width: 46%;
  }
  .buscadorFerries .contTipoVehiculoBUSFER {
    float: left;
  }
  .buscadorFerries .contDatosVeh {
    float: left;
    margin-left: 3%;
    position: relative;
  }
  .buscadorFerries .contDatosVeh > .caja {
    background-color: transparent;
    padding: 0px 2px;
    border: 0;
  }
  /* Sliders en filtros */
  .icoSlider {
    cursor: pointer;
    background: none repeat scroll 0 0 #007dbe !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    height: 20px !important;
    width: 20px !important;
  }
  .ui-slider-range {
    height: 8px !important;
    top: 10px !important;
  }
  /* Slider Bootstrap */
  .slider.slider-horizontal {
    height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .slider.slider-horizontal .slider-track {
    width: 96%;
    height: 11px;
    margin-top: -5.5px;
  }
  .slider.slider-horizontal .slider-handle {
    margin-left: -11px;
    margin-top: -5.5px;
  }
  .slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 11px 11px 11px;
  }
  .slider.slider-vertical {
    width: 22px;
  }
  .slider.slider-vertical .slider-track {
    width: 11px;
    margin-left: -5.5px;
  }
  .slider.slider-vertical .slider-handle {
    margin-left: -5.5px;
    margin-top: -11px;
  }
  .slider.slider-vertical .slider-handle.triangle {
    border-width: 11px 0 11px 11px;
  }
  .slider-track {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .slider-selection {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .slider-handle {
    width: 22px;
    height: 22px;
  }
  .slider-handle.round {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  /*== Autocomplete ==*/
  .autocomplete_wrapper {
    width: 100% !important;
    font-size: 16px;
  }
  .autocomplete_wrapper ul li a {
    height: 46px;
    line-height: 44px;
  }
  /* Carousel
	---------------------------------------------------------------------------*/
  .carousel .carousel-control {
    font-size: 36px;
  }
  .carousel .carousel-control.left {
    left: 0;
  }
  .carousel .carousel-control.right {
    right: 0;
  }
  .carousel .carousel-indicators {
    height: 35px;
  }
  /* ayudaTel
	---------------------------------------------------------------------------*/
  .datosPhone {
    display: block;
  }
  .xqReservar {
    display: none;
  }
  /* Modals
	---------------------------------------------------------------------------*/
  .modal .modal-body {
    padding: 10px;
  }
  .modal.lg .modal-dialog,
  .modal.xlg .modal-dialog {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  /* Modal Espera */
  .modalEspera .modal-dialog {
    width: auto;
  }
  /* Alerts
	---------------------------------------------------------------------------*/
  .alert.alert-window {
    width: 85%;
  }
  /* Login Usuarios
	---------------------------------------------------------------------------*/
  .modal-likeBT3 {
    position: absolute !important;
    /* Necesario para scroll modal sobre body no scrollable en mobile BT2 */
  }
}
/*-- [ MOBILE & MINITABLETS ] --*/
@media (max-width: 480px) {
  /* Popovers
	---------------------------------------------------------------------------*/
  .popover.xs,
  .popover.sm,
  .popover.md,
  .popover.lg {
    left: 4% !important;
  }
  /* Modals
	---------------------------------------------------------------------------*/
  /* Avoid having to use 2 finger scroll on iOS */
  .modal {
    -webkit-overflow-scrolling: touch;
  }
  .modal .modal-header {
    padding: 12px;
  }
  .modal .modal-header > span {
    font-size: 20px !important;
  }
  /* Login Usuarios
	---------------------------------------------------------------------------*/
  .modal-home .login-metods {
    padding: 0 !important;
  }
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* Videos Responsivos (Flex Video)
	---------------------------------------------------------------------------*/
  .flex-video {
    padding-top: 0;
  }
}
