/* ==========================================================================
   VODU فودو
   ========================================================================== */

* {
    font-family: 'Share', cursive;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.vjs-modal-dialog-content select { color: #000}
.copyright { font-family: 'Segoe UI', 'Helvetica', 'Calibri' }
.copyright a { color:#4C9BDD; text-decoration: none;  }
.prod {display: flex; flex-direction: row; align-content: center; flex-wrap: wrap;;}
.prod div { margin: 20px; }
.prod div img { border-radius: 5px; width: 240px; height: 240px;  transition: all ease-in-out 0.2s}
.prod div a:hover img { transform:scale(1.1,1.1); }
.requestitem { border-radius: 5px; 
background: #383838;
margin-top: 5px;
background: -moz-linear-gradient(top, #383838 0%, #232323 100%);
background: -webkit-linear-gradient(top, #383838 0%,#232323 100%);
background: linear-gradient(to bottom, #383838 0%,#232323 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#232323',GradientType=0 );
 padding: 10px; }
 .minposter { margin-top: 10px; margin-left: auto; margin-right: auto; }
.requestitem h4 { color:#9c9c9c; }
.requestitem h6 { color:#9f9f9f; }
.requestitem .finallink { color: #fff; }
/*
.requestitem .statustext { text-align: center; font-size: 20px; font-weight: bold;  }

.requestitem .circular { margin-top: 20px; border-radius: 180px; width: 180px; height: 180px; text-align: center; }

.requestitem .circular i {  padding-top: 20px; font-size: 100px; }
*/
.requestitem .circular { margin-top: 20px; border-radius: 90px; width: 90px; height: 90px; text-align: center; }

.requestitem .circular i {  padding-top: 5px; font-size: 70px; }

.requestitem .statustext { margin-top: 20px; text-align: center; font-size: 20px; font-weight: bold;  }



.requestitem .pendingtext { color:#ED9810; text-transform: capitalize;}
.requestitem .donetext { color:#51B500; text-transform: capitalize;}
.requestitem .done { 
    border: 2px solid #51B500; 
    box-shadow: 0px 5px 5px 0px rgba(81,181,0,0.2);
}
.requestitem .pending { 
    border: 2px solid #ED9810; 
    box-shadow: 0px 5px 5px 0px rgba(214,143,0,0.2);
}
.userrequests { margin-top: 5px; margin-bottom: 5px; }
.requestdiv { border-radius: 5px; background-color: #2D2D2D; padding: 10px; }
.requestdiv .form-group label { color: #f3f3f3; }
.seen { box-shadow: 0px 2px 0px -3px rgba(0,0,0,1);

 opacity: 0.8; float: left; width: 20px ; height: 20px; position: relative; background-color:#24a9e0; border-radius: 10px;     top: 5px; margin-left: 10px; }
.seen i { color :#ffffff; font-size: 8px; top: -2px; position: relative;}
.seen:hover { opacity: 1 } 
.listfav { box-shadow: 0px 2px 0px -3px rgba(0,0,0,1);

 opacity: 0.8; float: right; width: 20px ; height: 20px; position: relative; background-color:#24a9e0; border-radius: 10px;    top: 5px; margin-right: 10px  }
.listfav i { color :#ffffff; font-size: 8px; top: -2px; position: relative;}
.listfav:hover { opacity: 1 } 

.topcont { position: absolute; width: 130px; }
.chip {
    display: inline-block;
    padding: 0 25px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 25px;
    cursor: pointer;
    color:#fff;
    background-color: rgba(255,255,255,0.5);
    margin: 4px;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.gselected {
    background-color: #4CA1D4;
}
.comments {
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 5px;
}


/* .ads1 img { width: 360px; height:386px; }
.ads3 img { width: 270px; height:590px; }
.ads2 img { width: 1120px; height:180px; }*/

h7 {
    color: #f3f3f3;
    font-size: 20px;
}

.mysettings label {
    color: #f2f2f2;
}


/* centered columns styles */

body {
    background-color: black;
    overflow-x: hidden;
}

.row-centered {
    text-align: center;
    margin-top: 10%;
}

.fb-like {
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 5px;
    padding: 10px;
    width: 270px;
}

footer {
    background-color: #2f2f2f;
    margin-top: 20px;
    /*height: 60px;*/
}

footer .container {
    background-color: #2f2f2f;
    color: #f3f3f3;
    text-align: center;
    padding-top: 20px;
}

.modal-header {
    background-color: rgb(20, 20, 20);
    color: #fff;
}

.modal-header .close {
    font-size: 29px;
    opacity: 1;
    color: #fff;
    width: 32px;
    height: 32px;
    border: 1px solid #e20000;
    border-radius: 4px;
    background: #cc2626;
    background: -moz-linear-gradient(top, #cc2626 0%, #cc0000 100%);
    background: -webkit-linear-gradient(top, #cc2626 0%, #cc0000 100%);
    background: linear-gradient(to bottom, #cc2626 0%, #cc0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc2626', endColorstr='#cc0000', GradientType=0);
}

.modal-header .close:hover {
    background: #ad2020;
    background: -moz-linear-gradient(top, #ad2020 0%, #8e0000 100%);
    background: -webkit-linear-gradient(top, #ad2020 0%, #8e0000 100%);
    background: linear-gradient(to bottom, #ad2020 0%, #8e0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ad2020', endColorstr='#8e0000', GradientType=0);
}

.episodes {
    list-style: none;
    margin: 0;
    padding: 0
}

.episodeitem {
    color: #ffffff;
    border-bottom: 1px dotted rgba(167, 167, 167, 0.6);
    min-height: 50px;

}

.episodeitem:hover {
    background-color: rgba(255, 255, 255, 0.17);
}

.episodeitem > div { padding: 10px; padding-top: 14px;}
.tabsx {
    background-color: #a7a7a7;
    color: #fff;
}

.tabsx a {
    color: #fff;
}

.tabsx:hover a,
.tabsx:active a,
.tabsx:focus a {
    color: #000;
}

.episodes li {}

.screenshots ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.screenshots ul li {
    display: inline;
    float: left;
    margin-right: 3px;
}

.screenshots ul li img {
    max-height: 80px;
    max-width: 320px;
}

.screenshots ul li .img-thumbnail {
    background-color: rgba(0, 0, 0, 0.21);
    border: 1px solid #2e2e2e;
}

.page-container {
    min-height: 740px;
}

header {
    height: 80px;
}

.container {
    background-color: rgba(0, 0, 0, 0.66);
}

#header-logo .img-responsive {}

h1 {
    color: #f3f3f3;
}

h2 {
    color: #f3f3f3;
}

h3 {
    color: #f3f3f3;
}

h4 {
    color: #f3f3f3;
}

h5 {
    color: #f3f3f3;
}

h7 {
    color: #e0e0e0;
    font-size: 16px;
    padding-bottom: 10px;
}

.searchtable {
    color: #f3f3f3;
}

.searchtable .tt {
    padding-left: 20px;
    padding-top: 10px;
}

#myhomebg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 60px;
    left: 0;
}

.postcontent h1 {
    color: #f3f3f3;
}

.postcontent h3 {
    color: #eaeaea;
    margin-top: 8px;
    margin-bottom: 8px;
}

.postcontent h4 {
    color: #bfbfbf;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: lighter;
}

.postcontent h3 span {
    color: #0988c1;
}

.preview {
    max-width: 180px;
    max-height: 120px;
}

.footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.97);
    bottom: 0px;
    border-top: 1px solid rgba(70, 70, 70, 0.9)
}

footer p {
    padding-left: 10px;
    padding-top: 4px;
}

.deleteimg {
    position: relative;
    font-family: Tahoma;
    top: 20px;
    right: 10px;
    border-radius: 40px;
    height: 30px;
    width: 30px;
    color: #FFF;
    display: block;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    background-color: #C00;
    border: 1px solid #fff
}

.deleteimg:hover {
    background-color: rgba(255, 0, 0, 0.8);
    color: #FFF;
    text-decoration: none;
}

.text-shadow {
    text-shadow: 0px 2px 0px #000;
}

.sendcommentx {
    height: 26px;
    line-height: 26px;
    width: 100%;
    display: block;
    margin: 0px auto;
}

.usertable td {
    padding: 6px;
}

.lik i.glyphicon {
    display: inline;
    font-size: 1.125em;
    cursor: pointer;
}

.lik i.glyphicon-thumbs-up {
    color: #1abc9c;
}

.lik i.glyphicon-thumbs-down {
    color: #e74c3c;
    padding-left: 5px;
}

.lik div {
    width: 15px;
    display: inline;
    font: 300 normal 1.125em Arial, Verdana, sans-serif;
    color: #a6b9cc;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
}

#comment {
    opacity: 0.8;
    font-family: "Segoe UI", 'Tahoma';
}

#comment:focus {
    opacity: 1;
}

.main-container {}

.navigator-container {
    background: rgb(45, 45, 45);
    background: -moz-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 44%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45, 45, 45, 1)), color-stop(44%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 44%);
    background: -o-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 44%);
    background: -ms-linear-gradient(top, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 44%);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 44%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000', GradientType=0);
    height: 60px;
}

#filter {
    background: rgb(17, 17, 17);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17, 17, 17, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000', GradientType=0);
    line-height: 40px;
    height: 40px;
}

.ms-info a:hover,
.ms-info a:active {
    text-decoration: none;
    color: #f3f3f3
}


/* ADDED for centering navbar items */

.navbar .inner-nav ul {
    position: relative;
    left: 50%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    height: 60px;
}


/* ADDED for centering navbar items */

.navbar .inner-nav li {
    position: relative;
    right: 50%;
    float: left;
    margin: 0;
    list-style: none;
    height: 60px;
    font-weight: bold;
}

.navbar .inner-nav li a {
    transition: all ease-in 0.1s;
}

.navbar .inner-nav li a:hover {
    background: rgb(5, 5, 5);
    background: -moz-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 5, 5, 1)), color-stop(100%, rgba(33, 33, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: -o-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: -ms-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#212121', GradientType=0);
    height: 60px;
    color: aliceblue;
    border-bottom: 2px solid #103d6c;
}

.navbar .inner-nav li a:active {
    background: rgb(5, 5, 5);
    background: -moz-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 5, 5, 1)), color-stop(100%, rgba(33, 33, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: -o-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: -ms-linear-gradient(top, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(5, 5, 5, 1) 0%, rgba(33, 33, 33, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#212121', GradientType=0);
    height: 60px;
    color: #4693d6;
    border-bottom: 2px solid #1b65b2;
}

.navbar .nav .active {
    border-bottom: 2px solid #1d5fa2;
    height: 60px;
}

.navbar .nav .active a {
    color: #f3f3f3;
    height: 60px;
}

#bgcont {
    border-top: 1px solid rgba(103, 103, 103, 0.73);
    background-image: url(../img/crackle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}

.background-home {
    width: 100%;
    height: 100%;
}

.welcome {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.72);
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    font-size: 24px;
    box-shadow: 0px 7px 33px 0px rgba(0, 0, 0, 0.75);
}

#headtext {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#headp {
    font-size: 14px;
    color: #e6e6e6;
    text-align: left;
}

.myfiles {
    color: #f3f3f3;
    border-bottom: 1px solid #f3f3f3
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: rgb(252, 252, 252);
}
.alttitle {font-size: 13px;color: #f3f3f3 }
.cattitle {
    font-size: 26px;
}

.postbody {
    font-size: 18px;
    color: #bcbcbc
}

.download {
    width: 99%;
    margin: 10px;
    background-color: rgba(36, 36, 36, 0.71);
    border-radius: 5px;
    padding: 2px;
    color: aliceblue;
}

.download:hover {
    background-color: rgba(82, 82, 82, 0.71);
    color: rgb(252, 252, 252)
}

.addbox {
    float: right;
    margin-right: 20px;
}

.item-title {
    font-weight: 400;
    color: rgb(252, 252, 252);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 260px;
    margin-left: 10px;
    text-decoration: none;
}

.cat-title {
    font-weight: lighter;
    color: darkgray
}

.mythumb {
    border: 2px solid #000;
    padding: 0;
    margin: 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
    min-width: 290px;
}

.mysmall {
    border: 2px solid rgb(46, 46, 46);
    padding: 2px;
    background-color: none;
    max-height: 80px;
    max-width: 80px;
}

.hits i {
    margin-left: 15px;
}

.imdb {
    color: aliceblue
}

.addbox {
    color: aliceblue;
}


/* Comments */

.thumbnail {
    padding: 0px;
}

.panel {
    position: relative;
}

.panel>.panel-heading:after,
.panel>.panel-heading:before {
    position: absolute;
    top: 11px;
    left: -16px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

.panel>.panel-heading:after {
    border-width: 7px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px;
}

.panel>.panel-heading:before {
    border-right-color: #ddd;
    border-width: 8px;
}

.capt li {
    text-transform: uppercase;
}

.error {
    color: #bc2c2c;
    background-color: rgba(212, 4, 4, 0.11);
    border: 1px solid #bc2c2c;
    padding: 10px;
    border-radius: 3px;
}

.itemx {
    width: 140px;
    margin-left: 2px;
    margin-right: 2px;
}

.myitem {
    max-width: 135px;
    text-align: center;
    overflow: hidden;
    height: 260px;
}

.myitem img {
    height: 190px;
    width: 130px;
    border-radius: 2px;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid transparent;
}

.myitem .mytitle {
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    max-width: 130px;
}

.myitem a {
    text-decoration: none;
    color: #fff;
}

.myitem:hover img {
    box-shadow: 0px 0px 19px 0px rgba(29, 156, 224, 1);
    border: 1px solid #0e9ad8;
}

.header {
    background-color: #171717;
}

.mylogo {}

.myheader {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mybox {
    padding-top: 6px
}

.mymenu {
    float: right;
    z-index: 999;
    position: relative;
}

.mymenu>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    direction: rtl;
    margin-top: 20px;
}

.mymenu>ul>li {
    display: inline;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    border-bottom: 2px solid #717171;
    padding-left: 10px;
    padding-right: 10px;
}

.mymenu>ul>li a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.mymenu>ul>li a:hover {
    text-decoration: none;
    color: #3aa3e5;
}

.mymenu>ul>li a:hover < li {
    border-color: #00aceb
}

.myhome {
    padding: 0;
    margin: 0;
    list-style: none;
}

.myhome li {
    display: inline;
    float: left;
    margin: 5px;
}

.myhome li a {
    text-align: center;
}

.mytopbar {
    background-color: rgb(47, 47, 47);
    height: 46px;
    border-bottom: 2px solid #4b99f4;
    padding: 0px;
}
.dropdown-menu {
    background-color: rgba(113, 113, 113, 0.88);
}



.loading {
    background-color: #000;
    min-height: 500px;
    padding-top: 200px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.e404 {
    font-size: 190px;
    text-shadow: 0px 3px 0px rgb(31, 31, 31);
    color: #404040;
    padding: 0;
    margin: 0;
}

.error404 {
    font-size: 50px;
    font-family: 'Calibri';
    color: #343434;
    letter-spacing: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: -60px;
    text-transform: uppercase;
    padding-left: 30px;
}

.jw-rightclick .jw-featured {
    display: none;
}

.tabscontent > div {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs li.active a {
    pointer-events: none;
}

.customtabs .nav-tabs>li { margin-bottom: 0px;}
.chatbook { margin-top: 5px; }
@media screen and (max-width: 768px) {
    .chatbook { margin-top: 55px; }
}
.slick-dotted.slick-slider{
    margin-bottom:0 !important;
}
.slick-dots{
    display: none !important;
}