@CHARSET "UTF-8";

.cf-poweredby {  
  float: right;  
  font-size: 0.5em;
}

.cf-poweredby img {
  vertical-align: middle;
}

.cf-myclips {
  text-align: left;
}

.cf-vidthumbs {
  vertical-align: top;
  font-size: 11pt;
}

.cf-vid {
  font-size: 1em;
  display: inline-block;
  width: 300px;
  height: 270px;
  border: 1px solid rgba(128,128,128,0.5);
  margin: 0 0 5px 0;
}

.cf-vidtitle {
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cf-tile {
  position: relative;
  width: 300px;
  height: 120px;
  display: inline-block;
}

.cf-thumb {
  display: table;
  width: 300px;
  height: 120px;
  text-align: center;
}

.cf-thumb div {
  display: table-cell;
  vertical-align: middle;
}

.cf-thumb img {
  max-width: 300px;
  max-height: 110px;
  display: table-cell;
  opacity: 0.8;
  filter: saturate(80%);
  -o-filter: saturate(80%);
  -ms-filter: saturate(80%);
  -moz-filter: saturate(80%);
  -webkit-filter: saturate(80%);
  transition: filter 0.3s, opacity 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s;
  -ms-transition: filter 0.3s, opacity 0.3s;
  -moz-transition: filter 0.3s, opacity 0.3s;
  -webkit-transition: filter 0.3s, opacity 0.3s;
  text-align: center;
}

.cf-thumb .cf-duration-overlay {
  bottom: 0;
  right: 0;
  padding: 4px;
  background: #fff;
  color: #333;
  text-decoration: none;  
}

.cf-vidcta {
  margin: 0;
}

.cf-vidinfo div {
  text-align: left;
  font-size: 0.8em;
  padding: 1px 10px;
}

.cf-vidinfo div.cf-discount {
  text-align: right;
}

.cf-vidinfo span {
  width: 150px;
}

.cf-vidinfo strong {
  float: right;
}

.cf-vidinfo em {
  font-style: normal;
  font-weight: normal;
  text-decoration: line-through;
}

.cf-thumb:hover img {
  opacity: 1;
  filter: saturate(100%);
}

.cf-page {
  display: inline-block;
  padding: 0.3em;
  text-decoration: none;
}

.cf-poster>div {
  width: 100%;
  height: 380px;
}

.cf-poster img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  border: 30px solid #ff0;
  border-left: 0;
  border-right: 0;
  border-image: url(clipframe.png) 30 27 repeat;
  
}

.cf-thumbs {    
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 30px solid #ff0;
  border-left: 0;
  border-right: 0;
  border-image: url(clipframe.png) 30 27 repeat;
}

.cf-thumbs img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.cf-vidinfo .formandu-text {
  box-sizing: border-box;
  width: 100%;
}