@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


body {
    font-family: 'Lato', sans-serif;
    background-color: #17191C;
    margin-bottom: 70px;
    overflow-x: hidden;
    font-size:16px;
        color: #dedede;
}

a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    a:link {
        outline: none;
    }

    a:visited {
        outline: none;
    }

    a:hover {
        outline: none;
    }

.top-nav {
        background-color: #1E1F22;
    padding: 10px 0;
}

.logo {
    padding-top: 0px;
}

.sign-in {
    border: 1px solid #f47000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f47000;
    color: #fff;
    padding: 5px 10px;
}

    .sign-in:visited {
        background-color: #f47000;
        color: #fff;
        outline: none;
    }

    .sign-in:hover {
        background-color: #f47000;
        color: #fff;
        outline: none;
    }

    .sign-in:focus {
        background-color: #f47000;
        color: #fff;
        outline: none;
    }

    .sign-in:hover a {
        color: #fff;
    }

    .sign-in a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 3px 0;
        color: #f47000;
    }


.select-date .select-date {
    border: 1px solid #074ca2;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #f47000;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
}

    .select-date .select-date:visited {
        background-color: #f47000;
        color: #fff;
        outline: none;
    }

    .select-date .select-date:hover {
        background-color: #f47000;
        color: #fff;
        outline: none;
    }

    .select-date .select-date:focus {
        background-color: #f47000;
        color: #fff;
        outline: none;
    }



.footer-links .ulli-center {
   text-align: center;
}

.menu-navigation {
        background-color: #1E1F22;
    overflow: hidden;
    width: 100%;
        box-shadow: 0 5px 6px 0 rgba(0,0,0,85);
}

    .menu-navigation ul {
        margin: 0;
        padding: 0;
    }

        .menu-navigation ul li {
               margin: 0;
            padding: 5px 10px;
            float: left;
            list-style-type: none;
            width: 33%;
            text-align: center;
        }
        .menu-navigation ul li.menu-selected {
            border-bottom:2px solid #ff4e00
        }
            .menu-navigation ul li.menu-selected a{
                color:#ff4e00!important;
            }
            .menu-navigation ul li a {
                font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
            }

                .menu-navigation ul li a:link {
                    color: #dedede;
                }

                .menu-navigation ul li a:visited {
                    color: #dedede;
                }

                .menu-navigation ul li a:hover {
                    color: #ff4e00;
                }

.menu-selected {
    color: #f47000 !important;
}
.show-login {
    display:none;    
}
.unsub {
    font-size:11px;
}
.unsub1{    
    text-align:left !important;
}
.download-app h2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.download-app ul {
    margin: 0;
    padding: 0;
}

    .download-app ul li {
        margin: 0;
        padding: 0 5px;
        float: left;
        list-style-type: none;
    }

.download-app img {
    height: 35px;
}

/*Inherit Bootstrap*/

.carousel-caption {
    text-align: left;
}

    .carousel-caption p {
        font-size: 11px;
    }

    .carousel-caption h3 {
        font-size: 16px;
        font-weight: 600;
        width: 68%;
    }

.carousel-indicators .active {
    background-color: #8f8988;
    border: #8f8988;
}

.carousel-indicators li {
    background-color: rgba(116,109,109,0.5);
    border: #746d6d;
}

.font-awesome {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 35px !important;
    color: rgba(255,255,255,0.8);
}

    .font-awesome:hover {
        color: rgba(255,255,255,0.8);
    }



