#playerContainer, body {
    background: #05080B;
}
#playerSpan {
    padding-right: 0px !important;
}
.player_btn {
    margin-bottom:100px;
}
.channel-info, .schedule-event-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
#EPGheader a:hover, #channelDetails .follow_btn:hover, #channelDetails .unfollow_btn:hover, #eventDetails .dvr_btn:hover, #eventDetails .favorite_btn:hover, #eventDetails .removedvr_btn:hover, #eventDetails .unfavorite_btn:hover, .mymodal li a {
    text-decoration: none;
}
.mymodal li, .no-style {
    list-style: none;
}
#myModal {
    z-index: 21900;
}

@media (max-width:495px) {
    #myModal .modal-dialog {
        margin: 10px auto;
    }
}

body {
    font-family: 'Open Sans';
    padding: 0;
}
table.flatepg {
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    background: #000;
}
table.flatepg tr.ie9-bug td.first {
    width: 220px;
}
table.flatepg tr.ie9-bug {
    display: none;
}
table.flatepg tr.ie9-bug td {
    border: 0;
}
table.flatepg tr.timeline th.first {
    width: 220px;
    text-align: left;
    padding-left: 5px;
}
table.flatepg tr.timeline th {
    text-align: center;
    border-top-left-radius: 6px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
table.flatepg tr.timeline td {
    vertical-align: middle;
    padding: 3px;
    height: 37px;
    white-space: nowrap;
    overflow: hidden;
    border-top: 2px solid #000;
}
table.flatepg tr.timeline-bottom td {
    vertical-align: middle;
    padding: 3px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
table.flatepg tr.timeline-bottom th {
    border-left: 2px solid #000;
}
table.flatepg tr.timeline td:last-child {
    border-top-right-radius: 6px;
}
table.flatepg th {
    text-align: center;
}
table.flatepg th table.header, table.flatepg th table.header td {
    border: 0;
}
table.flatepg th table.header td.channel-thumb {
    text-align: left;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 5px;
    vertical-align: top;
}
table.flatepg th table.header td.channel-no {
    width: 30px;
    text-align: right;
    font-size: 15px;
}
table.flatepg th table.header td.channel-title div {
    width: 96px;
    height: 17px;
    line-height: 17px;
    padding: 0 3px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    text-align: center;
    text-overflow: ellipsis;
    letter-spacing: -.5px;
}
table.flatepg th table.header td.channel-title a, table.flatepg th table.header td.channel-title a:hover {
    color: #000;
    text-decoration: none;
}
table.flatepg td, table.flatepg th {
    border: 0px solid #000;
    border-left: none;
    border-top: none;
    color: #fff;
    font-weight: 400;
}
table.flatepg tr.none td, table.flatepg tr:last-child th {
    border-bottom-left-radius: 6px;
}
table.flatepg tr.even th, table.flatepg tr.odd th {
    border-left: 2px solid #000;
    font-size: 12px;
    background: #121e2a;
    border-top: 2px solid #000;
    width: 220px;
}
table.flatepg tr.even td {
    background: #1d3041;
}
table.flatepg tr.even td.content, table.flatepg tr.odd td.content {
    background: #1d3041;
    cursor: pointer;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    vertical-align: top;
    z-index: 100;
    overflow: hidden;
}
#EPGTableWrapper .timeline {
    visibility: hidden;
}
#liveDetails, .bottom-align {
    vertical-align: bottom;
}
table.flatepg tr.even td.content:hover, table.flatepg tr.odd td.content:hover {
    background: #121e2a;
}
table.flatepg tr.even td.content .btn, table.flatepg tr.odd td.content .btn {
    z-index: 333;
    min-width: 140px;
    margin-left: 15px;
}
.schedule-thumbnail-holder {
    width: 205px;
    text-align: left;
    position: relative;
    margin: 0 10px;
}
.schedule-thumbnail-holder img{
    height: 56px;
    margin-bottom: 10px;
    margin-left: 45px;
    margin-top: 10px;
    width: 100px;
}
.schedule-thumbnail-selected {
    background: url("../../images/schedule/selected-channel-bg.png") #121e2a !important;
    background-size: 100% auto!important;
}
.schedule-event-favorite-current {
    color: #FFFFFF;
    float: left;
    margin: 20px 15px 0 15px;
    display: inline-block;
}
.schedule-event-favorite {
    color: #0061c0;
    float: left;
    margin: 20px 15px 0 15px;
    display: inline-block;
}
.schedule-event-dvr {
    background: url("../../images/schedule/android-tv-dvr.png") !important;
    float: right;
    margin: -20px 15px 0 15px;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.schedule-event-favorite:hover{
    color: #FFFFFF;
}
.schedule-event-name {
    margin: 35px 0 0 15px;
    font-size: 17px;
    line-height: 22px;
}
.schedule-event-name-free {
    margin-top: 28px;
}
.schedule-event-actions {
    float: left;
    display: inline;
    position: relative;
    margin: -60px 0 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}
span.event_details {
    float: left;
    width: 100%;
    height: 60px;
    position: relative;
    color: #999999;
}
table.flatepg div.end {
    right: 0;
}
table.flatepg tr.none td {
    color: #fff;
    text-align: center;
    height: 112px;
    border-left: 2px solid #000;
}
table.flatepg .info-time {
    color: #fff;
    font-size: 17px;
    margin-right: 5px;
    display: inline-block;
    position: absolute;
    top: 25px;
    left:5px;
}
.no-content {
    background: #1d3041;
    border-left: 2px solid #000 !important;
    border-top: 2px solid #000 !important;
}
.timeline-border {
    border-left: 1px solid #fff!important;
    padding-left: 8px!important;
}
@media (max-width:420px) {
   .timeline-border {
        padding-left: 4px!important;
    }
}
.channel-info {
    color: #fff;
    font-size: 12px;
    width: 90px;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    top: 15px;
    left: 110px;
}
.schedule-thumbnail-holder:hover, .schedule-thumbnail-holder:hover span {
    color: #3280cc;
    cursor: pointer;
}
#channelDetails {
    background: #121e2a;
    width: 226px;
    display: none;
    position: absolute;
    max-height: 420px;
    left: 2px;
    text-align: center;
    color: #fff;
    z-index: 2000;
    height: 260px;
}
#channelDetails img {
    margin-top: 25px;
}
#channelDetails h1 {
    color: #fff;
    font-size: 20px;
}
#channelDetails .details {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
    font-size: 16px;
    float: left;
    border-left: 1px solid #999;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
}
#channelDetails .details span {
    font-size: 12px;
}
#channelDetails .first {
    border: 0;
    margin-left: 8px;
}
#channelDetails .description {
    text-align: justify;
    padding: 0px 15px 5px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}
#channelDetails .follow_btn, #channelDetails .unfollow_btn {
    width: 140px;
    height: 35px;
    line-height: 35px;
    background: #0061c0;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}
#channelDetails .close {
    color: #fff;
    margin-right: 5px;
}
#liveDetails {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding-top: 5px;
}
#detailsContainer {
    position: relative;
    margin-bottom: 20px;
}
@media (max-width:1199px) and (min-width:600px) {
    #liveDetails td span {
        border-right: 0!important;
        display: block;
    }
    #liveDetails h1 {
        /*max-width: 300px!important;*/
    }
}
@media (max-width:500px) {
    .timeline {
        margin-left: 20px!important;
    }
}
@media (max-width:420px) {
    .timeline {
      font-size: 12px;
    }
}

.currentEventName {
    line-height:28px;
    font-size:24px;
}
#liveDetails .channel-name, #liveDetails h1 {
    /*white-space: nowrap;*/
  /*  overflow: hidden;*/
    text-overflow: ellipsis;
    display: block;
}
#liveDetails h1 {
    color: #fff;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 100;
   /* overflow: hidden;*/
}
#liveDetails img {
    margin-right: 15px;
    margin-top: 15px;
    height: 56px;
    width: 100px;
}
#liveDetails .description {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-right: 10px;
}
#liveDetails .slimScrollDiv{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 98% !important;
}
#liveDetails .slimScrollDiv .description{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 98% !important;
}
#liveDetailsSpan span {
    color: #fff;
}
#liveDetails .timeline {
    background: #24292f;
    height: 10px;
    width: 120px;
}
#liveDetails .time-progress {
    background: #0061c0;
    height: 10px;
}
#playerWrapper {
    position: relative;
}
#dvrHolder, .dvrHolder, #epgMarker, #epgMarkerTop, #eventDetails, #shadow_under, #siteEventDetails {
    position: absolute;
}
#playerWrapper iframe {
    position: absolute;
    bottom: 0;
}
.schedule-channel-premium th {
    background-color: #2A3740 !important;
}
.schedule-channel-premium td {
    background-color: #334454 !important;
}
.current_event, .schedule-channel-premium .current_event {
    background: #0061c0!important;
}
.current_event .wrapper {
    color: #fff !important;
}

#eventDetails, #siteEventDetails {
    background: #121e2a;
    width: 480px;
    height: 190px;
    color: #fff;
    display: none;
    padding: 20px;
    z-index: 100;
}
#eventDetails h1, #siteEventDetails h1 {
    font-size: 18px;
    width: 100%;
    max-width: 420px;
    margin: 0 0 5px;
    max-height: 23px;
    overflow: hidden;
    line-height: 20px;
}
#eventDetails span, #siteEventDetails span {
    border-left: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}
