@font-face {
    font-family: 'ArialAMU';
    src: url('/css/fonts/ArialAMU/arnamu.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'ArialAMU-Bold';

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'ProximaNova-Extrabld';

    src: url('/css/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'ProximaNova-Regular';

    src: url('/css/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

}

* {

    margin: 0;

    padding: 0;

    /*outline: 1px dashed black;*/

}

body {
    background-color: #303641;
    font-family: 'ArialAMU';
}

h1, h2 {
    display: none;
}

#logo img {
    /* width: 215px;
     height: 62px;*/
    margin: -6px 0;
}

header {
    position: relative;
    margin-top: 0;
    background-color: #000000;
    padding: 8px 22px;
}

header a {
    text-decoration: none;
}

header div:first-child {
    display: inline-block;
}

header p {
    font-size: 20pt;
}

header p span:first-child {
    color: #00c0ef;
    font-family: 'ProximaNova-Extrabld';
}

header p span:nth-child(2) {
    color: #0073b7;
    font-family: 'ProximaNova-Extrabld';
}


#header_search_parent{
    max-width: 1200px;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#header_search {
    height: 100%;
    width: 100%;
    max-width: 500px;
    /*border: solid 2px #0072b9;*/
    margin: 0 10px;
}
#header_search img{
    width: 35px;
    vertical-align: middle;
}
#header_search_input {
    height: 100%;
    width: calc(100% - 39px);
    border: solid 2px #0072b9;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}


#search_result{
    width: 100%;
    max-height: 91vh;
    overflow-y: scroll;
    position: absolute;
    top: 35px;
    z-index: 999999;
    background-color: white;
    margin: 0 10px;
}
#search_result ul li{
    list-style: none;
    /*padding: 5px 15px;*/

}
#search_result ul li a{
    color: black;
    width: 100%;
    display: inherit;
    padding: 5px 0;
}

#search_result ul li a:hover{
    background-color: #0072b9;
}
.search_result_active{
    background-color: #0072b9;
}


@media screen and (max-width: 1500px) {
    #header_search_parent{
        max-width: none;
        width: 330px;
        height: 35px;
        /*position: absolute;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*right: 0;*/
        /*left: 0;*/
        /*margin: auto;*/
    }
    #header_search {
        /*height: 100%;*/
        /*width: 100%;*/
        max-width: none;
        /*border: solid 2px #0072b9;*/
        margin: 0 10px;
    }
}
@media screen and (max-width: 830px) {
    #header_search_parent{
        max-width: none;
        width: inherit;
        height: 35px;
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin-top: 11px;
    }
    #header_search {
        height: 100%;
        width: 100%;
        max-width: none;
        /*border: solid 2px #0072b9;*/
        margin: 0;
    }
    #search_result{
        margin: 0;
    }
}


.for_hide {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*background-color: red;*/
    z-index: 10;
}

.nav ul li a {
    color: #445b72;
}

@media screen and (min-width: 450px) {
    .nav {
        float: right;
        position: relative;
    }

    .nav ul {
        display: inline;
    }

    .nav ul li {
        display: inline-block;
        margin: 0 10px;
        position: absolute;
    }

    .nav ul li a {
        font-family: 'ProximaNova-Regular';
        text-decoration: none;
        text-align: center;
        font-size: 11.25pt;
    }

    .nav ul li a img {
        width: 25px;
        height: 25px;
        padding: 0 10px;
    }

    .fb_iframe_widget {
        /*width: 65px;*/
        /*padding: 0 10px;*/
    }

    #profileImage {
        width: 40px;
    }

    #fblogout p {
        font-size: 10px;
        display: inline-block;
    }

    #fblogout a {
        /*text-decoration: underline;*/
    }

    #fblogin {
        top: 30px;
        left: -116px;
    }

    #fblogout {
        display: none;
        top: 7px;
        left: -106px;
    }

    #cont_us {
        top: 33px;
        left: -250px;
    }

    #user_img {
        top: 22px;
        left: -167px;
    }

    #menu_icon {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    #menu_icon {
        width: 20px;
        float: right;
    }

    .nav {
        padding: 10px;
        position: absolute;
        top: 40px;
        right: 20px;
        background-color: #DDD;
        /*border-radius: 10px;*/
        z-index: 15;
        /*background: url('/images/menu-icon.png') no-repeat;*/
    }

    .nav ul {
        display: none;
    }

    .nav ul li {
        display: block;
        padding: 10px 20px;
    }

    .nav ul li a {
        font-family: 'ProximaNova-Regular';
        display: block;
        text-align: center;
        font-size: 11.25pt;
    }

    .nav ul li img {
        display: block;
        width: 40px;
        margin: 0 auto;
    }

    .fb_iframe_widget {
        /*width: 65px;*/
    }

    #fblogout p {
        font-size: 10px;
        text-align: center;
    }

    #fblogin {
        width: 65px;
    }

    #fblogout {
        display: none;
    }

    #cont_us {
    }

    #user_img {
    }
}

