html[xmlns] .slides {
		display: block
}

* html .slides {
		height: 1%
}

.flex-container a:active,
.slider a:active,
.flex-container a:focus,
.slider a:focus {
		outline: none
}

.slides,
.bx-controls-direction,
.bx-pager {
		margin: 0;
		padding: 0;
		list-style: none
}

.bx-controls-direction,
.bx-pager {
		left: 50%;
		margin: 0 auto 0 -465px;
		max-width: 930px;
		position: absolute;
		width: 100%
}

.bx-controls-direction {
		top: 90px;
}

.icon-chevron-left:before {
		content: icon-chevron-left;
		font-size: 1em;
		position: absolute;
		left: 10px;
		right: 0;
		margin-top: -55px;
		margin-left: -5px;
}

.icon-chevron-right:before {
		content: icon-chevron-right;
		font-size: 1em;
		position: absolute;
		left: 10px;
		right: 0;
		margin-top: -55px;
		margin-left: -17px;
}

.slideWrapper {
		height: 100%;
		position: relative;
		z-index: 1;
		margin-bottom: 30px;
}

.slider {
		background: #fff;
		height: 514px;
		left: 0;
		margin: 0;
		max-height: 514px;
		overflow: hidden;
		padding: 0;
		position: fixed;
		top: 122px;
		width: 100%;
		zoom: 1;
}

.slider .slides {
		margin: 0;
		padding: 0;
		zoom: 1;
}

.slider .slides:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden
}

.slider .slides > li {
	display: none;
	width: 100%;
	height: 514px;
	display: block;
	float: left;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider .slides > li .item {
	height: 100%;
	width: 100%;
}

.slider .slides > li .item img {
	display: block;
	max-width: 1920px;
	width: 100%
}
.swiper-wrapper .swiper-slide figure img {
	width: 100%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: calc(50% - 500px);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: calc(50% - 500px);
}
.swiper-button-next, .swiper-button-prev {
	top:30%;
	background: rgba(0,0,0,.65);
	width: 40px;
	height: 40px;
	border-radius:3px;
	text-align: center;
}
.swiper-button-next:before{content: "\f054";}
.swiper-button-prev:before{content: "\f053";}

.swiper-button-next:before, .swiper-button-prev:before{
	font-family: 'cinepolis-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2em;
	color:#fff;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
		background: rgba(0,0,0,.95);
}
.swiper-slide.estreno{
	max-width:calc(100% / 6);
	transition:.25s ease-in-out;
	/* width:140px; */
}
.swiper-slide.estreno figure, .swiper-slide.estreno figcaption {
	max-width:140px;
	margin:0 auto;
}
.gallery-thumbs {
	padding: 10px 0;
	margin:0 auto;
	max-width:960px;
}

@media screen and (max-width: 600px){
	.swiper-slide.estreno{
		max-width:calc(100% / 3);
	}
}

@media screen and (max-width: 1020px){
	.swiper-button-next{
		right:6px;
		top: 16em;
	}
	.swiper-button-prev {
		top: 16em;
		left:6px;
	}
}




.slider #thumb-cinepolis {
		bottom: 12px;
		left: 50%;
		margin-left: -468px;
		position: absolute;
		text-align: right;
		max-width: 940px;
		width: 100%;
}

.slider #thumb-cinepolis a {
		background: transparent;
		border: 2px solid #fff;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		cursor: pointer;
		display: inline-block;
		height: 16px;
		margin-right: 6px;
		position: relative;
		text-indent: 9999px;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		width: 16px;
		z-index: 0;
		zoom: 0;
		behavior: url("PIE.htc");
}

.slider #thumb-cinepolis a:hover {
		background: #fff;
}

.slider #thumb-cinepolis a:hover img {
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		top: -60px
}

.slider #thumb-cinepolis a.active {
		background: #fff
}

.slider #thumb-cinepolis a img {
		height: 46px;
		left: -44px;
		max-width: 100px;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		position: absolute;
		top: -50px;
		-webkit-transition: .3s linear;
		-moz-transition: .3s linear;
		-ms-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear
}

.bx-pauseplay span {
		text-transform: capitalize
}