#eventDetails span.first, #siteEventDetails span.first {
    border-left: 0;
    padding-left: 0;
    max-width: 180px;
    float: left;
}
#eventDetails .description, #siteEventDetails .description {
    margin-top: 0px;
    margin-right: 20px;
    height: 60px;
    font-size: 14px;
}
#eventDetails .dvr_btn, #eventDetails .favorite_btn, #eventDetails .removedvr_btn, #eventDetails .unfavorite_btn, #siteEventDetails .dvr_btn, #siteEventDetails .favorite_btn, #siteEventDetails .removedvr_btn, #siteEventDetails .unfavorite_btn {
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #0061c0;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}
#eventDetails .close, #siteEventDetails .close {
    color: #fff;
    margin-right: 5px;
}
#eventDetails .favorite_btn, #eventDetails .unfavorite_btn, #siteEventDetails .favorite_btn, #siteEventDetails .unfavorite_btn {
    width: 160px;
    position: absolute;
    bottom: 0px;
}
#eventDetails .dvr_btn, #eventDetails .removedvr_btn, #siteEventDetails .dvr_btn, #siteEventDetails .removedvr_btn {
    width: 140px;
    margin-top: 10px;
}
#dvrHolder, .dvrHolder, #favoriteHolder, .favoriteHolder {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}
#dvrHolder, .dvrHolder {
    bottom: 0;
}
.epg-marker {
    background: url(../../images/schedule/marker-body.png);
    width: 10px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.epg-marker img {
    vertical-align: top;
}
#fixTimelineContainer {
    position: relative;
}
.flatepg .wrapper {
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 220px;
    color: #999999;
}
.no-border {
    border: 0!important;
}
#shadow_under {
    background: #000;
    left: 0!important;
    opacity: .85;
    top: 0;
    width: 100%;
    z-index: 90;
    height: auto!important;
    min-height: 100%;
    display: none;
}
#lightSwitcher, .light_switcher_video {
    position: relative;
    z-index: 120;
}
#lightSwitcher {
    font-size: 16px;
}
.lights_off {
    background-image: none!important;
    background-color: #000!important;
    color: #fff!important;
}
/***footer********/
.footer {
    min-height: 70px;
    overflow-y: auto;
    z-index: 0;
    border: 0;
    vertical-align: baseline;
    width: 100%;
    background: #0a1117;
    color: #fff;
    padding: 0px;
    overflow-x: hidden;
}
.footer h5 {
    margin: 0;
}
.footer ul {
    padding: 0;
    margin: 50px 0 30px;
    list-style-type: none;
}
.footer ul li {
    padding: 5px 0;
}
.footer ul li a {
    color: #999;
}
.footer ul li a:hover {
    color: #fff;
}
.footer ul li:first-child {
    padding: 0;
    color: #fff;
}
.container-fluid-footer{
    padding: 0 65px !important;
}
.social-icon {
    background-image: url(../../images/social-sprite.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    line-height: 0;
    display: block;
    margin: 50px 0px 10px 25px;
}
.no-margin {
    margin: 0px -40px;
}
.social-icons-holder {
    width: 320px;    
    float: right
}
.social-align{
    float: right;
}
#newsletterHolder{
    margin-left:25px;
}

@media (max-width:767px) {
    .social-align{
        float: left;
        margin-left: 15px;
    }

   .social-icons-holder {
    width: 320px;
    margin-top: 50px;
    float:none;
        padding: 0;
    }
    #newsletterHolder{
        margin-left:0px;
    }
    .social-icon {       
        margin: 50px 25px 10px 0px;
    }

}
ul.channel_carousel {
    margin: 0;
    padding: 0;
    height: 220px;
}
@media (max-width:480px) {  
    .social-icons-holder {
        clear: both;
    }
}
.social-twitter {
    background-position: 0 0;
}
.social-facebook {
    background-position: -70px 0;
}

.copy {
    width: 100%;
    padding: 10px 0;
    border-top: 0px solid #1c3041;
    color: #666;
}
.footer .row-fluid .span2 {
    margin-left: 0;
}
#validateNewsletterEmail {
    height: 30px;
}
.dropdown-menu {
    z-index: 1100!important;
}
.languages-holder .nav {
    position: relative;
    margin: -7px 0 0;
}
.current-language, .languages-holder .dropdown-menu li>a img {
    position: relative;
    margin-top: -2px;
}
.languages-holder .dropdown-menu {
    min-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.languages-holder .dropdown-menu li>a {
    padding: 2px 10px;
}
input#inputNewsletter {
    height: 46px;
    width: 170px;
    border-radius: 25px 0 0 25px;
    border: 1px solid #0061c0;
    color: #fff;
    background: #0a1117;
    padding: 5px;
}

#signup_newsletter {
    border-radius: 0 25px 25px 0px;
    border: 1px solid #0061c0;
    color: #fff;
    background: #1c3041;
    text-shadow: none;
    box-shadow: none;
}
.tivo-footer-logo {
    display: block;
    background: url("../../images/tivo-footer-logo.png") no-repeat;
    width: 170px;
    height: 68px;
    margin: 0px 0px 10px 25px;
    line-height: 0;
}
.nottc-footer-logo {
    display: block;
    background: url("../../images/nottc-footer-logo.png") no-repeat;
    background-size: 52px 68px;
    width: 52px;
    height: 68px;
    margin: 0px 0px 10px 25px;
    line-height: 0;
}
@media (max-width:767px) {
    .tivo-footer-logo, .nottc-footer-logo {       
        margin: 0px 25px 10px 0px;
    }
}
/**EPG Header**/
#EPGheader {
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 19999;
    background: #05080b;
    top: 0;
}
#EPGheader .logo img {
    margin-top: 10px;
    margin-left: 20px;
}
#EPGheader .navbar-inner {
    background: #05090c;
    border-radius: 0;
    border: 0;
}
#EPGheader .menu-link {
    display: inline-block;
    font-size: 17px;
    color: #0061c0;
    text-shadow: none;
    border:none;
   padding: 20px 10px;
}
#EPGheader .menu-link .fa {
  color:#1C3041;
  margin-top: 3px;
}
#EPGheader a.menu-link:hover {
   color: #ffffff;
   background-color: none;
}
#EPGheader a.menu-link:active, #EPGheader a.menu-link:hover,  #EPGheader a.menu-link:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: none;
}

.top-search-input {
    border: 1px solid #0061c0!important;
    border-radius: 25px!important;
    background: #05090c!important;
    width: 205px;
    color: #fff!important;
    padding: 9px 10px 6px 35px !important;
}
.navbar-search input[placeholder] {

    font-size: 17px;
}
.navbar-search input[placeholder]:focus, .navbar-search input[placeholder]:active {

    font-size: 17px;
}
.navbar-right-search {
    float: right;
    margin-top: 5px;
    height: 50px;
}
a.btn-input-search {
    position: absolute;
    margin: 0;
    height: 18px;
    line-height: 15px;
    font-size: 15px;
    top: 5px;
    left: 5px;
}
a.btn-input-search-close {
    position: absolute;
    margin: 0;
    height: 18px;
    line-height: 15px;
    font-size: 15px;
    top: 10px;
}
a.btn-input-search-close {
    padding: 3px 3px;
    display: none;
    color: #05090c;
    right: 7px;
}
a.btn-input-search {
    display: inline;
    padding: 8px 10px 0 10px;
    color: #fff;
}
.showSearch, .showSearchIcon {
    color: #05090c!important;
}
.showSearch {
   /* width: 250px;*/
    background: #fff!important;
}
#EPGheader .menu-link-login, #EPGheader .menu-link-register {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    float: right;
    padding: 10px 15px;
    color: #fff;
    height: 40px;
    line-height: 20px;
    border-radius:25px;
}
#EPGheader .menu-link-redeem {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    float: right;
    padding: 10px 15px;
    color: #fff;
    height: 40px;
    line-height: 20px;
}
#EPGheader .menu-link-login {
    background: #1d3041;
}
#EPGheader .menu-link-login:hover {
    background-color: #3280cc;
    color: #fff;
}
#EPGheader .menu-link-register {
    background: #0061c0;
    margin-right: 20px;
}
#EPGheader .menu-link-register:hover {
    background-color: green;
    color: #fff;
}
#EPGheader .menu-link-redeem {
    background: #0061c0;
    margin-right: 20px;
}


.smallModal .modal-dialog{
    width: 450px;
        margin: 10px auto;  
}

@media (max-width:480px) {
    .smallModal .modal-dialog{
       width: 100% !important;
       padding: 10px !important;  
}
}
.disclaimer-homepage-fd-modal {
    width: 80%;
    margin-left: -40%;
    left: 50%;
    z-index: 10003;
    top: 0%;
    position: absolute;
    background: #121e2a;
    color: #fff;
    border-radius: 10px;
    max-height: 250px;
}

.disclaimer-homepage-terms-fd-modal, .disclaimer-content-fd-modal {
    width: 80%;
    margin-left: -40%;
    left: 50%;
    z-index: 10003;
    top: 0%;
    position: absolute;
    background: #121e2a;
    color: #fff;
    border-radius: 10px;
    max-height: 350px;
}
.show-support-message-modal {
    top: 0%;
    left: 0%;
    right: 0%;
    z-index: 10003;
    background: #121e2a;
    color: #fff;
    width: 600px;
    max-height: 480px;
    margin: 0 auto; 
}
@media (min-width:480px) {
    .disclaimer-homepage-fd-modal, .disclaimer-content-fd-modal {
        width: 450px;
        margin-left: -225px;
        left: 50%;
        z-index: 10003;
    }
}
@media (max-width:576px) {
    .show-support-message-modal {
        width: 300px;
        max-height: 600px;
        z-index: 10003;
    }
}