.both {
    clear: both;
}

.navfx {
    /*transition-duration: 1s;*/
    /*position: fixed;*/
    /*z-index: 25;*/
    /*top: 0px;*/
}

section {
    max-width: 1200px;
    margin: 0px auto;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.nofull {
    width: 640px;
    margin: 20px auto;
}
#video_info {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1400px;
    gap: 20px;
    padding: 0 20px;
}
.video_inf_block {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1220px) {
    .nofull {
        width: 640px;
        margin: 0 auto 30px;
    }

    #inf_panel {
        background-color: #1e2430;
        width: 640px;
        margin: 10px auto;
        margin-top: 21px;
    }
    #billboard_section{
        width: 640px;
        margin: 10px auto;
        margin-top: 14px;
    }

    .nofull #sher {
        left: 0px !important;
        bottom: 0px;
    }
}

@media screen and (min-width: 1220px) {

    .nofull {
        display: inline-block;
        width: calc(100% - 533px);
        margin: 20px auto;
    }
    #billboard_section{
        width: 100%;
        margin-top: 14px;
        float: left;
        margin: 0;
        clear: both;
    }

    #inf_panel {
        background-color: #1e2430;
        width: 100%;
        margin: 0;
        margin-top: 21px;
        float: left;
    }

    section {
        margin-bottom: -9px;
    }

    .nofull #sher {
        left: -300px;
        bottom: 0px;
    }

}

@media screen and (max-width: 640px) {

    #inf_panel, #billboard_section {
        width: 100%;
    }

    #disp1 {
        width: 100%;
    }
}

.yesfull #sher {
    left: 0px !important;
    bottom: 40px;
}

#inf_panel table:first-child {
    display: inline-block;
    color: white;
    font-size: 10pt;
    text-align: center;
    background-color: #31536f;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

#inf_panel table:first-child td {
    width: 317px;
    padding: 5px 3px;
    text-transform: uppercase;
}

#inf_panel table:first-child td:first-child {
    border-right: 1px solid #1e2430;
    text-transform: uppercase;
}

#inf_panel table:nth-child(2) tr td:last-child {
    /*width: 40vw;*/
}

#inf_panel table:nth-child(2) tr td {
    color: white;
    padding: 10px;
}

#inf_panel table:nth-child(2) tr:first-child td:first-child {
    font-size: 11.25pt;
    width: 10vw;
    min-width: 150px;
}

#inf_panel table:nth-child(2) tr:first-child td:last-child {
    font-size: 12pt;
}

#inf_panel table:nth-child(2) tr:nth-child(2) td {
    font-size: 10pt;
}

#inf_panel table:nth-child(2) tr:last-child td {
    font-size: 10pt;
    color: #A2ABB5;
}

#clock {
    color: #445B72;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: 5px;
}

.ynt_cat {
    text-transform: uppercase;
}

#channel_window {
    /*min-width: 640px;*/
    /*margin-top: 20px;*/
    /*overflow: hidden;*/
}

#channel_window > ul > li {
    display: inline-block;
    width: 50%;
    margin: 0 -1px;
    padding: 6px 0px;
    cursor: pointer;
}

