.video-wrapper {
  margin: -15px auto;
}

.video-content {
  background: url('/Static/images/videos/videos-bg.jpg') #29282d no-repeat top center;
  padding-top: 11px;
  height: 100%;
  width: 100%;
      z-index: 72;
    position: relative;
}

.video-freaky-fusion-container ul li a .video-url{
	display:none;
}
/*.video-content div.video-title {
  padding: 30px 0 0 0;
 
  width: 26%;
  display: inline-block;
}*/


/*.video-content div.video-title>h2 {
  background: url('/Static/images/videos/video-heading-bg.png') no-repeat;
  font-family: Courier;
  font-size: 1.750em;
  font-weight: bold;
  color: #ec008c;
  
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 22px;
  padding-right: 24px;
  text-align: right;
}*/
.video-content div.video-title{
/*  display: inline-block;*/
display: none;
  width: auto;
  min-width: 34%;
  padding: 30px 0 22px 0;
}
#pageLoader{
	width:100%;
	display:inline-block;
	text-align:center;
}
#pageLoader>span{
	background:url('/Static/images/videos/mh_loader.gif') no-repeat;
	width:55px;
	height:55px;
	display:inline-block;
	
}
.video-content>div.video-title>h2>span {
  background: url('/Static/images/games/page_header_bg.png') repeat-x;
  display: block;
  float: left;
   padding-left: 83px;
}
.video-content>div.video-title>h2>span {
  font-family: 'Courier';
  font-size: 1.750em;
  font-weight: bold;
  color: #ec008c;
  text-transform: uppercase;
  text-align: right;
  padding-top: 4px;
  min-height: 32px;
  display: block;
}
.video-content>div.video-title>h2:before{
  content:"";
  width: 120px;
  background: url('/Static/images/games/header_bg_left.png') no-repeat;
  min-height: 32px;
  display: inline-block;
  float: left;
 
}
.video-content>div.video-title>h2:after{
  content:"";
  width: 26px;
  background: url('/Static/images/games/header_bg_right.png') no-repeat;
   min-height: 31.5px;
  display: inline-block;
  float: left;

}

.video-player-container {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 10px;
  /*height: 544px;*/
  height:563px;
  padding-top:25px
}

.video-player video{
  width: 100%;
  height: 100%;
  background: #000000;
  box-shadow: 0px 0px 10px #000000;
}

.video-info {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  color: #f1f1f1;
  margin: 0 auto;
  width: 1000px;
  text-shadow: 1px 1px 2px #000;
}

.video-info>h1 {
   padding: 4px 0 7px 0px;
  font-size: 1.250em;
  font-weight: bold;
  color: #f1f1f1;
}

.video-info>p.video-description {
    padding: 0 0 0px 1px;
  font-size: 0.875em;
}

.video-content .separator {
  background: url('/Static/images/videos/separator.png') no-repeat;
  background-position: center;
  padding-bottom: 10px;
  margin: 0 auto;
  position: relative;
  width: 950px;
  height: 2px;
  left: -20px;
  margin-top: 2px;
}

.video-content .video-share-info {
  width: 1000px;
  margin: 0 auto;
  margin-top: 12px;
  padding-left: 20px;
  display: block;
}

.video-content .video-share-info>ul>li {
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #f1f1f1;
  margin-right: 23px;
  vertical-align: top;
}
.video-filter li a.active-filter:after, .video-filter li a:hover:after {
  content: "";
  background: url('/Static/images/videos/filter-down-arrow.png') no-repeat center;
  position: absolute;
  bottom: -9px;
  width: 19px;
  height: 10px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
a.active-filter, .video-filter li a:hover {
    background-color: #b85bee;
    background-image: none;
    border-radius: 20px;
    position: relative;
}
.video-content .video-share-info>ul>li:nth-child(1) {
  margin-top: -4px;
}

.video-content .video-share-info>ul>li:nth-child(5) {
  background: url('/Static/images/videos/views-icon.png') no-repeat;
  height: 13px;
}

.video-content .video-share-info>ul>li:nth-child(7) {
  background: url('/Static/images/videos/likes-icon.png') no-repeat;
  height: 17px;
}

.video-content .video-share-info>ul>li.separator-vertical {
  margin-right: 28px;
  position: relative;
  top: -12px;
}

.video-content .video-share-info ul li span.label-rate {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 3px;
}

.video-content .video-share-info ul li span.label {
  margin-top: 3px;
  margin-right: 5px;
}

.video-content .video-share-info>ul>li:nth-child(5) span.label {
  padding-left: 41px;
}

.video-content .video-share-info>ul>li:nth-child(7) span.label {
  padding-left: 23px;
}

.video-content .video-share-info ul li span.count {
  color: #af1d72;
  font-size: 0.813em;
}

.video-main {
  background: url('/Static/images/videos/video-filter-bg.png') repeat top center;
  height: auto;
  width: 100%;
  position: relative;
}

.video-filter {
  background: url('/Static/images/videos/video-nav.png') repeat-x top center;
  height: 53px;
  margin: 0 auto;
}

.video-filter ul {
  text-align: center;
  padding-top: 10px;
}

.video-filter ul.mobile-view,
.video-main .video-filter-mobileview {
  display: none;
}

.mobile-filter,.video-filter ul li {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  list-style: none;
  display: inline-block;
  padding-right: 50px;
  line-height: 23px;
  font-size: 0.938em;
}
.mobile-filter{
	display:none;
}

.video-filter li a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 2px 16px;
  
  
  
}

