/*Desktop View*/
/*Home*/
/*Banner*/
.home-bnr.bnr {
    /*background: url('../images/home/bnr.jpg') no-repeat top center;*/
    background-size: cover;
    /*padding: 6% 0 20%;*/
    margin-top: 0;
}

.bancontent {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 24%;
}

@media screen and (max-width: 930px) {
	.bancontent {	
	    top: 20%;
	}
}

.movie-container {
	position: relative;
}

.movie-container > a {
	float: left;
}

.movie-container > a:after {
	display: block;
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.bnr-ovrly {
    padding: 0;
    height: auto;
    z-index: 0;
}

.clsbblocks {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0px 6% 7%;
}

.clsbblocks h1 {
    color: #ffa600;
    font-family: "Lato";
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
}

    .clsbblocks a {
        color: #ffa600;
        text-decoration: none;
    }


	.clsbblocks h1 span {
		color: #ffffff;
		display: block;
		/* background: rgba(255, 166, 0, 0.7); */
		display: inline-block;
		padding: 0;
	    letter-spacing: 1px;
    }

	.clsbblocks .Information-text {
		    font-size: 22px;
	}

    .clsbblocks p {
        color: #ffffff;
        font-family: "Lato";
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0 0;
        /*padding: 0 12px 0 0;*/
    }

/*.clsbantop p > span {
    margin: 0 8px;
}*/

.clsban-btn {
    position: relative;
    margin: 1% 0 0;
}

.clsbtn {
    float: left;
    display: block;
    font-family: 'Lato';
    font-size: 16px;
    height: auto;
    margin: 0;
    max-width: 200px;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
    margin-right: 20px;
}

.clsban-btn .clsbuybbtn {
    background: #ffa600;
    border: 3px solid #ffa600;
    color: #2b2b2b;
    position: relative;
}

    .clsban-btn .clsbuybbtn a:hover {
        background: #ffa600;
        border: 3px solid #ffa600;
        color: #000000;
        position: relative;
    }

    .clsban-btn .clsbuybbtn a {
    }

.clsban-btn .clstrailbbtn {
    top: 0;
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    position: relative;
}

    .clsban-btn .clstrailbbtn a:hover {
        top: 0;
        background: transparent;
        border: 3px solid #ffffff;
        color: #000000;
        position: relative;
    }

.clsbuybbtn img {
	left: 30px;
    position: absolute;
    top: 16px;
    width: 18px;
}

.clstrailbbtn img {
    left: 50px;
    position: absolute;
    top: 17px;
width: auto;
}

.clsbtn span {
    color: #010f25;
    margin-left: 15px;
    font-family: 'Lato';
    margin-left: 15px;
    font-weight: 800; 
}

.clsbtn:focus {
	outline: 0;
}

    .clsbtn span:hover {
        color: #000000;
        margin-left: 15px;
        font-family: 'Lato';
        margin-left: 15px;
    }

.slideshow-container {
    max-width: 1920px;
    text-align: center;
    position: relative;
    margin: auto;
    max-height: 680px;
    overflow: hidden;
}

.mySlides {
    display: none;
}

    .mySlides > a > img {
        max-width: 1920px;
        width: 100%;
        height: 680px;
    }


.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #212121;
    font-size: 85px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

    .w3-button:hover {
        color: #ffa600 !important;
        /*background-color: #ffa600 !important;*/
    }

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

#synopsis {
    /*display: none;*/
}

.desktopView
{
display:block;
}


.mobileView
{
display:none;
}



@media screen and (max-width: 1456px) {
    .w3-btn, .w3-button {
        padding: 12px 8px;
    }
}



@media screen and (max-width: 1100px) {

    .clsviewall {
        margin-top: 0;
    }

    .slideshow-container {
        height: auto;
    }

    .mySlides > a > img {
        width: 100%;
    }

.location {
    width: 17%;
}
}


@media screen and (max-width: 982px) {

}

@media screen and (max-width: 960px) {
    .clsbblocks h1 {
        font-size: 34px;
        line-height: 50px;
    }

.location a {
    font-size: 13px;
	}
}


@media screen and (max-width: 880px) {
    .clsbblocks h1 {
        font-size: 34px;
        line-height: 40px;
    }
}


@media screen and (max-width: 760px) {
    .clsbblocks h1 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 720px) {

    .w3-btn, .w3-button {
        padding: 12px 8px;
        font-size: 54px;
    }
}

@media screen and (max-width: 660px) {
    #synopsis {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    #rating {
        display: none;
	}

    .w3-btn, .w3-button {
        padding: 8px 4px;
    }

    .clsbtn {
        margin-top: 10px;
        margin-right: 10px;
        padding: 15px 0;
    }

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 170px;
    }
}

@media screen and (max-width: 500px) {

    .clsbtn {
        padding: 10px 0;
    }

    .clsbuybbtn img {
        left: 10px;
        position: absolute;
        top: 9px;
        width: auto;
        height: auto;
    }

    .clstrailbbtn img {
        left: 30px;
        position: absolute;
        top: 9px;
        width: auto;
        height: auto;
    }

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 150px;
    }
}

@media screen and (max-width: 440px) {

    .clsbblocks h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 130px;
    }
}

@media screen and (max-width: 400px) {

    .clsbblocks h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 130px;
    }
	.satpalanchors {
	display:block;
	}
}

@media screen and (max-width: 380px) {
    .clsbtn {
        margin-top: 10px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 360px) {

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 120px;
    }
}