.no-js .slides > li:first-child {
		display: block;
		width: 100%;
}

.bx-viewport {
		max-height: 2000px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease
}

.loading .bx-viewport {
		max-height: 300px
}

.carousel li {
		margin-right: 5px
}

.bx-controls-direction a {
		background: rgba(0, 0, 0, 0.75);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1.8em;
		height: 40px;
		line-height: 40px;
		margin: -20px 0 0;
		position: absolute;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		width: 40px;
}

.bx-controls-direction a:hover {
		background: rgba(0, 0, 0, 0.95)
}

.bx-controls-direction .bx-next {
		right: -10px;
		text-align: center
}

.bx-controls-direction .bx-prev {
		left: -10px;
		text-align: center
}

.bx-controls-direction .disabled {
		-khtml-opacity: .3;
		-moz-opacity: .3;
		opacity: .3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		cursor: default;
		display: none
}

.bx-pager {
		bottom: 16px;
		height: 25px;
		position: absolute;
		text-align: right;
		width: 100%;
}

.bx-pager .bx-pager-item {
		display: inline-block;
		margin: 12px 5px;
		zoom: 1;
}

.bx-pager .bx-pager-item a {
		background: transparent;
		border: 2px solid #fff;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		cursor: pointer;
		display: block;
		height: 16px;
		position: relative;
		text-indent: 9999px;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		width: 16px;
		z-index: 0;
		zoom: 0;
		behavior: url("PIE.htc");
}

.bx-pager .bx-pager-item a:hover {
		background: #fff
}

.bx-pager .bx-pager-item a.active {
		background: #fff;
		cursor: default
}

#publiboard {
		margin: 40px auto;
}

#publiboard > div {
		margin: 0 auto;
		width: 728px;
}

#publiboard > div a {
		display: block
}

.cartelera > header {
		width: 100%;
		background: none;
		margin-bottom: 15px;
		position: relative;
		z-index: 1;
}

.cartelera > header h2 {
		text-transform: uppercase;
}

.cartelera > header h2 a i {
		line-height: .75em;
		margin-left: 10px;
		vertical-align: -17%;
		-webkit-transition: all .5s linear;
		-moz-transition: all .5s linear;
		-ms-transition: all .5s linear;
		-o-transition: all .5s linear;
		transition: all .5s linear
}

.cartelera > header h2 a.btn-h2-df-norte {
		background-color: #0b5ba1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		overflow: hidden;
		padding: 2px 38px 2px 10px;
		position: relative;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
}

.cartelera > header h2 a.btn-h2-df-norte:hover {
		background-color: #0a4980;
}

.cartelera > header h2 a.btn-h2-df-norte:hover i {
		background-color: #0b5ba1
}

.cartelera > header h2 a.btn-h2-df-norte i {
		background-color: #0a4980;
		height: 100%;
		line-height: 1.6em;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
		width: 32px
}

.cartelera .promociones {
		background: none;
		margin: 40px 0;
}

.cartelera .promociones .col4 {
		width: 38.8%;
		min-width: 300px
}

.cartelera .promociones .col8 {
		width: 59.1%
}

.cartelera .promociones .col4 a,
.cartelera .promociones .col8 a {
		display: block
}

.item {
		width: 140px
}

.listCartelera {
		margin: 0;
		padding: 0;
		width: 102%;
}

.listCartelera li {
		height: 205px;
		max-width: 140px;
		margin-bottom: 20px;
}

