@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
html{
	font-size: 18px; 
	
	@media (min-width: 1950px) and (max-width: 2599px) {
		font-size: 24px !Important; 
	}

	@media (min-width: 2600px) and (max-width: 32199px) {
		font-size: 32px !Important; 
	}

	@media (min-width: 3200px){
		font-size: 42px !Important; 
	}
	
	@media (max-width: 1300px){
		font-size: 16px !Important;  
	}
	
	@media (max-width: 1150px){
		font-size: 15px !Important;  
	}

}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul,li {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


body{
	background-color: #000;
	color: #fff;	
	width: 100vw !important;
	font-family: 'Quicksand', sans-serif;
}


body h1 {
	font-size: 3.3rem;
	text-align: left;
	font-family: 'Oswald', serif;
	text-transform: uppercase;
	margin-top: 5.5rem;
	margin-left: 8rem;
	display: inline-block;
	line-height: 5rem;
}


body h1 a,
body h1 a:link,
body h1 a:visited {
	color: #fff;
}

body h1 a:hover {
	color: #eaeaea;
}


body h2 {
	font-size: 3rem;
	text-align: left;
	padding: 0;
	display: inline-block;
	margin-left: 1rem;
	vertical-align: bottom;
	line-height: 4rem;
	margin-top: 0rem;
	font-family: "Catamaran";
}


.container {
	text-align: left;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	align-items:center;
	font-size: 1rem;	
}

.content {
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 6rem;
	top: 12rem;
	left: 12rem;
	right: 12rem;
}


.content p{
	text-align: left;
	margin: 0.6rem 0 0 0.6rem;
}


.button{
	text-align: center;
	font-size: 2.25rem;
	display: inline-block;
	margin: 0.6rem;
	font-family: "Oswald";
	text-transform: uppercase;
	background-color: none;
	min-width: 20rem;
}


.button a, 
.button a:link,
.button a:visited{
	color: #fff;
	display: block;
	background: none;
	padding: 0.6rem 1.2rem;
	color: #fff;
	display: block;
	border: solid 0.15rem #fff;

}

.button a:hover{
	color: #eaeaea;
	border: solid 0.15rem #eaeaea;
}	
	

.download{
	text-align: center;
	display: inline-block;
	margin: 1rem 0;
	min-width: 15rem;
}

 
.download a,
.download a:link,
.download a:visited,
.download button{
	color: #fff;
	display: block;
	background: none;
	padding: 0.3rem 0.6rem;
	display: block;
	border: solid 0.15rem #fff;
	font-family: "Oswald";
	font-size: 2rem;
	text-transform: uppercase;
	background-color: none;
}

.download a:hover,
.download button:hover{
	color: #eaeaea;
	border: solid 0.15rem #eaeaea;
}	


.download button:disabled{
	color: #999;
	display: block;
	background: none;
	padding: 0.3rem 0.6rem;
	display: block;
	border: solid 0.15rem #999;
	cursor: arrow;
}


.frame{
	margin: 3rem 1.2rem 3rem 3rem;
	background-size: 100% 100% !important;
}


.fp-tooltip,
.fp-sr-only{
	text-transform: uppercase;
	font-weight: bold;
}

.gallery {
    text-align: center;
	position: relative;
}

.gallery a{
	display: inline-block;
	margin: .5rem;
	height: 15rem;
	width: 15rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.gallery a span{
	border: solid 0.15rem #fff;
	position: absolute;
	top: 1rem;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
}

.gallery a span:hover{
	border: solid 0.15rem #eaeaea;
}

.lazy{
	transition: .1s;
}

.logo{
	background: url('/images/logo-large.png') no-repeat;
	background-size: contain;	
	width: 43rem;
	height: 8rem;
	display: inline-block;
}

.bar1, .bar2, .bar3 {
	width: 2.6rem;
	height: 0.3rem;
	background-color: #fff;
	margin: .6rem 0;
	transition: 0.4s;
}


/* *************** CLASES ******************** */

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-.75rem, .75rem) ;
	transform: rotate(-45deg) translate(-.75rem, .75rem) ;
}


/* Fade out the second bar */
.change .bar2 {
	opacity: 0;
}


/* Rotate last bar */
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-.5rem, -.5rem) ;
	transform: rotate(45deg) translate(-.5rem, -.5rem) ;
}	


.selected{
	background: #fff;
	color: #000 !Important;
}


.selected a:disabled, 
.selected a:link,
.selected a:visited{
	color: #000 !important;
	font-weight: bold !Important;
}


.home h3{
    position: absolute;
    z-index: 3;
    color: #000;
    bottom: 20;
    left: 20;
    font-family: 'Catamaran', serif;
    font-size: 1.5rem;
}



