@import 'fonts';
@import 'bliss';
$main-container: 1170px;
$primary-color: #212121;
$red-color: #8f0a22;
$grey-color: #424242;
$white-color: #ffffff;
$light-font: hbl-Light;
$regular-font: hbl-Regular;
$semibold-font: hbl-Semibold;
@mixin border-radius($radius) {
    -webkit-border-radius: $radius;
    -moz-border-radius: $radius;
    -ms-border-radius: $radius;
    border-radius: $radius;
}

body {
    font-family: $regular-font, arial, tahoma;
    font-size: 16px;
    color: $primary-color;
    overflow-x: hidden;
    background-color: #eee;
    padding-top: 52px;
    padding-bottom: 32px;
}

a {
    outline: none;
}

.mt0 {
    margin-top: 0!important;
}

.mt20 {
    margin-top: 20px;
}

.mt90 {
    margin-top: 90px;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.hide {
    display: none;
}

.topbar {
    background-color: $red-color;
    padding: 13px 0;
    margin-bottom: 10px;
    .glyphicon-menu-left {
		background:url(../images/back_arrow.svg) no-repeat;
		height:21px;
		width:21px;
		margin-right:5px;
		margin-top:2px;
        float: left;
        font-size: 24px;
        color: $white-color;
		&:before{display:none;}
    }
    .icon-pointer {
        font-size: 20px;
        color: $white-color;
        margin: 2px 10px 0 0;
        float: left;
		&:before{
			content:'';
			background:url(../images/location.svg) no-repeat;
			height:31px;
			width:25px;
			display:inline-block;
		}
    }
    .logo {
        display: block;
        width: 100%;
        a {
            color: $white-color;
            font-family: $semibold-font, arial, tahoma;
            font-size: 20px;
            margin: 0 0 0 10px;
            text-decoration: none;
        }
    }
    .pointer {
        display: block;
        width: 100%;
        a {
            color: $white-color;
            font-family: $regular-font, arial, tahoma;
            font-size: 16px;
			line-height:33px;
            margin: 0 0 0 10px;
            text-decoration: none;
        }
    }
}

/*html, body { height:100%}*/
.icnDsply {
		top: 50%;
		display:block; 
		text-align:center;
		margin-top:-113px;
		left:0;
		right:0;
		position:fixed;
		b { 
			color:#F37406
			}
		img { 
			max-width:200px; 
			width:100%
		}
}
.bdBT { background-color:#fff}
/*.topbarBT { 
	padding-left:14px; 
	padding-right:14px;
	}*/
.homecat {
    margin: 0;
	.hd { 
		display:block; 
		padding:20px; 
		background-color:#eee;
		font-weight:bold;
		
		}
    hr {
        border-top: 1px solid #000;
        margin: 40px 0;
    }
    a {
        text-decoration: none;
        display: block;
		text-align:center;
		
		}
    span {
        display: block;
        margin: 5px auto 0;
        font-size: 16px;
		text-align:center;
        color: $primary-color;
    }
    img {
        max-width: 100%;
    }
}


.bdBTNw .topbarBT { 
	padding-left:14px; 
	padding-right:14px;
	}
.bdBTNw .homecat {
    margin:0;
	.hd { 
		display:block; 
		padding:20px; 
		background-color:#eee;
		font-weight:bold;
		
		}
    hr {
        border-top: 1px solid #000;
        margin: 40px 0;
    }
    a {
        text-decoration: none;
        display: block;
		padding:12px;
		border-bottom:solid 2px #eee;
		text-align:left;
		.glyphicon { 
			color:#a4a4a4;
			margin:14px 0;
			
		}

    } 
	a:hover {
		background-color:#f5f5f5;
    }
	a:last-child {
		border:0;
    }
    span {
        display: inline-block;
        margin: 5px auto 0;
        font-size: 16px;
        color: $primary-color;
		text-align:right;
    }
    img {
        max-width: 100%; width:50px; margin:0 10px; 
    }
}



.simsimbg {
    background-color: #eeeeee;
    display: block;
    padding: 0 0 20px;
    position: relative;
    hr {
        border-top: 1px solid #e0e0e0;
    }
}

.order_moviebg {
    /*background: url('../images/logan.jpg') no-repeat;
    background-size: cover;*/
    padding: 40px 20px 50px;
}

.moviedetail_bg {
    padding: 40px 0 0!important;
    position: relative;
    text-shadow: 1px 2px 2px #000;
    ;
}

.playbutton {
    position: absolute;
    top: 40%;
    left: 45%;
}

.moviename {
    font-family: $semibold-font, arial, tahoma;
    font-size: 25px;
    color: #fff;
}

.cinemaname {
    font-size: 16px;
    color: #fff;
    .dot {
        display: inline-block;
        width: 4px;
        height: 4px;
        @include border-radius(50%);
        background-color: #fff;
        margin: 0 10px;
    }
}

.date_cinema {
    padding: 10px 0;
    font-size: 14px;
    color: $primary-color;
    i {
        position: relative;
        top: 3px;
        font-size: 18px;
        color: #545454;
    }
}

.cinemaname_address {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movietime {
    display: inline-block;
    font-family: $semibold-font, arial, tahoma;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    @include border-radius(5px);
    padding: 5px 10px;
    margin: 10px 0 0 0;
}

.moviedate {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 10px;
}

.proceed_button {
	margin:15px auto 0;
    .btn {
        @include border-radius(0);
        font-family: $semibold-font, arial, tahoma;
        font-size: 18px;
        color: #fff;
        padding: 15px 12px;
    }
    .btn-danger {
        background-color: $red-color;
        border-color: $red-color;
    }
}

.movie_calendar {
    overflow: auto;
    background-color: #fff;
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        border-bottom: 3px solid $red-color!important;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        border: 0px solid #ddd;
        font-size: 14px;
        color: #212121;
        span {
            font-family: $semibold-font, arial, tahoma;
            font-size: 16px;
            color: $red-color;
        }
    }
    .nav-tabs {
        border-bottom: 0px solid #ddd;
        width: 100%;
        white-space: nowrap;
        width: 400px;
        overflow-y: hidden;
    }
    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        width: 56px;
        text-align: center;
        padding: 0;
    }
    .nav-tabs>li>a {
        border: 0px solid transparent;
        border-radius: 0;
        padding: 10px 0;
        width: 57px;
        text-align: center;
        display: block;
        font-size: 14px;
        color: #212121;
        span {
            font-family: $semibold-font, arial, tahoma;
            font-size: 16px;
            color: #424242;
        }
    }
}

.cinema_timingbox {
    background-color: #fff;
    @include border-radius(5px);
    box-shadow: 0 2px 5px #d4d4d4;
    margin: 10px 0;
    padding: 15px 10px 10px;
    width: 100%;
    .list-inline {
        margin-left: 0;
    }
    .list-inline>li {
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        margin-right: 10px;
		margin-bottom:10px;
        padding: 5px 10px;
        font-family: $semibold-font, arial, tahoma;
        font-size: 16px;
    }
    .list-inline>li.active {
        background-color: $red-color;
        color: #fff;
        border: 0px solid #bdbdbd;
    }
}

.tickets_listing {
    .list-inline {
        margin: 0;
    }
    .list-inline>li:nth-child(even) {
        border-right: 0px solid #bdbdbd;
    }
    .list-inline>li {
        width: 50%;
        border-right: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
        float: left;
        padding: 0;
    }
    .list-inline>li>a {
        display: block;
        text-decoration: none;
        padding: 20px 0;
    }
    .list-inline>li>a:hover {
        display: block;
        background-color: #e0e0e0;
        text-decoration: none;
        padding: 20px 0;
    }
    img {
        display: block;
        margin: 0 auto;
    }
    span {
        display: block;
        margin: 5px auto 0;
        text-align: center;
        font-size: 16px;
        color: $primary-color;
    }
}

.movie_type {
    overflow: auto;
    ul {
        white-space: nowrap;
        overflow-y: hidden;
    }
    .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.movie_industries {
    overflow: auto;
    .nav-tabs {
        white-space: nowrap;
        width: 100%;
        overflow-y: hidden;
    }
    .nav-tabs>li {
        margin-bottom: 0;
        display: inline-block;
        float: none;
    }
}

.movielisting_iconsbg {
    padding: 10px 0 0;
    background-color: #fff;
    img {
        display: block;
        margin: 0 auto;
    }
    a {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-family: $semibold-font, arial, tahoma;
        font-size: 14px;
        color: $primary-color;
        text-decoration: none;
    }
    a.active {
        font-family: $semibold-font, arial, tahoma;
        color: $red-color;
        text-decoration: none;
    }
}

.movie_cinemaname {
    font-family: $semibold-font, arial, tahoma;
    font-size: 16px;
    color: $primary-color;
    margin-bottom: 15px;
}

.loading_bg {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.loading_box {
    position: fixed;
    top: 50%;
    background-color: #fff;
    @include border-radius(5px);
    box-shadow: 0 2px 5px #d4d4d4;
    padding: 20px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
}

.loading_icon {
    img {
        width: 10%;
    }
    font-size: 16px;
    color: #616161;
}

.logan {
    font-family: $semibold-font, arial, tahoma;
    font-size: 20px;
    color: $primary-color;
}

.logan_text {
    font-size: 14px;
    color: $primary-color;
    margin: 5px 0;
    i {
        position: relative;
        top: 5px;
        margin-right: 5px;
        font-size: 20px;
        color: #545454;
    }
    .icon-sold {
        font-size: 16px;
    }
}

.order_box {
    margin: 0 0 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.order_desc {
    display: inline-block;
    font-family: $semibold-font, arial, tahoma;
    font-size: 16px;
    color: $primary-color;
}

.order_price {
    display: inline-block;
    font-family: $semibold-font, arial, tahoma;
    font-size: 16px;
    color: #424242;
    float: right;
}

.item_name {
    display: inline-block;
    float: left;
    font-size: 20px;
    span {
        font-family: $semibold-font, arial, tahoma;
        display: block
    }
}

.addcont {
    display: inline-block;
    float: right;
    margin-top: 10px;
    a {
        font-family: $semibold-font, arial, tahoma;
        font-size: 36px;
        line-height: 30px;
        color: $red-color;
        width: 36px;
        height: 36px;
        @include border-radius(50%);
        border: 2px solid $red-color;
        display: block;
        text-align: center;
        text-decoration: none;
    }
}

.counter_box {
    border: 2px solid $red-color;
    @include border-radius(20px);
    padding: 5px 10px;
    float: right;
    margin: 10px 0 0 0;
}

.minussign {
    display: inline-block;
    float: left;
    a {
        font-family: $semibold-font, arial, tahoma;
        font-size: 3px;
        line-height: 3px;
        color: #bdbdbd;
        position: relative;
        top: -5px;
        margin: 0 5px;
        padding: 5px 0;
        text-decoration: none;
    }
}

.counterno {
    display: inline-block;
    font-family: $semibold-font, arial, tahoma;
    font-size: 22px;
    line-height: 18px;
    color: #616161;
    float: left;
    margin: 0 5px;
}

.plussign {
    display: inline-block;
    float: left;
    a {
        font-family: $semibold-font, arial, tahoma;
        font-size: 16px;
        line-height: 16px;
        color: #bdbdbd;
        margin: 0 5px;
        text-decoration: none;
    }
}

.see_combo {
    width: 100%;
    text-align: center;
    a {
        color: $red-color;
        font-size: 18px;
        text-decoration: none;
    }
    span {
        font-size: 14px;
    }
}

.tab_container {
    margin-top: 10px;
    a {
        display: block;
        width: 100%;
        @include border-radius(5px);
        padding: 5px;
        text-decoration: none;
        color: $primary-color;
    }
    a:hover {
        .tab_icon_container {
            background-color: $white-color;
            color: $red-color;
            border: 2px solid $red-color;
        }
    }
    h4 {
        font-size: 20px;
        margin-top: 13px;
    }
}

.hbl_color {
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 5px #b9b9b9;
    background-color: #fff;
}

.hbl_color:hover {
    border: 1px solid $red-color;
    box-shadow: 0 2px 5px $red-color;
}

.movies_tabs {
    margin: 20px 0 0;
    .nav-tabs {
        border-bottom: 0 solid #ddd;
    }
    .nav-tabs>li {
        margin-right: 8px;
    }
    .nav>li>a {
        padding: 5px 15px;
        @include border-radius(20px);
        border: 1px solid $red-color;
        font-size: 14px;
        color: $red-color;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #fff;
        background-color: $red-color;
        border: 0 solid #ddd;
        @include border-radius(20px);
    }
    .tab-content {
        margin: 20px 0 0 0;
    }
    .movie_cont {
        background-color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 20px;
        img {
            display: block;
            width: 100%;
        }
        span {
            font-size: 16px;
            color: #212121;
            display: block;
            padding: 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
    }
}

.tab_icon_container {
    width: 50px;
    height: 50px;
    background-color: $red-color;
    @include border-radius(50%);
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    .icon-paynow {
        font-size: 18px;
        padding: 0;
        position: relative;
        top: -3px;
    }
    .icon-mytickets {
        font-size: 18px;
        padding: 0;
        position: relative;
        top: -3px;
    }
}

.movie_name {
    background-color: #fff;
    font-size: 16px;
    color: $primary-color;
    padding: 15px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.movie_title {
    font-family: $semibold-font, arial, tahoma;
    font-size: 20px;
}

.powerby {
    span {
        font-size: 14px;
		color:#000;
		display:inline-block; vertical-align:middle;
    }
	img{height:18px;margin-top:4px;display:inline-block; vertical-align:middle;}
}

.custom_select {
    overflow: hidden;
    background: url(../images/dropdown_arrow.png) no-repeat right 10px center;
    height: 40px;
    color: $primary-color;
    margin-bottom: 10px;
    .form-control {
        box-shadow: none;
    }
    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: transparent none repeat scroll 0 0;
        border: medium none;
        box-shadow: none;
        text-indent: 0.01px;
        width: 100%;
        font-size: 16px;
        color: $primary-color;
        margin-bottom: 10px;
    }
}

.custom_select_border {
    border-bottom: 2px solid #bdbdbd;
}

.movie_listing_banner {
    margin-top: 10px;
}

.movie_detail {
    margin-top: 20px;
    .media-heading {
        font-family: $semibold-font, arial, tahoma;
        font-size: 22px;
        margin: 10px 0;
    }
    .btn {
        @include border-radius(0);
        font-family: $semibold-font, arial, tahoma;
    }
    .btn-success {
        background-color: $red-color;
        border-color: $red-color;
        margin-top: 10px;
    }
}

.release_date {
    font-family: $semibold-font, arial, tahoma;
    font-size: 15px;
    margin: 10px 0 0 0;
}

.grey_text {
    font-size: 15px;
    color: $grey-color;
}

.right_border {
    border-right: 1px solid #e0e0e0;
}

.leftarrow {
    width: 60px;
    height: 60px;
    border: 2px solid $red-color;
    @include border-radius(50%);
    text-align: center;
    font-size: 30px;
    color: $red-color;
    a {
        display: block;
        width: 60px;
        height: 60px;
        color: $red-color;
        padding-top: 10px;
    }
}

.personalinfo_form {
    background-color: #fff;
    @include border-radius(5px);
//    box-shadow: 0 2px 5px #d4d4d4;
    margin: 15px 0 0;
    padding: 15px 10px;
    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: $primary-color;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: $primary-color;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: $primary-color;
    }
    :-moz-placeholder {
        /* Firefox 18- */
        color: $primary-color;
    }
    label {
        font-family: $semibold-font, arial, tahoma;
        font-size: 18px;
        color: $primary-color;
        &.error{font-weight: normal;}
    }
    label.active {
        color: $red-color;
        border: none;
    }
    .custom_select{height: 60px;}
    .form-control {
        border: none;
        border-bottom: 2px solid #bdbdbd;
        box-shadow: none;
        @include border-radius(0);
        padding: 6px 0;
        height: 60px;
        font-size: 18px;
        color: $primary-color;
        &#amount{
            font-size: 80px;
            text-align: center;
            height: 100px;
        }
    }
    .active {
        border-bottom: 2px solid $red-color;
    }
}
.hblSkin{
	font-size:14px;
	.personalinfo_form {
		label {
			font-size: 12px;
		}.form-control {
			font-size: 16px;
		}
	}
	.logan {
		font-family: $regular-font, arial, tahoma;
		font-size: 16px;
		font-weight:bold;
	}
}
.screen_bg {
    display: block;
    width: 100%;
    height: 8px;
    background: url(../images/screen_bg.jpg) no-repeat center;
    background-size: cover;
}

.screen_title {
    display: block;
    width: 100%;
    font-family: $semibold-font, arial, tahoma;
    font-size: 18px;
    color: $red-color;
    text-align: center;
}

.seats {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.seat_title {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.seatnoicon {
    margin: 0 10px;
    text-align: center;
}

.order_container {
    border: 2px solid #e0e0e0;
    margin: 10px 0;
}

.order_padding {
    padding: 15px;
}

.summary_heading {
    font-family: $semibold-font, arial, tahoma;
    max-width: 100px;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.summary_text {
    display: inline-block;
    color: #424242;
    margin: 5px 0;
}

.summary_time {
    margin-left: 100px;
    width: 100%;
    display: inline-block;
}

.summary_greybg {
    background-color: #e0e0e0;
}

.powerby {
    margin: 0 auto;
}

.havecoupon {
    a {
        color: $red-color;
        text-decoration: none;
    }
}

.mytickets {
    img {
        border: 1px solid #e0e0e0;
        @include border-radius(5px);
        width: 86px;
    }
    h4 {
        font-family: $semibold-font, arial, tahoma;
    }
    .cinemaadd {
        font-size: 16px;
        color: $primary-color;
    }
    .cinetime {
        color: $primary-color;
        font-size: 14px;
        display: inline-block;
        margin-right: 15px;
        i {
            color: #545454;
            position: relative;
            top: 3px;
            margin-right: 5px;
            font-size: 18px;
        }
    }
    .btn-danger {
        color: $red-color;
        background-color: #fff;
        border-color: $red-color;
        font-family: $semibold-font, arial, tahoma;
        margin-top: 20px;
    }
    .btn-danger:hover {
        color: #fff;
        background-color: $red-color;
        border-color: $red-color;
        font-family: $semibold-font, arial, tahoma;
        margin-top: 20px;
    }
    .btn {
        @include border-radius(18px);
        padding: 6px 20px;
    }
    .btn-default {
        color: $primary-color;
        background-color: #fff;
        border-color: #bdbdbd;
        font-family: $semibold-font, arial, tahoma;
        margin-top: 20px;
    }
    .btn-default:hover {
        color: #fff;
        background-color: #747474;
        border-color: #747474;
        font-family: $semibold-font, arial, tahoma;
        margin-top: 20px;
    }
}

.etickets_box {
    background-color: #fff;
    @include border-radius(5px);
    box-shadow: 0 2px 5px #d4d4d4;
    margin: 10px 0;
    width: 100%;
    .list-inline {
        margin-left: 0;
    }
    ul.reservation_heading {
        background-color: #000;
        color: #fff;
        padding: 10px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 0;
    }
    ul.reservation_heading li {
        text-align: center;
    }
    ul.reservation_heading li:nth-child(1) {
        width: 45%;
    }
    ul.reservation_heading li:nth-child(2) {
        width: 35%;
    }
    ul.reservation_heading li:nth-child(3) {
        width: 17%;
    }
    ul.reservation_listing li {
        border-right: 1px solid #e0e0e0;
        margin: 10px 0;
        text-align: center;
    }
    ul.reservation_listing li:nth-child(1n) {
        width: 45%;
    }
    ul.reservation_listing li:nth-child(2n) {
        width: 35%;
    }
    ul.reservation_listing li:nth-child(3n) {
        width: 17%;
        border-right: 0px solid #e0e0e0;
    }
    ul.quantity {
        padding:0;
        text-align: center;
        margin-bottom: 0;
        font-family: $semibold-font, arial, tahoma;
        font-size: 14px;
		white-space:nowrap;
    }
    ul.quantity li {
        background-color: #000;
        color: #fff;
        width: 20%;
		margin:0 -2px;
        padding: 10px 0;
    }
    ul.unitprice {
        padding: 0;
        text-align: center;
        margin-bottom: 0;
        font-family: $semibold-font, arial, tahoma;
        font-size: 14px;
		white-space:nowrap;
    }
    ul.unitprice li {
        padding: 10px 0;
        width: 20%;
        border-right: 1px solid #e0e0e0;
        margin:0 -2px 20px;
    }
    ul.unitprice li:last-child {
        border-right: 0px solid #e0e0e0;
    }
}

.yourticket {
    font-family: $semibold-font;
    font-size: 16px;
    color: $primary-color;
    display: inline-block;
    margin: 0 10px 10px;
    position: relative;
    top: -23px;
}

.d9 {
    display: inline-block;
    text-align: center;
}

.qrcode {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
}

.footerarrow {
    position: fixed;
    width: 100%;
    background-color: #eee;
    bottom: 0;
    height: 30px;
    border-top: 1px solid #e0e0e0;
    box-shadow: 2px 0 5px #bdbdbd;
}
.footerarrow a:hover{
	text-decoration:none;}
.orderbottom {
    margin-bottom: 90px;
}

.synopsisbottom {
    margin-bottom: 50px;
}

.select_searchinput {
    background-color: #fff;
    @include border-radius(5px);
    box-shadow: 0 2px 5px #d4d4d4;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    .form-control {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
        height: 50px;
    }
    .add-on .input-group-btn > .btn {
        border-left-width: 0;
        left: -2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: transparent;
    }
    .add-on .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #cccccc;
        border-right: transparent;
    }
}

ul.citylist {
    a {
        text-decoration: none;
        font-family: $semibold-font;
        font-size: 16px;
        color: $primary-color;
    }
    li {
        border-bottom: 1px solid #e0e0e0;
        margin: 10px 0 0 0;
        padding-bottom: 10px;
    }
    li:last-child {
        border-bottom: 0px solid #e0e0e0;
        padding-bottom: 0;
    }
    li:first-child {
        margin: 0;
    }
}

.listingbanner {
    position: relative;
    overflow: hidden;
    padding-bottom: 130%;
    border: 2px solid #e0e0e0;
    /*background-color: #cecece;*/
    img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .placeholder_padding {
        padding: 20px;
    }
}

.movie_specsbg {
    display: block;
    margin: 50px 0 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 0 5px;
}

.tryitnow {
    background-color: #20afcc;
    position: relative;
    padding: 2px;
    @include border-radius(3px);
    width: 100%;
    margin: 10px auto 0;
}

.tryitnow_logo {}

.tryitnow_text {
    color: #fff;
    font-family: $semibold-font;
    font-size: 18px;
    text-align: center;
    padding-top: 4px;
}

.tryitnow_save {
    color: #616161;
    font-family: $semibold-font;
    font-size: 11px;
    background-color: #fff;
    text-align: center;
    padding: 0 5px;
    line-height: 11px;
}

.orline {
    background-color: #bdbdbd;
    width: 25%;
    height: 1px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    padding: 0 7%;
}

.ortext {
    position: absolute;
    top: -12px;
    background-color: #eeeeee;
    padding: 0 10%;
}

.wallet_select {
    overflow: hidden;
    background: url(../images/wallet_select.png) no-repeat right 0 center;
    height: 40px;
    color: $primary-color;
    margin-bottom: 10px;
    .form-control {
        box-shadow: none;
        border-bottom: 2px solid #757575;
        @include border-radius(0);
        padding: 6px 0;
    }
    select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: transparent none repeat scroll 0 0;
        border: medium none;
        box-shadow: none;
        text-indent: 0.01px;
        width: 100%;
        font-size: 16px;
        color: $primary-color;
        margin-bottom: 10px;
    }
}

.custom_select_border {
    border-bottom: 2px solid #bdbdbd;
}

.mobilewallet_modal {
    .modal-content {
        @include border-radius(0);
    }
    .modal-title {
        font-family: $semibold-font;
    }
    .modal-header {
        border-bottom: 0 solid #e5e5e5;
    }
    .modal-header .close {
        margin-top: -2px;
        display: none;
    }
    .modal-body {
        padding: 0 15px;
    }
    .modal-footer {
        border-top: 0px solid #e5e5e5;
        a {
            text-decoration: none;
            color: #16b2cb;
            font-family: $semibold-font;
            font-size: 18px;
            margin-left: 30px;
        }
    }
}

.cash_modal {
    .modal-content {
        @include border-radius(0);
    }
    .modal-title {
        font-family: $semibold-font;
    }
    .modal-header {
        border-bottom: 0 solid #e5e5e5;
    }
    .modal-header .close {
        margin-top: -2px;
        display: none;
    }
    .modal-body {
        padding: 0 15px;
    }
    .modal-footer {
        border-top: 0px solid #e5e5e5;
        a {
            text-decoration: none;
            color: #16b2cb;
            font-family: $semibold-font;
            font-size: 18px;
            margin-left: 30px;
            display: block;
        }
    }
    
}
.payment_text {
        font-size: 14px;
        color: $primary-color;
    }
.payment_title {
    font-family: $semibold-font;
    font-size: 16px;
    color: #7f7f7f;
}
.payment_text {
    font-size: 14px;
    color: #7f7f7f;
}
.netamount {
    color: #16b2cb!important;
    font-family: $semibold-font;
    font-size: 18px!important;
}
.creditcard_modal {
    .modal-content {
        @include border-radius(0);
    }
    .modal-title {
        font-family: $semibold-font;
        text-align: center;
    }
    .modal-header {
        border-bottom: 0 solid #e5e5e5;
    }
    .modal-header .close {
        margin-top: -2px;
        display: none;
    }
    .modal-body {
        padding: 0 15px;
    }
    .modal-footer {
        border-top: 0px solid #e5e5e5;
        a {
            text-decoration: none;
            color: #16b2cb;
            font-family: $semibold-font;
            font-size: 18px;
            margin-left: 30px;
            display: block;
        }
    }
    .btn-primary {
    color: #fff;
    background-color: #16b2cb;
    border-color: #16b2cb;
        font-family: $semibold-font;
        font-size: 18px;
}
}
.wallet_time {
    width: 100%;
    text-align: center;
    font-family: $semibold-font;
    font-size: 16px;
    color: #f2943d;
    margin-bottom: 10px;
}
.pay_invoice {
    font-size: 14px;
    color: $primary-color;
    text-align: center;
}

.wallet_form {
   .form-control {
   
    font-size: 14px;
    
    color: #555;
    @include border-radius(0);
    box-shadow: none;
   border: none;
    border-bottom: 1px solid #000;
    text-align: center;
} 
    
}
.resendopt {
    text-align: right;
    a {
        font-family: $semibold-font;
        font-size: 16px;
        color: #16b2cb;
        text-decoration: none;
    }
}


@media (max-width: 360px) {
    .homecat {
        span {
            font-size: 14px;
        }
    }
}

@media (max-width: 350px) {
    .movielisting_iconsbg {
        .list-inline>li {
            padding-right: 0;
            padding-left: 0;
        }
    }
    .homecat {
        span {
            font-size: 12px;
        }
    }
}
.overflow-auto{
	overflow:auto;}
	.checked-place{
		> span{
			display:inline-block;
			vertical-align:middle;
			margin:0 5px;
			width:30px;
			text-align:center;
			img{
				display:block;
				width:100% !important;
				height:auto !important;
				}
			}
		}
		/*.checked-place*/
		
		.no-bg{
			background:none !important;}
			
.confirmation-modal{
	.modal-content{
			border-radius:3px;
			.modal-header{
				border-bottom: 0 none;
			    padding: 12px;
				background-color:#f7f7f7;
				.modal-title{
					}
				}
			.btn-group{
				border-top:1px solid #ccc;
				margin-top:15px;
				.btn{
					border:0;
					border-left:1px solid #ccc;
					border-radius:0;
					padding:10px 10px;
					&:first-child{
						border-left:0;}
					}
				}
		}
	}
.modal.in .confirmation-modal.modal-dialog {
    margin: 25px auto;
    max-width: 80%;
    transform: translate(0px, 50%);
}

.offer-listing{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #d4d4d4;
    margin: 10px 0;
    padding: 15px 10px 10px;
    display: block;
    color: #666;
    transition: ease-in-out .2s;
    .media-left{
        max-width: 84px;
        img{
            width:84px;
        }
    }
    .media-body{
        font-size: 14px;
        padding-left: 10px;
        .media-heading{
            font-size: 18px;
            color: #333;
            font-weight: 500;
        }
    }
    &:hover{text-decoration: none;opacity: .8;color: #8f0a22;
         *{  text-decoration: none; }
    }
}
.offerDetailBanner{
    img{
        width: 100%;
        display: block;
    }
    border-bottom: 3px solid #8f0a22;
}
.text-warning{
	color:#f8963c;}
.loader-overlay{
	background:rgba(0,0,0,.7) url(../images/loader.svg) no-repeat center calc(50% - 24px);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99999;
}
.loader-overlay::before{
	content:'Please Wait ...';
	font-family:arial, tahoma, verdana;
	color:#fdfdfd;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	position:fixed;
	left:0;
	top:calc(50% + 12px);
	right:0;
}
.full-page-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin: 0;
    padding: 15px;
    z-index: 6;
}
.notIcon{
	position:relative;
	display:inline-block;
	text-decoration:none !important;
	margin:0 10px;

	span{
		color:#fff;
		font-size:14px;
		display:inline-block;
		height:20px;
		line-height:20px;
		width:20px;
		text-align:center;
		background-color:#f44336;
		border-radius:50%;
		position:absolute;
		top:0;
		right:-8px;
		}
}
.no-promo{
	text-align:center;
	padding:15px;
	position:fixed;
	left:0;
	right:0;
	top:49px;
	bottom:52px;
	overflow:auto;
	
	 > div{
		position:relative;
		top:50%;
		transform:translateY(-50%);
		}
	img{
		max-width:80%;
		margin-bottom:15px;
		}
}
.loader-overlay{
	background:rgba(0,0,0,.7) url(../images/loader.svg) no-repeat center calc(50% - 24px);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99999;
}
.loader-overlay::before{
	content:'Please Wait ...';
	font-family:arial, tahoma, verdana;
	color:#fdfdfd;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	position:fixed;
	left:0;
	top:calc(50% + 12px);
	right:0;
}
#bustable_bg .table #searched{
	> tr:first-child td{
		}
	> tr:first-child ~ tr td:last-child{
		background:url(../images/arrow-next.svg) no-repeat calc(100% - 10px) center;
		background-size:15px 15px;
		padding-right:35px !important;
		}
	> tr:first-child ~ tr td{
        cursor: pointer;
		transition:ease-in-out .2s;
		-moz-transition:ease-in-out .2s;
		-webkit-transition:ease-in-out .2s;
		background-color:#fff !important;}
	> tr:first-child ~ tr:hover td,
	> tr:first-child ~ tr:active td,
	> tr:first-child ~ tr:focus td{
		background-color:#bbb !important;
		color:#000;
		opacity:.35;
		}
	}
.food-inside{
    margin-top: 70px;
    margin-bottom: 90px;
    .btn {
        @include border-radius(0);
        font-family: $semibold-font;
        color: #fff;
    }
    .btn-danger {
        background-color: $red-color;
        border-color: $red-color;
    }
    .thumbnail{
        border: 0;
        padding: 0;
        font-weight: bold;
        margin: 20px 0 0;
        font-size: 14px;
        font-weight: bold;
        .theImg{
            position: relative;
            .discount-ribon{
                background:url(../images/discount-ribon.png) no-repeat;
                height:32px;
                line-height:32px;
                width:84px;
                padding:0 15px 0 10px;
                color:#fff;
                position:absolute;
                left:0;
                top:5px;
                font-size:13px;
                font-weight:bold;
            }
            img{
                width: 100%;
            }
            .caption{
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 2;
                background-color: rgba(0,0,0,.7);
                color: #fff;
                padding: 10px 15px;
                line-height: 1.2;
            }
            }
        .theText{
            padding: 10px 15px;
            .thePrice{font-size: 16px;margin-top: 4px;}
            .theQty{
                .input-group{
                    display: inline-block;
                    > *{
                        display: inline-block;
                    }
                    .input-group-btn{
                            width: 34px;
                        .btn{
                            width: 34px;
                            border-radius: 50%;
                            padding: 6px;
                            text-align: center;
                        }
                    }
                    .form-control{
                        width: 36px;
                        padding: 6px 3px;
                        float: none;
                        margin: 0 -2px;
                        border: 0;
                        outline: none !important;
                        box-shadow: none !important;
                        top: 2px;
                    }
                }
            }
        }
    }
    .footBox{
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        .theContent{
            small{
                font-size: 11px;
                font-style: italic;
            }
        }
        .theButtons{
            margin-top: 10px;
            .btn{}
        }
    }
}

.abl{
	background-color:#f5f5f5 !important;
	font-size:14px;
	padding-top:48px;
	.topbar{
		background-color:#fff;
		border-bottom:2px solid #F24800;
		padding:8px 0 7px;
		text-transform:uppercase;
		.glyphicon-menu-left {background:url(../images/abl-back_arrow.svg) no-repeat center left / 16px 16px;margin-top:-1px;}
		.logo a{color:#F24800;font-size:16px; margin:4px 0 0 7px;display:inline-block;}
		.icon-pointer{color:#7a8084;
		&:before{background:url(../images/abl-location.svg) no-repeat center center / 16px auto};
		}
		.pointer a{color:#7a8084;text-transform:uppercase;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	}
	&.bdBTNw .homecat {
		a{text-transform:uppercase;background-color:#fff;
		&:hover{background-color:#f5f5f5;}
		.glyphicon{color: #F24800;}
		span {
			font-size:13px;
			color: #212121;
		}
		}
		.hd{padding:10px 20px;text-transform:uppercase;font-size:14px;}
		img{width:42px;}
	}
	.footerarrow {background-color:#fff;}
	.personalinfo_form{
		label{font-size:14px;text-transform:uppercase;}
		.custom_select{height:46px;}
		.form-control{height:46px;font-size:16px;}
	}
	.listingbanner{background-color:#45322a !important;border:0 !important;}
	.movies_tabs .movie_cont span{font-size:14px;}
}
.glyphicon { font-family: 'Glyphicons Halflings' !important;}
.topbar{
		.pointer a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
	}
@media screen and (min-width:768px){
	/*web version starts*/
	body{padding:0;}
	.container{width:100%;}
	.topbar{
		.logo a{display:inline-block;}
		position:static;
		background-color:#fff !important;
		*{
			color:#000 !important;
			filter:grayscale(1) brightness(0);
			-webkit-filter:grayscale(1) brightness(0);
			-o-filter:grayscale(1) brightness(0);
			-moz-filter:grayscale(1) brightness(0);
			-ms-filter:grayscale(1) brightness(0);
			}
			.glyphicon-menu-left {background:url(../images/web/back_arrow.svg) no-repeat center left / 16px 16px !important; height:28px;}
		}
	.bdBTNw .homecat {
		margin:0;
		.hd { 
			background-color:#fff;
			font-weight:normal;
			color:#000;
			font-size:24px;
			border-top:1px solid #bdbdbd;
			padding:35px 20px 20px;
			&:first-child{
				border:0;
				padding-top:25px;
				}
			}
			a{
				display:inline-block;
				border:1px solid #212121 !important;
				border-radius:5px;
				padding:15px 20px 20px !important;
				margin:10px 20px 35px;
				width:270px;
				max-width:calc(50% - 40px);
				img{display:block; margin:0 auto 10px;}
				span{display:block;font-size:22px;font-weight:300;text-align:center;}
				.glyphicon{display:none;}
				}
	}
	.footerarrow {
		pointer-events:none;
		height:40px;padding:5px 20px;background-color:#f5f5f5;
			.powerby{
				text-align:left;}
		}
	.movies_tabs{
		.tab-content{
			.tab-pane{
				.row > a{
					display:inline-block;
					margin:0 15px 20px;
					overflow:hidden;
					width:calc(20% - 34px);
					vertical-align:top;
					> .col-xs-6{
						width:100%;padding:0;}
						.movie_cont{margin:0;
							.listingbanner{padding-bottom:calc(130% - 4px);}
							span{font-size:18px;font-weight:600;}
						}
				}
			}
		}
	}
	.movie_calendar .nav-tabs {
        width: 100%;
    }
	.proceed_button {
		padding:20px 15px;
		position:static !important;
		text-align:right;
		margin:0;
		.btn {
			position:static !important;
			padding:10px 25px;
			width:auto;
			display:inline-block;
			border-radius:3px !important;
		}
	}
	.simsimbg{background:#fff; padding-bottom:0;}
	.personalinfo_form {
		box-shadow:0 2px 6px rgba(0,0,0,.2); margin:0;
		.form-control{
			padding:6px 12px;
			}
		}
		.topbar .logo a{font-size:24px;}
	/*web version ends*/
}
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order_desc.text-primary .form-control{width: 180px;}
.btn-default.btn-outline{
	color: #333 !important;
	background-color: #fff !important;
	border-color: #333 !important;
}
.custom-modal .modal-content{border-radius: 3px;}
.custom-modal .btn{min-width: 75px;}