* {
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.hidden {
    display: none;
}

body {
	background-color: #000;
}
/* Video de la cabecera - contenedor responsive */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	margin-top: 230px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    box-shadow: 0px 0px 45px 8px #000;


 }


/* Titulo del bloque de Ofertas */

.title-slots {
	display: block;
	margin: 20px auto 0 auto;
}

/* Bloque Oferta */

.product-slot {
	margin: 20px 0;
}

/* Imagen Oferta */

.product-slot img {
	width: 100%;
}

.product-slot .img-slot {
	width: 100%;
	overflow: hidden;
}

/* Efecto opacity imagenes */

.product-slot .img-slot {
  position: relative;
}

.product-slot .img-slot img.bottom {
  position: absolute;
  left: 0;
  opacity: 0;
}

/* Texto info Oferta */

.product-slot .info-slot {
	padding: 15px 10px 0 10px;
}

.product-slot .title-slot {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 6px;
	margin-bottom: 20px;
	text-align: center;
}

.product-slot .txt-slot {
	font-size: 15px;
	line-height: 18px;
	min-height: 80px;
	color: #8f8f8f;
}

.product-slot .txt-slot.short-txt {
	min-height: 50px;
}

.city-wrap {
	margin-top: 400px;
}	
.city-slot {
	width: 50%;
	float: left;
}

/* Listado precios Oferta */

.product-slot .head-prize-list {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	text-align: right;	
	margin-bottom: 5px;
}

.product-slot .prize-list li {
	display: table;
	width: 100%;
	min-height: 40px;
	border-top: 1px solid #ddd;
}

.product-slot .prize-list li a {
	display: table-row;
	width: 100%;
	position: relative;
	line-height: 40px;
}

.product-slot .prize-list li a:hover {
	text-decoration: none;
}

.product-slot .prize-list li a span:first-child {
	display: table-cell;
	max-width: 60%;
	vertical-align: middle;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

.product-slot .prize-list li a span:last-child {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 20px;
}

.product-slot .btn-slot {
	padding: 10px 0;
}

.product-slot .btn-slot a {
	font-size: 20px;
}

/* Enlace a ventana modal */

.modal-href {
	display: block;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: right;
}

/* Separador entre bloques de ofertas */

.slots-group-separator {
	border: 1px solid #ddd;
	margin: 20px 0;
}

.last-slots-block {
	margin-bottom: 20px;
}

	/* Social */  

.social {


 width: 305px; 
 margin: 45px auto 60px auto;
 font-size:14px;
 color:#fff;
 text-align:center;

}

.social ul li {

 width: 140px;
 margin-top: 15px;
 display:inline-block;

}

/* L y XL */

@media (min-width: 1024px) {

	/* Imagen fondo cabecera video L y XL */

	.header-background {
		position: relative;
		min-height: 620px;
		background: url(../images/background_jrw.jpg) no-repeat scroll center top #000000;;
	}
}

/* M */
@media (min-width: 641px) and (max-width : 1023px) {

	/* Imagen fondo cabecera video M */

	.header-background {
		position: relative;
		padding-bottom: 40px;
		background: url(../images/background_jrw_small.jpg) no-repeat scroll center top #000000;;
	}

	.video-wrapper {
		margin-top: 115px;
	}

	.city-wrap {
		margin-top: 310px;
	}

	.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	margin-top: 180px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    box-shadow: 0px 0px 45px 8px #000;


 }
}

/* S */
@media (min-width: 320px) and (max-width : 640px) {

	/* Imagen fondo cabecera video S */

	.header-background {
		position: relative;
		padding-bottom: 40px;
		background: url(../images/background_jrw_smallest.jpg) no-repeat scroll center top #000000;;
	}


	.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	margin-top: 196px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    box-shadow: 0px 0px 45px 8px #000;


 }

	/* Titulo de bloque de Ofertas - reducimos tamaño para S */

	.title-slots {
		width: 50%;
	}

	.title-slots.title-hoteles-disney {
		max-width: 200px;
	}

	.title-slots.title-entradas-disney {
		max-width: 230px;
	}

	/* Texto Oferta en S sin altura mínima */

	.product-slot .txt-slot {
		min-height: 0;
		line-height: 20px;
	}

	.city-slot {
		width: 100%;
	}

}

/* CSS-only mobile menu toggle (no menu-atrapalo.js) */
.menu-toggle-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
	cursor: pointer;
}

@media only screen and (max-width: 1023px) {
	#menu-toggle:checked ~ .menu-overlay {
		display: block;
	}

	#menu-toggle:checked ~ .columns.navigation-wrap {
		left: 0 !important;
		display: block;
		position: fixed !important;
		overflow-y: auto;
		top: 0;
		height: 100%;
		max-width: 360px;
		z-index: 10000;
	}

	#menu-toggle:checked ~ .columns.navigation-wrap .close-menu {
		display: block;
	}
}