#filterbtn {
  background-color: green;
  color: white;
  border: none;
  border-radius: 3px;
  font-weight: bolder;
}
#filterbtn:hover {
  background-color: #00b300;
  cursor: pointer;
}

#resetbtn {
  background-color: #600;
  color: white;
  border: none;
  border-radius: 3px;
  font-weight: bolder;
}
#resetbtn:hover {
  background-color: #990000;
  cursor: pointer;
}

#clips {
  float: left;
  width: 100%;
  font-size: 0;
  background-color: #433d59;
}
#clips .clip {
  width: 355px;
  height: 200px;
  margin: 2px;
  padding: 0;
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #000;
  font-size: 14px;
}
#clips .clip.unknown {
  border: 1px solid red;
}
#clips .clip .thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.5s;
  filter: brightness(75%);
  filter: grayscale(75%);
  transition-property: filter;
  transition-duration: 0.5s;
}
#clips .clip .thumb img {
  width: 100%;
  height: 100%;
}
#clips .clip:hover .thumb {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  filter: brightness(125%);
  filter: grayscale(0%);
  transition-property: filter;
  transition-duration: 0.2s;
}
#clips .clip .clickzone {
  z-index: 899;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#clips .clip .clickzone:hover {
  cursor: pointer;
}
#clips .clip .gicon {
  position: absolute;
  top: 62.5px;
  left: 0px;
  font-size: 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: left;
  opacity: 0.5;
  transition-property: opacity, left, top, width, height, transform;
  transition-duration: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
#clips .clip:hover .gicon {
  opacity: 0.8;
  left: 125px;
  top: 37.5px;
  width: 150px;
  height: 150px;
  transition-property: opacity, left, top, width, height, transform;
  transition-duration: 0.2s;
  transform: rotate(360deg);
}
#clips .clip .plate {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.5s;
}
#clips .clip .plate .title {
  display: inline-block;
  font-size: 14px;
  color: white;
  max-height: 16px;
  overflow: hidden;
}
#clips .clip .plate .from {
  color: #CCC;
  font-size: 12px;
  font-weight: 100;
}
#clips .clip .plate small {
  font-size: 60%;
}
#clips .clip:hover .plate {
  background-color: rgb(0, 0, 0);
  transition-property: background-color;
  transition-duration: 0.2s;
}
#clips .clip .groupinfo {
  z-index: 900;
  position: absolute;
  bottom: 25px;
  right: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  background-color: rgb(136, 89, 227);
  background-color: linear-gradient(180deg, rgb(136, 89, 227) 0%, rgb(103, 67, 171) 100%);
}
#clips .clip .groupinfo:hover {
  cursor: pointer;
}
#clips .clip .wikiinfo {
  z-index: 1000;
  position: absolute;
  bottom: 67px;
  right: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  background-color: rgb(136, 89, 227);
  background-color: linear-gradient(180deg, rgb(136, 89, 227) 0%, rgb(103, 67, 171) 100%);
}
#clips .clip .wikiinfo:hover {
  cursor: pointer;
}
#clips .clip .sidebtn {
  opacity: 0.6;
}
#clips .clip .sidebtn.unknown {
  opacity: 0.3;
  background-color: rgb(126, 126, 126);
}
#clips .clip .sidebtn:hover {
  opacity: 1;
}
#clips .clip .sidebtn:hover.unknown {
  opacity: 0.5;
}
#clips .clip .clipnfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 24px;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  margin: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
}
#clips .clip .clipnfo .streamername {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding-left: 5px;
  z-index: 900;
}
#clips .clip .clipnfo .streamername a {
  text-decoration: none;
  color: inherit;
}
#clips .clip .clipnfo .streamername a:hover {
  background-color: #433d59;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
}
#clips .clip .clipnfo .streamername .twitch {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
#clips .clip .clipnfo .viewers {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  padding-right: 5px;
}
#clips .clip:hover .streamernfo {
  background-color: rgb(0, 0, 0);
  transition-property: background-color;
  transition-duration: 0.2s;
}

.loading {
  background-image: url("../img/loading.svg");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}

#timer {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgba(0, 192, 0, 0.5);
  transition: width 1s linear;
}

.cliplink {
  background-color: #924399;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
  transition: background-color 0.1s linear;
  text-decoration: none;
  padding: 5px;
}
.cliplink:hover {
  cursor: pointer;
}/*# sourceMappingURL=clips.css.map */