.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 1px;
}
.img-thumbnail {
	padding: 10px;
	line-height: 1.428571429;
	background-color: #f7f8fa;
	border: 1px solid #e6e7e8;
	border-radius: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}

.btn-brown {
	background-color: #584318;
	color: white;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: bold;
}
.btn-gold {
	background-color: #c2aa6c;
	color: white;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: bold;
}
/*----------*/
.full-width-image {
  width:  100%; /*or 70%, or what you want*/
  height: 400px; /*or 70%, or what you want*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
/*----------*/
.fit-inside-image {
  width:  100%; /*or 70%, or what you want*/
  height: 90px; /*or 70%, or what you want*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.finan {
	backgrosund-color: red;
	margin-top: 20px;
}
.finan > div:first-child {
	text-align: right;
}
.finan > div:last-child {
	text-align: left;
	font-size: 13px;
	font-style: italic;
}
#eu_logo {
	width: 70%;
}
@media(max-width:767px){
	#eu_logo {
		width: 40%;
		margin-bottom: 10px;
	}	
	.finan > div{
		text-align: center!important;
	}	
	.finan > div p {
		font-size: 80%;
	}
}


/******************************ÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇÇ****************************************************/
/****** GENERALES DEL TEMPLATE  *******************************************************************/

body {
	background: black;
	color: #b8b8b8;
	font-family: 'Open Sans', sans-serif;

}
#page-content-wrapper {
	padding: 0;
}

h1, h2, h3 {
	font-family: 'Fjalla One', sans-serif;
}
h1.page-header {
	border-bottom: 0;
	color: #ccc;
}

#main-container {
	z-index: 1132;
	position: relative;
}


/**** CABECERA **********************/
/* Ajustamos el logo de la cabecera */
.navbar {
	border-bottom: 1px solid #bba66f;
	background: #000;
	z-index: 1200;
}
.navbar-brand {
	padding: 0;
	margin-left: 15px;
}

.navbar-header li.dropdown a.dropdown-toggle img {
	height: 50px;
    position: absolute;
    top: 6px;
}

.navbar-center {
    width: 100%;
    text-align: center;
}
.navbar-center > li {
  float: none;
  display: inline-block;
}
.navbar-colecciones {
	text-transform: uppercase;
}
/* ajustamos el megamenu */
.mega-dropdown-menu {
	width: 65%;
}
@media(max-width:767px){
	.mega-dropdown-menu {
		width: 100%;
		left: 0;
	}	
}
.mega-dropdown-menu:before {
	left: 60px;
}
.mega-dropdown-menu:after {
	left: 60px;
}
.navbar-header li {
	list-style: none;
}
.navbar-header>li>.dropdown-menu {
	margin-top: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	left: 10px;
}
/*#header-search{
	width: 200px;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	margin: 0;
}
	#header-search .icon{
		position: absolute;
		top: 50%;
		margin-left: 17px;
		margin-top: 14px;
		z-index: 1;
		color: #4f5b66;
	}
	#header-search input#q{
		height: 36px;
		background: #2b303b;
		border: none;
		font-size: 10pt;
		float: left;
		color: #262626;
		padding: 13px;
		padding-left: 45px;
		margin: 6px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: background .55s ease;
		-moz-transition: background .55s ease;
		-ms-transition: background .55s ease;
		-o-transition: background .55s ease;
		transition: background .55s ease;
	}
		#header-search input#q:hover, #header-search input#q:focus, #header-search input#q:active{
		    outline:none;
		    background: #ffffff;
		}*/