@media screen and (max-width: 340px) {

    #buyticketimage {
        display: none;
    }

    #trailerbuttonimage {
        display: none;
    }

    .clsbtn {
        padding: 5px 0;
    }

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 95px;
    }

    .clsbtn span {
        margin-left: 0px;
    }
}
/*Section 0*/
.cmn-sec-0 {
    /*background: #ffa600 url(../images/home/sec0-bg.jpg)top center;*/
    height: auto;
    background-size: 100% 100%;
    float: left;
    padding: 240px 0 33px; /*17% 0 33px;*/
    width: 100%;
    position: relative;
    background: linear-gradient(rgba(255, 166, 0, 0.7), rgba(255, 166, 0, 0.9) ), url(../images/home/sec0-bg.jpg);
}

.sec-0 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.s0-all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}
/*Slider*/
.clsslider {
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -200px;
    width: 100%;
}

    .clsslider h2 {
        font-family: 'Lato';
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

.ca-item-main {
    position: relative;
    cursor: pointer;
}

    .ca-item-main:hover .pdetail {
        display: block !important;
    }

    .ca-item-main > img {
        width: 100%;
    }

.pdetail {
    display: none;
    background: #212121;
    padding: 25px 0 10px;
    text-align: center;
    margin: -18px 0 0;
    max-width: 100%;
    transition: all 3s ease;
    z-index: 9999;
}

    .pdetail a {
        background: #ffa600;
        border: 1px solid #ffa600;
        color: #ffffff;
        font-family: 'Lato';
        display: block;
        font-size: 14px;
        margin: 1% auto 0;
        max-width: 120px;
        padding: 3% 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        z-index: 0;
    }

        .pdetail a:hover {
            background: #212121;
            color: #ffa600;
        }

.ca-item h3 {
    color: #ffffff;
    font-weight: normal;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto 15px;
    text-align: center;
}

.pdetail p {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}

.pdetail span {
    display: block;
    text-transform: uppercase;
}

.ca-content ul {
    margin: 20px 35px;
    height: 30px;
}

    .ca-content ul li {
        float: left;
        margin: 0px 2px;
    }

        .ca-content ul li a {
            color: #fff;
            background: #000;
            padding: 3px 6px;
            font-size: 14px;
            font-style: italic;
        }

            .ca-content ul li a:hover {
                background: #fff;
                color: #000;
                text-shadow: none;
            }

.ca-nav span:hover {
    opacity: 1.0;
}

.home .clss1-center {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
}

.clsviewall {
    background: #212121;
    font-size: 16px;
    font-family: 'Lato';
    color: #ffffff;
    display: block;
    max-width: 260px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 75px auto 50px;
    width: 100%;
}
/*Section 1*/
.cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 80px;
    position: relative;
}