#channel_window ul li p {
    text-align: center;
    font-size: 11.25pt;
    vertical-align: 10px;
    text-transform: uppercase;
}

#channel_window ul li img {
    float: left;
    width: 18px;
    padding-left: 7px;
}

#fav_cha li:first-child {
    background-color: #1e2430;
    color: #ffffff;
    border-bottom: 1px solid #1e2430;
    position: relative;
}

#fav_cha li:first-child span {
    position: absolute;
    top: 8px;
    left: 35px;
}

#fav_cha li:last-child {
    background-color: #1e2430;
    color: white;
    /*color: #516a84;*/
    border-bottom: 1px solid #1e2430;
}

.tv_img_active {
    display: none;
}

.fav_cha_activ .tv_img_active {
    display: inline-block;
}

.fav_cha_activ .tv_img_unactive {
    display: none;
}

#channel_window ul .fav_cha_activ {
    background-color: #445b72;
}

#channel_list {
    width: 100%;
    outline: 1px solid black;
    min-height: 50px;
    overflow-x: hidden;
}

.togg_channel #channel_list {
    min-height: 500px !important;
}

#seek {
    height: 40px;
    background-color: #445b72;
}

.search {
    position: relative;
    border-bottom: 1px solid black;
    width: 320px;
    height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #1e2430;
}

.search input:first-child {
    background-color: #445b72;
    border: none;
    color: black;
    margin-top: 7px;
    width: 90%;
    height: 25px;
    padding-left: 11px;
}

.search img {
    position: absolute;
    width: 10px;
    top: 15px;
    left: 90%;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: black;
    font-size: 9pt;
    /*padding-left: 10px;*/
    font-family: 'ArialAMU';
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
    font-size: 10pt;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    font-size: 10pt;
}

:-ms-input-placeholder {
    color: black;
    font-size: 10pt;
}

#seek_time div:last-child button {
    background-color: #1e2430;
    border-radius: 5px;
    border: none;
    padding: 0px 6px;
    margin: 0 0.5px;
    color: white;
    height: 30px;
    cursor: pointer;
}

/*#seek_time div:last-child button:first-child, button:nth-child(2) {*/
    /*display: none;*/
/*}*/

#seek_time div:last-child {
    display: inline-block;
}

#seek_time {
    height: 40px;
    display: inline-block;
    float: right;
    position: relative;
    width: calc(100% - 350px);
    color: #1e2430;
}

.cha {
    position: relative;
    height: 50px;
    color: #ffffff;
}

.num_color {
    width: 4px;
    height: 100%;
    float: left;
    display: inline-block;
}

.cha > div:first-child div:nth-child(2) {

    /*padding: 2.5% 0;*/

}

.cha > div:first-child {
    width: 320px;
    height: 98%;
    cursor: pointer;
    border-bottom: 1px solid #445b72;
    position: absolute;
    background-color: #1e2430;
    color: white;
    z-index: 10;
    -webkit-transition: width 0.3s;
    transition: width 0.2s;
}

.cha > div:first-child > div:nth-child(2) > p {
    padding-top: 16px;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cha > div:first-child p img {
    max-height: 44px;
    max-width: 178px;
    margin-top: -11px;
}

/*.cha > div:first-child span {

    float: left;

    vertical-align: -14px;

}*/

.bordnum {
    width: 50px;
    height: 50px;
    float: left;
    border-right: 1px solid #445B72;
    position: relative;
    z-index: 9;
}

.bordnum > p {
    text-align: center;
    padding-top: 16px;
}

.favorites_add {
    position: absolute;
    top: 3px;
    left: 7px;
    width: 45px;
    opacity: 0.1;
    -ms-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.favorites_add:hover {
    opacity: 1;
}

.favorites_remove {
    position: absolute;
    top: 3px;
    left: 7px;
    width: 45px;
    opacity: 1;
    -ms-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    /* display: none; */
}

.favorites_remove:hover {
    opacity: 1;
}

.all_prog {
    height: 68%;
    position: absolute;
    outline: 1px solid #445b72;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 15px;
}

.fav_channel .favorites_add {
    display: none;
}

.fav_channel .favorites_remove {
    display: inline-block;
}

.all_prog > span {
    font-size: 11pt;
}

.prog {
    height: 100%;
    position: absolute;
    left: 220px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: #ffffff;
}

.disp {
    width: 100%;
    background-color: black;
    margin: 0 auto;
    color: white;
    font-size: 200%;
    text-align: center;
}

#hima {
    width: 1px;
    background-color: #1e2430;
    position: absolute;
    z-index: 5;
}

#hima div:first-child {
    position: absolute;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    left: -5px;
    top: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 4;
}

