body {
    font-family: 'Raleway';
    font-weight: 500;
    background-color: #000;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.p-5 {
    padding: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.p-10 {
    padding: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-15 {
    padding: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.p-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-7 {
    padding-top: 7px;
}

.m-0 {
    margin: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.m-5 {
    margin: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.m-10 {
    margin: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-15 {
    margin: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.m-20 {
    margin: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-35 {
    margin-top: 35px;
}


.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.container {
    width: 100%;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand > img {
        display: block;
        width: 130px;
    }

.navbar-inverse {
    background-color: rgba(94, 87, 40, 0.7294117647058823);
    border-color: #d3cb00;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #d0cdcd;
        font-weight: bold;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #101010;
        background-color: #d3cb00;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #a09e9e;
        background-color: transparent;
    }


.abtbck {2
    padding-top: 150px;
    margin: 0px;
    width: 100%;
    min-height: 626px;
    background-image: url(../images/abtbck.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 50px;
}

    .abtbck .sp_text {
        color: #b3a901;
    }

.filmsbck {
    padding-top: 150px;
    margin: 0px;
    width: 100%;
    min-height: 946px;
    background-image: url(../images/filmsbck.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 50px;
}

.contactbck {
    padding-top: 150px;
    margin: 0px;
    width: 100%;
    min-height: 626px;
    background-image: url(../images/contactbck.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 50px;
}

.picsbck {
    padding-top: 150px;
    margin: 0px;
    width: 100%;
    min-height: 626px;
    background-image: url(../images/picsbck.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 50px;
    margin-top: -50px;
}

.picsbckcontent {
    display: block;
    border: 1px solid #d3cb00;
    background-color: #0000008c;
    padding: 10px 10px;
    text-align: center;
    padding-bottom: 22%;
    text-decoration: none;
    font-size: 16px;
    color: #cecaca;
}

    .picsbckcontent:hover {
        text-decoration: none;
        color: #d3cb00;
    }

    .picsbckcontent img {
        max-width: 100%;
    }

    .picsbckcontent span {
        display: block;
        margin-top: -25%;
        margin-left: -8%;
    }

.videogallery a {
    cursor: pointer;
    margin-bottom: 15px;
}

    .videogallery a img {
        display: block;
        border: none;
        margin: 0;
        width: 100%;
    }

.videogallery .modal-body {
    padding: 0;
}

.videogallery .modal-header {
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
}

.videomodal {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .videomodal .modal-content {
        background-color: transparent;
    }

        .videomodal .modal-content #iframeYoutube {
            box-shadow: 0px 0px 8px #ccc50b;
            border-radius: 10px;
        }

    .videomodal .modal-footer {
        padding: 5px 10px 10px 10px;
        text-align: right;
        border-top: 0px solid #e5e5e5;
        background-color: #d3cb00;
    }

    .videomodal .btn-close {
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: transparent;
        color: #9c9707;
        padding: 2px 4px;
        font-size: 26px;
        line-height: 0;
        border: 1px solid #9c9707;
        border-radius: 16px;
        z-index: 9999;
    }

    .videomodal .btn-default.active.focus,
    .videomodal .btn-default.active:focus,
    .videomodal .btn-default.active:hover,
    .videomodal .btn-default:active.focus,
    .videomodal .btn-default:active:focus,
    .videomodal .btn-default:active:hover,
    .videomodal .open > .dropdown-toggle.btn-default.focus,
    .videomodal .open > .dropdown-toggle.btn-default:focus,
    .videomodal .open > .dropdown-toggle.btn-default:hover {
        color: #9c9707;
        background-color: transparent;
        border-color: #9c9707;
        outline: none;
    }


.menubck {
    background-color: #000;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: .9;
    z-index: 100;
    background-image: url(../images/buttonbck.jpg);
    background-repeat: repeat-x;
}

.mattermain {
    width: 100%;
    height: auto;
    background-color: #000;
}

    .mattermain .matter {
        background-color: rgba(211, 203, 0, 0.2901960784313726);
        font-family: cursive;
        font-size: 34px;
        line-height: 47px;
    }

.matter {
    width: 80%;
    background-color: rgba(211, 203, 0, 0.12156862745098039);
    border: 1px solid #a9a206;
    height: auto;
    color: #FFF;
    padding: 20px 20px;
    margin: 50px auto 0;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .3px;
}

.page-title {
    display: inline-block;
    background-color: #000;
    color: #efefef;
    margin: 0;
    padding: 5px 15px;
    text-transform: uppercase;
}

    .page-title span {
        color: #9e930b;
    }

.contactmatter {
    width: 80%;
    height: auto;
    background-color: rgba(65, 45, 56, 0.6392156862745098);
    border: 1px solid #a9a206;
    margin: 50px auto 0;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    letter-spacing: .3px;
    color: #FFF;
    padding: 20px;
}

    .contactmatter .details {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .contactmatter .details li {
        }

            .contactmatter .details li.contactText {
                margin-bottom: 30px;
                font-size: 15px;
                color: #b3ad05;
            }

            .contactmatter .details li .icon {
                float: left;
                width: 24px;
                color: #d3cb00;
            }

            .contactmatter .details li .text {
                float: left;
                font-size: 14px;
                letter-spacing: 0.9px;
            }

.contactForm {
}

    .contactForm h3 {
        background-color: #b3ad05;
        margin: 0px 0px 10px 0px;
        padding: 5px 10px;
        font-size: 20px;
        color: #171616;
        font-weight: 600;
    }

    .contactForm .form-control {
        background-color: rgba(82, 80, 80, 0.7490196078431373);
        color: #ccc9c9;
        border: 1px solid #b3ad05;
    }

    .contactForm .send {
        background-color: #000506 !important;
        border: 1px solid #b3ad05 !important;
        color: #b3b2a5 !important;
    }

        .contactForm .send .fa {
            color: #b3ad05;
        }

.abtmatter {
    width: 80%;
    background-color: #d3cb0078;
    border: 1px solid #a9a206;
    height: auto;
    color: #FFF;
    padding: 20px 20px;
    margin: 50px auto 0;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .3px;
}

.upcomingmain {
    width: 100%;
    height: auto;
    background: url(../images/bckmovie.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50px;
}

    .upcomingmain .video {
        background: transparent url(../images/video/1.jpeg) no-repeat 0 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .upcomingmain .hovereffect {
        /*margin: 0 auto;
	width:25%;*/
        float: none;
    }

        .upcomingmain .hovereffect .overlay {
            padding-top: 30%;
        }

#latestCarousel .hovereffect .overlay {
    padding-top: 5px;
}

@-webkit-keyframes pulseUP {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulseUP {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.upcomingmain .faa-pulse.animated,
.upcomingmain .faa-pulse.animated-hover:hover,
.upcomingmain .faa-parent.animated-hover:hover > .faa-pulse {
    -webkit-animation: pulseUP 10s linear infinite;
    animation: pulseUP 10s linear infinite;
}


.section-title {
    color: #8a8851;
    border-bottom: 1px solid #d3cb00;
    border-top: 1px solid #d3cb00;
    margin: 50px 0px 30px 0px;
    padding: 5px 0px;
}

    .section-title .left, .section-title .right {
        color: #5f5b02;
    }

        .section-title .left:hover, .section-title .right:hover {
            color: #d3cb00;
        }

.footer {
    color: #989306;
    width: 100%;
    background-image: url(../images/bckmovie.jpg);
    background-position: 50% 50%;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footer .copyright {
        display: block;
        margin-top: 10px;
    }

    .footer .trademarks {
        border-top: 1px solid #3a3701;
        padding: 4px 0px 0px 0px;
        margin: 0;
        font-size: 10px;
        color: #716d0a;
    }

.social-link {
}

    .social-link a {
        color: #635f04;
        font-size: 26px;
    }

        .social-link a:hover {
            color: #d3cb00;
            font-size: 26px;
        }

.voice {
    visibility: hidden;
}


.videomain {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.videomain1 {
    width: 1020px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#latestCarousel .hovereffect {
    width: 100%;
}

.carouselArea {
    margin-left: 0;
    margin-right: 0;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item.bg_banner {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px){
.item.bg_banner:nth-child(1) {
    background: url(../images/a_pic_3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(2) {
    background: url(../images/6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(3) {
    background: url(../images/a_pic_4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(4) {
    background: url(../images/1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(5) {
    background: url(../images/2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.item.bg_banner:nth-child(6) {
    background: url(../images/3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(7) {
    background: url(../images/4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.item.bg_banner:nth-child(8) {
    background: url(../images/7.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

}

@media (min-width: 778px){
.item.bg_banner:nth-child(1) {
    background: url(../images/a_pic_3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(2) {
    background: url(../images/6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(3) {
    background: url(../images/a_pic_4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(4) {
    background: url(../images/1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(5) {
    background: url(../images/2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.item.bg_banner:nth-child(6) {
    background: url(../images/3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(7) {
    background: url(../images/4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.item.bg_banner:nth-child(8) {
    background: url(../images/7.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

}


@media (max-width: 778px) {

.item.bg_banner:nth-child(1) {
    background: url(../images/a_pic_3m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(2) {
    background: url(../images/6_m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(3) {
    background: url(../images/a_pic_4m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(4) {
    background: url(../images/1m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(5) {
    background: url(../images/2m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(6) {
    background: url(../images/3m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(7) {
    background: url(../images/4m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item.bg_banner:nth-child(8) {
    background: url(../images/7m.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}




.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        background-color: rgba(119, 115, 5, 0.8901960784313725);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0,1);
        -ms-transform: scale(0,1);
        transform: scale(0,1);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        width: 100%;
    }

    .hovereffect:hover img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
        filter: brightness(0.6);
        -webkit-filter: brightness(0.6);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        font-size: 17px;
        background-color: transparent;
        color: #FFF;
        padding: 1em 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        margin-top: 50px;
    }

    .hovereffect .overlay .description {
        font-size: 12px;
        line-height: 19px;
        color: #cacaca;
        margin-top: 10px;
    }

        .hovereffect .overlay .description .title {
            color: #fbf208;
            display: block;
        }

        .hovereffect .overlay .description .content {
            color: #d0d0d0;
            display: block;
        }

    .hovereffect a, hovereffect p {
        color: #FFF;
        padding: 1em 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        text-align: center;
        text-decoration: none;
    }

    .hovereffect:hover a {
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        cursor: pointer;
        top: 0;
    }

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #020202;
}

.panel-primary {
    border-color: #d3cb00;
    background-color: rgba(25, 23, 12, 0.7215686274509804);
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #3e3305;
        border-color: #d3cb00;
    }

        .panel-primary > .panel-heading .clickable {
            cursor: pointer;
        }

.list-group {
    padding-left: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: rgba(59, 96, 113, 0.2901960784313726);
    border: 1px solid #ddd;
    color: #d3cb00;
    font-size: 12px;
}

    .list-group-item.active {
        background-color: #b7b003 !important;
        color: #000 !important;
        border-color: #b7b003 !important;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 16px;
        padding: 5px 10px;
    }

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    font-size: 34px;
    position: fixed;
    bottom: 31px;
    right: 208px;
    color: #b5ae06;
    z-index: 9999;
}

    .scrollup:hover {
        color: #d3cb00;
        opacity: 1;
    }
/****photoGallery****/
.photoGalleryContainer {
    margin-top: 150px;
    min-height: 610px;
}

    .photoGalleryContainer .page-title {
        background-color: #d3cb00;
        color: #000 !important;
        margin-bottom: 20px;
    }

        .photoGalleryContainer .page-title span {
            color: #fff;
        }

    .photoGalleryContainer p {
        display: none;
    }

.backLink {
    color: #d3cb00;
}

    .backLink:hover {
        color: #8e8908;
        text-decoration: none;
    }

.bspImgWrapper:hover:before {
    content: "\f00e";
    display: table-cell !important;
    vertical-align: middle;
    font-size: 35px;
    overflow: hidden;
    color: #928d09;
    background: #000000ab;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    padding-top: 16%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.fa-ellipsis-v:before {
    content: "\f142";
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    height: 9px;
    overflow: hidden;
    color: #000;
    position: absolute;
    right: 0;
    top: 38%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

/* Pulse1:hover */
@-webkit-keyframes pulse1 {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulse1 {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.pulse1 {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border: 1px solid #d3cb00;
}

    .pulse1:hover, .pulse1:focus, .pulse1:active {
        -webkit-animation-name: pulse1;
        animation-name: pulse1;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

ul.first li.pulse1 {
    border: 0px solid #d3cb00;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .logo {
        width: 100px;
        height: 353px;
        float: left;
        position: absolute;
        top: 120px;
        left: 20px;
    }

        .logo object {
            width: 545px;
            height: 355px;
        }

            .logo object embed {
                width: 545px;
                height: 355px;
            }

    .photoGallery .modal-dialog {
        width: 500px;
        padding-top: 90px;
    }

    .modal-dialog {
        width: 600px;
        margin: 7% auto;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .logo img{
        width: 300px;
    }
    .logo #music{
            top: 70px !important;
    left: 60px !important;
    width: 25px;
    }
}
@media (max-width: 767px) {
    html, body, .carousel, .carousel-inner, .carousel-inner .item.bg_banner {
        width: 100%;
        height: auto;
    }

    .navbar-brand > img {
        display: block;
        width: 100px;
    }

    .logo {
        width: 100px;
        height: 353px;
        float: left;
        position: absolute;
        top: 50px;
        left: 20px;
    }

        .logo img {
            width: 230px;
        }

        .logo #music {
            top: 55px !important;
            left: 47px !important;
            width: 20px;
        }

        .logo object {
            display: none;
        }

    .navbar-inverse .navbar-toggle {
        border-color: #d3cb00;
        background-color: #d3cb00;
        margin-top: 15px;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #757108;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #757108;
    }

    .navbar-nav {
        background-color: #15130aba;
        margin: 0 -15px;
    }

    .mattermain .matter {
        margin-top: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .abtbck {
        padding-top: 100px;
    }

    .matter {
        width: 100%;
        margin-top: 0px;
    }

    .list-group {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .picsbck .col-sm-3 {
        margin-bottom: 80px;
    }

    .picsbck .videogallery .col-sm-3 {
        margin-bottom: 25px;
    }

    .videomodal .modal-content {
        margin-top: 60px;
    }
}

@media (max-width: 500px) {
    .hovereffect .overlay {
        padding-top: 14%;
    }

  .carousel {
        height: 265px;
    }
 .carousel .col-xs-4 {
     width: auto;
 }
    .carousel-inner .item.bg_banner {
        width: 100%;
        height: 250px;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        width: 100%;
       height: 307px !important;
    }

    .upcomingmain .hovereffect {
        margin: 0 auto;
        width: auto;
    }

        /*.upcomingmain .hovereffect img {
            height: 450px !important;
        }*/

        .upcomingmain .hovereffect .overlay {
            padding-top: 20%;
        }
}
.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    opacity: .5;
    z-index: 9;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.fa-angle-left, .fa-angle-right{
    font-size: 35px !important;
}


.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.social-icon-bar {
            position: fixed;
            top: 85%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 99;
        }

            .social-icon-bar a {
                display: block;
                text-align: center;
                padding: 3px;
                transition: all 0.3s ease;
                color: white;
                font-size: 16px;
            }

                .social-icon-bar a:hover {
                    background-color: #000;
                }

            .social-icon-bar .facebook {
                background: #3B5998;
                color: white;
            }

            .social-icon-bar .twitter {
                background: #55ACEE;
                color: white;
            }

            .social-icon-bar .google {
                background: #dd4b39;
                color: white;
            }

            .social-icon-bar .linkedin {
                background: #007bb5;
                color: white;
            }

            .social-icon-bar .youtube {
                background: #bb0000;
                color: white;
            }