@import url('https://fonts.googleapis.com/css?family=Battambang|Koulen');
@import url('https://fonts.googleapis.com/css?family=Quicksand');

body{
	color:#fff;	
	background-color:#000;
    font-family:'Koulen', 'DBHelvethaicaX55Regular',arial,'helvetica',tahoma; font-size:14px;    
    background: url(../background/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;                 
}

/* Bootstrap Custom */
body.modal-open{padding:0!important}
.btn,
.form-control,
.navbar-default{
	border-radius:0;
}

.btn:focus,
.form-control,
.dropdown-menu{
	box-shadow:none;
}

.navbar-default{
	border:none;
	min-height:67px;
	background-color:transparent;
}

.navbar-default .navbar-header{
	float:left;
}

.navbar-default .navbar-brand{
	padding:0;
	padding-top:15px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
	top:20px;
	margin:0;
	padding:0;
	border:none;
	border-radius:0;
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	height:5px;
	width:33px;
	border-radius:1px;
	background-color:#00b7d6
}
.navbar-default .dropdown-menu>li>a{
	padding:3px 20px;	
    color: #222;
}

.navbar-default .dropdown-menu>li>a:hover{
	padding:3px 20px;	
    color: #333;
}
.navbar-wrap .dropdown-menu{
	margin-top:-2px!important;
    
}
.navbar-default .dropdown-menu{        
    margin-right: 14px;
    margin-top: 0px;
    font-family: Arial;
	font-size:13px;	
	border-radius:0 0 8px 8px;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);    
    border: 1px solid rgb(255, 170, 34);    
    cursor: pointer;
    color: rgb(51, 51, 51);        
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
}
.navbar-default .dropdown-menu>li>a:hover{
	box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;        
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);
    border-radius: 6px;
    width:95%;    
    margin-left: 5px;    
    padding-left:15px;
    padding-top:4px;
    height:24px;
}

/* Header */
.header-wrap,
.navbar-wrap,
.container-qfx{
	margin:0 auto;
	padding:0 40px;
	max-width:1030px;   
}

.container-htm{
	min-height: auto;
    margin:0 auto;
	padding:0 40px;
	max-width:1030px;   
	background-color:#FFFFFF;
}

.header-wrap,
.navbar-wrap{
	min-height:57px;
    min-width:100%;    
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);        
    color: rgb(51, 51, 51);            
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
}

.navbar-wrap{
	min-height:52px;
}

.navbar,
.navbar-nav{margin:0px;}
.navbar-account{	
	right:45px;
	float:right;
	padding:10px;
	position:relative;
    color:#222;
    font-family:Arial;
    margin-right: 10px;
}
.navbar-account .welcome-name{
    margin-right:0px;
	margin-top:0px;
    overflow:hidden;
	max-width:180px;		
    color:#222;
    font-family:Arial;
}
.navbar-account>a{
	color:#222;
	text-decoration:none;
    font-family:Arial;
}
.navbar-account .dropdown-menu{
	right:0;
	left:auto;
}
.navbar-wrap .navbar-nav>li>a{
    font-family: Arial, Helvetica, sans-serif;    
	color:#000;
    
}
.navbar-wrap .navbar-right>li>a,
.navbar-wrap .navbar-right>li>a:focus{
    margin-top:20px;
    text-align: right;
    color: #F00;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
	border-color:#fff;
	background-color:transparent;
}



/* Content */
.content-wrap{
	padding-top:5px;
}
/* Quick Menu */
.content-wrap .quick-menu{
	width:100%;
	display:table;
}
.content-wrap .quick-menu a{
	width:25%;
	color:#61524f;
	text-align:center;
	display:table-cell;
	text-decoration:none;
}
.content-wrap .quick-menu a span{
	display:block;
	font-size:16px;
	margin-top:5px;
	text-transform:uppercase;
}
.content-wrap .quick-menu a .exo{
	width:85px;
	height:85px;
	font-size:50px;
	line-height:85px;
	border:1px solid;
	border-radius:50%;
	text-align:center;
	background-color:#fff;
}

/* Ad */
.content-wrap .qfx-ad{display:none}
.content-wrap .qfx-ad img{margin:auto;max-height:113px;width:auto}