.listCartelera li .btnConsultar {
		width: 100%;
		height: 100%;
		color: #0b5ba1;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		background-color: #fff;
		background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
		background-image: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
		background-image: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
		background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
		background-image: linear-gradient(top, #fff 0%, #f5f5f5 100%);
		-pie-background: linear-gradient(top, #fff 0%, #f5f5f5 100%);
		background: linear-gradient(top, #fff 0%, #f5f5f5 100%);
		border: solid 1px #e1e3e6;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		position: relative;
		z-index: 0;
		zoom: 0;
		behavior: url("PIE.htc");
}

.listCartelera li .btnConsultar a {
		padding: 50% 5px;
		display: block;
		cursor: pointer;
}

.listCartelera li .btnConsultar a:after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid transparent;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		zoom: 0;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		left: 0;
		top: 0;
		z-index: 10;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear
}

.listCartelera li .btnConsultar a:hover:after {
		border: 2px solid #0b5ba1;
		zoom: 1
}

.listCartelera li .btnConsultar i {
		line-height: .75em;
		vertical-align: -15%
}

.loading {
		background-color: #0059a3;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2000
}

.loader {
		color: #fff;
		margin-top: -24px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 100%;
}

.loader .spinner {
		font-size: 10px;
		height: 44px;
		margin: 0 auto;
		padding-right: 12px;
		text-align: center;
		width: 56px;
}

.loader .spinner > div {
		background-color: #fff;
		height: 100%;
		width: 6px;
		display: inline-block;
		-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
		-moz-animation: stretchdelay 1.2s infinite ease-in-out;
		-o-animation: stretchdelay 1.2s infinite ease-in-out;
		animation: stretchdelay 1.2s infinite ease-in-out
}

.loader .spinner .rect2 {
		-webkit-animation-delay: -1.1s;
		-moz-animation-delay: -1.1s;
		-o-animation-delay: -1.1s;
		animation-delay: -1.1s
}

.loader .spinner .rect3 {
		-webkit-animation-delay: -1s;
		-moz-animation-delay: -1s;
		-o-animation-delay: -1s;
		animation-delay: -1s
}

.loader .spinner .rect4 {
		-webkit-animation-delay: -.9s;
		-moz-animation-delay: -.9s;
		-o-animation-delay: -.9s;
		animation-delay: -.9s
}

.loader .spinner .rect5 {
		-webkit-animation-delay: -.8s;
		-moz-animation-delay: -.8s;
		-o-animation-delay: -.8s;
		animation-delay: -.8s
}

@-moz-keyframes stretchdelay {
		0%,
		40%,
		100% {
				-webkit-transform: scaleY(.4);
				-moz-transform: scaleY(.4);
				-ms-transform: scaleY(.4);
				-o-transform: scaleY(.4);
				transform: scaleY(.4);
				-webkit-transform: scaleY(.4)
		}
		20% {
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				-ms-transform: scaleY(1);
				-o-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transform: scaleY(1)
		}
}

@-webkit-keyframes stretchdelay {
		0%,
		40%,
		100% {
				-webkit-transform: scaleY(.4);
				-moz-transform: scaleY(.4);
				-ms-transform: scaleY(.4);
				-o-transform: scaleY(.4);
				transform: scaleY(.4);
				-webkit-transform: scaleY(.4)
		}
		20% {
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				-ms-transform: scaleY(1);
				-o-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transform: scaleY(1)
		}
}

@-o-keyframes stretchdelay {
		0%,
		40%,
		100% {
				-webkit-transform: scaleY(.4);
				-moz-transform: scaleY(.4);
				-ms-transform: scaleY(.4);
				-o-transform: scaleY(.4);
				transform: scaleY(.4);
				-webkit-transform: scaleY(.4)
		}
		20% {
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				-ms-transform: scaleY(1);
				-o-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transform: scaleY(1)
		}
}

@-ms-keyframes stretchdelay {
		0%,
		40%,
		100% {
				-webkit-transform: scaleY(.4);
				-moz-transform: scaleY(.4);
				-ms-transform: scaleY(.4);
				-o-transform: scaleY(.4);
				transform: scaleY(.4);
				-webkit-transform: scaleY(.4)
		}
		20% {
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				-ms-transform: scaleY(1);
				-o-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transform: scaleY(1)
		}
}

@keyframes stretchdelay {
		0%,
		40%,
		100% {
				-webkit-transform: scaleY(.4);
				-moz-transform: scaleY(.4);
				-ms-transform: scaleY(.4);
				-o-transform: scaleY(.4);
				transform: scaleY(.4);
				-webkit-transform: scaleY(.4)
		}
		20% {
				-webkit-transform: scaleY(1);
				-moz-transform: scaleY(1);
				-ms-transform: scaleY(1);
				-o-transform: scaleY(1);
				transform: scaleY(1);
				-webkit-transform: scaleY(1)
		}
}
