-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
label{
  font-size: 14px;
}

.public-main {
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color : #f3f3f3;
  position: relative;
  box-shadow: inset 0 -10px 30px #01193b;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.public-header {
  width: 100%;
  height: 120px;
  padding: 15px;
  background-size: 100% 100% !important;
}

.public-logo {
  height: 80px;
}

.public-logo img {
  height: 100%;
}

.public-player-dv {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}

.center-div {
  width: 960px;
  margin: auto;
  height: auto;
}

.pl-border-div {
    /*width: 660px;*/
    width:1200px;
    height: 440px;
    background: #222;
    /*padding: 10px;*/
    float: left;
    border-radius: 4px;
}

.public-player {
  /*width: 640px;*/
  width:1200px;
  height: 360px;
  background: #ccc;
  position: relative;
  float: left;
}

.public-player img {
  width: 100%;
}

.public-player video {
  width: 100%;
  height: 100%;
}

.social-dv {
  width: 100%;
  float: left;
  padding: 7px 1rem;
  text-align: right;
  position: relative;
  top: 5px;
}

.social-dv a {
  color: #ccc;
  font-size: 2em;
  padding: 10px 9px;
  text-decoration: none;
}

.all-videos {
  width: 990px;
  margin: auto;
  background: #fff;
  padding: 0 15px;
  padding-bottom: 1rem;
  min-height: 255px;
}

.public-videos {
  width: 100%;
  margin-bottom: 1rem;
}

.public-heading {
  padding: 0 15px;
  padding-top: 0.5rem;
  border-bottom: 1px solid #DDDDDD;
  color: #333;
  margin-bottom: 1rem;
}

.public-heading label {
  text-transform: uppercase;
  font-weight: 600;
}

.public-heading a {
  text-transform: uppercase;
  float: right;
  color: #999;
  font-size: 14px;
}

.thumb-img {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 0.3rem;
  border: 1px solid #ccc;
  background: #000;
}

.thumb-img img{
  width: 100%;
  transition: all 0.4s;
}

.thumb-img img:hover{
  opacity: .3;
  transition: all 0.4s;
}

.live {
  padding: 3px 8px;
  background: #cc0000;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.duration {
  padding: 3px 8px;
  background: #000000c7;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.video-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  margin-bottom: 1rem;
}

.video-title label{
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
  color: #666;
}

.video-title span{
  font-size: 10px;
  color: #999;
}

.f-p {
  position: absolute;
  bottom: 5px;
  padding: 0 10px;
  background: #3da212;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.p-f {
  position: absolute;
  bottom: 5px;
  padding: 0 10px;
  background: #087f9a;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.paid {
  width: 100%;
  height: 100%;
  background: #000000de;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: table;
  text-align: center;
  display: none;
}

.paid .paid-buttons {
  display: table-cell;
  vertical-align: middle;
}

.paid-buttons a {
  width: 250px;
  margin-bottom: 1rem;
}

.upcoming-videos-dv {
  float: left;
  width: 310px;
  height: 440px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: 15px;
  background: #222;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  display: table;
  position: relative;
}

.upcoming-videos-dv::-webkit-scrollbar {
  display: none;
}

.public-videos .container {
  background: #fff;
  padding-bottom: 1rem;
}

@media (min-width: 1200px){
  .public-videos .container {
    width: 960px;
}
}

@media (max-width: 991px){
  .center-div {
      width: 750px;
  }
  .all-videos {
    width: 640px;
  }
  .pl-border-div {
    margin: auto !important;
  }
  .upcoming-videos-dv {
    width: 640px;
    height: 440px;
    float: none;
    margin: auto;
    margin-top: 2rem;
  }
  .public-header {
    height: 80px;
    padding: 5px;
  }
  .public-logo {
    width: 660px;
    margin: auto;
    height: 60px;
  }
  .up-des {
    padding-left: 5px;
    width: 160px;
    font-size: 12px;
  }
  .up-thumb {
    width: 60px;
    height: 40px;
  }

}

@media (max-width: 768px){
  .center-div {
    width: auto;
  }
  .public-logo {
    width: 510px;
    height: 60px;
  }
  .all-videos {
    width: 510px;
  }
  .public-player {
    width: 490px;
    height: 276px;
    float: none;
    margin: auto;
  }
  .pl-border-div {
    width: 510px;
    height: 350px;
  }
  .upcoming-videos-dv {
    width: 510px;
    height: 440px;
  }
  .up-des {
    padding-left: 10px;
    width: 70%;
    font-size: 14px;
  }
  .up-thumb {
    width: 30%;
    height: 40px;
  }

}