/* Content */
.content-wrap .content{
	margin-top:5px;    
	padding-bottom: 5%;
    
}
.content-wrap .content .content-box{
	width:100%;
	margin:0 auto;
	max-width:80%;    
}
.content-wrap .content>.title{
	padding:0 8px;
	color:#00ADD6;
	font-size:30px;
	margin-top:20px;
	font-weight:100;
	margin-bottom:10px;
	text-transform:uppercase;
}
.content-wrap .content .overview .quick-link{margin-top:20px}
.content-wrap .content .overview p{margin:0;font-size:15px;line-height:25.5px}
.content-wrap .content .overview .seat-capacity{margin-top:30px}
.content-wrap .content .overview .MapContain{margin:30px 0}
.content-wrap .content .overview .MapContain .MapQfx{margin:15px 0}
.content-wrap .content .overview .MapContain .MapQfx p{margin:0 0 10px}
.content-wrap .content .overview .MapQfx h4{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.content-wrap .content .overview .MapQfx a{
	color:#000;
	text-decoration:underline;
}
.content-wrap .content .overview .MapQfx a:hover{
	color:#000;
	text-decoration:none;
}

/* Movie Type */
.movie .movie-type,
.pay-details .movie-type,
.book-details .movie-type,
.movie-details .movie-type,
.seat-details .movie-info .movie-cols .movie-type{color:#319e2d}

/* Movie */
.movies .row{margin-left:-20px!important;margin-right:-20px!important}
.movies .col-xs-4{padding:0 30px}
.movies.upcoming .row{margin-left:-5px!important;margin-right:-5px!important}
.movies.upcoming .col-xs-4{padding:0 1px}
.movie{
	margin-bottom:15px;
}

.movie .movie-poster{
    padding:5px;
	position:relative;
	border:1px solid #e0ae00;    
    width: 183px;
    height: 255px;    
}

.movie-poster:hover{  
    position: relative;           
    opacity: .5;
}

.movie .movie-poster a{
	display:block;
	overflow:hidden;
	position:relative;
    width: 170px;
    height: 243px;
}

.movie .movie-poster .img-a,
.movie .movie-poster .img-b{
	max-width:100%;
}
.movie .movie-poster .img-b{
	top:0;
	left:0;
	position:absolute;
}
.movie .movie-poster .ticket{
	right:0;
	bottom:0;
	width:75px;
	height:75px;
	color:#61524f;
	font-size:30px;
	border:1px solid;
	text-align:center;
	line-height:65px;
	border-radius:50%;
	overflow:initial;
	position:absolute;
	background-color:#fff;
	/*added*/
	right:-15px;
	bottom:-10px;
}
.pay-details .pay-button a:hover,
.movie .movie-poster .ticket:hover{}
.movie .movie-title{    
	margin-top:0px;
	overflow:hidden;
	line-height:30px;
	margin-bottom:0px;    
    font-family:'koulen', Arial;
    font-size:13px;
    font-weight: bold;
    font-style:normal;
    color:#0397d6;

}
.movie .movie-type,
.movie .movie-date{
	margin:0;	
}
.movie .movie-date{color:#00ADD6}
.movies .movie-date{font-size:14px}
.movie .detials-excerpt {
	height:280px;
	overflow-y:auto;
	margin-bottom:30px;
	word-wrap:break-word;
}

/* Movie Details */
.movie-details{
	padding-top:20px;
}
.movie-details .movie-type{
	font-size:20px;
}
.movie-details .movie-info>p{
	font-size:14px;
	margin-bottom:8px;
}
.movie-details .movie-info>p>.col-xs-6{padding:0}
.movie-details .ticket{
	width:70px;
	height:70px;
	color:#61524f;
	font-size:48px;
	border:1px solid;
	text-align:center;
	line-height:60px;
	border-radius:50%;
	margin-right:15px;
	display:inline-block;
	background-color:#fff;
}
.movie-details .fb-share{
	height:35px;
	color:inherit;
	font-size:74px;
	line-height:15px;
	vertical-align:-8px;
	display:inline-block;
}
.movie-details .fb-share .exo{line-height:0}
.movie-details .fb-share:hover{color:#00add6}


/* Book Details */
.book-details p{
	font-size:16px;
	white-space:nowrap;
}
.book-details .poster{
	margin:auto;
	max-height:145px;
}
.book-details .date-slider{
	text-align:center;	
}
.book-details .date-slider .slider-date{
    font-family: 'Quicksand', sans-serif;    
	text-transform: uppercase;
    padding:8px 0;
	font-size:20px;
    font-weight: bold;
	display:inline-block;
}
.book-details .carousel{
    position: absolute;
    right: 0px;	
    top: -3px;
	min-width:280px;
	display:inline-block;		
}
.book-details .carousel-control{
	color:#88716b;
	padding:15px 0;
	font-size:24px;
	line-height:24px;
	text-shadow:none;
	text-align:center;
	background:transparent;
}
.book-details .carousel-control:before{
	top:50%;
	width:30px;
	height:30px;
	content:'';
	margin-top:-15px;
	line-height:30px;
	position:absolute;
	font-family:exolutus;
}
.book-details .carousel-control.left{left:20px; top: 3px; color:#000;}
.book-details .carousel-control.right{right:20px; top: 3px; color:#000;}
.book-details .carousel-control.left:before{
	left:0;
	content:'\00c4';
}
.book-details .carousel-control.right:before{
	right:0;
	content:'\00c5';
}

.book-details .carousel-control:hover{color:#937e78}
/* Remain Time */
.remain-time-wrap{
	padding:10px;
	margin-top:5px;
	padding-bottom:0;
	text-align:center;
	border-top:1px solid #ccc;
}
.remain-time-wrap p{font-size:16px;margin:0}
.remain-time-wrap .remain-time{
	font-size:20px;
	font-weight:600;
	vertical-align:-2px;
}

/* Show Movie */
.show-movies .show-movie{
	/*padding:15px 0;
	background:#fff;*/
	margin-top:15px;
}
.show-movies .show-movie .show-times{
	padding:10px;
	background-color:#fff;
	/*border-left:1px solid #ccc;*/	
}
.show-movies .show-movie .show-hall-name{
	font-size:20px;
	/*padding-top:10px;
	padding-left:15px;*/
	margin:0;
	line-height:23px;
	padding:40px 15px;	
}
.time-mark1{
	width:75px;	
    margin-top: 0px;
    margin-left: 0px;
	padding-top: 5px;
    padding-bottom: 5px;   
    color:#904b00;
	height:38px;
	font-size:20px;		
	border-radius:4px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
}
.time-mark1.time-mark-sold-out{background: #fff4f4; /* Old browsers */
background: -moz-linear-gradient(top, #fff4f4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff4f4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff4f4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */}
.time-mark1.time-mark-filling-fast{background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */}

.time-mark1.time-mark-available{
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;    
}

.time-mark1:hover,.time-mark:focus{
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);
}
.time-mark1 .hour{font-size:16px;display:block}

.time-mark{
	width:75px;	
    margin-top: 40px;
    margin-left: 0px;
	padding-top: 5px;
    padding-bottom: 5px;   
    color:#904b00;
	height:38px;
	font-size:20px;		
	border-radius:4px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
}
.time-mark.time-mark-sold-out{background: #fff4f4; /* Old browsers */
background: -moz-linear-gradient(top, #fff4f4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff4f4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff4f4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */}
.time-mark.time-mark-filling-fast{background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */}

.time-mark.time-mark-available{
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;    
}

.time-mark:hover,.time-mark:focus{
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);
}
.time-mark .hour{font-size:16px;display:block}

.time-indicators{
	padding:15px;
	margin-top:15px;
	background-color:#fff;
}
.time-indicators .time-indicator{
	margin-right:20px;
	position:relative;
	padding-left:25px;
	display:inline-block;
}
.time-indicators .time-indicator:before{
	left:0;
	top:30%;
	content:'';
	width:20px;
	height:20px;
	margin-top: -5px;
	position:absolute;
	border-radius:10%;
}
.time-indicators .time-indicator.time-indi-sold:before{
border:solid 1px gray;
background: #fff4f4; /* Old browsers */
background: -moz-linear-gradient(top, #fff4f4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff4f4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff4f4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */}
.time-indicators .time-indicator.time-indi-fast:before{background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 73%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 73%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */}
.time-indicators .time-indicator.time-indi-avail:before{background: #f6e6b4; /* Old browsers */
box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
border: 1px solid rgb(255, 170, 34);}

/* Seat Tables */
.seat-table-wrap{
	width:100%;
	font-size:18px;
	overflow-y:auto;
}
.qfx-seats,
.qfx-seats table{
	border-collapse:collapse;
}
.qfx-seats,
.qfx-seats tr,
.qfx-seats th,
.qfx-seats td,
.qfx-seats table{
	margin:0;
	padding:0;
	border-spacing:0;
}
.qfx-seats{background-color:#fff}
.qfx-seats td{
	vertical-align:top;
}
.qfx-seats .seat{
	width:20px;
	height:20px;
	overflow:hidden;
	text-align:center;
	line-height:20px;
}
.qfx-seats .seat-numbers td,
.qfx-seats .seat-alphabets td{
	padding:2px;
}
.qfx-seats .seat-gap{
	width:20px;
}
.qfx-seats .seat-numbers .seat{
	cursor:pointer;
	color:transparent;
	background:#03b49f;
}
.qfx-seats .seat-alphabets .seat{
	background:#f8f3ea;
}
.qfx-seats .seat-numbers .unavailableSeat .seat{background:#2e2e2e!important}
.qfx-seats .seat-numbers .soldSeat .seat{background:#f89f75!important}
.qfx-seats .seat-numbers .reservedSeat .seat{background:#57aedb!important}
.qfx-seats .seat-numbers .currentSelected .seat{background:#eedf00!important}


/* Seats Details */
.seat-details .movie-info{
	width:100%;
	display:table;
	font-size:18px;
	margin-top:5px;
	border-collapse:collapse;
}
.seat-details .movie-info .movie-cols{
	padding:10px 15px;
	display:table-cell;
	vertical-align:middle;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.seat-details .movie-info .movie-cols:first-child{border-left:none}
.seat-details .movie-info .movie-cols:last-child{border-right:none}
.seat-details .movie-info .movie-cols .day{
	font-size:26px;
}
.seat-details .movie-info .time-mark.time-mark-sold-out:hover,
.seat-details .movie-info .time-mark.time-mark-sold-out:focus{border-color:#dc6659}
.seat-details .movie-info .time-mark.time-mark-filling-fast:hover,
.seat-details .movie-info .time-mark.time-mark-filling-fast:focus{border-color:#e8ac60}
.seat-details .movie-info .time-mark.time-mark-available:hover,
.seat-details .movie-info .time-mark.time-mark-available:focus{border-color:#03b49f}
.seat-details .seat-record{
	padding:15px;
	margin:10px 0;
	font-size:18px;
	background-color:#d9cabf;
}
.seat-details .seat-record .tbl-col{width:50%;vertical-align:middle}
.seat-details .seat-record .seat-count,
.seat-details .seat-record .price-count{
	color:#dc6659;
	height:50px;
	font-size:26px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	display:inline-block;
	background-color:#fff;
}
.seat-details .seat-record .seat-count{
	padding:0 15px;
	min-width:70px;
}
.seat-details .seat-record .price-count{
	text-align:left;
	margin-left:30px;
	position:relative;
	display:inline-block;
	background-color:transparent;
}
.seat-details .seat-record .price-count:before,
.seat-details .seat-record .price-count:after{
	top:50%;
	width:30px;
	color:#fff;
	height:50px;
	content:'\00ff';
	overflow:hidden;
	font-size:100px;
	line-height:50px;
	position:absolute;
	margin-top:-25px;
	font-family:exolutus;
}
.seat-details .seat-record .price-count:before{left:-25px;text-indent:2px}
.seat-details .seat-record .price-count:after{right:-25px;text-indent:-70px}
.seat-details .seat-record .price-count>span{
	z-index:1;
	height:50px;
	display:block;
	min-width:50px;
	line-height:50px;
	position:relative;
	padding:0 15px 0 0;
	background-color:#fff;
}
.seat-details .seat-record .price-count>span:after{
	width:0;
	right:0;
	content:'';
	height:inherit;
	position:absolute;
	border-right:1px solid #d9cabf;
}

.seat-indicators{
	margin-top:15px;
	padding:15px 10px;
	background-color:#fff;
}
.seat-indicators .seat-indicator{
	margin:10px 0;
	font-size:13px;
	margin-right:15px;
	position:relative;
	padding-left:32px;
	display:inline-block;
}
.seat-indicators .seat-indicator:before{
	left:0;
	top:50%;
	content:'';
	width:26px;
	height:26px;
	margin-top:-13px;
	position:absolute;
	border-radius:4px;
	border:1px solid transparent;
}
.seat-indicators .seat-indicator.seat-indi-avai:before{background-color:#03b49f}
.seat-indicators .seat-indicator.seat-indi-rese:before{background-color:#57aedb}
.seat-indicators .seat-indicator.seat-indi-sold:before{background-color:#f89f75}
.seat-indicators .seat-indicator.seat-indi-your:before{background-color:#eedf00}
.seat-indicators .seat-indicator.seat-indi-plat:before{background-color:#f8f3ea;border-color:#8b766f}
.seat-indicators .seat-indicator.seat-indi-prem:before{background-color:#fff;border-color:#8b766f}
.seat-indicators .seat-indicator.seat-indi-unavail:before{background-color:#2e2e2e}

.trapezoid {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100px;
  height: 0;
  border: 50px solid rgba(0,0,0,0);
  border-top: 0 solid;
  border-bottom: 100px solid #1abc9c;  
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
}

.next-step{
	top:-60px;
	width:50px;
	right:10px;
	height:50px;
	float:right;
	color:#88736c;
	font-size:28px;
	line-height:40px;
	border:2px solid;
	border-radius:50%;
	text-align:center;
	position:relative;
	display:inline-block;
}
.seat-indicators .indicators{width:75%!important}
.seat-indicators .btn-book-submit{min-width:200px;width:25%!important;text-align:right!important}
.seat-indicators .tbl-col{vertical-align:middle}


/* Payment */
.pay-details .show-info h3{
	font-weight:900;
	padding-bottom:5px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
}
.pay-details .show-info p{font-size:18px}
.pay-details .payment-partners .notice{
	display:block;
	color:#fff;
	font-size:18px;
	line-height:20px;
	padding:10px 15px;
	margin:15px -1px;
	border:1px solid #ccc;
	background-color:#ea6153;
	-webkit-animation:blinker 4s linear forwards infinite;
	animation:blinker 4s linear forwards infinite;
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
@-webkit-keyframes bounceIn{
  from, 20%, 40%, 60%, 80%, to{
    -webkit-animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0%{
    opacity:0;
    -webkit-transform:scale3d(.3, .3, .3);
    transform:scale3d(.3, .3, .3);
  }
  20%{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40%{
    -webkit-transform:scale3d(.9, .9, .9);
    transform:scale3d(.9, .9, .9);
  }
  60%{
    opacity:1;
    -webkit-transform:scale3d(1.03, 1.03, 1.03);
    transform:scale3d(1.03, 1.03, 1.03);
  }

  80%{
    -webkit-transform:scale3d(.97, .97, .97);
    transform:scale3d(.97, .97, .97);
  }
  to{
    opacity:1;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
  }
}

@keyframes bounceIn{
  from, 20%, 40%, 60%, 80%, to{
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0%{
    opacity:0;
    -webkit-transform:scale3d(.3, .3, .3);
    transform:scale3d(.3, .3, .3);
  }
  20%{
    -webkit-transform:scale3d(1.1, 1.1, 1.1);
    transform:scale3d(1.1, 1.1, 1.1);
  }
  40%{
    -webkit-transform:scale3d(.9, .9, .9);
    transform:scale3d(.9, .9, .9);
  }
  60%{
    opacity:1;
    -webkit-transform:scale3d(1.03, 1.03, 1.03);
    transform:scale3d(1.03, 1.03, 1.03);
  }
  80%{
    -webkit-transform:scale3d(.97, .97, .97);
    transform:scale3d(.97, .97, .97);
  }
  to{
    opacity:1;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1);
  }
}
@-webkit-keyframes blinker{
	0%,100%{color:#fff;background-color:#ea6153}
	50%{color:#444;background-color:transparent}
}
@keyframes blinker{
	0%,100%{color:#fff;background-color:#ea6153}
	50%{color:#444;background-color:transparent}
}
.pay-details .payment-partners a{
	float:left;
	clear:both;
	margin-bottom:15px;
}
.btn-book-submit a,
.pay-details .pay-button a{
	width:70px;
	height:70px;
	margin:0 5px;
	color:#61524f;
	font-size:58px;
	border:1px solid;
	text-align:center;
	border-radius:50%;
	line-height:55px;
	display:inline-block;
}
.pay-details .remain-time-wrap{margin-top:5px;border:none;color:#F00;}


/* Loyalty */
.loyalty-ticket-count-wrap .table{
	background-color:transparent;
}
.loyalty-ticket-count-wrap .table td{text-align:center;border:none}
.loyalty-ticket-count-wrap .loyalty-ticket-count{
	height:50px;
	color:#88736c;
	min-width:100px;
	font-size:26px;
	padding:0 20px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	position:relative;
	display:inline-block;
}
.loyalty-ticket-count-wrap .loyalty-ticket-count:before{
	left:0;
	top:50%;
	width:100%;
	height:100%;
	content:'\00fd';
	font-size:92px;
	line-height:45px;
	position:absolute;
	margin-top:-25px;
	font-weight:normal;
	font-family:exolutus;
}
.loyalty-ticket-count-wrap .loyalty-ticket-count.free:before{
	color:#0a87c0;
	content:'\00fe';
}
.loyalty-ticket-count-wrap .loyalty-ticket-count>span{
	width:42px;
	height:42px;
	display:block;
	margin:2px auto;
	line-height:42px;
	border-radius:50%;
	background-color:#fff;
}
.loyalty-ticket-count-wrap .loyalty-divider{
	display:block;
	font-size:38px;
	line-height:50px;
}

/* Footer */
.footer{	    
    height:40px;
    padding-bottom: 10px;    
    padding-left: 10px;    
    position: relative;
    text-align:left;
    width:1030px;
    align-content:center;    
    color: #222;
    font-family: Arial;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 12px;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);    
    border: 1px solid rgb(255, 170, 34);        
    color: rgb(51, 51, 51);        
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;    
}

.samsubfooter{    
    margin:0;        
    height:250px;
    background-color:#333;
    width:1030px;    
    position:relative;
    color:#fed700;
    padding-top:10px;
}

#navcontainer ul{
margin: 0;
padding: 0;
list-style-type: none;
padding:0px;
}

#navcontainer li {
 margin-left: -13px;
}

#navcontainer a{
text-decoration: none;
font-size:12px;
font-weight: normal;
color:#fed700;
font-family:Arial;
}

#navcontainer a:link{
color:#fed700;
font-family:Arial;
text-decoration: none;
font-size:12px;
font-weight: normal;
}

#navcontainer a:hover
{
    font-family:Arial;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 150px;
    padding-bottom:5px;
    padding-top:5px;
    color: rgb(51, 51, 51);    
    font-size: 12px;
    color:#0397d6;    
    text-decoration: none;
    margin-left: -5px;
    
}

/* Forms */
.form{
	width:60%;
	margin:0 auto;
	margin-top:30px;
}
.form .form-group{
	position:relative;
	margin-bottom:50px;
}
.form .form-group label{
	top:50%;
	margin:0;
	z-index:1;
	left:-10px;
	width:70px;
	height:70px;
	color:#61524f;
	font-size:48px;
	margin-top:-35px;
	border:1px solid;
	position:absolute;
	text-align:center;
	line-height:58px;
	border-radius:50%;
	background-color:#fff;
}
.form-control{
	height:auto;
	border:none;
	color:#88716B;
	font-size:20px;
	padding:6px 12px;
	text-align:center!important;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control::-moz-placeholder{color:#d9cabf}
.form-control:-ms-input-placeholder{color:#d9cabf}
.form-control::-webkit-input-placeholder{color:#d9cabf}
.form-control:focus{
	outline:0;
	border-color:#66afe9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-action p{
	font-size:20px;
}
.form-action a{
	color:#88736c;
	text-decoration:underline;
}
.form-action a:hover{text-decoration:none}
.send-action .btn.btn-qfx,
.verify-action .btn.btn-qfx,
.feedback-action .btn.btn-qfx{font-size:16px;margin:0 0 15px 15px}


/* Errors */
.validation-summary-errors{color:#d9392d;padding-bottom:15px;position:relative;top:-10px}
.validation-summary-errors ul{list-style:none;margin:0;padding:0}
.field-validation-error{
	height:0;
	display:block;
	color:#d9392d;
	font-size:16px;
	text-align:center;
}
.form-feedback .field-validation-error{height:auto}


/* Buttons */
.btn.btn-qfx{
	color:#88736c;
	font-size:24px;
	font-weight:bold;
	background-color:#d9cabf;
}
.btn.btn-qfx:hover,
.btn.btn-qfx:active{
	color:#fff;
	background-color:#bfa998;
}
.btn.btn-facebook{
	display:block;
	font-size:18px;
	position:relative;
	text-decoration:none;
}
.btn.btn-facebook,
.btn.btn-facebook:hover{
	background-color:#fff;
}
.btn.btn-facebook:hover{
	color:#358BDA
}
.btn.btn-facebook:hover:before{color:#88736c}
.btn.btn-facebook:before{
	top:50%;
	left:-10px;
	width:50px;
	height:50px;
	font-size:24px;
	content:'\00d9';
	border:1px solid;
	margin-top:-25px;
	line-height:48px;
	border-radius:50%;
	position:absolute;
	font-family:exolutus;
	background-color:#fff;
}
.btn.no-btn{
	font-size:24px;
	font-weight:700;
}
/* Checkbox */
.check-box{
	line-height:28px;
	padding-left:40px;
	position:relative;
}
.check-box label{
	margin:0;
	font-size:16px;
	font-weight:normal;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.check-box label:before{
	left:0;
	top:50%;
	content:'';
	width:30px;
	height:30px;
	font-size:28px;
	line-height:28px;
	margin-top:-15px;
	position:absolute;
	border-radius:50%;
	text-align:center;
	font-family:exolutus;
	border:1px solid #88736C;
}
.check-box input[type="radio"],
.check-box input[type="checkbox"]{
	display:none;
}
.check-box:hover label:before{
	opacity:.65;
	content:'\00dd';
}
.check-box input[type="radio"]:checked+label:before,
.check-box input[type="checkbox"]:checked+label:before{
	opacity:1;
	content:'\00dd';
}


/* Swtich */
.qfx-switch-wrap{
	display:block;
	padding:20px 0;
	text-align:center;
}
.qfx-switch-wrap .btn{
	width:auto;
	font-weight:bold;
	display:inline-block;
	border-color:#adadad;
	background-color:#e6e6e6;
	font-size:16px!important;
}
.qfx-switch-wrap .qfx-switch{display:none}
.qfx-switch-wrap .qfx-switch:checked+.btn{
	color:#fff;
	background-color:#bfa998!important;
}


/* Table */
.table{
	background-color:#fff;
}
.table>thead>tr>th{
	font-size:16px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
	border-top:1px solid #d9cabf;
}
.table>thead,
.table>thead>tr>th{
	border:1px solid #b9a08d;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
	border:1px solid #d9cabf;
}
.table>.table-heading,
.table>.table-heading>tr>th{
	border:1px solid #b9a08d;
	background-color:#d9cabf;
}
.table.table-center>thead>tr>td,
.table.table-center>thead>tr>th,
.table.table-center>tbody>tr>th,
.table.table-center>tbody>tr>td{
	text-align:center;
}



/* Element Table*/
.tbl{
	display:table;
}
.tbl .tbl-row{
	display:table-row;
}
.tbl .tbl-col,
.tbl .tbl-row .tbl-col{
	width:1%;
	display:table-cell;
}
.tbl.full,
.tbl.full .tbl-row{
	width:100%;
}
/* Accordion */
.accordion .panel{
	margin:0;
	border:none;
	box-shadow:none;
	background-color:transparent;
}
.accordion .panel-title{
	font-size:22px;
	padding:10px 0 10px;
}
.accordion .panel-title a{
	display:block;
	position:relative;
}
.accordion .panel-title a:focus,
.accordion .panel-title a:hover{
	outline:none;
	text-decoration:none;
}
.accordion .panel-title a:after{
	right:0;
	content:'\00e3';
	font-size:36px;
	position:absolute;
	font-family:exolutus;
	text-shadow:0 2px 0 #d9cabf, 0 3px 0 #000;
}
.accordion .panel-title a.collapsed:after{
	content:'\00e2';
	text-shadow:2px 0 0 #d9cabf, 3px 0 0 #000;
}
.accordion .panel-default .panel-heading{
	border:none;
	color:#706361;
	padding:5px 0;
	background-color:transparent;
	border-bottom:1px solid #ccc;
}
.accordion .panel-body{
	padding:5px 0;
}
.accordion .panel-body p{
	margin:0;
	padding:0;
}
.btn-ticket-send,
.accordion .panel-body .button{
	width:75px;
	height:75px;
	color:#61524f;
	font-size:48px;
	border:1px solid;
	text-align:center;
	line-height:65px;
	border-radius:50%;
	display:inline-block;
	background-color:#fff;
}
.accordion .panel-body .well-sm:last-child{
	margin-bottom:0;
}


/* Modal */
.samalignleft{
    text-align: left;
    font-size: 16px;
    color: #222;
    font-family:Arial;
}

.qfx-modal .modal-content{
	border-radius:20px;
	background:#fff;
}
.qfx-modal .modal-title{font-size:28px}
.qfx-modal .modal-header,
.qfx-modal .modal-body,
.qfx-modal .modal-footer{
	border:none;
	text-align:center;
}

.qfx-modal .modal-header{	
    height:50px;
    padding-top:8px;
	border-radius:20px 20px 0 0;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);        
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
}
.qfx-modal .modal-footer{
	padding:20px;
}
.qfx-modal .modal-body{
	color:#222;
	font-size:24px;
	line-height:28px;
    font-family:Arial;
}

.qfx-modal .btn{
	padding:0;
	width:50px;
	height:50px;
	margin:0 10px;
	font-size:18px;
	background:#fff;
	line-height:50px;
	border-radius:50%;
	text-align:center;
	font-weight:normal;
	display:inline-block;
	border:1px solid #bfa998;
	text-transform:uppercase;
}
.qfx-modal .btn:hover{background:#bfa998}
.qfx-modal .btn:focus{outline:none}


/* Loader */
.qfx-loader-wrap{
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	position:fixed;
	background:rgba(0,0,0,.8);
}
.qfx-loader-wrap .loader{
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	position:fixed;
	margin-top:-25px;
	border-radius:50%;
	margin-left:-25px;
	border:5px solid #00acd5;
	border-top-color:transparent;
	-webkit-animation:qfx .65s linear infinite;
	animation:qfx .65s linear infinite;
}
@-webkit-keyframes qfx{
	0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(360deg)}
}
@keyframes qfx{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
}


/* Notice */
.qfx-notice-wrap{
	left:0;
	right:0;
	bottom:-100%;
	cursor:pointer;
	position:fixed;
	background-color:#ccc;
	transition:all .4s ease-in-out 0s;
}
.qfx-notice-wrap.active{bottom:0}
.qfx-notice-wrap.error{background:#c0392b}
.qfx-notice-wrap.success{background:#27ae60}
.qfx-notice-wrap.warning{background:#f39c12}
.qfx-notice-wrap.information{background:#3498db}
.qfx-notice-wrap .message{
	color:#fff;
	margin:auto;
	padding:15px;
	text-align:center;
}
.qfx-notice-wrap .message .close{color:#fff}
@media (min-width:1200px){
	.qfx-notice-wrap .message{
		max-width:1030px;
	}
}
/* End Notice */


@media (min-width:768px){
	.header-wrap,.navbar-wrap,.container-htm,.container-qfx{width:750px}
	.navbar-wrap .navbar-nav>li>a{
		font-size:18px;
		padding:11px 0;
		margin-right:30px;
	}
	.navbar-default{
		right:0!important;
	}
	.navbar-wrap{
		display:block!important;
	}
	.navbar-wrap .navbar-right{
		position:relative;
	}
	.navbar-wrap .navbar-right>li>a{
		right:0;
		top:-55px;
		position:absolute;
	}
	.navbar-wrap .navbar-right>li>a:hover{
		color:#d9cabf;
	}
}

@media (min-width:992px){
	.header-wrap,.navbar-wrap,.container-htm,.container-qfx{width:970px}
}

@media (min-width:1200px){
	.header-wrap,.navbar-wrap,.container-htm,.container-qfx{width:1170px}
}

@media (max-width:991px){
	.navbar-wrap .navbar-nav>li>a{
		font-size:16px;
		margin-right:20px
	}
	.movie .movie-poster .ticket{
		width:65px;
		height:65px;
		font-size:38px;
		line-height:55px;
	}
}

@media (max-width:768px){
	.nav-open{
		overflow:hidden;
	}
	.content-wrap{
		padding-top:90px;
	}
	.navbar-wrap .navbar-nav>li>a{
		margin:0;
		padding:15px;
		font-size:16px;
		border-top:1px solid #fff;
	}
	.navbar-wrap{
		top:0;
		height:0;
		bottom:0;
		width:100%;
		z-index:-1;
		height:100%;
		display:none;
		position:fixed;
		overflow-y:auto;
		background-color:#e6dcd5;
		max-height:500px!important;
		padding:67px 0 0 0!important;
	}
	.navbar-wrap .dropdown-menu{
		padding:0 15px 15px;
	}
	.navbar-wrap .dropdown-menu>li>a{
		padding:5px 10px;
	}
	.navbar-wrap .dropdown-menu>li>a:hover{
		color:#000;
		background-color:#f6f0e8!important;
	}
	.navbar-account{right:0}
	.navbar-wrap .navbar-nav.navbar-right>li>a,
	.navbar-wrap .navbar-nav.navbar-right>li>a:hover{
		color:#fff;
		border-color:#414142;
		margin:15px!important;
		background-color:#414142;
	}
	/* Content */
	.content-wrap .content .content-box{
		max-width:100%;
	}


    	/* Form */
	.form{
		width:100%;
		padding:15px 0;
	}
	/* Show Movie */
	.show-movies .show-movie .show-hall-name{
		border:none;
		margin-top:0;
		padding:10px 15px;
	}
	.show-movies .show-movie .show-times{
		border:none;
		padding:0 15px 10px;
		border-bottom:1px solid #ccc;
	}
	/* Seat Details */
	.seat-details .movie-info,
	.seat-details .seat-record{
		font-size:15px;
	}
	.seat-indicators .tbl,
	.seat-indicators .tbl-col{display:block!important;width:100%!important}
	.seat-indicators .btn-book-submit{margin-top:15px}
}
@media (max-width:480px){
	.header-wrap,.navbar-wrap,.container-htm,.container-qfx{padding:0 15px}
	.content-wrap .quick-menu a .exo{
		width:52px;
		height:52px;
		font-size:30px;
		line-height:52px;
	}
	.content-wrap .quick-menu a span{
		font-size:11px;
	}
	.navbar-account{
		right:0;
		padding:3px 10px;        
	}
	.navbar-account .welcome-text{
		display:block;        
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color:#222;
	}
	/* Form */
	.form .form-group{margin-bottom:35px}
	.form .form-group label{
		width:50px;
		height:50px;
		font-size:32px;
		line-height:40px;
		margin-top:-25px;
	}
	.field-validation-error{font-size:14px}


    /* Movies */
	.movies .row{margin-left:-15px!important;margin-right:-15px!important}
	.movies .col-xs-4{padding:0 25px}
	/* Movie details */
	.movie-details .ticket{
		width:50px;
		height:50px;
		font-size:32px;
		line-height:40px;
	}
	.movie-details .fb-share{
		font-size:62px;
	}
	.movie .movie-poster .ticket{
		width:55px;
		height:55px;
		font-size:32px;
		line-height:45px;
	}

	.book-details .carousel{
		width:100%;
		min-width:25%;
		max-width:75%;
	}


    	/* Show Movie */
	.remain-time-wrap{padding:0;margin-top:10px}
	.remain-time-wrap p{font-size:14px}
	.remain-time-wrap .remain-time-title{margin:5px 0;font-size:16px}
	.remain-time-wrap .remain-time-inner .remain-time .remain-time-numb{width:35px;height:35px;font-size:16px;line-height:35px}
	.time-indicators{
		text-align:left;
	}
	.time-indicators .time-indicator{
		display:block;
		margin:30px 0;
	}
	.time-indicators .time-indicator:first-child{margin-top:10px}
	.time-indicators .time-indicator:last-child{margin-bottom:10px}
	/* Seat Details */
	.seat-details .movie-info,
	.seat-details .movie-info .movie-cols{
		border:none;
		display:block;
		text-align:left;
	}
	.seat-details .movie-info{padding-top:15px}
	.seat-details .movie-info .movie-cols{padding:0 15px}
	.seat-details .seat-record .col-xs-6{float:none;width:100%}
	.seat-details .seat-record .tbl{width:100%}
	.seat-details .seat-record>.clearfix .clearfix:first-child{margin-bottom:15px}
	.seat-details .seat-record .tbl-col{max-width:75px;width:45px}


    	/* Loyalty */
	.loyalty-ticket-count-wrap .table,
	.loyalty-ticket-count-wrap .table tr,
	.loyalty-ticket-count-wrap .table td{
		width:100%;
		display:table;
		text-align:left;
	}
	.loyalty-ticket-count-wrap .loyalty-ticket-text{width:50%;display:table-cell}
	.loyalty-ticket-count-wrap .loyalty-divider{padding-left:40px}
	/* Reserve Seat List */
	.accordion .well>.row{position:relative}
	.accordion .well>.row>.col-xs-9,.accordion .well>.row>.col-xs-3,
	.send-ticket-user-list .col-xs-8,.send-ticket-user-list .col-xs-4{
		float:none;
		width:100%;
	}
	.accordion .well>.row>.col-xs-9{padding-right:70px}
	.accordion .well>.row>.col-xs-3{
		top:-5px;
		right:10px;
		width:70px;
		position:absolute;
	}
	.btn-ticket-send,
	.accordion .panel-body .button{
		width:55px;
		height:55px;
		font-size:38px;
		line-height:48px;
		margin-bottom:5px;
	}
}
@media (max-width:320px){
	.movies .col-xs-4{
		/*float:none;*/
		width:50%;
	}
	.navbar-account .welcome-name{
		max-width:50px;        
	}
	.btn.btn-facebook{
		font-size:14px;
	}
	.seat-details .seat-record .tbl-col{max-width:100px;width:35px}
	.book-details .carousel .carousel-control.left{left:-30px}
	.book-details .carousel .carousel-control.right{right:-30px}
}
/*@media (min-width:321px) and (max-width:480px){
	.movie .movie-poster .ticket{
		width:55px;
		height:55px;
		font-size:32px;
		line-height:45px;
	}
}*/
@media (min-width:321px) and (max-width:580px){
	.seat-details .seat-record .tbl-col{width:11%}
}
@media (min-width:321px) and (max-width:661px){
	.movies .col-xs-4{
		width:50%;
	}
}
@media (min-width:768px) and (max-width:991px){
	.content-wrap .quick-menu a .exo{
		width:60px;
		height:60px;
		font-size:32px;
		line-height:60px;
	}
	.content-wrap .quick-menu a span{
		font-size:14px;
	}
}

.sambuynow{
    font-family: 'Koulen', sans-serif;   
    font-size: 12px;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);    
    font-size: 15px;
    font-weight: bold;
    padding: 7px 29px;
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
}

.sambuynow:hover{
    font-family: 'Koulen', sans-serif;   
    font-size: 12px;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);    
    font-size: 15px;
    font-weight: bold;
    padding: 7px 29px;
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);
}

.samsynopsistitle {
    font-family:'Koulen','DBHelvethaicaX55Regular',arial,'helvetica',tahoma;
    font-style: normal;    
    font-size:20px;
    color: #0397d6;
    padding-top: 50px;   
}

.samsynopsis {    
    font-family:'Battambang',arial,'helvetica',tahoma;
    font-style: normal;
    font-size:12px;
    color: #333;
    text-align: justify;
    line-height: 27px;
}

.sammoviereleasedate{
    font-family:'Koulen','DBHelvethaicaX55Regular',arial,'helvetica',tahoma;
    font-style: normal;
    font-size:11px;
    color: #222;
    margin-top:-5px;
    font-family:'DBHelvethaicaX55Regular',arial,'helvetica',tahoma;
}

.sammovierate{
    position: absolute;
    top: 0px;    
    right: 0px;
    font-size: 11px;    
    text-align: center;
    height: 19px;
    width: auto;
    background-color: #fed700;
    padding-right:6px;
    padding-left:7px;   
    padding-top: 2px;
    padding-bottom: 2px;   
    color:#222; 
    font-style: normal;    
}

.samprice{    
    color:#333; 
    font-style: normal;
    font-family:'DBHelvethaicaX55Regular',arial,'helvetica',tahoma;    
    font-size: 18px;
}

.sampricefinal{    
    color:#F00;     
    font-family:'DBHelvethaicaX55Regular',arial,'helvetica',tahoma;   
    font-size: 25px;
    font-weight: bold;
}

.sammoviedes-hover-rate{    
    top: 40px;      
    position: absolute;
    background-color: #FED700;
    padding-right:7px;
    padding-left:7px;   
    padding-top: 1px;
    padding-bottom: 0px;
    color:#222;             
    font-size: 11px;
    font-style: normal;
    width:auto;
}

.sammoviedes-hover-rate1{
    font-size: 15px;
    top: 45px;
    margin-left: 50px;
    margin-bottom: 100px;
    font-size:14px;
    position: absolute;    
    text-align: center;
    background-color: #F00;
    padding-right:10px;
    padding-left:10px;   
    padding-top: 1px;
    padding-bottom: 1px;   
    color:#FFF;         
    border-radius: 2px;
    width: auto;
}

.samtext {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-style: normal;
    color: gray;
    position: absolute;
    width: 100px;
}

.textrelease {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-size: 12px;
    color:#FFFFFF;
    position: absolute;
    margin-left: 80px;
}


.sammovieratedes{
    position: absolute;  
    text-align: center;    
    padding-right:20px;
    padding-left:20px;   
    padding-top: 2px;
    padding-bottom: 2px;   
    color:#FFF;     
    font-style: normal;
    font-family: 'Quicksand', sans-serif;       
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
}

.cinemaname{
    font-family: 'Quicksand', sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.sammovierate-a{
    position: absolute;
    font-size:12px;
    margin: 0px;
    bottom: 0px;    
    right: 0px; 
    height: 19px;   
    text-align: center;
    background-color: #fed700;
    padding-right:7px;
    padding-left:7px;
    padding-top: 2px;    
    color:#222;     
}

.sammoviedes-hover{
    font-family:'Koulen','tahoma';
    font-style:normal;
    font-size:16px;        
    color: #fed700;
}

.samregister{
    font-size:13px;
    text-decoration:none;             
    color:#000;         
    font-style: normal;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;     
}

.samregister:link{
    font-size:13px;
    text-decoration:none;             
    color:#000;     
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px; 
}

.samregister:hover{    
    font-size:13px;
    color: #222;
    font-weight: bold;  
    padding-bottom:5px;    
    padding-top:5px;  
    border-radius:6px;
    padding-top:2px;
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);  
}

.sammovierate-comingsoon{    
    margin:0;
    bottom:0;    
    position: absolute;      
    right: 0px;    
    text-align: center;
    background-color: #fed700;
    padding-right:7px;
    padding-left:7px;
    padding-top: 2px;
    padding-bottom: 0px;   
    color:#222; 
    font-style: normal;
    font-size:11px;    
}

.samadvanceticket{
    position: absolute;
    text-align: center;
    background-color: #fed700;
    color:#222;
    font-weight:500;     
    padding-right:5px;
    padding-left:5px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-top:2px;    
    font-size: 12px;
    top: 5px;
    left: 5px;    
    height:19px;       
}

.samadvanceticket1{
    position: absolute;
    text-align: center;
    background-color: #fed700;
    color:#222;
    font-weight:500;     
    padding-right:5px;
    padding-left:5px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-top:2px;    
    font-size: 12px;
    top: 0px;
    left: 0px;    
    height:19px;    
}

.sammoviedes{
    overflow: hidden;
    position: relative;
}

.sammoviedes:hover{    
	color: #fff;	
	opacity: .2;    
	position: absolute;
	text-align: left;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;	
	z-index: 2;    
    cursor: pointer;
}

/* SAM MOVIE HOVER START */
#mural ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#mural li {
  float: left;
  background-color:#000;
}

#mural img {
  display: block;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  top:0;
  left:0;
  display:inline-block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;     
}

#mural span {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 0px;  
  background-color:#000;
}

#mural i {
  font-size: 1.2em;
  display: block;
  padding: 10px 0 0 0;
  
  background-color:#000;
  width:248px;
  height: 312px;
  padding-left:10px;    

}

#mural li:hover span {
  display: block;
  background-color:#000;
}

/* SAM MOVIE HOVER END*/


.samprimenowshowing{
    margin: auto;
    position: absolute;
    width: 1030px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 305px;    
    height: 35px; /*the image height*/
    color: #222;
    font-family: 'koulen', Arial;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 7px;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);    
    border: 1px solid rgb(255, 170, 34);        
    color: rgb(51, 51, 51);    
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;    
}

.samprimecomingsoon{    
    margin: auto;
    position: absolute;
    width: 1030px;
    left: 0;    
    right: 0;
    margin-top: -45px;   
    height: 35px; /*the image height*/    
    color: #222;
    font-family: 'koulen', Arial;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 7px;
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);    
    border: 1px solid rgb(255, 170, 34);        
    color: rgb(51, 51, 51);    
    font-weight: bold;    
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;    
}

.samprimeline{
    margin: auto;
    position: absolute;
    width: 1030px;
    left: 0;    
    right: 0;
    margin-top: -50px;   
    height: 50px; /*the image height*/
    background-color:#FFCB05;
    color: #FFF;
    font-family: 'koulen','Quicksand', sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 7px;
    font-weight: bold;
    background-color: transparent;  
}

.samprimelogo{
    position: absolute;
    width: 100px; /*the image width*/
    height: 100px; /*the image height*/
    left: 15%;
    top: 53%;
    margin-left: -50px; /*half the image width*/
    margin-top: -50px; /*half the image height*/    
}

.samprimeright{
    position: absolute;
    top: 55%;
    width: 200px; /*the image width*/    
    right: 11%;
    margin-left: -50px; /*half the image width*/
    margin-top: -50px; /*half the image height*/           
    color: #000;
    font-family: 'koulen','Quicksand', sans-serif;
    font-size: 13px;        
}

.samprimerightlogin{
    position: absolute;
    top: 75%;
    width: 200px; /*the image width*/    
    right: 10%;
    margin-left: -50px; /*half the image width*/
    margin-top: -50px; /*half the image height*/               
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    color#222;
}

.samprimemenu{
    min-width: 100%;
    height: 45px;
    width: 100%;    
    text-decoration:none;
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.samprimeregister{
    position: absolute;
    width: 100px; /*the image width*/
    height: 100px; /*the image height*/
    left: 50%;
    top: 80%;
    margin-left: -50px; /*half the image width*/
    margin-top: -50px; /*half the image height*/    
    font-family: 'Quicksand', sans-serif;     
}

.hallheader{
   font-family: 'koulen', Arial;
   font-size: 16px;
   font-weight:bold;
   height: 35px;
   vertical-align: middle;
   padding-top: 8px;
   padding-left: 10px;
   color: #222;   
   box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
   background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
   cursor: pointer;
   color: rgb(51, 51, 51);            
   text-decoration: none;
   text-shadow: rgb(255, 238, 102) 0px 1px 0px;
}

.remain-time{
   font-family: 'koulen','Quicksand', sans-serif;
   font-size: 20px;
   font-weight:bold;   
   vertical-align: middle;   
   color: #F00;      
}

.remain-time-text{
   font-family: 'koulen','Quicksand', sans-serif;
   font-size: 13px;
   font-weight:bold;   
   vertical-align: middle;   
   color: #333;      
}

.samprimenowshowingdetail{
    border: solid 1px;
    border-color: #FFCB05;
    border-top: 0px;    
}

.sammovietitle{
        font-family:'Koulen', 'Quicksand', sans-serif;     
        color: #222;
        font-size: 16px;
        font-weight: bold;
}

#rolling-nav {
        position: fixed;      
        align-content: center;
        top: 8.5%;
        left: 11.85%;                
        color:white;
        text-transform: full-width;/* outline:1px solid; */	    
	    margin:0px auto;
        font-family: Arial;
        font-size:12px;
}

#rolling-nav ul {
  height:45px;
  margin:0px 0px;
  padding:0px 0px;
  overflow:hidden;  
  font-size:12px;
}

#rolling-nav li {
  float:left;
  display:inline;
  list-style:none;
  margin:0px 0px;
  padding:0px 0px;
  font-size:12px;
}

#rolling-nav a,
#rolling-nav a:before {
  display:block;
  margin:0px 0px;
  padding:0px 35px;
  line-height:45px;
  color:white;
  text-decoration:none;  
  -webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
  -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
  box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1);
  position:relative;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  font-size:12px;
  font-family:Arial;
}

#rolling-nav a:before {
  position:absolute;
  top:100%;
  right:0px;
  left:0px;  
  box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;        
  cursor: pointer;
  color: rgb(51, 51, 51);
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;    
  text-decoration: none;
  text-shadow: rgb(255, 238, 102) 0px 1px 0px;
  background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);  
}

#rolling-nav a::selection{
  position:absolute;
  top:100%;
  right:0px;
  left:0px;
  display:block;
  background-color:white;
  font-size:12px;
}

#rolling-nav a:hover {
    margin-top:0px;
    margin-bottom:0px;      
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;    
    border: 1px solid rgb(255, 170, 34);    
    cursor: pointer;
    color: rgb(51, 51, 51);            
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);
    padding-bottom: initial;
    padding-top: initial;
    padding-left:60px;
    padding-right:60px;
}

/*************************************/
/*          Slide Show Main CSS     */
/************************************/

	.carousel-control.left
			{
				background: none;
			}
			.carousel-control.right
			{
				background: none;
			}

			.carousel-control
			{
				position: absolute;
				top: 45%;
				bottom: 0;
				left: 0;
				width: 15%;
				font-size:auto;				
				text-align: center;
				opacity: 1;
				text-shadow: none;
			}
			.carousel-control:hover
			{
				color: #000;
			}
			.carousel-indicators
			{
				bottom: -7px;
			}
			.carousel-indicators li
			{
				display: inline-block;
				width: 13px;
				height: 13px;
				margin: 0px;
				text-indent: -999px;
				cursor: pointer;				
				border: 1px solid #222;
				border-radius: 50%;                
                background-color:#F00;
                
			}
			.carousel-indicators .active
			{
				width: 13px;
				height: 13px;
				margin: 0;
				background-color:#F00;
                border: 1px solid #222;
                background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
			}
			.carousel-caption
			{
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				background: rgba(0,0,0,0.4);
			}

        .carousel-fade .carousel-inner .item {
          opacity: 0;
          transition-property: opacity;
            overflow:hidden;
        }
        .item.active img {
            transition: transform 5000ms linear 0s;
            /* This should be based on your carousel setting. For bs, it should be 5second*/
            transform: scale(1.05, 1.05);
        }
        .carousel-fade .carousel-inner .active {
          opacity: 1;
        }

        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
          left: 0;
          opacity: 0;
          z-index: 1;
        }

        .carousel-fade .carousel-inner .next.left,
        .carousel-fade .carousel-inner .prev.right {
          opacity: 1;
        }

        .carousel-fade .carousel-control {
          z-index: 2;
        }

        /*
        WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
        now override the 3.3 new styles for modern browsers & apply opacity
        */
        @media all and (transform-3d), (-webkit-transform-3d) {
            .carousel-fade .carousel-inner > .item.next,
            .carousel-fade .carousel-inner > .item.active.right {
              opacity: 0;
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
            }
            .carousel-fade .carousel-inner > .item.prev,
            .carousel-fade .carousel-inner > .item.active.left {
              opacity: 0;
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
            }
            .carousel-fade .carousel-inner > .item.next.left,
            .carousel-fade .carousel-inner > .item.prev.right,
            .carousel-fade .carousel-inner > .item.active {
              opacity: 1;
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
            }
        }

        div.column {
          max-width: 1920px;
          background-color: #FFCb05;
        }

        figure.fixedratio {
          padding-top: 1px;  /* 450px/800px = 0.5625 */
        }


/* Background */

#sambg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#sambg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#wrapper {
height: 45px;;
width: 100%;
background-color: #CCFB05;
}

/*Register Form*/



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*Facebook Connect Button*/
.stylebtn {
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 29px;
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    margin-left: 630px;
}

#myButton, .button, .colors .color {
    cursor: pointer;
}

.stylebtn:hover {
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px;
    border-radius: 6px;
    border: 1px solid rgb(255, 170, 34);
    display: inline-block;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 29px;
    text-decoration: none;
    text-shadow: rgb(255, 238, 102) 0px 1px 0px;
    background: linear-gradient(rgb(255, 171, 35) 5%, rgb(255, 236, 100) 100%) rgb(255, 171, 35);
}