

body {
	font-family: sans-serif; overflow-x: hidden !important; background: #000; overflow-y: scroll; line-height: 1.4; color: #f1f1f1; font-size: 14px; font-weight: 400; margin: 0;
}

.clearfix {
	clear: both;
}
@media screen and (max-width: 750px) {
.dmca{
display:none;
}
}
.loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9000;
	display: none;
}

.loading .content {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 138px;
	overflow: hidden;
	margin-top: -69px;
	text-align: center;
}

.loading img {
	width: 64px;
}

.loading h2 {
	color: #FFF;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 43px;
	border: solid 1px #000;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	background-image: linear-gradient(to bottom, #282828, #1E1E1E);
}

.header h1 {
	color: #FFF;
	margin: 0px;
	font-size: 13px;
	font-weight: 400;
}



.diz-title{
font-size: 1.3em; color: #c3c3c3; padding-left: 7px;}
.ploting{font-size: 1em; color: #919191;}
.main {
position: absolute;
    top: 43px;
    width: 100%;
    height: calc(100% - 43px);
    background-color: #120c28;
    overflow: auto;
}





.movies {
	text-align: center;
	margin-bottom: 80px;
}

.contain {
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.movies .movie {
	height: 195px;
	width: 132px;
	padding: 0;
	display: inline-block;
        margin: 9px;
	border-radius: 3px;
	position: relative;
	background: #000;
	text-align: left;
	transform: scale(1);
	transition: transform .3s ease-in-out;
}

@media screen and (max-width: 900px) {.movies .movie {
height: 195px;
	width: 132px;
	padding: 0;
	display: inline-block;
        margin: 6px;
	border-radius: 3px;
	position: relative;
	background: #000;
	text-align: left;
	transform: scale(1);
	transition: transform .3s ease-in-out;
}}

.movies .movie.hidden {
	transform: scale(0);
}

.movies .movie::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.15), 0 2px 3px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	border: 1px solid #000;
	z-index: 3;
}
@media screen and (max-width:1100px) {
.movie{
width: 100%
}
}
@media screen and (min-width:1100px) {
.movie{
width: 1024px; margin: 0 auto;
}
}
@media screen and (min-width:1500px) {
.movie{
width: 100%; margin: 0 auto;
}
}
@media screen and (min-width:2000px) {
.movie{
width: 100%; margin: 0 auto;
}
}
.movies .movie .eye {
	transition: all ease 0.3s;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	display: block;
	position: absolute;
	bottom: 0;
	line-height: 185px;
	right: 0;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 60px;
	opacity: 0;
	width: 101%;
	height: 101%;
	z-index: 10;
}

.movies .movie:hover .eye {
	opacity: 1;
}

.movies .movie .poster {
	width: 133px;
	height: 196px;
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
	border-radius: 3px;
}

.movies .movie .poster img {
	opacity: 1;
	z-index: 2;
	border-radius: 3px;
	width: 133px;
	height: 196px;
}

.movies .movie .title {
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:default;
}

.movies .movie .year {
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 3px;
	cursor:default;
}

.player {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 7000;
	display: none;
}

.player .close {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 8015;
	opacity: 0.7;
	color: #FFF;
	transition: opacity .1s ease-in-out;
	cursor: pointer;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.player .close:hover {
	opacity: 1;
}

.video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.advertisement {
	width: 728px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -364px;
	bottom: 20px;
	border-radius: 5px;
	background-color: #121212;
	border: solid 1px #000;
	z-index: 11000;
	display: none;
}

.advertisement .close {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 11500;
	opacity: 0.7;
	color: #FFF;
	transition: opacity .1s ease-in-out;
	cursor: pointer;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.advertisement .close:hover {
	opacity: 1;
}

.dialog {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.dialog-contents {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #1E1E1E;
	border: solid 1px #000000;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	color: #FFF;
	z-index: 10011;
	width: 640px;
}

.dialog-contents .close {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 11500;
	opacity: 0.7;
	color: #FFF;
	transition: opacity .1s ease-in-out;
	cursor: pointer;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.dialog-contents .close:hover {
	opacity: 1;
}

.dialog-contents h1 {
	font-weight: 400;
	margin: 0px;
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px #000;
	width: 100%;
}

.dialog-contents p {
	margin: 20px;
}

.tblink{
    background:#EAEAEA;
}
.tblink_alt{
    background:#fff;
}
#optionz-group li
{

}
#optionz-group li:hover{
     background:#690000;
}
li.optionz-list{
     background:#f1f1f1;
}
li.optionz-list:active{
     background:grey;color:white;
}

.btns-under-jumbo{width:100%;padding:0 50px}.btns-under-jumbo .btn{border-left:0;color:#fff;border-radius:0;border-top:0;border-bottom:0;background-color:inherit;border-color:#cfcfcf}.no-bord-left{border-left:0 transparent}.no-bord-right{border-right:0 transparent}.btns-under-jumbo .active,.btns-under-jumbo li a:active,.btns-under-jumbo li a:focus,.btns-under-jumbo li a:hover{color:#fff}.btns-under-jumbo .active a{color: #ffffff; background: #690000; border: 1px solid #3c3c3c;}.lists-form{display:inline-block}.btns-under-jumbo .lists:active,.lists:focus{outline:0;border-top:0;color:#cfcfcf}.btns-under-jumbo .watchlisted .fa-heart:before,.btns-under-jumbo .watchlisted .fa-plus:before{content:"\f00c"}.jumbo-watchlist-btns a:first-child,.jumbo-watchlist-btns form:first-child{padding-left:110px}.btns-under-jumbo .active{top:0}.title-dt-group{margin-bottom:10px}.title-desc-crew dt{width:initial;font-weight:400;font-family:Quando,serif;font-size:12px}.title-desc-crew dd{margin-left:100px;color:#b3b3b3}.title-ratings dd{margin-left:120px}.title-ratings dt{margin-bottom:10px}.title-ratings>dd>strong{margin-left:5px}.reviews-not-released{text-align:center}.search-page h3,.title-page h3{font-family:'Cantora One',sans-serif}.title-jumbo-text{margin-top:20px}.btns-under-jumbo ul{list-style:none;margin-bottom:0;margin-top:0}.btns-under-jumbo li{float:left;list-style-type: none;}.btns-under-jumbo{padding:0}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn:focus,.btn-group>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{font-size:12px;line-height:1.5;border-radius:3px;padding:1px 5px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified .btn{float:none;display:table-cell;width:1%}.btn-group .btn+.btn{margin-left:-1px}.btn-group .btn{color: #474747; background: #121212}.btn-group .active,.btn-group .active:hover,.btn-group button:active{border-radius:0;border-top:none!important;background-color:#690000;color:#fff;box-shadow:inset 0 0 0 0;top:-1px}.btn-group .drop-trans{color:#AAA}.trans-button .caret{border-top:4px solid #AAA}.drop-trans:hover{color:#FFF!important}.trans-button:active,.trans-button:focus,.trans-menu{border-radius:3px!important;background-color:rgba(76,76,76,.9)!important;border:1px solid rgba(86,86,86,.9)!important}.trans-menu a{color:#FFF!important}.edit-images-page .row{margin-left:20px}.edit-images-page .back-btn{margin-top:20px;margin-bottom:20px}.edit-images-page .col-sm-3{margin-top:10px}.search-page .btn-group{list-style:none;margin-bottom:0}.search-page .btn-group li{display:inline-block}.search-page .btn:active,.search-page .btn:focus{-webkit-box-shadow:initial;box-shadow:initial}.search-page .btn-group .active a{color:#F39C12;top:1px}.search-page .btn-group a{font-family:Ubuntu,sans-serif}.embed-youtube{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.embed-youtube embed,.embed-youtube iframe,.embed-youtube object{position:absolute;top:0;left:0;width:100%;height:100%}.trans-table{background-color:rgba(0,0,0,.6);color:#ccccd6;border:1px solid #4f5052}.trans-table td,.trans-table th{border:1px solid #4f5052!important}.browse .form-group,.user-profile .form-group{margin-right:10px;margin-left:10px}.browse .btn-group .form-control,.user-profile .btn-group .form-control{border-top:0;border-bottom:0;border-radius:0;margin-bottom:-12px;background-color:rgb(243, 243, 243);}.browse .btn-group .btn,.user-profile .btn-group .btn{padding:5px 12px}.no-bord-left{border-left:0 transparent}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#690000;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#690000;border-color:#fff}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b00000), color-stop(1, #000321));
	background:-moz-linear-gradient(top, #b00000 5%, #000321 100%);
	background:-webkit-linear-gradient(top, #b00000 5%, #000321 100%);
	background:-o-linear-gradient(top, #b00000 5%, #000321 100%);
	background:-ms-linear-gradient(top, #b00000 5%, #000321 100%);
	background:linear-gradient(to bottom, #b00000 5%, #000321 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b00000', endColorstr='#000321',GradientType=0);
	background-color:#b00000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #002404;
	display:inline-block;
	cursor:pointer;
	color:#e6e6e6;
	font-family:Arial;
	font-size:17px;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:0px 0px 0px #000000;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000321), color-stop(1, #b00000));
	background:-moz-linear-gradient(top, #000321 5%, #b00000 100%);
	background:-webkit-linear-gradient(top, #000321 5%, #b00000 100%);
	background:-o-linear-gradient(top, #000321 5%, #b00000 100%);
	background:-ms-linear-gradient(top, #000321 5%, #b00000 100%);
	background:linear-gradient(to bottom, #000321 5%, #b00000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000321', endColorstr='#b00000',GradientType=0);
	background-color:#000321;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton2 {
	background-color: #4267b2; border-color: #4267b2; color: white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #002404;
	display:inline-block;
	font-family:tahoma;
	font-size:17px;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:0px 0px 0px #000000;
}
.tblink{
    background:#EAEAEA;
}
.tblink_alt{
    background:#fff;
}
a.visitedep{text-decoration: underline; color: #428bca; font-weight: 800; font-size: 15px; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; padding: 15px 0px 15px 30px; margin-left: -15px; margin-right: -15px; margin-bottom: -20px}



.menuactive{background: #000000; color: white!important;}


.description-fadeout { 
	display: block;
	height: 50px;
	margin: 0;
	position: absolute;
	bottom: 37px;
	width: 100%;
	z-index: 999;

	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}

.mynav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(0deg, #320000 16%, #9d0000 100%);
    color: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999999999999999999999999999999;
}

.menu-icon,
.search-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}
.user-icon {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    margin-left: 15px;
}

.logo {
    flex-grow: 1;
    text-align: center;
}


.menu-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    flex-direction: column;
    font-size: 25px;
    border:1px solid;
    background: #f1f1f1;
    border-radius: 0.5rem;
    padding: 0.5rem 0.7rem;
    margin-left: 10px;
}

.menu-links a {
    text-decoration: none;
    color: #474752;
    text-align: left;
    display: block;
    padding: 0.2rem 2rem 0.2rem 0.5rem;
    margin: 0.2rem 0;
    font-weight: 600;
    font-size: 2rem;
    border-radius: 0.5rem;
    font-family: sans-serif;
}

.menu-links a:hover {
    background-color: #f1f1f1;
    color:#474747;
}

.menu-links.active {
    display: flex;
}

.search-form-container {
    display: none;
    position: absolute;
    top: 0;
    right: 11%;
    background-color: transparent;
    padding: 10px;
    width: 80%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.searchinput{height: 40px;
    margin: 0;
    border-radius: 20px 0 0 20px;
    padding-right: 5px;
    background: #000;
    color: #a8a8b7;
    width: 60%;
    font-size: 1em;
    font-weight: 300;
    padding-left: 20px;
    border: none;
    outline: none;
}

.search-form-container.active {
    display: inline-block; /* or display: ; */
}





#search-results-container {
    position: relative;
    padding: 10px;
    z-index: 1000;
    display: none;
    background-color: #000;
    border: none;
    border-radius: 23px;
}
.thumbsearch{border-radius: 0.5rem; overflow: hidden; width: 50px; height: 58px; float: left; display: inline-block;}
p.tmtitle{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
p.rating-and-type{
    color: #7b7b7b;
} /* Responsive layout for small screens (up to 767px) */
    @media (max-width: 767px) {
        #search-results-container{
            width: 95%!important;
    display: block;
    left: 2.5%!important;
        }
        }

.loader {
      position: relative;
      overflow: hidden;
    }

  .img-responsive {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* Media Queries */
@media (max-width: 768px) {
    .img-responsive {
        width: 100%;
        height: 350px; /* Calculated value for 40vh */
    }
}

@media (min-width: 769px) and (max-width: 959px) {
    .img-responsive {
        width: 100%;
        height: 400px; /* Calculated value for 50vh */
    }
}

@media (min-width: 960px) and (max-width: 1170px) {
    .img-responsive {
        width: 100%;
        height: 450px; /* Calculated value for 55vh */
    }
}

@media (min-width: 1171px) and (max-width: 1500px) {
    .img-responsive {
        width: 100%;
        height: 450px; /* Calculated value for 60vh */
    }
}

@media (min-width: 1501px) and (max-width: 2000px) {
    .img-responsive {
        width: 100%;
        height: 550px; /* Calculated value for 75vh */
    }
}

@media (min-width: 2001px) {
    .img-responsive {
        width: 100%;
        height: 650px; /* Calculated value for 85vh, using the same calculation */
    }
}

    .fa-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 5vw; /* Adjust the font size based on your preference */
    }

    @media only screen and (max-width: 768px) {

      .fa-play {
        font-size: 8vw; /* Adjust the font size based on your preference */
      }
    }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #a8a8a8;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #690000;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}    .seasonContainer {
        margin-bottom: 10px;
    }

    .seasonHeader {
    text-align: center; background: #fff; margin-left: -15px; margin-right: -15px;
    }

    .toggleArrow {
        font-size: 20px;
    }

    .episodeList {
        display: block;
    }

    .collapsed .episodeList {
        display: none;
    }
.episodeColorBlack {
    background-color: #f1f1f1;
}

.episodeColorGrey {
    background-color: #ffffff;
}
a.tv_episode_name:visited{color: #397fff;}