.modal-body-content-scroll, .modal-body-content-scroll p {
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
}

.disclaimer-homepage-fd-modal .close, .disclaimer-homepage-terms-fd-modal .close, .disclaimer-content-fd-modal .close {
    color: #FFFFFF;
    opacity: 1;
    font-size: 26px;
    font-weight: 100;
}

.epgcolor1, .epgcolor2, .epgcolor3 {
    position: absolute;
    width: 5px;
    height: 55px;
    top: 3px;
    left: 3px;
}
.smallModal .modal-header {
    padding: 10px 20px 10px 30px;
}
.smallModal .modal-body, .smallModal .modal-footer {
    padding: 20px 30px;
}
.smallModal .modal-body {
    max-height: 1000px;
}
.smallModal form {
    margin: 0;
    padding: 0;
}

.mediumModal{
    width: 80%;
    margin-left: -40%;
    left: 50%;
    position:absolute;
}

.epgcolor1 {
    background: #4ba525;
}
.epgcolor2 {
    background: #e29c0d;
}
.epgcolor3 {
    background: #7278b1;
}
.navbar-account-menu-user-thumb {
    margin-top: 10px;
    margin-right: 30px;
    border-radius: 20px;
    margin-left: 10px;
}
.black-theme {
    background: #121e2a!important;
    color:#fff;
    padding: 15px 25px;
    width: 300px;
    margin-top: 10px !important;
}
.black-theme li{
    padding: 5px 0px;
    font-size: 17px;
}
.black-theme li a {
    color: #0061c0;
    padding:0px;
    font-size: 17px;
}
.black-theme li a:hover, .black-theme li a:focus{
    background: none;
    color:#fff;
}
.profile-caret {
    position: absolute;
    top: 25px;
    right: 15px;
    color:#1C3041;
}
#EPGContainer {
    z-index: 2;
    position: fixed;
    top: 70px;
    width: 100%;
}
.mymodal {
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10002;
    width: 100%;
    border-radius: 0;
    height: 100%;
    background: #000;
    color: #fff;
}
.mymodal h4 {
    color: #fff;
    border-bottom: 1px solid #13202c;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
}
.mymodal .close {
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    opacity: .5;
    position: fixed;
    right: 50px;
    top: 20px;
    line-height: 30px;
    width: 40px;
    height: 40px;
}
@media (max-width:568px) {
    .mymodal .close {
        right: 20px;
        top: 10px;
    }
}
.mymodal li {
    margin-bottom: 30px;
}
.mymodal li span {
    font-weight: 700;
}
.mymodal li a {
    color: #fff;
}
.mymodal .favChannel, .mymodal .savedDVR {
    margin-left: 20px;
    float: left;
    position: relative;
}
.mymodal .favChannel img, .mymodal .savedDVR img {
    width: 200px;
    margin-top: 20px;
}
.mymodal .favChannel span, .mymodal .savedDVR span {
    display: block;
    width: 100%;
    background: url(../../images/schedule/channel-bottom.png);
    color: #fff;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.channel-hd {
    font-style: italic;
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 0;
    color: #999;
    font-size: 12px;
}
.social-btns {
    float: left!important;
    width: 100%!important;
    display: inline!important;
    border: none!important;
    clear: both!important;
    margin-bottom: 5px!important;
    background: 0 0!important;
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
}
.mobile-menu, .mobile-menu:focus, .mobile-menu:hover {
    color: #fff;
}
.social-btns div, .social-btns iframe {
    display: inline-block!important;
    margin-right: 20px!important;
}
@media (max-width: 630px) {
    .tdsubscribe {
        display: none !important;
    }
}
@media (min-width: 980px) and (max-width: 1430px) {
    .tdsubscribe {
        display: none !important;
    }
}
.social-btns table {
    float: left!important;
    display: inline!important;
}
.social-btns table tr td {
    vertical-align: top;
}
.mobile-menu {
    margin-top: 5px;
    margin-left: 0px;
    border: 0;
}

/***Header Menu***/
.shopping-cart {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
}
a.shopping-cart:hover, a.shopping-cart:focus {
    color: #fff;
}
.extra-small-resolution-navbar-search {
    display:none;
}
.small-resolution-navbar-right-search {
    display: none;
}
.favicon-logo{
  width: 50px;
}
.favicon-logo img{
  margin-top: 5px;
  width: 100%;
}

@media (min-width:1199px) {
    .favicon-logo{
       display: none;
    }
}
@media (max-width:1199px) {
    .logo{
      display: none;
    }
    .favicon-logo{
      display: block;
    }

    .nav.navbar-nav {
        margin-left: 0px;
    }
    .shopping-cart {
        margin-right: 20px;
    }
}

@media (min-width:1199px) {

    .mobile-menu {
    display: none!important;
}
    .nav-top-header{
        margin-top: 5px;
    }
    .navbar-search{
        margin-right: 0px !important;
    }

    .navbar-account-menu-user-thumb {
        margin-top: 5px;
        margin-right: 30px;
        border-radius: 30px;
    }
}
@media (max-width:1199px) {
    .favicon-logo{
         margin-left: 20px;
    }
    .not-mobile-menu {
    display: none!important;
    }
    .nav-top-header {
        margin-top: 5px;
}
    .navbar-account-menu-user-thumb {
        margin-top: 0px;
        margin-right: 20px;
        border-radius: 30px;
    }

    .top-mobile-collapse{
        display: block !important;
        background-color: #1C3041 !important;
        background-image: none !important;
        box-shadow: none !important;
        margin: 10px 20px 0px 10px !important;
        padding: 8px 15px !important;
        border-radius:0px;
        font-size: 17px;
    }
    .mobile-profile-caret{
        position: relative !important;
        margin-top: 15px !important;
        margin-right: -75px !important;
        color: #1C3041 !important;
    }
    .navbar-search {
        margin-right: 0px !important;
    }
    .navbar-collapse  > li.open > a {
        background: #0061c0 !important;
        color: #FFFFFF !important;
    }
    .navbar-collapse  > li > a:hover, .navbar-collapse  > li > a:focus, .navbar-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: #3280cc;
        color: #FFFFFF;
    }   
    .navbar-collapse .nav li.dropdown.open > .dropdown-toggle, .navbar-collapse .nav li.dropdown.active > .dropdown-toggle, .navbar-collapse .nav li.dropdown.open.active > .dropdown-toggle {
        background: #0061c0;
        color: #FFFFFF;
    }
}
@media (max-width:1199px) {
    .network-body .favicon-logo{
         margin-left: 20px;
    }
    .network-body .not-mobile-menu {
        display: none!important;
    }
    .network-body .nav-top-header {
        margin-top: 5px;
    }
    .network-body .navbar-account-menu-user-thumb {
        margin-top: 0px;
        margin-right: 20px;
        border-radius: 30px;
    }

    .network-body .top-mobile-collapse{
        display: block !important;
        background-color: #1C3041 !important;
        background-image: none !important;
        box-shadow: none !important;
        margin: 10px 20px 0px 10px !important;
        padding: 8px 15px !important;
        border-radius:0px;
        font-size: 17px;
    }

    .network-body #mobileCollapse {
        /*background-color: transparent !important;*/
        margin: 10px 15px 0px 10px !important;
        padding: 10px !important;
        line-height: 20px;
    }

    .network-body .mobile-profile-caret{
        position: relative !important;
        margin-top: 15px !important;
        margin-right: -75px !important;
        color: #1C3041 !important;
    }
    .network-body .navbar-search {
        margin-right: 0px !important;
    }
    .network-body .navbar-collapse  > li.open > a {
        background: #0061c0 !important;
        color: #FFFFFF !important;
    }
    .network-body .navbar-collapse  > li > a:hover, .network-body .navbar-collapse  > li > a:focus, .network-body .navbar-collapse .dropdown-menu a:hover, .network-body .nav-collapse .dropdown-menu a:focus {
       background: #3280cc;
       color: #FFFFFF; 
    } 
    
    .network-body .navbar-collapse .nav li.dropdown.open > .dropdown-toggle, .network-body .navbar-collapse .nav li.dropdown.active > .dropdown-toggle, .network-body .navbar-collapse .nav li.dropdown.open.active > .dropdown-toggle {
        background: #0061c0;
        color: #FFFFFF;
    }
}
@media  (min-width:768px){
    .small-resolution-navbar-right-search {
        display:none;
    }
    .user-login-mobile{
        display: none;
    }
}
@media  (max-width:767px){
    .user-login-mobile {
      display: block !important;
    }
    .navbar-search {
        display: none !important;
    }
    .menu-link-login{
        display:none !important;
    }
    .small-resolution-navbar-right-search {
        display: inline-block;
        float: left;
        height: 50px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .small-resolution-navbar-right-search a.btn-input-search {
        color: #fff;
        display: inline;
        padding: 5px 10px;
    }
    .shopping-cart {
        color: #fff;
        font-size: 27px;
        margin-top: 10px;
        position: relative;
    }
    a.btn-input-search-close {
        top: 7px;
    }
    .top-collapse-text{
       font-size: 27px;
    }
    .navbar-account-menu-user-thumb {
        width: 35px;
    }
    .top-mobile-collapse{
        background-color: #000 !important;
        margin-top: 5px !important;
        font-size: 27px;
        margin-right: 0px !important;
    }
    .mobile-menu {
        margin-top: 15px;
    }
    .navbar-account-menu-user-thumb {
        margin-right: 0;
    }
    .mobile-profile-caret {
        display:none;
    }
}
@media (max-width:600px)  {
    .top-collapse-text{
        display:none;
    }
    .navbar-account-menu-user-thumb {
        margin-top: 0px;
        border-radius: 30px;
        width: 35px;
        margin-left: 0px;
    }

}
@media  (max-width:480px){
    .small-resolution-navbar-right-search {
        display:none !important;
    }
    .extra-small-resolution-navbar-search{
        display: block;
        padding: 10px 0px 10px 10px;
    }
    #mobile_navbar {
        background-color: #05080B;
    }
    .top-search-input {
        width: 85%;
        box-sizing: content-box;
    }
    a.btn-input-search {
        font-size: 15px;
        height: 18px;
        left: 5px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        top: 3px;
    }
    #searchFormxs{
        position: relative;
    }
    a.btn-input-search-close {
        font-size: 15px;
        height: 18px;
        right: 25px;
        line-height: 15px;
        margin: 0;
        position: absolute;
        top: 7px;
    }
}
#mobile_navbar{
    position: absolute;
    top: 70px;
    width: 100%;
    overflow-y: scroll;
    z-index:1;
}
#account_navbar{
    position: absolute;
    top: 70px;
    width: 100%;
    overflow-y: scroll;
}
.landscape #mobile_navbar, .landscape #account_navbar{
    z-index: 3;
}
.mobile-menu-list {
   margin:0px !important;
   background-color: #0a1117;
}
.mobile-menu-list li {
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #12202b;
    position: relative;
    width: 100%;
}
.nav.navbar-nav {
    width: 100%;
    padding:0px;
}
.drowdown-mobile-item {
    padding: 0px;
}
.mobile-logout {
    color: #9f423d;
}
.display-none {
    display: none;
}
.moreMargin {
    margin-top: 315px!important;
}
.container-fluid {
    padding: 0;
}