/*a.active-filter, .video-filter li a:hover {
  background-color: #b85bee;
  background-image: none;
  border-radius: 20px;
  position: relative;
}
*/.
.video-filter li a.active-filter:after, .video-filter li a:hover:after {
  content: "";
  background: url('/Static/images/videos/filter-down-arrow.png') no-repeat center;
  position: absolute;
  bottom: -9px;
  width: 19px;
  height: 10px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.video-main .video-dvd-section-container {
  background: #b85bee;
  margin-bottom: 31px;
  margin-top: -6px;
  box-shadow: 0px 3px 3px #161618;
}

.video-dvd-section-container .video-dvd-section, 
.video-dvd-section-container .video-char-section  {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.video-dvd-section ul, .video-char-section ul {
  display: inline-block;
  margin-bottom: 15px;
}

.video-dvd-section ul.video-dvd-section-list li, 
.video-char-section ul.video-char-section-list li {
  float: left;
  padding-right: 15px;
  margin-top: 15px;
  line-height: 23px;
}

.video-freaky-fusion-container {
  margin: 20px auto;
  width: 1000px;
}

ul#videoThumbContainer {
  margin-bottom: 71px;
}

#videoThumbContainer li a img, #playlists li a img{
  width: 225px;
  height: 125px;
}

.video-freaky-fusion-container ul.mobile-view {
  display: none;
}

.video-freaky-fusion-container>h1 {
  background: url('/Static/images/videos/freaky-fusion-heading-bg.png') no-repeat;
  height: 35px;
  font-family: Courier;
  font-weight: bold;
  font-size: 1.500em;
  color: #000;
  padding: 5px 0 0 13px;
  text-transform: uppercase;
}

.video-freaky-fusion-container ul li {
  display: inline-block;
  margin: 1px 10px 30px 2px;
  border: 3px solid #000000;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  height: 128px;
}

.video-freaky-fusion-container ul li:hover {
  border: 3px solid #ffffff;
}

.video-freaky-fusion-container ul {
  margin: 18px 0 20px 8px;
}

.video-freaky-fusion-container ul li a {
  position: relative;
  display: inline-block;
}

a.video-play-icon:before {
  background-image: url('/Static/images/videos/dvd-videos-playicon.png'),url('/Static/images/videos/bg-dvd-shadow.png');
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  height: 100%;
  width: 100%;
  background-size: auto,100%;
  background-repeat: no-repeat, repeat-x;
  background-position: top right, left bottom;
  background-position-x: 194px,0px;
  background-position-y: 1px,68px;
}

a.video-play-icon:hover:before{
  background-image: url('/Static/images/videos/dvd-videos-playicon-over.png'),url('/Static/images/videos/bg-dvd-shadow.png');
  background-color: rgba(236, 0, 140, 0.6);
}

a.video-play-icon:visited{
  display: none;
}

a.video-play-icon img:hover {
  background: url('/Static/images/videos/dvd-videos-playicon-over.png') no-repeat;
}

#videoThumbContainer .video-created-date,#videoThumbContainer .Video-url,#videoThumbContainer .video-description{
  display: none;
}

/* Reformatted styles   */
.video-playing .now-playing-text{
	display:block;
}

span.video-title {
  position: absolute;
  bottom: 30px;
  left: 15px;
  color: #FFF;
  z-index: 999;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 0.800em;
  text-shadow: 1px 1px 2px #000000;
}

span.now-playing-text {
  position: absolute;
  background: #ec008c;
  height: 25px;
  opacity: 0.9;
  z-index: 1;
  top: 0;
  color: #fff;
  font-family: "YellowBalloon";
  text-transform: uppercase;
  width: 217px;
  padding: 7px 0 0 8px;
  display: none;
}

.video-main-title {
  position: absolute;
  top: 64%;
  left: 7%;
  color: #fff;
  z-index: 999;
  font-size: 0.9em;
  text-shadow: 1px 1px 2px #000;
  text-align: left;
}
#playlists{
    display: none;
  
}
.oo-thumbnail-active span.now-playing-text{
  display: block;
}
.video-sorting{
  width: 100%;
  display: none;

}
.video-freaky-fusion-container ul.video-sorting-buttons{
  float: right;
  background: rgba(0,0,0,0.4);
  border-radius: 4px;
  padding: 3px;
  margin: 0px;
}

.video-freaky-fusion-container ul.video-sorting-buttons li{
  height: auto;
  border:0;
  background:#00aeef;
  color: #000000;
  margin: 0px;
  padding: 12px 20px;
  font-weight: bold;
  cursor: pointer;
  font-family: Arial,Verdana, sans-serif;
  font-size: 15px;
  box-shadow: 3px 4px 3px rgba(0,0,0,0.9);
}

.video-freaky-fusion-container ul.video-sorting-buttons li.active{
  background:#bcedff;
  color: #000000;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9); 
}

.video-freaky-fusion-container ul.video-sorting-buttons li:first-child{
 border-radius: 8px 0px 0px 8px; 

}
.video-freaky-fusion-container ul.video-sorting-buttons li:last-child{
  border-radius:0px 8px 8px 0px; 

}
.video-freaky-fusion-container ul.video-sorting-buttons li:hover{
  background:#ec008c;
  color: #ffffff;

}

