/*
Theme Name: vo 2023 V.1.1
Theme URI: http://3arbserv.com
Author: Team 3arbserv
Author URI: http://3arbserv.com/
Description: Video Online Theme
Tags: Video Online,responsive
*/
:root {
    --main-bg-color: #f5f5f5;
    --bg-color1: #302f2f;
    --bg-color2: rgba(0,0,0,.1);
     --light-color: #8f8d8d;
     --red-color: #d41616;
     --red-color2: #aa0c0c;
     --yellow-color:#fbbd48;
     --red-color_:#C10808;
     --bg-white:#fafafa;;
}
@font-face {
  font-family: 'iconFont';
  src:  url('assets/fonts/iconFont.eot?7o2wet');
  src:  url('assets/fonts/iconFont.eot?7o2wet#iefix') format('embedded-opentype'),
    url('assets/fonts/iconFont.ttf?7o2wet') format('truetype'),
    url('assets/fonts/iconFont.woff?7o2wet') format('woff'),
    url('assets/fonts/iconFont.svg?7o2wet#iconFont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}




[class^="iconFont-"], [class*=" iconFont-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconFont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconFont-notifications_on:before {
  content: "\e900";
}
.iconFont-tv1:before {
  content: "\e75b";
}
.iconFont-movie:before {
  content: "\e901";
}
.iconFont-play_arrow:before {
  content: "\e902";
}
.iconFont-play_circle_filled:before {
  content: "\e903";
}
.iconFont-mail_outline:before {
  content: "\e904";
}
.iconFont-clear:before {
  content: "\e905";
}
.iconFont-access_time:before {
  content: "\e906";
}
.iconFont-cloud_download:before {
  content: "\e907";
}
.iconFont-keyboard_arrow_down:before {
  content: "\e908";
}
.iconFont-keyboard_arrow_left:before {
  content: "\e909";
}
.iconFont-keyboard_arrow_right:before {
  content: "\e90a";
}
.iconFont-keyboard_arrow_up:before {
  content: "\e90b";
}
.iconFont-dehaze:before {
  content: "\e90c";
}
.iconFont-movie_filter:before {
  content: "\e90d";
}
.iconFont-exit_to_app:before {
  content: "\e90e";
}
.iconFont-reorder:before {
  content: "\e90f";
}
.iconFont-house:before {
  content: "\e910";
}
.iconFont-file-minus:before {
  content: "\e911";
}
.iconFont-file-plus:before {
  content: "\e912";
}
.iconFont-video-camera:before {
  content: "\e914";
}
.iconFont-files-empty:before {
  content: "\e925";
}
.iconFont-price-tag:before {
  content: "\e935";
}
.iconFont-pushpin:before {
  content: "\e946";
}
.iconFont-clock:before {
  content: "\e94e";
}
.iconFont-tv:before {
  content: "\e95b";
}
.iconFont-bubbles2:before {
  content: "\e96d";
}
.iconFont-bubbles3:before {
  content: "\e96f";
}
.iconFont-user:before {
  content: "\e971";
}
.iconFont-users:before {
  content: "\e972";
}
.iconFont-search:before {
  content: "\e986";
}
.iconFont-key:before {
  content: "\e98d";
}
.iconFont-cog:before {
  content: "\e994";
}
.iconFont-menu:before {
  content: "\e9bd";
}
.iconFont-earth:before {
  content: "\e9ca";
}
.iconFont-link:before {
  content: "\e9cb";
}
.iconFont-eye:before {
  content: "\e9ce";
}
.iconFont-star-empty:before {
  content: "\e9d7";
}
.iconFont-star-half:before {
  content: "\e9d8";
}
.iconFont-star-full:before {
  content: "\e9d9";
}
.iconFont-man-woman:before {
  content: "\e9de";
}
.iconFont-notification:before {
  content: "\ea08";
}
.iconFont-share2:before {
  content: "\ea82";
}
.iconFont-google-plus:before {
  content: "\ea8b";
}
.iconFont-facebook:before {
  content: "\ea90";
}
.iconFont-instagram:before {
  content: "\ea92";
}
.iconFont-whatsapp:before {
  content: "\ea93";
}
.iconFont-telegram:before {
  content: "\ea95";
}
.iconFont-twitter:before {
  content: "\ea96";
}
.iconFont-youtube:before {
  content: "\ea9d";
}
.iconFont-reddit:before {
  content: "\eac6";
}
.iconFont-linkedin2:before {
  content: "\eaca";
}
.iconFont-pinterest2:before {
  content: "\ead2";
}



.sharethis{
    width: 100%;
    padding: 10px;
    text-align: right;
   background: #181818;
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.sharethis span{
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    float: right;
    background: var(--red-color);
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}
.sharethis span::after {
    position: absolute;
    left: -8px;
    top: 5px;
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--red-color);
}
.sharethis a{
    font-size: 18px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 1px;
    
}
.sharethis  .reportComm{
    float: left;
}
.s_report{
    background-color: #e75858;
     font-size: 14px;
}
.s_comm{
    background-color: var(--yellow-color);
    color: #000 !important;
    font-size: 14px;
}
.s_twitter{
    background-color: #55acee;
}
.s_facebook{
    background-color: #3C5A98;
}
.s_whatsapp{
    background-color: #25D366;
}
.s_pinterest{
    background-color: #E60023;
}
.telegram{
    background-color: #0088cc;
}
.pt-0{padding-top: 0 !important}
*,:after,:before,a{
    padding:0;
    margin:0
}
a,a:active,a:focus,a:hover{
    color:#fff !important;;
    text-decoration:none
} 
*,:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
a:active,a:focus,a:hover{
    outline:0 !important;
}
.mt10{margin-top: 10px}
.mb10{margin-bottom: 10px}
.mb20{margin-bottom: 20px}
h1,h2,h3,h4,h5,h6{
    margin:0
}
ul{list-style: none;margin-bottom: 0}
body,div.body,html{
    height:100%
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
html{
    overflow-y:auto;
}
div.body{
    width:100%
}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
body{
    background:var(--main-bg-color) !important; 
   font-family: 'Almarai', sans-serif,Arial !important;
    font-size:13px !important;
    line-height:22px;
    color:var(--light-color) !important;;
    padding:0  !important;;
    margin:0  !important;;
    font-weight:500;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover{background:#3C465E}
.alert{margin:10px 0 10px 0;}
.alert h2{font-size:14px} 
.alert-dismissable,.alert-dismissible{padding-right:15px}
.noResult{margin-top:30px;padding:15px}
.noResult h4{font-size:14px;color:#a94442}
.fRight{
    float:right 
}
.fLeft{
    float:left 
}
.bb5{border-bottom: 5px solid #e39e1f !important;}
.br20{border-radius: 20px !important;}
.bt5{border-top: 5px solid #e39e1f !important;}
.bg{background:#ffffff}
.bg1{background:#f9f9f9}
.bg2{background:rgba(0,0,0,.2);}
.bg3{background: rgba(0,0,0,.3) !important;}
.bg4{background: rgba(0,0,0,.4);}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mt10{margin-top:10px!important}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt50{margin-top:50px!important}
.m-h500{min-height:500px!important}
.m-h410{min-height:410px!important}
.m-h420{min-height:420px!important}
.dis-s,.hide{display: none;visibility: hidden}
.h1hide{position: absolute;top: -50px;z-index: 1;font-size: 12px}
.w100{width: 100% !important}
.p10{padding: 10px !important}
.pt0{padding-top: 0px !important}
.pt10{padding-top: 10px !important}
.pt20{padding-top: 20px !important}
.pb0{padding-bottom: 0px !important}
.pb10{padding-bottom: 10px !important}
.pb20{padding-bottom: 20px !important}
.p0{padding: 0 !important}
[class*="col-"]{padding-right: 5px;padding-left:5px }
/********  ********/
.singleAlertSec {
    display: flex;
    margin-bottom: 20px;
}
.singleAlert {
    background-color: #fb9f15;
    color: #000;
    border-radius: 5px;
    display: flex;
    position: relative;
    height: 40px;
    width: auto;
    align-items: center;
    overflow: hidden;
    font-size: 22px;
}
.singleAlert span {
    text-align: revert;
    width: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.singleAlert i {
    font-size: 30px;
    width: 50px;
    background-color: #bf780b;
    color: #fff;
    border-left: 1px dashed #7b4e0b;
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.singleAlert i+span {
    padding: 0 60px 0 10px;
}
/******** breadcrumbs ********/
#breadcrumbs{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 5px 0 5px;
    background:#be3030;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1) ,0 0 5px rgba(0,0,0,.1) ;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1) ,0 0 5px rgba(0,0,0,.1) ;
}
.breadcrumb{
    position: relative;
    display: block;
    width:100%;
    color:#fff;
    font-size:13px;
    padding:12px 0;
    border-radius: 4px;
    margin:0;
    background:none;
}
.breadcrumb > li > a{
    font-size:13px;
    color:#fff
}
.breadcrumb>li+li::before{
    padding:0 1px;
    color:#fff;
    content:"";
    display:inline-block
}
.breadcrumb>.active a{
    color:#e39e1f
}
.breadcrumb li.separator{
    font-size:13px;
    color:#fff;
    padding-left:3px
}
.breadcrumb li:last-child,.breadcrumb .bread-current,.breadcrumb>.active a:hover,.breadcrumb .current{
    color:#ffda46
}
 
.con_Ad,.codeHtml{
    position: relative;
    z-index: 11;
    float: right;
    width: 100%;
    color: #000;
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.codeHtml {
    padding: 0;
    margin: 0;
}
.codeHtml img{
    width: 100%;
}

/************************/

.posterThumb{
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding-bottom: 150%;
    height: 0;
}
.posterThumb .imgBg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.imgSer{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 0 12%;
    background-repeat: no-repeat;
}
.block-post {
    position:relative;
    overflow: hidden;
    margin-bottom:15px;
   border-radius: 2px;
    z-index: 10;
    text-align: right;
    -webkit-transition: all 0.6s ;
    transition: all 0.6s ;
}
.block-post img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.postEp .poster{
    height: 190px;
    max-height: 190px;
}
.block-post .title{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 70px 10px 10px;
    font-size:14px;
    color:#ffffff;
    z-index:9;
    background:linear-gradient(to top, #000000c7, #0000);
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.episodeNum,.seasonName,.ribbon {
    position: absolute;
    text-align: center;
    background: #b31c1c;
    box-shadow: 0px 2px 18px #00000066;
    top: 10px;
    right: 0;
    color: #ffffff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 5px;
    z-index: 99;
    font-size: 13px;
}

.episodeNum:after,.seasonName:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px;
    border-color: #b31c1c;
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: -5px;
    right: 0;
}
.ribbon{
    right: auto;
    left: 0;
    background: #198f52;
    opacity: 1;
}
.ribbon:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px;
    border-color: #198f52;
    border-bottom-color: transparent;
    border-right-color: transparent;
    bottom: -5px;
    left: 0;
}
/*.block-post:hover img {
    filter: grayscale(1) brightness(1.2);
}
.block-post:hover .ribbon,.block-post:hover .episodeNum,.block-post:hover .seasonName{
    opacity: 0;
}*/
/*.poster{
    position: relative;
    height: 300px
}
.poster img{
    border-radius: 4px;
}*/
.itemImg {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
    transition: .1s;
    box-shadow: 0 10px 20px #111215;
}

.itemImg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/****************************/
#dw{
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
}
.dw {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid rgba(0,0, 0, .2);
    background: #ab0404;
    margin: 5px;
    text-align: center;
    width: 200px;
    }
.dw  i {
    position: absolute;
    font-size: 100px;
    top: 0;
    opacity: .1;
    color: #000;
}
.dw span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize
}
.dw  span:last-child {
    color: #ffe144;
}
.dw:hover{
    background: #be3030;
}
/****************************/
#btnServers {
    position: relative;
    margin: 20px auto;
    display: block;
    flex-wrap: wrap;
    z-index: 199;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.btnWatch, .btnDown {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 15px 35px 15px 10px;
    width: 220px;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    background: #C82323;
    border: 2px solid #aa0d0d;
    cursor: pointer;
}
.btnDown:before, .btnWatch:before {
    content: "\e962";
    font-family: iconFont;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(255,255,255,.1);
    border-radius: 0 6px 6px 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    text-align: center;
}
.btnDown {
    background: #15846e;
    border: 2px solid #16A085;
}
.btnDown:hover{background:#16A085;border:2px solid #15846e}
.btnWatch:hover{background:#aa0d0d;border:2px solid #C82323}
.btnWatch:before{content:"\e914"}
.btnDown:before{content:"\e906"}
.btnDown:hover,.btnWatch:hover{text-indent:-25px}
.btnDown:hover:before,.btnWatch:hover:before{right:-40px;text-indent:0}
/************************/

.postContent{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    color: var(--light-color);
}

.myList .del{
    position: absolute; 
    font-size: 12px;
    border-radius: 6px;
    padding: 5px 10px;
    top: 110px;
    right: 30px;
    background: #cb150f;
    color:#ffffff;
    z-index: 11;
    cursor: pointer;
  
}
/******** Single Series ********/
.sec-main{
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    color: #000;
    background-color: #f5f5f5;
}
.sec-main:nth-child(odd){
     background-color: #fff;
}
.single_cover {
    position: fixed;
    z-index: -1;
    width: 75%;
    height: 100%;
    min-height: 900px;
    /*margin-top: -60px;*/
    margin-bottom: 0;
    padding: 0;
    left: 0;
    background-color: #251818;
}
.single_cover>* {
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: saturate(1.5);
}
.single_cover>*, .single_main_content .poster img {
    position: absolute;
    width: 100%;
    height: 100%;
    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast;
}
.single_content {
    position: relative;
    z-index: 9;
    align-items: center;
    margin-top: -60px;
    padding-top: 60px;
    color: #000;
    background: radial-gradient(circle at 0 40%,rgba(37,24,24,0) 46%,rgba(37,24,24,.6) 60%,#251818 70%),linear-gradient(180deg,rgba(37,24,24,.1) 60%,#251818),linear-gradient(180deg,rgba(37,24,24,0) 80%,#251818);
    box-sizing: border-box;
}
.single_main {
    color: #fff;
    min-height: 600px;
    overflow: hidden;
    padding: 30px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
.single_main, .single_main_info {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.single_main_info {
    flex-wrap: wrap;
    height: 100%;
    width: 45%;
}
.single_main_content {
    width: 100%;
    float: right;
    text-align: right;
    margin: auto 0;
}
.single_main_content .poster {
    float: right;
    padding-bottom: 0;
    width: 230px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 1px;
    z-index: 1;
    position: relative;
    border: 1px dashed #d4b9b9;
    box-shadow: 0 0 20px #000;
}
.poster-wrapper {
    position: relative;
    padding-bottom: 150%;
    width: 100%;
}
.single_main_content .poster img {
    top: 0;
    right: 0;
    object-fit: cover;
}
.single_main_content .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.single_main_content .single_tax {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.single_main_content .single_tax>* {
    padding: 0 5px;
    margin: 5px 0;
    color: #efc1c1 !important;
    color: #fae8b0!important;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
.single_main_content .single_tax>:first-child {
    padding-right: 0;
}
.single_main_content .single_tax>.separate {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
    padding: 0;
    align-self: center;
}
.single_main_content .single_tax>.separate:last-child {
    display: none;
}
.single_main_content .duration, .single_main_content .date,.single_main_content .series_status,.single_main_content  .language {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}
.single_item>:first-child {
    color: #d8d8d8;
}
.single_main_content .description {
    margin-bottom: 20px;
    font-weight: 500;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-weight: bold;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.single_buttons {
    display: block;
    width: 100%;
    text-align: right;
}
.single_buttons>*,.single_buttons button {
    color: #fff;
    font-size: 22px;
    background-color: #010E44;
    line-height: 1;
    display: inline-block;
    position: relative;
    transition: .3s ease;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.single_buttons button {
    border: none;
    margin-bottom: 0;
}
.single-trailer-btn {
    background-color: #696969;
}
.single_buttons>*>i ,.single_buttons button i{
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #251818;
    transition: .3s ease;
}

.single_buttons>*>i,.single_buttons button i, .single_buttons>:hover,.single_buttons button:hover {
    background-color: #02166F;
}
.single-trailer-btn i, .single-trailer-btn:hover {
background-color: #505050;
}
.single_buttons>*>span,.single_buttons button span{
    padding: 14px 50px 14px 10px;
    display: inline-block;
    text-shadow: 1px 1px #000;
    transition: .3s ease;
    font-size: 20px;
    font-weight: 700;
}
.single_buttons>:hover span,.single_buttons button:hover span {
padding: 14px 30px;
}
.single_buttons>:hover i,.single_buttons button:hover i {right:-60px}
 
/******** Users ********/
.secUser{
    position: relative;
    overflow: hidden;
    display: block;
    padding:10px 0;
    border-radius: 4px;
    background: #ffffff;
    min-height: 600px
}

 #userForm{
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 500px;
    margin: 20px auto 40px auto;
    background:#292929;
    padding: 30px 20px 20px 20px;
    border-radius: 4px;
    color: var(--red-color);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

#userForm h3{
    font-size: 25px;
    padding: 25px 0;
    display: block;
    margin: 0 -30px 25px -30px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid  rgba(0, 0, 0, 0.1);
}
#userForm h3 i,#userProfile h3 i{
    margin-top: 5px ;
}
#userForm label,#userProfile label{
    margin: 5px 0;
    padding: 5px 0;
    color: #d2d2d2;
}
#userForm p {
    margin: 15px 0 0 0;
}
#userForm p a{
    color: #010E44
}
#userForm .btnUser,#userProfile .btnUser{
   width: 100%;
    margin-top: 20px;
    padding:15px 10px;
    background: var(--red-color2);
    color: #ffffff;
    font-size: 16px;
}
#userForm .btnUser:hover,#userProfile .btnUser:hover {
    color: #ffffff;
}
input.form-control{
    height: 40px !important
}
#userForm .lostpassword{
    text-align: left;
    float: left;
    vertical-align: middle;
    margin-top: 5px;
}
#userForm .userFoot{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
#userProfile {
    padding: 0 20px 20px 20px;
   
}
#userProfile h3{
    text-align: right;
    font-size: 20px;
    padding:15px 0;
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    color: var(--red-color)
}
#userProfile .btnUser{
    max-width: 200px
}
.profile-content{
    position: relative;
    overflow: hidden;
    background: #282828;
    border-radius: 4px;
    margin-top: 10px ;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.profile-content figure{
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    max-width: 100%;
    text-align: center;
    margin: 30px auto;
    display: block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}
.profile-content .username {
   text-align: center;
    display: block;
    padding-bottom: 20px;
    color: #010E44;
    text-transform: capitalize;
}
.profile-content .info{
    display: block;
    background: linear-gradient(#C10808, #be3030);
    padding: 10px;
    color: #ffffff;
    margin-bottom: 5px;
}
.profile-content .info.logout{
    background: #eb2323;
}
dt strong {
    color: var(--yellow-color);
}
.dl-horizontal{
    padding: 15px;
}
.dl-horizontal dt {
    padding: 5.5px 0;
    float: right;
    text-align: right;
    margin-top: 10px;
    width:150px;
}
.dl-horizontal dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-left: 0;
    padding: 5.5px 0;
    margin-top: 10px;
    
   
}
.dl-horizontal dd:last-child{
    border: none
}
.iconSearch {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    height: 37px;
    width: 37px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}
.con_search {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0,0,0,.8);
    margin: 0;
    width: 100%;
    height: 100vh;
    padding-top:250px;  
    -webkit-transform: scale(.2,.2);
    -moz-transform: scale(.2,.2);
    -ms-transform: scale(.2,.2);
    -o-transform: scale(.2,.2);
    -webkit-transition: all .3s cubic-bezier(.4,0,1,1);
    -khtml-transition: all .3s cubic-bezier(.4,0,1,1);
    -moz-transition: all .3s cubic-bezier(.4,0,1,1);
    -ms-transition: all .3s cubic-bezier(.4,0,1,1);
    -o-transition: all .3s cubic-bezier(.4,0,1,1);
    transition: all .3s cubic-bezier(.4,0,1,1);
}
#search.open{
filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.sea_close i{position:absolute;top:5%;right:5%;font-size:30px;color:#fff;cursor:pointer}
.con_search form{text-align:center}
.con_search input[type="text"]{vertical-align: middle;border-radius: 0px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;-background: #fff;padding: 10px;border: none;font-size: 13px;width: 60%;margin: 0 auto;color: #333;height: 45px;box-shadow: 0 0 0 2px transparent;}
.con_search form input[type="text"]:focus{border-color:black;box-shadow:none;}
.con_search input[type="submit"]{padding: 11px 25px;background: #010E44;color: #fff;border-color: #010E44;font-size: 16px;margin:1px -10px  0 5px ;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.con_search input[type="submit"]:focus{background: #e39e1f;border-color: #e39e1f}
.ad-widget,.singleInfo{
    position: relative;
    overflow: hidden;
    display: block;
    background: var(--bg-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 10px ;
    border-radius: 3px;
}
.ad-widget img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}
 /****************************/
 .postlist{
    position: relative;
    overflow: hidden;
}
.postlist li{
    float: right !important;
    width: 47%;
}

.singleInfo h4{
    padding: 15px 20px;
}

.tags{
    padding: 10px 15px 0 15px;
}
.tags span{
    float: left;
    font-size: 16px;
    color: #e39e1f;
    padding-right: 10px;
    display: inline-block
}
.tags ul{
    list-style: none;
    margin: 0 ;
    display: inline-block;
} 
.tags ul li{
    float: right;
    margin: 3px 5px 5px 0;
}
.tags ul li a{
    padding: 5px 10px;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 4px;
    background:#5551ef ;
    color:#ffffff;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tags ul li a:hover{
    background:#010E44 ;
    color: #ffffff;
}
.box-related{
    position: relative;
    background: #e39e1f;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}


.box-related .list-related li {
    position: relative; 
    float: left;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    line-height: 55px;
    border-right: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
    box-shadow: inset 0 0 1px rgba(0,0,0,.2);
}
.box-related .list-related li.active:before{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top-color: transparent;
    border-top-color: #037A58;
    z-index: 49;
}
.box-related .list-related li.active {
    background:#037A58;
   
}
.box-related .list-related li:hover {
    background:#037A58;
   
}
.serverError{color:#e39e1f;font-size:16px;text-align:left;padding: 20px;}
h3.not-found{color:#fff;font-size:30px;text-align:center;padding:10px 0;margin:25px 0;cursor:pointer}
#contactUs{font-size:14px;position: relative;overflow: hidden;width: 100%}
#contactUs label{padding:5px 0;color:#000}
#contactUs input[type="submit"],#contactUs input[type="reset"]{background:#BD0D0D;padding:10px 30px;margin:10px 0 10px 5px;border-radius:2px;color:#fff;border:none;outline:0 !important;font-size:14px}
#contactUs input[type="reset"]{padding:10px 30px;margin:10px 0 10px 5px;border-radius:2px;background:#ffda46;color:#000;border:none;outline:0 !important;font-size:14px}
#contactUs input[type="text"],#contactUs input[type="email"],#contactUs input[type="password"]{height:40px;font-size:14px}
.form-group{margin:10px 0}
#contactUs textarea:focus{border-color:black;box-shadow:none;}
.secPage {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 10px 20px;
    border-radius: 4px;
     border: 1px solid rgba(0,0,0,.1);
    background: var(--bg-white);
}
.secPage p{
   color: #000;
   font-size: 14px;
   font-weight: 700
}
.secPost{
    position: relative;
    overflow: hidden;
    display: block;
    padding:10px 0;
    border-radius: 4px;
    /*background: #ffffff;*/
    min-height: 200px
}

.box-title {
    position: relative;
    display: block;
    overflow: hidden;
    margin:0 0 10px 0;
}
.box-title h3,.box-title span{
    font-size:16px;
    color:#e39e1f;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
    padding-top: 5px;
    /*float: right;*/
}
.box-title a{
    text-align: right;
    font-size: 14px;
    float: right;
    color: #e39e1f
}
.box-title i{
    font-size: 16px;
    margin-left:3px;
}
.sec-line {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0 0 10px 0; 
    /*border-top: 1px solid rgba(0,0,0,.2);*/
}
.form-control{
    border: 1px solid #ced4da !important;
}
.comment{padding:3px 10px 3px 10px;}

#commentform p{margin: 10px auto;color: #000;text-align: center;font-size: 20px;}
#commentform input{height:45px}
.comment-form-comment label{display: none;}
h3.comment-reply-title{font-weight: 700;text-align:center;display:block;font-size:20px;padding: 10px;}
h3.comment-reply-title a{color: #000 !important}
.comment-notes,.comment-form-comment label {display: none}
.comment-form-comment{margin:20px}
.comment-form-author,.comment-form-email,.comment-form-url{margin-bottom:10px !important}
.form-submit{clear:both;height:45px}
#respond label{text-align:right;margin-bottom:5px;padding:5px 0;font-size:13px;line-height:22px;color:#000;float: right;}
#comment {
    width: 100%;
    border: 1px solid #ebebeb;
    min-height: 100px;
    padding: 10px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    background-color: #f9f9f9;
    max-height:80px;
}
#comment:focus{
    order: none;overflow: auto;outline: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;resize: none; 
}
input[type="text"],input[type="email"],input[type="password"]{background-color:#fff;font-size:13px;color:#666666;padding:5px 10px;border-radius:0px;padding:10px;border: 1px solid #ced4da;box-shadow:0 0 0 2px transparent;border-radius: 2px !important;}
.form-control{border:none;border-radius:0}input[type="password"]:focus,input[type="text"]:focus,input[type="email"]:focus,textarea:focus{border-color:black;box-shadow:none;}
.comment-form-url input,.comment-form-email input,.comment-form-author input{margin:0;width:100%;border-radius:0}
.form-submit #submit{margin-top: 10px;background:linear-gradient(#010E44, #010E44);color:#fff;padding:10px 20px;cursor:pointer;position:relative;border:0px;font-size:18px;border-radius:5px;text-align: center}
.form-submit #submit:hover{background:#424242;color: #fff}
.title_comm{display:none} 
.comment-author{text-align:right;color:#585858;font-size:14px}

.comment .reply{padding-left:20px}
.comment a,.comment a:hover{color:#585858 !important;}
.reply a.comment-reply-link{color: #010E44}
.says{float:right;padding-left:10px}
.comment-author .vcard .fn {padding: 0 3px;}
.comment-avatar{
    position: relative;
    display: inline-block;
    float: right;
}
.comment-avatar img{
    border-radius: 50px;
    border: 1px solid #ccc;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
    width: 74px;
    height: 74px;
}
.secComments{
    position: relative;
    overflow: hidden; 
    display: block;
    margin: 0 auto;
    max-width: 1024px; 
}
.comment-respond {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
}
.comment-list{margin-top: 15px;}
 .comment-list .comment{background:#fff;margin-bottom:15px;display:block;padding:15px;border-radius: 10px; box-shadow: rgb(145 145 145/10%) 0 4px 10px;border: 1px solid #ebebeb;}
.comment-form-cookies-consent,.says { display:none; }
.comment .scontent {
    position: relative;
    width: auto;
    display: block;
    text-align: right;
    margin-right: 90px;
}
.comment-header-items {
    display: block;
    margin-bottom: 5px;
}
.comment-header-name {
display: inline-block;
margin-left: 10px;
}
.comment-header .comment-header-name .name {
display: inline-block;
font-weight: 700;
}

.comment>.children {
margin-right: 85px;
}
.comment-list .children li{margin-bottom:5px;display:block;padding:10px;margin-top:15px;border-radius:10px}
.comment.odd {
    background: #f6f6f6;
}
.comment .comment-reply-link {
    display: block;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    color: #444;
    margin: 0;
    transition: .3s ease;
    float: left;
    text-align: center;
    padding: 5px 30px;
}
.comment .comment-header .comment-time {
font-weight: 400;
font-size: 14px;
color: #5d6566;
}
.comment .scontent p {
font-weight: 400;
margin-top: 10px;
overflow-wrap: break-word;
font-size: 14px;
}
#close{position:absolute;top:5%;right:25%;font-size:30px;color:#fff;cursor:pointer}
.error-404{position:relative;text-align:center;padding:70px 0 160px 0}
.error-404 h1{font-size:75px;color:#C10808;padding:10px;font-weight: 700;margin-bottom: 30px; text-shadow: 0 2px 0 #ccc, 0 2px 1px #c9c9c9, 0 4px 2px #bbbbbb, 0 6px 2px #b9b9b9, 0 8px 0 #aaaaaa, 0 8px 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.15);}
.error-404 h2{font-size:20px;color:#C10808;margin-bottom: 20px}
.error-404 h3 a{font-size:20px;color:#000 !important;margin-bottom: 10px}


.thePages{
    position:relative;
    margin:10px 0;
    overflow: hidden;
    display: block;
    line-height:25px;
}
.thePages *{line-height: 30px;}
.thePages h1{font-size: 25px;margin-bottom: 10px; font-weight: 700}
.thePages h2{font-size: 20px;margin-bottom: 10px; font-weight: 700}
.thePages h3{font-size: 18px;margin-bottom: 10px; font-weight: 700}
.thePages h4{font-size: 16px;margin-bottom: 10px; font-weight: 700}
.thePages h5{font-size: 14px;margin-bottom: 10px; font-weight: 700}

.thePages h1,.thePages h2,.thePages h3,.thePages h4,.thePages h5{color:var(--red-color);}

.thePages .title{color:var(--red-color);font-size:16px}
.thePages .content{
    position:relative;
    padding:10px 0;
    color:fff;
    overflow:hidden;
}
.thePages blockquote{
    line-height: 30px;
    font-size: 14px;
    padding:0px;
    margin:0px;
    color:var(--light-color);
}
.thePages  a{
    color:#333333;
}
.thePages p a{
    color:#fff;
}
 
/*///////////////////////////////////*/
.listSeasons{
   position: relative;
    overflow: hidden;
    margin:10px  auto;
    display: block;
    text-align: center;
}
.listSeasons li{
    display: inline-block;
    position: relative;
    margin: 5px 5px 15px 0;
}
.listSeasons li a{
    color: #fff;
    display: block;
    font-size: 18px;
    background-color: #696969;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
    
}
.listSeasons li a.active{
   background-color: #010E44;
}
.listSeasons li a.active:before{
     margin-left: 0;
    margin-right: -20px;
    right: 50%;
    border: 15px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 90%;
    width: 0;
}
.listSeasons li a.active:before{
    border-top-color: #505050;                         
}
.listSeasons li a span {
    padding:10px 15px;
    background-color: #505050;
    display: inline-block;
    position: relative;
}
.listSeasons li a b {
    padding: 5px 15px;
    display: inline-block;
    position: relative;
}
.listSeasons li a.active span{
    background-color: #505050;
   
   
}


.seasons-selection ul, .seasons-selection ul li, .seasons-selection ul li a b, .seasons-selection ul li a span {
        display: inline-block;
        position:relative
    }
/******** Col Single ********/
.colRight{
    width: 20%;
}
.colCenter{
    width: 60%;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.colLeft{
    width: 20%;
}
/****************************/

/****************************/
.eplist{
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 30px 0;
    min-height: 150px
    
} 
.epNum{
    display: inline-block;
    position: relative;
    height: 90px;
    background-color: #696969;
    color: #fff;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
    width: 100px;
}
.epNum > em {
    font-style: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40%;
    font-size: 14px;
    font-weight: 700;
    background-color:  #505050;
    color: #fff;
}
.epNum > span {
    font-size: 26px;
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 700;
}
.epNum > span:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition:.5s cubic-bezier(0, 0, 0, 1);
        background: rgba(0, 0, 0, .1);
    }
.epNum:hover span:not(.selected):hover:before,.epNum:hover > span:before {
        height:100%;
}


.epNum.active{
    background:#010E44;
    color: #fff !important
}
.epNum.active > em{
     background-color:  #505050;
    color: #fff !important
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 10px;
    background: #3498DB;
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
}
.loader:before, .loader:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    border-radius: 5px;
}
.loader:before {
    top: -20px;
    left: 10px;
    width: 25px;
    background: #EF4836;
}
.loader:after {
    bottom: -20px;
    width: 25px;
    background: #F5AB35;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}
 
/******** logo ********/
#logo{
    position: relative;
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
}
 
#logo img {
    height: 40px;
    display: inline-block !important
}
/************************/
#downloadPopUp,#trailerPopUp{display:none} 
#popup{position: relative;color: #111;overflow: hidden;padding: 20px 20px 0 20px;-moz-perspective: 300px;-webkit-perspective: 300px;perspective: 300px;background: #474747;border: 4px solid #E7E7E7;box-shadow: inset 0px 0px 100px #000;}
.b-close{position:absolute;background:#CC181E;left:-5px;text-align:center;top:-10px;line-height: 28px;cursor:pointer;color:#fff ;width:25px;height:25px;border-radius:50%;opacity:1;font-size:16px;z-index:20}
.boxes-popup{width:800px;background:#f1f1f1;margin:0 auto}
.popup-content{padding:8px 0;height:auto}
#popupVideo{color:#111;overflow:hidden;-moz-perspective:300px;-webkit-perspective:300px;perspective:300px;background:#ECF0F1;background:#000;border:4px solid #E7E7E7;box-shadow:inset 0px 0px 100px #555;box-shadow:inset 0px 0px 100px #000}

/************************/
.myAccount{
    display: none !important
}
ul#leftMenu {
    padding: 0;
    position: absolute;
    left: 60px;
    top: 10px;
}
ul#leftMenu > li {
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    border-radius:20px;
    float: left;
}
ul#leftMenu > li.login {
    margin-right: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    border-radius: 4px;
    float: left;
    margin-top: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0,0,0,.1);
}
ul#leftMenu .dropdown.user:before {
  content: "";
  background-color: black;
  background-color: rgba(0, 0, 0, 0.175);
}
ul#leftMenu li a {
  color: #ffffff;
}
.dropdown.user {
  padding: 0 0 0 0px;
  border: 0;
  margin-top: 3px;
  margin-bottom: 0;
}
.dropdown.user > a {
  float: left;
  padding: 10px 0 10px 45px !important;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  display: block;
  position: relative;
}
.dropdown.user > a figure {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d9d8d8;
  background: #d9d8d8
}
.dropdown.user > a figure i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.dropdown.user > a:after {
  font-family: 'iconFont';
  content: '\e907';
  font-size: 18px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  margin: 0;
  line-height: 1;
  margin-top: -2px;
  margin-left: 5px;
  float: right;
}
.dropdown.user.open a:after {
  transform: rotate(180deg);
}
.dropdown.user .dropdown-menu {
  font-size: 14px;
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  background: #ffffff;
  border-radius:4px;
  width: 160px;
  left: 0px !important;
  margin:5px 0 0 0;
  min-width: inherit;
  padding: 0 !important;
}
.dropdown.user .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown.user .dropdown-menu ul li a {
  padding:12px 10px;
    line-height: 1;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #333333 !important;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.dropdown.user .dropdown-menu ul li a i {
  margin-left: 5px;
}
.dropdown.user .dropdown-menu ul li a:hover {
  color: #fff !important;
  background: #be3030;
}
/******** Social ********/
.social{position: relative;text-align: center;overflow: hidden;display: block;width: 100%;background: rgba(0,0,0,.1);margin-top: 15px;padding: 15px 0}
.social .btn_icon{cursor:pointer;display:inline-block;font-size:16px;width:35px;height:35px;line-height:35px;margin:0 1px 0 0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;}
.social .btn_icon span{border-radius:0;display:block;height:0;left:50%;margin:0;position:absolute;top:50%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;width:0}
.social .btn_icon:hover span{width:2.6rem;height:2.6rem;border-radius:2px;margin:-1.3rem}
.social .btn_icon i{background:none;color:white;width:35px;height:35px;left:0;line-height:35px;position:absolute;top:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;z-index:10}
.social .twitter{background-color:#55acee}
.social .facebook{background-color:#3C5A98}
.social .facebook{background-color:#3C5A98}
.social .google{background-color:#DC4E41}
.social .instagram{background-color:#DE376A}
.social .youtube{background-color:#cd201f}
.social .telegram {background-color:#0088cc}
.social .pinterest {background-color:#E60023}
.social .reddit {background-color:#fe4501}
.social .linkedin {background-color:#2867B2}
.social .google span{background-color:#ED6F1A}
.social .facebook span{background-color:#4f6ca8}
.social .twitter span{background-color:#83C3F3}
.social .instagram span{background-color:#EE583F}
.social .pinterest span{background-color:#e82d4a}
.social .youtube span{background-color:#E23E3D}
.social .telegram span{background-color:#1895d4}
.social .telegram reddit{background-color:#fd8255}
.social .telegram linkedin{background-color:#3d8ae6}
.social .btn_icon:hover i{color:white}
/******** HeaderNav ********/
#headerNav {
    background:linear-gradient(#010E44, #02166F)  ; 
    transition: .3s all ease;
    position: relative;
    z-index: 999;
    box-shadow: 0 6px 8px -6px rgba(0, 0, 0, .15); 
    
}
.affix {
    position: fixed !important; 
    width: 100%;
    top: 0 ; 
    z-index: 99993000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
 
@-webkit-keyframes fadeInNav {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeInNav {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInNav {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.affix {
    opacity: 0;
    -webkit-animation: fadeInNav ease-in 1;
    -moz-animation: fadeInNav ease-in 1;
    animation: fadeInNav ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
} 
.nav{
    margin: 0 250px 0 0;
}
#headerNav .container-fluid {
    padding: 0
}
.affix {
    width: 100%;
    top: 0;
    z-index: 3000
}
.navBar .affix {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

#headerNav .arrow_box:after,#headerNav .arrow_box:before{bottom:100%;right:10%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
#headerNav .arrow_box:after{border-color:rgba(133,0,0,0);border-width:2px;margin-left:-2px}
#headerNav .arrow_box:before{border-color:rgba(133,0,0,0);border-bottom-color:#242424;border-width:8px;margin-left:-10x}
#headerNav div.navbar-collapse {
    padding: 0
}
#headerNav .nav-pills>li > a:focus,
#headerNav .nav-pills>li.active>a:focus,
#headerNav .active>a:focus{
     background-color: transparent
}
#headerNav ul.nav>li {
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px 5px;
}
#headerNav ul.nav > li:hover a,#headerNav .current-menu-item a {
    background: rgba(0,0,0,.2);
    border-radius: 5px;
    -webkit-transition: all 3s ease;  
    transition: all .3s ease
}
#headerNav div.navbar-collapse,
#headerNav ul.nav>li {
    float: right;
}
#headerNav ul.nav>li{
    color:#fff;
    text-align:center;
    position:relative;
    margin:0;
}
 
#headerNav ul.nav>li a {
    color:#ffffff;
    padding-left:15px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    display: block;
}
#headerNav ul.nav> li:hover a,#headerNav ul.nav li:hover a::before {
    color: #fff !important
}
#headerNav ul.nav>li>a>span {
    display: block;
    font-size: 12px;
    color: #ccc;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.nav-pills > li > a {
    border-radius: 0
}
#headerNav ul.nav>li:hover a>span {
    color: #888
}
#headerNav .nav ul.dropdown-menu li.divider {
    margin: -1px 0 0 0;
    padding: 0;
    border: 0;
    border-bottom:  1px solid rgba(0, 0, 0, .2)
}
#headerNav .nav li:hover>ul.dropdown-menu {
    padding: 0;
    display: block;
    z-index: 3000;
}
#headerNav  .nav ul.dropdown-menu {
    text-align: right;
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    list-style: none;
    min-width: 200px;
    -webkit-border-radius: 0;
    border-radius: 0;
    right:0;
}
#headerNav  .nav ul.dropdown-menu li {
    position: relative
}
#headerNav  .nav ul.dropdown-menu>li a {
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    border-bottom:1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}
#headerNav  .nav ul.dropdown-menu>li a i.fa {
    margin-right: 4px
}
#headerNav .nav li > ul.dropdown-menu {
    background: #242424;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
}
#headerNav .nav li > ul.dropdown-menu li a {
    font-size: 14px; 
    padding:10px 12px;
    background: #242424;
    color: #fff;
    text-align: right;
}
#headerNav .nav li > ul.dropdown-menu li:hover a {
    background: #010E44;
    color: #fff;
    
}
#headerNav  .nav ul.nav>li.mega-menu div div {
    border: none
}
#headerNav  .nav .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #eaeaea;
    margin-top: 5px;
    margin-right: -10px
}
#headerNav  .nav .dropdown-submenu li:hover> a:after {
    color: #fff !important
}
#headerNav  .nav ul.dropdown-menu li:last-child>a {
    border-bottom: 0;
    border-bottom: 0
}
/*.dropdown-menu>li:hover>a,
.dropdown-menu>li:focus>a {
    color: #fff !important;
    background-color: #333
}*/
#headerNav  .nav ul.dropdown-menu>li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    border: #212121 1px solid;
    -webkit-border-radius: 0;
    border-radius: 0
}
#headerNav button.btn-mobile {
    display: none
}

#headerNav ul.nav>li.mega-menu {
    position: inherit
}
#headerNav ul.nav>li.mega-menu p {
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 13px
}
#headerNav ul.nav>li.mega-menu div.row {
    width: 100%
}
#headerNav ul.nav>li.mega-menu div {
    display: table
}
#headerNav ul.nav>li.mega-menu div div {
    border-left: #eee 1px solid;
    margin-left: -1px;
    display: table-cell;
    vertical-align: top;
    float: none
}
#headerNav ul.nav>li.mega-menu div div:first-child {
    border-left: 0
}
#headerNav ul.nav>li.mega-menu>ul {
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    direction: rtl
}
#headerNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
    margin: 0 15px;
    padding: 15px;
    background-color: #fff;
    border: #eee 1px solid;
    box-shadow: rgba(0, 0, 0, 0.2) 0 6px 12px
}
#headerNav ul.nav>li.mega-menu>ul ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none
}
#headerNav ul.nav>li.mega-menu h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 10px 20px 10px;
    padding: 0
}
#headerNav ul.nav>li.mega-menu>ul li>a {
    border-bottom: 0;
    padding: 6px 10px;
    color: #203040
}
#headerNav ul.nav>li.mega-menu>ul li.active>a,
#headerNav ul.nav>li.mega-menu>ul li:hover>a {
    color: #fff;
    background-color: #203040
}
#headerNav ul.nav>li.mega-menu>ul li.divider {
    border: 0;
    border: rgba(0, 0, 0, 0.01) 1px solid;
    margin: 10px 0
}
#headerNav .nav.dropdown-menu {
    left: 0;
    right: auto
}