.no-background {
    background: #111d29!important;
}
.user-login-mobile, .user-login-mobile:hover {
    background: 0 0;
}
.user-login-mobile {
    font-size: 27px;
    margin-top: 10px;
}

#spc_nr_items {
    color: #fff;
    background: #980000;
    border-radius: 20px;
    font-size: 11px;
    width: 18px;
    position: absolute;
    top: -7px;
    text-align: center;
    right: -12px;    
    height: 18px;
    font-weight: bold;
    line-height: 18px;
}
.mobile-search, .mobile-search:hover {
    background: 0 0;
}
.mobile-search {
    font-size: 27px;
    position: absolute;
    top: 0;
    right: 115px;
}
.less-margin {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
}
.mobile-search-input input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding-left: 40px;
    box-sizing: border-box;
}
.mobile-search-input {
    width: 95%;
    margin-top: 0;
    background: 0 0;
    margin-left: 20px;
}
.mobile-search-input a.btn-input-search, .mobile-search-input a.btn-input-search-close {
    float: left;
    position: absolute;
    margin: 0;
    height: 18px;
    line-height: 25px;
    font-size: 25px;
    top: 15px;
}
.mobile-search-input a.btn-input-search-close {
    padding: 0 5px;
    display: none;
    color: #05090c;
    right: 35px;
}
.mobile-search-input a.btn-input-search {
    display: inline;
    padding: 0 10px 0 5px;
    color: #000;
}
.supportModal {
    width: 328px;
    left: 50px;
    margin-left: 20px;
    top: auto;
    bottom: 50px;
    z-index: 21000;
    padding-bottom: 10px;
    position: fixed!important;
    display: none;
    background: #121e2a;
    color: #fff;
    border-radius: 10px;
}
.supportModal .modal-title{
    margin-top: 0px;
    font-weight: bold;
}
.supportModal .modal-content{
    background: none;
    border: 0px;
    box-shadow: none;
    padding: 0px 15px;
}
.supportModal .modal-header{
    padding: 0px;
}
.supportModal .modal-body{
    padding: 15px 15px 0px 15px;
}
.supportModal .modal-dialog{
    width: 100%;
    margin: 10px auto;
}
.supportModal .close {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    opacity: 1;
}
.support-block {
    display: block;
    margin-left: 55px;
}
.supportModal .fa{
  font-size: 40px;
  color: #ffffff;
    float: left;
    display: inline;
}
@media (max-width:495px) {
    .supportModal {
        display: none;
    }
}
@media (max-width:815px) and (max-height:495px) {
    .supportModal {
        display: none;
    }
}
}.margin-top-none {
    margin-top: 0!important;
}
.margin-top-smaller {
    margin-top: 5px;
}
.margin-top-small {
    margin-top: 10px;
}
.margin-top-intermediate {
    margin-top: 15px;
}
.margin-top-medium {
    margin-top: 20px;
}
.margin-top-medium-int {
    margin-top: 25px;
}
.margin-top-big {
    margin-top: 30px;
}
.margin-bottom-none {
    margin-bottom: 0!important;
}
.margin-bottom-smallest {
    margin-bottom: 4px;
}
.margin-bottom-small {
    margin-bottom: 10px;
}
.margin-top-smallest {
    margin-top: 2px;
}
.margin-bottom-medium {
    margin-bottom: 20px;
}
.margin-bottom-big {
    margin-bottom: 30px;
}
.margin-right-intermediate {
    margin-right: 15px!important;
}
.margin-right-medium {
    margin-right: 20px!important;
}
.margin-left-smallest {
    margin-left: 5px!important;
}
.margin-left-small {
    margin-left: 10px!important;
}
.margin-left-intermediate {
    margin-left: 15px!important;
}
.margin-left-medium {
    margin-left: 20px!important;
}
.margin-right-smallest {
    margin-right: 5px!important;
}
.margin-right-small {
    margin-right: 10px!important;
}
.margin-left-big {
    margin-left: 30px!important;
}
.margin-right-none {
    margin-right: 0!important;
}
@media (max-width:480px) {
    .userImage.margin-right-none {
    margin-right: 0!important;
}
}@media (max-width:760px) {
    .userImage.margin-right-none {
    margin-right: 20px!important;
}
}.margin-left-none {
    margin-left: 0!important;
}
.margin-top-small-inverse {
    position: relative;
    margin-top: -10px!important;
}
.padding-top-none {
    padding-top: 0!important;
}
.padding-top-small {
    padding-top: 10px!important;
}
.padding-top-medium {
    padding-top: 20px;
}
.padding-top-big {
    padding-top: 30px;
}
.padding-top-valign {
    padding-top: 57px;
}
.padding-top-show-valign {
    padding-top: 58px;
}
.padding-bottom-show-valign {
    padding-bottom: 58px;
}
.padding-top-valign-small {
    padding-top: 47px;
}
.padding-bottom-valign-small {
    padding-bottom: 47px;
}
.padding-bottom-none {
    padding-bottom: 0;
}
.padding-bottom-small {
    padding-bottom: 10px!important;
}
.padding-bottom-medium {
    padding-bottom: 20px;
}
.padding-bottom-big {
    padding-bottom: 30px;
}
.padding-left-small {
    padding-left: 10px;
}
.padding-left-none {
    padding-left: 0!important;
}
.color-light-grey {
    color: #666;
}
.color-lightest-grey, .no-results {
    color: #999!important;
}
.min-width-profile {
    min-width: 60px;
    float: left;
}
.no-search-results {
    padding-top: 130px;
    background: url(../images/no-search-results.png) center 60px no-repeat;
    font-size: 14px;
    line-height: 26px;
}
.color-link, a.color-default {
    color: #0061C0;
}
a.color-default:hover, a:hover.color-default {
    color: #3280cc;
}
.color-green {
    color: #6e9f2a;
}
.text-centered {
    text-align: center!important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.font-size-medium {
    font-size: 12px;
}
.font-size-big {
    font-size: 22px;
}
.line-height-medium {
    line-height: 24px!important;
}
.clear-both {
    clear: both;
}
.favChannel .play, .savedDVR .play {
    width: 42px;
    height: 42px;
    background: url(../../images/schedule/play.png);
    position: absolute;
    bottom: 0;
    right: 0;
}
.channel-name-th {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    display: inline-block;
    position: absolute;
    top:25px;
    left: 45px;
   /* margin-left: 30px;
    margin-top: 10px;
    height: 56px;
    line-height: 60px;
    margin-bottom: 5px;
    margin-left: 45px;*/
}
.channel-hd-no-img {
    font-style: italic;
    font-weight: 900;
    position: absolute;
    top: 0px;
    right: 0;
    color: #999;
    font-size: 12px;
}
.color-white {
    color: #ffffff;
}
.categWrapper {
    border-bottom: 1px solid #1d3041;
    height: auto;
    float: left;
    padding: 10px 0;
}

.categWrapper h3{
    margin-left: 25px;
    font-size: 20px;
    color: #ccc !important;
    font-weight: 100;
    padding: 10px 0;
}
.lineup li[class*="span"]{
   margin-left: 0%;
}
@media (max-width: 1150px) and (min-width: 768px) {
    .lineup .span3 {
        width: 44.92817679558011% !important;
    }
}


.live_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #05509B;
    border:1px solid  #05509B;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
}
.tve_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #0F5165;
    border:1px solid  #0F5165;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
}
.catchup_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #AE7D14;
    border:1px solid  #AE7D14;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
    float:left;
}
.kodi_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #12B2E7;
    border:1px solid  #12B2E7;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
    float:left;
}
.sling_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #13abdf;
    border:1px solid  #13abdf;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
}
.radio_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #3E8826;
    border:1px solid  #3E8826;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
}
.adult_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #BD0101;
    border:1px solid  #BD0101;
    margin: 0px 8px;
    display: inline-block;
    text-align: center;
    width: 35px;
}
.indie_label {
    text-transform: uppercase;
    font-size: 14px;
    color: #633015;
    border:1px solid  #633015;
    display: inline-block;
    text-align: center;
    width: 35px;
    margin: 0px 8px;
}
.catchtv_badge {
    border: 1px solid #e39c0c;
    color: #AE7D14;
    padding: 2px 5px !important;
    font-size: 14px;
}