@media (max-width: 550px){
  .social-dv a{
    font-size: 18px;
  }
  .pl-border-div {
    width: 380px;
    height: 257px;
  }
  .all-videos {
    width: 380px;
  }
  .public-player {
    width: 360px;
    height: 203px;
  }
  .upcoming-videos-dv {
    width: 380px;
    height: 440px;
  }
  .up-thumb {
      height: 60px;
  }
  .public-header {
    height: 60px;
  }
  .public-logo {
    width: 380px;
    height: 40px;
  }
}

@media (max-width: 430px){
  .pl-border-div {
    width: 360px;
    height: 240px;
  }
  .public-player {
    width: 340px;
    height: 191px;
  }
  .all-videos {
    width: 360px;
  }
  .upcoming-videos-dv {
      width: 360px;
      height: 440px;
  }
  .public-logo {
    width: 360px;
    height: 40px;
    padding-left: 10px;
  }

}

.parent-cat {
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
}

.parent-cat label {
  margin: 0;
  margin-top: 6px;
}

.child-cat {
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 4px 7px;
  margin-top: 7px;
}

.child-cat label {
  margin: 0;
  margin-top: 6px;
}

.this-m {
  padding: 3rem 5rem;
}

.this-m h3 {
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 3.5rem;
}

.more-inf {
  padding: 1rem;
}

.pr-r {
  float: right;
  font-size: 20px;
  position: relative;
  top: -5px;
}

.player-thumb {
  float: left;
  position: relative;
}

.player-thumb:hover .hov-title {
  display: block;
}

.hov-title {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: linear-gradient(#000000cc, transparent);
  padding: 1rem;
  display: none;
}

.hov-title label {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.play-vid {
  display: none;
}

.l-header {
  width: 100%;
  padding: 1rem 2rem;
  background: #394263;
}

.l-logo-dv {
  width: 150px;
}

.l-logo-dv img {
  width: 100%;
}

.l-body {
  padding: 2rem 1rem;
  margin-top: 5rem;
  background: #fff;
}

.l-body .alert {
  font-size: 16px;
}

.btn-styled.btn-lg {
  font-weight: 400;
}

.btn-facebook {
  padding: 1rem;
  color: #fff;
  background: #4267b2;
  border: 1px solid #4267b2;
  font-size: 14px;
}

.public-heading {
    width: 100%;
}

.public-videos .nav-tabs {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 2px;
}

.public-videos .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #4E5154;
    background: none;
    border: none !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;

}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
  border: none;
}

.download-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #e88101;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10;
}

footer.footer-dark {
    background: #404E67;
    color: #FFFFFF;
    padding: 0.5rem;
    font-size: 14px;
}

.chat-closed {
  display: table;
  width: 100%;
  height: 100%;
  background: #222;
  top: 0;
  left: 0;
  display: none;
}

.chat_closed
{
    text-align: center !important;
    font-weight: bold !important;
    color: #a9a9a9 !important;
    display: table-cell;
    vertical-align: middle;
}

.btn-show {
  width: 250px;
  padding: 5px;
  font-size: 12px;
  background: linear-gradient(#f6f6f6,#dddddd);
  border: 1px solid #999;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-show:hover {
  color: #666;
  border: 1px solid #ccc;
  transition: all 0.3s;
}

.btn-show:focus {
  outline: none;
  box-shadow: none;
}

.search-li {
  width: 100%;
  padding: 0 15px;
}

.search-inp {
  margin-top: 4px;
  margin-bottom: 5px;
  width: 100%;
  padding: 2.5px 10px;
  font-size: 14px;
}

.ads-body .close {
  position: absolute;
  top: -6px;
  right: -10px;
  background-color: #fff;
  opacity: 1;
  padding: 4px 7px;
  border-radius: 15px;
}

.ads-body .close span {
  position: relative;
  top: -2px;
}

/* ADS popup Video Player START */
.video-outer {
    position: relative;
    padding-top: 56.25%;
}

.video-inner {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
}
/* ADS popup Video Player END */