@import url('https://cdn.district.in/ticketnew/partners/css/4/font-awesome.min.css?v1');
@import url('https://cdn.district.in/ticketnew/partners/css/4/bootstrap.min.css?v1');
@import url('https://cdn.district.in/ticketnew/partners/css/4/jquerysctipttop.css?v1');
/*@import url('font-awesome1.min.css');*/
@import url('https://cdn.district.in/ticketnew/partners/css/4/font-awesome1.min.css?v1');

ul.nav.navbar-nav {
    width: 100%;
}

.thumb-bg {
    background-color: rgba(0, 0, 0, 0.38);
    margin-bottom: 5px;
}

.thumbnail {
    display: block;
    padding: 0px;
}

.carousel-control {
    width: 5%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.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;
}

.nav li {
    /*margin-left:40px;*/
    border-right: 2px solid #000;
    width: 11%;
    text-align: center;
}

    .nav li:last-child {
        border-right: none;
    }

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav {
    margin: 0px;
}

@media only screen and (max-width : 766px) {
    .nav li {
        width: 100%;
    }

    ul.nav.navbar-nav {
        width: 100%;
    }

    .btn {
        padding: 0px 40px;
    }

    .carousel .carousel__content .item .title {
        font-size: 1.5rem;
    }

    .container.thumbnail-movie {
        max-width: 93.6%;
    }

    .footer-nav li {
        display: inline-block;
        text-decoration: none;
        padding: 5px 0px;
        float: left;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -14px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }
}

.nav li a {
    font-family: "BigNoodleTitling" !important;
    font-size: 14px;
    color: #fff !important;
}

