::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    background-color:#333;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#4d4d4d;
}
*{font-family:Helvetica, Arial;	font-weight:normal;	-webkit-tap-highlight-color:rgba(0,0,0,0);}
html{
	width:100%;
	height:100%;
}
html, body, div, p, ul,img, header,h1,h2,h3{
	margin:0;
	padding:0;
}
ul,li{
    list-style: none outside none;
}
h1,h1,h3,h4{
	text-transform:uppercase;
}
body{
	overflow:hidden;
	background-color: #333;
	color:#fff;
}

iframe {
    display: inline-block;
    left: 50%;
    margin-left: -140px;
    position: relative;
}
header{
	height:50px;
	background:url("images/infoHeader.png") no-repeat scroll left top #fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}
header.on{
	background-image:url("images/infoHeader-on.png");
}
header h1{
	color:#333;
	font-size:1.2em;
	font-weight:normal;
	line-height:50px;
	padding-left:15px;
	display:inline-block;
}
header h1 b{
	font-weight:bold;
}
header div.citySel{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	line-height:50px;
	padding-right:15px;
	text-align:right;
	width:100px;
	float:right;
}
header div.back {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    background: url("images/back.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 25px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 25px;
	display:none;
}
div#cityMenu, div#infoMenu{
	position:fixed;
	width:100%;
	height:100%;
	text-align:center;
	font-size:1.2em;
	background:rgba(0,0,0,0.75);
	z-index:99;
	transform: translate3d(0,-100%,0);
	-webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	transition: all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
		transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
div#cityMenu li div#infoMenu li{
	display:inline-block;
	overflow:hidden;
	width:100%;
}
div#cityMenu li p, div#infoMenu li p{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height:50%;
	position:relative;
}
div#cityMenu li:first-child p, div#infoMenu li:first-child p{
	font-weight:normal;
}
div#cityMenu li p.close, div#infoMenu li p.back{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	position:relative;
}
div#cityMenu li:last-child p span, div#infoMenu li:last-child p span{
	width:25px;
	height:25px;
	position:absolute;
	left:50%;
	margin-left:-12px;	
	top:50%;
	margin-top:-12px;
}
div#cityMenu li p.close span, div#infoMenu li p.close span{
	background:url("images/close.png") no-repeat center;
}
div#cityMenu li p.back span, div#infoMenu li p.back span{
	background:url("images/back-w.png") no-repeat center;
}
div#infoMenu ul:not(#main) li:last-child p{
	width:50%;
	display:inline-block;
	float: left;
}
div#cityMenu li:not(:first-child):not(:last-child) p, div#infoMenu li:not(:first-child):not(:last-child) p{
	background:#fff;
	color:#333;
	display:inline-block;
	width:100%;
}
#infoMenu ul{
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	display:inline-block;
	position:absolute;
	left:0;
	transform: translate3d(0,-100%,0);
	-webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	transition: all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