.chardetails-right {
  width: 1000px;
  display: inline-block;
}
.chardetails-carousal{
  margin:0 auto;
  text-align: center;
  width: 100%;
  background: #b95bef;
}
.chardetails-char-flexslider {
  padding: 16px 0px 15px;
  width: 87%;
  margin: 0 auto;
  position: relative;
}
.chardetails-char-flexslider .flex-prev, .chardetails-char-flexslider .flex-next {
  background: url('/Static/images/character/chardetails-carousel-arrows.png') no-repeat;
  width: 55px;
  height: 55px;
  top: 15px;
  opacity: 1;
}
.chardetails-char-flexslider .flex-next {
  background-position: -76px 0;
  right: -66px;
}
.chardetails-char-flexslider .flex-prev {
  left: -62px;
}
.chardetails-char-flexslider .flex-prev:hover {
  background-position: 0 -68px;
    background-color:rgba(0,0,0,0);
}
.chardetails-char-flexslider .flex-next:hover {
  background-position: -76px -68px;
    background-color:rgba(0,0,0,0);
}
.chardetails-char-carousel li {
  margin: 0 5px;
  position: relative;
}
.chardetails-char-carousel li img{
  box-shadow: 2px 2px 0 #000;
  width: 55px;
  height: 55px
}
.ui-tooltip.ui-chartooltip {
  padding: 5px 15px;
  width: 100px;
  margin-top: -39px;
  min-height: 24px;
  text-align: center;
}
.ui-tooltip.ui-chartooltip, .ui-chartooltip .toottip-arrow:after {
  background: #a60062;
  border: 1px solid #be0071;
  box-shadow: none;
  z-index: 100;
}
.ui-chartooltip .ui-tooltip-content {
  color: #fff;
  font-size: 12px;
  font-family: arial;
  /* font-weight: bold; */
  vertical-align: middle;
  display: table-cell;
  height: 27px;
  width: 100px;
}
.ui-chartooltip .toottip-arrow {
  left: 55%;
}
.toottip-arrow {
  width: 45px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.toottip-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 15px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ui-tooltip.ui-chartooltip, .ui-chartooltip .toottip-arrow:after {
  background: #a60062;
  border: 1px solid #be0071;
  box-shadow: none;
  z-index: 100;
}
.chardetails-right.desktop-view{
  /*display: none;*/
}
#charactersContiner .flex-prev.flex-disabled, #charactersContiner .flex-next.flex-disabled{
  display: none;
}
@media screen and(min-width:767px){
	a.active-filter, .video-filter li a:hover {
		background-color: #b85bee;
		background-image: none;
		border-radius: 20px;
		position: relative;
	}
}
/* mobile view starts here  */
/*@media screen and (max-width:767px) {
.video-filter ul li:hover{
		color:#fff;
		background:#4B008E;
	}
.video-filter .mobile-filter {
    width: 226px;
    display: inline-block;
    min-height: 33px;
    cursor: pointer;
    padding: 2px 8px;
    background: url('/Static/images/videos/mobil_videofilder_bg.png');
    background-repeat: no-repeat;
    background-position: 0;
    float: right;
    text-align: right;
}

.video-filter ul.desktop-view {
    display: none;
	width: 100%;
}
.video-filter ul li {
    width: 96%;
    display: inline-block;
    padding-right: 0px;
    text-align: right;
}
.video-filter li a {
    color: #000;
    text-transform: uppercase;
    vertical-align: top;
    padding: 2px 4px;
}
.video-filter li a[name='New']:after {
    content: '';
    width: 27px;
    height: 25px;
    display: inline-block;
    background: url('/Static/images/videos/Musicvideos_icon.png') no-repeat;
    margin-left: 10px;
}
.video-filter li a[name='webisodes']:after {
    content: '';
    width: 27px;
    height: 25px;
    display: inline-block;
    background: url('/Static/images/videos/Webisodes_icon.png') no-repeat;
    margin-left: 10px;
}
.video-filter li a[name='movies']:after {
    content: '';
    width: 31px;
    height: 25px;
    display: inline-block;
    background: url('/Static/images/videos/movies_icon.png') no-repeat;
    margin-left: 10px;
}
.video-filter li a[name='characters']:after {
    content: '';
    width: 27px;
    height: 25px;
    display: inline-block;
    background: url('/Static/images/videos/Characters_icon.png') no-repeat;
    margin-left: 10px;
}
}*/
@media screen and (max-width:767px) {
     
    .video-wrapper {
      width: 100%;
      margin: 0 auto;
    }
    .you-like-section-title,.you-like-carousel-container{
      width: 100%;
    }

    .video-content {
      width: 100%;
      height: 100%;
      background-size: cover;
      border-top: 4px solid #ce007c;

    }

    .video-content div.video-title {
      width: 100%;
      background: #000000;
      margin-top: -10px;
	  display:block;
    }

    .video-content div.video-title>h2>span{
      background: none;
      font-size: 1em;
      font-weight: normal;
      padding: 0 0 17px 10px;
      min-height: 0;
    }

    .video-content div.video-title>h2:after,.video-content div.video-title>h2:before{
      display: none;
    }
    .video-bg{
      width: 100%;
    }
    .video-player-container {
      position: relative;
      width: 100%;
      padding-bottom:1%;
      margin-bottom: 8px;
      min-height: 162px;
	  height: 180px;
    }

    .video-player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .video-player #videoHolder {
      width: 100%;
      height: 100%;
    }

    .video-info {
      width: 100%;
      margin-bottom: 8px;
    }

    .video-info>h1 {
      font-size: 1.000em;
      padding: 0 0 16px 11px;
    }

    .video-info>p.video-description {
      font-size: 0.750em;
    }

    .video-content .separator {
      width: 100%;
      left: 0;
      padding: 0;
      margin: 0;
    }

    .video-content .video-share-info {
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .video-content .video-share-info ul {
      text-align: center;
    }

    .video-content .video-share-info ul li {
      margin-right: 10px;
    }

    .video-content .video-share-info ul li.separator-vertical {
      margin-right: 4px;
      top: -7px;
    }

    .video-content .video-share-info ul li:nth-child(1) {
      margin-top: 0;
    }

    .video-content .video-share-info ul li:nth-child(3) span.count {
      padding-left: 22px;
    }

    .video-content .video-share-info ul li:nth-child(5) span.count {
      padding-left: 41px;
    }

    /*.video-content .video-share-info ul li:nth-child(3) {
      background: url('../images/likes-icon.png') no-repeat;
      height: 17px;
    }*/

    .video-content .video-share-info ul li:nth-child(5) {
      background: url('/Static/images/videos/views-icon.png') no-repeat;
      height: 13px;
    }

    .video-content .video-share-info ul li:nth-child(3),
    .video-content .video-share-info ul li:nth-child(5) {
      margin-top: 3px;
    }

    /*.video-content .video-share-info ul li span.label,
    .video-content .video-share-info ul li span.label-rate {
      display: none;
    }*/

    .video-filter ul.desktop-view {
      width: 100%;
    }

/*    .video-filter ul.mobile-view, .video-main .video-filter-mobileview {
      display: block;
      padding-top: 0;
      text-align: center;
    }*/
	.video-filter ul.mobile-view, .video-main .video-filter-mobileview{
		display:none;
	}

    .video-filter ul.mobile-view li {
      margin-top: 0px;
      line-height: 49px;
    }

   /* .video-filter li a.active-filter, .video-filter li a:hover {
      border-radius: 0px;
	  width: 96%;
	  background-color: rgba(0,0,0,0);
	  background-image: none;
      border-radius: 0;
      position: static;
    }*/

    .video-filter {
      width: 100%;
	  height: 26px;
	  background: url('');
	  margin: 14px 11px;
	  width: auto;
      margin-bottom: 24px;
	  font-size: 18px;
	  font-family: "YellowBalloon",Arial,sans-serif;
    }
	.video-filter li a {
		color:#000;
		text-transform:uppercase;
		vertical-align: top;
		    padding: 2px 4px;
	}
    .video-main .video-filter-mobileview ul{
      background-color: #ffffff;
      width: 100%;
    }
	.video-filter li a.active-filter, .video-filter li a:hover{
		background-color: rgba(0,0,0,0);
		background-image: none;
		border-radius: 0px;
	}
    .video-main .video-dvd-section-container {
      margin-bottom: 15px;
    }
  
    .video-main {
      width: 100%;
	  padding-top: 1px;
    }

    .video-freaky-fusion-container {
      width: 100%;
      margin: 12px auto;
    }

    .video-freaky-fusion-container>h1 {
      display: none;
    }

    .video-freaky-fusion-container>h1, .video-freaky-fusion-container ul.desktop-view {
      display: none;
    }

    .video-freaky-fusion-container ul {
      display: block;
      background: url('/Static/images/videos/paper-bg.png') repeat-y left top;
      height: 100%;
      margin: 0 8px;
    }


   /* .video-freaky-fusion-container ul li a.li-link,
    .video-ymal-container ul li a.li-link,
	.video-movies-container ul li a.li-link,
	.video-char-container ul li a.li-link {
      display: table-row;
      overflow: hidden;
    }

  .video-freaky-fusion-container ul li img {
    border: 3px solid #000000;
  }
  
  .video-freaky-fusion-container ul.mobile-view hr {
    border-top: 1px solid #bc9ad0;
    display: block;
    margin: 0;
    padding: 0;
  }

  .video-freaky-fusion-container ul li .li-img,
  .video-ymal-container ul li .li-img,
  .video-movies-container ul li .li-img,
  .video-char-container ul li .li-img  {
    display: table-cell;
    vertical-align: middle;
    width: 42%;
    padding-right: 1em;
  }

  .video-freaky-fusion-container ul li .li-title {
    margin-top: -20px;
    color: #363638;
    font-weight: bold;
  }

  .video-freaky-fusion-container ul li {
    border: none;
    margin: 8px 5px 5px 8px;
    height: 130px;
  }
  
  .video-freaky-fusion-container ul li:hover {
    border: none;
  }

  .list li {
    background: url('/Static/images/videos/mobile-thumb-arrow.png') no-repeat 97% 50%;
    display: table;
    border-collapse: collapse;
    width: 97%;
  }
    
  .video-freaky-fusion-container ul li .dvd-video-play-icon,
  .video-freaky-fusion-container ul li .dvd-video-play-icon-over {
    margin-top: 5px;
    position: relative;
    right: 17%;
  }

  .video-dvd-section-container {
      display: none;
  }
*/
#VideoJoverlay{
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
}