#hima div:nth-child(2) {
    position: absolute;
    font-size: 8pt;
    width: 60px;
    height: 16px;
    text-align: center;
    color: #00000c;
    background-color: #ffffff;
    left: -30px;
    border-radius: 3px;
    z-index: 5;
}

#hima div:last-child {
    position: absolute;
    width: 10px;
    height: 10px;
    left: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    overflow: hidden;
}

#hima div:last-child div {
    position: absolute;
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    left: -6px;
    top: -6px;
    z-index: 1;
}

.hide_ch_cat {
    display: none;
    height: 0;
    width: 0;
}

footer {

    /*height: 40px;*/
    /*position: relative;*/

}

footer div {
    position: absolute;
    bottom: 0px;
    right: 65px;
    float: right;
    width: 190px;
}

#xlogo a {
    display: inline-block;
}

#xlogo img {
    display: inline-block;
}

footer div img:first-child {
    width: 25%;
    vertical-align: 5px;
}

footer div img:last-child {
    width: 68%;
}

#body_div {
    height: 100%;
}

::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: #1E2430;

}

::-webkit-scrollbar {
    width: 10px;
    background-color: #1E2430;
}

::-webkit-scrollbar-thumb {
    background-color: #445B72;
}

::-ms-scrollbar-track {

    -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: #1E2430;

}

::-ms-scrollbar {
    width: 10px;
    background-color: #1E2430;
}

::-ms-scrollbar-thumb {
    background-color: #445B72;
}

.hide_timeline {
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #303641;
}

.hide_timeline:active {
}

@media (max-width: 1500px) {

    .togg {
        width: calc(100% - 295px);
        float: right !important;
        margin-right: 20px;
    }

    .togg_inf_panel {
        width: 98% !important;
    }

    .togg_channel #seek {
        background-color: #1E2430;
    }

    .togg_chafirst {
        width: 250px !important;
    }
}

@media (min-width: 1500px) {

    .togg {
        width: calc(100% - 555px);
        float: right;
        margin-right: 20px;
    }

    .togg_channel #seek {
        background-color: #1E2430;
    }

    .togg_chafirst {
        width: 250px !important;
    }

}

@media (max-width: 920px) {

    .togg {
        width: 100%;
    }

    .togg_inf_panel {
        width: 98% !important;
    }

    .togg_channel {
        width: 100% !important;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
    }

    .togg_chafirst {
        width: 100% !important;
        text-align: center;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
    }

    .tog_prog {
        padding: 0.5% 0 !important;
    }

    .tog_ser {
        width: 100%;
    }
}

.togg_inf_panel {
    float: none !important;
    display: inline-block;
    /*height: 195px;*/
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.togg_sec {
    max-width: 100% !important;
    -webkit-transition: max-width 0.3s;
    transition: max-width 0.3s;
}

#disp1 {
    position: relative;
    margin-bottom: 27px;
}

#channel_window {
    -webkit-transition: height 4s;
    transition: height 4s;
    overflow: hidden;
    width: 100%;
}

.togg_channel {
    min-width: 0px !important;
}

#loadd {
    background: url('/images/loadd.png') no-repeat center center fixed;
    background-size: cover;
    background-color: white;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999999999;
}

#loadd img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#sher input {
    width: 69%;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    float: right;
    margin-bottom: 20px;
}

#sher {
    width: 0px;
    /*height: 90px;*/
    opacity: 0;
    left: 0;
    position: absolute;
    background-color: white;
    z-index: 21474837007;
    padding-bottom: 15px;
}

#sher a {
    margin-left: 10px;
}