#infoMenu ul.active{
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
#infoMenu ul#cinemaInfo li:first-child{
	line-height:70px;
}
#infoMenu ul#cinemaInfo li:nth-child(2){
	line-height:55px;
}
#infoMenu ul#cinemaInfo li:nth-child(3) p , #infoMenu ul#cinemaInfo li:nth-child(5) p , #infoMenu ul#aboutBreak li:nth-child(2) p{
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 0.9em;
    height: auto !important;
    line-height: 1em !important;
    margin: 15px 0;
}
#infoMenu ul#aboutBreak li:nth-child(2) p {
    background-color: #FFFFFF;
    color: #333333;
    padding: 15px 0;
}
#infoMenu ul#cinemaInfo li:nth-child(4) div#map {
	width:100%;
	height:180px;
}
#infoMenu ul#cinemaInfo li:nth-child(5) div{
	display: inline-block;
	margin:5px 0;
}
#infoMenu ul#cinemaInfo li:nth-child(5) div > b {
    display: inline-block;
    float: left;
    font-size: 0.85em;
    font-weight: bold;
    margin: 0 2.5% 30px;
    width: 10%;
	overflow: hidden;
}
#infoMenu ul#cinemaInfo li:nth-child(5) div > p {
    display: inline-block;
    float: left;
    font-size: 0.85em;
    margin: 4px 0;
    text-align: left;
    width: 85%;
}
#infoMenu ul#cinemaInfo li:nth-child(6){
	background-color:#fff;
	padding:8px 0;
	display: inline-block;
	width: 100%;
}
#infoMenu ul#cinemaInfo li:nth-child(6) p {
	background-color:transparent;
    font-size: 0.9em;
    height: auto !important;
    line-height: 1.2em !important;
	float:left;
}
#infoMenu ul#cinemaInfo li:nth-child(6) p > b{
	font-weight:bold;
}
#infoMenu ul#cinemaInfo li:nth-child(7) p{
	line-height:53px;
	height:53px;
}
#infoMenu ul#howTo li#howImg{
	background:url('images/howTo.png') no-repeat center;
	height:1072px;
	width:100%;
}
#infoMenu ul#aboutBreak li:nth-child(5) p a{
	color:#333;
	text-decoration:none;
}
#infoMenu ul#aboutBreak li:nth-child(3), #infoMenu ul#aboutBreak li:nth-child(4){
	line-height:40px !important;
}
#infoMenu ul#aboutBreak li:nth-child(3) p, #infoMenu ul#aboutBreak li:nth-child(4) p{
	line-height:auto !important;
	width:33.3333%;
	display:inline-block;
	background-color:transparent;
	position:relative;
}
#infoMenu ul#aboutBreak li:nth-child(3) p {
    height: 150px !important;
    width: 50%;
}
#infoMenu ul#aboutBreak li:nth-child(3) p > a,  #infoMenu ul#aboutBreak li:nth-child(4) p > a {
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    line-height: 2em !important;
    text-decoration: none;
}
#infoMenu ul#aboutBreak li:nth-child(3) > span, #infoMenu ul#aboutBreak li:nth-child(4) > span {
    display: block;
    font-size: 0.9em;
    line-height: 1em !important;
    margin-bottom: 15px;
}
#infoMenu ul#aboutBreak li:nth-child(3) p > a > span{
	width:100px;
	height:100px;
	display:block;
	margin:0 auto;
}
#infoMenu ul#aboutBreak li:nth-child(3) p.fc > a > span{
	background: url("images/fc.png") no-repeat scroll center 100% / 100% auto rgba(0, 0, 0, 0);
}
#infoMenu ul#aboutBreak li:nth-child(3) p.jz > a > span{
	background:url("images/jz.png") no-repeat scroll center 100% / 100% auto rgba(0, 0, 0, 0);
}
#infoMenu ul#aboutBreak li:nth-child(3) p.mm > a > span{
	background:url("images/mm.png") no-repeat scroll center 100% / 100% auto rgba(0, 0, 0, 0);
}
#infoMenu ul#aboutBreak li:nth-child(4) > span {
    border-top: 10px solid;
    margin-top: 10px;
    padding-top: 20px;
}
#infoMenu ul#aboutBreak li:nth-child(4) p > a > span{
	width:25px;
	height:25px;
	display:block;
	margin:0 auto;
}