.video-freaky-fusion-container ul li{
  width: 97%;
  min-height: 170px;
  display: inline-block;
  margin: 7px 8px 10px;
  border: none;
}

.video-freaky-fusion-container ul li:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #bc9ad0;
}

.video-freaky-fusion-container ul li {
  border-bottom: 1px solid #bc9ad0;
  padding-top: 7px;
  background: url('/Static/images/videos/mobile-thumb-arrow.png') no-repeat 98% 50%;
}


#playlists{
  display: block;
}

#playlists .Playlists{
display:none;
}

.Playlists a{
width:100%;
}

#videoThumbContainer li a img, #playlists li a img{
    border: 3px solid #000;
    width: 41%;
    height: auto;
    float: left;
}
#playlists li.Playlists a img{
   max-width: 173px;
   max-height: 100px;
}
ul#videoThumbContainer {
  margin-bottom: 0;
}

#videoThumbContainer li a{
width:100%;
}

a.video-play-icon:before{  
  width: 42%; 
  background-position-x: 96%,0px;  
  background-position-y: 2%,100%;
}

.video-playing span.now-playing-text{
  display: none;
}

a.video-play-icon:hover:before{
    width: 42%;    
    background: url('/Static/images/videos/dvd-videos-playicon-over.png') rgba(236, 0, 140, 0.6);
    background-repeat: no-repeat;
    background-position-x: 96%,0px;  
    background-position-y: 5%,100%;
}