/* Monkey Patch del Popup */
.mfp-counter{
    font-size: 1rem  !important;
    position: absolute !important;
	top: auto  !important;
	bottom: 0.8rem  !important;
	right: 0  !important;
	left: 0 !important;
	color: #000 !Important;	
	font-family: "Quicksand";
	font-weight: bold !Important;
}

.mfp-title{
    color: #fff !important;
    margin-top: -2rem;
    position: auto !important;	
}

.mfp-title span{
    color: #eaeaea !important;
	font-weight: bold;
}

.mfp-title p{
	margin: 0;
	position: absolute;
	text-align: right;
	right: 0;
    border-radius: 0.3rem;
    background-color: rgba(50, 50, 50, .6);
    padding: 0.4rem;
    white-space: nowrap;
}

img.mfp-img {
    width: auto;
    max-width: 95% !important;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 auto;
	border: solid 1rem #fff;
	background-color: #000 !important;
}

.mfp-bottom-bar {
	margin-top: -2.5rem !important;
	right: 1.7rem !important;
	width: 6rem !important;
	text-align: center !important;
	background-color: #fff;
	left: auto !important;
	height: 2rem;
	text-shadow: none;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.7 !important;
	background-color: #000;
}


/**************************************************************/



.shows,
.media,
.dates,
.contact{
	overflow: hidden;
	text-align: left;
}

.shows .preview{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	text-align: center;
}

.shows h2 a:link, 
.shows h2 a:visited {
	font-size: 1.125rem !important;
	color: #723969;
	margin-right: 0.9rem;
	vertical-align: bottom;
	line-height: 3rem;
	font-weight: bold;
}


.show{
	overflow: hidden;
	text-align: left;
}


.show p {
    text-align: left !important;
    margin: 0 !important;
}


.show .show_gallery{
	text-align: center;
	margin: 1rem;	
}

.show .show_gallery a{
	display: inline-block;
	margin: 0.5rem;
	width: 15rem;
	height: 15rem;
	border: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}


.show .show_gallery a span{
	display: block;
	border: solid 0.15rem #fff;
	position: absolute;
	top: 1rem;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
}


.show .show_gallery a span:hover{
	border: solid 0.15rem #eaeaea;
}

.show .show_video_gallery{
	text-align: center;
}

.show .show_video_gallery div{
	display: inline-block;
	width: 15rem;
	height: 15rem;
	margin: 0.5rem;
}

.show .show_video_gallery iframe,
.show .show_video_gallery img {
	width: 15rem !important;
	height: 15rem !important;
}


.biography .description{
	position: absolute; 
	top: 0; 
	bottom: 0; 
	overflow: hidden;
	left: 23rem;
}	


.bottom{
	position: absolute;
	bottom: 0;
	right: 5rem;
	padding: 0.8rem;
	font-size: 0.8rem;
	line-height: 1.6rem;
	z-index: 5;
	color: #eaeaea;
	left: 5rem;
	text-align: center;
	border-top: solid 0.15rem #fff;
}


.bottom li{
	display: inline-block;
	margin-left: 0.6rem;
}

.bottom a,
.bottom a:link,
.bottom a:visited{
	color: #fff;
	text-transform: lowercase;
}


.bottom a:hover{
	text-decoration:underline;
	color: #eaeaea;
}


.shows{
	display: block;
	text-align: center;
}


.shows .show_image{
	display: inline-block;
	position: relative;
	width: 25rem;
	height: 25rem;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}


.shows .show_image span{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Oswald', serif ;
	text-transform: uppercase;
	position: absolute;
	border: solid 0.15rem #fff;
	padding: 0;
	top: 1rem;
	left: 1rem;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: self-end;

}

.shows .show_image span:hover{
	color: #eaeaea;
	border: solid 0.15rem #eaeaea;
}



.shows .show_image a,
.shows .show_image a:link,
.shows .show_image a:visited{
	display: block;
	border: none;
	color: #fff;
}

.shows .show_image a:hover{
	color: #eaeaea;
}


.video_gallery{
	margin: 0;
	text-align: center;
}


.video_gallery li{
	width: 25rem;
	height: 13rem;
	margin: 0;
	display: inline-block;
	padding: 1rem;
}