.nav li:hover {
    color: #FFF;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(7%, rgba(248,80,50,1)), color-stop(12%, rgba(241,111,92,1)), color-stop(13%, rgba(241,111,92,1)), color-stop(41%, rgba(241,111,92,1)), color-stop(75%, rgba(246,41,12,1)), color-stop(85%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}

body {
    background: #531113;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.wrapper {
    max-width: 650px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper--demo {
    overflow: visible;
}

    .wrapper--demo:after,
    .wrapper--demo:before {
        content: "";
        position: absolute;
        width: 800px;
        height: 100%;
        top: 0;
        left: 100%;
        background: rgba(10, 10, 10, 0.8);
        z-index: 2;
    }

    .wrapper--demo:before {
        left: -800px;
    }

a.title {
    text-decoration: none;
    cursor: pointer;
    float: left;
}

.title button {
    float: right;
    margin-top: 5px;
    border-radius: 6px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #1A1A1A;
}

    .title button:focus {
        float: right;
        margin-top: 5px;
        border-radius: 6px;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #1A1A1A;
    }

    .title button:active {
        float: right;
        margin-top: 5px;
        border-radius: 6px;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #1A1A1A;
    }

    .title button:hover {
        float: right;
        margin-top: 5px;
        border-radius: 6px;
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #1A1A1A;
    }

.carousel {
    width: 100%;
    position: relative;
    padding: 0 5px;
    background: rgb(52, 11, 12);
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: rgb(52, 11, 12);
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.carousel .carousel__content {
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0, 0, 0);
}

    .carousel .carousel__content .item {
        display: block;
        float: left;
        width: 100%;
        position: relative;
    }

        .carousel .carousel__content .item .title {
            position: absolute;
            /* top: 100%; */
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 0;
            font-size: 2.5rem;
            width: 100%;
            text-align: center;
            letter-spacing: .3rem;
            color: #FFF;
            background-color: rgba(10, 10, 10, 0.8);
        }

        .carousel .carousel__content .item .title--sub {
            margin-top: 20px;
            font-size: 1.2em;
            opacity: .5;
        }

        .carousel .carousel__content .item img {
            width: 100%;
            max-width: 100%;
            display: block;
        }

.carousel .carousel__nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -17px;
    left: 0;
    z-index: 1;
}

    .carousel .carousel__nav .nav {
        position: absolute;
        top: 0;
        color: #000;
        background: #FFF;
        padding: 8px 12px;
        font-weight: bold;
        text-decoration: none;
        font-size: .8rem;
        transition: padding .25s ease;
    }

        .carousel .carousel__nav .nav:hover {
            padding: 8px 20px;
        }

    .carousel .carousel__nav .nav--left {
        border-radius: 0px 3px 3px 0px;
    }

    .carousel .carousel__nav .nav--right {
        right: 0;
        border-radius: 3px 0px 0px 3px;
    }

.navbar-inverse {
    background-color: #fff;
    /*border-color: #fff;*/
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(0%, rgba(19,19,19,1)), color-stop(13%, rgba(102,102,102,1)), color-stop(18%, rgba(89,89,89,1)), color-stop(64%, rgba(17,17,17,1)), color-stop(85%, rgba(44,44,44,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(97%, rgba(43,43,43,1)), color-stop(100%, rgba(43,43,43,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2b2b2b', GradientType=0 );
    border-top: 2px solid #606060;
    margin: 7px 0% 0% 0%;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        background: rgba(248,80,50,1);
        background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(7%, rgba(248,80,50,1)), color-stop(12%, rgba(241,111,92,1)), color-stop(13%, rgba(241,111,92,1)), color-stop(41%, rgba(241,111,92,1)), color-stop(75%, rgba(246,41,12,1)), color-stop(85%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
        background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
    }

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('https://cdn.district.in/ticketnew/partners/fonts/4/BigNoodleTitling.eot?#iefix') format('embedded-opentype'), url('https://cdn.district.in/ticketnew/partners/fonts/4/BigNoodleTitling.woff') format('woff'), url('https://cdn.district.in/ticketnew/partners/fonts/4/BigNoodleTitling.ttf') format('truetype'), url('https://cdn.district.in/ticketnew/partners/fonts/4/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
    font-weight: normal;
    font-style: bold;
}


.brand {
    width: 25%;
    /*display: inline-block;*/
}

    .brand img {
        width: 85%;
        margin: 3% 0% 0%;
    }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 99%;
    /*height:300px;*/
    margin: auto;
}
/*span.item1 {
    width: 64.5%;
    margin-left: 2%;
    height: 26px;
    background: rgba(0, 0, 0, 0.84);
	float:left;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    position: relative;
    top: -21px;
   
    color: #fff;
       padding: 4px 0px 0px 4px;
    font-size: 13px;
}
*/
span.item1 {
    width: 56%;
    /* margin-left: 2%; */
    height: 26px;
    background: rgba(0, 0, 0, 0.84);
    float: left;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    position: relative;
    top: -17px;
    color: #fff;
    padding: 5px 0px 0px 4px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

span.item3 {
    width: 40%;
    /* margin-left: 2%; */
    height: 26px;
    background: rgb(248, 80, 50);
    /* float: left; */
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    position: relative;
    top: -249px;
    color: #fff;
    padding: 5px 0px 0px 4px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    span.item3 p {
        display: inline;
        margin-left: 5px;
    }

div#YouTubeModalContent {
    width: 103%;
    height: 100%;
}
/*span.item2 {
    width: 32%;
    margin-right: 1.5%;
    height: 26px;
    background: rgba(0, 0, 0, 0.84);
	float:right;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    position: relative;
    top: -21px;
    text-align: center;
    color: #fff;
    padding: 2px 0;
}*/
span.item2 {
    width: 44%;
    /* margin-right: 1.5%; */
    height: 26px;
    background: rgba(0, 0, 0, 0.84);
    float: right;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    position: relative;
    top: -17px;
    text-align: center;
    color: #fff;
    padding: 2px 0;
}

.thumbnail {
    background-color: transparent;
    border: 1px solid transparent;
    margin-bottom: -10px;
}

.margin-top {
    margin-top: 5px;
}

.carousel-control.left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

i.fa.fa-play-circle {
    color: #fff;
}

.carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.navbar {
    margin-bottom: 0px;
}

.container .text-muted {
    margin: 20px 0;
}

.container {
    overflow: hidden;
    /*width:90%;*/
    /*margin-bottom: 10px;*/
}

    .container.thumbnail-movie {
        max-width: 70%;
    }

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-bg {
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(18%, rgba(76,76,76,1)), color-stop(53%, rgba(43,43,43,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
    margin: 0px;
}

.footer-nav li {
    display: inline-block;
    text-decoration: none;
    padding: 15px 0px;
    float: left;
}


ul.footer-nav {
    float: left;
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0px;
}

.footer-nav a {
    color: #fff;
    text-transform: uppercase;
    border-right-style: 1px solid #FFFFFF;
    padding: 0px 6px;
    text-decoration: none;
    /* font-family: "BigNoodleTitling" !important; */
    font-size: 11px;
    border-right: 1px solid #fff !important;
}

    .footer-nav a:last-child {
        border-right: none;
    }

/* coming soon */


.about-para p {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}

.about-para1 p {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3 {
    font-family: "BigNoodleTitling" !important;
    color: #fff;
    margin: 12px 20px 10px 5px !important;
    font-size: 28px;
}

.bgg { /*border: 10px solid transparent;
    padding: 5px;*/
    /*-webkit-border-image: url(https://cdn.district.in/ticketnew/partners/img/4/img.png) 30 stretch;  Safari 3.1-5 
    -o-border-image: url(border.png) 30 round;  Opera 11-12.1 
    border-image: url(https://cdn.district.in/ticketnew/partners/img/4/img.png) 30 stretch;*/
    background-color: rgba(0, 0, 0, 0.38);
    /*width: 100%;*/
    margin: 0 auto;
}

.menutab ul li {
    margin: 0px;
    border: none !important;
}

.menutab ul {
    margin: 0px;
    padding: 0px;
    width: 98%;
}

.menutab li a {
    color: #F60 !important;
}

.gallery ul {
    padding: 0 0 0 0;
    margin: 7px 0 0 0;
}

    .gallery ul li {
        list-style: none;
        margin-bottom: 25px;
    }
        /*.gallery ul li img {
          cursor: pointer;
		  border: 5px solid #383637;
      }*/
        .gallery ul li img {
            cursor: pointer;
            border: 0px solid #383637;
            height: 200px;
        }

.modal-body {
    padding: 5px !important;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
    margin-top: 2px;
}

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}
/*override modal for demo only*/
.modal-dialog {
    max-width: 500px;
    padding-top: 90px;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        padding-top: 90px;
    }
}

@media screen and (max-width:1500px) {
    #ads {
        display: none;
    }
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/

/**** disabling Isotope CSS3 transitions ****/

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px 0;
}

    .portfolio-filter > li {
        display: inline-block;
    }

    .portfolio-items > li {
        float: left;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .portfolio-items.col-2 > li {
        width: 50%;
    }

    .portfolio-items.col-3 > li {
        width: 33%;
    }

    .portfolio-items.col-4 > li {
        width: 25%;
    }

    .portfolio-items.col-5 > li {
        width: 20%;
    }

    .portfolio-items.col-6 > li {
        width: 16%;
    }

.portfolio-item {
    padding: 0;
    margin: 0;
}

    .portfolio-item .item-inner {
        /*background: #383637;*/
        padding: 10px 10px 0;
        margin: 0 20px 20px 0;
        position: relative;
    }

    .portfolio-item img {
        width: 100%;
    }

    .portfolio-item h5 {
        background: #383637;
        margin: 0;
        padding: 10px 0;
        font-weight: 700;
        font-size: 14px;
        color: #F60;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

    .portfolio-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        vertical-align: middle;
    }

        .portfolio-item .overlay .preview {
            position: relative;
            top: 50%;
            display: inline-block;
            margin-top: -20px;
        }

    .portfolio-item:hover .overlay {
        opacity: 1;
    }


.portfolio-filter li {
    padding: 10px;
}

.btn {
    padding: 6px 40px;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(7%, rgba(248,80,50,1)), color-stop(12%, rgba(241,111,92,1)), color-stop(13%, rgba(241,111,92,1)), color-stop(41%, rgba(241,111,92,1)), color-stop(75%, rgba(246,41,12,1)), color-stop(85%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
    border: 1px solid #E73827;
}

font-weight:bold;
}

.btn-default {
    color: #333;
    font-weight: bold;
}


    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        color: #333;
        background-color: none !important;
    }

.social i {
    float: right !important;
    color: #fff;
    /*margin-top:20px;*/
    padding: 16px 5px;
}


.contact_space {
    padding-top: 100px;
}

.contact_wrap {
    font-family: 'microextendflfregular';
    letter-spacing: 0.5px;
}

.contact_address {
    float: left;
    font-size: 16px;
    padding-bottom: 20px;
}

.contact_form {
    font-size: 16px;
    padding-bottom: 20px;
}

.contact_map {
    padding-bottom: 20px;
}

.contact_form li {
    padding-top: 5px;
    list-style: outside none none;
    color: #fff;
}

.textbox_size {
    height: 25px;
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    background: #210B0B;
}

.footer-submenu li {
    list-style: none;
    color: #666;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    text-align: center;
}

    .footer-submenu li a {
        text-decoration: none;
    }

.bgg1 {
    width: 85%;
}

.advertise {
    margin: 0px 0px 10px 10px;
}

    .advertise a {
        color: #fff;
    }

    .advertise p {
        text-indent: 20px;
    }

.advertise-texts {
    color: #F3B10E;
    font-size: 60px;
    margin: 0% 2% 0% 0%;
}

.news-event-text {
    font-family: arial;
    font-weight: bold;
    color: #FC0;
}

.feedback-text {
    color: #FC0;
    margin: 1% 5%;
}

@media screen and (max-width: 320px) {
    .footer-nav a {
        text-transform: lowercase;
        padding: 0px 3px;
        font-size: 9px;
    }

    .footer-nav li {
        padding: 0px 0px;
    }

    .social i {
        padding: 0px 3px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .brand {
        width: 50%;
    }

    h1, h2, h3 {
        font-size: 10px;
    }
}


@media screen and (max-width: 460px) {
    .footer-nav a {
        text-transform: lowercase;
        padding: 0px 3px;
        font-size: 9px;
    }

    .footer-nav li {
        padding: 0px 0px;
    }

    .social i {
        padding: 0px 3px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .brand {
        width: 50%;
    }

    h1, h2, h3 {
        font-size: 10px;
    }


    textarea {
        overflow: auto;
        width: 100%;
    }

    .textbox_size {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .footer-nav a {
        text-transform: lowercase;
        padding: 0px 3px;
        font-size: 9px;
    }

    .footer-nav li {
        padding: 0px 0px;
    }

    .social i {
        padding: 0px 3px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .brand {
        width: 50%;
    }

    h1, h2, h3 {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer-nav a {
        text-transform: lowercase;
        padding: 0px 3px;
        font-size: 9px;
    }

    .footer-nav li {
        padding: 0px 0px;
    }

    .social i {
        padding: 0px 3px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .brand {
        width: 50%;
    }

    h1, h2, h3 {
        font-size: 10px;
    }
}

@media screen and (max-width: 800px) {



    .footer-nav {
        padding: 4px;
    }

        .footer-nav a {
            text-transform: lowercase;
            padding: 0px 7px;
            font-size: 11px;
        }

        .footer-nav li {
            padding: 0px 0px;
        }

    .social i {
        padding: 0px 4px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .nav li a {
        font-family: "BigNoodleTitling" !important;
        font-size: 12px;
        color: #FFF !important;
    }

    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 6px;
    }

    h1, h2, h3 {
        font-family: "BigNoodleTitling" !important;
        color: #FFF;
        margin: 10px 0px 0px 10px;
        font-size: 15px;
    }
}



@media screen and (max-width: 980px) {



    .footer-nav {
        padding: 4px;
    }

        .footer-nav a {
            text-transform: lowercase;
            padding: 0px 3px;
            font-size: 11px;
        }

        .footer-nav li {
            padding: 0px 0px;
        }

    .social i {
        padding: 0px 4px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .nav li a {
        font-family: "BigNoodleTitling" !important;
        font-size: 12px;
        color: #FFF !important;
    }

    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 14px;
    }

    h1, h2, h3 {
        font-family: "BigNoodleTitling" !important;
        color: #FFF;
        margin: 10px 0px 0px 10px;
        font-size: 20px;
    }

    .menutab li a {
        color: #F60 !important;
    }

    .btn {
        padding: 6px 20px;
    }

    .portfolio-items.col-4 > li {
        width: 85% !important;
        margin: 0px 0px 0px 0px;
    }

    .btn {
        padding: 6px 6.4px !important;
        width: 60px !important;
        font-size: 10px;
    }

    .portfolio-filter li {
        padding: 10px 0px 0px 8px !important;
    }

    .advertise-texts {
        font-size: 25px;
    }

    .news-event-text {
        margin: 10px 0px 0px 14px;
    }

    .feedback-text {
        color: #FC0;
    }

    .about-para1 p {
        font-size: 11px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 98%;
        margin: auto;
    }
}




@media only screen and (min-device-width: 500px) and (max-device-width: 960px) {

    .navbar-inverse {
        background-color: #fff;
        /*border-color: #fff;*/
        background: rgba(76,76,76,1);
        background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(0%, rgba(19,19,19,1)), color-stop(13%, rgba(102,102,102,1)), color-stop(18%, rgba(89,89,89,1)), color-stop(64%, rgba(17,17,17,1)), color-stop(85%, rgba(44,44,44,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(97%, rgba(43,43,43,1)), color-stop(100%, rgba(43,43,43,1)));
        background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
        background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
        background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
        background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 0%, rgba(102,102,102,1) 13%, rgba(89,89,89,1) 18%, rgba(17,17,17,1) 64%, rgba(44,44,44,1) 85%, rgba(28,28,28,1) 91%, rgba(43,43,43,1) 97%, rgba(43,43,43,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2b2b2b', GradientType=0 );
        border-top: 2px solid #606060;
        margin: 7px 0% 0% 0%;
    }

    .footer-nav {
        padding: 4px;
    }

        .footer-nav a {
            text-transform: lowercase;
            padding: 0px 9px;
            font-size: 13px;
        }

        .footer-nav li {
            padding: 0px 0px;
        }

    .social i {
        padding: 0px 4px;
    }

    .fa-2x {
        font-size: 1.2em;
    }

    .footer-submenu li {
        margin: 0% 3% 0% -18%;
        font-size: 9px;
    }

    .nav li a {
        font-family: "BigNoodleTitling" !important;
        font-size: 12px;
        color: #FFF !important;
    }

    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 14px;
    }

    h1, h2, h3 {
        font-family: "BigNoodleTitling" !important;
        color: #FFF;
        margin: 10px 0px 0px 10px;
        font-size: 18px;
    }

    .menutab li a {
        color: #F60 !important;
    }

    .btn {
        padding: 6px 20px;
    }

    .portfolio-items.col-4 > li {
        width: 25% !important;
    }

    .btn {
        padding: 6px 6.4px !important;
        width: 60px !important;
        font-size: 10px;
    }

    .portfolio-filter li {
        padding: 10px 0px 0px 8px !important;
    }

    .advertise-texts {
        font-size: 25px;
    }

    .footer-bg {
        background: rgba(76,76,76,1);
        background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(18%, rgba(76,76,76,1)), color-stop(53%, rgba(43,43,43,1)), color-stop(100%, rgba(19,19,19,1)));
        background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
        background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
        background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
        background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 18%, rgba(43,43,43,1) 53%, rgba(19,19,19,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
    }

    .news-event-text {
        margin: 10px 0px 0px 14px;
    }

    .feedback-text {
        color: #FC0;
        margin: 1% 19% !important;
    }

    .about-para1 p {
        font-size: 14px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 98%;
        margin: auto;
    }
}
/* @media (min-width: 461px) and (max-width: 767px) {
 	span.item1
	{
		display:none;
	}
	span.item2 {
 
    margin-right: 23.5%;
	width:53%;
	}
 }*/

.gallery-align {
    position: relative;
    left: 8px;
}

.gallery-align1 {
    position: relative;
    left: 18px;
}

.gallery-align2 {
    position: relative;
    left: 28px;
}



















.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

    .cd-header h1 {
        color: #ffffff;
        line-height: 150px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 300;
    }

@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 180px;
    }

        .cd-header h1 {
            line-height: 180px;
        }
}

.cd-main-content {
    position: relative;
}

    .cd-main-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-main-content.is-fixed .cd-gallery {
        /*padding-top: 76px;*/
    }

    .cd-main-content.is-fixed .cd-filter {
        position: fixed;
        height: 100vh;
        overflow: hidden;
    }

        .cd-main-content.is-fixed .cd-filter form {
            height: 100vh;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }

    .cd-main-content.is-fixed .cd-filter-trigger {
        position: fixed;
    }

@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        /*padding-top: 90px;*/
    }
}

@media only screen and (min-width: 1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        /* padding-top: 100px;*/
    }
}



/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

    .cd-tab-filter-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }

.cd-tab-filter {
    position: relative;
    height: 50px;
    width: 144px;
    margin: 0 auto;
    z-index: 1;
    float: right;
    /* margin-right: 2px;*/
}

    .cd-tab-filter::after {
        /* small arrow icon */
        content: '';
        position: absolute;
        right: 14px;
        line-height: 30px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("cd-icon-arrow.svg") no-repeat center center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .cd-tab-filter ul {
        position: absolute;
        top: 8px;
        left: 0;
        /* background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;*/
    }

    .cd-tab-filter li {
        display: none;
    }

        .cd-tab-filter li:first-child {
            /* this way the placehodler is alway visible */
            display: block;
        }

    .cd-tab-filter a {
        display: block;
        background-color: RGBA(0, 0, 0, 0.3);
        /* set same size of the .cd-tab-filter */
        height: 30px;
        width: 140px;
        line-height: 30px;
        padding-left: 14px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

        .cd-tab-filter a.selected {
            background: transparent linear-gradient(to bottom, #F85032 0%, #F85032 7%, #F16F5C 12%, #F16F5C 13%, #F16F5C 41%, #F6290C 75%, #F02F17 85%, #E73827 100%) repeat scroll 0% 0%;
            border: 1px solid #E73827;
            color: #ffffff;
        }

    .cd-tab-filter.is-open::after {
        /* small arrow rotation */
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .cd-tab-filter.is-open ul {
        box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
    }

        .cd-tab-filter.is-open ul li {
            display: block;
        }

    .cd-tab-filter.is-open .placeholder a {
        /* reduces the opacity of the placeholder on mobile when the menu is open */
        opacity: .4;
    }

@media only screen and (min-width: 768px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: 100%;
        cursor: auto;
        top: 9px;
    }

        .cd-tab-filter::after {
            /* hide the arrow */
            display: none;
        }

        .cd-tab-filter ul {
            background: transparent;
            position: static;
            box-shadow: none;
            margin: 0% 0% 0% 0.5%;
        }

        .cd-tab-filter li {
            display: inline-block;
            background: #FFF;
            color: #000;
            border-radius: 3px;
        }

            .cd-tab-filter li.placeholder {
                display: none !important;
            }

        .cd-tab-filter a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #000;
            text-transform: uppercase;
            font-weight: 700;
            /* font-size: 1.3rem;*/
        }

            .cd-tab-filter a.selected {
                display: inline-block;
                padding: 0 1em;
                width: auto;
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                height: 31px;
                /* font-size: 1.3rem;*/
            }

    .no-touch .cd-tab-filter a:hover {
        color: #000;
        text-decoration: none;
    }

    .cd-tab-filter a.selected {
        background: rgba(248,80,50,1);
        background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(7%, rgba(248,80,50,1)), color-stop(12%, rgba(241,111,92,1)), color-stop(13%, rgba(241,111,92,1)), color-stop(41%, rgba(241,111,92,1)), color-stop(75%, rgba(246,41,12,1)), color-stop(85%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
        background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(248,80,50,1) 7%, rgba(241,111,92,1) 12%, rgba(241,111,92,1) 13%, rgba(241,111,92,1) 41%, rgba(246,41,12,1) 75%, rgba(240,47,23,1) 85%, rgba(231,56,39,1) 100%);
        background: transparent linear-gradient(to bottom, #F85032 0%, #F85032 7%, #F16F5C 12%, #F16F5C 13%, #F16F5C 41%, #F6290C 75%, #F02F17 85%, #E73827 100%) repeat scroll 0% 0%;
        text-decoration: none;
        border-radius: 3px;
    }


    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .cd-tab-filter.filter-is-visible {
            /* reduce width when filter is visible */
            width: 80%;
        }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
    padding: 0px 2%;
    width: 100%;
}

@media screen and (min-width: 444px) and (max-width: 776px) {
    .cd-gallery {
        padding: 0px 1%;
        width: 100%;
    }
}

.cd-gallery li {
    margin-bottom: 0em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none;
}

    .cd-gallery li.gap {
        /* used in combination with text-align: justify to align gallery elements */
        opacity: 0;
        height: 0;
        display: inline-block;
    }

.cd-gallery img {
    display: block;
    width: 100%;
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .cd-gallery {
        padding: 0px 1%;
    }

        .cd-gallery ul {
            text-align: justify;
        }

            .cd-gallery ul:after {
                content: "";
                display: table;
                clear: both;
            }

        .cd-gallery li {
            width: 24%;
            margin-bottom: 0px;
        }
}

@media only screen and (min-width: 1170px) {
    .cd-gallery {
        padding: 0px 0.6%;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .cd-gallery li {
            width: 23%;
        }

        .cd-gallery.filter-is-visible {
            /* reduce width when filter is visible */
            width: 80%;
        }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #ffffff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .cd-filter::before {
        /* top colored bar */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #41307c;
        z-index: 2;
    }

    .cd-filter form {
        padding: 70px 20px;
    }

    .cd-filter .cd-close {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        width: 60px;
        color: #ffffff;
        font-size: 1.3rem;
        text-align: center;
        background: #37296a;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 3;
    }

.no-touch .cd-filter .cd-close:hover {
    background: #32255f;
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

    .cd-filter.filter-is-visible .cd-close {
        opacity: 1;
    }

@media only screen and (min-width: 1170px) {
    .cd-filter {
        width: 20%;
    }

        .cd-filter form {
            padding: 70px 10%;
        }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url("https://cdn.district.in/ticketnew/partners/img/4/img/cd-icon-filter.svg") no-repeat center center;
    z-index: 3;
}

    .cd-filter-trigger.filter-is-visible {
        pointer-events: none;
    }

@media only screen and (min-width: 1170px) {
    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .no-touch .cd-filter-trigger:hover {
        color: #41307c;
    }

    .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff;
    }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
    margin-bottom: 1.6em;
}

    .cd-filter-block h4 {
        /* filter block title */
        position: relative;
        margin-bottom: .2em;
        padding: 10px 0 10px 20px;
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.3rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

.no-touch .cd-filter-block h4:hover {
    color: #41307c;
}

.cd-filter-block h4::before {
    /* arrow */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("https://cdn.district.in/ticketnew/partners/img/4/img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

    .cd-filter-block input[type='search'],
    .cd-filter-block input[type='text'],
    .cd-filter-block select {
        width: 100%;
        padding: .8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-shadow: none;
    }

        .cd-filter-block input[type='search']:focus,
        .cd-filter-block input[type='text']:focus,
        .cd-filter-block select:focus {
            outline: none;
            background-color: #ffffff;
            border-color: #41307c;
        }

    .cd-filter-block input[type='search'] {
        /* custom style for the search element */
        border-color: transparent;
        background-color: #e6e6e6;
        /* prevent jump - ios devices */
        font-size: 1.6rem !important;
    }

        .cd-filter-block input[type='search']::-webkit-search-cancel-button {
            display: none;
        }

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

    .cd-filter-block .cd-select::after {
        /* switcher arrow for select element */
        content: '';
        position: absolute;
        z-index: 1;
        right: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 16px;
        height: 16px;
        background: url("https://cdn.district.in/ticketnew/partners/img/4/img/cd-icon-arrow.svg") no-repeat center center;
        pointer-events: none;
    }

.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem;
}

    .cd-filter-block select::-ms-expand {
        display: none;
    }

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

    .cd-filter-block .list li:last-of-type {
        margin-bottom: 0;
    }

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        /* custom radio and check boxes */
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        left: 0;
    }

    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::after {
        /* check mark - hidden */
        display: none;
    }

    .cd-filter-block .checkbox-label::after {
        /* check mark style for check boxes */
        width: 16px;
        height: 16px;
        background: url("https://cdn.district.in/ticketnew/partners/img/4/img/cd-icon-check.svg") no-repeat center center;
    }

    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        border-radius: 50%;
    }

    .cd-filter-block .radio-label::after {
        /* check mark style for radio buttons */
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        left: 5px;
    }

.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #41307c;
    background-color: #41307c;
}

.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
    display: block;
}

@-moz-document url-prefix() {
    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after;

{
    display: none;
}

}

.box {
    cursor: pointer;
    overflow: hidden;
}

    .box img {
        left: 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .box .overbox {
        background-color: rgba(0, 0, 0, 0.73);
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        padding: 25% 5%;
    }

    .box:hover .overbox {
        opacity: 1;
    }

    .box .overtext {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }

    .box .title {
        font-size: 2.5em;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.1s;
        transition-duration: 0.2s;
    }

    .box:hover .title, .box:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .box .tagline {
        font-size: 0.8em;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.2s;
    }

    .box:hover .tagline, .box:focus .tagline {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

.ticket {
    width: 30%;
    display: inline-block;
    margin-left: 10%;
    text-align: center;
}

.play-circle {
    width: 35%;
    display: inline-block;
    margin-left: 7%;
    text-align: center;
}

.ticket a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.play-circle a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: 5%;
}

.title.overtext {
    width: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media screen and (min-width: 441px) and (max-width: 767px) {
    .cd-gallery ul li {
        width: 100%;
    }

    .cd-gallery img {
        display: block;
    }
}

@media screen and (min-width: 320px) and (max-width: 440px) {
    .cd-gallery ul li {
        width: 100%;
    }
}

.box {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px !important;
}

    .box img {
        left: 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .box .overbox {
        background-color: rgba(0, 0, 0, 0.73);
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        padding: 25% 0% 25% 5%;
    }

    .box:hover .overbox {
        opacity: 1;
    }

    .box .overtext {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
    }

    .box .title {
        font-size: 2.5em;
        text-transform: uppercase;
        opacity: 0;
        transition-delay: 0.1s;
        transition-duration: 0.2s;
    }

    .box:hover .title, .box:focus .title {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .box .tagline {
        font-size: 0.8em;
        opacity: 0;
        transition-delay: 0.2s;
        transition-duration: 0.2s;
    }

    .box:hover .tagline, .box:focus .tagline {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

.ticket {
    width: 30%;
    display: inline-block;
    margin-left: 10%;
    text-align: center;
}

.play-circle {
    width: 50%;
    display: inline-block;
    margin-left: 7%;
    text-align: center;
}

.ticket a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.play-circle a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: 5%;
}

.title.overtext {
    width: 100%;
}

.overbox i.fa {
    color: #fff;
    font-size: 30px;
}