span.video-title{
    position: static;
    width: 46%;
    margin-top: 7%;
    float: left;
    margin-left: 10px;
    color: #363638;
    font-weight: bold;
    text-shadow: none;
}

.video-background-popup {
  background: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0.8;
}
.video-playing .now-playing-text{
  display:none;
  
}

.dvd-video-popup-tempate {
  border-top: 4px solid #ce007c;
}

#VideoJoverlay .video-content {
  border-top: none;
}

.dvd-video-popup-tempate .video-content div.video-title {
  background: none;
  padding: 0 0 10px 10px;
}

  /* mobile popup style starts here   */

  .videos-mobile-popup {
    width: 100%;
    height: 100%;
    z-index: 17;
    top: 0;
    left: 0;
    position: absolute;
  }

  .video-mobile-popup-header {
    background: #000;
    height: 56px;
    width: 100%;
    display: inline-block;
  }

  .video-mobile-popup-title {
    width: 80%;
    text-align: center;
    margin: -23px 0 0 30px;
    font-family: 'Courier';
    font-size: 1.314em;
    color: #b85bee;
    font-weight: bold;
    text-transform: uppercase;
  }

  .video-popup-back-btn {
    background: url('/Static/images/videos/mobile-arrow-left.png') no-repeat top left;
    height: 20px;
    width: 10px;
    display: inline-block;
    margin: 15px 0 0 10px;
    cursor: pointer;
  }

  .video-popup-close-btn {
    background: url('/Static/images/videos/video-popup-close.png') no-repeat right;
    height: 19px;
    margin-top: -20px;
    margin-right: 13px;
    cursor: pointer;
    float: right;
    width: 20px;
  }

  .video-movies-container,
  .video-char-container  {
	background: #b95bef;
  }
  
  .video-movies-container ul li,
  .video-char-container ul li  {
	border-bottom: 1px solid #dfa2ff;
	padding: 10px;
  }
  
  .video-movies-container ul li .li-title,
  .video-char-container ul li .li-title  {
	color: #030100;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-weight: bold;
	margin-top: 10px;
  }
  
  .video-char-container ul li .li-img {
	width: 33%;
  }
  
  .video-char-container ul li .li-title {
	margin-top: 20px;
  }
  
ul#playlists {
  margin-bottom: 51px;
}
.videos-mobile-popup .video-freaky-fusion-container ul li{
  background: url('');
}
.video-freaky-fusion-container ul li{
  background: url('');
}
.video-sorting{
  display: none;
  background: url('/Static/images/videos/mobile-video-sort-bg.png');
}
#playlists li{
  background: url('/Static/images/videos/mobile-thumb-arrow.png') no-repeat 95% 50%;
}
  .video-freaky-fusion-container ul.video-sorting-buttons li{
    min-height: 0;
    width: 40%;
    display: inline-block;
    padding: 7px 14px;
  }
.video-freaky-fusion-container ul.video-sorting-buttons{
  background:rgba(0,0,0,0);
  width:95%;
  float: none;
  border-radius: 0;
  font-size: 0.8em;
  margin-bottom: 0px;
  padding: 10px 2px;
  text-align: center;

}
.videos-mobile-popup .video-freaky-fusion-container ul.video-sorting-buttons li{
  background:#01aef0;
}
.videos-mobile-popup .video-freaky-fusion-container ul.video-sorting-buttons li.active{
  background: #bdeeff;
  box-shadow: inset 0px 0px 0px rgba(0,0,0,0.2);
  color:#000;
}
/* mobile popup style ends here   */
  .character-popup{
    position: relative;
    z-index: 99;
    background: #b95bef;
  }
  .character-image-popup-holder{
    display: inline-block;
    width: 18%;
    padding: 7px 8px;
  }
  .character-image-popup-holder img{
    box-shadow: 3px 3px #000;
  }
  .character-name-popup{
    display: inline-block;
    font-weight: bold;
    color: #000;
    vertical-align: top;
    width: 70%;
    word-wrap: break-word;
    padding-top: 20px;
  }
  .characters-popup-list-holder li{
    border-bottom: 1px #fff solid;
    background:url('/Static/images/videos/chardetails-arrow-more.png') no-repeat 95% center;
  }
  .characters-popup-header{
    position: relative;
  }
	.video-filter ul li{
		width: 96%;
		display: inline-block;
		padding-right: 0px;
		text-align: right;
		font-size: 1em;
		    
	}
