@font-face {
    font-family: 'Font';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

/* Index page  */
.name{
    background-color: #5AB55E;
    padding: 10px 0px!important;
    font-size: 17px!important;
    color: #fff;
}
.name a:hover {
    color: #000!important;
}
.pm-section-head .btn-group .btn.slick-arrow{
    background-color: #111c3a;
    color: #fff;
}
.pm-section-head .btn-group{
    left: 10px!important;
    top: 10px;
}
.link-cat, .link-cat:hover, .link-cat:focus, .link-cat:active{
    color: #fff;
    padding: 15px;
    outline: 0;
}
.padding-rl5 {
    padding: 0 10px 0 10px;
}

/* for slider */
.div-only-desktop {
    display: block;
}

/* Start catogry in footer */

.catfoot {
    margin-top: 10px;
    text-align: center;
	list-style: none;
}

.catfoot > li {
    width: auto;
    min-width: auto;
    min-width: 150px;
    display: inline-block;
    background: #6d7379;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    margin-bottom: 6px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.catfoot li a{
    color: #fff;
}

.catfoot li:hover{
	background: #5AB55E;
	cursor: pointer;
}

.catfoot li:hover a{
	/* color: #fff; */
}

.container-footer .copyright {
    font-size: 14px;
    text-align: left;
}

.container-footer .copyright i {
    color: red;
}

.container-footer .copyright a {
    color: #ffcc00;
	text-decoration: none;
}
@media only screen and (max-width: 992px) {
	.container-footer footer .row-footer-horizontal {
		text-align: center;
	}
}

/* End catogry in footer */
@media screen and (max-width: 849px) {

.div-only-desktop {
    display:none;
}

}

.thumbnail .caption h3 {
	overflow: hidden
}

#pm-servers ul.WatchList {
    list-style: none;
    padding: 0;
    text-align: right;
    direction: rtl;
	display: inline-block;
    margin: 0;
}

#pm-servers ul.WatchList li {
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    min-width: 100px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    margin: 5px;
    overflow: hidden;
    float: right;
    position: relative;
    border-radius: 50px;
}

#pm-servers ul.WatchList li:hover {
    background-color: #5AB55E;
}

#pm-servers ul.WatchList li a {
    color: #fff;
    width: 100%;
    height: 30px;
    display: block;
    text-decoration: none;
}

#pm-servers ul.WatchList li a span {
    float: right;
    height: 100%;
    background: #5AB55E;
    box-shadow: 0px 0px 6px #001d3b;
    padding: 0px 8px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border-radius: 50px;
}

#pm-servers ul.WatchList li a i {
    vertical-align: sub;
}

#pm-servers ul.WatchList li a i.fa-eye {
    display: none;
}

#pm-servers ul.WatchList li a strong {
    vertical-align: sub;
    padding: 0px 15px;
    color: #000;
}

#pm-servers ul.WatchList li:hover a span {
    margin-right: -35px;
    border: 0;
    box-shadow: none;
    border-radius: 20px 0 0 20px;
}

#pm-servers ul.WatchList li.active {
    background-color: #5AB55E;
}

#pm-servers ul.WatchList li.active a span {
    background: #ffffff;
    color: #000;
}

#pm-servers ul.WatchList li.active a i.fa-play {
    display: none;
}

#pm-servers ul.WatchList li.active a i.fa-eye {
    display: inline-block;
}

#pm-download .downloadlist {
    list-style: none;
    padding: 0;
    text-align: right;
    direction: rtl;
    display: inline-block;
    margin: 0;
}

#pm-download .downloadlist li {
    display: inline-block;
    background-color: #32333a;
    text-align: center;
    min-width: 100px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    margin: 5px;
    overflow: hidden;
    float: right;
    border-radius: 5px;
}

#pm-download .downloadlist li a {
    color: #fff;
    width: 100%;
    height: 30px;
    display: block;
    text-decoration: none;
}

#pm-download .downloadlist li a span {
    float: right;
    height: 100%;
    background: #5AB55E;
    box-shadow: 0px 0px 6px #001d3b;
    padding: 0px 6px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    border-radius: 0 5px 5px 0;
}