#sher button {
    float: right;
    margin: 5px;
    background-color: white;
    border: none;
    outline: none;
    border-radius: 2px;
}

#sher button img {
    width: 10px;
}

#sher button:active {
    background-color: grey;
}

#sher p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

#sher span {
    float: left;
    margin: 10px 0;
    margin-left: 5px;
}

#sher div {
    height: 40px;
    overflow: hidden;
}

#contact_temp {
    position: absolute;
    top: calc(100vh - 75%);
    left: calc(50% / 2);
    background-color: white;
    width: 50%;
    min-width: 297px;
    z-index: 100;
    border-radius: 10px;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    #contact_temp {
        position: absolute;
        top: 200px;
        left: calc((100% - 300px) / 2);
        background-color: white;
        min-width: 277px;
        z-index: 100;
        border-radius: 10px;
        padding: 10px;
    }
}

#contact_temp #close_contact {
    float: right;
    margin: 10px;
    padding: 5px;
}

#contact_temp p {
    text-align: center;
    font-size: 12pt;
    padding: 3px;
}

.fb-like {
    vertical-align: 0px;
}

#tw {
    display: inline-block;
    margin: 10px 20px;
    float: right;
}

#gpluse {
    display: inline-block;
    margin: 10px 0;
    float: right;
}

#fb {
    display: inline-block;
    margin: 10px 20px;
    float: right;
}

@media only screen and (max-width: 400px) {
    #tw {
        display: inline-block;
        margin: 10px 0;
        float: right;
    }

    #gpluse {
        display: inline-block;
        margin: 10px 0;
        float: right;
    }

    #fb {
        display: inline-block;
        margin: 10px 0;
        float: right;
    }
}

.fb-share-button {
    float: right;
    margin-right: 20px
}

#hide_tag {
    display: none;
}

nav {
    width: 100%;
}

nav > div {
    width: 100%;
}

.filtr {
    width: 100%;
    border-top: 1px solid #445B72;
}

.filtr ul {
    width: 100%;
    background-color: #303641;
}

.filtr ul li {
    border-left: 1px solid #445b72;
    text-transform: uppercase;
    font-size: 9pt;
    display: inline-block;
    text-align: center;
    background-color: #1e2430;
    color: #ffffff;
    cursor: pointer;
    margin: 0 -0.5px;
    width: calc(100% / 12)
}

.filtr ul li div:first-child {
    padding: 8px 0;
}

.clearfix li a div:last-child {
    height: 3px;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    /*display: table;*/
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Basic Styles */
/*body {
    background-color: #ece8e5;
}*/
nav {
    height: 40px;
    width: 100%;
    background: #455868;
    background: #1e2430;
    font-size: 10pt;
    /*font-weight: bold;*/
    position: relative;
    border-bottom: 2px solid #283744;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    /*width: 600px;*/
    height: 40px;
}

nav li {
    display: inline;
    float: left;
    width: 8.33333333333%;

}

nav a {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
    /*border:1px solid white;   */
    /*text-shadow: 1px 1px 0px #283744;*/
}

nav li a {
    border-right: 1px solid #303641;
    border-top: 1px solid #303641;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    margin-bottom: -3px;
    background-color: #1E2430;
}

nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
    background-color: #8c99a4;
}
.cat_active{
    background-color: #445b72;
}
nav #pull:hover {
    background-color: #445B72;
}

nav #pull:active {
    background-color: #8c99a4;
}

nav #pull {
    display: none;
    background-color: #283744;
    font-size: 12pt;
}

.togg_channel nav {
    display: none;
}

.togg_channel #fil_opt {
    display: block;
}

select {
    text-align: center;
}