#search-overlay {
    position: fixed;
    z-index: 1199;
    top: 54px; /* descontamos la cabecera */
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

	#search-overlay.open {
	    -webkit-transform: translate(0px, 0px) scale(1, 1);
	    -moz-transform: translate(0px, 0px) scale(1, 1);
	    -o-transform: translate(0px, 0px) scale(1, 1);
	    -ms-transform: translate(0px, 0px) scale(1, 1);
	    transform: translate(0px, 0px) scale(1, 1); 
	    opacity: 1;
	}

		#search-overlay input[type="search"] {
		    position: absolute;
		    top: 40%;
		    width: 100%;
		    color: rgb(255, 255, 255);
		    background: rgba(0, 0, 0, 0);
		    font-size: 60px;
		    font-weight: 300;
		    text-align: center;
		    border: 0px;
		    margin: 0px auto;
		    margin-top: -51px;
		    padding-left: 30px;
		    padding-right: 30px;
		    outline: none;
		}
		#search-overlay .btn {
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    margin-top: 61px;
		    margin-left: -45px;
		}
		#search-overlay .close {
		    position: fixed;
		    top: 15px;
		    right: 15px;
		    color: #fff;
		    background-color: #428bca;
		    border-color: #357ebd;
		    opacity: 1;
		    padding: 10px 17px;
		    font-size: 27px;
		}







footer {
	text-align: center;
	color: #999;
}

/* Scrollers horizontales */

.horizontalScroller {
	overflow: hidden;	
	margin-top: 10px;
}
	/* Frame */
	.horizontalScroller .frame {
		height: 250px;
		line-height: 250px;
		overflow: hidden;
	}
		.horizontalScroller .frame ul {
			list-style: none;
			margin: 0;
			padding: 0;
			height: 100%;
			text-align: center;
		}
			.horizontalScroller .frame ul li {
				display: inline-block;
				/*float: left;*/
				width: 200px;
				height: 100%;
				margin: 0 1px 0 0;
				padding: 0;
			}

/* Scrollers horizontales Scrollbar */

.horizontalScroller .scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #292a33;
	line-height: 0;
}
	.horizontalScroller .scrollbar .handle {
		width: 20%;
		height: 100%;
		background: #ccc;
		cursor: pointer;
	}
		.horizontalScroller .scrollbar .handle .mousearea {
			position: absolute;
			top: -9px;
			left: 0;
			width: 100%;
			height: 20px;
		}


/**********************************************************************************/
/****** PORTADA *******************************************************************/

/****** Home slider */

#home-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}
	#home-slider .swiper-slide {
	    text-align: center;
	    /* Center slide text vertically */
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;

	    background-position: center center;
	    background-size: cover;
	}
	 
	#home-slider .swiper-button-prev, 
	#home-slider .swiper-container-rtl,
	#home-slider .swiper-button-next {
		z-index: 5000;
	}
	#home-slider .swiper-pagination-bullet {
		background: #584317;
	}
	#home-slider .swiper-pagination-bullet-active {
		background: #c7b278;
	}


#home-slider #filmslide {
	position: absolute;
	bottom: -20%;
	right: -40%;
	width: 75%;
	z-index: 4000;
}


#home-slider #filmslideback {
	position: absolute;
	top:0;
	right: 0;
	width: 33%;
	height: 100%;
	z-index: 3999;
}
	

/**********************************************************************************/
/****** FICHA PELICULA ************************************************************/

