
.unstyledList, .tabBlock-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabBlock-content {
    padding: 1.25rem;
    float: left;
    width: 100%;
}
#relatedSeries {
    margin-top: 45px;
}
.tabBlock-pane > :last-child {
    margin-bottom: 0;
}
#relatedSeries .episode {
    margin: 5px;
    display: inline-block;
}
.episode {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 20px 10px 20px 0px;
}
.epsDiv {
    padding: 12px;
    position: absolute;
    display: none;
    width: 230px;
    background: black;
    opacity: 0.5;
    height: 120px;
}
.episode p {
    color: #CCC;
}
.epsP {
    width: 230px;
    height: 120px;
}
.headEps {
    font-size: 20px;
    width: 100% !important;
    margin-bottom: 0px;
    float: left;
}
.stream-rating-small {
    padding-top: 10px;
    font-size: 10px;
}   
.stream-rating-small {
    padding-top: 10px;
    font-size: 10px;
}
.stream-persona-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
    grid-template-rows: 1fr;
    grid-gap: 10px;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 100;
}
.sliderimage-div {
    border-radius: 8px;
    margin: 0px 5px;
    position: relative;
    height: 205px;
    cursor: pointer;
}
.sec-images {
    height: 205px;
    width: 145px;
}
.makeNewDivFav img {
  border-radius: 8px;
}
.movies-title {
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f8f8f8;
    position: absolute;
    word-break: break-all;
    width: 100%;
}
.castHover {
    padding: 0px;
    position: relative;
    width: 100%;
    opacity: 1;
    height: 100%;
    display: block;
}
.castHover img {
    width: 100%!important;
    padding: 50px;
    margin-top: 40px;
}


/* Humburger Button Open AAnimated  */

.hamburger {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 40px auto;
    position: fixed;
    right: 20px;
    bottom: 0px;
    z-index: 1030;
    display: block;
    width: 68px;
    height: 68px;
    background: #fd1d05;
    border-radius: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .burger-main {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
  }
  
  .burger-inner {
    position: relative;
    height: 28px;
    width: 36px;
  }
  
  .burger-main span {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #fff;
  }
  
  .top {
    top: 0;
    transform-origin: 34px 2px;
  }
  
  .bot {
    bottom: 0;
    transform-origin: 34px 2px;
  }
  
  .mid {
    top: 12px;
  }
  
  .svg-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
  }
  
  .circle {
    width: 68px;
    height: 68px;
  }
  
  .path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
  }
  
  .hamburger.open .path {
    animation: dash-in 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.closed .path {
    animation: dash-out 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.open .top {
    animation: close-top-out 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.open .bot {
    animation: close-bot-out 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.closed .top {
    animation: close-top-in 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.closed .bot {
    animation: close-bot-in 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.open .mid {
    animation: burger-fill-out 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.closed .mid {
    animation: burger-fill-in 0.6s linear normal;
  }
  
  .path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(http://dev.awsm.in/codepen/mask.svg);
  }
  
  .animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
  }
  
  .path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  
  .path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #fff;
  }
  
  .hamburger.open .animate-path {
    animation: circle-in 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  .hamburger.closed .animate-path {
    animation: circle-out 0.6s linear normal;
    animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes dash-in {
    0% {
      stroke-dashoffset: 240;
    }
  
    40% {
      stroke-dashoffset: 240;
    }
  
    100% {
      stroke-dashoffset: 0;
    }
  
  }
  
  @keyframes dash-in {
    0% {
      stroke-dashoffset: 240;
    }
  
    40% {
      stroke-dashoffset: 240;
    }
  
    100% {
      stroke-dashoffset: 0;
    }
  
  }
  
  @-webkit-keyframes dash-out {
    0% {
      stroke-dashoffset: 0;
    }
  
    40% {
      stroke-dashoffset: 240;
    }
  
    100% {
      stroke-dashoffset: 240;
    }
  
  }
  
  @keyframes dash-out {
    0% {
      stroke-dashoffset: 0;
    }
  
    40% {
      stroke-dashoffset: 240;
    }
  
    100% {
      stroke-dashoffset: 240;
    }
  
  }
  
  @keyframes close-top-out {
    0% {
      left: 0;
      top: 0;
      transform: rotate(0deg);
    }
  
    20% {
      left: 0;
      top: 0;
      transform: rotate(15deg);
    }
  
    80% {
      left: -5px;
      top: 0;
      transform: rotate(-60deg);
    }
  
    100% {
      left: -5px;
      top: 1px;
      transform: rotate(-45deg);
    }
  
  }
  
  @keyframes close-bot-out {
    0% {
      left: 0;
      transform: rotate(0deg);
    }
  
    20% {
      left: 0;
      transform: rotate(-15deg);
    }
  
    80% {
      left: -5px;
      transform: rotate(60deg);
    }
  
    100% {
      left: -5px;
      transform: rotate(45deg);
    }
  
  }
  
  @keyframes close-top-in {
    0% {
      left: -5px;
      bot: 0;
      transform: rotate(-45deg);
    }
  
    20% {
      left: -5px;
      bot: 0;
      transform: rotate(-60deg);
    }
  
    80% {
      left: 0;
      bot: 0;
      transform: rotate(15deg);
    }
  
    100% {
      left: 0;
      bot: 1px;
      transform: rotate(0deg);
    }
  
  }
  
  @keyframes close-bot-in {
    0% {
      left: -5px;
      transform: rotate(45deg);
    }
  
    20% {
      left: -5px;
      transform: rotate(60deg);
    }
  
    80% {
      left: 0;
      transform: rotate(-15deg);
    }
  
    100% {
      left: 0;
      transform: rotate(0deg);
    }
  
  }
  
  @keyframes burger-fill-in {
    0% {
      width: 0;
      left: 36px;
    }
  
    40% {
      width: 0;
      left: 40px;
    }
  
    80% {
      width: 36px;
      left: -6px;
    }
  
    100% {
      width: 36px;
      left: 0px;
    }
  
  }
  
  @keyframes burger-fill-out {
    0% {
      width: 36px;
      left: 0px;
    }
  
    20% {
      width: 42px;
      left: -6px;
    }
  
    40% {
      width: 0;
      left: 40px;
    }
  
    100% {
      width: 0;
      left: 36px;
    }
  
  }
  @keyframes circle-out {
    0% {
      transform: rotate(0deg);
    }
  
    40% {
      transform: rotate(180deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  
  }
  
  
  @keyframes circle-in {
    0% {
      transform: rotate(360deg);
    }
  
    40% {
      transform: rotate(180deg);
    }
  
    100% {
      transform: rotate(0deg);
    }
  
  }