.video-page #videocontainer {
  width: 100%;
}
.video-page #videoplayer {
  width: 100%;
  height: 100%;
}
.video-page .social-description a {
  color: #fff;
}
.video-page .share-links-label {
  font-size: 1.5em;
  margin-right: 1em;
}
#search_cancel {
  display: none;
}
#search_loading, #watched_loading {
  text-align: center;
  display: none;
}
.video-list-item {
  margin: 2em 0;
}
.video-list-item .video-title {
  margin: 10px 0;
}

#production_links {
  padding-bottom: 0;
}
#production_links, #production_links ul {
  list-style: none;
}
#production_links li {
  padding: 0 0 20px 0;
}
#production_links ul {
  padding: 20px 10px 0 25px;
}
#production_links .btn {
  width: 100%;
  font-size: 1rem;
}
#production_links .btn i {
  margin-left: -10px;
  margin-right: 10px;
}
#production_links .btn-lg i {
  padding-right:0.5em;
}
.video_row {
  margin-bottom: 30px;
}
.video_row .details_col {
  background: #331e4b;
  padding: 20px 20px 20px 20px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .video_row .details_col {
    margin: 0 0 0 -15px;
    padding-left: 30px;
  }
}
.section-featured {
  cursor: pointer;
}
.section-featured .details_col {
  margin: 0;
}
.video_row:hover .details_col {
  background: #55107f;
}
.section-featured .featured-title {
  margin-bottom: 5px;
}

#search_container {
  min-height:500px;
}


.video_row h4 {
  margin-top: 0;
  font-size: 1.4em;
}
.video_row p {
  margin-bottom: 0;
}

a.video_link {
  text-decoration: none;
}

.video_box .img-raised {
  background-color: #cef;
}

.video_box a:hover .img-raised, .video_box a:active .img-raised {
  box-shadow: 0px 10px 50px 0px rgba(150, 0, 255, 0.30);
}

.video_box a:hover p {
  color: rgb(226, 194, 251);
}
.video_box a:hover .category {
  color: rgba(226, 194, 251, 0.7);
}

#browse_results {
  margin-top: 20px;
}

#share-buttons {
  height:20px;
  box-sizing: content-box;
}
#share-buttons span {
  float: left;
}
#share-buttons .twitter, #share-buttons .facebook {
  padding-right: 5px;
}

.video-page .comment_flag .fa {
  color: #f00;
}

/* Some of these may not be used, but were
   included in extra css files from the template.
*/

.video-page .page-header {
  min-height: 550px; }
.video-page p.description {
  font-size:1.5em;
}
.video-page .profile-container {
  color: #FFFFFF; }
.video-page .photo-container {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3); }
.video-page .title {
  text-align: center;
  margin-top: 30px; }
.video-page h5.description {
  max-width: 700px;
  margin: 20px auto 10px; }
.video-page .nav-align-center {
  margin-top: 30px; }
.video-page .content {
  max-width: 450px;
  margin: 0 auto; }
.video-page .content .social-description {
  display: inline-block;
  max-width: 150px;
  width: 120px;
  text-align: center;
  margin: 15px 0 0px; }
.video-page .content .social-description h2 {
  margin-bottom: 15px; }

.video-page .button-container {
  text-align: center;
  margin-top: -99px; }

@media (max-width: 409px){
  .video-page .button-container.two-lines {
    margin-top: -125px;
  }
}

.video-page .collections img {
  margin-bottom: 30px; }
.video-page .gallery {
  margin-top: 45px;
  padding-bottom: 50px; }

.video-page .comment .blockquote {
  margin-right: 1rem;
}
