﻿h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
  text-transform: none;
}
h1 {
  color: #3c4959;
}
#theater {
  height: 300px;
}
.video-section {
  text-align: center;
}
.video-list {
  text-align: center;
}
.category-btn {
  cursor: pointer;
  padding: 1em 1em;
  background-color: #ddd;
  color: #000;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.21428571428571em;
  position: relative;
}
.category-btn .notch {
  display: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  _border-right-color: #ffc0cb;
  border-bottom-color: transparent;
  border-left-color: #00add0;
  _border-left-color: #ffc0cb;
  color: #fff;
  font-size: 0;
  line-height: 0;
  _filter: chroma(color=pink);
}
.category-btn.active {
  border: none;
  background-color: #00add0;
  color: #fff;
}
.category-btn.active .notch {
  display: block;
}
.gallery-thumbnail {
  cursor: pointer;
  display: inline-block;
  margin: 1em;
  width: 100px;
  vertical-align: middle;
}
.gallery-thumbnail img {
  border: 1px solid #1e1e1e;
  height: 75px;
}
.gallery-thumbnail p {
  color: #1e1e1e;
  height: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
.gallery-thumbnail:hover img {
  border: 1px solid #1e1e1e;
}
.video-actions {
  outline: none;
}
.video-actions a {
  display: inline-block;
  margin-left: 0;
  height: 32px;
  width: 150px;
  border: 0;
  text-indent: -9999px;
}
#download-link {
  background: url('../images/download_button.png') 0 0 no-repeat;
}
#share-button {
  background: url('../images/share_button.png') 0 0 no-repeat;
}
@media screen and (min-width: 768px) {
  #theater {
    height: 300px;
  }
}
@media screen and (min-width: 980px) {
  #theater {
    height: 400px;
  }
  .video-section {
    text-align: left;
  }
  .current-category {
    border-right: 1px solid #EEEEEE;
  }
  .video-list {
    text-align: left;
  }
  .gallery-thumbnail {
    vertical-align: top;
    margin-left: 0;
  }
  .gallery-thumbnail img {
    border: 1px solid #1e1e1e;
    height: 75px;
  }
  .gallery-thumbnail p {
    font-size: 0.8em;
    line-height: 1.2em;
    height: auto;
    text-align: left;
  }
  .gallery-thumbnail:hover img {
    border: 1px solid #EF2939;
  }
}