.navbar-brand {
    float: right;
    line-height: 20px;
    padding-top: 18px;
}
.navbar-brand a{
    font-weight: bold;
    color: #fff;
    font-size: 28px;
}
#headerNav ul#topMain li a::before{
    display: inline-block; 
    padding-left: 3px;
}

@media only screen and (max-width:992px){
    #headerNav .current-menu-item a{background: none}
    #headerNav ul.nav>li{
        border:none;
        background:#212121 ;
        padding: 0
    }
    #topMain{
        margin:0;
        padding:0
    }
    #topMain>li>a>span {
        display: none !important
    }
    #topMain li {
        display: block;
        text-align: right;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    #topMain>li>a {
        text-align: right;
        border: 0;
        border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
        -webkit-border-radius: 0;
        border-radius: 0;
       
    }
    #headerNav ul.nav > li:hover a{
        background: none;
        border-radius: 0
    }
    #topMain>li:hover,
    #topMain>li:hover>a {
        border-top: 0 !important
    }
    #headerNav ul.nav>li a{
        padding:10px 15px;
        text-align:right;
        font-size: 14px; 
        color: #fff;
    }
    #headerNav ul.nav>li a:focus{
        color: #fff ;
    }
    #headerNav ul.nav>li a:hover{
        color: #fff ;
    }
    #headerNav ul.nav > li:hover{
        border-radius: 0;
    }
    #headerNav ul#topMain li a::before {
        color: #ffffff;
    }
    #headerNav .container{
        padding:0;
        margin:0
    }
    .nav-pills > li,
    #headerNav div.navbar-collapse,
    #headerNav ul.nav > li {
        float: none
    }
    .navbar-collapse {
        max-height: 100%
    }
    
    #headerNav .container {
        padding: 0;
        margin: 0
    }
    #headerNav button.btn-mobile {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent;
        color: #ffffff;
        padding: 2px 5px 0 5px;
        line-height: 15px;
    }
    #headerNav button.btn-mobile i {
        padding: 0;
        margin: 0;
        font-size: 35px
    }
    #headerNav div.nav-main-collapse,
    #headerNav div.nav-main-collapse.in {
        width: 100%;
        margin: 0;
        /*padding-top: 20px;*/
    }
    #headerNav div.nav-main-collapse {
        float: none;
        overflow-x: hidden
    }
    #headerNav div.nav-main-collapse.collapse {
        display: none !important
    }
    #headerNav div.nav-main-collapse.in {
        display: block !important;
    }
    #headerNav div.nav-main-collapse {
        position: relative
    }
    #topMain>li>a>span{
        display:none!important
    }
    #topMain li{
        display:block;
        text-align:right;
        -webkit-border-radius:0;
        border-radius:0
    }
    #topMain>li>a{
        text-align:right;
        border:0;
        border-bottom:rgba(0,0,0,.4) 1px solid;
        -webkit-border-radius:0;
        border-radius:0
    }
    #topMain>li:hover,#topMain>li:hover>a{
        border-top:0!important
    }
    #headerNav li.drodon:hover{
        background:transparent
    }
    #headerNav ul.nav>li.dropdown>ul.dropMenu>li{
        background:#212121
    }
    #headerNav ul#topMain  li:hover{
        background: #010E44
    }
    #headerNav ul#topMain .dropdown-menu li a{
        color: #fff !important;
    }
    #headerNav ul#topMain .dropdown-menu li a:hover{
        color: #fff !important;
    }
    #topMain ul.dropdown-menu{
        position:static;
        clear:both;
        float:none;
        display:none!important;
        border-left:0!important;
        -webkit-box-shadow:none;
        box-shadow:none;
        padding: 0 !important
    }
    #headerNav .nav-main li.resp-active>ul.dropdown-menu{
        display:block!important;
        margin-left:0;
        margin-right:0;
        border:0;
        background:#242424
    }
    #headerNav .nav li>ul.dropdown-menu li a{
        font-size:14px;
    }
    #headerNav .nav-main li.resp-active>ul.dropdown-menu li{
        border-left:0
    }
    #headerNav ul.nav>li.active>a:before,#headerNav ul.nav>li:hover>a:before{
        background-color:transparent;
    }
    #headerNav ul.dropdown-menu>li:hover>ul.dropdown-menu{
        position:static
    }
    #headerNav ul.nav>li.mega-menu>ul.dropdown-menu>li{
        padding:0;
        margin:0;
        border:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
    #headerNav ul.nav>li.mega-menu h3{
        margin-left:8px
    }
    #headerNav ul.nav>li.mega-menu>ul li>a{
        border-bottom:rgba(0,0,0,.1) 1px solid
    }
    #headerNav ul.nav>li.mega-menu div,
    #headerNav ul.nav>li.mega-menu div div {
        border: 0;
        margin-bottom: 30px;
        display: block;
        width: 100%
    }
    #headerNav ul.nav>li.mega-menu div div:last-child {
        margin-bottom: 0
    }
    #headerNav .nav li:hover>ul.dropdown-menu{
        background:0 0
    }
    .navbar-brand{
        padding:15px
    }
    #logo{
        margin: 0 auto;
        text-align: center;
        float: none;
        padding:8px 12px;
    }
   
    .myAccount{display: block !important}
}
/******** Article Signle ********/
.art{
    position: relative;
    overflow: hidden;
    display: block;
    padding:10px 0;
}
.art .art-content{
    position: relative;
    overflow: hidden;
    background: var(--bg-color1);
    border: 1px solid rgba(0,0,0,.1);
    box-shadow:0px 0px 1px rgba(0,0,0,.2);
    padding: 10px ;
    border-radius: 2px;
}