@media screen and (max-width: 920px) {
    nav {
        height: auto;
    }

    nav ul {
        width: 100%;
        /*display: block;*/
        display: none;
        height: auto;
    }

    nav li {
        width: 25%;
        /*width: calc(100% / 6)*/

        float: left;
        position: relative;
    }

    nav li a {
        /*   border-bottom: 1px solid #303641;
           border-right: 1px solid #303641;
           border-top: 1px solid #303641;*/
    }

    nav a {
        /*text-align: left;*/
        width: 100%;
        /*text-indent: 25px;*/
    }

    nav #pull {
        display: inline-block;
        background-color: #283744;
    }
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
    nav {
        height: auto;
    }

    nav ul {
        width: 100%;
        /*display: block;*/
        display: none;
        height: auto;
    }

    nav li {
        width: 50%;
        float: left;
        position: relative;
    }

    nav li a {
        /*  border-bottom: 1px solid #576979;
          border-right: 1px solid #576979;*/
    }

    nav a {
        /*text-align: left;*/
        width: 100%;
        /*text-indent: 25px;*/
    }

    nav #pull {
        display: inline-block;
        background-color: #283744;
    }
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width: 480px) {
    nav {
        border-bottom: 0;
    }

    nav ul {
        display: none;
        height: auto;
    }

    nav #pull {
        display: inline-block;
        background-color: #283744;
        width: 100%;
        position: relative;
    }

    nav #pull:after {
        content: "";
        /*background: url('/images/nav-icon.png') no-repeat;*/
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}

/*Smartphone*/
@media only screen and (max-width: 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }

    nav li a {
        border-bottom: 1px solid #576979;
    }
}

#fil_opt {
    display: none;

}

#fil_opt select {
    background-color: #283744;
    width: 100%;
    height: 40px;
    color: white;
}

@media screen and (max-width: 500px) {
    .all_prog {
        display: none;
    }

    #seek_time {
        display: none !important;
    }

    .search {
        width: 100%;
    }

    .cha > div:first-child {
        width: 100%;
    }

    .cha > div:first-child > div:nth-child(2) > p {
        text-align: center;
    }
}

#login_recomend {
    position: absolute;
    top: 60px;
    right: 5px;
    /* height: 72px; */
    width: 163px;
    background-color: #DDD;
    padding: 10px;

}

#login_recomend p {
    display: block;
    text-align: center;

}

#login_recomend img {
    /*margin: 10px;*/
    display: block;
    margin: 0 auto;
    width: 30px;
}

#fav_add_status {
    opacity: 0;
    position: fixed;
    bottom: -30px;
    right: 15px;
    background-color: #DDD;
    padding: 10px;
    z-index: 5;
}

.video-ads {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 25px;
    height: 0;
}

.video-ads > iframe {
    position: absolute;
    height: 0px;
    width: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

/* Loader styles */
@import "compass/css3";

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    margin: 0 0;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    background-color: #000;
    color: #fff;
}
.world {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.world-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.world-globe {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
}

.world-globe-pole {
    position: absolute;
    width: 530px;
    height: 530px;
    left: -265px;
    top: -265px;
    border-radius: 50% 50%;
    background-color: #fff;
}

.world-globe-doms-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
}

.world-globe-halo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 730px;
    height: 715px;
    margin-left: -368px;
    margin-top: -350px;
}
#fps,.dg.ac{
    display: none !important;
}
#loader_logo{
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#logo_video {
    width: 100%;
}

#logo_gtv {
    width: 400px;
    margin: 0 auto;
}

#billboard_section .billboard_content img {
    max-width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.d-none {
    display: none;
}
.d-sm-none {
    display: block;
}

@media screen and (max-width: 1200px) {
    #video_info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .d-none {
        display: block;
    }
    .d-sm-none {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #logo_gtv {
        width: 320px !important;
        max-width: 100%;
    }
}
@media screen and (max-width: 450px) {
    #login_recomend img {
        /*margin: 10px;*/
        float: right;
        margin-right: 10px;
        width: 30px;
    }
}

#live_player {
    width: 850px;
    height: 480px;
    margin-top: 20px;
}

#live_player video {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 850px) {
    #live_player {
        width: 90%;
        height: 90%;
    }
}

.channel_image{
    margin-top: 4px;
}

.channel_image_div{
    position: relative;
    left: -60px;
    width: 70px;
}

.channel_image_text{
    display: flex;
}

.billboard_content iframe {
    top: 14.5rem !important;
    height: 19rem !important;
    width: 33rem !important;
}