.catchtv_badge_small {
    display: none;
}

.radio_badge {
    border: 1px solid #6fb41d;
    color: #6fb41d;
    padding: 2px 5px !important;
    font-size: 14px;
    width: 38px;
    text-align: center;
}
.radio_badge_small {
    display: none;
}
.epg-stb-number {

}
.label_wrap{
    width: 30px;
    float:right;
    margin-top: 10px;
    height: 65px;
    margin-right: 10px;
}
.label_wrap .margin-top-intermediate{
    margin-top: 16px;
}
.catchtv {
    border: 1px solid #e39c0c;
    color: #e39c0c;
    float: right;
    padding: 0px 4px;
    line-height: 21px;
    width: 38px;
    font-size: 14px;
    text-align: center;
}

.livetv {
    border: 1px solid #0061c0;
    color: #0061c0;
    float: right;
    padding: 0px 4px;
    line-height: 21px;
    width: 38px;
    font-size: 14px;
    text-align: center;
}

.live_badge {
    border: 1px solid #0061c0;
    color: #0061c0;
    padding: 2px 5px !important;
    font-size: 14px;
}
.live_badge_small {
    display: none;
}

.adulttv {
    border: 1px solid #c00000;
    color: #c00000;
    float: right;
    padding: 0px 4px;
    line-height: 21px;
    width: 38px;
    font-size: 14px;
    text-align: center;
}

.hdtv {
    border: 1px solid #424c55;
    color: #424c55;
    float: right;
    padding: 0px 4px;
    line-height: 21px;
    width: 38px;
    font-size: 14px;
    text-align: center;
}

.tve {
    border: 1px solid #0e5e77;
    color: #0e5e77;
    float: right;
    padding: 0px 4px;
    line-height: 21px;
    width: 38px;
    top: 10px;
    font-size: 14px;
    text-align: center;
}

.sl {
    border: 1px solid #13abdf;
    color: #13abdf;
    float: right;
    padding: 0px 4px;
    line-height: 21px;
    width: 38px;
    top: 10px;
    font-size: 14px;
    text-align: center;
}

.tve_badge {
    border: 1px solid #0e5e77;
    color: #0e5e77;
    padding: 2px 5px !important;
    font-size: 14px;
}

.side-logo {
    color: #0061c0;
    font-size: 17px;
    margin: 20px 0 0 20px;
}
@media (max-width:500px) {
    .side-logo {
        display:none;
    }
}
.mymodal {
    overflow: auto;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
    color: #0061c0;
    background-color: transparent;
  }
.nav-top-header  .nav-tabs {
    border-bottom: 0px solid #ddd;
    font-weight: normal;
    text-transform: none;
    text-shadow: none !important;
    float: left;
}
.nav-top-header  .nav-tabs a:hover, .nav-top-header  .nav-tabs a:focus, .nav-top-header  .nav-tabs a:active {
    background: #000;
    color: #fff;
}
.nav .open > a {
    background: #000;
}
.nav-top-header .nav > li > .dropdown-menu::after {
    border-bottom: none !important;
}
.nav-header  .navbar .nav > li > a {

}
.dropdown-menu {
    background-color: #0B1724;
    margin:0px;
    box-shadow: 0px 5px 10px #000;
    left: auto;
    border-radius: 25px!important;
  }
.dropdown-menu.tools-menu{
    margin-left: -20px;
    padding: 0 !important;
  }
.dropdown-menu.explore-menu{
    width: 350px;
  }

.dropdown-menu.tools-menu a{
    color: #0061c0;
    font-size: 17px;
}

.tools-menu > li{
    float:left;
    padding: 30px;
}
.explore-menu > li:first-child{
    padding-right: 0px;
}
.tools-menu > li > ul{
    margin:0px;
    padding-left: 0px;
}
.tools-menu > li > ul > li:last-child {
    padding-bottom: 0px;
}
.tools-menu > li > ul > li {
    list-style-type: none;
    padding-bottom: 15px;
    white-space:nowrap;
}

.explore-menu > li:first-child > ul{
    padding-right: 30px;
    padding-left: 0px;
    border-right: 0px solid #39536b;
    width: 280px;
}

.explore-menu > li:last-child > ul{
    padding-right: 0px;
    padding-left: 0px;
}

.dropdown-mobile {
    margin: 15px 0px 0px 0px;
    padding:0px;
    background-color: #0A1117;
    position: relative;
    float:none;
}
.dropdown-mobile ul{
   margin-left: 0px;
}
.dropdown-mobile li{
   margin-left: 0px;
   padding: 0px;
}
.drowdown-mobile-item li{
   margin-left: 0px;
   background-color: #000;
}
.dropdown-mobile li:last-child{
   margin-left: 0px;
   margin-bottom: 0px;
   border-bottom: none;
}

#EPGheader a.mobile-menu-link:active, #EPGheader a.mobile-menu-link:hover,  #EPGheader a.mobile-menu-link:focus {
    color: #ffffff;
    background: #3280cc !important;
    text-decoration: none;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 0px;
    color: #0061C0;
    font-weight: normal;
    text-decoration: none;
     background: none !important;
    padding:15px;
    display: block;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
   background-color: #3280cc !important;
    color: #ffffff;
}

.menu-devider{
    border-bottom: 1px solid #39536b;
    height: 1px;
    margin: 15px 0;
}
.red{
    color: #BA0002 !important;
}
.dark_blue{
    color: #39536b !important;
}

.left-main-mobile-menu{
    margin-top: 60px;
}
.dropdown-title {
    padding-bottom: 10px;
}
.dropdown-submenu {
    margin: 0px !important;
    color: #ffffff;
}
.overflow-y-auto {
    max-height: 60px;
    overflow-y: auto;
}
.toggleExtendedDetails{
    color: #ffffff;
    text-decoration: none;
    display: none;
}
.toggleExtendedDetails:focus,.toggleExtendedDetails:hover{
    color: #ffffff;
}
@media (max-width:380px) {
    .logo {
        display: none;
    }
}
.keep-text-near-player {
    width: 730px !important;
}
.keep-text-near-player-margin {
    margin-left: 20px !important;
}
#EPGTableWrapper, #favsEPG {
    position: relative;
}

#loading {
   width: 100%;
   height: 50px;
   bottom: 0px;
   left: 0px;
   position: fixed;
   display: block;
   z-index: 99;
   text-align: center;
   border:0px solid red;
}
#loading-box{
  margin: 0 auto;
  bottom: 10px;
  z-index: 100;
  color:#05509B;
  font-size: 16px;
}
#loading-text{
    display: inline-block;
    bottom: 10px;
    position: relative;
    margin-left: 10px;
}
#loading-image {
  width: 40px;
  height: 40px;
  border:0px;
  display:inline-block;
  background: url('../../images/epg_loading.gif') center no-repeat;
}
#loading-text {
margin-top: -10px;
}
.noticeBox {
   width: 100%;
   height: 30px;
   display: block;
   z-index: 99;
   text-align: center;
   border:0px solid red;
   color: #ccc;
}

#searchForm {
    margin-top: 5px;
}
.no_results {
    color: #ffffff;
}
.facebookLoginModal{
    width:690px;
    margin-left:-350px;
}
.facebookLoginModal .modal-body{
    padding:0px 30px 15px 30px;
}
.facebookLoginModal .modal-footer{
    padding:0px 0px 15px 0px;
}
.genre-name {
    display: none;
    border: 0px !important;
}
.radbadge {
    border: 1px solid #6FB41D;
    color: #6FB41D;
    float: right;
    padding: 0px 4px;
    width: 38px;
    font-size: 14px;
    text-align: center;
}
.radio-wrapper {
    cursor: pointer;
    width: 100%;
}

.radio-wrapper .wrapper{
    font-size: 17px;
}
/***channel Lineup Page***/
.channelLineupWrap{
    margin-top: 70px;
}
#chanelsLineup h4 {
    color: #fff;
    margin-top: 30px;
    padding-left: 24px;
}
#chanelsLineup li {
    margin-bottom: 30px;
    height: 30px;
}
#chanelsLineup li, .no-style {
    list-style: outside none none;
}
#chanelsLineup li span {
    font-weight: 700;
    vertical-align: top;
}
#chanelsLineup a {
  text-decoration: none;
  color: #fff;
}
#chanelsLineup .channel_lineup_title {
    display: inline-block;
    width: 70%;
}
.extended-channel-name {
    max-width: 400px !important;
}
.no-wrap-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 77%;
}

#liveDetailsSpan td.title-cell {
    border-right: 1px solid #FFF;
    padding-right: 10px;
    white-space: nowrap;
}
#liveDetailsSpan td.date-cell {
    border-right: 1px solid #FFF;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
