/****** VIDEO PAGES ******/
.video-bg {
  background: url("/designsquad/static/images/_bg/video-bg.jpg") repeat; }

#old-video-page {
  min-height: 1000px; }

#video-page {
  min-height: 1000px; }

#main-video-area {
  position: relative;
  padding-bottom: 30px; }

#video-header h1 {
  height: 98px;
  width: 336px;
  background-image: url("/designsquad/static/images/watch_title.png"); }

#main-video-area {
  position: relative; }

#video-random {
  position: absolute;
  background: #a5ce39;
  height: 63px;
  width: 230px;
  top: 65px;
  right: 360px;
  overflow: hidden; }

#video-random img {
  display: block;
  float: left;
  height: 50px;
  width: 105px;
  margin: 13px 0 0 10px; }

#video-random-button {
  display: block;
  float: left;
  height: 50px;
  width: 103px;
  background: url("/designsquad/static/images/random-button.png");
  margin: 13px 0 0 0;
  cursor: pointer; }

/*#video-random-button:hover {
    background-position: 103px 0;
}*/
#video-wrapper {
  clear: both; }

#video-area {
  width: 814px;
  background: #a5ce39;
  padding: 15px;
  overflow: hidden;
  margin: 30px 0 30px 30px; }

#video-meta {
  margin: 10px 0 0 0;
  color: black; }

#video-meta h2 {
  font-size: 2.5em;
  color: #000; }

#video-meta p {
  padding-bottom: 0; }

#video-meta .blog-body {
  height: auto; }
  #video-meta .blog-body a {
    font-weight: bold;
    color: black !important; }
    #video-meta .blog-body a:hover {
      text-decoration: none; }

.video-blog-tags {
  background-color: #81a9d2;
  width: 844px;
  height: 115px;
  margin-left: 30px;
  margin-bottom: 20px; }

/*  FILTER  */
#vblog-tag-grid {
  display: block;
  overflow: hidden;
  padding: 15px 0 0 15px; }

#vblog-tag-grid li {
  display: block;
  float: left;
  width: 124px;
  height: 35px;
  margin: 0 14px 15px 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.1em;
  line-height: 35px;
  color: #000;
  text-align: center;
  cursor: pointer; }

#vblog-tag-grid li.active,
#vblog-tag-grid li:hover {
  background: white; }

#vblog-tag-grid img {
  vertical-align: top;
  padding-right: 4px; }

#video-posts {
  clear: both; }

.video-post {
  cursor: pointer; }

#video-results-meta {
  overflow: auto;
  width: 844px;
  clear: both;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  margin-left: 30px !important;
  margin-bottom: 50px; }

#video-results-meta a {
  color: #000;
  margin-left: 6px; }

/****** END VIDEO PAGES ******/

/*# sourceMappingURL=video-page.css.map */