/*	.video-filter li a{
		padding: 3px 9px;
		font-size: 18px;
		font-family: "YellowBalloon",Arial,sans-serif;
		color: #000;
		vertical-align: top;
		text-transform: uppercase;
	}*/
	.video-filter ul li:hover{
		color:#fff;
		background:#4B008E;
	}
	.video-filter li a[name='webisodes']:after{
		content:'';
		width:27px;
		height:25px;
		display:inline-block;
		background: url('/Static/images/videos/Webisodes_icon.png') no-repeat;
		margin-left: 10px;
		position:static;
	}
	.video-filter li:first-child{
		display:none;
	}
	.video-filter li a[name='musicVideos']:after{
		content:'';
		width:27px;
		height:25px;
		display:inline-block;
		background: url('/Static/images/videos/Musicvideos_icon.png') no-repeat;
		margin-left: 10px;
		position:static;
	}
	.video-filter li a[name='movies']:after{
		position:static;
		content:'';
		width:31px;
		height:25px;
		display:inline-block;
		background: url('/Static/images/videos/movies_icon.png') no-repeat;
		margin-left: 10px;
	}
	.video-filter li a[name='characters']:after{
		position:static;
		content:'';
		width:27px;
		height:25px;
		display:inline-block;
		background: url('/Static/images/videos/Characters_icon.png') no-repeat;
		margin-left: 10px;
	}
	.video-filter .mobile-filter{
	    width: 280px;
		display: inline-block;
		min-height: 33px;
		cursor: pointer;
		padding: 2px 8px;
		background: url('/Static/images/videos/mobil_videofilder_bg.png');
		background-repeat: no-repeat;
		background-position: 0;
		float:right;
		text-align: right;
	
	    background-size: 94.6% 100%;
}
	.video-filter .mobile-filter:after{
		content: '';
		background: url('/Static/images/videos/video-filter-downarrow.png') no-repeat;
		width: 31px;
		height: 25px;
		display: inline-block;
		margin-top: 2%;
		margin-right: 10px;
	}
	/*.video-filter li a[name='webisodes'].active-filter,.video-filter li a[name='webisodes']:hover:after{
		background: url('/Static/images/videos/Webisodes_icon.png') no-repeat;
		background-color:rgba(0,0,0,0);
	}
	.video-filter li a[name='New'].active-filter,.video-filter li a[name='New']:hover:after{
		background: url('/Static/images/videos/Musicvideos_icon.png') no-repeat;
		background-color:rgba(0,0,0,0);
	}
	.video-filter li a[name='movies'].active-filter,.video-filter li a[name='movies']:hover:after{
		background: url('/Static/images/videos/movies_icon.png') no-repeat;
		background-color:rgba(0,0,0,0);
	}
	.video-filter li a[name='characters'].active-filter,.video-filter li a[name='characters']:hover:after{
		background: url('/Static/images/videos/Characters_icon.png') no-repeat;
		background-color:rgba(0,0,0,0);
	}*/
	.video-filter ul.desktop-view {
		display: none;
	}
	.video-filter .mobile-filter span{
		vertical-align: top;
        padding-top: 5px;
		display: inline-block;
		margin-right: 9px;
		font-size: 18px;
		font-family: "YellowBalloon",Arial,sans-serif;
		text-transform:uppercase;
	}
	.video-filter ul.desktop-view.desktop-view.active{
		display:inline-block;
		position: absolute;
		z-index: 211;
		background-color: rgb(0, 142, 197);
		width: 280px;
		float: right;
		right: 27px;
		top: 53px;
	}
	.oo-thumbnail-active span.now-playing-text{
		display:none;
	}
	/*.video-filter li a.video-active-filter, .video-filter li a:hover {
      border-radius: 0px;
	  width: 97%;
    }
	.video-filter li a.active-filter:after, .video-filter li a:hover:after{
	 background:url('');
	}*/
}
@media screen and (max-width:767px) {
	.oo-thumbnail-active span.now-playing-text{
		display:none;
	}
	#videoThumbContainer li a img, #playlists li a img {
		width:48%;
	}


	a.video-play-icon:before{
	    width: 49%;
	}
	a.video-play-icon:hover:before{
		width: 49%;
	}
}
@media screen and (min-width:320px) and (max-width:480px){
    
    .video-wrapper {
      width: 100%;
      margin: 0px auto;
    }

    .video-content {
      width: 100%;
      height: 100%;
      background-size: cover;
      margin-bottom: 8px;
      border-top: 4px solid #ce007c;
    }

    .video-content div.video-title {
      width: 100%;
      padding: 20px 0 0;
      background: #000000;
    }

    .video-content div.video-title>h2 {
      background: #000000;
      font-size: 1.384em;
      padding: 0 0 20px 10px;
    }

    .video-player-container {
     /* position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      margin-bottom: 16px;*/
    }

    .video-player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .video-player #videoHolder {
      width: 100%;
      height: 100%;
    }

    .video-info {
      width: 100%;
      margin-bottom: 8px;
    }

    .video-info>h1 {
      font-size: 1.000em;
      padding: 0 0 8px 2px;
    }

    .video-info>p.video-description {
      font-size: 0.750em;
    }

    .video-content .separator {
      width: 100%;
      left: 0;
      padding: 0;
      margin: 0;
    }

    .video-content .video-share-info {
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .video-content .video-share-info ul {
      
      text-align: center;
    }

    .video-content .video-share-info ul li:nth-child(1) {
      margin-top: 0;
      margin-right: 8px;
    }

    .video-content .video-share-info ul li:nth-child(3),
    .video-content .video-share-info ul li:nth-child(5) {
      margin-top: 3px;
    }

    .video-content .video-share-info ul li.separator-vertical {
      margin-right: 4px;
      top: -7px;
    }

    .video-content .video-share-info ul li {
      font-size: 0.75em;
      margin-right: 0;
    }

    .video-content .video-share-info ul li:nth-child(3) span.count {
      padding-left: 22px;
    }

    .video-content .video-share-info ul li:nth-child(5) span.count {
      padding-left: 41px;
    }

    /*.video-content .video-share-info ul li:nth-child(3) {
      background: url('../images/likes-icon.png') no-repeat;
      height: 17px;
      margin-right: 5px;
    }*/

    .video-content .video-share-info ul li:nth-child(5) {
      background: url('/Static/images/videos/views-icon.png') no-repeat;
      height: 13px;
    }

    .video-content .video-share-info ul li span.label,
    .video-content .video-share-info ul li span.label-rate {
      display: none;
    }

    .video-filter ul.desktop-view {
      
    }

    /*.video-filter ul.mobile-view, .video-main .video-filter-mobileview {
      display: block;
      padding-top: 0;
      text-align: center;
    }*/

    .video-filter ul.mobile-view li {
      margin-top: 0px;
      line-height: 48px;
    }

    /*.video-filter li a.video-active-filter, .video-filter li a:hover {
      border-radius: 0px;
	  width: 97%;
    }*/


    .video-filter {
     
    }

    .video-main .video-filter-mobileview ul{
      background-color: #ffffff;
      width: 100%;
    }

    .video-main .video-dvd-section-container {
      margin-bottom: 15px;
    }
  
    .video-main {
      width: 100%;
    }

    /*.video-freaky-fusion-container {
      width: 100%;
      margin: 12px auto;
    }*/

    .video-freaky-fusion-container>h1, .video-freaky-fusion-container ul.desktop-view {
      display: none;
    }

    .video-freaky-fusion-container ul li .li-title {
      font-size: 0.7em;
      font-weight: bold;
    }

    .video-freaky-fusion-container ul li .dvd-video-play-icon, 
    .video-freaky-fusion-container ul li .dvd-video-play-icon-over {
      right: 25%;
    }

    .video-freaky-fusion-container ul li:hover {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #bc9ad0;
    }

    .video-freaky-fusion-container ul li {
      min-height: 90px;
      padding-top: 7px;
      border-bottom: 1px solid #bc9ad0;
   
    }

    .video-dvd-section-container {
      display: none;
    }

    /* mobile overlay css starts here */

    .video-overlay-container h2 span.arrow-left {
      text-align: center; 
      background: url('/Static/images/videos/mobile-arrow-left.png') no-repeat;
      width: 10px;
      height: 20px;
      display: inline-block;
      float: left;
      margin-top: 14px;
    }

    .video-overlay-container h2.video-like-section-title {
      line-height: 50px;
      margin: 0;
      text-align: center;
    }

    .video-overlay-container h2.video-like-section-title:after {
      background: url('/Static/images/videos/video-icon-close.png') no-repeat;
      height: 19px;
      width: 19px;
      margin: 13px 10px 0 0;
    }

    .video-overlay-container .video-content {
      height: auto;
      margin: 0;
      padding: 0;
    }

    .video-overlay-container .video-main, .video-overlay-container .video-freaky-fusion-container ul.mobile-view,
    .video-overlay-container .video-freaky-fusion-container ul.mobile-view li span:after {
      background: #171719;
    }

    .video-overlay-container .video-freaky-fusion-container ul.mobile-view span a {
      color: #e0acff;
    }

    .video-overlay-container .video-freaky-fusion-container ul.mobile-view hr {
      border-top: 1px solid #3e1158;
    }

    .video-ymal-container ul li .dvd-video-play-icon {
      right: 62%;
      top: 19%;
    }
	
	.video-movies-container,
    .video-char-container {
		background: #b95bef;
	}
	
	span.video-play-icon {
		left: 38%;
    top: 13%;
	}
	
  ul#videoThumbContainer {
    margin-bottom: 0;
  }

  span.video-title {
    text-shadow: none;
  }

  ul#playlists {
    margin-bottom: 51px;
  }

  #freaky-fusion-popup #videoThumbContainer {
    background: #171718;
    margin: 0;
  }

  #freaky-fusion-popup #videoThumbContainer li {
    border-bottom: 1px solid #3e1158;
  }

  #freaky-fusion-popup #videoThumbContainer .video-title {
    color: #e0acff;
  }

  .dvd-video-popup-tempate .video-content .video-title {
    background: none;
    padding: 0 0 10px 10px;
  }

  #VideoJoverlay .video-content {
    border-top: none;
  }

  .dvd-video-popup-tempate {
    border-top: 4px solid #ce007c;
  }
