/********************************************************************
********************** Reset Css Start here *************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Play', sans-serif;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}



/********************* Reset Css End here ***************************
*********************************************************************/
body{background: #242424; font-family: 'Play', sans-serif; color:#ffffff;}
.header{
  background: #1D1D1D;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid #2d2d2d;
  padding: 10px 0px;
}
.logo img{
  float: left;
  width: 150px;
  padding: 5px 0px;
}

a.home-movie-btn,
a.home-vip-btn{
	padding: 16px 50px;
	font-size: 26px;
	font-weight: bold;
	background: #63ba40;
	margin: 50px 0;
	border: 1px solid #000;
	color: #fff;
	box-shadow: 0 8px 6px -6px black;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
}
a.home-vip-btn{
	background: #8a6d3b;
}
/*----------------------------
      search css here
-----------------------------*/
.search-area{
  float: left;
  width: 40%;
  position: relative;
}
.search-area .input-group{
  color: #919191;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.search-area .input-group .input-group-addon{
  background: transparent;
  border: 0px;
}
.search-area .input-group .form-control{
  background: transparent;
  border: 0px;
  box-shadow: none;
}
.search-area .input-group button{
  border:0;
  background:transparent;
}

/*----------------------------
      menu css Start here
-----------------------------*/
.main-menu{float: right;}
#menu-area{background-color: #1D3536;border-bottom: #6ac045 1px solid;border-top: #6ac045 1px solid;}
.toggleMenu {
  position: absolute;
  z-index: 12;
  top: 6px;
  right: 15px;
  width: 27px;
  height: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  cursor: pointer;
  border-radius: 4.32px;
}
.main-menu ul {list-style: none;}
.main-menu ul:before,
.main-menu ul:after {content: " ";display: table;}
.main-menu ul:after {clear: both;}
.main-menu ul ul {list-style: none;width: 9em;}
.main-menu ul a {
  color: #919191;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  line-height: 16px;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;

}
.main-menu ul a i.fa{
  padding-left: 5px;
  color: #6ac045;
}
.main-menu ul li {float: left;position: relative;}
.main-menu ul li a:hover{color: #fff;}
.main-menu ul li li a {display: block;position: relative;padding: 10px 10px;}
.main-menu ul li li li a {z-index:200;}
.main-menu ul li  ul {position: absolute;left: -9999px;z-index: 10;}

@media screen and (min-width: 992px) {
  .main-menu ul > li:hover > ul {    
      top: 30px;
      left: -1px;
      min-width: 200px;
      background-color: #181818;
      padding: 10px;
      box-shadow: 0 8px 6px -6px black;
  }
  .main-menu ul li li:hover ul {left: 100%; top: 0px;}
  .main-menu ul li ul li{
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #3c3c3c;
  }
  .main-menu ul li ul li:first-child{
    border-top: none;
  }
  .main-menu ul li ul li:last-child{
    border-bottom: 1px solid #3c3c3c;
  }
  .main-menu ul li ul li:last-child a{
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 991px) {
.toggleMenu .bot, .toggleMenu .mid, .toggleMenu .top {background-color: #ecf0f1;height: 5px;width: 27px;position: absolute;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-backface-visibility: hidden;backface-visibility: hidden;border-radius: 2px;}
.toggleMenu .top {top: 0px;}
.toggleMenu .mid {top: 9.5px;}
.toggleMenu .bot {top: 20px;}
.toggleMenu.active .top {top: 6px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.toggleMenu.active .mid {opacity: 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.toggleMenu.active .bot {top: 6px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.active {display: block;}
.main-menu{width: 100%;}
.main-menu ul {padding-top: 20px;}
.main-menu ul > li {float: none;display: table;width: 100%;}
.main-menu ul li{border-right: none;}
.main-menu ul ul {display: block;width: 100%;padding-top: 0px;margin-left: 20px;}
.main-menu ul > li.active > ul , .main-menu ul li li.active ul {position: static;}
.main-menu span{display: inline-block;width: 40px;height: 25px;float: right;text-align: center;vertical-align: middle;position: relative;}
.main-menu span .fa {line-height: 18px;font-size: 20px;color: #6ac045;}
.main-menu li span .down:before{content: "\f107";}
.main-menu li.active span .down.up:before{content: "\f106";}
.main-menu ul a {
  font-size: 14px;
  padding: 5px 5px;
}
.main-menu span {
  height: 21px;
  position: absolute;
  right: 0px;
}

}

/*----------------------------
      Home text Start here
-----------------------------*/
.home-text{
  text-align: center;
  padding: 50px 0px;
  border-bottom: 1px solid #2d2d2d;
}
.home-text h1.home-title{
  color: #63ba40;
  font-size: 28px;
  margin-bottom: 20px;
}
.home-text p.article{
  color: #919191;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 10px;
}


/*----------------------------
Remove In Future
-----------------------------*/

.item-list{position: relative; z-index: 10;display: none;}
.item-list.hidex{display: block;}
.transparent{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.69);}
.menu-item-x{position: absolute; top: 0px; left: 0px; width: 100%;}
.cover-d-menu, .cover-d-faq{float:left; width:100%; position:relative; background: #2d2d2d; padding: 20px 0px;}
.first-menu-sec, .secound-menu-sec, .third-menu-sec{padding: 20px;}
.first-menu-sec h2, .secound-menu-sec h2, .third-menu-sec h2{margin-bottom: 10px; background: #63ba40; padding: 10px; font-size: 20px;
box-shadow: 0 2px 2px -2px black; -webkit-box-shadow: 0 2px 2px -2px black; -moz-box-shadow: 0 2px 2px -2px black; -ms-box-shadow: 0 2px 2px -2px black; -o-box-shadow: 0 2px 2px -2px black;}

.first-menu-sec ul li, .secound-menu-sec ul li{float: left; width: 100%;}
.first-menu-sec ul li a, .secound-menu-sec ul li a{color: #fff; padding: 10px 5px 10px 40px; display: block; margin: 4px 0px; background: #1a1a1a url(../images/box.png) no-repeat 10px center;
box-shadow: 0 2px 2px -2px black; -webkit-box-shadow: 0 2px 2px -2px black; -moz-box-shadow: 0 2px 2px -2px black; -ms-box-shadow: 0 2px 2px -2px black; -o-box-shadow: 0 2px 2px -2px black;}
.third-menu-sec ul li{display: inline; float: left; width: 24%; margin-left: 1%;}
.third-menu-sec ul li a{color: #fff; padding: 10px 5px 10px 40px; display: block; margin: 4px 0px; background: #1a1a1a url(../images/box.png) no-repeat 10px center;
box-shadow: 0 2px 2px -2px black; -webkit-box-shadow: 0 2px 2px -2px black; -moz-box-shadow: 0 2px 2px -2px black; -ms-box-shadow: 0 2px 2px -2px black; -o-box-shadow: 0 2px 2px -2px black;}

.extra-col ul li{
    width: 19%;
    margin-left: 0.8%;
}

span.cross-menu, span.cross-faq{position: absolute; top: -25px; right: -25px; z-index: 11; width: 50px; height: 50px; background: #262626; text-align: center; padding-top: 15px; font-size: 20px; font-weight: bold; cursor: pointer;
border-radius: 100%;}

.faq-section{display: none;}
.faq-item, .faq-section .transparent{ z-index: 10;}
.faq-item{position: absolute; top: 150px; left: 0px; width: 100%;}
.faq-top{padding:20px 0px; text-align: center;}
.info-fix{padding:10px; background: #1a1a1a; margin-bottom: 5px; 
box-shadow: 0 2px 2px -2px black; -webkit-box-shadow: 0 2px 2px -2px black; -moz-box-shadow: 0 2px 2px -2px black; -ms-box-shadow: 0 2px 2px -2px black; -o-box-shadow: 0 2px 2px -2px black;}
.info-fix h1, .info-fix p{padding:10px 10px 10px 30px;}
.info-fix h1{ background: url(../images/question.png) no-repeat center left;}
.faq-item h2{font-size: 20px; padding-bottom: 20px;}
.info-fix p{line-height: 18px; text-align: justify;}


/*----------------------------
      Slider css Start here
-----------------------------*/

.main-slider{margin-top: 30px;}
.slider-start{position: relative; margin: 0px auto; box-shadow: inset 0 0 3px #000000;-webkit-box-shadow: inset 0 0 3px #000000;-moz-box-shadow: inset 0 0 3px #000000;-ms-box-shadow: inset 0 0 3px #000000;-o-box-shadow: inset 0 0 3px #000000;padding: 3px; background: #242424;}
.slider-start:before{z-index: -1;position: absolute;content: "";bottom: 15px;left: 10px;width: 50%;top: 80%;max-width:300px;background: #000000;-webkit-box-shadow: 0 15px 10px #000000;-moz-box-shadow: 0 15px 10px #000000;box-shadow: 0 15px 10px #000000;-webkit-transform: rotate(-3deg);-moz-transform: rotate(-3deg);-o-transform: rotate(-3deg);-ms-transform: rotate(-3deg);transform: rotate(-3deg);}


/*----------------------------
      Recent Post Start here
-----------------------------*/
.recent-posts .custom-col{
  padding: 5px;
}
.section-title h2,
.section-title h1{
  color: #919191;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0px;

}
.section-title h1 i,
.section-title h2 i{
  color: #6AC045;
  margin-right: 10px;
}

.single-post{
  position: relative;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.single-post:hover{background: #2B2121;}
.single-post .post-thumbnail{
  position: relative;
  overflow: hidden;
  padding-top: 140%;
}
.single-post .post-thumbnail img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: rgb(106, 192, 69) 1px solid;
}
.m-type{
  position: absolute;
  bottom: 37px;
  left: 8px;
  background-color: blueviolet;
  color: white;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 5px;
  border-radius: 3px;
}
.m-quality{
  position: absolute;
  bottom: 13px;
  left: 8px;
  background-color: #6ac045;
  color: white;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 5px;
  border-radius: 3px;
}
.m-quality.green{background-color: #6ac045;}
.m-quality.brown{background-color: brown;}
.m-quality.burlywood{background-color: burlywood;}
.single-post .post-description {
  display: none;
    width: 300px;
    color: #333;
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.single-post .post-description .post-title h2 {
  color: #6ac045;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.post-description p{
  color: #888;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
}
.post-description p b{font-weight: 600;}
.post-description .imdb-details {
    margin-bottom: 10px;
    display: inline-block;
    width: 50%;
}
.post-description .imdb-details b {
  color: #262626;
  font-size: 12px;
  font-weight: 500;
  background-color: #FED500;
  padding: 2px 5px;
  margin-right: 5px;
  border-radius: 2px;
  display: inline-block;
}
.post-description .available-quality {
    display: inline-block;
    width: 48%;
    text-align: right;
}
.post-description .available-quality p {
    color: #efefef;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-color: #1ABC9C;
    padding: 4px 5px;
    border-radius: 2px;
}
.post-description .categories p a{
  color: #63ba40;
  font-size: 14px;
}


/*slider*/

.recommend-slider .post-info{
  position: relative;
  overflow: hidden;
}
.recommend-slider .post-info a:hover:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}

.recommend-slider .post-info img{height: auto;}
.recommend-slider .post-info .details{
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  padding: 10px 10px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.recommend-slider .post-info:hover .details{opacity: 1;}
.recommend-slider .details .post-title h2{
  color: #63ba40;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 20px;
  height: 60px;
}
.recommend-slider .details .imdb-details p b{
  background-color: #FED500;
  color: #000;
  font-size: 16px;
  border-radius: 3px;
  margin-bottom: 50px;
  margin-right: 10px;
  padding: 0px 5px;
  display: inline-block;
}



.owl-carousel .owl-nav .owl-prev{
    color: transparent;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #63ba40;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  top: -70px;
  left: -30px;
  bottom: 0px;
  margin: auto;
  
}
.owl-carousel .owl-nav .owl-next{
  color: transparent;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #63ba40;
  padding: 0px;
  background-color: transparent;
  position: absolute;
  top: -70px;
  right: -30px;
  bottom: 0px;
  margin: auto;
}
.owl-theme .owl-nav [class*=owl-]:hover{color: transparent;background-color: transparent;}

.read-more-link{
  width: 120px;
  background-color: #63ba40;
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 3px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  opacity: 0;
  z-index: 1;
}
.read-more-link a{
  float: left;
  text-align: center;
  line-height: 36px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.single-post:hover .read-more-link{
  opacity: 1;
}

/*----------------------------
      Post hover css Start here
-----------------------------*/

.single-post:hover .post-info{opacity: 1;}


/*----------------------------
      Pagination css Start here
-----------------------------*/

.bottom-pagi{text-align: center; padding: 20px 0px;}
.bottom-pagi, .page-navi{width:100%;height:auto;display:inline-block;text-align:center;vertical-align:middle;margin:0px auto;}
.bottom-pagi .numeric-pagination, .page-navi{padding:10px 0px;}
.numeric-pagination ul li a{
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #333;
  text-decoration: none;
  display: inline-block;
  height: 32px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-box-shadow: inset 0px 0px 8px #000000;
  -ms-box-shadow: inset 0px 0px 8px #000000;
  -o-box-shadow: inset 0px 0px 8px #000000;

}
.numeric-pagination ul li{
  display: inline;
}
.numeric-pagination ul li.active a, 
.numeric-pagination ul li a:hover{
  background-color: #63ba40;
  color:#ffc1fe;
}

/*----------------------------
    upcomming css Start here
-----------------------------*/

.up-coming{
  background: #242424;
  padding: 30px 0px;
  border-top: 1px solid #2d2d2d;
}
.up-commin-title{padding: 10px 0px 30px 0px; text-align: center;}
.single-up-coming{
  padding: 0px;
  border: #63ba40 3px solid;
  border-radius: 3px;
}

.single-up-coming img{
  max-width: 100%;
  width: 100%;
  display: inherit;
}

/*----------------------------
    upcomming css Start here
-----------------------------*/

.footer{
  color: #919191;
  background-color: #1D1D1D;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer img{max-width: 150px;}
.footer h2{font-size: 20px; line-height: 30px; padding-bottom: 10px;color:#fff;}
.footer-left-one p{font-size: 14px; line-height: 20px; text-align: justify;}
.footer-left-two ul li a, .footer-right-two ul li a{
  color: #919191;
  line-height: 25px;
  text-decoration: none;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
}
.footer-left-two ul li a:hover, .footer-right-two ul li a:hover{color: #63ba40;}
.socila-icon ul li{display:inline;}
.socila-icon ul li a{
  display:inline-block; 
  color:#ffffff; 
  font-size: 24px; 
  margin: 12px 1px 8px 1px;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
}
.socila-icon ul li a:hover{color:#63ba40;}
.footer-end{padding: 40px 0px; text-align: center;}
.footer hr{
  border-top: 1px solid #919191;
}
.footer-bar{
  padding-top: 4px;
  background: #2d2d2d;
  box-shadow: 0 4px 5px -5px #000;
  -webkit-box-shadow: 0 4px 5px -5px #000;
  -moz-box-shadow: 0 4px 5px -5px #000;
}
.footer-bar span{
  font-size: 14px;
  margin-left: 6px;
  vertical-align: top;
}
.footer .footer-content{
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0px;
}
.footer .a-z-list{
  margin-bottom: 40px;
}
.footer .a-z-list > p{
  padding: 20px 0;
  color: #fff;
}
.footer .a-z-list > p > b{
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
  position: relative;
}
.footer .a-z-list > p > b:after{
  position: absolute;
  content: "";
  width: 1px;
  background: rgb(125, 125, 125);
  right: -20px;
  top: 4px;
  bottom: 4px;
}
.footer .a-z-list > p > span{
  vertical-align: top;
  line-height: 30px;
}
.footer .a-z-list .post-list ul li a{
  margin-right: 3px;
  padding: 0px 14px 0px 14px;
}
.footer .helper-menu{
  display: inline-block;
  width: 50%;
}
.footer .helper-menu a{
  color: #a0a0a0;
  display: block;
  padding-left: 20px;
  background: url(../images/box.png) no-repeat 0px center;
}
.footer-site-info{
  text-align: center;
}
.footer-logo{
  margin-bottom: 10px;
}
.footer-count p{
  margin-bottom: 20px;
}
.footer-count p b{
  font-size: 26px;
  color: #63ba40;
}
/*----------------------------
    Single Page Start
-----------------------------*/
.notification{margin:50px 0px; text-align: center;}
.main-content .container{width: 100%; max-width: 1300px; margin: 20px auto;}
.main-content p{color: #8c8c8c;}
.main-content h2{color: #595959;}
.single-page img{max-width: 100%; height: auto;}
.left-side, .right-side{background: #181818; padding: 10px; border: 2px solid #111111; overflow: hidden;}

.post-header{border: 2px solid #111111; padding: 5px; margin-bottom: 20px; text-align: center;}
.post-header h2{line-height: 60px; font-size: 24px; font-weight: bold; text-shadow: 3px 3px 3px #000; -webkit-text-shadow: 3px 3px 3px #000;-moz-text-shadow: 3px 3px 3px #000;-ms-text-shadow: 3px 3px 3px #000;-o-text-shadow: 3px 3px 3px #000;}
.post-header p{line-height: 20px;}
.post-header a{color: #4d4d4d;}
.post-header p, .post-header a{text-shadow: 2px 2px 3px #000; -webkit-text-shadow: 2px 2px 3px #000;-moz-text-shadow: 2px 2px 3px #000;-ms-text-shadow: 2px 2px 3px #000;-o-text-shadow: 2px 2px 3px #000;}


.single-post-content{text-align: center;}
.single-post-content h2, .single-post-content h3, .single-post-content p{margin:3% 0px;}
.single-post-content h2{font-size: 20px; font-weight: bold; text-shadow: 2px 2px 3px #000; -webkit-text-shadow: 2px 2px 3px #000;-moz-text-shadow: 2px 2px 3px #000;-ms-text-shadow: 2px 2px 3px #000;-o-text-shadow: 2px 2px 3px #000;}
.single-post-content h3{font-size: 18px; font-weight: bold;}
.single-post-content p{font-size: 16px; line-height: 20px;}


.container-download{
  position: relative;
  text-align: center;
}
.container-download img{border:none; box-shadow: none; -webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;}
.container-download h2{
  margin: 20px 0;
  font-size: 22px;
}
.mov-download, .sub-download{
  width: 350px;
  position: relative;
  margin: 20px auto;

}
.mov-download span{
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/text.png) no-repeat center left;
  width: 173px;
  height: 29px;
  line-height: 28px;
  color: #2d221c;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.sub-download span{
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/text2.png) no-repeat center left;
  width: 173px;
  line-height: 32px;
  color: #2d221c;
  font-size: 12px;
  font-weight: bold;
}
#sub-down{
  display: inline-block;
  position: relative;
  left: -100px;
}


/*----------------------------
    Sidebar Css
-----------------------------*/
.sidbar-inc h2{text-align: center; font-size: 24px; font-weight: bold; padding: 30px 0px; text-decoration: underline; text-shadow: 3px 3px 3px #000; -webkit-text-shadow: 3px 3px 3px #000;-moz-text-shadow: 3px 3px 3px #000;-ms-text-shadow: 3px 3px 3px #000;-o-text-shadow: 3px 3px 3px #000;}

.facebook-page-posts{max-width: 340px; margin: 0px auto;}
.facebook-page-posts h2.sidebar-title{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recent_posts .rec_post_cover{max-width: 160px; min-height: 220px; margin: 5px auto; border: 5px solid #fff;}
.recent_posts .rec_post_cover a img{max-width: 100%;}




/*----------------------------
    Comments Css
-----------------------------*/

.user-comments{margin: 50px 0px;}
.user-comments h2{margin: 40px 0px; font-size: 24px; font-weight: bold;}
ol.commentlist { list-style:none; margin:0 1em; padding:0; text-indent:0; }
ol.commentlist li { margin: 1em 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;  box-shadow: 0 2px 2px -2px black; -webkit-box-shadow: 0 2px 2px -2px black; -moz-box-shadow: 0 2px 2px -2px black; -ms-box-shadow: 0 2px 2px -2px black; -o-box-shadow: 0 2px 2px -2px black; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px solid #000; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.comment-body {padding-bottom: 10px;}
ol.commentlist li.comment div.vcard { font-size: 16px; line-height: 20px;}
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { float:right; width: 50px; height: 50px; border: 2px solid #1a1a1a; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:12px; padding-bottom: 20px;}
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:16px; line-height: 20px; color: #bfbfbf;}
ol.commentlist li.comment ul { font-size:14px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:14px; padding-top: 10px;}
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 1em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 1em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 1em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#262626; }
ol.commentlist li.odd { background:#333333; }
ol.commentlist li.parent {}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}




#respond { }
#respond h3{
  color: #6ac045;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#respond p{font-size: 16px; padding: 10px 0px;}

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  padding: 15px;
  background: #2f2f2f;
  border: 1px solid #242424;
  outline: none;
}
 
#respond label{clear: both; display: block; padding-bottom: 10px;}

#submit {
  padding: 15px 30px;
  border: 1px solid #242424;
  outline: none;
  background: #292929;
  box-shadow: 5px 6px 4px -1px #242424;
  -webkit-box-shadow: 5px 6px 4px -1px #242424;
  -moz-box-shadow: 0 8px 6px -6px black;
  -ms-box-shadow: 0 8px 6px -6px black;
  -o-box-shadow: 0 8px 6px -6px black;
  }
} 




/*----------------------------
    Contact Form Css
-----------------------------*/


form.cntctfrm_contact_form{margin-top:50px;}
form.cntctfrm_contact_form label{margin: 5px 0px; display: block;}
form.cntctfrm_contact_form div.cntctfrm_input_name input, form.cntctfrm_contact_form div.cntctfrm_input_email input, form.cntctfrm_contact_form div.cntctfrm_input_subject input, form.cntctfrm_contact_form div.cntctfrm_input_message textarea{
  padding: 15px; background: #292929; border: 1px solid #000000; outline: none; color: #ffffff;
  box-shadow:inset 0 0 5px #000000; -webkit-box-shadow:inset 0 0 5px #000000;-moz-box-shadow:inset 0 0 5px #000000;-ms-box-shadow:inset 0 0 5px #000000;-o-box-shadow:inset 0 0 5px #000000;
}
form.cntctfrm_contact_form div.cntctfrm_input_message{max-width: 450px;}
form.cntctfrm_contact_form div.cntctfrm_input_message textarea{height: 200px;}
form.cntctfrm_contact_form input.cntctfrm_contact_submit{padding: 15px 30px; border: 1px solid #000000; outline: none; background: #292929; color: #ffffff;
  box-shadow: 0 8px 6px -6px black; -webkit-box-shadow: 0 8px 6px -6px black;-moz-box-shadow: 0 8px 6px -6px black;-ms-box-shadow: 0 8px 6px -6px black;-o-box-shadow: 0 8px 6px -6px black;}



/*############### Plugin ##################*/


.posts-list-cont{text-align:left; float: left; margin-bottom: 20px;}
.posts-list-cont p.warning{text-align:center; padding-bottom: 30px; color: #bc5a19; font-size: 18px;}
.posts-list-cont a{float:left; padding: 2px 0px; padding-left: 30px;clear: both; color: #fff2ea; background: url(https://www.cdnzone.org/asset/css/img/sb.png) no-repeat;}
h2.posts_list{padding: 10px 0px; float: left; width: 100%;}
.tptn_counter{float: left; width: 100%; text-indent: center; color: gray; margin-top: 30px;}


/*############### Plugin ##################*/

.advertisement{width:300px; max-width:100%; height: auto; margin: 0px auto; overflow: hidden;}

/**
* ----------------------ajax page list & Loading with css--------------------------
**/


.ajax-call{margin-bottom: 10px;}
.ajax-call span{cursor: pointer; margin-bottom: 5px;}
.loaded-data{min-height: 200px;}
.loading-c{position:relative;}
.xloading{position: absolute; top:80px;left:0;right:0; margin:auto;}

.circle { background-color: rgba(0,0,0,0);border:5px solid rgba(0,183,229,0.9);opacity:.9;border-right:5px solid rgba(0,0,0,0); border-left:5px solid rgba(0,0,0,0); border-radius:50px; box-shadow: 0 0 35px #2187e7; width:30px; height:30px;margin:0 auto; -moz-animation:spinPulse 1s infinite ease-in-out; -webkit-animation:spinPulse 1s infinite linear;}
.circle1 { background-color: rgba(0,0,0,0); border:5px solid rgba(0,183,229,0.9); opacity:.9; border-left:5px solid rgba(0,0,0,0); border-right:5px solid rgba(0,0,0,0); border-radius:50px; box-shadow: 0 0 15px #2187e7;  width:20px; height:20px; margin:0 auto; position:relative; top:-30px; -moz-animation:spinoffPulse 1s infinite linear; -webkit-animation:spinoffPulse 1s infinite linear;}

@-moz-keyframes spinPulse {
 0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
 50% { -moz-transform:rotate(145deg); opacity:1; }
 100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
 0% { -moz-transform:rotate(0deg); }
 100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
 0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
 50% { -webkit-transform:rotate(145deg); opacity:1;}
 100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
 0% { -webkit-transform:rotate(0deg); }
 100% { -webkit-transform:rotate(360deg); }
}
/**
* ----------------------end of Loading with css--------------------------
**/





/*----------------------------
    Archive Css
-----------------------------*/

.archive-title h1, .archive-title h2{margin: 40px 0px; text-align: center;}




/*----------------------------
    Search Css
-----------------------------*/

.search{position:fixed; width:100%;float:left; z-index:20;}
.search-inc{width:80%; max-width:800px; margin:0px auto; margin-top:6%;}

.search-holder{background: #262626;float:left; width:100%; height:auto; padding:20px 5%;
box-shadow: 0px 0px 8px #000000;-webkit-box-shadow: 0px 0px 8px #000000;-moz-box-shadow: 0px 0px 8px #000000;
-ms-box-shadow: 0px 0px 8px #000000;-o-box-shadow: 0px 0px 8px #000000;
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;
position: relative;}

span.cross{position: absolute; top:-20px; right:-20px; float:left; width:40px; height:40px; background: #262626; color:#00d2ff; font-weight:bold;
border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%; cursor:pointer; line-height:40px; text-align:center;}




/*----------------------------
    Scroll Bar Css
-----------------------------*/


::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}
::-webkit-scrollbar-thumb {
    background-color: #666;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

/*----------------------------
    New download link Css
-----------------------------*/
.double-side{margin: 50px 0px;}
.link-post-title{
  color: #478486;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.download-button-x{
  text-align: center;
}
.download-button-x img{max-width: 100%;}
.double-side .links_720p{
  text-align: right;
  padding-right: 5%;
}
.double-side .links_720p img{
  width: 100px;
  margin-right: 100px;
}
.double-side .links_720p ul, .double-side .links_1080p ul{margin-top: 50px;}
.double-side .links_720p ul li, .double-side .links_1080p ul li{}
.double-side .links_720p ul li a, .double-side .links_1080p ul li a{
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #858585;
  width: 300px;
  padding: 10px 0px;
  border-radius: 4px;
  text-align: center;
}
.double-side .links_720p ul li a:hover, .double-side .links_1080p ul li a:hover{
background-color: #30b3ff;
}

.double-side .links_1080p{
  text-align: left;
  padding-left: 5%;
}
.double-side .links_1080p img{
  width: 100px;
  margin-left: 100px;
}

.single-side{margin: 50px 0px;}
.single-side .download-button-x{
  text-align: center;
  margin: 50px 0px;
}
.single-side .row .col-md-6.col-sm-6.col-xs-12{
  width: 50%;
  margin: auto;
  float: none;
  text-align: center;
}

.single-side .row .col-md-6.col-sm-6.col-xs-12 img{
  width: 100px;
}
.single-side ul{margin-top: 50px;}
.single-side ul li a{
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #858585;
  width: 300px;
  padding: 10px 0px;
  border-radius: 4px;
  text-align: center;
}
.single-side ul li a:hover{
background-color: #30b3ff;
}


/*----------------------------
    New single page Css
-----------------------------*/
.main-content{  margin-top: 50px;}
.movie-poster{}
.movie-poster img{
  max-width: 100%;
  border: #fff 5px solid;
  border-radius: 3px;
  margin-bottom: 10px;
  height: auto;
}
.movie-poster span a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #6ac045;
  width: 97%;
  display: inline-block;
  text-align: center;
  padding: 8px 0px;
  border-radius: 3px;
}
.movie-poster span a i{margin-right: 5px;}
.movie-poster .download-button-x img{
  border: 0px;
  max-width: 250px;
  width: 100%;
}
.movie-info{}
.movie-info h2{
  color: #fff;
  font-size: 24px;
}
.info-top{
  background-color: #2f2f2f;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: table;
  width: 100%;
}
.file-info{
  margin-bottom: 5px;
}
.file-info label{
  color: #558478;
  font-size: 16px;
  width: 170px;
}
.file-info span{
  color: #888;
  font-size: 16px;
  font-weight: 100;
}
.file-info span a{
  color: #888;
  text-decoration: none;
}
.info-bottom{margin-bottom: 20px;}
.info-bottom a {
  color: #6ac045;
}
.movie-info.new-style .info-bottom{
  overflow: auto;
  height: 192px;
}
.meta.quick-info{
  margin-bottom: 5px;
}
.movie-info.new-style h1{
  font-size: 24px;
  font-weight: bold;
    color: #6ac045;
}
.movie-info.new-style h2{
  font-size: 16px;
}
.meta.quick-info > span,
.meta.quick-info > a{
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}
.meta.quick-info a span{
  color: #fbb829;
  font-weight: bold;
}
.meta.quick-info span i.fa{
  padding-right: 4px;
}
.movie-cat-stars p{
  color: #fff;
}
.movie-cat-stars p span{
  min-width: 70px;
    float: left;
}
.movie-cat-stars p a{
  color: #6ac045;
}
.story h3{
  color: #6ac045;
  font-size: 24px;
  border-bottom: #6ac045 2px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.story p{
  color: #888;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  letter-spacing: .5px;
  text-align: justify;
  padding: 8px 0px;
}
.morecontent{}
.morecontent span {
    display: none;
}
.morelink {
  color: #6ac045;
  display: block;
}
.morelink:hover{
  color: #fff;
}

.trailer{
  width: 95%;
  margin: 10px auto;
  border: #4a4a4a 1px solid;
  overflow: hidden;
}
.trailer iframe{
  max-width: 100%;
}
.watch-online a,
.mov-download a,
#tab-download a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 70%;
  padding: 10px 0px;
  margin: 5px auto;
  border-radius: 4px;
  background: #30b3ff;
  background: -moz-linear-gradient(top, #30b3ff 0%, #30b3ff 50%, #13a9ff 51%, #13a9ff 94%, #489ac8 95%, #489ac8 100%);
  background: -webkit-linear-gradient(top, #30b3ff 0%,#30b3ff 50%,#13a9ff 51%,#13a9ff 94%,#489ac8 95%,#489ac8 100%);
  background: linear-gradient(to bottom, #30b3ff 0%,#30b3ff 50%,#13a9ff 51%,#13a9ff 94%,#489ac8 95%,#489ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b3ff', endColorstr='#489ac8',GradientType=0 );
}
#tab-download a.subs-down,
.mov-download .subs-down{
  background: -moz-linear-gradient(top, #9c30ff 0%, #9c30ff 50%, #a213ff 51%, #a213ff 94%, #b048c8 95%, #b048c8 100%);
  background: -webkit-linear-gradient(top, #9c30ff 0%,#9c30ff 50%,#a213ff 51%,#a213ff 94%,#b048c8 95%,#b048c8 100%);
  background: linear-gradient(to bottom, #9c30ff 0%,#9c30ff 50%,#a213ff 51%,#a213ff 94%,#b048c8 95%,#b048c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c30ff', endColorstr='#b048c8',GradientType=0 );
}
#tab-download a.as-vip,
.mov-download a.as-vip{
  background: #6ac045;
  background: -moz-linear-gradient(top, #6ac045 0%, #6ac045 50%, #65b543 51%, #59a03b 94%, #5da93d 95%, #4b8831 100%);
  background: -webkit-linear-gradient(top, #6ac045 0%,#6ac045 50%,#65b543 51%,#59a03b 94%,#5da93d 95%,#4b8831 100%);
  background: linear-gradient(to bottom, #6ac045 0%,#6ac045 50%,#65b543 51%,#59a03b 94%,#5da93d 95%,#4b8831 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac045', endColorstr='#5da93d',GradientType=0 );
}
.file-info-img{}
.file-info-img img{max-width: 100%;}
.related-movie{margin-bottom: 20px;}
.related-movie h4{
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  background-color: #6ac045;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}
.related-movie .related-posts{
  display: table;
  width: 100%;
}
.related-movie .related-posts .post-without-details{
  float: left;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 10px;
  border:#fff 3px solid;
  border-radius: 3px;
}
.related-movie .related-posts .post-without-details:nth-child(2n+2){
  margin-right: 0px;
}
.related-movie .related-posts .post-without-details a{
  display: inline-block;
}
.related-movie .related-posts .post-without-details a img{
  max-width: 100%;
  margin-bottom: -5px;
  height: auto;
}
.screenshot{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  min-height: 50vh;
}
.screenshot h4{
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  background-color: #6ac045;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}
.screenshot img{
  max-width: 100%;
}
.screen-720p{
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}
.screen-1080p{
  display: inline-block;
  width: 49%; 
}
.screenshot div.screen-single{
  width: 100%;
  display: block;
}
.screenshot div.screen-single h4{
  width: 220px;
  text-align: center;
  margin: 0px auto 20px;
}
.movie-archives{}
.sidebar-widget h4,
.widget.promo-contents h4{
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  background-color: #6ac045;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}
.movie-archives ul{
  display: inline-block;
  width: 100%;
  height: 450px;
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_archive ul li, .movie-archives ul li{
  float: left;
  width: 50%;
  text-align: left;
  padding: 10px 10px 10px 30px;
  background: url(../images/archive.png) no-repeat center left;
  background-size: 18px;
}
.movie-archives ul li a{
  color: #888;
}
.movie-archives ul li a:hover{
    color: #6ac045;
}
.mCSB_container_wrapper>.mCSB_container{padding-right: 0px;}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 50px;
  margin: 0 3px;
  border-radius: 0px;
  background-color: #666;
}

.upload-download-leftcol{
  background: #2f2f2f;
  padding: 30px;
  margin-top: 20px;
}
.upload-info{
  line-height: 20px;
  border-bottom: #242424 1px solid;
  padding-bottom: 30px; 
}
.upload-info p{}
.upload-info p em{
  display: inline-block;
  width: 100px;
}
.upload-info p a{color: #6ac045;}
.upload-info p a:hover{color: #888;}
.how-download{
  text-align: center;
  margin-top: 20px;
}
.how-download a{
  color: #888;
  font-size: 24px;
  text-decoration: none;
  margin: 15px 0px;
  display: inline-block;
}
.how-download a i{
  margin-right: 5px;
}
.upload-download .download-button-x{text-align: center;}

.movie-by-genre{margin-bottom: 20px;}
.movie-by-genre h2, .movie-by-year h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.movie-by-genre ul, .movie-by-year ul{
  display: table;
  width: 100%;
}
.movie-by-genre ul li, .movie-by-year ul li{
  float: left;
  text-align: center;
  background-color: #6ac045;
  margin-right: 1%;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 32.3%;
}
.movie-by-genre ul li a, .movie-by-year ul li a{
  color: #000;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

.comment-social{
  background-color: #2f2f2f;
  margin-top: 20px;
  padding: 15px;
}

.breadcrumb{
  background: none;
  margin-top: -50px;
}
.breadcrumb a{
  color: #616161;
}
.breadcrumb li.active a{
  color: #6ac045;
}

.video-section{
  max-width: 1024px;
  margin: 30px auto;
}
.video-section h2{
  color: #919191;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.video-banner{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-banner img{width: 100%}
.video-banner img.play-icon{
  width: 180px;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.video-container{
  position: relative;
  padding-top: 56.6%;
  width: 100%;
  max-width: 100%;
  min-height: 270px;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: #1d1d1d;
}
.video-container iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nav-tabs{border-bottom: 1px solid #333;}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: #1d1d1d;
  border-color: #2e2e2e #2e2e2e #1d1d1d;
}
.video-down-links .nav-tabs>li>a{
  color: #919191;
}
.video-down-links .nav-tabs>li.active>a{
  color: #6ac045;
  background-color: #1d1d1d;
  border: 1px solid #333;
  border-bottom: 1px solid #1d1d1d;
}
.tab-content{
  padding: 30px 15px;
  background-color: #1d1d1d;
}

.watch-servers{}
.watch-servers a{
  color: #fff;
  font-size: 13px;
  background-color: #6ac045;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#tab-download a{
  width: 300px;
  margin: 5px auto;
}



 
/*request section*/
.request-section{margin-bottom: 20px;}
 a.btn-request{
  background-color: #63ba40;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
a.btn-request:hover, a.btn-request:focus{
  color: #fff;
  outline: 0px;
  box-shadow: 0px;
}
#requestModal{}
.request-section .modal.in .modal-dialog{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 330px;
}
#requestModal .modal-header{
  padding: 8px 15px;
  background-color: #63ba40;
  border-radius: 3px 3px 0px 0px;
}
#requestModal .modal-header .close{}
#requestModal .modal-header .modal-title{
  color: #fff;
  font-size: 14px;
}
#requestModal .modal-body{}
.request-tab{}
.request-tab .nav{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.request-tab .nav li{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.request-tab .nav li a{
  background-color: #888;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  padding: 0px 10px;
  text-align: center;
  display: block;
}
.request-tab .nav li.active a{background-color: #63ba40;}
.request-tab .tab-content{}
.request-tab .tab-content .tab-pane{}
.request-tab .tab-content .tab-pane .form-group { margin-bottom: 0px;}
.request-tab .tab-content .tab-pane .form-group p{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.request-tab .tab-content .tab-pane .form-group textarea.form-control{margin-bottom: 10px;}


.request-page{padding: 100px 0px;}
.request-page h2{
  color: #63ba40;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #1e1c25;
  display: inline-block;
  margin: 0px;
  padding: 0px 20px;
  border: #63ba40 1px solid;
  border-bottom: 0px;
  margin-bottom: -1px;
}
.rp-inner{
  background-color: #1e1c25;
  padding: 15px 15px;
  border: #63ba40 1px solid;
}
.rp-inner .item{
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #000;
  padding: 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-deadlink .rp-inner .item{height: 46px;}
.rp-inner .item .item-img{
  width: 20px;
  margin-right: 10px;
  overflow: hidden;
}
.rp-inner .item .item-img img{
  width: 100%;
  height: auto;
}
.rp-inner .item a, .rp-inner .item p{
  color: #63ba40;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin-bottom: 0px;
}


/*footer ad*/
.footer-ad{
  background-color: rgba(0, 31, 51, 0.8);
  border-top: 2px solid #63ba40;
  position: fixed;
  bottom: -100%;
  left: 10px;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  width: calc(100% - 10px);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  padding: 5px 20px;
}
.footer-ad.overflow {
  opacity: 1;
  bottom: 0px;
}
.footer-ad .close-btn{
  position: absolute;
  right: 10px;
  top: 0px;
  color: white;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}
.d-flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.d-info{
  text-align: center;
}
.d-info p{
  display: block;
  padding: 2px 0px;
}
.d-info p span{
  color: white;
  background: red;
}
.d-info a{
  display: block;
  color: #868686;
  margin-top: 5px;
  font-size: 12px;
}
.d-info a:hover{
  color: #fff;
}
.d-info a.vpn-btn{
  padding: 10px;
  background: #63ba40;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0 4px 6px -6px black;
}
.d-info a.vpn-btn:hover{
  background: #75dc4b;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 5px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
}
input:checked + .slider:before{
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}


/*----------------------------
    Media query Css
-----------------------------*/
@media only screen and (max-width: 1206px) {
  .main-menu ul a {
    font-size: 13px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 1170px) {
  .info-p p.hidecat, .imdb-rating{display: none;}
  .fb_iframe_widget {
    width: 100%;
    overflow: hidden;
  }
  .recommend-slider {
    padding: 0px 45px;
  }
}

@media only screen and (max-width: 991px){
  .right-side{margin-top: 20px;}
  .sidebar-widgets-hide{display: none;}
  .search-area {
    width: 90%;
  }

}

@media only screen and (max-width: 970px) {
.single-post .info-p{margin-top: 20px;}
.info-p .hidecomm{display: none;}

}

@media only screen and (max-width: 768px) {
  .search-area {
    float: right;
    width: 60%;
    margin-top: -38px;
    margin-right: 50px;
  }
  .toggleMenu {
    top: -31px;
  }
  .read-more-link{
    opacity: 1;
  }
  .movie-poster img {
    margin: auto;
    margin-bottom: 10px;
    display: block;
  }
  .movie-poster {
    margin-bottom: 50px;
  }
  .movie-archives{display: none;}
  .related-movie{display: none;}
  .movie-by-genre {margin-top: 20px;}
  .facebook-page-posts {
    max-width: inherit;
    margin: inherit;
  }
  .trailer {width: 100%;}
  .watch-online a {width: 100%;}
  .single-post .post-thumbnail {
    text-align: center;
  }



}



@media only screen and (max-width: 750px) {
.info-p p.hidecat, .imdb-rating{display: block;}
.single-post .info-p{margin-top: 50px;}
.info-p .hidecomm{display: block;}
}


@media only screen and (max-width: 580px) {
  .logo img {
    float: none;
    margin: auto;
    margin-bottom: 10px;
    display: block;
  }
  .search-area {
    width: 85%;
    margin-top: 0px;
    margin-right: 15%;
  }
  .toggleMenu {
    top: 7px;
  }
  .movie-by-genre ul li, .movie-by-year ul li {
    width: 48%;
  }
  .mov-download, .sub-download {
    width: 250px;
  }
  .container-download img {
    max-width: 130px;
  }
  .upload-download .download-button-x img{max-width: 250px;}
  .info-p p.hidecat, .imdb-rating{display: none;}
  .third-menu-sec ul li{width: 49%; margin-left: 1%;}






}

@media only screen and (max-width: 480px) {
.custom-col{width: 100%;}
.info-p p.hidecat, .imdb-rating{display: block;}
}



/**
 * Loading Css
 */

 .showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 5%;
  display: none;
}

.loader {
  position: relative;
  top: -15px;
  right: 20px;
  margin: 0 auto;
  width: 30px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
#s{
  color: #cecece;
}
.ajax-output {
    display: none;
    margin-top: 11px;
    position: absolute;
    background: #1d1d1d;
    padding: 10px;
    z-index: 3;
    margin-top: 10px;
    border: 1px solid #2d2d2d;
    border-top: none;
    box-shadow: 0 6px 6px -6px black;
    width: 100%;
}
.ajax-output li{
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.ajax-output li a{
  color: #cecece;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.ajax-output li a::before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 16px;
  content: "\f1c8";
  margin-right: 10px;
  margin-left: 5px;
  color: #337ab7;
  float: left;
  height: 20px;
}
.ajax-output li a:hover{
  color: #337ab7;
}
.ajax-output li a img{
  width: 15px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.ajax-output li a p{}

.main-content p.possible-deadlink{
  color: red;
  margin-top: 20px;
}


/**
 * Ads
 */
 .promo-contents{text-align: center; padding-top: 20px; width: 100%; overflow: hidden;}
 .promo-contents-left{position: absolute; top :65px; left: 10px;}
 .promo-contents-right{position: absolute; top :65px; right: 10px;}
 @media only screen and (max-width: 660px) {
    .promo-contents-left, .promo-contents-right{display: none;}
 }
.promo-contents > span{
	display: block;
	margin-bottom: 20px;
}

 /**
  * Single Page Pagi
  */
.page-navigation{
  margin: 20px 0px;
  text-align: center;
}
.page-navigation .nav-next, 
.page-navigation .nav-previous{
  width: 50%;
  display: inline-block;
}
.page-navigation .post-navigation h2{
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
  border-bottom: 1px solid #303030;
  padding-bottom: 10px;
}
.page-navigation .post-navigation a{
  color: #595959;
  width: 94%;
  display: block;
  padding: 15px 3%;
}
.page-navigation .post-navigation a:hover{
  background: #303030;
  color: #fff;
  text-decoration: none;
}

.trailer-review{
  margin: 20px 0;
}

#total-views{
    float: left;
    color: #8c8c8c;
}
#menu-item-9120 a{
  color: #63ba40;
}

#tab-review h4{
  color: #6ac039;
  margin-bottom: 10px;
}

#tab-review p{
  margin-bottom: 10px;
}

#show-cats-modal .modal-title{
  color: #63ba40;
  font-weight: bold;
  text-align: center;
}

#show-cats-modal .modal-content{
  background: #383838;
}
#show-cats-modal .modal-header{
  border-bottom: 1px solid #252525;
}

#show-cats-modal ul li{
  display: inline-block;
  width: 19%;
  margin-left: 0.8%;
}

#show-cats-modal ul li a{
  color: #fff;
  padding: 10px 5px 10px 40px;
  display: block;
  margin: 4px 0px;
  background: #1a1a1a url(../images/box.png) no-repeat 10px center;
  box-shadow: 0 2px 2px -2px black;
  -webkit-box-shadow: 0 2px 2px -2px black;
  -moz-box-shadow: 0 2px 2px -2px black;
  -ms-box-shadow: 0 2px 2px -2px black;
  -o-box-shadow: 0 2px 2px -2px black;
}

.vip-container{
  min-height: calc(100vh - 300px);
  padding-top: 10vh; 
}
.vip-container h2{
  font-size: 30px;
  margin-bottom: 20px;
}

/**
 * Search
 */
.justify-content-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-search .search-area{
  width: 100%;
  margin-top: 30%;
  margin-bottom: 50px;
}
.big-search .search-area input.form-control{
  height: 4em;
  color: #fff;
  padding-left: 30px;
}
.big-search .search-area .input-group{
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: inset 0 0 10px #151515;
  -webkit-box-shadow: inset 0 0 10px #151515;
  -moz-box-shadow: inset 0 0 10px #151515;
}
.big-search .search-title{
  color: #63ba40;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.big-search .search-area .input-group i{
  font-size: 20px;
}
.big-search .search-area button{
  outline: none;
}
.big-search .search-details{
  margin-bottom: 100px;
  text-align: center;
}
/**
 * Search Modal
 */
#search-modal .modal-dialog{
  margin-top: 60px;
}
#search-modal .modal-content{
  background-color: #2f2f2f;
}
#search-modal .modal-header,
#search-modal .modal-footer{
  border: none;
}
#search-modal .modal-body{
  position: relative;
  display: table;
  width: 100%;
}
#search-modal .modal-body .search-area {
  width: 100%;
}
#search-modal .modal-body .search-area .input-group{
  box-shadow: inset 0 0 5px #212121;
  -webkit-box-shadow: inset 0 0 5px #212121;
  -moz-box-shadow: inset 0 0 5px #212121;
}
#search-modal .modal-body .search-area .input-group input{
  padding-left: 20px;
  height: 3em;
  color: #cecece;
}
#search-modal .close{
  color: #969696;
  opacity: .5;
}
#search-modal .search-output{
  min-height: 20vh;
  padding: 10px;
  display: flex;
}
#search-modal .search-output a {
  color: #fff;
}
.notice{
	text-align: center;
	margin: 20px auto;
	padding: 20px;
	background: #1d1d1d;
	width: 60%;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0 0 5px #151515;
	-webkit-box-shadow: inset 0 0 5px #151515;
	-moz-box-shadow: inset 0 0 5px #151515;
}
.notice p{
	color: #fff;
	font-size: 18px;
}
.notice p span{
	color: #ff0000;
}
.notice a{
	margin-top: 10px;
    display: block;
    color: #6ac045;
}
.notice a:hover{
	color: #c9ff93;
}
.donation-page p{
	margin: 15px 0;
}
.donation-page .method-block{
	text-align: center;
	margin: 30px 0;
}
.donation-page .method-block p strong{
	display: block;
	color: #f7931a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}
.donation-page .method-block p span{
	display: inline-block;
	font-size: 18px;
	margin-top: 8px;
	padding: 6px;
	border: 1px solid #464646;
	background: #171717;
}
#tab-download.new-download{
  background: #1d1d1d;
  padding: 20px 0;
}
a.view-all{
  color: #63ba40;
}
.m-type.tv_series{
  background-color: #2196f3;
}
.m-type.anime{
  background-color: #ff9800;
}