body {
  font-family: 'courier-prime', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  background: #ffffff url(none) repeat left top;
  background-color: #ffffff;
  margin: 20px;
  margin-bottom: 1px;
}
body,
a {
  color: #000000;
  text-decoration: none;
}
.header .menu {
  margin-bottom: 20px;
}
.header .menu .filter,
.header .menu .filterCategory {
  cursor: pointer;
}
.header .menu a:hover,
.header .menu a.active,
.header .menu .filter:hover,
.header .menu .filter.active,
.header .menu .filterCategory:hover,
.header .menu .filterCategory.active {
  text-decoration: underline;
}
.home .item img,
.detail .item img,
.home .item video,
.detail .item video,
.home .item .mejs-video,
.detail .item .mejs-video {
  margin-right: 20px;
}
.home .item .caption,
.detail .item .caption {
  margin-bottom: 40px;
  margin-top: 5px;
  font-size: 14px;
  padding-right: 20px;
}
.home .item .caption .category,
.detail .item .caption .category {
  float: left;
}
.home .item .caption .title,
.detail .item .caption .title {
  float: right;
}
.detail-header p {
  margin-top: -5px;
  margin-bottom: 20px;
}
.detail .item p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.mejs-controls,
.mejs-overlay-loading {
  display: none !important;
}
.about a {
  text-decoration: underline;
}
