@font-face {
    font-family: ukij_ekran;
    src: url(https://ziyali.sutuq.com/assets/fonts/UKIJEkran.ttf);
}
@font-face {
    font-family: alkatip;
    src: url(https://ziyali.sutuq.com/assets/fonts/alkatip.ttf);
}
@font-face {
    font-family: arug;
    src: url(https://ziyali.sutuq.com/assets/fonts/DroidArabicNaskhRegular.ttf);
}
@font-face {
    font-family: artitle;
    src: url(https://ziyali.sutuq.com/assets/fonts/DroidArabicKufiRegular.ttf);
}

a {
    color: #222;
    text-decoration: none;
    transition: color 0.5s;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
img {
    display: block;
}
input, button, textarea, select {
    font-family: ukij_ekran;
}
body {
    color: #333;
    font-size: 13px;
    font-family: alkatip;
    background: #fafafa;
}
.main-holder {
    background: #fff;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    max-width: 1170px;
    margin: 0 auto;
}

.container {
    direction: rtl;
}
.header {
    height: 280px;
}
.header-mid {
    background: #fff url("../image/header.jpg") center center no-repeat;
    background-size: 100%;
}
.logo {
    width: 250px;
    margin-right: 70px;
    margin-top: 30px;
}

.ktug-text {
    float: left;
    margin: 2px 0 0 8%;
}

.search-holder {
    background: #f0f0f0;
    height: 46px;
}

.search-input {
    float: right;
    width: calc(100% - 50px);
    height: 44px;
    border: 0;
    font-size: 16px;
    direction: rtl;
    padding: 0 10px;
    background: transparent;
}
.search-button {
    background: transparent url("../image/search.png") center center no-repeat;
    background-size: 24px;
    width: 48px;
    height: 44px;
    float: left;
    border: 0;
    cursor: pointer;
}

.top-bar {
    background: #1FAEEF;
    color: #fff;
    padding: 0 10px;
    font-family: ukij_ekran;
    height: 35px;
}
.header-social {
    float: left;
    direction: ltr;
}
.header-social li {
    display: inline-block;
}
.header-social li a {
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 32px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}
.header-social li a:hover {
    color: #05adf2;
}
.header-social i {
    font-size: 20px;
    line-height: 32px;
}
.header-lang {
    float: right;
}

.header-lang li {
    display: inline-block;
}
.header-lang li a {
    color: #fff;
    display: inline-block;
    line-height: 35px;
    padding: 0 0 0 20px;
}

.menu-nav {
    background: #05adf2;
    color: #fff;
    font-family: artitle;
    font-size: 0;

}
.menu-nav li{
   display: inline-block;
    font-size: 15px;
}
.menu-nav li a {
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.menu-nav li:last-child a{
    border-left: 1px solid rgba(255,255,255,0.2);
}
.menu-nav li a:hover {
    background: #089edd;
}
.menu-nav i {
    margin-left: 10px;
}


@media (max-width: 992px) {
    .hide-text {
        display: none;
    }

    .header-mid {
        background: none;
    }

    .menu-nav li{
       display: block;
    }

    .menu-nav li a {
        padding: 12px 20px;
        display: block;
        border-right: none;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .menu-nav li:last-child a{
        none;
    }
   
    .menu-nav i {
        display: none;
    }

    .header {
        height: auto;
    }
    .logo {
        width: 200px;
        margin-top: 30px;
        margin: 20px auto;
    }

    .ktug-text {
        display: none;
    }
}


.mask {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 25%, rgba(0,0,0,0.48) 61%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.48) 61%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.48) 61%,rgba(0,0,0,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.layout-title {
    font-family: artitle;
    font-size: 18px;
}



/*Slider*/
.home-slider {

}
.home-slider-photo {
    position: relative;
    width: 100%;
}
.home-slider-info {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 2;
    direction: rtl !important;
    text-align: right;
}
.home-slider-category-name {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    color: #fff;
    font-family: ukij_ekran;
    padding: 3px 10px;
    direction: rtl !important;

}
.home-slider-date {
    font-family: ukij_ekran;
    font-size: 13px;
    color: #777;
}

.home-slider-title {
    font-size: 24px;
}

@media (max-width: 992px) {
    .home-slider-info {
        right: 20px;
        bottom: 20px;
    }
    .home-slider-title {
        font-size: 15px;
    }
}








/*Sidebar Text Post*/
.sidebar-text-post {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.sidebar-text-post .layout-title {
    background: #f0f0f0;
    padding: 10px;
}
.sidebar-text-post-items a {
    padding: 10px;
    padding-top: 18px;
    border-bottom: 1px dashed #eaeaea;
    display: block;
}
.sidebar-text-post-items a:hover {
    background: #f9f9f9;
    color: #05adf2;
}
.sidebar-text-post-items:last-child a{
    border-bottom: 0;
}
.sidebar-text-post-category-name span{
    background: #05adf2;
    border-radius: 4px;
    font-family: ukij_ekran;
    font-size: 11px;
    color: #fff;
    padding: 4px 12px;
}

.sidebar-text-post-date {
    font-family: ukij_ekran;
    font-size: 11px;
    color: #777;
}


/*Sidebar Notice*/
.notice-sb {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.notice-sb .layout-title {
    background: #f0f0f0;
    padding: 10px;
}

.notice-sb-item a {
    border-bottom: 1px solid #eaeaea;
    background: #f9f9f9;
    padding: 10px;
    display: block;
}

.notice-sb-item:last-child a{
    border-bottom: 0;
}
.notice-sb-title {
    color: #222;
    font-size: 15px;
}
.notice-sb-title i {
    margin-left: 10px;
}
.notice-sb-text {
    font-family: ukij_ekran;
    font-size: 13px;
    color: #555;
}
.notice-sb-date {
    font-family: ukij_ekran;
    font-size: 11px;
    color: #777;
    margin-top: 10px;
}


/*Sidebar Tabs*/
.tab-holder {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.tabs-ul {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    font-size: 0;
}

.tabs-ul li {
    display: inline-block;
}

.tabs-ul li a {
    display: inline-block;
    font-family: ukij_ekran;
    padding: 8px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-right: -1px;
    margin-bottom: -1px;
    background: #eaeaea;
    color: #888;
}
.tabs-ul li.active a{
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #111;

}

.sb-tab-content {
    padding: 10px;
}

/*Sidebar Post with Thumb*/
.sidebar-post-items {
    margin-bottom: 20px;
}
.sidebar-post-items:hover a{
    color: #05adf2;
}
.sidebar-post-items:last-child {
    margin-bottom: 0;
}
.sidebar-post-padding {
    padding-right: 0;
}
.sidebar-post-date {
    font-family: ukij_ekran;
    font-size: 11px;
    color: #777;
}




/*Pager*/
.pagination {
    text-align: center;
    clear: both;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: ukij_ekran;
}

.pagination ul {
    margin: 0 auto;
    display: table;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    padding: 8px 12px;
    background: #f0f0f0;
    margin: 0 1px;
    display: inline-block;
    color: #999;
    border-radius: 4px;
}
.pagination ul li a:hover {
    background: #05adf2;
    color: #fff;
}
.pagination ul li a.pgn_die {
    background: #05adf2;
    color: #fff;
}



.home-layout {
    margin-top: 30px;
}
.home-layout .layout-title {
    border-bottom: 2px solid #555;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.layout-title-in {
    border-bottom: 2px solid #555;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    margin-top: 30px;
}

/*Home Tab Contant*/
.home-tab-content {
    margin: 15px 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.home-tab-content:last-child {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0;
}
.home-tab-content-title {
    font-size: 18px;
    padding: 10px 0;
}
.home-tab-content-text {
    font-family: ukij_ekran;
}
.home-tab-content-date {
    font-family: ukij_ekran;
    font-size: 11px;
    color: #777;
    margin-bottom: 10px;
}





/*Grid List*/
.grid-list {
    margin-bottom: 50px;
}
.grid-photo {
    position: relative;
}
.grid-photo .thumb {
    display: block;
}
.grid-category-name {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    color: #fff;
    font-family: ukij_ekran;
    padding: 3px 10px;
}
.grid-title {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.grid-title a:hover {
    color: #0094f0;
}
.grid-text {
    font-family: ukij_ekran;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}
.grid-date {
    font-family: ukij_ekran;
    font-size: 13px;
    color: #777;
}
.grid-list-star {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 22px;
    color: #f3e942;
    opacity: 0.6;
}
.grid-list-play {
    position: absolute;
    font-size: 44px;
    right: calc(50% - 22px);
    top: calc(56% - 22px);
    color: #fff;
    opacity: 0.6;
}


.sb-banner {
    margin-bottom: 30px;
}

.video-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
/*

.content-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.content-photo {
    width: 100%;
}
.content-photo img {
    display: block;
}

.content-info {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    margin: 15px 0 ;
}
.content-info ul li {
    display: inline-block;
    padding: 6px 10px;
    font-family: ukij_ekran;
}
.content-info ul li i {
    margin-left: 5px;
}

.content-text img{
    width: 100%;
    border-radius: 10px;
}

*/

.content-video iframe {
    height: 450px;
}

.content-list {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}
.content-post {
    margin: 30px 15px;
    margin-bottom: 15px;
}
.content-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 15px;
    border: 3px solid #ECF0F1;
}

.content-title {
    font-family: alkatip;
    font-size: 15px;
    margin-bottom: 3px;
}
.content-text-short {
    color: #989c9e;
    font-size: 13px;
    line-height: 20px;
}
.content-read-title {
    font-family: alkatip;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}
.content-read-photo {
    width: 100%;
    margin-bottom: 15px;
}
.content-read-text {
    font-size: 15px;
}
.content-read-text img {
    width: 100%;
}
.content-read-text p {
    margin-bottom: 15px;
    line-height: 25px;
}
tfoot tr td{
    border-top: 1px solid #F1F1F1;
    font-size: 12px;
}

.content-info li {
    display: inline-block;
    padding: 10px;
    border-left: 1px solid #F1F1F1;
    color: #BDC3C7;
}
.content-info li:last-child{
        border-left: 0;
}
.content-info li a {
    color: #1FAEEF;
}

.photo-grid-items {
    margin-bottom: 30px;
}

.photo-grid img {
    border-radius: 6px;
}

@media (max-width: 992px) {

    .notice-sb {
        margin-bottom: 15px;
    }
    .grid-list-play {
        font-size: 80px;
        right: calc(50% - 40px);
        top: calc(56% - 40px);
    }

    .content-video iframe {
        height: 300px;
    }
}

.ktug {
    font-size: 22px !important;
    line-height: 23px !important;
    background: #DA1222 !important;
}

.footer {
    background: #252525;
    color: #afb0b3;
    padding: 50px 0;
    min-height: 100px;
}
.footer-title {
    color: #fff;
    font-family: artitle;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-list li a{
    color: #afb0b3;
    display: block;
    padding-bottom: 10px;
}
.footer-social {
    font-family: Verdana, Arial, Helvetica, sans-serif
}
.footer-social li a {
    color: #afb0b3;
    display: block;
    padding-bottom: 6px;
}

.en-text {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.copyright {
    background: #1e1e1e;
    color: #6d6d6d;
}
.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 20px 0;
    direction: ltr;
    text-align: center;
}

.sb-yazar-name {
    margin-top: 15px;
}