@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
    font-family: 'manar-fonts';
    src: url('fonts/manar-fonts.eot?92596678');
    src: url('fonts/manar-fonts.eot?92596678#iefix') format('embedded-opentype'),
    url('fonts/manar-fonts.woff?92596678') format('woff'),
    url('fonts/manar-fonts.ttf?92596678') format('truetype'),
    url('fonts/manar-fonts.svg?92596678#manar-fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    font-family: Droid Arabic Kufi, sans-serif;
    background-image: url("../images/bg.jpg");
}

.main-container {
    margin-top: 10px;
}

a:hover {
    text-decoration: none;
}

.site-logo,
.main-header {
    margin-bottom: 10px;
}

.site-logo {
    background-color: #245677;
}

.logo {
    background-color: #245677;
    min-width: 80px;
    padding: 10px;
    text-align: center;
    border-left: 2px solid #fff;
}

.logo .icon-manar {
    color: #fff;
    font-size: 35px;
    margin-right: -12px;
}

.logo img {
    height: 50px;
}

.live-description {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.live-description span {
    display: block;
    line-height: 25px;
}

.header-date {
    min-height: 35px;
    background-color: #3A8CC4;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
}

.header-menu {
    min-height: 35px;
    background-color: #245677;
}

.main-menu {
    text-align: right;
}

.main-menu a {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu a:hover {
    background-color: #aaa;
}

.main-menu a:not(:last-child) {
    border-left: 2px solid #fff;
}

.resolution-menu {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.resolution-menu > * {
    line-height: 35px;
    padding: 0 10px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}

.resolution-menu a {
    position: relative;
    color: #245677;
}

.resolution-menu a.selected {
    color: #245677;
}

.resolution-menu a.selected:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    bottom: 0;
    background-color: #245677;
}

span.quality {
    background-color: #DBE8F0;
    color: #245677;
}

.resolution-menu a.hi {
    background-color: #fff;
}

.resolution-menu a.md {
    background-color: #fff;
}

.resolution-menu a.lo {
    background-color: #fff;
}

.related-title {
    background-color: #3A8CC4;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.related-programs ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.related-programs li {
    background-color: #d4d4d4;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    border-right: 5px solid #245677;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.related-programs li:hover {
    background-color: #636363;
}

.related-programs li:hover a {
    color: #fff;
}

.related-programs li:after {
    position: absolute;
    content: " ";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    height: 7px;
    width: 7px;
    background-color: #245677;
    right: -3px;
}

.related-programs li a {
    color: #245677;
}

.stream-container {
    margin-bottom: 10px;
}

.streaming-title {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background-color: #3A8CC4;
    text-align: center;
}

.streaming-table {
    display: table;
    width: 100%;
}

.streaming-timing,
.episodes {
    display: table-row;
    font-size: 12px;
    font-weight: bold;
}

.streaming-timing > div {
    background-color: #d4d4d4;
    color: #245677;
}

.episodes > div {
    background-color: #245677;
    color: #fff;
}

.episodes > div:first-child,
.streaming-timing > div:first-child {
    border-left: 1px solid #fff;
}

.streaming-timing > div,
.streaming-episode {
    display: table-cell;
    text-align: center;
    width: 50%;
    height: 30px;
    line-height: 30px;
}

.social-icon {
    height: 60px;
    width: 33.2333333%;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.social-icon:hover {
    color: #fff;
}

.social-icon.facebook {
    background-color: #0050B3;
}

.social-icon.twitter {
    background-color: #00CCFF;
}

.social-icon.youtube {
    background-color: #CC0001;
}

.jw-skin-bekle .jw-controlbar {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
}

.jwplayer.jw-flag-live .jw-controlbar .jw-text-alt {
    position: relative;
    padding-left: 15px;
    font-family: Droid Arabic Kufi,​sans-serif;
}

.jwplayer.jw-flag-live .jw-controlbar .jw-text-alt::before {
    background-color: red;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    z-index: 9999;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "manar-fonts";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-arrows-cw:before { content: '\e804'; } /* '' */
.icon-eye:before { content: '\e805'; } /* '' */
.icon-tags:before { content: '\e806'; } /* '' */
.icon-youtube:before { content: '\e807'; } /* '' */
.icon-manar:before { content: '\e808'; } /* '' */


@media (min-width: 992px) {
    [class*="col-md-"],
    [class*="col-sm-"],
    [class*="col-xs-"] {
        float: right;
    }
}

@media (min-width: 768px) {
    [class*="col-sm-"],
    [class*="col-xs-"] {
        float: right;
    }
}

@media (max-width: 768px) {
    [class*="col-xs-"] {
        float: right;
    }
}

/********************************** Override *******************************/

body {
    background-image: url("../images/bg-dark.jpg");
}

.site-logo {
    background-color: #fff;
}

.logo {
    background-color: #245677;
    min-width: 80px;
    padding: 10px;
    text-align: center;
    border-left: 2px solid gold;
}

.logo .icon-manar {
    color: gold;
    font-size: 35px;
    margin-right: -12px;
}

.live-description {
    color: #245677;
    font-size: 13px;
    font-weight: bold;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.header-date {
    min-height: 35px;
    background-color: #efefef;
    color: #245677;
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
}

.header-menu {
    min-height: 35px;
    background-color: #fff;
}

.main-menu a:not(:last-child) {
    border-left: 2px solid gold;
}

.main-menu a {
    display: inline-block;
    line-height: 35px;
    color: #245677;
    padding: 0 20px;
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.related-title {
    background-color: #444;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.streaming-timing > div {
    background-color: #fff;
    color: #245677;
}

.episodes > div {
    background-color: #ddd;
    color: #245677;
}

.related-programs li {
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    border-right: 5px solid #bbb;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.related-programs li:after {
    position: absolute;
    content: " ";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    height: 7px;
    width: 7px;
    background-color: #bbb;
    right: -3px;
}

.resolution-menu .dropdown {
    padding: 0;
    border-right: 2px solid gold;
}

.resolution-menu .dropdown button {
    border: 0;
    background-color: transparent !important;
    font-weight: bold;
    color: #245677;
    padding: 0 10px;
    font-size: 13px;
    line-height: 35px;
}

.resolution-menu .dropdown a {
    padding-left: 25px;
}

@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

.vjs-remaining-time-display {
    color: red;
    font-family: Droid Arabic Kufi, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.streaming-timing > div, .streaming-episode {
    display: table-cell;
    text-align: center;
    width: 50%;
    height: 37px;
    line-height: 37px;
}