#pm-download .downloadlist li a i {
    vertical-align: sub;
}

#pm-download .downloadlist li a strong {
    vertical-align: sub;
    padding: 0px 5px;
}

#pm-download .downloadlist li:hover {
    background-color: #5AB55E;
}

#pm-download .downloadlist li:hover a span {
    margin-right: -25px;
    border: 0;
    box-shadow: none;
}

.download-sec {
    /* padding-top: 10px!important; */
    padding-bottom: 10px!important;
    text-align: center;
}

.download-sec h4 {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #636363;
    color: #fff;
}

.pm-video-info-contents .info-content span:nth-child(2) {
    color: #5AB55E;
}

.pm-video-info-contents .info-content span {
    font-size: 14px;
    font-weight: bold;
}

.info-content.pm-video-genres span {
    display: inline-block;
}

.video-genres-data {
    display: inline-block;
    color: #5AB55E;
}

.video-genres-data span:after {
    content: "\A";
    margin-right: 5px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #000;
    display: inline-block;
    vertical-align: baseline;
}

.pm-video-info-contents .info-content {
    padding: 5px 0;
}

.pm-video-info-contents {
    padding: 15px;
}

.info-content span a {
    color: #5AB55E;
}

.brooks_serie-sec ul li {
    background-color: #2874c5;
    float: right;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 15px;
    color: #f0f8ff;
    list-style: none;
    margin: 0 0 0 5px;
    border: 5px solid #fbfbfb;
}

.brooks_serie-sec ul li.active {
    background-color: #3496ff;
    border: 5px solid #efefef;
}

.brooks_serie-sec ul {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #fbfbfb;
    padding: 0;
    margin: 0;
    border: 0;
    float: right;
}

.brooks_serie-sec .SeasonsEpisodes a {
    background-color: #888;
    padding: 2px 10px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    min-width: 90px;
    text-align: center;
}

.brooks_serie-sec .SeasonsEpisodes a.active {
    background-color: #249d57;
}

.brooks_serie-sec .SeasonsEpisodes a em {
    background-color: #35ce75;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    margin-left: -10px;
    font-weight: 700;
    margin-bottom: -1px;
    margin-top: -1px;
    font-size: 12px;
    font-style: unset;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.30);
    left: 0;
    float: left;
}

.brooks_serie-sec .SeasonsEpisodes a:hover {
    background-color: #2cb365;
}

.brooks_serie-sec .SeasonsEpisodes {
    background-color: #efefef;
    display: block;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.brooks_serie-sec ul li:hover {
    background-color: #53a6ff;
}

ul.pm-video-main-methods li a span {
    vertical-align: middle;
    margin: 0 5px;
}

ul.pm-video-main-methods li {
    background-color: #f5f5f5;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 20px;
}

ul.pm-video-main-methods li a {
    color: #000!important;
}

.modal-trailer-button {
    padding: 5px 10px;
    background-color: #EB392D;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

#modal-serie-trailer #Playerholder {
    position: relative;
}

#modal-serie-trailer #player.wide-player #video-wrapper .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-sec {background-color: #ffffff;margin: 10px 0;}

#content-main h2 {
    padding: 10px;
    border: 0;
}

#pm-servers ul.WatchList li.active strong {
    color: #fff;
}

.SeasonsEpisodesMain a.active {
    background: #5AB55E!important;
    border: 1px solid #b76d21!important;
}

#pm-top-search .btn {
    border: 1px solid #5AB55E;
    border-radius: 0;
}

.sperate {
    min-width: 10px;
}

.home-serie-item a {
    padding: 10px 5px;
    background: #373d44;
    color: #fff;
    text-align: center;
    flex: 1 1;
}