.sec-1 {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

    .sec-1 h2 {
        font-family: 'Lato';
        color: #0d0d0d;
        font-size: 42px;
        font-weight: normal;
        text-align: center;
        margin: 15px 0 60px;
        text-transform: uppercase;
    }

.clstabs {
    left: 0;
    position: absolute;
    text-align: center;
    top: -38px;
    width: 100%;
}

    .clstabs span {
        font-family: 'Lato';
        font-size: 16px;
        margin-right: 2px;
        padding: 20px 3%;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    .clstabs a {
        font-family: 'Lato';
        font-size: 16px;
        margin-right: 2px;
        padding: 20px 3%;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }

.clsgviewall {
    font-family: 'Lato';
    background: #ffa600;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
/*Section 2*/
.cmn-sec-2 {
    background: #020101 url('../images/home/sec2-bg.jpg') no-repeat top center;
    float: left;
    padding: 60px 0;
    height: auto;
    width: 100%;
}

.sec-2 {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.cls2blocks {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0;
    width: 100%;
}

.cls2bantop {
    max-width: 740px;
    width: 100%;
}

    .cls2bantop h1 {
        font-family: 'Lato';
        color: #ffffff;
        font-weight: normal;
        font-size: 45px;
        line-height: 48px;
        text-transform: uppercase;
        margin: 0;
    }

        .cls2bantop h1 span {
            display: block;
            color: #ffa600;
        }

    .cls2bantop p {
        font-family: 'Lato';
        color: #ffffff;
        font-size: 20px;
        line-height: 25px;
        margin: 1% 0;
    }

.clss2-center {
    margin: 20px 0;
}

.clssubbtn {
    border: 3px solid #ffa600;
    color: #ffa600;
    display: block;
    font-family: "Lato";
    font-size: 16px;
    max-width: 150px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
/*.clsnow-mobile-slider .ca-nav span {background:transparent url('../images/arrow-mob.png') no-repeat top left;}*/
/*Now & Coming Slider*/
.clsnow-mobile-slider {
    margin: 0 auto;
    padding: 0;
    max-width: 945px;
}

    .clsnow-mobile-slider .ca-nav span {
        background: transparent url('../images/arrow-mob.png') no-repeat top left;
        top: 350px;
    }

.now-item {
    margin-bottom: 40px;
    position: relative;
}

    .now-item:hover .clsoverlay {
        display: block;
    }

.slider-height {
    height: 800px !important;
}

.clsmbtn {
    display: none;
}

.clsnow-mobile-slider .ca-nav {
    display: none;
}

.upcoming-event.clsnow-mobile-slider .ca-nav {
    display: block !important;
}
/*View*/
/* Grid View*/
.mobile-views .Grid-View li {
    width: 18.8%;
}

    .mobile-views .Grid-View li:hover .clsoverlay {
        display: block;
    }

.mobile-views .Grid-View .ca-item-main h4 {
    font-size: 18px;
    padding-left: 0;
    font-family: 'Lato';
    color: #000000;
    font-weight: normal;
    margin: 15px 0 5px;
}

.mobile-views .Grid-View .ca-item-main p {
    font-size: 13px;
    font-family: 'Lato';
    color: #000000;
    margin: 0;
}
/* List View*/
.List-View .now-item .clsoverlay {
    display: none !important;
}

.List-View .clsnow-img {
    float: left;
    width: 16%;
}

.List-View .clsnow-desc {
    float: right;
    height: auto;
    padding-left: 30px;
    text-align: left;
    width: 78%;
}

.clsOButtons {
    margin: 30px 0 0;
    width: 20%;
}

.List-View h4 {
    font-size: 24px;
    text-transform: uppercase;
}

.List-View p {
    font-size: 16px;
    text-align: left;
}

.List-View .clsnow-img > img {
    height: 100%;
}

.List-View li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    width: 95%;
}
/*Section 3*/
.cmn-sec-3 {
    width: 100%;
    height: auto;
    float: left;
    padding: 8% 0;
}

.sec-3 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.s3-all h1 {
    font-family: 'Lato';
    color: #212121;
    font-weight: normal;
    font-size: 42px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.clsmovie-list {
    margin: 6% auto;
    max-width: 1024px;
    width: 100%;
}

    .clsmovie-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .clsmovie-list li {
        float: left;
        list-style: none;
        margin-bottom: 2px;
        cursor: pointer;
        margin-right: 6px;
        width: 19.5%;
        position: relative;
    }

        .clsmovie-list li:hover .clsmoverylay {
            display: block;
        }

    .clsmovie-list img {
        height: 300px;
        width: 100%;
    }

.clsmoverylay {
    display: none;
    background: rgba(33,33,33,0.6);
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.open-height {
    height: 600px !important;
}
/*Section 4*/
.cmn-sec-4 {
    background: url('../images/home/sec4-bg.jpg') no-repeat top center;
    width: 100%;
    height: auto;
    float: left;
    padding: 96px 0;
}

.sec-4 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.clss4-center h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: normal;
    text-align: center;
}

.cls4blocks {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0;
    width: 100%;
}

.cls4bantop {
    text-align: center;
    width: 100%;
}

    .cls4bantop h1 {
        font-family: 'Lato';
        color: #ffffff;
        font-weight: normal;
        font-size: 45px;
        line-height: 48px;
        text-transform: uppercase;
        margin: 0;
    }

        .cls4bantop h1 span {
            color: #ffa600;
        }

    .cls4bantop p {
        font-family: 'Lato';
        color: #ffffff;
        font-size: 20px;
        line-height: 25px;
        margin: 1% 0;
    }

.clss4-center {
    margin: 25px 0 0;
}

.clssubobtn {
    border: 3px solid #ffa600;
    color: #ffa600;
    display: block;
    font-family: "Lato";
    font-size: 16px;
    max-width: 150px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
}
/*Section 5*/
.cmn-sec-5 {
	background: #ECECEC;
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 0;
	display: none;
}

.cmn-sec-5 h1 {
    font-family: 'Lato';
    color: #010F25;
    font-size: 42px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    max-width: 630px;
    padding: 13px 0px;
    margin: -5px auto 45px;
    background: #ffc426;
}

.s5-all {
    background: #f2f2f2 url('../images/home/sec5-bg.jpg') no-repeat top center;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 1.5% 0 5px;
 	background-repeat: repeat-y;
}

.clss5-center {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.programme-tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.programme-tbl tr {
    border-bottom: 15px solid #ececeb;
}

.programme-tbl td{
  padding: 60px 0px;
}

.programme-tbl td:nth-child(2) {
  width: 420px;
  padding: 60px 30px;
	background-color: white;
}

.programme-tbl td:first-child,
.programme-tbl td:last-child {
  background-color: #010F25;
  color: white;
}

.programme-tbl td:first-child {
  text-align: right;
	width: 30%;
    display: none;
}

.programme-tbl td:nth-child(2) {
  text-align: left;
}

.programme-tbl td:first-child span {
  font-weight: 800;
  background: #ffc426;
  padding: 15px 40px;
  font-size: 20px;
  margin: 0 30px;
  white-space: nowrap;
color: #010f25;
}

.programme-tbl td:nth-child(2) span {
  font-size: 25px;
}

.programme-tbl td:nth-child(2) span:first-of-type {
  font-weight: 800;
}

.programme-tbl td:nth-child(3) a {
  background: #ffc426;
  color: #010f25;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  padding: 15px 40px;
  margin: 0 auto;
  white-space: nowrap;
  transition: 0.2s all;
    box-sizing: border-box;
}

.programme-tbl td:nth-child(3) a:hover {
  background: #00aeef;
}

@media screen and (max-width: 1050px) {
  .programme-tbl td:first-child,
  .programme-tbl td:nth-child(2),
  .programme-tbl td:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .programme-tbl td:first-child span,
  .programme-tbl td:last-child a{
    font-size: 15px;
    padding: 10px 25px;
  }
  
  .programme-tbl td:nth-child(2) span {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .programme-tbl td:first-child,
  .programme-tbl td:nth-child(2),
  .programme-tbl td:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .programme-tbl td:first-child span,
  .programme-tbl td:last-child a{
    font-size: 14px;
    padding: 10px 15px;
    margin: 0 20px;
  }
  
  .programme-tbl td:nth-child(2) {
    padding: 15px;
  }
  
  .programme-tbl td:nth-child(2) span {
    font-size: 15px;
  }
}

@media screen and (max-width: 615px) {
  .programme-tbl td:first-child,
  .programme-tbl td:nth-child(2),
  .programme-tbl td:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .programme-tbl td:nth-child(2) {
	background: none;
  }
  
  .programme-tbl td:first-child,
  .programme-tbl td:last-child {
    background: none;
    padding: 10px 1%;
  }
  
  .programme-tbl td:first-child span {
        margin: 0 5px 0 0;
  }
  
  .programme-tbl td:nth-child(2) {
	padding: 15px 15px 15px 25px;
    width: 340px;
    border-right: 1px solid #010F25;
  }
  
  .programme-tbl td:nth-child(2) span {
    text-align: left;
    display: inline-block;
    float: left;
  }
  
  .programme-tbl td:last-child a {
    white-space: normal;
    text-align: center;
    display: table-cell;
  }
  
  .programme-tbl td:first-child span, .programme-tbl td:last-child a {
    margin: 0 5%;
    font-size: 13px;
  }
 
}

.clsdate {
    background: #ffa600;
    color: #ffffff;
    display: block;
    font-family: "Lato";
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    max-width: 180px;
    width: 100%;
}

.clsbuybtn {
    background: #ffa600;
    color: #ffffff;
    display: block;
    font-family: "Lato";
    font-size: 16px;
    max-width: 150px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /* margin: 0 1% 0 0; */
    width: 85%;
}

.clsscroll {
    position: absolute;
    top: 0;
    right: 0;
}
/*Section 6*/
.cmn-sec-6 {
    background: rgb(213, 221, 226);
    height: auto;
    float: left;
    padding: 50px 0;
    width: 100%;
    position: relative;
}

.sec-6 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.s6-all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}

.cls6blocks {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0;
    width: 100%;
}

    .cls6blocks h1 {
	    font-family: 'Lato';
	    color: #010F25;
	    font-size: 42px;
	    line-height: 45px;
	    font-weight: 800;
	    text-align: center;
	    text-transform: uppercase;
    	max-width: 500px;
	    padding: 13px 0px;
	    margin: 0px auto 45px;
		background: #9ebdce;
		border-radius: 20px;
    }

.ca6-container {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
    max-width: 1050px;
}

.ca6-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ca6-item {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    z-index: 99;
}

.cba6-item-main {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
padding: 9px 20px !important;
}

    .cba6-item-main a img {
    width: 100%;
    /* border: 6px solid #ffa600 !important; */
    box-sizing: border-box !important;
    border-radius: 20px;
    }

.clss6-center-btn {
    margin: 5% auto 0;
    position: relative;
    max-width: 880px;
    width: 100%;
}

.ca6-nav span {
    background: transparent url('../images/home/arrowbs.png') no-repeat top left;
    cursor: pointer;
    height: 62px;
    left: -60px;
    margin-top: -19px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 35%;
    width: 45px;
    opacity: 1;
    z-index: 100;
}

    .ca6-nav span.ca-nav-next {
        background-position: top right;
        left: auto;
        right: -60px;
    }

.bdetail {
    padding: 0 0 0 5%;
    position: absolute;
    bottom: 4px;
    text-align: left;
    transition: all 3s ease;
}

    .bdetail h3 {
        color: #ffffff;
        font-weight: normal;
        font-family: 'Lato';
        text-transform: none;
        font-size: 23px;
        margin: 0 auto 3%;
        text-align: left;
    }

    .bdetail p {
        font-family: 'Lato';
        color: #ffffff;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5%;
        margin-top: 0;
        padding-bottom: 0;
    }

.clsviewevent {
    background: #ffa600;
    font-size: 16px;
    font-family: 'Lato';
    color: #ffffff;
    display: block;
    max-width: 200px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4% auto 0;
    width: 100%;
}

.upcoming-event .ca-item {
    width: 25%;
}
/*Section 7*/
.cmn-sec-7 {
    background: #ffa600;
    width: 100%;
    height: auto;
    float: left;
    padding: 55px 0 35px;
}

.sec-7 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.clss7-center {
    margin: 0 auto;
    text-align: center;
    width: 95%;
}

.clss7-center h1 {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 42px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    max-width: 450px;
    padding: 13px 0px;
    margin: 0px auto 45px;
    background: #010f25;
}
    .clss7-center p {
        font-family: 'Lato';
        color: #ffffff;
        font-size: 17px;
        line-height: 25px;
        margin: 1% 0;
    }

.clss7-center-btm {
    background: #ffa600;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	margin: 0 auto;
    max-width: 920px;
    padding: 20px 0 15px;
    text-align: center;
}

.clstxtbox {
    background: #ffffff url(../images/user-icon.png) no-repeat 25px 21px;
    border: 0 none;
    color: #787878;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 55px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 0 0 0 50px;
    width: 30%;
}

.clssubmbtn {
    background: #0d0d0d;
    color: #ffffff;
    font-family: "Lato";
    font-size: 16px;
    max-width: 180px;
    padding: 17px 0px 19px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto 0;
    border: 0;
    /* border-radius: 30px; */
    -moz-border-radius: 30px;
    display: inline-block;
    /* -webkit-border-radius: 30px; */
    width: 100%;
}

.CancelledDiv {
	color: #ffa600;
	padding-top: 35px;
    font-size: 23px;
	text-transform: uppercase;
    font-weight: bold;
	font-family: "Lato";
    margin-left: 15%;
}

#ctl00_OverSizeContentPlaceHolder_ctl00_CancelledHyperLink {
	display:none;
}
/*Sliders*/
.clsnow-playing .Grid-View .ca-nav, .clsnow-playing .List-View .ca-nav, .Openweek .ca-nav, .clscoming-soon .List-View .ca-nav, .clscoming-soon .List-View .ca-nav {
    display: none;
}

.clsnow-mobile-slider .clsnow-img > img {
    width: 100%;
}

.clsnow-mobile-slider .clsoverlay {
    padding: 80px 0;
}

@media screen and (max-width: 1100px) {
    /*Home*/
    /*Feature Movie Slider */
    .cmn-sec-0 {
        background-size: cover;
    }
    /*Section 1*/
    .cmn-sec-0 {
        background-size: cover;
        padding: 6% 0 6%;
    }

    .ca6-item {
        width: 25%;
    }

    .mobile-views {
        display: block;
    }

    .desktop-views {
        display: none;
    }
    /* Now Showing*/
    .clsnow-mobile-slider {
        position: relative;
        top: 0;
        width: 90%;
    }
    /*List View*/
    .mobile-views .List-View .ca-item {
        width: 55%;
    }

    .mobile-views .List-View .clsmbtn {
        margin: 0;
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .cmn-sec-0 {
        background-size: cover;
    }

    .clsbuybtn {
        /*margin-right: 3%;*/
    }

    .clsban-btn {
        margin: 0px 0 0;
    }

    .s5-all {
        background: #f2f2f2;
    }

    .ca6-nav span {
        left: 5px;
    }

        .ca6-nav span.ca-nav-next {
            right: 5px;
        }

    .clsscroll {
        display: none;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 900px;
    }
}

@media screen and (max-width: 980px) {
    /* Now Showing*/
    .clsnow-mobile-slider .ca-item {
        margin: 0 auto;
        width: 20%;
    }
}

@media screen and (max-width: 960px) {
    /*Home*/
    .mob-sec-2 {
       text-align:left;
    }

    .clsdots {
        display: block;
        margin: 0 auto;
    }

    .clsviewall {
        margin-top: 0;
    }

    .home .view-list > ul {
        padding: 0;
    }

    .cls2bantop p {
        font-size: 17px;
        line-height: 22px;
    }

    .clsmovie-list img {
    }
    /*.clsmovie-list li:hover .clsmoverylay{display: none;}*/
    .clsmovie-list li {
        width: 20%;
        margin: 0;
    }

    .clsmovie-list {
        width: 98%;
    }

    .faciltyL {
        padding-left: 10px;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 650px;
    }

    .cls5L-r {
        padding-top: 0;
    }

    .clsdate {
        font-size: 20px;
    }

    .cls5L-r h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 920px) {
    /* Now Showing*/
    .clsnow-mobile-slider .ca-item {
        margin: 0 auto;
        width: 25.3%;
    }

    .clsmbtn {
        display: block;
    }

    .Grid-View .now-item .clsoverlay {
        display: none;
    }

    .mobile-views .Grid-View .ca-wrapper.slider-height, .mobile-views .Grid-View .ca-wrapper.open-height {
        height: 1000px !important;
    }
    /*Open Week*/
    .mobile-views .Openweek.Grid-View .ca-wrapper.open-height {
        height: 700px !important;
    }
}

@media screen and (max-width: 860px) {
    /* Banner */
    /*.clsbblocks h1 {
        font-size: 45px;
        line-height: 50px;
    }*/
    /*Home*/
    .view-list {
        margin: 0 auto;
        width: 75%;
    }

    .clsmovie-list li {
        width: 50%;
        margin: 0;
    }

    .clsmovie-list {
        width: 55%;
    }

    .clsdate {
        font-size: 18px;
        margin: 0 auto;
        /* padding: 0px 0; */
    }

        .clsdate br {
            display: none;
        }

    .clss7-center-btm {
        background: none;
    }

    .clstxtbox {
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 768px) {
    /*Home*/
    /*Section 1*/
    .view-list {
        margin: 0 auto;
        width: 82%;
    }

    .clsmovie-list li {
        width: 50%;
        margin: 0;
    }

    .clsmovie-list {
        width: 63%;
    }

    .ca6-item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    /* Now Showing*/
    .clsnow-mobile-slider {
        width: 84.5%;
    }

        .clsnow-mobile-slider .ca-item {
            margin: 0 auto;
            width: 33.3%;
        }
    /*List View*/
    /*.mobile-views .List-View .clsnow-mobile-slider .clsnow-img > img {width: 80%;}*/
    .mobile-views .List-View .ca-item {
        width: 100%;
    }
    /*Buttons*/
    .clsnow-playing .Grid-View .ca-nav, .clsnow-playing .List-View .ca-nav, .Openweek .ca-nav, .clscoming-soon .List-View .ca-nav, .clscoming-soon .List-View .ca-nav {
        display: block;
    }

    .slider-height {
        height: 600px !important;
    }

    .List-View .clsnow-img {
        width: 35%;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 680px;
    }

    .clsdate {
        font-size: 15px;
        /* line-height: 27px; */
        width: 100%;
        background: #ffa600;
        color: #ffffff;
        display: block;
        font-family: "Lato";
        max-width: 190px;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        padding: 7px 0;
        line-height: inherit;
        text-transform: uppercase;
    }

    .cls5L-r {
        padding-top: 0;
    }

        .cls5L-r h3 {
            font-size: 17px;
        }

        .cls5L-r p {
            font-size: 15px;
        }

    .clsbuybtn {
        font-size: 12px;
    }

    .cls5R {
        padding: 0;
    }
	.CancelledDiv {
    	color: #ffa600;
   	 	padding-top: 20px;
		font-size:23px;
	}
}

@media screen and (max-width: 700px) {
    /* Now Showing*/
    /*List View*/
    /*.mobile-views .List-View .clsnow-mobile-slider .clsnow-img > img {width: 90%;}*/
    /*Sydney Program*/
    .cls5blocks {
        max-width: 600px;
    }
}

@media screen and (max-width: 650px) {
    /*Home*/
    .clsmovie-list li {
        width: 48%;
    }

    .clsmovie-list {
        width: 80%;
    }
    /*.cls5R {width: 30%;}*/
    .view-list {
        margin: 0 auto;
        width: 98%;
    }

    .clss7-center h1 {
        font-size: 40px;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 550px;
    }
}

@media screen and (max-width: 600px) {
    /*Tab- Slider*/
    .clstab-mobile-slider {
        width: 80%;
    }
    /* Now Showing*/
    /*Grid View*/
    .clsnow-mobile-slider .ca-item {
        width: 49.5%;
    }
    /*.mobile-views .Grid-View .clsnow-mobile-slider .clsnow-img > img {width: 85%;}*/
    /*List View*/
    /*.mobile-views .List-View .clsnow-mobile-slider .clsnow-img > img {width: 100%;}*/
    /*Sydney Program*/
    .cls5blocks {
        max-width: 490px;
    }

	.desktopView
	{
		display:none;
	}


	.mobileView
	{
		display:block;
	}

	.satpalanchors {
		padding: 10px 0px;
		margin: 10px 0px;
		background: #ffc426;
		text-align: center;
		color: #010f25;
		font-weight: 700;
		width: 100%;
		display: block;
		border-radius: 20px;
	}

	.HomeCalendarDiv {
		padding-top: 21px !important;
	}

	.Ttitle {
		margin: 0px auto 21px !important;
		    font-size: 33px  !important;
	}

	.CancelledDiv {
    	color: #ffa600;
   	 	padding-top: 12px;
		font-size:14px;
	}
}

@media screen and (max-width: 1000px) {
	.HomeCalendarDiv {
	    display: none;
	}

	.cmn-sec-5 {
		display: block;
	}
} 

@media screen and (max-width: 550px) {
    .cls6blocks h1 {
        font-size: 30px;
    }

    .ca6-item {
        float: none;
        margin: 0 auto;
        width: 95%;
    }

    .clss7-center h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .clstxtbox {
        width: 75%;
    }
    /*Open Week*/
    .mobile-views .openweek .ca-wrapper.open-height {
        height: 400px !important;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 420px;
    }
}

@media screen and (max-width: 480px) {
    /*Banner*/
    /*.clsbblocks h1 {
        font-size: 36px;
        line-height: 40px;
    }*/

    .clsbblocks p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    /*.clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 13px;
        max-width: 170px;
    }*/

    /*.clsbuybbtn img {
        left: 20px;
        top: 14px;
    }

    .clstrailbbtn img {
        left: 40px;
        top: 15px;
    }*/
    /*Section*/
    .cmn-sec-1 {
        padding: 30px 0 50px;
    }

    .cmn-sec-2 .cls2bantop {
        margin: 0 auto;
        width: 92%;
    }



    .s3-all h1 {
        font-size: 30px;
    }

    .cls4bantop h1 {
        font-size: 33px;
        line-height: 35px;
    }

    .cmn-sec-4 {
        padding: 50px 0;
    }

    .clsmovie-list li {
        float: none;
        margin: 0 auto !important;
        text-align: center;
        width: 65%;
    }

    .cmn-sec-5 {
        padding: 20px 0;
    }

        .cmn-sec-5 h1 {
            font-size: 25px;
            line-height: 35px;
        }

    .cls4bantop p {
        font-size: 17px;
    }

    .cls5L-r p {
        font-size: 15px;
    }

    .clsviewevent {
        width: 130px;
        font-size: 14px;
    }
    /*.cls5R {width: 45%;margin:25px auto;}*/
    .clss7-center h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .clss7-center p {
        font-size: 15px;
        line-height: 20px;
    }

    .clstxtbox {
        width: 85%;
    }
    /* Now Showing*/
    .clsnow-mobile-slider {
        width: 75%;
    }

        .clsnow-mobile-slider h4 {
            font-size: 22px;
        }
    /*.clsnow-mobile-slider .clsnow-img > img {height: 170px;width: 100%;}*/
    /*Grid View*/
    .mobile-views .Grid-View .clsnow-mobile-slider .ca-item h4 {
        font-size: 13px;
        line-height: 15px;
    }

    .mobile-views .Grid-View .ca-wrapper.slider-height {
        height: 700px !important;
    }
    /*List View*/
    /*Open Week*/
    .mobile-views .Openweek.Grid-View .ca-wrapper.open-height {
        height: 400px !important;
    }

    .openweek .ca-nav span {
        top: 150px;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 380px;
    }
}

@media screen and (max-width: 400px) {
    /*Banner*/
    /*.clstrailbbtn img {
        left: 25px;
    }*/

    /*.clsbuybbtn img {
        left: 12px;
    }

    .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        font-size: 12px;
        max-width: 140px;
    }*/
    /*Home*/
    .clsmovie-list {
        width: 90%;
    }
    /* Now Showing*/
    .List-View .ca-item h4, .List-View .ca-item p, .clsnow-mobile-slider .ca-item h4, .clstab-mobile-slider .ca-item p {
        font-size: 13px !important;
        line-height: 15px;
    }
    /*Grid View*/
    .mobile-views .Grid-View .clsnow-mobile-slider .ca-item h4 {
        font-size: 14px;
        line-height: 15px;
        height: 25px;
    }

    .mobile-views .Grid-View .clsybtn {
        font-size: 11px;
        padding: 8px 0 !important;
    }
    /*Sydney Program*/

    #sessiondate {
        display: none;
    }

    .cls5blocks {
        max-width: 350px;
    }

    .cls5Bloc {
        border-bottom: 1px solid #cccccc;
        padding: 10px 0;
    }

    .cls5L {
        border-right: 0;
        float: none;
        width: 100%;
        /* padding-bottom: 10px; */
    }

    .cls5L-l {
        float: none;
        margin: 0 auto;
        width: 45%;
    }

    .clsdate {
        margin: 0 auto 10px;
        font-size: 15px;
        width: 100%;
    }

    .cls5L-r {
        float: none;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .cls5R {
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .clsbuybtn {
        margin: 0 auto;
        padding: 10px 0;
        font-size: 15px;
    }

    .cls5L-r h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    .mob-sec-2 {
        width: 67%;
        margin-right: 0px;
    }

    /*Banner*/
    /*.clsbblocks h1 {
        font-size: 27px;
        line-height: 30px;
    }*/

    .clsbblocks p {
        font-size: 13px;
        line-height: 18px;
        padding: 0;
    }

    .cls2bantop h1 {
        font-size: 30px;
        line-height: 30px;
    }
    /*Home*/
    .clsmovie-list li {
        width: 75%;
    }

    .cls4bantop {
        margin: 0 auto;
        text-align: right;
        width: 98%;
    }

    .clssubobtn {
        margin: 0;
        float: right;
    }

    .cls5R {
        width: 50%;
        margin: 10px auto;
    }
    /* Now Showing*/
    .List-View .ca-item h4, .clsnow-mobile-slider .ca-item h4, .clstab-mobile-slider .ca-item p {
        font-size: 11px;
    }

    .mobile-views .List-View .clsmbtn a {
        font-size: 11px;
        padding: 8px !important;
    }

    .sec-1 h2 {
        font-size: 30px;
    }

    .mobile-views .Grid-View .ca-item-main p {
        font-size: 11px;
        margin: 0 0 5px;
    }
    /*Sydney Program*/
    .cls5blocks {
        max-width: 280px;
    }

    .cls5L-l {
        float: none;
        margin: 0 auto;
        width: 55%;
    }

}

@media screen and (max-width: 320px) {
    .mob-sec-2 {
        width: 63%;
        margin-right: 0px;
    }

    /* Banner */
    .home-bnr.bnr {
        /*background: #0d0d0d scroll center top;*/
        /*padding: 30px 0;*/
    }
	.CancelledDiv {
    	color: #ffa600;
   	 	padding-top: 12px;
		font-size:11px;
	}

    /*.clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
        max-width: 135px;
    }*/
}

.posterCalendercss {
    background: #c4c4c4;
    -webkit-box-shadow: 0px -5px 20px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -5px 20px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -5px 20px rgba(50, 50, 50, 0.75);
    padding: 0px 0px 35px;
}

a#Competitions, a#Calender, a#Programmes {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.row.resizedMainInteractiveImageDiv img {
    width: 100%;
}

footer {
	float: left;
}

#ctl00_FullWidthContentPlaceHolder_anchortags {
	padding-top: 60px;
    display: none;
}

.next-text {
	font-size: 22px;
    background: #ef2e24;
    padding: 0 18px !important;
    margin-bottom: 16px;
}

h1 *:focus {
	outline: 0;
}


@media screen and (max-width: 650px) {
	.clsbblocks .Information-text {
	    font-size: 18px;
	}

	.slick-slide .clsbblocks h1 {
	    line-height: 25px;
	}

	.next-text {
	    font-size: 19px;
	    background: #ef2e24;
	    padding: 3px 15px !important;
	    margin-bottom: 16px;
	}

	.clsbtn {
	    max-width: 170px;
	    padding: 10px 0;
	}

	.clsbuybbtn img {
	    left: 20px;
	    top: 12px;
	}

	.clsbtn span {
	    margin-left: 20px;
	}
}

@media screen and (max-width: 550px) {
	.bancontent {
	    top: 14%;
	}
}

.anchers.row {
    padding: 20px 0 21px;
}


.main-interactive-container {
  width: 100%;
  background: #010f25;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.main-interactive-container * {
  transition: all 0.4s;
}

.main-interactive-container #mi-video {
  opacity: 0.67;
  overflow: hidden;
}

.main-interactive-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-interactive-video {
  pointer-events: none;
}

#mi-video {
  background: transparent;
  width: 100%;
  max-width: calc(100% + 120px);
}

.main-interactive-video:after {
  position: absolute;
  display: block;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#000000",
      endColorstr="#007db9e8",
      GradientType=1
    );
  opacity: 0.63;
}

.main-interactive-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.5%;
}

.screen-flag {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3vw;
  letter-spacing: 2px;
  background: rgba(255, 196, 36, 0.15);
  border: 5px solid #ffc425;
  border-left: 0;
  border-radius: 0 40px 40px 0;
  padding: 15px 30px 15px 15%;
  line-height: 0.7vw;
  white-space: nowrap;
  display: inline-block;
}

.screen-flag h2 {
  font-size: 1.1vw;
  margin-bottom: 0;
  white-space: nowrap;
}

.main-interactive-content h1 {
  font-size: 3.4vw;
  font-weight: 800;
  color: white;
  margin-top: 6%;
  margin-left: 15%;
}

.main-interactive-content hr {
    display: block;
    margin: 4% 0 2.3% calc(15% + 2px);
    height: 3px;
    border: 0;
    background: #ffc425;
    width: 128px;
    left: 0px;
    text-align: left;
}


.main-interactive-content p {
  color: white;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0 15% !important;
  width: 45%;
  max-height: 67px;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mi-button-wrapper {
  padding-left: 15%;
  padding-top: 4.5%;
}

.main-interactive-content a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 1.5% 3.3%;
  font-weight: 800;
  font-size: 1.3vw;
}

.mi-button-wrapper a:first-child {
  background: #FFC425;
  border-radius: 50px;
  color: #010F25;
  font-weight: 800;
}

.mi-button-wrapper a:nth-child(2) {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  box-shadow: inset 0 0 0 5px #fff;
  margin-left: 15px;
}

@media screen and (max-width: 1110px) {
  .screen-flag {
    font-size: 14.6px;
    padding: 1.5% 3% 1.5% 15%;
    border-width: 4px;
  }
  
  .screen-flag h2 {
    font-size: 13px;
  }
  
  .mi-button-wrapper a:nth-child(2) {
    box-shadow: inset 0 0 0 4px #fff;
  }

  .main-interactive-content h1 {
    font-size: 5vw;
    font-weight: 800;
    color: white;
    margin-top: 7%;
    margin-left: 15%;
	margin-top: 2%;
    line-height: 39px;
  }
 
  .main-interactive-content hr {
    width: 11.5%;
    margin: 5% 0 2% calc(15% + 2px);
  }
  
  .main-interactive-content p {
    font-size: 1.8vw;
    width: 65%;
    line-height: 110%;
    display: none;
  }
  
  .main-interactive-content {
    padding-top: 7.5%;
  }

  .mi-button-wrapper a:first-child,
  .mi-button-wrapper a:nth-child(2) {
    padding: 14px 31px;
    font-size: 14.4px;
    letter-spacing: 1px;
  }
  
  .mi-button-wrapper a:nth-child(2) {
    margin-left: 7px;
  }
}

@media screen and (max-width: 870px) {
  .main-interactive-content p {
    display: none;
  }
 
}

@media screen and (max-width: 550px) {
  #mi-video {
    max-width: calc(100% + 440px);  
  }
  
  .main-interactive-content h1 {
    margin-top: 8%;
    margin-bottom: -1%;
    line-height: 16px;
  }
  
  .main-interactive-content hr {
    margin: 6% 0 3% 15%;
  }
  
  .screen-flag {
    padding: 13px 15px 11px 15%;
    margin-top: -3px;
  }
  
  .screen-flag h2 {
    font-size: 12px;
  }
  
  .main-interactive-content {
    padding-top: 16%;
  } 
  
  .mi-button-wrapper {
    padding-top: 0;
  }
  
  .mi-button-wrapper a:first-child {
    height: 45px;
    display: inline-block;
    padding: 0 20px; 
    line-height: 45px;
  }
  
  .mi-button-wrapper a:nth-child(2) {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 44px;
    text-indent: 2px;
  }
}

 .modalBackground {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.7;
        /*-moz-opacity: 0.7;*/
    }


    .closebutton {
        color: white;
        background: black;
        font-size: large;
        border: white;
        float:right;
    }

    .carousel {
        position: absolute !important;
    }

    #videoPlayer, #videoPlayerLocal {
        width: 100%;
        max-width: 750px;
        height: 422px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    .modal {
        width: 100%;
    }

    .modalPopup {
        left: 0 !important;
        width: 100% !important;
        top: 200px !important;
    }

/* Hover Cal */
.cal-7-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        line-height: 0;
        align-items: center;
    }

    .cal-7-wrapper li {
        margin: 6px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        line-height: 13px;
        flex: 1 1 14.3%;
        transition: 0.3s all;
        transition-delay: 0.1s;
        transition-timing-function: ease;
    }

    .cal-7-wrapper img {
        width: 100%;
        border-radius: 20px;
    }

    .cal-7-title {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        color: white;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding: 13px 0;
        font-size: 15px;
        font-weight: 600;
    }

    .cal-7-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px 0;
        display: block;
        opacity: 0;
        transition: 0.3s all;
        transition-delay: 0.1s;
        transition-timing-function: ease;
    }

        .cal-7-footer header {
            display: block;
            text-align: center;
            font-weight: 600;
            margin-bottom: 2px;
        }

            .cal-7-footer header span {
                font-weight: 400;
            }

        .cal-7-footer > span {
            line-height: 23px;
            display: block;
        }

        .cal-7-footer a {
            display: inline-block;
            color: #010F25;
            font-size: 13px;
            text-transform: uppercase;
            text-decoration: none;
            background: #FFC425;
            padding: 6px 14px;
            font-weight: 800;
            border-radius: 20px;
            margin-top: 4px;
            line-height: 16px;
        }

    .cal-7-wrapper li:hover .cal-7-footer,
    .cal-7-wrapper li:hover .cal-7-play a {
        opacity: 1;
    }

    .cal-7-wrapper li:hover {
        flex: 1 1 18%;
    }

    .cal-7-play {
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -22px;
    }

        .cal-7-play a {
            color: white;
            display: inline-block;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.2);
            padding: 15px 14px 16px 17px;
            border-radius: 50%;
            border: 4px solid white;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
            opacity: 0;
            transition: 0.3s all;
            transition-delay: 0.1s;
            transition-timing-function: ease;
        }

.HomeCalendarDiv > .All-btns > .send-submit {
    background: transparent;
    border: none;
    color: #010f25;
    display: block;
    font-family: "Lato";
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 30px;

     margin: 0 auto -50px;
    max-width: 290px;
    padding: 20px 60px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 800;
    border-radius: 0;
}

.HomeCalendarDiv > .All-btns > .send-submit:before {
	display: inline-block;
    content: '\203A';
    padding-right: 10px;
    font-size: 37px;
    vertical-align: middle;
    height: 41px;
}