div#wrapper{
	position:absolute;
	top:50px;
	width:100%;
	overflow: hidden;
}
.movies, .coming{
	transition: all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;	
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
div.movies > ul > li{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	height:220px;
	position:relative;
}
div.coming > ul > li{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	height:144px;
	position:relative;
}
div.movies > ul > li > .cover, div.coming > ul > li > .cover, div.movieDetail .cover{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background:url("images/ticket.png") no-repeat center #333;
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transition: all 0.5s cubic-bezier(.10, .70, .10, 1);
	-webkit-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-moz-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-ms-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-o-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
div.movies > ul > li > .cover > img, div.coming > ul > li > .cover img, div.movieDetail .cover > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.coming > ul > li > .cover img{
    top: -30%;
}
div.movieDetail .timeTable > .cinemas{
	height:153px;
}
.date {
    bottom: 10px;
    float: left;
    height: 40px;
    left: 0;
    margin: 0 3%;
    position: absolute;
    text-align: center;
    width: 15%;
}
.date .d {
    font-size: 1.5em;
	line-height:1em;
}
.date .m {
    font-size: 0.8em;
	text-transform:uppercase;
}

div.coming > ul > li > .cover span{
	text-transform:uppercase;
    bottom: 15px;
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    width: 75%;
	margin:0 5%;
	right:0;
}
div.movies > ul > li > .cover span, div.movieDetail .cover span {
	text-transform:uppercase;
    bottom: 15px;
	display:block;
    font-size: 0.8em;
    position: absolute;
    text-align: center;
    width: 90%;
	margin:0 5%;
}
div.movies > ul > li > .coverInfo{
	overflow:hidden;
	position:absolute;
	width:60%;
	height:100%;
	top:0;
	right:0;
	background: rgb(34,34,34); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(34,34,34,1) 0%, rgba(64,64,63,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(34,34,34,1)), color-stop(15%,rgba(64,64,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* IE10+ */
	background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#40403f',GradientType=1 ); /* IE6-9 */
}
div.movies > ul > li > .coverInfo h2{
	text-transform:uppercase;
    font-size: 0.8em;
    padding: 8px 0;
    text-align: center;
}
div.movies > ul > li > .coverInfo > h2, .social{
	background: rgb(32,32,32); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(32,32,32,1) 0%, rgba(51,51,51,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,32,32,1)), color-stop(15%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* IE10+ */
	background: linear-gradient(to right,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#333333',GradientType=1 ); /* IE6-9 */	
}

.cinemas{
	-webkit-overflow-scrolling:touch;
	position:absolute;
	overflow-y:auto;
	width:100%;
}
.cinemas > ul:first-child {
    overflow: hidden;
    /*padding-bottom: 10px;*//*HIDDEN UNTIL I DECIDE WHAT METHOD TO VIEW OTHER CINEMAS*/
}
.cinemas ul:first-child > li {
    float: left;
    width: 100%;
}
.cinemas > ul:first-child > li:nth-child(even) {
	background: rgb(32,32,32); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(32,32,32,1) 0%, rgba(51,51,51,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,32,32,1)), color-stop(15%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* IE10+ */
	background: linear-gradient(to right,  rgba(32,32,32,1) 0%,rgba(51,51,51,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#333333',GradientType=1 ); /* IE6-9 */	
}
.cinemasNav {
	display:none;/*HIDDEN TEMPORARILY*/
    position: absolute;
    text-align: center;
    bottom: 40px;
	width:100%;
	background: rgb(34,34,34); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(34,34,34,1) 0%, rgba(64,64,63,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(34,34,34,1)), color-stop(15%,rgba(64,64,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* IE10+ */
	background: linear-gradient(to right, rgba(34,34,34,1) 0%,rgba(64,64,63,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#40403f',GradientType=1 ); /* IE6-9 */
}
.cinemasNav li {
	border-radius:2em;
	-webkit-radius:2em;
    background: none repeat scroll 0 0 #333;
    display: inline-block;
    height: 10px;
    width: 10px;
	margin:0 5px;
}
.cinemasNav li.on {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
.social{
	position:absolute;
	bottom:0;
	width:100%;
}
.social ul{
	text-align:center;
	height:40px;
}
.social ul li{
	margin:7px 10px;
	text-align:center;
	display:inline-block;
}
.social ul li a{
	width:25px;
	height:25px;
	display:block;
}
.social ul .fb, #infoMenu ul#aboutBreak li:nth-child(4) p.fb a > span{
	background:url("images/fb.png") no-repeat center;
}
.social ul .tw, #infoMenu ul#aboutBreak li:nth-child(4) p.tw a > span{
	background:url("images/tw.png") no-repeat center;
}
#infoMenu ul#aboutBreak li:nth-child(4) p.in a > span{
	background:url("images/in.png") no-repeat center;
}
.cinemas h2{
	font-weight:bold;
}
.times {
    padding-bottom: 10px;
}
.times li {
    text-align: center;
}
.times h3 {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 7px;
}
.times p{
	font-size:0.8em;
	text-align:center;
	margin:5px 15px;
}
.overlay{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.plus{
	height:100%;
	width:13px;
	background:url("images/more.png") no-repeat center right;
	position:absolute;
	top:0;
	right:0;
}
.release{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	line-height:30px;
	height:30px;
	width:105px;
	background-color:#333;
	position:absolute;
	top:15px;
	left:0;
	border-radius:0 2em 2em 0 !important;
	-webkit-radius:0 2em 2em 0 !important;
	font-size:0.75em;
}
.release span{
	bottom:15px !important;
	float:left;
	margin:22px 8px 0px 10px !important;
	position:relative !important;
	width:15px !important;
	height:15px;
	display:block;
	background:url("images/release.png") no-repeat center right;
}
.noCinemas {
    background-color: #333333;
    border-radius: 2em 0 0 2em;
    font-size: 0.75em;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 20px;
}
/*div.movies li > .cover.slideLeft{
	transform: translate3d(-50%,0,0);
	-webkit-transform: translate3d(-50%,0,0);
	-moz-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
}*/
div.movies li > .cover.slideLeft{
	width: 40%;
}
div.movies li > .cover.slideLeft > .plus, div.movies li > .cover.slideLeft > .release, div.movies li > .cover.slideLeft > .noCinemas, div.movies li > .cover.slideLeft > span{
	opacity:0;
}
div.movies .cover .rating{
	margin:15px 0;
	width:100%;
	height:15px;
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
}
div.movies .cover .rating{
	opacity: 0;
}
div.movies .cover.slideLeft .rating{
	opacity: 1;
}

div.movieDetail{
	background-color:#333;
}
div.movieDetail .info {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}
div.movieDetail .date+.info {
    right: 0;
    width: 84%;
}
div.movieDetail .info div{
	margin:8px auto;
	text-align:center;
}
div.movieDetail .info span {
	bottom: auto;
    display: block;
    position: relative;
}
div.movieDetail .info .rating{
	width:100%;
	height:15px;
	text-align:center;
}
div.movieDetail .info .extraInfo span {
    display: inline-block;
    margin: 0 5px;
    text-transform: none;
	width: auto;
}
.extraInfo > span:first-child {
    background: url("images/clock.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 3px 5px 3px 28px;
}
div.movieDetail .info .extraInfo span.genre{
	border: 1px solid #FFFFFF;
	border-radius:2em;
	-webkit-radius:2em;
	padding: 0 7px;
}
div.movieDetail .info .rating img{
	width:auto;
	height:100%;
}
div.dataDetail, div.timeTable {
    margin: 0 15px;
	text-align: center;
}
div.movieDetail h2 {
    font-size: 1.1em;
    margin: 8px 0;
    padding: 3px 0;
    text-align: center;
}
div.movieDetail .dataDetail > h2:first-child{
	background:url("images/info.png") no-repeat left center;
}
div.movieDetail .timeTable > h2:first-child{
	background:url("images/time.png") no-repeat left center;
}
div.movieDetail .dataDetail p{
	font-size:0.8em;
	display:inline-block;
}
div.movieDetail .dataDetail p#description {
    overflow: hidden;
    text-align: justify;
    text-indent: 2em;
	transition: all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transform: translateY(0);
}

.less-p{
	background:url("images/less-p.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.more-p {
    background: url("./images/more-p.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.more-p, .less-p {
    display: block;
    height: 46px;
    margin-top: -10px;
    position: relative;
    width: 100%;
}
div.movieDetail .dataDetail p#director {
    font-size: 0.8em;
    margin: 15px 0 0 -15px;
    padding: 15px;
    width: 100%;
	background-color:#40403F;
	text-align:center;
}
div.movieDetail .dataDetail p#director b{
	font-weight:bold;
}
div.movieDetail .timeTable{
	height:190px;
	position:relative;
	margin:0;
}
div.movieDetail .timeTable > h2{
	margin:10px 15px;
}
div.movieDetail .timeTable .cinemas h2{
	font-size:0.8em;
}
div.movieDetail .timeTable .cinemas > ul:first-child > li:nth-child(even) {
	background:#40403F;
}
div.movieDetail .timeTable .cinemasNav{
	background:#333;
	bottom:0;
}
div.movieDetail .timeTable .cinemasNav li{
	background:#40403F;
}

div.movieDetail .trailer {
	background-color:#40403F;
	height:220px;
}
.trailer > h2 {
    display: inline-block;
    float: left;
    width: 100%;
}
div.movieDetail .social{
	background:none;
	position:relative;
	bottom:0;
	width:100%;
}
#wrapper > div {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
	float:left;
    width:100%;
	height:100%;
	transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-webkit-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-moz-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-ms-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	-o-transition:all 0.5s cubic-bezier(.10, .70, .10, 1);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-mox-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
#wrapper > div.movieDetail > div {
	z-index:0;
    -webkit-transform: translate3d(0,0,0);
}
#wrapper > div.prevPage{
	transform: translate3d(-100%,0,0)!important;
	-webkit-transform: translate3d(-100%,0,0)!important;
	-moz-transform: translate3d(-100%,0,0)!important;
	-ms-transform: translate3d(-100%,0,0)!important;
	-o-transform: translate3d(-100%,0,0)!important;
}
#wrapper > div.current {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
#wrapper > div.nextPage{
	transform: translate3d(100%,0,0)!important;
	-webkit-transform: translate3d(100%,0,0)!important;
	-moz-transform: translate3d(100%,0,0)!important;
	-ms-transform: translate3d(100%,0,0)!important;
	-o-transform: translate3d(100%,0,0)!important;
}
.loadingA, .loadingB {
	position:absolute;
    background-color: #333333;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 8;
}
.loadingA .loadingGif, .loadingB .loadingGif {
    background: url("images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 155px;
    left: 50%;
    margin: -66px 0 0 -75px;
    position: absolute;
    top: 50%;
    width: 150px;
}
.soft{
	background-color:#40403F !important;
}
.open{
	transform: translate3d(0,50px,0) !important;
	-webkit-transform: translate3d(0,50px,0) !important;
	-moz-transform: translate3d(0,50px,0) !important;
	-ms-transform: translate3d(0,50px,0) !important;
	-o-transform: translate3d(0,50px,0) !important;
}
.noscroll div.current{
-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling:auto !important;
	overflow:hidden !important;
}
.lightbox{
	width:50%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.75);
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	display:none;
	z-index:9;
}
.secTitle{
	font-size:1em;
	text-align:center;
	position:fixed;
	left:0;
	width:100%;
	height:44px !important;
	line-height:44px !important;
	background-color:#333;
	overflow:hidden !important;
	background: rgb(40,40,40); /* Old browsers */
	background: -moz-linear-gradient(bottom,  rgba(40,40,40,1) 0%, rgba(51,51,51,1) 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(40,40,40,1)), color-stop(40%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(40,40,40,1) 0%,rgba(51,51,51,1) 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(40,40,40,1) 0%,rgba(51,51,51,1) 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(40,40,40,1) 0%,rgba(51,51,51,1) 40%); /* IE10+ */
	background: linear-gradient(to top,  rgba(40,40,40,1) 0%,rgba(51,51,51,1) 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.secTitle.deskTitle{
	z-index:7;
}
.movies.on, .coming.on{
	transform: translate3d(0,44px,0)!important;
	-webkit-transform: translate3d(0,44px,0)!important;
	-moz-transform: translate3d(0,44px,0)!important;
	-ms-transform: translate3d(0,44px,0)!important;
	-o-transform: translate3d(0,44px,0)!important;
}
#wrapper > span.future {
	display:none;
}	
.gm-style > div:nth-child(2) {
    display: none;
}
@media only screen and (min-width: 450px){
	div.movies > ul > li{
		height:300px;
	}
	div.coming > ul > li {
		height: 200px;
	}
}
@media only screen and (min-width: 700px){
	header{
		box-shadow:0px 0px 25px rgba(0,0,0,0.4);
	}
	.loadingB{
		height:100%;
		display:block;
		background-color:#333;
		position:absolute;
		top:0;
		right:0;
		z-index:10;
	}
	div.movies, div.coming{
		background:url("images/bg.png") repeat scroll 0 0 #333333;
	}
	div.movies > ul , div.coming > ul {
		display: inline-block;
		text-align: center;
		padding:20px 0;
		height:100%;
		width:100%;
	}
	div.movies > ul > li , div.coming > ul > li {
		display: inline-block;
		margin: 15px 0 15px 15px;
		padding-right:15px;
		position: relative;
		width: 200px;
		height:550px;
		/*border-right:1px solid #4D4D4D;*/
	}		
	#wrapper > div.coming {
		height:367px;
		overflow-x:scroll;
		overflow-y:hidden;
		z-index:8;
	}	
	#wrapper > span.future {
		background: url("images/future.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
		display: block;
		height: 26px;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		width: 30px;
		z-index: 8;
		transition: all .25s ease-in-out;
		-webkit-transition:all .25s ease-in-out;
		-moz-transition:all .25s ease-in-out;
		-ms-transition:all .25s ease-in-out;
		-o-transition:all .25s ease-in-out;	
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
	}	
	#wrapper > div.coming.current.on~span.future {
		transform: translate3d(0,411px,0);
		-webkit-transform: translate3d(0,411px,0);
		-moz-transform: translate3d(0,411px,0);
		-ms-transform: translate3d(0,411px,0);
		-o-transform: translate3d(0,411px,0);
	}	
	#wrapper > div.coming:not(.prevPage)~span.future {
		transform: translate3d(0,367px,0);
		-webkit-transform: translate3d(0,367px,0);
		-moz-transform: translate3d(0,367px,0);
		-ms-transform: translate3d(0,367px,0);
		-o-transform: translate3d(0,367px,0);
	}	
	#wrapper > div.movies.on~span.future {
		transform: translate3d(0,-30px,0);
		-webkit-transform: translate3d(0,-30px,0);
		-moz-transform: translate3d(0,-30px,0);
		-ms-transform: translate3d(0,-30px,0);
		-o-transform: translate3d(0,-30px,0);
	}
	div.coming > ul {
		/*background-color:#333;
		padding-top:40px;*/
	}		
	div.coming > ul > li {
		height:300px;
		float:left;
	}	
	div.movies > ul > li:nth-child(3n+3){
		border-right:none;
	}		
	div.movies > ul > li:last-child{
		border-right:none;
	}	
	/*div.movies > ul > li .cover img{
		transition: all 5s ease-in;
		-webkit-transition:all 5s ease-in;
		-moz-transition:all 5s ease-in;
		-ms-transition:all 5s ease-in;
		-o-transition:all 5s ease-in;
		transform:matrix(1, 0, 0, 1, 0, 0);
	}	
	div.movies > ul > li .cover:hover img{
		transform:matrix(1.1, 0, 0, 1.1, 0, 0);
	}*/
	div.movies > ul > li > .coverInfo {
		height: 260px;
		position: absolute;
		top: 290px;
		width: 200px;
		left:0;
		background: url("images/cover-shadow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	}
	div.movies > ul > li > .coverInfo > h2 {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		display: table-cell;
		height: 50px;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		width: 200px;
	}
	div.movies > ul > li > .coverInfo .cinemas {
		background:#40403F;
		height:150px;
	}	
	.social {
		background:none;
	}
	.plus{
		display:none;
	}
	.cinemas > ul:first-child > li:nth-child(2n) {
		background:#333333;
	}
	div.movies > ul > li > .cover, div.coming > ul > li > .cover {
		background: url("images/ticket.png") no-repeat scroll center center #333333;
		height: 290px;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 200px;
	}
	div.movies > ul > li > .cover img, div.coming > ul > li > .cover img{
		top:0;
		height: 100%;
	}
	div.movies > ul > li > .cover > span {
		display:none;
	}	
	div.movies > ul > li > .cover > .overlay{
		opacity: 0.3;
	}	
	div.coming > ul > li > .cover > .overlay {
		opacity: 1;
	}
	#wrapper > div.movieDetail {
		width:50%;
		background-color:#333;
		z-index:10;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}	
	#wrapper > div.movieDetail.current {
		-webkit-transform: translate3d(100%,0,0);
		-moz-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		-o-transform: translate3d(100%,0,0);
	}
	#wrapper > div.nextPage{
		-webkit-transform: translate3d(200%,0,0)!important;
		-moz-transform: translate3d(200%,0,0)!important;
		-ms-transform: translate3d(200%,0,0)!important;
		-o-transform: translate3d(200%,0,0)!important;
	}	
	#wrapper > div.prevPage{
		-webkit-transform: translate3d(0,-387px,0)!important;
		-moz-transform: translate3d(0,-387px,0)!important;
		-ms-transform: translate3d(0,-387px,0)!important;
		-o-transform: translate3d(0,-387px,0)!important;
	}
	div.movieDetail .cinemas > ul > li {
		-moz-box-sizing: border-box;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
		border-right: 1px solid #4D4D4D;
		display: inline-block;
		float: left;
		vertical-align: top;
		width: 33.333% !important;
	}
	div.movieDetail .timeTable {
		height: auto;
		position:relative;
	}	
	div.movieDetail .timeTable > .cinemas {
		height: auto;
		overflow:hidden;
		position:relative;
	}
	#infoMenu ul#cinemaInfo li:nth-child(4) div#map {
		height: 250px;
	}
	#infoMenu ul#cinemaInfo li:nth-child(5) div {
		width: 50%;
	}
	#infoMenu ul#cinemaInfo li:nth-child(5) div > b {
		clear: right;
		float: left;
		margin: 0 2.5% 30px;
		text-align: right;
		width: 20%;
	}
	#infoMenu ul#cinemaInfo li:nth-child(5) div > p {
		clear: right;
		float: right;
		text-align: left;
		width: 73%;
	}
}
/*@media only screen and (min-width: 930px){div.movies > ul > li {border-right:1px solid #4D4D4D ;}div.movies > ul > li:nth-child(4n+4){	border-right:none ;}div.movies > ul > li:last-child{border-right:none !important;}}
@media only screen and (min-width: 1160px){div.movies > ul > li {border-right:1px solid #4D4D4D;}div.movies > ul > li:nth-child(5n+5){	border-right:none ;}div.movies > ul > li:last-child{border-right:none !important;}}
@media only screen and (min-width: 1385px){div.movies > ul > li {border-right:1px solid #4D4D4D ;}div.movies > ul > li:nth-child(6n+6){	border-right:none ;}div.movies > ul > li:last-child{border-right:none !important;}}
@media only screen and (min-width: 1620px){div.movies > ul > li {border-right:1px solid #4D4D4D !important;}div.movies > ul > li:nth-child(7n+7){	border-right:none !important;}div.movies > ul > li:last-child{border-right:none !important;}}
@media only screen and (min-width: 1850px){div.movies > ul > li {border-right:1px solid #4D4D4D !important;}div.movies > ul > li:nth-child(8n+8){	border-right:none !important;}div.movies > ul > li:last-child{border-right:none !important;}}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	div.movies > ul > li > .cover, div.movieDetail .cover{
		height:auto !important;
	}
	div.movieDetail .cinemas > ul > li {
		width: 50% !important;
	}
}*/