#liveDetailsSpan td.timeline-cell {
    padding-left: 10px;
}

@media (max-width:767px) {
    #liveDetails {
        padding-top: 0;
        margin-top: 10px;
    }
    #liveDetails h1 {
        margin-top: 0px;
        margin-left: 50px;
        margin-right: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #liveDetails h1.title-full {
       white-space: normal;     
    }
    .liveExtendedDetails {
        margin: 15px 5px;
    }
    #liveDetails .slimScrollDiv {
        margin-top: 0px;
    }
    #liveDetails {
        margin-top: 15px;
        margin-bottom: 0px;
        position: relative;
    }
    #badge-wrapper{
        display: block;
        position: absolute;
        left: 5px;
        top:5px;
    }
    .toggleExtendedDetails{
        display: block;
        cursor: default;
        position: absolute;
        top: 10px;
        right: 25px;
    }
    #detailsContainer {
        width: 100% !important;
        height: auto !important;
        margin-left: 10px !important;
        margin-bottom: 10px;
    }
    #playerSpan {
        width: 100% !important;
       /* min-height: 400px;*/ /*mantis 20157*/
    }
    .landscape #EPGheader, .landscape #EPGContainer, .landscape #NetworkEPGContainer {
        position: static !important;
    }
    .landscape #EPGTableWrapper, .landscape #userChannels, .landscape #userVideos, .landscape #siteEPG, .landscape #socialEPGtableWrapper {
        margin-top: 0 !important;
    }
    .network-body #EPGheader{
        position: fixed !important;
    }
    .landscape #fixTimeline {
        display: none;
    }
    .landscape #EPGTableWrapper .timeline {
        visibility: visible;
    }
    .catchtv_badge {
        display: none;
    }
    .catchtv_badge_small {
        display: block;
        text-align: center;
    }

    .live_badge {
        display: none;
    }
    .live_badge_small {
        display: block;
        text-align: center;
    }
    .radio_badge {
        display: none;
    }
    .radio_badge_small {
        display: block;
        text-align: center;
    }
}

/*iphone 5 media queries*/
@media (max-width: 568px) {
    table.flatepg tr.timeline th.first {
        width: 108px;
    }
    table.flatepg tr.odd th {
        width: 113px;
    }
    .schedule-thumbnail-holder {
        width: 108px;
        height: 66px;
        margin: 0;
    }
    .schedule-thumbnail-holder img{
        width: 64px;
        height: 36px;
        margin-left: 10px;
        margin-top: 20px;
    }

    table.flatepg .info-time {
        font-size: 11px;
        position: absolute;
        top: 0px;
    }
    .channel-name-th  {
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 64px;
        display: block;
        height: 36px;
        line-height: 36px;
        top: 20px;
        left: 10px;
    }
    .catchtv {
        padding: 0px;
        line-height: 14px;
        width: 24px;
        position: absolute;
        top: 0;
        font-size: 10px;
    }
    .sl {
        padding: 0px;
        line-height: 14px;
        width: 24px;
        position: absolute;
        top: 0;
        font-size: 10px;
    }
    .livetv {
        padding: 0px;
        line-height: 14px;
        width: 24px;
        position: absolute;
        top: 0;
        font-size: 10px;
    }
    .adulttv {
        position: absolute;
        padding: 0px;
        line-height: 14px;
        width: 24px;
        font-size: 10px;
        bottom: 0;
    }
    .hdtv {
        position: absolute;
        padding: 0px;
        line-height: 14px;
        width: 24px;
        font-size: 9px;
        bottom: 0;
    }
    .tve {
        position: absolute;
        padding: 0px;
        line-height: 14px;
        width: 24px;
        font-size: 10px;
        top: 0;
    }
    .radbadge {
        padding: 0px;
        position: absolute;
        line-height: 14px;
        width: 24px;
        top: 0;
        font-size: 10px;
    }
    #eventDetails {
        width: 300px;
        padding: 15px;
    }
    #eventDetails h1 {
        max-width: 270px;
    }
    #eventDetails span.first {
        display: none;
    }
    #eventDetails span {
        border-left: none;
        padding-left: 0;
    }
    #eventDetails .dvr_btn, #eventDetails .removedvr_btn {
        margin-left: 20px;
    }
    #eventDetails .close {
        font-size: 30px;
        margin-left: 5px;
    }
    .schedule-thumbnail-selected {
        background: url("../../images/schedule/selected-channel-bg.jpg") no-repeat !important;
        background-size: cover !important;
    }
    .label_wrap {
        width: 28px;
        height: 36px;
        margin-top: 20px;
        position: absolute;
        top: 0px;
        right: -10px;
    }
    .label_wrap .margin-bottom-small {
        margin: 0;
    }
    .label_wrap .margin-top-intermediate {
        margin-top: 10px;
    }
    .schedule-event-name-free {
        margin-top: 22px;
    }
    .schedule-event-name {
        font-size: 14px;
    }
    .radio-wrapper .wrapper {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1054px) {
    #liveDetails h1.currentChannelTitle {
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    #liveDetails h1.currentChannelTitle {
        text-overflow: ellipsis;
    }
}
.network-menu {
    margin-left: 200px;
}

#networkHeaderBg {
    background-color: #646464;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 230px;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

#networkHeaderShading {
    background-color:rgba(0, 0, 0, 0.65) !important;
    height: 230px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.transparent-bg {
    background-color:rgba(0, 0, 0, 0.6) !important;
}

.network-profile-img {
    border-radius: 80px;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 20000;
}

#blurContainer {
    overflow: hidden;
    height: 230px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.clear {
    clear: both;
}

#networkHeader {
    height: 230px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#networkHeaderImg{
    z-index: 20000;
}

#networkHeaderImg a{
    color: #fff;
    z-index: 20000;
}

#networkHeaderImg span{
    position: absolute;
    top: 170px;
    color: #fff;
    z-index: 20000;
    left: 70px;
    text-shadow: 2px 1px #000;
    opacity: 0;
}

#networkHeaderImg:hover span, #networkHeaderImg:hover .thumb-overlay{
    opacity: 1;
}

.thumb-overlay {
    position: absolute;
    top: 31px;
    left: 20px;
    height: 100%;
    background-image: url(../../images/network/video-overlay.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-clip: content-box;
    height: 170px;
    width: 170px;
    z-index: 20000;
    border-radius: 80px;
}

.profile-data {
    position: absolute;
    top: 100px;
    left: 210px;
    color: #fff;
    font-size: 17px;
    z-index: 9999;
}

.profile-data h4 {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 400;
}

.social-data {
    position: absolute;
    top: 130px;
    right: 20px;
    color: #fff;
    text-align: right;
    font-size: 17px;
    z-index: 9999;
}
.social-data div{
    margin-bottom: 10px;
}
#NetworkEPGContainer {
    z-index: 2;
    position: fixed;
    top: 230px;
    width: 100%;
}

.vod_badge {
    border: 1px solid #7278b1;
    color: #7278b1;
    padding: 2px 5px !important;
    font-size: 14px;
}
.vod_badge_small {
    display: none;
}
.title {
    color: #fff;
    font-size: 36px;
    margin: 0px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0a1117;
    border-top: 1px solid #0a1117;
}
#userChannels {
    background: #05090c;
}
#userVideos {
    background: #05090c;
}
.network-body{
    background: #05090c;
}
.thumbnail-holder img {
    width: 100%;
}
.frontgate-videos-subtitle{
    color: #999999;
    text-align: center;
    font-size: 20px;    
}

#videoCarousel {
    margin-top: 20px;
}
.categoryCarousel{
    margin-top: 50px;
}
.categoryCarousel > .carousel-control.left{
    margin-left: -60px;
}
.categoryCarousel > .carousel-control.right{
    margin-right: -60px;
}
#categoryCarousel-md  .carousel-control.left{
    margin-left: 0px !important;
}
#categoryCarousel-md  .carousel-control.right{
    margin-right: 0px;
}
#categoryCarousel-xs  .carousel-control.left{
    margin-left: -10px;
}
#categoryCarousel-xs  .carousel-control.right{
    margin-right: -10px;
}


.vodCount {
    float: right;
    margin-top: -55px;
    margin-right: 10px;
    color: #fff;
}
.carousel-control{
    height:60px;
    width:60px;
    margin-top:-40px;
    top:50%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background:none;
    border:none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-image: url(../../images/network/offers-slider.png) !important;
    background-repeat:no-repeat;
    background-position:-5px -5px;
    font-size:0px;
    line-height:0px;
    margin-left: 30px;
}
.carousel-control.right{
    background-position: -65px -5px;
    margin-right: 40px;
    width: 70px;
}
.video-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-shadow: 2px 1px #000;
    line-height: 16px;
    position: absolute;
    bottom: 10px;
    width: 90%;
}
.category-box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 40%;
    width: 100%;
    margin-left: -15px; 
    margin-right: -15px;
    text-align: center;
}
.category-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    text-shadow: 2px 1px #000;  
    line-height: 35px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
}
.category-name a{
    border-top: 1px solid #fff;   
    border-bottom: 1px solid #fff;
    color: #fff;
}
h1.page-title {
  font-size: 52px;
  color: #fff;
}
@media (max-width: 468px) {
    h1.page-title {
      font-size: 24px !important;
      color: #fff;
    }
    .category-name {
        font-size: 12px;
        line-height: 20px;
        display: block;
    }
}
@media (max-width: 380px) {
    .category-name {
        font-size: 10px;
        line-height: 16px;
        display: block;
    }
}
.thumbnail-holder {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.vod-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(../../images/network/video-overlay.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-clip: content-box;
}
#adCodeBottom {
    margin-top: 30px;
    text-align: center;
}
#adCodeTop {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 468px) {
    #adCodeTop, #adCodeBottom {
        display: none;
    }
}

