/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 5, 2017, 12:55:03 PM
    Author     : stanimir
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 12, 2017, 5:07:46 PM
    Author     : stanimir
*/
/*
$cool-grey: #8996a0;
$slate-grey: #55505a;
$white: #ffffff;
$black: #000000;
$dandelion: #fad705;
$off-white: #f3f3f3;
$red: #ff6565;*/
.background-white {
  background-color: #ffffff; }

.background-slate-grey {
  background-color: #55505a; }

.background-off-white {
  background-color: #f3f3f3; }

.text-cool-gray {
  color: #8996a0; }

.text-slate-gray {
  color: #55505a; }

.color-class-0 {
  background-color: #00BE4B !important; }

.color-class-1 {
  background-color: #003C87 !important; }

.color-class-2 {
  background-color: #00BEC8 !important; }

.color-class-3 {
  background-color: #826EDC !important; }

.color-class-4 {
  background-color: #F0503C !important; }

.color-class-5 {
  background-color: #006E78 !important; }

.color-class-6 {
  background-color: #82144B !important; }

.color-class-7 {
  background-color: #37DCB9 !important; }

.color-class-8 {
  background-color: #00B9FA !important; }

.color-class-9 {
  background-color: #FF649B !important; }

.video-page.video_ov .video-title {
  font-weight: bold; }

.video-page.video_ov .info {
  padding-bottom: 16px;
  border-bottom: 4px solid #f4f4f3; }
  .video-page.video_ov .info .btn-rounded {
    float: right;
    height: 36px;
    line-height: 36px; }

.video-page.video_ov .description .title-area {
  margin-bottom: 0; }

.video-page.video_ov .video-player,
.video-page.video_ov .video-player-custom {
  padding-top: 8px; }
  .video-page.video_ov .video-player .video-title,
  .video-page.video_ov .video-player-custom .video-title {
    font-weight: bold; }

.video-page.video_ov .video-owner-header {
  padding-bottom: 8px;
  display: table;
  width: 100%; }
  .video-page.video_ov .video-owner-header span {
    line-height: 32px;
    float: left; }
  .video-page.video_ov .video-owner-header span.read img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
    margin: 0 8px 0 0; }
  .video-page.video_ov .video-owner-header a {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #55505a;
    border-bottom: none;
    text-decoration: underline;
    margin-left: 4px;
    float: left; }
    .video-page.video_ov .video-owner-header a:hover {
      text-decoration: none; }

.video-page.video_ov .aside.player-aside {
  margin-top: 16px;
  margin-bottom: 16px; }

.video-page.video_ov .about .info .btn {
  width: auto; }

.video-page.video_ov .about .upload-info {
  padding: 16px 0;
  display: inline-block; }

.video-page .watch-similar.new-view {
  height: auto !important; }

.video-page {
  margin-top: 10px; }
  .video-page section {
    padding-top: 0; }
    .video-page section .container-fluid.background-off-white {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .video-page .plr-40 {
    padding-left: 40px;
    padding-right: 40px; }
  .video-page .container-table {
    display: table;
    position: relative;
    width: 100%; }
    .video-page .container-table .bottom-aligned {
      display: table;
      bottom: 16px;
      right: 16px;
      position: absolute; }
  .video-page .upload-info {
    padding: 16px 0; }
    .video-page .upload-info span {
      font-size: 16px;
      line-height: 1.5;
      color: #55505a;
      padding: 0 0 0 16px;
      margin-right: 16px;
      background-repeat: no-repeat;
      background-position: 0 4px;
      background-size: auto 14px;
      display: block; }
    .video-page .upload-info .date {
      background-image: url("../images/symbols/icon-clock-slate_grey.svg");
      padding-left: 20px; }
    .video-page .upload-info .location {
      background-image: url("../images/symbols/icon-map_marker.svg");
      background-position: 3px 5px;
      padding-left: 18px; }
    .video-page .upload-info .download {
      background-image: url("../images/symbols/icon-download-slate_grey.svg");
      background-position: 0 4px;
      padding-left: 18px; }
  .video-page .video-player {
    padding: 8px 16px 16px 40px;
    width: calc(100% - 328px);
    /*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);*/
    background: #f3f3f3;
    position: relative; }
    .video-page .video-player .labels {
      position: absolute;
      bottom: 16px;
      left: 40px;
      z-index: 1;
      width: calc(100% - 56px); }
      .video-page .video-player .labels span {
        position: absolute;
        background: rgba(85, 80, 90, 0.6);
        bottom: 16px;
        right: 16px;
        border-radius: 3px;
        color: white;
        letter-spacing: 0.1px;
        font-style: normal;
        min-width: 32px;
        padding: 0px 8px;
        font-size: 12px;
        height: 24px;
        font-weight: 300;
        line-height: 24px;
        text-align: center; }
        .video-page .video-player .labels span.left {
          left: 16px;
          right: auto; }
  .video-page .video-title, .video-page .video-player .video-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #55505a;
    min-height: 72px; }
  .video-page .video-title {
    min-height: 1px;
    margin: 16px 0;
    padding: 0 40px; }
  .video-page .video-title.custom {
    padding: 0;
    margin: 0 0 0 40px;
    width: calc(100% - 382px);
    line-height: 1; }
  .video-page .info {
    padding-right: 0;
    padding-left: 0;
    /*        #button-download-video, #button-download-video-disabled, #button-download-video-forbidden {
                    background: #55505a;
                    border: none;
                    padding-left: 16px;
                    text-align: center;
                    float: right;
                    margin-right: 8px;
                }
                #button-download-video span, #button-download-video-disabled span, #button-download-video-forbidden span {
                    color: #ffffff;
                }*/ }
    .video-page .info .btn-primary {
      margin-top: 0; }
      .video-page .info .btn-primary:hover {
        background-color: #ffffff;
        /*    border-color: #55505a;*/
        color: #55505a;
        outline: none; }
    .video-page .info .btn {
      width: 100%; }
    .video-page .info .btn-rounded {
      padding-left: 32px;
      border: 2px solid #fad705;
      background: url("../images/symbols/add_to_favorites.png");
      background-repeat: no-repeat;
      background-position: 12px;
      width: auto;
      display: table;
      background-size: auto 14px; }
      .video-page .info .btn-rounded.btn-custom {
        background-color: #fbfbfa;
        border: solid 1px rgba(0, 0, 0, 0.1); }
    .video-page .info .btn-rounded span {
      font-size: inherit;
      line-height: inherit;
      margin: 0; }
    .video-page .info span {
      font-size: 12px;
      line-height: 40px;
      color: #55505a;
      margin-left: 10px; }
      .video-page .info span.icon.icon-folder {
        background-image: url(../images/symbols/icon_folder_white.svg);
        margin: 0 8px 0 0; }
      .video-page .info span.text-white {
        color: #ffffff;
        font-size: 16px;
        margin: 0; }
    .video-page .info a {
      margin: 0 0 0 8px; }
  .video-page .section-edit {
    padding: 12px 0 16px 40px;
    border-bottom: 2px solid #e5e5e5; }
    .video-page .section-edit p {
      font-size: 16px;
      float: left;
      color: #55505a;
      margin: 0 16px 0 0;
      line-height: 40px; }
    .video-page .section-edit .btn.btn-rounded.button.btn-primary {
      background-color: transparent;
      width: auto;
      text-transform: uppercase;
      text-align: center; }
  .video-page .info hr {
    width: 100%;
    border-bottom: solid 4px #f3f3f3;
    margin: 16px auto 0 auto;
    border-top: none; }
  .video-page .about {
    padding: 16px 16px 0 0;
    /*width: calc(100% - 328px);*/
    background: #ffffff;
    /*        .upload-info {
                    padding: 16px 0;
                    span {
                        font-size: 16px;
                        line-height: 1.5;
                        color: #55505a;
                        padding: 0 0 0 16px;
                        margin-right: 16px;
                        background-repeat: no-repeat;
                        background-position: 0 3px;
                        background-size: auto 14px;
                    }
                    .date {
                        background-image: url("../images/symbols/icon-clock-slate_grey.svg");
                        padding-left: 20px;
                    }
                    .location {
                        background-image: url("../images/symbols/icon-map_marker.svg");
                        background-position: 3px 3px;
                        padding-left: 18px;
                    }
                }*/ }
    .video-page .about .description {
      border-bottom: 1px solid #e5e5e5;
      padding-right: 0px;
      padding-left: 0px; }
      .video-page .about .description .title-area {
        margin-bottom: 16px; }
        .video-page .about .description .title-area h3 {
          font-size: 24px;
          font-weight: bold;
          line-height: 1.67;
          float: left;
          color: #55505a;
          margin: 0 16px 0 0; }
        .video-page .about .description .title-area button.flag {
          width: 64px;
          height: 24px;
          border-radius: 30px;
          background-color: #f3f3f3;
          border: none;
          font-size: 12px;
          line-height: 2;
          text-align: center;
          color: #55505a;
          margin: 8px 0 0 0; }
        .video-page .about .description .title-area .switch-button {
          margin: 0 0 8px 0px; }
      .video-page .about .description .content {
        font-size: 16px;
        line-height: 1.5;
        color: #55505a;
        padding-bottom: 16px; }
    .video-page .about .admin {
      padding: 8px 16px; }
      .video-page .about .admin .btn {
        margin-right: 4px; }
      .video-page .about .admin .title-area {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 16px; }
        .video-page .about .admin .title-area h3 {
          font-size: 24px;
          font-weight: bold;
          line-height: 40px;
          float: left;
          color: #55505a;
          margin: 8px 16px 0 0; }
        .video-page .about .admin .title-area button {
          width: auto;
          margin: 8px 0 0 4px;
          border: 2px solid #fbd606;
          border-radius: 3px; }
        .video-page .about .admin .title-area a.btn-rounded {
          width: auto;
          margin: 8px 0 0 4px;
          border: 2px solid #fbd606;
          border-radius: 3px;
          margin: 8px 5px 8px 0px;
          border: none; }
      .video-page .about .admin .tags {
        border-bottom: none; }
        .video-page .about .admin .tags .btn-pill .delete {
          background-image: url("../images/symbols/icon-close-white.svg");
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          float: right;
          margin: 0 0 0 4px;
          background-size: 10px;
          background-position: 2px 3px;
          opacity: .6; }
          .video-page .about .admin .tags .btn-pill .delete:hover {
            opacity: 1; }
        .video-page .about .admin .tags .add-tag {
          border-bottom: 1px solid #e5e5e5;
          padding-bottom: 8px;
          margin-bottom: 16px; }
          .video-page .about .admin .tags .add-tag textarea {
            resize: none;
            width: 320px;
            border: 1px solid #55505a;
            border-radius: 3px;
            padding: 8px;
            color: #55505a;
            margin-top: 8px; }
            .video-page .about .admin .tags .add-tag textarea:focus {
              outline: none; }
          .video-page .about .admin .tags .add-tag p {
            color: #8996a0;
            font-size: 12px;
            line-height: 1; }
      .video-page .about .admin .payment {
        padding: 0px;
        border-bottom: 1px solid #e5e5e5; }
        .video-page .about .admin .payment p {
          color: #55505a;
          padding-right: 16px;
          float: left;
          margin: 12px 0; }
          .video-page .about .admin .payment p:first-of-type {
            border-right: 1px solid #e5e5e5; }
          .video-page .about .admin .payment p:last-of-type {
            padding-left: 16px; }
          .video-page .about .admin .payment p span.icon {
            background-repeat: no-repeat;
            background-size: 16px;
            display: table;
            width: 16px;
            height: 24px;
            float: left;
            background-position: 0 4px;
            margin-right: 8px; }
          .video-page .about .admin .payment p .cart {
            background-image: url(../images/symbols/icon-get_paid.svg); }
          .video-page .about .admin .payment p .user {
            background-image: url(../images/symbols/profile.svg); }
          .video-page .about .admin .payment p a {
            color: #55505a;
            text-decoration: none; }
            .video-page .about .admin .payment p a:hover {
              text-decoration: underline; }
          .video-page .about .admin .payment p .text-green {
            color: #49bc75; }
          .video-page .about .admin .payment p .text-red {
            color: #ff6565; }
    .video-page .about .categories, .video-page .about .tags {
      padding: 16px 0;
      border-bottom: 1px solid #e5e5e5; }
    .video-page .about .categories h4, .video-page .about .tags h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 8px 0;
      color: #55505a; }
    .video-page .about .categories .btn-pill, .video-page .about .tags .btn-pill {
      border-radius: 24px;
      background-color: #55505a;
      font-size: 12px;
      text-align: center;
      color: #ffffff;
      padding: 4px 16px;
      text-transform: uppercase;
      margin: 8px 8px 0 0;
      float: left;
      text-decoration: none; }
    .video-page .about .video-briefs-section {
      padding: 16px 0; }
      .video-page .about .video-briefs-section h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 16px 0;
        color: #55505a; }
      .video-page .about .video-briefs-section a {
        text-decoration: none;
        color: #55505a; }
        .video-page .about .video-briefs-section a img {
          width: 100%; }
        .video-page .about .video-briefs-section a p {
          font-size: 12px;
          line-height: 1.33;
          letter-spacing: 0.3px;
          margin: 0 0 0 16px; }
        .video-page .about .video-briefs-section a h5 {
          font-size: 16px;
          line-height: 1.5;
          letter-spacing: 0.4px;
          margin: 0 0 0 16px;
          text-decoration: underline; }
  .video-page .video-versions {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
    padding: 16px 32px 8px 32px; }
    .video-page .video-versions a {
      text-decoration: none; }
    .video-page .video-versions h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.67;
      float: left;
      color: #55505a;
      margin: 0 16px 0 0; }
    .video-page .video-versions .version-item {
      margin-bottom: 16px;
      display: inline-block;
      border-radius: 3px;
      box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
      background-color: #ffffff;
      border: solid 1px rgba(0, 0, 0, 0.1);
      border-bottom: 0;
      width: 100%; }
      .video-page .video-versions .version-item h5, .video-page .video-versions .version-item h6 {
        color: #55505a; }
      .video-page .video-versions .version-item h5 {
        margin: 0;
        line-height: 1.5;
        height: 72px;
        overflow: hidden; }
      .video-page .video-versions .version-item .image-area {
        position: relative;
        overflow: hidden;
        width: 288px;
        float: left;
        display: inline-block; }
        .video-page .video-versions .version-item .image-area img {
          width: 100%;
          border-radius: 3px 0 0 3px; }
      .video-page .video-versions .version-item .description-area {
        width: calc(100% - 288px);
        padding: 16px 16px 16px 24px;
        display: table; }
  .video-page .related-videos {
    padding: 0 20px 0 40px; }
    .video-page .related-videos .title-area {
      padding: 16px 16px 16px 0; }
      .video-page .related-videos .title-area h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.67;
        float: left;
        color: #55505a;
        margin: 0 16px 0 0; }
    .video-page .related-videos .related-content {
      padding: 0 0 196px 0; }
    .video-page .related-videos .item {
      background-color: #FFFFFF;
      margin-bottom: 16px;
      border-right: solid 16px #F3F3F3;
      padding: 0px; }
      .video-page .related-videos .item .result_thumbnail {
        position: relative;
        padding: 0px; }
        .video-page .related-videos .item .result_thumbnail img {
          width: 100%; }
        .video-page .related-videos .item .result_thumbnail .label-quality {
          position: absolute;
          background: rgba(85, 80, 90, 0.6);
          bottom: 9px;
          left: 9px;
          border-radius: 3px;
          color: white;
          letter-spacing: 0.1px;
          font-style: normal;
          width: 32px;
          font-size: 12px;
          height: 24px;
          font-weight: 300;
          line-height: 24px;
          text-align: center; }
        .video-page .related-videos .item .result_thumbnail .label-time {
          position: absolute;
          background: rgba(85, 80, 90, 0.6);
          bottom: 9px;
          left: 9px;
          border-radius: 3px;
          color: white;
          letter-spacing: 0.1px;
          font-style: normal;
          width: 32px;
          font-size: 12px;
          height: 24px;
          font-weight: 300;
          line-height: 24px;
          text-align: center;
          padding: 0 8px;
          right: 9px;
          left: auto;
          width: auto; }
      .video-page .related-videos .item .result_caption {
        height: 70px;
        display: block;
        padding: 0; }
        .video-page .related-videos .item .result_caption h5 {
          font-size: 16px;
          height: 50px;
          overflow: hidden;
          text-align: left;
          color: #55505a;
          font-weight: 400;
          line-height: 1.5;
          text-decoration: underline;
          margin: 9px 8px; }
  .video-page .aside, .video-page .aside-md {
    /*        position: absolute;
                right: 0;
                padding: 0;
                width: 328px;*/ }
  .video-page .aside .video-owner, .video-page .aside-md .video-owner {
    background: #f3f3f3;
    padding-top: 24px; }
  .video-page .aside .video-owner .read, .video-page .aside-md .video-owner .read {
    margin-right: 8px;
    float: left; }
  .video-page .aside .video-owner .read img, .video-page .aside-md .video-owner .read img {
    width: 32px;
    height: 32px;
    border-radius: 50%; }
  .video-page .aside .video-owner span, .video-page .aside .video-owner a {
    font-size: 16px;
    line-height: 2.5;
    text-align: left;
    color: #55505a; }
  .video-page .aside-md .video-owner span, .video-page .aside-md .video-owner a {
    font-size: 16px;
    line-height: 2.5;
    text-align: left;
    color: #55505a; }
  .video-page .aside .watch-similar-title, .video-page .aside-md .watch-similar-title {
    font-size: 12px;
    line-height: 1.33;
    color: #55505a;
    margin: 8px 0; }
  .video-page .aside.player-aside {
    margin-top: 8px;
    border-top: 0; }
  .video-page .aside .watch-similar-title {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #55505a;
    margin: 0;
    height: 40px; }
  .video-page .aside .watch-similar {
    overflow-y: auto;
    padding-right: 40px;
    background: #f3f3f3; }
  .video-page .aside-md .watch-similar {
    overflow-y: auto;
    padding-right: 40px;
    background: #f3f3f3; }
  .video-page .aside .watch-similar h6, .video-page .aside-md .watch-similar h6 {
    font-size: 12px;
    line-height: 1.33;
    color: #55505a;
    margin: 8px 0; }
  .video-page .aside .watch-similar .watch-similar-video, .video-page .aside-md .watch-similar .watch-similar-video {
    display: inline-block;
    margin-bottom: 8px; }
  .video-page .aside .watch-similar .watch-similar-video a img, .video-page .aside-md .watch-similar .watch-similar-video a img {
    width: 128px;
    height: 66px;
    float: left;
    border-radius: 3px; }
  .video-page .aside .watch-similar .watch-similar-video a h6, .video-page .aside-md .watch-similar .watch-similar-video a h6 {
    margin: 0 8px;
    width: calc(100% - 160px);
    float: left; }
  .video-page .aside .watch-similar .watch-similar-video a i, .video-page .aside-md .watch-similar .watch-similar-video a i {
    color: #55505a;
    line-height: 66px;
    width: 16px;
    font-size: 14px; }
  .video-page .aside .watch-similar .watch-similar-video:first-of-type, .video-page .aside-md .watch-similar .watch-similar-video:first-of-type {
    background: #000000;
    margin-bottom: 16px;
    border-radius: 3px; }
  .video-page .aside .watch-similar .watch-similar-video:first-of-type a img, .video-page .aside-md .watch-similar .watch-similar-video:first-of-type a img {
    width: 100%;
    height: auto;
    opacity: .6; }
  .video-page .aside .watch-similar .watch-similar-video:first-of-type a h6, .video-page .aside-md .watch-similar .watch-similar-video:first-of-type a h6 {
    position: absolute;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    width: calc(100% - 48px);
    left: 16px;
    top: 16px;
    font-weight: 300;
    margin: 0px; }
  .video-page .aside .watch-similar .watch-similar-video:first-of-type a i, .video-page .aside-md .watch-similar .watch-similar-video:first-of-type a i {
    top: calc(50% - 16px);
    line-height: 32px;
    height: 32px;
    width: 16px;
    position: absolute;
    right: 8px;
    color: #ffffff; }
  .video-page .video-owner-header {
    height: 100%;
    margin-left: 40px;
    padding: 8px 0 16px 0;
    /*width: calc(100% - 382px);*/ }
    .video-page .video-owner-header .btn {
      width: auto; }
    .video-page .video-owner-header .btn-primary.btn-rounded {
      height: 30px;
      line-height: 28px;
      width: auto;
      text-align: center;
      background: transparent;
      text-transform: uppercase;
      font-size: 14px;
      margin: 0 8px 0 0; }
    .video-page .video-owner-header span {
      font-size: 16px;
      line-height: 32px;
      text-align: left;
      color: #55505a; }
      .video-page .video-owner-header span.read img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        float: left;
        margin: 0 8px 0 0; }
    .video-page .video-owner-header a {
      font-size: 16px;
      line-height: 32px;
      text-align: left;
      color: #55505a;
      margin-right: 16px; }
  .video-page .aside .video-owner-detailed, .video-page .aside-md .video-owner-detailed {
    padding: 0;
    background: white; }
  .video-page .aside .video-owner-detailed .border-grey, .video-page .aside-md .video-owner-detailed .border-grey {
    padding: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 3px; }
  .video-page .aside .video-owner-detailed .read img, .video-page .aside-md .video-owner-detailed .read img {
    width: 136px;
    /*@todo change to 96px */
    padding: 4px;
    border-radius: 50%; }
  .video-page .aside .video-owner-detailed p, .video-page .aside-md .video-owner-detailed p {
    color: #8996a0;
    font-size: 12px;
    line-height: 32px;
    margin: 0; }
  .video-page .aside .video-owner-detailed .user-name, .video-page .aside-md .video-owner-detailed .user-name {
    color: #55505a;
    font-size: 24px; }
  .video-page .aside .video-owner-detailed a.btn-rounded, .video-page .aside-md .video-owner-detailed a.btn-rounded {
    background-image: url("../images/symbols/icon-envelope_outline-white.svg");
    background-color: #55505a;
    background-repeat: no-repeat;
    background-position: 16px;
    background-size: auto 14px;
    padding-left: 42px;
    border: none; }
  .video-page .aside .video-owner-detailed button {
    margin-top: 8px;
    /*width: 160px;*/ }
  .video-page .aside-md {
    position: relative;
    float: left; }
    .video-page .aside-md .video-owner-detailed button {
      margin-top: 8px;
      /*width: 160px;*/ }
  .video-page .social {
    background: #ffffff;
    padding: 16px 0; }
    .video-page .social h5 {
      font-size: 16px;
      color: #55505a; }
    .video-page .social a {
      float: right;
      margin-left: 16px; }
      .video-page .social a .icon {
        width: 16px;
        height: 40px;
        display: table;
        background-repeat: no-repeat;
        background-position-y: 12px; }
      .video-page .social a .icon-facebook {
        background-image: url("../images/symbols/icon-facebook-slate_grey.svg"); }
      .video-page .social a .icon-twitter {
        background-image: url("../images/symbols/icon-twitter-slate_grey.svg"); }
      .video-page .social a .icon-envelope {
        background-image: url("../images/symbols/icon-envelope-slate_grey.svg");
        background-position-y: 14px;
        background-size: 18px auto;
        width: 18px; }
  .video-page .see-more {
    /*border: 2px solid #fad705;*/
    width: 390px; }
  .video-page .switch-button {
    float: right; }
    .video-page .switch-button button {
      height: 40px;
      padding: 0 16px;
      line-height: 40px;
      text-transform: none;
      background: white;
      border: 2px solid #55505a;
      color: #55505a;
      float: left;
      border-radius: 3px 0 0 3px; }
      .video-page .switch-button button:last-of-type {
        border-radius: 0 3px 3px 0; }
    .video-page .switch-button .active {
      color: #ffffff;
      background: #55505a; }
  .video-page .pop-over {
    padding: 0 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%; }
    .video-page .pop-over .video-img {
      width: 288px;
      float: left; }
      .video-page .pop-over .video-img img {
        width: 100%; }
    .video-page .pop-over .content {
      width: calc(100% - 288px);
      float: left; }
      .video-page .pop-over .content a {
        color: #55505a; }
      .video-page .pop-over .content h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.67;
        text-align: left;
        color: #55505a;
        padding: 16px;
        margin: 16px 0 0 0; }
      .video-page .pop-over .content button, .video-page .pop-over .content a.btn.btn-primary {
        margin: 0 0 0 8px;
        float: left; }
      .video-page .pop-over .content .btn span.icon.icon-folder {
        background-image: url(../images/symbols/icon_folder_white.svg);
        margin: 0 8px 0 0; }
      .video-page .pop-over .content .btn-rounded {
        border: 2px solid #fad705;
        background: url(../images/symbols/add_to_favorites.png);
        background-repeat: no-repeat;
        background-position: 12px;
        background-size: auto 14px;
        padding-left: 32px; }
      .video-page .pop-over .content .read img {
        width: 32px;
        height: 32px;
        border-radius: 50%; }
      .video-page .pop-over .content .social {
        float: left;
        padding: 0 16px 0 16px; }
        .video-page .pop-over .content .social h5 {
          float: left; }
      .video-page .pop-over .content .video-owner {
        padding: 0 0 0 16px;
        float: left;
        color: #55505a; }
    .video-page .pop-over .col-sm-12, .video-page .pop-over .col-sm-9, .video-page .pop-over .col-sm-6, .video-page .pop-over .col-sm-3 {
      padding: 0; }
  .video-page .report-pop-up {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10001;
    width: 100%;
    overflow-y: auto; }
    .video-page .report-pop-up section {
      width: 430px;
      background: white;
      position: absolute;
      z-index: 10005;
      padding: 16px 16px 16px 40px;
      min-height: 100%; }
      .video-page .report-pop-up section h1 {
        font-size: 32px;
        line-height: 1.5;
        text-align: left;
        color: #55505a; }
      .video-page .report-pop-up section p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        color: #55505a;
        margin: 8px 0; }
      .video-page .report-pop-up section #copyrightDispute,
      .video-page .report-pop-up section .report-button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        background: #f3f3f3;
        color: #55505a;
        text-decoration: none;
        text-align: center;
        display: block;
        margin-bottom: 8px; }
    .video-page .report-pop-up aside {
      width: calc(100% - 430px);
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      .video-page .report-pop-up aside span {
        display: block;
        width: 32px;
        height: 32px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: 50%;
        border-radius: 40px;
        position: absolute;
        top: 16px;
        right: 24px;
        background-image: url(../images/symbols/icon-close-white.svg);
        cursor: pointer;
        z-index: 100010; }
    .video-page .report-pop-up .copyright-dispute {
      position: absolute;
      background-color: #ffffff;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 16px 16px 16px 40px;
      z-index: 10006; }
      .video-page .report-pop-up .copyright-dispute .btn-group.toggle button {
        overflow: hidden; }
      .video-page .report-pop-up .copyright-dispute .icon.icon-arrow-left {
        background-image: url(../images/symbols/icon-arrow-NW.png);
        width: 16px;
        height: 24px;
        display: inline-block;
        transform: rotate(-45deg);
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: auto 24px; }
      .video-page .report-pop-up .copyright-dispute .file-container {
        overflow: hidden;
        position: relative;
        height: 40px;
        border-radius: 3px;
        box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 500px;
        padding: 4px 4px 4px 16px;
        font-weight: normal;
        line-height: 32px;
        color: #55505a; }
        .video-page .report-pop-up .copyright-dispute .file-container input[type=file] {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          z-index: -1; }
        .video-page .report-pop-up .copyright-dispute .file-container span.btn {
          float: right;
          width: auto !important; }
      .video-page .report-pop-up .copyright-dispute h5 {
        font-size: 16px;
        line-height: 1.5;
        color: #55505a;
        margin: 8px 0 0 0; }
      .video-page .report-pop-up .copyright-dispute button.closeDispute {
        margin-top: 8px; }
  .video-page button, .video-page a {
    outline: none !important; }
  .video-page .video-player-custom {
    padding: 16px 16px 16px 0;
    background: #f3f3f3;
    position: relative; }
    .video-page .video-player-custom .labels {
      position: absolute;
      bottom: 16px;
      width: calc(100% - 16px); }
      .video-page .video-player-custom .labels span {
        position: absolute;
        background: #000000;
        bottom: 16px;
        right: 16px;
        border-radius: 3px;
        color: white;
        letter-spacing: 0.1px;
        font-style: normal;
        min-width: 32px;
        padding: 0px 8px;
        font-size: 12px;
        height: 24px;
        font-weight: 300;
        line-height: 24px;
        text-align: center; }
        .video-page .video-player-custom .labels span.left {
          left: 16px;
          right: auto; }
          .video-page .video-player-custom .labels span.left i {
            background-image: url("../images/symbols/icon-star-white.svg");
            width: 16px;
            height: 11px;
            display: inline-block;
            background-position: center center;
            background-size: 10px;
            opacity: .88;
            background-repeat: no-repeat; }
  .video-page .info-title {
    margin-top: 16px; }
    .video-page .info-title .icon {
      width: 32px;
      height: 32px;
      display: table;
      background-size: 100%;
      margin: 8px auto !important; }
    .video-page .info-title .icon-checkmark_circle-green {
      background-image: url("../images/symbols/icon-checkmark_circle-green.svg"); }
    .video-page .info-title .icon-attantion-circle-red {
      background-image: url("../images/symbols/icon-attention_circle-red.svg"); }
    .video-page .info-title a.link {
      margin: 0;
      display: inline;
      text-decoration: none;
      border-bottom: 2px solid #fad806;
      color: #55505a; }
      .video-page .info-title a.link:hover {
        border-bottom: none; }
  .video-page .aside-custom .info .btn.btn-primary,
  .video-page .aside-custom .info button {
    width: 100%;
    margin-top: 16px; }
    .video-page .aside-custom .info .btn.btn-primary span.icon,
    .video-page .aside-custom .info button span.icon {
      display: inline-block;
      float: none;
      height: 12px; }
  .video-page .aside-custom .info .btn-default {
    margin-top: 8px; }
  .video-page .aside-custom .info span.text-white {
    color: #ffffff;
    font-size: 16px;
    margin: 0; }
  .video-page h1.video-title {
    margin: 0;
    font-weight: normal;
    padding: 0; }
  .video-page .video-owner-header {
    height: 100%;
    margin-left: 0; }
    .video-page .video-owner-header span {
      font-size: 16px;
      line-height: 48px;
      text-align: left;
      color: #55505a; }
      .video-page .video-owner-header span.read img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        float: left;
        margin: 0 8px 0 0; }
    .video-page .video-owner-header a {
      font-size: 16px;
      line-height: 48px;
      text-align: left;
      color: #55505a;
      text-decoration: none;
      display: inline;
      border-bottom: 2px solid #fad705;
      margin-right: 4px; }
      .video-page .video-owner-header a:hover {
        border-bottom: none; }
  .video-page .player-aside {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 16px; }
    .video-page .player-aside h5 {
      color: #55505a;
      margin-top: 16px; }
    .video-page .player-aside .nf-switch-btn {
      margin-top: 12px; }
    .video-page .player-aside a {
      width: 100%;
      text-decoration: none; }
      .video-page .player-aside a img {
        width: 100%; }
      .video-page .player-aside a h5 {
        display: inline;
        border-bottom: 2px solid #fad705; }
      .video-page .player-aside a:hover h5 {
        border: none; }

/*.video-page .aside .video-owner-detailed .btn-rounded, .video-page .aside-md .video-owner-detailed .btn-rounded {
    border: solid 2px #fad705; }*/
#tip-form, #open-tip-form {
  bottom: 16px;
  /*transition: .3s;*/ }

.video-page .btn, .video-page .overflow-hidden {
  overflow: hidden; }

.passive-notification {
  margin: 8px 0 0 0;
  border: solid 2px #ef6f6a;
  border-radius: 3px;
  padding: 0; }
  .passive-notification p {
    margin: 0;
    padding: 16px 16px 16px 46px;
    font-size: 14px;
    line-height: 1.71;
    color: #ef6f6a;
    background-image: url(../images/symbols/icon-attention-red.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 16px center; }

/*video end-roll*/
.end-roll {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 16px);
  height: calc(100% - 32px);
  bottom: 16px;
  left: 0;
  border-radius: 3px; }
  .end-roll .bottom-area {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 100%; }
    .end-roll .bottom-area img {
      height: 97px;
      width: auto;
      border: 2px solid #ffffff;
      border-radius: 3px;
      float: left;
      margin-right: 16px; }
    .end-roll .bottom-area h5 {
      color: #ffffff;
      line-height: 1.5;
      margin: 0; }

.video-page.video_ov .end-roll {
  height: calc(100% - 72px); }

h6 {
  color: #ffffff;
  line-height: 1.5;
  margin: 0; }

.end-roll .bottom-area h6 {
  line-height: 1.71;
  margin-top: 4px; }

.end-roll .bottom-area .button-next-video {
  color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 36px;
  height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  font-size: 16px; }
  .end-roll .bottom-area .button-next-video:hover {
    color: #ffffff;
    text-decoration: none; }
  .end-roll .bottom-area .button-next-video i {
    font-size: 8px;
    padding: 4px;
    border: 2px solid white;
    border-radius: 50%;
    float: right;
    margin: 7px 0 0 4px; }

.end-roll .header-area {
  padding: 16px;
  text-align: right; }

.end-roll .button-replay {
  font-size: 16px;
  color: #ffffff;
  float: right; }
  .end-roll .button-replay:hover {
    color: #ffffff;
    text-decoration: none; }

.end-roll .button-middle:hover, .end-roll .button {
  text-decoration: none; }

.end-roll > .button-middle {
  position: absolute;
  left: 50%;
  top: calc(50% - 28px);
  transform: translateX(-50%); }

.end-roll .middle-area {
  display: table;
  left: 50%;
  top: calc(50% - 28px);
  position: absolute;
  transform: translateX(-50%); }
  .end-roll .middle-area .button-middle {
    float: left;
    margin: 4px; }
    .end-roll .middle-area .button-middle.btn-primary {
      border-color: #fad705;
      color: #55505a; }

.end-roll .button-middle {
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  min-width: 120px;
  text-decoration: none;
  text-align: center;
  border-width: 2px;
  height: 40px;
  line-height: 36px;
  padding: 0 14px; }
  .end-roll .button-middle .icon-replay {
    float: right;
    margin: 18px 0 0 8px; }

.end-roll .icon-replay {
  background-image: url(../images/symbols/icon-replay-white.svg);
  width: 18px;
  height: 18px;
  display: table;
  background-size: 16px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 8px; }

.video-page .aside-custom .info .btn-primary {
  margin-left: 0; }

.video-page .pop-over .content a.btn.btn-primary span,
.video-page .info .btn-primary span {
  font-size: 16px; }

/*content partner*/
.content-partner {
  padding: 16px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  margin-bottom: 16px;
  border: solid 1px rgba(0, 0, 0, 0.1); }
  .content-partner img {
    width: 24px;
    position: absolute;
    height: 24px;
    top: calc(50% - 12px); }
  .content-partner h5 {
    color: #55505a;
    margin: 0;
    line-height: 24px;
    display: inline-block;
    margin-left: 40px;
    width: calc(100% - 40px); }

@media (min-width: 1400px) {
  .video-page.video_ov .aside-custom .info .btn.btn-primary,
  .video-page.video_ov .aside-custom .info .btn.btn-default {
    width: 100%;
    margin-top: 16px; }
  .video-page.video_ov .aside-custom .info .btn-default {
    margin-top: 8px; }
  .video-page.video_ov .plr-40 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .video-page .container-xl {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative; }
    .video-page .container-xl .video-player {
      padding-left: 0px;
      padding-right: 0px;
      width: calc(100% - 464px); }
  .video-page .video-versions {
    padding: 16px 0 8px 0; }
    .video-page .video-versions .container-xl {
      max-width: 1416px; }
  .video-page .hidden,
  .video-page .hidden-xl {
    display: none; }
  .video-page .visible-xl {
    display: inline !important; }
  .video-page .aside-custom .info .btn.btn-primary,
  .video-page .aside-custom .info .btn.btn-default {
    width: calc(50% - 8px);
    margin: 16px 0 0 0;
    padding: 0 8px; }
    .video-page .aside-custom .info .btn.btn-primary span.icon.icon-folder,
    .video-page .aside-custom .info .btn.btn-default span.icon.icon-folder {
      margin-right: 4px; }
  .video-page .aside-custom .info .btn.btn-primary {
    margin-right: 8px; }
  .video-page .aside-custom .info.full-btns .btn.btn-primary,
  .video-page .aside-custom .info.full-btns .btn.btn-default {
    width: 100%;
    margin-top: 16px;
    margin-right: 0;
    margin-left: 0; }
  .video-page .aside-custom .info.full-btns .btn.btn-primary:nth-child(2),
  .video-page .aside-custom .info.full-btns .btn.btn-default {
    margin-top: 8px; }
  .video-page .info-title .icon {
    width: 60px;
    height: 60px; }
  .video-page .section-edit, .video-page .video-owner-header {
    padding-left: 0; }
  .video-page .video-title {
    padding-left: 0;
    padding-right: 0; }
  .video-page .aside {
    padding-right: 0; }
    .video-page .aside .watch-similar {
      padding-right: 0; }
  .video-page .aside-md {
    width: 440px;
    right: 0px; }
    .video-page .aside-md .watch-similar {
      padding-right: 0; }
    .video-page .aside-md .video-owner-detailed, .video-page .aside-md .social {
      padding-right: 0px;
      padding-left: 8px; }
    .video-page .aside-md .video-owner-detailed .read img {
      width: 136px;
      padding: 6px; }
  .video-page .related-videos .container-xl {
    width: calc(80% + 72px); }
  .video-page.video_ov .related-videos .container-xl {
    width: 100%; }
    .video-page.video_ov .related-videos .container-xl .switch-button {
      margin-right: 15px; }
  .video-page .pop-over .content .video-owner {
    padding-left: 48px; }
  .video-page .report-pop-up section {
    width: 506px; }
  .video-page .report-pop-up aside {
    width: calc(100% - 506px); }
  .end-roll {
    height: calc(100% - 32px);
    width: calc(100% - 16px);
    left: 0;
    bottom: 16px; }
  .video-page.video_ov .end-roll {
    height: calc(100% - 72px); } }

.video-page .aside-custom .info.full-btns .btn.btn-primary:nth-child(2), .video-page .aside-custom .info.full-btns .btn.btn-default {
  margin-top: 8px; }

@media (max-width: 1399px) {
  .video-page.video_ov .aside .watch-similar {
    padding-right: 0; } }

@media (max-width: 1280px) {
  .video-page .pop-over .content h3 {
    margin-top: 0; } }

@media (max-width: 1200px) {
  .video-page {
    /*        .info {
                    padding: 16px;
                }*/ }
    .video-page section {
      padding-top: 0; }
      .video-page section .video-player {
        width: 100%;
        padding: 8px 0 0 0; }
        .video-page section .video-player .video-title {
          height: auto;
          padding: 16px;
          background: white; }
      .video-page section .about {
        padding: 16px;
        /*width: 100%;*/
        position: relative;
        /*                .upload-info, .description, .categories, .video-briefs-section, .admin {
                                    width: calc(100% - 282px);
                                }*/ }
        .video-page section .about .upload-info {
          padding-top: 8px; }
    .video-page .aside {
      /*float: right;*/
      position: relative;
      /*width: 266px;*/ }
      .video-page .aside .video-owner {
        background: #ffffff; }
      .video-page .aside .watch-similar {
        background: #ffffff;
        padding-right: 16px;
        width: 100%; }
        .video-page .aside .watch-similar .watch-similar-video:first-of-type {
          display: inline-block;
          margin-bottom: 8px;
          background: none; }
          .video-page .aside .watch-similar .watch-similar-video:first-of-type a img {
            width: 100%;
            float: left;
            border-radius: 3px;
            opacity: 1; }
          .video-page .aside .watch-similar .watch-similar-video:first-of-type a h6 {
            margin: 0 8px;
            width: calc(100% - 160px);
            float: left;
            position: relative;
            font-size: 12px;
            line-height: 1.33;
            color: #55505a;
            font-weight: normal;
            top: 0;
            left: 0; }
          .video-page .aside .watch-similar .watch-similar-video:first-of-type a i {
            color: #55505a;
            line-height: 66px;
            width: 16px;
            font-size: 14px;
            top: 0;
            right: 0; }
      .video-page .aside .social, .video-page .aside .video-owner-detailed {
        padding-right: 16px; }
      .video-page .aside .social .btn-rounded, .video-page .aside .video-owner-detailed .btn-rounded {
        width: 100%; }
    .video-page .related-videos {
      padding: 0 24px 0 40px; }
      .video-page .related-videos .switch-button {
        margin-right: 16px; }
    .video-page .pop-over {
      padding: 0 16px 0 0; }
      .video-page .pop-over .content h3 {
        margin: 0px;
        padding: 8px 16px; }
      .video-page .pop-over .content button {
        width: calc(50% - 8px); }
    .video-page .report-pop-up section {
      width: 486px;
      padding-left: 16px; }
    .video-page .pop-over .content a.btn.btn-primary {
      width: calc(50% - 24px); }
    .video-page .section-edit, .video-page .video-owner-header {
      /*padding-left: 16px;*/ }
    .video-page .video-title {
      padding-left: 16px;
      padding-right: 16px; }
    .video-page .video-versions {
      padding: 16px 8px 8px 8px;
      margin-top: 16px; }
      .video-page .video-versions .version-item .image-area {
        width: 100%;
        max-height: 203px; }
      .video-page .video-versions .version-item .description-area {
        width: 100%;
        padding: 16px; }
        .video-page .video-versions .version-item .description-area h5 {
          height: 48px; }
    .video-page.video_ov .end-roll {
      width: 100%;
      height: calc(100% - 48px);
      right: 0;
      bottom: 0;
      border-radius: 0; }
  .passive-notification {
    margin: 0 16px;
    width: calc(100% - 32px); }
  .aside.player-aside {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .aside.player-aside .watch-similar {
      overflow-x: auto;
      height: auto !important; }
      .aside.player-aside .watch-similar > div {
        width: 1955px;
        padding: 16px 16px 8px 16px;
        display: table; }
        .aside.player-aside .watch-similar > div .watch-similar-video {
          width: 50%;
          max-width: 368px;
          margin-right: 16px;
          border-right: 1px solid rgba(0, 0, 0, 0.1); }
          .aside.player-aside .watch-similar > div .watch-similar-video:last-of-type {
            border: none; }
          .aside.player-aside .watch-similar > div .watch-similar-video:first-of-type a h6, .aside.player-aside .watch-similar > div .watch-similar-video a h6 {
            margin: 4px 8px; }
          .aside.player-aside .watch-similar > div .watch-similar-video i {
            display: none; }
  .video-page .aside .watch-similar .watch-similar-video:first-of-type a img {
    width: 128px;
    height: 66px;
    float: left;
    border-radius: 3px;
    opacity: 1; }
  .video-page.video_ov section .container-fluid.background-off-white.plr-40,
  .video-page.video_ov .container-xl.plr-40 {
    padding-left: 0;
    padding-right: 0; }
  .video-page.video_ov .video-owner-header {
    padding-left: 16px; }
  .video-page.video_ov .video-player-custom {
    width: 100%;
    padding: 0; }
  .video-page.video_ov .aside.player-aside {
    margin: 0;
    padding: 0; }
    .video-page.video_ov .aside.player-aside h5 {
      padding: 0 0 0 16px; }
  .container-xl.plr-40 {
    padding-left: 24px;
    padding-right: 24px; }
  .video-page.video_ov .video-title {
    padding: 0 16px; }
  .video-page .report-pop-up .copyright-dispute {
    padding-left: 16px; } }

/*@media (max-width: 960px){
    .video-page .pop-over .content a.btn.btn-primary{
        margin-bottom: 8px;
        width: calc(100% - 32px);
    }
}*/
@media (max-width: 992px) {
  .video-page {
    /*        section .about{
                    padding: 16px;
                }*/ }
    .video-page .plr-40 {
      padding-left: 16px;
      padding-right: 16px; }
    .video-page .video-player-custom {
      padding-right: 0; }
    .video-page .section-edit,
    .video-page .video-owner-header {
      padding-left: 0; }
    .video-page .aside .watch-similar,
    .video-page .aside .social,
    .video-page .aside .video-owner-detailed {
      padding-right: 0; }
    .video-page section .about {
      padding: 16px 16px 16px 0; }
    .video-page.video_ov section .about {
      padding: 16px; }
    .video-page.video_ov section .aside {
      padding-right: 16px !important; }
    .video-page .info {
      padding: 16px 8px;
      display: table;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      /*            .btn-primary{
                            width: 100%;
                            float: left !important;
                            margin: 0;
                        }
                        .btn-default{
                            width: 100%;
                        }*/ }
      .video-page .info > div > div {
        padding: 0 8px 0 0; }
        .video-page .info > div > div.col-md-8.col-sm-8 {
          padding: 0 16px 0 8px; }
      .video-page .info .info-title {
        display: table;
        margin: 0 auto; }
        .video-page .info .info-title h1, .video-page .info .info-title h6 {
          float: left;
          line-height: 45px;
          margin: 0 4px; }
    .video-page .aside-old {
      padding: 0 16px 0 0; }
    .video-page.video_ov .info {
      padding: 16px; }
      .video-page.video_ov .info .btn-primary {
        width: auto;
        /*float: left !important;*/
        margin: 0; }
      .video-page.video_ov .info .btn-default {
        width: auto; }
    .video-page .end-roll {
      width: 100%; }
  .video-page .player-aside {
    border: none; }
  .video-page .player-aside .nf-switch-btn {
    margin-top: 4px; }
  .video-page .aside .watch-similar .watch-similar-video:first-of-type a img {
    width: 100%;
    height: auto;
    float: none; }
  .video-page.video_ov .aside .watch-similar .watch-similar-video:first-of-type a img {
    width: 128px;
    height: 66px;
    float: left; }
  .video-page .related-videos {
    padding: 0 0 0 16px; }
    .video-page .related-videos .switch-button {
      margin-right: 16px; }
  .video-page.video_ov .info {
    border-bottom: none;
    box-shadow: none; }
  .video-page.video_ov .info .btn-rounded {
    margin: 0 8px 0 0; } }

@media (min-width: 767px) and (max-width: 992px) {
  .video-page .info .info-title .icon {
    float: right;
    width: 24px;
    height: 24px; } }

@media (max-width: 767px) {
  #open-tip-form, #tip-form {
    /*bottom:16px !important;*/ }
  .end-roll .middle-area {
    width: 100%; }
    .end-roll .middle-area.m-top16 {
      left: 0;
      top: 50%;
      transform: translatey(-50%); }
    .end-roll .middle-area .button-middle {
      float: none;
      margin: 8px auto;
      display: table; }
  .end-roll .bottom-area {
    left: 0; }
    .end-roll .bottom-area .button-replay {
      float: none;
      display: table;
      margin: 0 auto; }
  .video-page section .about {
    padding-right: 0; }
  .video-page section .info {
    padding: 8px 16px; }
    .video-page section .info .btn-primary {
      width: 100%;
      margin-bottom: 8px; }
    .video-page section .info .btn-default {
      width: 100%; }
    .video-page section .info .info-title {
      display: block;
      margin-bottom: 8px; }
      .video-page section .info .info-title h1, .video-page section .info .info-title h6 {
        float: none;
        line-height: 1.5; }
  .video-page .social,
  .video-page .info > div > div,
  .video-page .info > div > div.col-md-8.col-sm-8 {
    padding: 0; }
  .video-page .video-versions .version-item .description-area {
    padding-top: 8px; }
    .video-page .video-versions .version-item .description-area .video-page .related-videos .switch-button {
      width: 100%;
      text-align: center; }
      .video-page .video-versions .version-item .description-area .video-page .related-videos .switch-button button {
        float: none;
        width: 100%;
        max-width: 240px;
        border-radius: 3px; }
    .video-page .video-versions .version-item .description-area .video-page.video_ov section .about {
      width: 100%;
      padding: 16px; } }

@media (max-width: 768px) {
  .video-page .info hr {
    margin-top: 16px; }
  .video-page .pop-over {
    width: 100%;
    padding: 0; }
  .video-page .about .admin .title-area a.btn-rounded {
    width: 100%; }
  .video-page .pop-over .content button {
    width: calc(50% - 16px); }
  .video-page .pop-over .content .btn-primary {
    margin-bottom: 8px;
    margin-right: 16px; }
  .video-page .aside {
    padding: 0 16px; }
  .video-page .info .btn-primary {
    margin-left: 0; } }

@media (max-width: 768px) {
  .video-page .btn {
    margin-top: 0;
    width: auto; }
  .video-page .admin .btn {
    margin-top: 8px;
    width: 100%; } }

@media (max-width: 640px) {
  .video-page .info {
    padding-bottom: 0;
    text-align: center; }
    .video-page .info .btn-rounded {
      width: 100%; }
    .video-page .info .btn-primary {
      width: 100%;
      margin-bottom: 8px; }
    .video-page .info hr {
      display: none; }
  .video-page section .about {
    padding-top: 0; }
    .video-page section .about .upload-info, .video-page section .about .description, .video-page section .about .categories, .video-page section .about .tags, .video-page section .about .video-briefs-section {
      width: 100%; }
    .video-page section .about .admin {
      width: 100%;
      width: calc(100% - 16px);
      margin: 16px 0; }
    .video-page section .about .upload-info {
      padding-right: 16px; }
    .video-page section .about .aside {
      width: 100%;
      padding: 0; }
      .video-page section .about .aside .video-owner {
        text-align: center; }
        .video-page section .about .aside .video-owner .read {
          float: none; }
      .video-page section .about .aside .watch-similar {
        border-bottom: 4px solid #f3f3f3;
        padding-bottom: 8px;
        width: calc(100% - 16px);
        padding-right: 0; }
    .video-page section .about .description .title-area button.flag {
      float: right;
      margin-right: 16px; }
    .video-page section .about .description .title-area .switch-button {
      width: calc(100% - 16px);
      float: none;
      margin: 8px 0; }
      .video-page section .about .description .title-area .switch-button button {
        width: 50%; }
    .video-page section .about .description .title-area .btn-group.toggle {
      margin-right: 12px;
      float: left; }
      .video-page section .about .description .title-area .btn-group.toggle button {
        margin-right: 4px; }
    .video-page section .about .description .title-area .content {
      margin-top: 8px;
      border-bottom: 1px solid #e5e5e5;
      width: calc(100% - 16px); }
    .video-page section .about .categories, .video-page section .about .tags {
      width: calc(100% - 16px); }
    .video-page section .about .video-briefs-section {
      width: calc(100% - 16px); }
      .video-page section .about .video-briefs-section p, .video-page section .about .video-briefs-section h5 {
        margin: 0px; }
    .video-page section .about .categories, .video-page section .about .tags {
      width: calc(100% - 16px); }
    .video-page section .about .video-briefs-section {
      width: calc(100% - 16px); }
      .video-page section .about .video-briefs-section p, .video-page section .about .video-briefs-section h5 {
        margin: 0px; }
  .video-page .related-videos {
    padding: 0px; }
    .video-page .related-videos .title-area {
      padding: 16px; }
    .video-page .related-videos .item {
      border: none;
      margin-bottom: 8px; }
    .video-page .related-videos .switch-button {
      width: 100%;
      margin: 8px 0; }
      .video-page .related-videos .switch-button button {
        width: 50%;
        padding: 0; }
  .video-page .see-more {
    width: 100%; }
  .video-page .info #button-download-video, .video-page .info #button-download-video-disabled, .video-page .info #button-download-video-forbidden {
    margin: 0 0 8px 0; }
  .video-page .pop-over .content a.btn.btn-primary {
    margin-bottom: 8px; }
  .video-page .related-videos {
    padding: 0px; }
    .video-page .related-videos .title-area {
      padding: 16px; }
    .video-page .related-videos .item {
      border: none;
      margin-bottom: 8px; }
    .video-page .related-videos .switch-button {
      width: 100%;
      margin: 8px 0; }
      .video-page .related-videos .switch-button button {
        width: 50%;
        padding: 0; }
  .video-page .see-more {
    width: 100%; }
  .video-page .info #button-download-video, .video-page .info #button-download-video-disabled, .video-page .info #button-download-video-forbidden {
    margin: 0 0 8px 0; }
  .video-page .pop-over .content a.btn.btn-primary {
    margin-bottom: 8px; }
  .passive-notification {
    margin: 16px; }
    .passive-notification p {
      padding: 40px 16px 16px 16px;
      background-position: center 16px; }
  .video-page .btn {
    margin-top: 0;
    width: 100%; }
  .video-page.video_ov .info .btn {
    width: 100%;
    float: left !important; }
    .video-page.video_ov .info .btn.btn-primary {
      margin-bottom: 8px; } }

@media (max-width: 736px) {
  .video-page .pop-over {
    padding: 16px 0; }
    .video-page .pop-over .content {
      width: 100%; }
      .video-page .pop-over .content a.btn.btn-primary, .video-page .pop-over .content button {
        width: calc(100% - 32px);
        margin-left: 16px; }
      .video-page .pop-over .content a.btn.btn-primary {
        margin-bottom: 8px; } }

@media (max-width: 480px) {
  .video-page {
    padding-top: 50px; }
    .video-page .report-pop-up aside span {
      background-image: url(../images/symbols/icon-close-black.svg);
      top: 8px;
      right: 8px; }
    .video-page section .video-player .video-title {
      font-size: 24px; }
    .video-page .pop-over .content a.btn.btn-primary {
      margin-bottom: 8px; } }

@media (max-width: 374px) {
  .end-roll .middle-area.m-top16 {
    top: 16px;
    transform: none; } }

.video-page .about .admin .error-message {
  color: #ff6565;
  padding: 0 0 0 8px;
  margin: 16px 0 0 0;
  line-height: 26px; }
  .video-page .about .admin .error-message i {
    font-style: normal;
    width: 24px;
    height: 24px;
    border: 1px solid #ff6565;
    display: table;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    float: left;
    border-radius: 50%;
    margin-right: 8px; }
  .video-page .about .admin .error-message a {
    color: #ff6565; }
    .video-page .about .admin .error-message a:hover {
      text-decoration: none; }

@media screen and (min-width: 992px) and (max-height: 800px) and (max-width: 1200px) {
  .end-roll .button-replay {
    margin-right: 36px; } }

@media screen and (min-width: 992px) and (max-height: 800px) {
  .video-page .video-player {
    margin: 8px 16px 16px 40px;
    padding: 0;
    width: calc(100% - 384px);
    background: #e3e3e5; }
    .video-page .video-player .jwplayer {
      width: 70% !important;
      margin: 0 auto; }
  #video_endroll_newsflare-player {
    width: 70% !important;
    margin: 0 auto; }
  /*        .video-page .aside .watch-similar .watch-similar-video:first-of-type {
                    display: inline-block;
                    margin-bottom: 8px;
                    background: none;
                    a {
                        img {
                            width: 128px;
                            height: 66px;
                            float: left;
                            border-radius: 3px;
                            opacity: 1;
                        }
                        h6 {
                            margin: 0 8px;
                            width: calc(100% - 160px);
                            float: left;
                            position: relative;
                            font-size: 12px;
                            line-height: 1.33;
                            color: #55505a;
                            font-weight: normal;
                            top: 0;
                            left: 0;
                        }
                        i {
                            color: #55505a;
                            line-height: 66px;
                            width: 16px;
                            font-size: 14px;
                            top: 0;
                            right: 0;
                        }
                    }
                }*/
  .end-roll {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0; } }

@media screen and (min-width: 992px) and (max-height: 800px) and (min-width: 1400px) {
  .end-roll {
    width: calc(100% - 24px);
    left: 0; } }