.video_gallery div{
	width: 25rem;
	height: 13rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.video_gallery span{
	position: absolute;
	border: solid 0.15rem #fff;
	padding: 1rem;
	top: 1rem;
	left: 1rem;
	bottom: 1rem;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: self-end;
}

.video_gallery iframe{
	width: 25rem !Important;
	height: 13rem !Important;
	border-radius: 0.6rem;
}

.video_frame{
    background-color: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
	width: 38rem;
	height: 15rem;
	margin: 0 auto;
	background-size: 100% 100%;
	padding: 1.1rem;
	border: solid 0.3rem #000;
	border-radius: 0.6rem;
}



.date {
	text-align: left;
	display: inline-flex;
	width: 15rem;
	height: 5rem;
	margin-bottom: 0.6rem;
	margin-right: 0.6rem;
	padding: 0.6rem;
	border-radius: 0.6rem;
}

.past{
	background: #999;
}

.coming{
	background: #191422;
}

.date h3{
	color: #fff;
	font-size: 1rem !important;
	font-weight: lighter;	
}
	
.date .description{
	font-size: .85rem;
	text-align: left !important;
	margin: 0;
	color: #eaeaea;
	background: transparent;
	border: none;
	padding: 0;
}

.date .description p{
	margin: 0;
	padding: 0;
}


.date .image{
	display: block;
	margin: 0 0.6rem 0 0;
	width: 4rem;
	height: 4rem;
	background: #fff;
	padding: 0;
}

.date .image  a{
	margin: 0.15rem;
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
}

.date .image  img{	
	margin: 0.15rem;
	width: 4rem;
	height: 4rem;
}

.date .image .empty{
	opacity:.5;
}


.dates h2{
	font-size: 1.25rem !Important;
}

.dates ul{
	text-align: center;
}


.image-gallery {
  /* Mobile first */
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	justify-content: center;
}

.image-gallery .column {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.image-item img {
  width: 100%;
  border-radius: 0.6rem;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .image-gallery {
    flex-direction: row;
  }
}

/* overlay styles */

.image-item {
  position: relative;
  cursor: pointer;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hover */
.image-item:hover .overlay {
  transform: scale(1);
}



/* CSS Por id *****************************/

#background {
	display: block;
	width: 100%;
	height: 100vh;
	background-size: cover !Important;
	background-position: center;
	filter: opacity(.6) grayscale(.6);
	z-index: -1;
}	


.external_links{
	display: block;
	margin: .5rem 2rem;
	z-index: 2;
	position: absolute;
}
	
.external_links li{
	display: inline-block;
	margin: 0;
}

.external_links span{
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 0.15rem 0 0;
}

.external_links a{
    display: block;
    width: 4rem;
    height: 4rem;
}


.external_links .twitter{
    background: url(../images/icon-twitter.png) no-repeat;
	background-size: contain;
}

.external_links .youtube{
    background: url(../images/icon-youtube.png) no-repeat;
	background-size: contain;
}

.external_links .vimeo{
    background: url(../images/icon-vimeo.png) no-repeat;
	background-size: contain;
}

.external_links .facebook{
    background: url(../images/icon-facebook.png) no-repeat;
	background-size: contain;
}

.external_links .instagram{
    background: url(../images/icon-instagram.png) no-repeat;
	background-size: contain;
}

.external_links .blog{
    background: url(../images/icon-blog.png) no-repeat;
	background-size: contain;
}

.center{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10rem;
	bottom: 5rem;
	left: 0;
	right: 0;
}


.contact{
	text-align: left;
	display: block;
	margin: 0 auto;
}


.contact #email {
	font-size: 1.25rem;
    padding: 0.6rem;
    background-color: #fff;
    width: 18rem;
	margin: 1.2rem 0;
	text-align: center;
	float: right;
}


.contact #email a,
.contact #email a:link,
.contact #email a:visited{
	color: #000;
	font-weight: bold;
}


.contact #email a:hover{
	color: #333;
	font-weight: bold;
}


.contact .message{
    text-align: right;
	font-size:0.75rem;
	color: #eaeaea;
	display: block;
}

.contact table{
    width: 50%;
	float: left;
	margin-right: 3.5rem;
}

.contact label{
	font-size: 0.9rem;
	color: #eaeaea;
}

.contact a{
	text-decoration: none;
	margin: 0 0 0 0;
    display: block;
}


.contact input[type=text], .contact textarea{
	width: 100%;
    padding: 0.3rem 0 0.3rem 0.3rem;
    margin: .3rem;
    font-size: 1rem;
	border: none;
	background-color: rgba(255, 255, 255, .1); 
	color: #eaeaea;
}

.cookie-policy{
	display: block;
	position: absolute;
	z-index: 3000000;
	left: 1rem;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	padding: 3rem;
	background: #eaeaea;
	color: #111;
	text-shadow: none;
	display: none;
}