@media (max-width: 767px) {
    #adCodeBottom {
        margin-top: 20px;
    }
    #adCodeTop {
        margin-top: 10px;
    }
    .carousel-control.right{
        margin-right: 30px;
    }
    #blurContainer, #networkHeader, #networkHeaderImg, #networkHeaderShading, #networkHeaderBg {
        height: 520px;
    }
    #NetworkEPGContainer{
        top: 520px;
    }
    .network-profile-img {
        top: 110px;
        left: 50%;
        margin-left: -85px;
    }
    .thumb-overlay {
        top: 111px;
        left: 50%;
        margin-left: -85px;
    }
    #networkHeaderImg span {
        top: 250px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .profile-data {
        top: 280px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    #networkHeader .profile-data h4 {
        font-size: 24px;
    }
    .social-data {
        top: 400px;
        right: 0px;
        text-align: center;
        width: 100%;
    }
    #EPGheader {
        z-index: 20000;
    }
    .video-name {
        bottom: 20px;
        width: 100%;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar {
        margin-bottom: 0px;
    }
}
    .navbar {
        margin-bottom: 0px;
    }
}

.duration {
    color: #999999;
}
#siteEPGtableWrapper {
    position: relative;
}

#socialEPGtableWrapper {
    position: relative;
}

#socialEPG {
    display: none;
    position: relative;
}

.subscribe {
    background: #1457c0;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 14px;
}
.plusone div{
    width: 60px !important;
}
.tdsubscribe div{
    margin: 0px !important;
}
.stButton .stMainServices {
    height: 22px !important;
}
.stButton .stButton_gradient {
    height: 21px !important;
}

.network-footer-fiat-bg {
    background: url('../../images/schedule/fiat-footer.jpg') no-repeat center center !important;
    background-size: cover;
}

.network-footer-vs-bg {
    background: url('../../images/schedule/vs-footer.jpg') no-repeat center center !important;
    background-size: cover;
}

.network-footer-mw-bg {
    background: url('../../images/schedule/mayweathertv-footer.jpg') no-repeat center center !important;
    background-size: cover;
}

.network-footer-fiat-bg .not-copy, .network-footer-vs-bg .not-copy, .network-footer-mw-bg .not-copy {
    height: 600px;
}
.network-footer-fiat-bg .copy, .network-footer-vs-bg .copy, .network-footer-mw-bg .copy {
    padding-top: 20px;
}

#networkHeaderFiat {
    height: 230px;
    position: relative;
    width: 100%;
    z-index: 3;
}

#networkHeaderFiat, #networkHeaderVS, #networkHeaderTTT, #networkHeaderMW {
    height: 230px;
    position: relative;
    width: 100%;
    z-index: 3;
}

#networkHeaderFiat div{
    background-image: url('../../images/schedule/fiat-right.png') !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
    height: 230px;
    position: relative;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: right;
}

#networkHeaderVS div{
    background-image: url('../../images/schedule/vs-right.png') !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
    height: 230px;
    position: relative;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: right;
}

#networkHeaderTTT div{
    background-image: url('../../images/schedule/ttt-right.png') !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
    height: 230px;
    position: relative;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: right;
}

#networkHeaderMW div{
    background-image: url('../../images/schedule/mayweathertv-right.png') !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
    height: 230px;
    position: relative;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: right;
}

#networkLogoFiat, #networkLogoVS, #networkLogoMW {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 20001;
}

#networkLogoFiat i, #networkLogoVS i, #networkLogoMW i {
    color: #fff;
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 42px;
    opacity: 0.5;
}

#networkLogoFiat div{
    background-image: url('../../images/schedule/fiat-logo.png') !important;
    height: 54px;
    width: 54px;
    background-size: cover;
}

#networkLogoVS div{
    background-image: url('../../images/schedule/vs-logo.png') !important;
    height: 54px;
    width: 54px;
    background-size: cover;
}

#networkLogoMW div{
    background-image: url('../../images/schedule/mayweathertv-sponsor.png') !important;
    height: 54px;
    width: 54px;
    background-size: cover;
}

@media (max-width: 980px) {
    .network-header-fiat .top-mobile-collapse {
        margin-right: 80px !important;
    }
    #networkLogoFiat, #networkLogoVS, #networkLogoMW {
        z-index: 20000;
        top: 10px;
        right: 10px;
    }
}

.network-header-fiat .menu-link-register, .network-header-vs .menu-link-register, .network-header-mw .menu-link-register {
    margin-right: 90px !important;
}

.network-header-fiat li.not-mobile-menu, .network-header-vs li.not-mobile-menu, .network-header-mw li.not-mobile-menu {
    margin-right: 50px !important;
}

@media (max-width:1199px) {
    .network-header-fiat .favicon-logo, .network-header-vs .favicon-logo, .network-header-mw .favicon-logo{
         margin-left: 20px;
    }
    .network-header-fiat .not-mobile-menu, .network-header-vs .not-mobile-menu, .network-header-mw .not-mobile-menu {
        display: none!important;
    }
    .network-header-fiat .nav-top-header, .network-header-vs .nav-top-header, .network-header-mw .nav-top-header {
        margin-top: 5px;
    }
    .network-header-fiat .navbar-account-menu-user-thumb, .network-header-vs .navbar-account-menu-user-thumb, .network-header-mw .navbar-account-menu-user-thumb  {
        margin-top: 0px;
        margin-right: 20px;
        border-radius: 30px;
    }

    .network-header-fiat .top-mobile-collapse, .network-header-vs .top-mobile-collapse, .network-header-mw .top-mobile-collapse{
        display: block !important;
        background-color: #1C3041 !important;
        background-image: none !important;
        box-shadow: none !important;
        margin: 10px 80px 0px 10px !important;
        padding: 8px 15px !important;
        border-radius:0px;
        font-size: 17px;
    }
    .network-header-fiat #mobileCollapse, .network-header-vs #mobileCollapse, .network-header-mw #mobileCollapse{
        display: block !important;
        background-color: #1C3041 !important;
        background-image: none !important;
        box-shadow: none !important;
        margin: 10px 80px 0px 10px !important;
        padding: 10px 15px !important;
        border-radius:0px;
        font-size: 17px;
    }
    .network-header-fiat .mobile-profile-caret, .network-header-vs .mobile-profile-caret, .network-header-mw .mobile-profile-caret{
        position: relative !important;
        margin-top: 15px !important;
        margin-right: -75px !important;
        color: #1C3041 !important;
    }
    .network-header-fiat .navbar-search, .network-header-vs .navbar-search, .network-header-mw .navbar-search  {
        margin-right: 0px !important;
    }
    .network-header-fiat .navbar-collapse  > li.open > a, .network-header-vs .navbar-collapse  > li.open > a, .network-header-mw .navbar-collapse  > li.open > a {
        background: #0061c0 !important;
        color: #FFFFFF !important;
    }
    .network-header-fiat .navbar-collapse  > li > a:hover, .network-header-fiat .navbar-collapse  > li > a:focus, .network-header-fiat .navbar-collapse .dropdown-menu a:hover, .network-header-fiat .nav-collapse .dropdown-menu a:focus {
        background: #3280cc;
        color: #FFFFFF;
    } 
    
    .network-header-fiat .navbar-collapse .nav li.dropdown.open > .dropdown-toggle, .network-header-fiat .navbar-collapse .nav li.dropdown.active > .dropdown-toggle, .network-header-fiat .navbar-collapse .nav li.dropdown.open.active > .dropdown-toggle {
        background: #0061c0;
        color: #FFFFFF;
    }
    .network-header-vs .navbar-collapse  > li > a:hover, .network-header-vs .navbar-collapse  > li > a:focus, .network-header-vs .navbar-collapse .dropdown-menu a:hover, .network-header-vs .nav-collapse .dropdown-menu a:focus {
        background: #3280cc;
        color: #FFFFFF;
    }
    
    .network-header-vs .navbar-collapse .nav li.dropdown.open > .dropdown-toggle, .network-header-vs .navbar-collapse .nav li.dropdown.active > .dropdown-toggle, .network-header-vs .navbar-collapse .nav li.dropdown.open.active > .dropdown-toggle {
        background: #0061c0;
        color: #FFFFFF;
    }
    .network-header-mw .navbar-collapse  > li > a:hover, .network-header-mw .navbar-collapse  > li > a:focus, .network-header-mw .navbar-collapse .dropdown-menu a:hover, .network-header-mw .nav-collapse .dropdown-menu a:focus {
        background: #3280cc;
        color: #FFFFFF;
    }
    
    .network-header-mw .navbar-collapse .nav li.dropdown.open > .dropdown-toggle, .network-header-mw .navbar-collapse .nav li.dropdown.active > .dropdown-toggle, .network-header-mw .navbar-collapse .nav li.dropdown.open.active > .dropdown-toggle {
        background: #0061c0;
        color: #FFFFFF;
    }
}