.home-serie-item {
    border-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.home-series-list {
    display: block;
}

.home-serie-item a:hover {
    background: #5AB55E;
}

.content-series-page {
    border: 0!important;
    background-color: #f3f3f3!important;
    padding-bottom: 30px;
}

.SeasonsBoxUL>p {
    background: #5AB55E!important;
}

.content-series-onwatch .series-header {
    margin-top: 0!important;
}

.col-eps {
    display: block;
    position: relative;
}

.col-eps > * {
    display: inline-block;
    position: relative;
}

.col-eps > div > a {
    min-width: 170px;
    display: inline-block;
    padding: 10px;
    background-color: #32333a;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
}

.col-eps > div > a:hover {
    background-color: #5AB55E;
}

.now_ep {
    background-color: #5AB55E;
    color: #fff;
    border: 1px dashed #ffffff;
    border-radius: 5px;
}

.now_ep > span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
}

.now_ep > span > span {
    font-weight: 700;
}

.prev_ep {
    direction: rtl;
}

.prev_ep>a {
    border-radius: 10px 50px 50px 10px;
}

.next_ep>a {
    border-radius: 50px 10px 10px 50px;
}

.col-eps > div > a > span {
    font-weight: 700;
    margin-right: 5px;
}

.next_ep {
    direction: ltr;
}

.download-sec {
    padding: 0 0 10px 0;
}
/**********************/
				 #pm-servers ul.WatchList {
    list-style: none;
    padding: 0;
    text-align: right;
    direction: rtl;
    display: inline-block;
    margin: 0;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}

ul.WatchList li {
    display: inline-block !important;
    padding: 0px 1px !important;
    text-align: center !important;
    min-width: 70px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
    margin: 3px !important;
    background-color: #f4f4f4 !important;
}
				    
  
#pm-servers ul.WatchList li a strong {
    color: #000 !important;
    line-height: 34px;
        padding: 0px 0px !important;

}
.box_x1 {
    text-align: center;
    margin-bottom: 20px;
}
#pm-servers ul.WatchList li.active strong {
    color: #fff !important;
}
#pm-servers ul.WatchList li.active {
    background-color: #5AB55E !important;
}
#pm-servers ul.WatchList li:hover {
    background-color: #5AB55E !important;
}
 #pm-servers ul.WatchList li:hover a strong {
    color: #fff !important;
}
.wrapper-down {
    text-align: center;
}
button.themexCom_bottom {
    width: 100%;
    border-radius: 30px;
    background: #5ab55e;
    color: #fff;
    border: 0;
    direction: ltr;
    padding: 0;
    line-height: 58px;
    font-size: 17px !important;
    max-width: 320px;
    margin: 20px auto !important;
    text-align: center;
    margin-top: 0px !important;
}
button.themexCom_bottom span {
    float: right;
    font-size: 26px;
    background: #3d8d41;
    padding: 16px;
    border-radius: 0px 30px 30px 0px;
}
.downList {
    position: relative !important;
    overflow: hidden !important;
    text-align: center !important;
    margin: 20px auto !important;
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 10px !important;
    align-items: center;
    justify-content: center;
}

.downList li {
    display: inline-block !important;
    width: calc(100% / 5) !important;
    padding: 0px 1px !important;
}

.downList li a {
    display: block !important;
    transition: .3s all ease !important;
    background: #333 !important;
    margin: 0 0px !important;
    padding: 12px 44px 12px 6px !important;
    border-radius: 3px !important;
    color: #fff !important;
    position: relative !important;
    height: 60px !important;
    margin-bottom: 7px !important;
    max-width: 100% !important;
    border-radius: 5px !important;
    width: 100% !important;
}
button.themexCom_bottom.back span {

    background: #bd0b15 !important;

}
button.themexCom_bottom.back {

    background: #dd3030 !important;

}

@media only screen and (max-width: 970px) {
    .wrapper-eps {
    padding: 20px 0px;
}
.downList li {
    display: inline-block !important;
    width: calc(100% / 3) !important;
    padding: 0px 1px !important;
}
.col-eps > div > a {
    min-width: 130px;
    display: inline-block;
    padding: 8px !important;
    margin: 2px !important;
    background-color: #32333a;
    color: #fff;
    font-size: 13px !important;
    text-decoration: unset;
}

}
@media only screen and (max-width: 470px) {

.downList li {
    display: inline-block !important;
    width: calc(100% / 2) !important;
    padding: 0px 1px !important;
}
.downList a span:last-child {
    font-size: 11px !important;
}
}