.cookie-policy h1, 
.cookie-policy h2{
	margin: 0.5rem !Important;
	display: block !Important;
}

.cookie-policy p{
	margin: 0.2rem;
}

.cookie-policy ul,
.cookie-policy ol{
	list-style: disc;
	padding: 0.6rem 0 0.6rem 1.2rem;
	margin: 0;
}




.cookie-policy .cookie-policy-header{
	top: 10;
}

.cookie-policy .cookie-policy-header a:link,
.cookie-policy .cookie-policy-header a:visited{
	position: absolute;
	top: -1rem;
	right: 0;
	background: #06c;
	color: #fff;
	padding: 0.3rem 0.6rem;
	font-size: 1.2rem;
}


.cookie-policy .cookie-policy-header a:hover{
	background: #28e;
}

.cookie-policy .cookie-policy-description{
	overflow: auto;
	margin: 1.2rem;
	height: calc(100% - 7rem);
}

.cookie-overlay {
	position: fixed;
	bottom: 3.2rem;
	right: 0rem;
	left: 0rem;
	background: rgba(255,255,255, .2);
	z-index: 2051;
	line-height: 1.2rem;
	font-size: .8rem;
	display: none;
	text-align: right;
	padding: 0.6rem;
}

.cookie-overlay a:link,
.cookie-overlay a:visited{
	color: #fff;
	font-weight: bold;
	padding: 0.3rem;
	display: inline-block;
}

.cookie-overlay a:visited{
	text-decoration: underline;
}




/********************* Monkey patch del fullpage *********************/

#fp-nav.fp-left {

    left: 10 !important;

}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 1.3rem;
	width: 1.3rem;
	margin: -10 0 0 -0.6rem;
	border-radius: 100%;
	-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	background-color: #fff;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}


.dark .fp-controlArrow.fp-prev {
    border-color: transparent #222 transparent transparent !Important;
}

.dark .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #222 !Important;
}

/******************************************************************/


#cinema{
	
}

#cinema a{
	position: relative;
	display: inline-block;
	width: 25rem;
	height: 25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1rem;
}

#cinema a,
#cinema a:link,
#cinema a:visited{
	color: #fff;
}

#cinema a span{
	position: absolute;
	bottom: 1.5rem;
	top:1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	text-transform: uppercase;
	font-family: "Oswald";
	text-align: center;
	font-size: 3rem;
	display: flex;
	justify-content: center;
	align-items: self-end;
	border: solid 0.15rem #fff;
}

#cinema a span:hover{
	border: solid 0.15rem #eaeaea;
	color: #eaeaea !Important;
}

#info {
    font-size: .85rem;
}

#languages {
	display: block;
	position: fixed;
	text-align: right;
	right:1rem;
	top: 1rem;
	z-index:51;
	font-size: .75rem;
	color: #eaeaea;
}

#languages img{
	width: 1.2rem;
	height: 0.7rem;
	border: solid 0.05rem #eaeaea;
}

#languages a{
    display: inline-block;
    margin-left: 0.3rem;
}    

#menu{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 34rem;
	transition: 0.2s;
	z-index: 50;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.5rem;
	color: #fff;
	clip-path: none !important;
	border-bottom: solid 0.15rem #fff;
	height: 5rem;
}

#menu a, 
#menu a:link,
#menu a:visited{
	color: #fff;
}


#menu #button{
	display: inline-block;
	cursor: pointer;
	margin: 0.6rem;
	position: absolute;
	left: 2rem;
	top: 6rem;
}

#menu #menubar{
	display: none;
	margin-top: 5.5rem;
	background-color: #000;
	text-align: center !important;
	width: 100%;
	height: 100vh;
	transition: 0.5s;
	font-family: "Catamaran";
}	

#menu #menubar li {
	padding: 1.4rem 0.6rem !important;
	margin: 0;
	display: block !important;
	font-size: 2rem;
}

#menu #menubar li a {
	display: block;
}	

#menu #menubar li span {
	display: none;
}	


#menu .logo-medium{
	background: url('/images/logo-large.png') no-repeat;
	background-size: contain;	
	width: 30rem;
	height: 8rem;
	position: absolute;
	right: -32rem;
	top: 3rem;
}

#menu .logo-medium a{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}



@media screen and (max-width: 1500px){
	body h1 {
		margin-left: 6rem;
	}

	#menu {
		right: 28rem;
	}
	
	#menu .logo-medium {
		width: 26rem;	  
		right: -27rem;
		top: 2rem;
	}
	
	#menu #button {
		left: 1rem;
	}
	
	.external_links {
		margin: .5rem 1rem;
	}
	.content {
	  left: 6rem;
	  right: 6rem;

	}	
}


