@charset "UTF-8";

@import url(http://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 {
    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-right: 2px solid #fff;
}

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

.logo img {
    height: 50px;
}

.live-description {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    float: left;
    padding-left: 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-right: 10px;
}

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

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

.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-right: 2px solid #fff;
}

.category-title {
    padding: 10px;
    border-bottom: 2px solid #245677;
    color: #245677;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
}


.articles-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.articles-list li {
    padding: 10px;
    background-color: #fff;
}

.articles-list li:nth-child(even) {
    background-color: #dbe8f0;
}

.pagination > li > a,
.articles-list a {
    color: #245677;
}

.font-zero {
    font-size: 0;
}

.pagination {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}

.pagination > li {
    float: left;
}

.search {
    background-color: #fff;
}

.form-control,
.form-control:focus {
    border: none;
    box-shadow: none;
    height: 35px;
}

.search .btn-default {
    border-color: transparent;
}

.search .input-group-btn:last-child > .btn,
.search .input-group-btn:last-child > .btn-group {
    margin-right: 0;
}

.article {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.article-title h2 {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #245677;
    color: #245677;
    font-size: 18px;
    font-weight: bold;
}

.article-categories a {
    color: #245677;
    margin-right: 10px;
    position: relative;
}

.article-categories a:not(:last-child):after {
    content: '-';
    position: absolute;
    right: -10px;
}

.article-meta {
    padding: 10px;
    background-color: #dbe8f0;
    margin-bottom: 10px;
    font-size: 13px;
    color: #245677;
}

.article-date {
    margin-left: 40px;
}

.article-image {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.article-content {
    font-size: 13px;
    text-align: justify;
}

.resolution-menu {
    text-align: right;
    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;
    right: 0;
    left: 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: #f4f4f4;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    border-left: 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;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border: none;
    background-color: transparent;
}

.related-programs li:nth-child(odd) {
    background-color: #fff;
}

.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;
    left: -3px;
}

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

.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: #245677;
    text-align: center;
}

footer .logo .icon-manar {
    font-size: 28px;
}

footer .live-description {
    padding: 0;
}

footer .live-description span:first-of-type {
    color: #3a8cc4;
    font-size: 70%;
    line-height: 10px;
    margin-top: 15px;
}

footer .logo {
    border-right: 0;
}

.footer-content {
    height: 60px;
    background-color: #245677;
}

.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;
}

.cse form.gsc-search-box, form.gsc-search-box {
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: none !important;
}

.gsc-control-cse {
    margin-bottom: 10px;
    background-color: #fff !important;
    border-color: #fff !important;
}

.gsc-clear-button {
    display: none;
}

.cse input.gsc-search-button, input.gsc-search-button {
    border: none !important;
    height: 30px !important;
    border-radius: none !important;
}

.cse input.gsc-input, input.gsc-input {
    border-radius: none !important;
}

[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-left: .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-right: .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'; } /* '' */