.ficha .trailer_wrapper {
	/*max-height: 500px;*/
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
	.ficha .trailer_wrapper > img {
		min-width: 100%;
		height: auto;
	} 

	.ficha .trailer_wrapper > div, 
	.ficha .trailer_wrapper > video{
		height: 100%;
		min-height: 75vh;

	}
	.ficha .trailer_wrapper > video {
		left: 50%;
		min-height: 100vh;
		min-width: 100%;
		max-width: initial;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}



.ficha .mini_ficha {
}

.ficha h1 {
	text-transform: uppercase;
}

.ficha span.clasificacion {
	border: 2px solid #000;
	padding: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
	.ficha span.cl_0{border-color: green;}
	.ficha span.cl_7 {border-color: lightgreen;}
	.ficha span.cl_12 {border-color:yellow;}
	.ficha span.cl_16 {border-color:orange;}
	.ficha span.cl_18 {border-color: red;}


/* ajustamos la minificha */
.mini_ficha {
	padding-right: 30px;
}
@media(max-width:991px){
	.mini_ficha {
		padding-left: 30px;
	}	
}

.mini_ficha dl {
	float: left;
	width: 100%;	
	margin-bottom: 10px;
}
	.ficha dt {
		width: 30%;
		float: left;
	}
	.ficha dd {
		width: 65%;
		float: left;
	}	

.movieGallery {
	width: 100%;
	height: 175px;
}
	.movieGallery .swiper-wrapper {
		height: auto;
	}
		.movieGallery .swiper-slide {
			text-align: center;
			overflow: hidden;
			position: relative;
			width: 230px;
			height: 175px;
		}
			.movieGallery .swiper-slide:after {
			    content: "";
			    width: 100%;
			    height: 100%;
			    position: absolute;
			    top: 0px;
			    left: 0px;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				background-image: url(/static/public/img/bgs/filmroll_bg.png);
			    margin: auto;
			    z-index: 1;
			}
			.movieGallery .swiper-slide a {
				display: block;
				position: relative;
				height: 100%;
				width: 100%;
			}

			.movieGallery .swiper-slide img {
				display: block;
				position: absolute;
				/* Position the image in the middle of its container. */
				top: -9999px;
				right: -9999px;
				bottom: -9999px;
				left: -9999px;
				margin: auto;
				/* The following values determine the exact image behaviour. */
				/* You can simulate background-size: cover/contain/etc.
				 by changing between min/max/standard width/height values.
				 These values simulate background-size: cover
				*/
				min-width: 100%;
				/*min-height: 100%;	*/
			}

body #swipebox-container {
	background-position: center center;
	background-size: cover;
}
body #swipebox-slider .slide.current {
	padding: 10%;
}
body #swipebox-bottom-bar {
	bottom: 0;
}
body #swipebox-bottom-bar.visible-bars {
	transform: none;
}


.dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 60px;
  z-index: 10;
}

.dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 60px;
  z-index: 8;
}

/**********************************************************************************/
/****** PELICULA/PLAY ************************************************************/

.leftcurtain{
	width: 50%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}
 .rightcurtain{
	width: 51%;
	height: 100%;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
}

/*** PLayer style *****/

.flowplayer, .flowplayer.is-playing {

}


.flowplayer .fp-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.flowplayer .fp-subtitle p {
	background: transparent;
	font-size: 32px;
	line-height: normal;
	font-weight: bold;
	color: #EEDC00;
	text-shadow: #000000 0px 0px 13px;
	font-family: Arial,Helvetica;
}

/**********************************************************************************/
/****** PRECIOS ************************************************************/

.panel-billboard {
	background-color: transparent; 
	background-size: 80% 100%; 
	background-image: url(/static/public/img/billboard_blank.png); 
	background-repeat: no-repeat; 
	background-position: top center;
}
	.panel-billboard .panel-body {
		padding: 100px 25% 35% 25%;
		background-color: transparent; 
		background-size: 65% 80%;
		background-image: url(/static/public/img/rope.png); 
		background-repeat: no-repeat; 
		background-position: bottom center;
		z-index: 100;
	}
		.panel-billboard .panel-body .list-group {
		}
			.panel-billboard .panel-body .list-group li{
				margin: 0 auto;
				background-color: transparent;
				border-left: 0;
				border-right: 0;
				border-bottom: 0;
			}

	.panel-billboard .rope {
		height: 100%;
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0;
		background-color: transparent; 
		backgrsound-size: 65% 80%;
		background-image: url(/static/public/img/rope.png); 
		background-repeat: no-repeat; 
		background-position: bottom center;
		z-index: 100;
	}



.leyenda-collection h4{
	color: #c1aa6b;
}



.panel-billboard.billboard-registro {
	background-image: url(/static/public/img/billboard_blank_registro.png); 
}