.footer {
            background-color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-links {
    padding: 10px 0 5px;
}

    .footer-links ul {
        margin: 0;
        padding: 0;
        display:inline-block;
    }

        .footer-links ul li {
            float: left;
            list-style-type: none;
            padding: 2px 5px;
        }

            .footer-links ul li a {
                font-size: 12px;
                color: #7b7e85;
            }

.copy-right {
        color: #7b7e85;
    font-size: 12px;
    padding: 0 0 15px;
    text-align: center;
}

.nav > li > a {
    padding: 7px;
    color: #fff;
    border: none;
    border-bottom: none;
    font-size: 12px;
}

    .nav > li > a:hover {
        background: none;
        border-bottom: 2px solid #000;
        border-top: none;
        border-left: none;
        border-right: none;
        line-height: 1.42857;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background: none;
        border-bottom: 2px solid #000;
        border-top: none;
        border-left: none;
        border-right: none;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
    color: #0e97ca;
    border-bottom: 2px solid #0e97ca;
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs {
    border-bottom: none;
}

.inner-carousel ul {
    margin: 0;
    padding: 0;
}

    .inner-carousel ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: left;
    }

/* Sticky footer styles
      -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer-s {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

@media (min-width:321px) and (max-width:321px) {
    .download-app {
        margin-top: 50px;
    }
}

@media (min-width:361px) and (max-width:361px) {
    .download-app {
        margin-top: 40px;
    }
}


.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.item:not(.prev) {
    visibility: visible;
}

.item.right:not(.prev) {
    visibility: hidden;
}

.rightest {
    visibility: visible;
}

.carousel-inner .col-lg-4 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.carousel-inner .col-lg-6 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.carousel-control .fa-custom-left {
    margin-left: -5px;
    left: 0;
    margin-top: -20px;
}

.carousel-control .fa-custom-right {
    margin-right: -5px;
    right: 0;
    margin-top: -20px;
}

.carousel-control .fa-movies-left {
    margin-left: -5px;
    left: 0;
    margin-top: -20px;
}

.carousel-control .fa-movies-right {
    margin-right: -5px;
    right: 0;
    margin-top: -20px;
}


.tab-inner-space {
    padding: 10px 15px;
}

.inner-tabs {
}


.selection-set {
    margin-top: 15px;
}

.packs-radio form {
    margin: 0;
    padding: 0;
}

.packs-radio {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    padding-top: 7px;
}

    .packs-radio input {
        float: left;
        margin-top: 4px;
    }

    .packs-radio span {
        display: block;
        float: left;
        font-weight: 600;
        margin-top: 0;
        padding-left: 4px;
        font-size:16px;
        margin-right:20px;
    }

.pl0 {
    padding-left: 0;
}

.packs-radio label {
    margin-right: 10px;
}

.pricing-set h3 {
    background: #222 none repeat scroll 0 0;
    border: 1px dashed #333;
    color: #ff4e00;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 7px 15px;
}

    .pricing-set h3 span {
        display: block;
        font-size: 16px;
        font-weight: 300;
    }

.pricing-set h3 i{
    margin-top:3px
}

.packs-radio div {
    display: table;
    margin: 0 auto;
}

.pass-section ul {
    margin: 0;
    padding: 0;
}

    .pass-section ul li {
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
        width: 31%;
    }

.week-pass {
    margin: 0 10px !important;
}

.language-select .ms-options-wrap {
    width: 88%;
    margin: 0 auto;
}

.packs-radio form {
    display: table;
    margin: 0 auto;
}

.mobile-info {
    margin: 15px 0 10px 0;
    text-align: center;
}

.error-msg {
        color: #721c24;
    font-size: 13px;
    text-align: center;
    border: 1px solid #f5c6cb;
    width: 88%;
    margin: 0 auto 15px auto;
    padding: 5px 0;
    background-color: #f8d7da;
    border-radius: 2px;
}

.mobile-input {
    text-align: center;
}

.input-chunk {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 88%;
    margin: 0 auto 15px;
}

.num-show {
    color: #337ab7;
    float: left;
    width: 10%;
    padding: 5px;
}

.mobile-input input {
    float: left;
    padding: 5px 10px;
    text-align: left;
    border: none;
    width: 90%;
}

.mobile-submit {
    text-align: center;
    width: 88%;
    margin: 0 auto 15px;
}

.player .play {
    border: 1px solid #131313;
}

.channel-desc h3 {
    margin: 0 15px 0 0;
    font-size: 20px;
    font-weight: bold;
     white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-desc {
    color: #a1a1a1;
    font-size: 12px;
    padding: 0;
}
.channel-desc span{
        font-size: 15px;
    padding: 5px 0;
    display: block;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rel-channels {
    color: #b0b0b0;
    font-size: 15px;
    font-weight: 500;
}

.select-date select {
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 11px;
    background-color: #000;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #aaa;
}

.program-description h3 {
    color: #b4b4b4;
    font-size: 13px;
    margin: 10px 0 0 0;
}

.program-description h4 {
    color: #6f6f6f;
    font-size: 11px;
    margin: 5px 0;
}

.txt-center {
    text-align: center;
}

.pop-txt-h {
    color: #f47000;
    font-weight: 600;
}

.modal-footer {
    padding: 0 15px 10px;
}

.select-language-ulli {
    margin: 0;
    padding: 0;
}

    .select-language-ulli li {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 50%;
    }

    .select-language-ulli input {
        margin-right: 5px;
    }

    .select-language-ulli span {
        font-size: 14px;
    }

    .select-language-ulli input {
        float: left;
    }

    .select-language-ulli label {
        display: block;
    }

/*
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
*/
.blink_me {
    font-weight: 500;
    color: #3f8a22;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}




.day-pass .pack_block {
    background: #8138a2 none repeat scroll 0 0;
    transition: all 0.25s ease 0s;
}

.pack_block {
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}

.day-pass .buy-dotted {
    border: 1px dashed #965ab2;
}

.package_heading {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 9px 0;
    text-align: center;
    text-transform: capitalize;
}

.rupee_package {
    color: #fff;
    font-size: 36px;
    padding-left: 4px;
}

.pack_info .price {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
}

.pack_info .price span{
    font-size:15px
}

.pack_time {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 300;
}

.pack_info button {
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 3px 7px;
    text-transform: uppercase;
}

.week-pass .pack_block {
    background: #ec5451 none repeat scroll 0 0;
    transition: all 0.25s ease 0s;
}

.day-pass .buy-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #561075 0%, #7f36a0 100%) repeat scroll 0 0;
    border: 1px solid #965ab2;
    color: #fff;
}

.month-pass .pack_block {
    background: #2f7cab none repeat scroll 0 0;
    transition: all 0.25s ease 0s;
}

.week-pass .buy-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d64946 0%, #e75a57 100%) repeat scroll 0 0;
    border: 1px solid #f28d8c;
    color: #fff;
}