.art .art-content h1.title {
    line-height: 22px;
    font-size: 20px;
    color: var(--red-color);
    padding: 15px 10px;
    margin: 0 0 10px 0 ;
    border-bottom: 1px dashed #3b3939;
}
.art  h1.title2 {
    line-height: 22px;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    background: #be3030;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}
.art .art-content .the_content {
    padding: 0 0 0 10px;
    line-height: 24px;
    display: block;
    position: relative;
    overflow: hidden;
    color: var(--light-color);
    border-radius: 2px
}
.art .art-content .the_content .the_content{
    border: none
}
/*.getMeta{
     margin-bottom: 5px
 }
.getRate span{
    position: relative;
    overflow: hidden;
    color: #C10808;
    padding: 1px 10px;
    font-size:14px;
}
.getRate span.views{
    color: #000;
}

.getRate span:not(:first-child){
    margin-right:5px
}
.getMeta > span ,.getMeta > span > a{
    display:inline-block;
    color:var(--light-color);
    line-height:1;
    font-size:14px
}
.getMeta > span {
    margin:0 4px 0 0 ;
    padding:0  0 0 5px ;
    border-left:1px solid var(--light-color)
}
.getMeta > span > a{color: #fff}
.getMeta > label {font-weight: 500;font-size:14px} 
.getMeta > span:hover a,.getMeta > label {color: var(--red-color)} 
.getMeta > span:last-child{border: none}
.postDesc {
    color: var(--light-color);
    line-height: 22px;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}*/

/************************/
.postRate .rate {
    font-size: 22px !important;
    font-weight: 500;
    border: 2px solid var(--light-color) ;
    border-radius: 10px;
    padding: 0 10px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: var(--yellow-color) ;
}
.postRate .postStar {
    position: relative;
    top: -10px;
}
.postRate i.iconFont-star-full {
    color: var(--yellow-color);
}
.postRate i.iconFont-star-empty {
    color: var(--light-color);
}
.postRate i {
    font-size: 16px;
    margin-left: -3px;
}
/*
.btn-danger {
    background-color: #C82333 !important;
    border-color: #C82333 !important;
}*/
/****************************/
.table-responsive{
    border: 1px solid var(--bg-color2) !important;
    margin-bottom: 10px;
    background: var(--bg-color1)
}
.table>thead>tr>th {
     text-align: center;
    padding: 30px 15px;
    font-size: 18px;
    border-bottom: none;
}
.table>thead:first-child>tr>th:first-child,.table>tbody>tr>td:first-child{
 text-align: right;   
}
.table>thead:first-child>tr:first-child>th {color: #be3030}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
}
.table>tbody>tr>td{
    padding: 30px 15px;
    text-align: center;
    font-size: 16px;
    color: #d2d2d2
}
.table>tbody>tr:nth-child(odd){
   background: var(--bg-color2)
}
/************************/
.art .rate-social ,.art .post-comments{
    position: relative;
    overflow: hidden;
    background: #010E44;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    margin: 10px 0;
    padding: 10px
}
.art .post-comments{
    margin-bottom:0;
    background: #f9f9f9
}

.art .post-comments p{
    margin: 10px;
}
/******** Widgets ********/
.widgets{
    position:relative;
    overflow:hidden;
    margin-bottom:10px;
    border: 1px solid rgba(0,0,0,.1) ;
    background: #ffffff;
    padding: 10px;
    border-radius: 2px;
}
.widgets .content{
    padding:10px;
}
.widgets .widget-title{
    font-size: 16px;
    padding:15px ;
    color: #ffffff;
    background: #010E44;
    border-radius: 2px;
}

.widgets form select{
    margin-top: 10px ;
}
.widgets form select{
    width: 100%;
    padding:8px;
    outline: 0;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    cursor: pointer;
}
.widgets form label{
    display: none !important;
    opacity: 0;
}
 
 
/******** Social Network ********/
.social-network,.social-network2{
    position: relative;
    display: block;
    width: 100%;
    background: rgba(0,0,0,.1);
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
    padding:7px 0 5px 0 ;
    margin:5px 0 10px 0
}
.social-network2{
    margin: 0;
}
.social-network2 span{
    padding-bottom: 5px;
    display: block;
    color: #010E44;
}
/******** Ep List ********/

.epList{
    max-height: 230px;
    overflow-y: auto;
    list-style: none;
    text-align: center;
}
.epList li{
    margin-bottom: 7px;
    background: #010E44;
    width: 48%;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
}
.epList li:hover ,.epList li.active{
    background:linear-gradient(#088a68, #07775a);
}
.epList li:hover a,.epList li.active a{
    color: #ffffff;
}
.epList li a{
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    display: block;
} 
 
/****************************/
.postStream {
    position: relative;
    overflow: hidden;
    z-index: 20;
    padding: 50px 0 0 0;
}
.servList {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 10px auto; 
    display: block;
    z-index: 199;
    text-align: center;
}
.servList li {
    display: inline-block;
    position: relative;
    background-color: #696969;
    color: #fff;
    margin: 5px;
    border-radius: 50px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s ease;
}
 
.servList li i {
    right: 0;
    width: 40px;
    opacity: 0;
    font-size: 32px;
    background-color: #ab670b;
    box-sizing: content-box;
    transition: .3s ease;
    border-radius: 50px;
    display: flex;
    position: absolute;
    height: 100%;
    line-height: 41px;
    justify-content: center;
}
.servList li span {
    padding: 10px 15px;
    display: block;
    min-width: 170px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: .3s ease;
}
.servList li.active span {
    padding: 10px 45px 10px 10px;
}
.servList li.active i{
    opacity: 1
}
.servList li.active,.servList li:hover {
    background-color: #da840e;
}
.postEmbed {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 20;
}
.postEmbed iframe {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%!important;
    z-index: 30;
    overflow: hidden;
    border: none !important;
}
/****************************/
.secContainer{
    position: relative;
    overflow: hidden;
    background: #fafafa;
    width: 100%;
    display: block;
}
.secContainer:nth-child(odd) {
background: #f5f5f5;
}
.secHead {
/*    margin-bottom: 50px;
    background-color: #fff;*/
    position: relative;
    border-top: 10px solid #010E44;
    display: inline-block;
    width: 100%;
}
.secHead .secTitle {
    font-size: 1.3em;
}
.secHead .secTitle, .secHead>h2 {
    position: relative;
    bottom: 27px;
    text-align: center;
}
.secHead>.secTitle>a, 
.secHead>.secTitle>span,
.secHead>h2>a, .secHead>h2>span {
    background-color: #010E44;
    color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    transition: .3s ease;
    position: relative;
    display: inline-block;
}
.secHead .secTitle>a>i, 
.secHead .secTitle>span>i, 
.secHead h2>a>i, 
.secHead h2>span>i {
    padding: 0 10px;
    background: #010E44 linear-gradient(-90deg,#010E44 0,rgba(0,0,0,.15) 100%);
    border-radius: 0 50px 50px 0;
    height: 100%;
    width: 45px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 28px
}
.secHead>.secTitle i+.sec-title, 
.secHead>h2 i+.sec-title {
    margin-right: 55px;
    float: right;
    font-size: 22px;
    font-weight: 700;
}
.secHead .sec-title {
    vertical-align: super;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    line-height: 1;
    padding: 10px;
}
/****************************/
.headTitle{
    line-height: 22px;
    font-size: 20px;
    color: var(--red-color);
    padding: 15px 10px;
    margin: 10px 0;
    border-bottom: 1px dashed #3b3939;
}
.headTitle a{
    color: var(--red-color);
}
.head-title {
    margin: 10px 0 0 0;
    position: relative;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    
}
.head-title h1,.head-title h3 {
    color: #ffffff;
    margin: 0 auto !important;
    text-align: center;
    font-size: 15px;
    padding: 12px 70px 12px 30px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    
}
.head-title h1 a,.head-title h3 a {
    color: #fff !important;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background:transparent}
.navigation{position: relative;clear: both;overflow: hidden;display: block;text-align: center;padding:0;margin:0;width: 100%;}
.page-numbers{display:inline-block;margin:0 2px 0 0;line-height:1;border-radius:2px}
ul.page-numbers li{position: relative;overflow: hidden;display: inline-block;background: var(--red-color_);color: #fff;font-size: 16px;margin-left: 2px;margin-right: 2px;height: 40px;min-width: 40px;border-radius: 4px;line-height: 35px;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.32);}
.navigation li > span.page-numbers.current{background: #383838;color:#ffffff;display: block;top: 0;left: 0;line-height: 38px;padding: 0px 10px;margin: 0;height: 100%;}
.navigation li a{font-family:sans-serif;font-size: 14px;color:#ffffff;font-weight: bold;display: block;line-height: 100%;padding: 12px 10px 3px;}
footer{position: relative;overflow: hidden;background:#424242 ;width:100%;z-index: 99;}

footer .text-center{padding-top:10px}
footer .copyRight,footer .site-name{display:block;line-height:30px;padding: 5px 10px;text-align: center}
footer a,footer span{font-size:15px;color:#fff}
.footer{background:#010E44} 
/************************/
.footerBox {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#menuFooter{
    padding-top: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative; 
}
.menu-footer-container{
    position: relative;
    padding:20px;
    display: inline-block;
}

#menu-footer  li{
    display: inline-block;
    margin-left: 5px;
}
#menu-footer li a {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
  
}
#menu-footer  li a i{
    padding-left: 5px
}
#menu-footer li:hover a{
    color: #fff !important;;
    background: #424242;
   
}
.footer-logo{
    display: inline-block;
    float: left;
    padding-left: 20px;
    text-align: left;
}
.alert-info{background-color: #f5f5f5;border-color: rgba(0,0,0,.1);margin-top: 20px;padding: 20px;}
.alert-info h1{font-size: 16px;padding-bottom: 20px;color:var(--red-color);font-weight: 700 }
.alert-info h2{font-size: 14px;color:#000 ;}
 

/******** ظچSection Page ********/
.secCon {
    position: relative;
    overflow: hidden;
    display: block;
    padding:10px 20px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    background: var(--bg-white);
}
/******** Recaptcha ********/
.recaptcha{
    margin-top: 10px;
}


@media (min-width: 768px) {
    .containers.container{width:100% !important}
}
@media (min-width: 992px) {
    .containers.container{width:100% !important}
}

@media (min-width: 1200px) {
    .containers.container{max-width:1250px !important }
    .containers-.container-fluid {margin-left: 20px;margin-right: 20px;}
}
.col-lg-4th,.col-md-4th,.col-sm-4th,.col-xs-4th{position:relative;min-height:1px;padding-right:8px;padding-left:8px;width:25%;float:right}
@media (min-width:768px){.col-sm-4th{width:25%;float:right}}
@media (min-width:992px){.col-md-4th{width:33.3%;float:right}}
@media (min-width:1200px){.col-lg-4th{width:25%;float:right}}
@media (min-width:1300px){.col-lg-4th{width:25%;float:right}}
@media (min-width:1400px){.col-lg-4th{width:25%;float:right}}
@media (min-width:1600px){.col-lg-4th{width:25%;float:right}}
@media only screen and (max-width:992px){.col-md-4th{width:100%;right:none;display:block}.col-md-4th.col-sm-4th{width:33.3%;float:right}}
@media only screen and (max-width:769px){.col-md-4th.col-sm-4th{width:50%;display:block}}
@media only screen and (max-width:580px){.col-md-4th.col-sm-4th{width:50%;display:block}} 
@media only screen and (max-width:480px){.col-md-4th.col-sm-4th{width:50%;display:block;padding-right:2.5px;padding-left:2.5px;}} 
.col-lg-5th,.col-md-5th,.col-sm-5th,.col-xs-5th{position:relative;min-height:1px;padding-right:10px;padding-left:10px;width:16.6%;float:right}
@media (min-width:768px){.col-sm-5th{width:25%;float:right}}
@media (min-width:992px){.col-md-5th{width:25%;float:right}}
@media (min-width:1200px){.col-lg-5th{width:20%;float:right}}
@media (min-width:1300px){.col-lg-5th{width:20%;float:right}}
@media (min-width:1400px){.col-lg-5th{width:20%;float:right}}
@media (min-width:1600px){.col-lg-5th{width:20%;float:right}}
@media only screen and (max-width:992px){.col-md-5th{width:100%;right:none;display:block}.col-md-5th.col-sm-5th{width:33.3%;float:right}}
@media only screen and (max-width:769px){.col-md-5th.col-sm-5th{width:33.3%;display:block}}
@media only screen and (max-width:580px){.col-md-5th.col-sm-5th{width:50%;display:block}} 
@media only screen and (max-width:480px){.col-md-5th.col-sm-5th{width:50%;display:block;padding-right:2.5px;padding-left:2.5px;}} 
.col-lg-6th,.col-md-6th,.col-sm-6th,.col-xs-6th{position:relative;min-height:1px;padding-right:6px;padding-left:6px;width:16.6%;float:right;}
@media (min-width:768px){.col-sm-6th{width:25%;float:right}}
@media (min-width:992px){.col-md-6th{width:20%;float:right}}
@media (min-width:1200px){.col-lg-6th{width:16.6%;float:right}}
@media (min-width:1300px){.col-lg-6th{width:16.6%;float:right}}
@media (min-width:1400px){.col-lg-6th{width:16.6%;float:right}}
@media (min-width:1600px){.col-lg-6th{width:16.6%;float:right}}
@media only screen and (max-width:992px){.col-md-6th{width:100%;right:none;display:block}.col-md-6th.col-sm-6th{width:25%;float:right}}
@media only screen and (max-width:769px){.col-md-6th.col-sm-6th{width:33.3%;display:block}}
@media only screen and (max-width:580px){.col-md-6th.col-sm-6th{width:33.3%;display:block}} 
@media only screen and (max-width:480px){.col-md-6th.col-sm-6th{width:50%;display:block;padding-right:2.5px;padding-left:2.5px;}} 
.col-lg-7th,.col-md-7th,.col-sm-7th,.col-xs-7th{position:relative;min-height:1px;padding-right:4px;padding-left:4px;width:14.2%;float:right;}
@media (min-width:768px){.col-sm-7th{width:25%;float:right}}
@media (min-width:992px){.col-md-7th{width:16.6%;float:right}}
@media (min-width:1200px){.col-lg-7th{width:14.2%;float:right}}
@media (min-width:1300px){.col-lg-7th{width:14.2%;float:right}}
@media (min-width:1400px){.col-lg-7th{width:14.2%;float:right}}
@media (min-width:1600px){.col-lg-7th{width:14.2%;float:right}}
@media only screen and (max-width:992px){.col-md-7th{width:100%;right:none;display:block}.col-md-7th.col-sm-7th{width:20%;float:right}}
@media only screen and (max-width:769px){.col-md-7th.col-sm-7th{width:25%;display:block}}
@media only screen and (max-width:580px){.col-md-7th.col-sm-7th{width:33.3%;display:block}} 
@media only screen and (max-width:480px){.col-md-7th.col-sm-7th{width:50%;display:block;padding-right:2.5px;padding-left:2.5px;}} 
@media screen and (min-width: 1900px){
    .postEp .poster {
        height: 240px;
        max-height: 240px;
    }
}
@media screen and (min-width:2220px){
    .postEp .poster {
        height: 290px;
        max-height: 290px;
    }
}
@media screen and (min-width:2688px){
    .postEp .poster {
        height: 340px;
        max-height: 340px;
    }
}

@media (min-width:1200px){
    .p-0{padding: 0 !important}
    .pr0{padding-right: 0 !important}
    .pl0{padding-left: 0 !important}
     #trailerPopUp iframe{height: 460px}
     
}

@media only screen and (max-width: 992px) { 
    .colRight{display: none}
    .colCenter{width: 100%;}
    .colLeft{display: none}
    .forem-search{margin-left: 0;}
    .forem-search .btn-primary{width: 48%;margin-right:0px;margin-top: 0px;height: 35px;} 
    .postlist li {width: 100%;}
    .sec-menu{margin: 13px 15px 0 30px;}
/*    .singleSeries .cover{width: 100%}
    .singleSeries .cover .img:after{background:linear-gradient(162deg, #00000094, #150101);}
    .singleSeries .info{max-width: 100%}*/
.single_main_info {
width: 100%;
}
    
} 
@media only screen and (max-width: 892px){  
    .head-title-left{
        position: relative;
        z-index: 3;
        left: auto;
        top: auto;
        text-align: center;
        padding-top: 10px;
    }
    .head-title-left li {width: 48%;margin-bottom: 5px;float: none}
     .menu-footer-container {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-logo {
        display: block;
        float: none;
        padding-left: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 768px){ 
    #inSlide .slideContent p{max-width: 90%}
    .art .art-content {text-align: center;}
    .boxes-popup{width:500px;background:#f1f1f1;border-radius:4px;margin:0 auto}
    .trailerPopUp .popup-content{padding:5px;height:320px} 
    .box-title a{float: none;text-align: center;} 
    footer .pull-left,footer .pull-right{float:none !important;text-align:center;clear:both}
    footer .pull-right{margin-bottom: 20px}
    footer a{text-align:center;font-size:14px}  
    #headerNav div.nav-main-collapse, #headerNav div.nav-main-collapse.in{margin:0;padding-top: 0px;} 
    .getEmbed{height:420px}
    .listInfo a {text-align: center;float: none;margin-left: 0;}
    .listInfo{text-align: center;}
    .btn_icon{float: none;}    
    .sec-info{display: block;width: 100%;float: none}
    .sec-info::after{min-width: 100%;transform: skew(0);-webkit-transform: skew(0);}
    .sec-menu {margin: 0 auto;display: block;width: 100%;float: none}
    .breaking span{padding: 13px 15px 5px 15px;text-align: center;display: block;}
     .social {text-align: center;display: block;padding-bottom: 5px;}
    #menu-footer{text-align: center;margin: 0 auto;display: block;width: 100%;}
    #menu-footer li{float: none;}
    .bottWatch a{padding: 20px}
    .bottWatch i{display: none;}
    .poster img {
        border-radius: 4px;
        display: table;
        margin: 0 auto;
        height: 320px;
        width: 260px;
    }
    .single_main_content .poster {
        display: none;
    }
    .single_cover {
        width: 100%;
       margin-top:-120px
    }
    .single_buttons, .single_main_content {
        text-align: center;
        display: inline-block;
    }
    .single_main {
        align-items: flex-end;
        align-content: flex-end;
        padding: 10px;
        min-height: calc(100vh - 60px);
    }
    .single_main_content {
        margin: 0;
        bottom: 0;
    }
    .single_main_content .single_tax, .single_main_content .duration, .single_main_content .date {
        margin-bottom: 10px;
    }
    .single_main_content .single_tax {
        justify-content: center;
    }
    .single_buttons {
        position: relative;
    }
    .single_buttons, .single_main_content {
        text-align: center;
        display: inline-block;
    }
    .single_buttons a,.single_buttons button {
        float: unset;
        font-size: 20px;
        min-width: 190px;
    }
    .epNum {
        height: 64px;
        width: 64px;
        margin: 3px;
    }
    .epNum > em{
        font-size: 12px;
    }
    .epNum > span{
        font-size: 22px
    }
    .servList li{
        width: 47%;
    }
    .singleAlert, .singleAlert span {width: 100%;}
}
@media only screen and (max-width: 668px){  
    .block-post{margin-bottom:10px}
    .ribbon,.episodeNum, .seasonName{font-size: 11px;padding: 2px 5px;}
    .block-post .title{font-size: 12px;padding: 6px 9px}
    .postEp .poster{height: 100px;max-height: 100px;}
/*    .singleSeries .info h1{font-size: 20px;padding-bottom: 0;font-weight: normal}
   .singleSeries .info .story{font-size: 14px;line-height: 22px;}
    .singleSeries .tax a{font-size: 13px;}*/
}
@media screen and (max-width: 580px){ 
    .forem-search .btn-primary{width: 100%;margin-left:0px;margin-top: 0;}
    .box-title h3, .box-title span{font-size: 16px;}
    boxes-popup{width:350px;background:#f1f1f1;border-radius:4px;margin:0 auto}
    .getEmbed{height:300px}
    .the-tags{display: none;}
    .box-title h3, .box-title span, .box-title h5{font-size: 13px;}
     boxes-popup{width:350px;background:#f1f1f1;border-radius:4px;margin:0 auto}
    .isLogin{display: none;}
    .dropdown.user > a:after{top: -100px}
   .dropdown.user > a{padding-left: 0 !important;}
    .listSeasons li.active:after{display: none}
    .sharethis span{display: none}
}
@media only screen and (min-width: 220px) and (max-width: 480px){
    .trailerPopUp .popup-content{padding:5px;height:200px}
    .wrap-btn .button.btn-downloads,.wrap-btn .button.btn-servers{width: 100%;text-align: center;float: none;margin-left: 0 !important;}
    .con_search input[type="submit"] {height: 50px;font-size: 14px;padding: 6px 10px;}
    footer a{font-size:13px;text-align:center}
    #breadcrumbs{display: none;}
    .boxes-popup{width:250px;background:#f1f1f1;border-radius:4px;margin:0 auto}
    ul.page-numbers li{margin-left: 0px;margin-right: 2px;height: 35px;min-width: 35px;border-radius: 4px;line-height: 30px;}
     .single_buttons a,.single_buttons button{font-size: 16px;min-width:156px}
} 
@-webkit-keyframes loading{0%{border:0 solid rgba(255,255,255,.8);}20%{border:4px solid rgba(255,255,255,.8);width:0%;height:0%}100%{border:4px solid rgba(255,255,255,.8);width:100%;height:100%}}
@keyframes loading{0%{border:0 solid rgba(255,255,255,.8);}20%{border:4px solid rgba(255,255,255,.8);width:0%;height:0%}100%{border:4px solid rgba(255,255,255,.8);width:100%;height:100%}}
@-webkit-keyframes pulse {0% {-moz-transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}70% {-moz-transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);}100% {-moz-transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}}