/*.videos-mobile-popup .video-freaky-fusion-container ul li{
  background: url('');
}
.videos-mobile-popup .video-freaky-fusion-container ul.video-sorting-buttons li{
  background:#01aef0;
}
.videos-mobile-popup .video-freaky-fusion-container ul.video-sorting-buttons li.active{
  background: #bcedff;
  color: #000;
}*/
.video-freaky-fusion-container ul.video-sorting-buttons{
  background:rgba(0,0,0,0);
  width: 100%;
  padding: 10px 0px;
  text-align: left;
  }
 .video-filter ul li {
   font-size: 0.8em;
  }
  /* mobile overlay css ends here */
}

/* mobile view ends here */

/* tablet view starts here */

@media screen and (min-width:768px) and (max-width:1024px){
    
    .video-wrapper {
      width: 100%;
    }

    .video-content {
      width: 100%;
      height: 100%;
      background-size: cover;
    }

    .video-content .video-title {
      width: 100%;
    }

    .video-content .video-title>h2 {
      background: none;
      font-size: 1.813em;
      font-weight: normal;
      padding: 0 0 17px 10px;
    }

    .video-player-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      margin-bottom: 16px;
    }

    .video-player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .video-info {
      width: 100%;
      margin-bottom: 8px;
    }

    .video-info>h1 {
      font-size: 1.250em;
      padding: 0 0 16px 11px;
    }

    .video-info>p.video-description {
      font-size: 1em;
    }

    .video-content .separator {
      width: 100%;
      left: 0;
      padding: 0;
      margin: 0;
    }

    .video-content .video-share-info {
      width: 98%;
      padding-left: 0;
    }

    .video-filter {
      width: 100%;
    }

    .video-filter ul li {
      padding-right: 8px;
    }

    .video-main .video-dvd-section-container {
      width: 100%;
    }

    .video-dvd-section ul, .video-char-section ul {
      width: 84%;
    }

    .video-dvd-section ul.video-dvd-section-list li, .video-char-section ul.video-char-section-list li {
      padding-right: 5px;
    }

    .video-main {
      width: 100%;
    }

    .video-freaky-fusion-container>h1 {
      display: block;
    }

    .video-freaky-fusion-container {
      width: 98%;
    }

    .video-dvd-section-container .video-dvd-section, .video-dvd-section-container .video-char-section {
      width: 100%;
      margin-top: -6px;
      box-shadow: 0px 3px 3px #161618;
    }
	#jOverlayContent{
	top:47% !Important;
	}
}