.month-pass .buy-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #004c7a 0%, #14699c 100%) repeat scroll 0 0;
    border: 1px solid #4096ca;
    color: #fff;
}

.week-pass .buy-dotted {
    border: 1px dashed #fc8582;
}

.month-pass .buy-dotted {
    border: 1px dashed #5091b9;
}

.day-pass .pack_block:hover {
    background: #722794;
    -webkit-box-shadow: 0 0 9px #999;
    -moz-box-shadow: 0 0 9px #999;
    box-shadow: 0 0 9px #999;
}

.week-pass .pack_block:hover {
    background: #e34643;
    -webkit-box-shadow: 0 0 9px #999;
    -moz-box-shadow: 0 0 9px #999;
    box-shadow: 0 0 9px #999;
}

.month-pass .pack_block:hover {
    background: #1c6b9b;
    -webkit-box-shadow: 0 0 9px #999;
    -moz-box-shadow: 0 0 9px #999;
    box-shadow: 0 0 9px #999;
}


.pwd-show-hide {
    cursor: pointer;
    color: #337ab7;
    float: right;
    width: 10%;
    padding: 5px;
}



.close {
    padding: 5px !important;
}

.movieitem div:nth-child(1) img {
    float: right;
}

.movieitem div:nth-child(4) img {
    float: right;
}

.movieitem div:nth-child(3) img {
    float: left;
}

.movieitem div:nth-child(6) img {
    float: left;
}

.movieitem div:nth-child(2) img {
    margin: 0 auto;
}

.movieitem div:nth-child(5) img {
    margin: 0 auto;
}


/*.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}
.radio {
	background: url(../../images/radio.png) no-repeat;
}*/


@media (min-width: 320px) and (max-width: 560px) {
    .num-show, .pwd-show-hide {
       /**/ width: 20%;*/
    }

    .mobile-input input {
        width: 80%;
    }
}

