html, body
{
  background-color: #101010;
}

@font-face {
  font-family: "Netflix Sans";
  src:
    url("/fonts/NetflixSans_W_Rg.woff2") format("woff2"),
    url("/fonts/NetflixSans_W_Md.woff2") format("woff"),
    url("/fonts/NetflixSans_W_Blk.woff2") format("woff");
}

body {
  margin: 0px 0px 0px 0px;
  padding:  0px 0px 0px 0px;
  font-size: 14pt;
  font-family: "Netflix Sans";
  color: #ffffff;
}

.content {
  padding-left: 44px;
}

.frame {
  width: 320px;
  height: 180px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.contentItem {
  display: inline-block;
  padding: 8px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: left;
  position: relative;
  margin: 12px;
}

//.contentItem:hover {
//  background-color: #202020;
//  opacity: 1;
  //transform: scale(1.25);
  //transition: all 0.5s ease;
//  border-radius: 4px;
//  z-index: 100;
//  box-shadow: 0px 0px 6px 4px rgba(1, 1, 1, 0.5);
//}

.contentItem img {
  display: block;
}

.contentZoom {
  padding: 10px;
  background-color: #202020;
  width: 400px;
  position: absolute;
  z-order: 200;
  box-shadow: 0px 0px 6px 4px rgba(1, 1, 1, 0.5);
  border-radius: 4px;
}

.stillZoom {
  width: 400px;
  height: 225px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 550px;
  cursor: pointer;
}

.contentTitle {
  text-align: left;
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 10px;
  height: 32px;
}

.titleZoom {
  text-align: left;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 10px;
  height: 32px;
}

.viewLabel {
  background-color: #457d3c;
  color: #ffffff;
  font-size: 12pt;
  margin: 10px;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  border-radius: 4px;
  opacity: 0.85;
}

.seriesLabel {
  background-color: #b49a40;
  color: #ffffff;
  font-size: 12pt;
  margin: 10px;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  border-radius: 4px;
  opacity: 0.85;
}

.loading {
  font-size: 40pt;
  padding: 20px;
  color: #ffffff;
}

.backItem {
  display: inline-block;
  padding: 20px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: left;
}

.backItem:hover {
  #background-color: #181818;
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.backItem img {
  display: block;
}

.backFrame {
  width: 320px;
  height: 180px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("img/back.png");
}

.top {
  #display: inline-block;
  width: 100%;
  background-color: #303030;
  margin-bottom: 32px;
}

.logo {
  font-size: 20pt;
  background-color: #303030;
  color: #7693be;
  padding-left: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 64px;
  display: inline-block;
}

.topMenu {
  font-size: 14pt;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  opacity: 0.7;
}

.topMenu:hover {
  opacity: 1;
  #transform: scale(1.1, 1);
  #transition: all 0.5s ease;
}

.leftEdgeScale:hover {
  transform: scale(1.25) translateX(40px);
}

.rightEdgeScale:hover {
  transform: scale(1.25) translateX(-40px);
}

.bottomInfo {
  color: #a0a0a0;
  text-align: left;
  width: 320px;
  overflow: hidden;
  #white-space: nowrap;
  padding-top: 10px;
  height: 28px;
}

.durationLabel {
  background-color: #808080;
  color: #404040;
  font-size: 12pt;
  margin-right: 10px;
  padding: 2px 4px 2px 4px;
  display: inline-block;
  border-radius: 4px;
  #opacity: 0.85;
}

.episodesLabel {
  background-color: #b49a40;
  color: #404040;
  font-size: 12pt;
  margin-right: 10px;
  padding: 2px 4px 2px 4px;
  display: inline-block;
  border-radius: 4px;
  #opacity: 0.85;
}

.vlcLabel {
  background-color: #576881;
  color: #ffffff;
  font-size: 12pt;
  margin-right: 10px;
  padding: 2px 4px 2px 4px;
  display: inline-block;
  border-radius: 4px;
  #opacity: 0.85;
  cursor: pointer;
}