/* tablet view ends here */

/* *-video player container code for videos page-* */
@media screen and (max-width: 1024px){
	div.video-content div.video-player-container{
		position: relative;width: 97%;height: 0;
		padding-bottom: 52%;min-height: 0;margin: 2% auto;
	}
	div.video-content div.video-player-container .player-wrapper{
		width: 100%;height: 100%;position: absolute;
    	top: 0;left: 0;
	}
	div.video-content .video-info{width: 97%;margin-bottom: 1em;}
	div.video-content .video-info .video-title{padding-left: 0;}
}

/* ------------------------- YT-Video Call styles starts here -----------------------*/
.video-content .video-title.yt-content-on{
	display: block;
	width:1000px;
	margin:0 auto;
	text-align:center;
	padding: 1.5em 0 0em;
	background: transparent;
	top: 0.6em;
	position: relative;
}
@media screen and (max-width:1024px){
	div.video-content .video-title.yt-content-on{
		width:100%;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.video-content .video-title.yt-content-on{
		top:0.3em;
	}
}
@media screen and (max-width:767px){
	div.video-content .video-title.yt-content-on{
		padding:0.1em 0 .1em;
		top:0;
	}
}
.video-content .video-title.yt-content-on>h2{
	display:none;
}
.video-content .video-title.yt-content-on .yt-call-out{
    color: #fff;
    font: normal 25px "LucidaGrande",Arial,sans-serif;
    /*margin-right: 5px;*/
}
.video-content .video-title.yt-content-on .yt-call-out img,
	.video-content .video-title.yt-content-on .yt-call-out span{
		vertical-align:middle;
}
/* ------------------------- YT-Video Call styles Ends here -----------------------*/

/* MNHI-408 ( Mobile-Alignment issue in video drop down box ) */
@media screen and (max-width:767px) {
	.video-filter #filterContainer{
		padding-top:0;
	}
	.video-filter #filterContainer li{
		line-height: normal;
		vertical-align: middle;
		width: 100%;
		padding: .2em 0;
	}
	.video-filter #filterContainer>li>a{
		padding-right: 10px;
		vertical-align: middle;
	}
	.video-filter #filterContainer li:hover a{
		color: #fff;
	}	
	.video-filter #filterContainer li a[name='Products']:after{
		content:'';
		width:27px;
		height:25px;
		display:inline-block;
		background: url('/Static/images/videos/product_icon_dropdown.png') no-repeat;
		margin-left: 10px;
		position: static;
	}
	.video-filter #filterContainer li a:after{
		vertical-align:middle;
	}
}

/*----------------------- MH Video Pull Down Menu --------------------------------*/

ul#videoThumbContainer {
	clear : both;
}
.mh-vid-cat-dropdown {
	width : 100%;
	background : #000000;
	color: #ffffff;
    font-family: Courier;
    text-transform: uppercase;
    margin-bottom : 20px;
    position: relative;
    display : none;
    font-size: 20px;
    font-weight: bold;
}
.mh-vid-cat-dropdown-select-title {
    padding: 3% 4.5% 3% 7%;
    position : relative;
    font-family: Courier;
    text-transform: uppercase;
}
.mh-vid-cat-dropdown-title-text{
    padding: 0px;
    font-size: 18px;
}
.mh-vid-cat-dropdown-select-title .arrow {
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #ffffff transparent transparent transparent;
    position: absolute;
    right: 12px;
    top: 40%;
}
.mh-vid-cat-dropdown-list {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
}
.mh-vid-cat-dropdown-list ul{
	background : #4b4b4b;
	margin: 0;
	margin: 0;
    border: 2px solid #000;
    border-bottom : 0px;
    overflow: hidden;
}
.mh-vid-cat-dropdown-list:after {
    position: absolute;
    right: 0;
    bottom: -32%;
    left: 0;
    height: 35%;
    content: '';
    background-image: url(/static/img/vid-cat-dp-bottom.png);
    background-size: 104% auto;
    background-repeat: no-repeat;
    background-position-x: -5px;
    z-index: -1;
}
.mh-vid-cat-dropdown-list ul li{
    height : auto;
    margin: 0;
    display: block;
    border: 0;
    min-height: 30px;
    padding: 3px 0 3px 9%;
    cursor : pointer;
}
.mh-vid-cat-dropdown-list ul li span{
    padding: 8px 10px;
    color: #fff;
    font-family: Courier;
    text-transform: uppercase;
    display : inline-block;
    text-rendering: optimizeLegibility; 
    font-size: 18px;
}
.video-freaky-fusion-container>h1 {
    margin-bottom : 20px !important;
}

/* tablet, landscape iPad, lo-res laptops ands desktops */ 
@media (min-width:768px)  {
	.video-freaky-fusion-container>h1 {
		width: 60%;
	    float: left;
	}
	.mh-vid-cat-dropdown {
	    width: 37%;
	    float: right;
	    font-size : 15px;
	}
}
/* desktops */ 
@media (min-width:1200px)  {
	.mh-vid-cat-dropdown-list ul li:hover{
		border : 0px;
		background : url(/static/img/skull-icon.png) no-repeat #962cd6 10px center;
	}
	.mh-vid-cat-dropdown {
		width: 35%;
	    margin-right: 30px;
	    font-size : 20px;
	}
}
/*----------------------- End of MH Video Pull Down Menu -------------------------*/