/*@media (min-width: 414px) and (max-width: 560px) {
    .num-show, .pwd-show-hide {
        width:20%;
    }
    .mobile-input input {
        width:80%;
    }
}*/

@media (min-width: 1024px) and (max-width: 1024px) {
    #moviesfilter.carousel-inner > .item > a > img, #moviesfilter.carousel-inner > .item > img, #moviesfilter.carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        margin-left: 50px;
    }
}

.user-icon {
    border: 1px solid #fff;
    color: #fff;
    padding: 1px 6px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #fff;
    margin-top: 4px;
}

    .user-icon i {
        color: #000;
    }

.dropdown-menu {
    right: 10px;
    margin: 4px 0 0;
    left: inherit;
    min-width: 100px;
    font-size: 12px;
}

    .dropdown-menu:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .dropdown-menu:after {
        position: absolute;
        top: -5px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #222;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #333;
}

.table-hover > tbody > tr:hover {
    background-color: #444;
}

@media (min-width:360px) and (max-width:1920px) {
    body {
        margin: 0 auto;
    }

    .mobile-input input {
        width: 70%;
    }

    .pwd-show-hide  {
        margin-right: 5px;
    }
    /*.carousel-control.right{
        right:15px !important;
    }*/
    .footer-s{
        position:inherit;
    }
 
}
@media (max-width:320px) {
    .carousel-control.right {
        right: 15px !important;
    }
}
#default-channels .carousel-control.right, #default-movies .carousel-control.right, .pricing-set .carousel-control.right{
        right: 0px !important;
    }
.header-img img { text-align:center; margin:0 auto;
}
.subscribe-btn .sign-in { text-align:center; font-weight:bold;
}
.terms-txt { margin-bottom: 40px;
    padding: 0 15px;
}
    .terms-txt ul {padding: 0 0 0 20px;}
    .terms-txt ul li{
        margin: 0 0 15px 0;
    }

/**/
.top-nav .logo img{
    width: 115px;
}
.affix {
      top: -45px;
      width: 100%;
      z-index: 999 !important;
  }

  .affix + .mainbody {
      padding-top: 80px;
  }

.h-login a{
    color:#dedede
}

.smessage h5 {
    line-height:inherit;
    margin-bottom:90px
}

#myCarousel .carousel-control {
    display:none
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #fff;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
h5 {
    line-height:inherit;
        color: #dedede;
}

.pricing-label {
       font-weight: 400;
    margin: 10px 0 0;
    padding: 0 15px;
    font-size: 1.4em;
    color: #9ea2ac;
    text-align: center;
}
.splash-screen {
    position: absolute;
    z-index: 9999;
    top:0;
}
.splash-screen img{
    width:100%
}

.yupp-loader-set {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 9;
}

.yupp-loader-set .yupp-loader {
    border-radius: 50px;
    border: 5px solid #ca5207;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.yupp-loader-set .yupp-loader:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid transparent;
    border-top-color: #341501;
    border-radius: 50px;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation{
    0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100%{ -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotation{
    0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100%{ -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
a {
    color:#f47000
}
a:link {
    color:#f47000
}
a:visited{
    color:#f47000
}
a:hover {
    color:#da6400
}
.sign-up-btn {
    color:#dedede;
    padding:20px 0 0 0;
}
.modal-header {
    border-bottom:0
}
.modal-footer {
    border-top:0;
    text-align:center
}
.select2-container {
        width: 88%!important;
    margin: 0 auto 15px!important;
    color:#333
}
.modal, input {
    color:#333
}
#selectLanguage .modal-header {
    padding-bottom:0
}

.select2-container .select2-selection--single {
    height: 36px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px!important;
    width: 27px!important;
}

.live-badge {
    border-radius: 2px;
    background-color: #ca0000;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 9px;
    text-transform: uppercase;
    line-height: 12px;
    display: inline-block;
}
.org-color {
color:#ff4e00
}
@media (min-width:320px) and (max-width:767px) {
    .subscribe-input input {
    width:88%    
    }

}
.info-msg {text-align:center}