@media screen and (max-width: 950px){
	body {
		overflow: auto !Important;		
	}
	
	body h1 {
		margin-left: 1rem;
		margin-top: 4.5rem;
		margin-bottom: 1rem;
	}	

	body h2{
		margin-bottom: 1rem;
	}


	#background {
	  position: absolute;
	  z-index: -2;
	  top: 0;
	}  
	
	#menu .logo-medium {
		top: 1rem !Important;
	}
  
	#menu #button {
		top: 0rem;
	}
	
	.external_links {
		margin: auto;
		text-align: center;
		position: inherit;
	}
	
	.external_links span {
		width: 3.5rem;
		height: 3.5rem;
		margin: 0;
	}


	.container{
		width: 100%;
		display: block;
		position: inherit;
		padding: 1.5rem 0rem;
	}
	
	.shows, .shows .preview, .media, .dates, .contact, 
	.biography, .biography .description, .section{
		overflow: visible;
		position: inherit;
	}
	
	
	.section .left-ribbon-dark,
	.section .right-ribbon-dark{
		display: none;
	}
	
	
	.content {
		margin: 0;
		display: block;
		width: calc(100vw - 3rem);
		margin: 0 1.5rem;
		position: inherit;
		overflow: visible;
	}
		
	.content p {
		text-align: left;
		margin: 0;
	}
	

	.cookie-overlay {
		bottom: auto;
		bottom: 0;
	}	
	
	.download {
		margin-top: 1.5rem;
		text-align: center;
		position: inherit;
	}
		
	.dates {
		overflow: visible;
		max-height: none !Important;
		height: auto !Important;
	}
	
	/* *************** IDS ******************** */

	.contact table {
		width: 98%;
		float: none;
		margin-left: 0;
	}

	
	.contact .button button {
		margin: 0 auto;
		width: 20rem;
		padding: .5rem 0;
		position: inherit;
	}
	
	.contact #email {
		font-size: 1.3rem;
		width: 20rem;
		margin: 1rem auto;
		float: none;
		clear: none;
		display: block;
	}
	
	.logo {
		width: 40rem;
		margin-top: 12rem;
	}
	
	.show, .bottom {
		position: inherit !Important;
	}
	
	
	.captcha-holder {
		margin: 0.6rem 0.3rem !important;
	}
	
	
	
	#fp-nav.fp-left {
		display: none;
	}
				
	#info {
		position: inherit;
		font-size: 0.8rem;
		text-align: center;
		margin: 0.6rem;
		bottom: auto;
	}

	#languages {
		top: 7.2rem !important;
		position: absolute;
	}
	

}


@media screen and (max-width: 750px){
	body h1 {
		font-size: 3rem;
		line-height: 4rem;
	}
		
	body h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	
	#background {
		display: none;
	}  
	
	
	#menu {
		border-bottom: none;
		right: 0;
	}
	
	#menu #button {
		left: 0.6rem;
	}
	
	#menu #menubar {
		margin-top: 5rem;
	}
  
	#menu .external_links{
		display: none !Important;
	}
	
	#menu .logo-medium {
		width: 18rem;
		right: 1rem;
	}		
	
	#languages {
		top: 5rem !important;
	}
	

	#cinema a,
	.shows .show_image{
		width: 20rem !Important;
		height: 20rem !Important;
	}
	
	.cookie-policy {
		padding: 1rem;
	}
		
	.cookie-policy .cookie-policy-description {
		margin: 0;
	}
	
	.galleries_shows, .galleries_shows img, .galleries_media, .galleries_media img, .galleries_abouts, .galleries_abouts img {
		height: 20rem !important;
		width: 20rem !important;
	}

	.gallery{
		float: none;
	    margin: -.3rem;
	}
	
	
	.logo {
		width: 98%;
		margin-top: 10rem;
		height: 8.5rem;
	}
	
	.button {
		min-width: 15rem;
	}
	
	.show .multimedia {
		float: none;
		margin: 1.3rem;
	}

	.show .videos {
	  margin-bottom: 0;
	}

	.show .videos li,
	.show .videos img,
	.show .videos iframe {
	  width: 20rem !important;
	  height: 11rem !important;
	}

	
	.shows {
		margin: 0.6rem -0.2rem;
	}
	
	
	.video_gallery div,
	.video_gallery li {
		width: 20rem;
		height: 11rem;
  	}
	
	.video_data {
		max-height: none;
		width: 100%;
		margin: 0 -0.6rem 0 -0.6rem;
	}
	
	.video_data li {
		display: block;
		margin-top: 0.6rem;
	}
	

}