@media (max-width: 980px) {
    .network-header-fiat .top-mobile-collapse, .network-header-vs .top-mobile-collapse, .network-header-mw .top-mobile-collapse  {
        margin-right: 80px !important;
    }
    #networkLogoFiat, #networkLogoVS, #networkLogoMW {
        z-index: 20000;
        top: 10px;
        right: 15px;
    }
}
@media (max-width: 768px) {
    #networkHeaderFiat, #networkHeaderVS, #networkHeaderTTT, #networkHeaderMW {
        height: 520px;
    }
    #networkHeaderFiat div, #networkHeaderVS div, #networkHeaderTTT div, #networkHeaderMW div {
        height: 100%;
        background-image: none !important;
    }
}

@media (max-width: 1199px) {
    .carousel-lg {
        display: none !important;
    }
    .vodCount {
        display: none !important;
    }
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
@media (max-width: 767px) {
    .carousel-md {
        display: none !important;
    }
    .vodCount-md {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .carousel-xs {
        display: none !important;
    }
    .vodCount-xs {
        display: none !important;
    }
}

.vodCount-xs, .vodCount-md {
    float: right;
    margin-top: -55px;
    margin-right: 10px;
    color: #fff;
}

.carousel-xs .video-name {
    bottom: 10px;
    width: 85%;
}
@media (min-width: 1199px) {
    .carousel-md {
        display: none !important;
    }
    .vodCount-md {
        display: none !important;
    }
}
.mobileMinHeight {
    height: 430px;
}

.btn-share-custom {
    background: #1457c0;
    color: #fff;
    border-radius: 3px;

}
.shareModal {
    width: 400px;
    height: 500px;
    top: 20%;
    z-index: 21000;
    padding: 0px !important;
    margin:0 auto;
    display: none;
    background: #121e2a;
    color: #fff;
    border-radius: 0px;
}
@media (max-width: 600px) {
   .shareModal {
        width: 300px;
        height: 500px;
        top: 20%;
        z-index: 21000;
        padding: 0px !important;
        margin:0 auto;
        display: none;
        background: #121e2a;
        color: #fff;
        border-radius: 0px;
    }
}

.shareModal .modal-header{
    padding: 10px;
    border-bottom: 1px solid #1C3042;
}

.shareModal .modal-header h3{
    margin: 10px;
}
.shareModal .modal-body h4{
    font-size: 17px;
}
.shareModal .social-share-container img{
    margin-right: 10px;
}
.shareModal .modal-body{
    padding: 15px 15px 0px 15px;
}
.shareModal .modal-dialog{
    width: 100%;
    margin: 10px auto;
}
.shareModal .close {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    opacity: 1;
}
.input-direct-link{
    background: #05090c none repeat scroll 0 0 !important;
    border: 1px solid #1b3041 !important;
    border-radius: 0 !important;
    color: #666567 !important;
    padding: 10px 5px !important;
}

.share-profile-img {
    border-radius: 80px;
}
#vs-shop-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: block;
    margin-left: -78px;
    background: url('../../images/schedule/buy-this-now-btn.png');
    width: 157px;
    height: 40px;
    opacity: 0.5;
}

#vs-shop-link:hover {
    opacity: 1;
}

#gfltv-shop-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: block;
    margin-left: -98px;
    background: url('../../images/schedule/buy-this-ppv-event-btn.png');
    width: 196px;
    height: 40px;
    opacity: 0.5;
}

#gfltv-shop-link:hover {
    opacity: 1;
}
}

/* customise dark modals */
.modal-theme-dark {
  z-index: 25000;
}
.modal-theme-dark .modal-content {
  background: #121f2a;
  border-radius: 0;
}
.modal-theme-dark .modal-header, .modal-theme-dark .modal-footer {
  color: #FFF;
  border-color: #1c3041;
  padding: 10px;
}
.modal-theme-dark .modal-body {
  color: #FFF;
  padding: 30px;  
}
.modal-theme-dark .close {
  color: #FFFFFF;
  opacity: 1;
  font-size: 26px;
  font-weight: 100;
}
.modal-theme-dark .btn-default {
  color: #FFFFFF;
  background: #1C3041;
  border-color: #1C3041;
  border-radius: 0;
}
.modal-theme-dark .btn-primary {
  border-radius: 0;
}
.modal-theme-dark select.form-control {
  background: #000;
  border-color: #1C3041;
  border-radius: 0;
  color: #FFF;
}
#change-timezone-modal {
    top: 70px;
}
#uppertabs-wrapper{
    background-color:#05080B;
    padding:0px 15px;
    border-top:1px solid #0a1117;
    border-bottom:1px solid #0a1117;    
}

#upperTabs {
  color: #9c9c9c; 

}
#upperTabs .tab {
    padding: 0 10px;
    vertical-align: top;
}

#upperTabs a{
  color: #9c9c9c;
  font-size: 24px;
  line-height: 75px;
  outline: 0;
  text-decoration: none;
}
#upperTabs .tab:hover, #upperTabs .tab:focus{
  text-decoration: none;
    background: #3280cc;
     color: #fff;
}
#upperTabs .selected a{
    color: #fff;
}
#upperTabs .selected {      
   width: 100%
    margin:15px 10px;
    padding: 0 10px;
    background-color: #0061c0;
    color: #fff;
}
 #upperTabs .tab>.cell {  
  vertical-align: middle;
}
@media (max-width: 768px) { 
    #upperTabs{
       border:1px solid  #0061c0; 
       margin: 15px;
    }
    #upperTabs a {       
       font-size: 16px;
       line-height: 20px;        
    }
    #upperTabs .tab {
      padding: 10px 0px;     
      margin:0px;
      height: 100%;
      display: table;
    }  
 
    #upperTabs .tab:not(:first-child) {
     border-left: 1px solid #0061c0;
    } 
    }  
@media (max-width: 480px) {   
    #upperTabs .tab>.cell {
      display: table-cell;     
}
     #upperTabs  a{
      font-size: 14px;
      line-height: 16px;
    }   
    #upperTabs .tab {       
       height: 55px;
    }
    #eventDetails, #siteEventDetails {       
        width:100%;       
}
}
@media (max-width: 320px) {   
   
}

#epgMarkerTop {
    display: none;
}
.loading-epg {
    background: url('../../images/loading.svg') 50% 80% no-repeat;
    height: 100px;
}
/*hide placeholder when input gets focus*/
input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
input:focus::-moz-placeholder{
    color: transparent!important;
}
input:focus:-moz-placeholder{
    color: transparent!important;
}
.current_event .schedule-event-name {
    color: #fff !important;
}
.radio-wrapper .schedule-event-name {
    color: #999;
}
/*mantis #22821, all modals are under backdrop*/
/*.modal-backdrop {
    z-index: 20000 !important;
}*/

.modal-open {
    padding-right: 0px !important;
    /*overflow: visible !important;*/
}

#myModal.in {
    padding-right: 0px !important;
}

#referral_code {
    width:130px;
    display:inline;
}

#referral_code_what {
    color: #0061c0;
    font-size: 14px;
}
.input-mandatory{
    background-image: url(../../images/icon-mandatory.png);
    background-position:97% 45%;
    background-repeat:no-repeat;

}
.input-checked{
    background-image: url(../../images/icon-checked.png);
    background-position:97% 45%;
    background-repeat:no-repeat;
}
.btn-detail-link {
    background-color: #1d3041;
    height: 50px;
    margin: 20px 0;
    padding:10px 30px 25px;
    display: inline-block;

}
.btn-detail-link a{
    color: #fff;
    text-decoration: none;
}
/*offers_devices*/
.qty_input, .qty_select{
        width: 70px !important;
        display: inline-block;
}

.input-checked-checkout{
    background-image: url(../../images/icon-checked.png);
    background-position:97% 16px;
    background-repeat:no-repeat;
}

.flat-alert{  
  display: block; 
  font-size: 17px !important;
  color: #fff !important;
  border-radius: 0px !important;
  border:0px !important;
  border-color: none !important;
}
.flat-alert > .alert-info{
  background-color: #1e88e5; 
  font-size: 17px;
  color: #fff;  
  padding: 15px 20px;
  border-radius: 0px ;
  border:0px; 
}
.flat-alert > .alert-error{
  background-color: #E53935;
  font-size: 17px;
  color: #fff;  
  padding: 15px 20px;
  border-radius: 0px ;
  border:0px;
}
.flat-alert > .alert-danger{
  background-color: #c10002;
  font-size: 17px;
  color: #fff;  
  padding: 15px 20px;
  border-radius: 0px ;
  border:25px;
}
.flat-alert > .alert-warning{
  background-color: #c10002;
  font-size: 17px;
  color: #fff;  
  padding: 15px 20px;
  border-radius: 0px ;
  border:0px;
}
.flat-alert > .alert-success{
  background-color: #43A047;
  font-size: 17px;
  color: #fff;  
  padding: 15px 20px;
  border-radius: 0px ;
  border:0px;
}
.btn-flat{
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    height: 50px;
    margin: 0px 0 20px 10px;
    padding: 10px 15px;
    border-radius: 0px;
    border:none;
}
.btn-flat.btn-primary{
    background: #0061c0 none repeat scroll 0 0;
}
.btn-flat.btn-default{
    background: #1D3041 none repeat scroll 0 0;
    color:#fff;
}
.container-wrapper{
    margin-top: 70px; 
    background-color: #090e14; 
    color: #FFF;
}

.fb-comments, .fb-comments * {
    width:100% !important;
}

.fb-comments span {
    min-height: 120px !important;
}