/*
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;
}

#open-tip-form {
  bottom: 16px !important;
}

body, .content-main {
  overflow: unset !important;
}

.floated-video-container {
  position: fixed;
  height: auto;
  bottom: 16px;
  z-index: 99999;
  display: none;
}
.floated-video-container .icon-close {
  background-image: url(../images/symbols/icon-close-white.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  background-position: center;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9999;
  cursor: pointer;
}
.floated-video-container .video-popup-container {
  position: relative;
  padding-top: 56.2076749436%;
}
.floated-video-container .video-popup-container .video-img {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floated-video-container .video-popup-container .video-img .button_hold {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.floated-video-container .video-popup-container .video-img .button_hold .btn {
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
}
.floated-video-container .video-popup-container .video-img button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.floated-video-container .video-popup-container .video-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
}
.floated-video-container .video-popup-container .video-img .button-replay {
  position: absolute;
  right: 8px;
  color: #fff;
  top: 8px;
  text-decoration: none;
}
.floated-video-container .video-popup-container .video-img .button-replay .icon-replay {
  background-image: url(../images/symbols/icon-replay-white.svg);
  width: 18px;
  height: 18px;
  display: table;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 8px;
}
.floated-video-container .video-popup-container .video-img .button-upload {
  display: none;
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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;
  background: transparent;
  margin-left: 6px;
  position: absolute;
  top: -webkit-calc(50% + 48px);
  top: -moz-calc(50% + 48px);
  top: calc(50% + 48px);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  left: 10px;
}

.nf_body-production .content-main .container.nf-video-page {
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .nf_body-production .content-main .container.nf-video-page {
    padding-top: 0;
  }
}

.nf_body-production .content-main .container.nf-video-page .video-main-details {
  top: 110px;
}

.content-main .container.nf-video-page {
  max-width: 83.33%;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  position: relative;
  padding: 0;
}
.content-main .container.nf-video-page .text-green {
  color: #49bc75;
}
.content-main .container.nf-video-page .text-red {
  color: #ff6565;
}
.content-main .container.nf-video-page .info-title {
  margin-top: 16px;
}
.content-main .container.nf-video-page .info-title .icon {
  width: 32px;
  height: 32px;
  display: table;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  margin: 8px auto !important;
}
.content-main .container.nf-video-page .info-title .icon-checkmark_circle-green {
  background-image: url("../images/symbols/icon-checkmark_circle-green.svg");
}
.content-main .container.nf-video-page .info-title .icon-attantion-circle-red {
  background-image: url("../images/symbols/icon-attention_circle-red.svg");
}
.content-main .container.nf-video-page .info-title a.link {
  margin: 0;
  display: inline;
  text-decoration: none;
  border-bottom: 2px solid #fad806;
  color: #313131;
}
.content-main .container.nf-video-page .info-title a.link:hover {
  border-bottom: none;
}
.content-main .container.nf-video-page .nf-video-container {
  position: relative;
  width: 100%;
  padding: 0;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom {
  position: relative;
  padding-top: 56.25%;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom #newsflare-player, .content-main .container.nf-video-page .nf-video-container .video-player-custom #video_endroll_newsflare-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom #newsflare-player img, .content-main .container.nf-video-page .nf-video-container .video-player-custom #video_endroll_newsflare-player img {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .nf-logo {
  background-image: url(../images/new_images/logo-white@2x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 150px 150px;
     -moz-background-size: 150px;
       -o-background-size: 150px;
          background-size: 150px;
  background-position: center;
  width: 150px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 16px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .labels {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .labels span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  letter-spacing: 0.13px;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .labels span.nf-picks {
  left: 16px;
  right: auto;
  text-transform: uppercase;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .labels span.nf-picks i {
  background-image: url("../images/symbols/icon-star-white.svg");
  width: 12px;
  height: 12px;
  display: inline-block;
  background-position: center;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
  opacity: 1;
  margin-right: 4px;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container {
  position: relative;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .header-area {
  position: relative;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .header-area .btn-primary {
  border-color: #fad705;
  color: #313131;
  margin: 4px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  min-width: 120px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  position: absolute;
  left: 16px;
  top: 16px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .header-area .button-replay {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 24px;
  right: 24px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .header-area .button-replay:hover {
  color: #ffffff;
  text-decoration: none;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .header-area .button-replay .icon-replay {
  background-image: url(../images/symbols/icon-replay-white.svg);
  width: 18px;
  height: 18px;
  display: table;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 8px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area a.btn {
  line-height: 1.67;
  height: auto;
  padding: 5.8px 16px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area a.upload-btn {
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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;
  background: transparent;
  margin-left: 6px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback {
  display: inline-block;
  width: 216px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  font-size: 24px;
  color: #313131;
  margin: 0 4px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback span {
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px;
       -o-background-size: 40px;
          background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback span.icon-like {
  background-image: url(../images/symbols/icon-heart-large.svg);
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback span.icon-unlike {
  background-image: url(../images/symbols/icon-heartbroken-large.svg);
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 2px solid #fff;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback.active {
  background-color: #FBEBEA;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback.active .icon-like {
  background-image: url(../images/symbols/icon-heart-active.svg);
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area .feedback.active .icon-unlike {
  background-image: url(../images/symbols/icon-heartbroken-active.svg);
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 100%;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area img {
  height: 97px;
  width: auto;
  border: 2px solid #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  float: left;
  margin-right: 16px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area h5 {
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area a.button-next-video {
  color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 36px;
  height: 40px;
  padding: 0 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  outline: none;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area a.button-next-video i {
  font-size: 8px;
  padding: 4px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  float: right;
  margin: 7px 0 0 4px;
}
.content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area h6 {
  line-height: 1.71;
  margin: 4px 0 0 0;
  color: #fff;
}
.content-main .container.nf-video-page .nf-video-container .section-edit {
  padding: 8px 0 16px 0;
  margin-top: -8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-main .container.nf-video-page .nf-video-container .section-edit p {
  display: inline-block;
  color: #313131;
  line-height: 1.67;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.content-main .container.nf-video-page .nf-video-container .section-edit .tooltip-el {
  top: -webkit-calc(100% + 4px);
  top: -moz-calc(100% + 4px);
  top: calc(100% + 4px);
}
.content-main .container.nf-video-page .nf-video-container .restricted-video {
  padding: 0;
}
.content-main .container.nf-video-page .nf-video-container .restricted-video .restricted-thumbnail img {
  opacity: 0.6;
}
.content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning {
  text-align: -webkit-center;
  position: absolute;
  top: -webkit-calc(50% + 32px);
  top: -moz-calc(50% + 32px);
  top: calc(50% + 32px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-sign {
  background-image: url(../images/symbols/icon-disabled-white.svg);
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px;
       -o-background-size: 32px;
          background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px;
  width: 65px;
  padding: 65px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-text {
  padding-top: 32px;
}
.content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-text p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  line-height: normal;
}
.content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-text p a {
  color: #fff;
}
.content-main .container.nf-video-page .video-main-details {
  position: -webkit-sticky;
  position: sticky;
  width: 38%;
  top: 64px;
  padding: 0 0 0 12px;
  margin: -40px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .passive-notification {
  margin: 8px 0 0 0;
  border: solid 2px #ef6f6a;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0;
  float: unset;
}
.content-main .container.nf-video-page .video-main-details .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);
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.content-main .container.nf-video-page .video-main-details .video-details-container {
  overflow-y: auto;
  width: 100%;
  height: 100vh;
}
.content-main .container.nf-video-page .video-main-details .video-details-container::-webkit-scrollbar {
  width: 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase {
  margin: 24px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase.nf_ecom-alert {
  border-top: none;
  padding: 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message {
  padding: 24px 40px;
  background-color: #fbdbda;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 0 0 24px 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message h6 {
  color: #f67b5b;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message h6 .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0;
  float: right;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message h6 .icon.icon-attention {
  background-image: url(../images/symbols/icon-attention-red.svg);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message p {
  color: #f67b5b;
  font-size: 14px;
  font-weight: normal;
  margin: 8px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #313131;
  text-decoration: none;
  margin: 16px 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: none;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage:hover {
  text-decoration: underline;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .icon-questionmark {
  background-image: url(../images/symbols/question-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 8px 0 16px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container {
  position: absolute;
  background: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(97, 94, 94, 0.1);
     -moz-box-shadow: 0px 2px 4px 0px rgba(97, 94, 94, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(97, 94, 94, 0.1);
  padding: 16px;
  bottom: -8px;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container:before {
  content: "";
  position: absolute;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container:after {
  content: "";
  position: absolute;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 16px solid #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 12px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container h5:first-child {
  margin: 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 1.5em;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-result-price {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-result-price p {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-result-price p.amount {
  font-size: 32px;
  font-weight: normal;
  margin: 12px 0 0 0;
  font-family: "Poppins", sans-serif;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-result-price p.amount span {
  font-size: 16px;
  font-weight: normal;
  margin: 0 8px 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-btns {
  margin: 16px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-btns .btn {
  margin: 0 0 8px 0;
  width: 100%;
  padding: 16px;
  line-height: 22px;
  height: auto;
  display: none;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-btns .btn#buy_video {
  display: block;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-btns .btn#buy_video:disabled {
  background: #FAEBA4;
  border-color: #FAEBA4;
  cursor: not-allowed;
  opacity: 1;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container {
  position: relative;
  display: block;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.open .nf_ecom-btn-dropdown {
  border-color: #fad705;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.open .nf_ecom-btn-dropdown .glyphicon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
     -moz-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
       -o-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.open .nf_ecom-dropdown {
  display: block;
  position: absolute;
  z-index: 9999;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.filled .nf_ecom-btn-dropdown {
  color: #313131;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.filled .nf_ecom-btn-dropdown .criteria span {
  font-size: 12px;
  font-weight: normal;
  float: right;
  padding-top: 4px;
  color: rgba(85, 80, 90, 0.65);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-btn-dropdown {
  background: white;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 2px solid #dddcde;
  padding: 16px 48px 16px 16px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(85, 80, 90, 0.65);
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 0 8px 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-btn-dropdown:disabled {
  cursor: not-allowed;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-btn-dropdown .glyphicon {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  color: #313131;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown {
  display: none;
  -webkit-appearance: none;
  padding: 16px 0;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  list-style: none;
  width: 100%;
  position: relative;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown:before {
  content: "";
  position: absolute;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown:after {
  content: "";
  position: absolute;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 16px solid #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown li {
  padding: 10px 18px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown li:hover {
  background-color: rgba(250, 215, 5, 0.5);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown li span {
  font-size: 12px;
  font-weight: normal;
  float: right;
  padding-top: 4px;
  color: rgba(85, 80, 90, 0.65);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-description p {
  margin-top: 1rem;
  font-weight: 600;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-description a {
  line-height: 2.5rem;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons {
  margin-bottom: 16px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns {
  margin: 8px 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn {
  margin: 0 0 8px 0;
  padding: 24px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eeedee;
  background-color: #fbfbfa;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn p {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #313131;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn .btn {
  width: 100%;
  margin: 8px 0 0 0;
  line-height: 40px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns > * {
  display: block !important;
  width: 100% !important;
  float: unset !important;
  margin: 8px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns > * .btn {
  width: 100%;
  height: 56px;
  line-height: 2rem;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder {
  padding: 8px 16px 16px 16px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  margin: 0 0 8px 0;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #eeedee;
  background-color: #fbfbfa;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #eeedee;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 9px 16px;
  height: 56px;
  line-height: 36px;
  margin: 8px 0 12px 0;
  position: relative;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch:after {
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 8px solid #eeedee;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch .toggle {
  background-image: url(../../images/upload/switch-off@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px;
       -o-background-size: 32px;
          background-size: 32px;
  width: 32px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch .toggle.active {
  background-image: url(../../images/upload/switch-off@2x%202.png);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .button_hold {
  margin: 8px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .btn {
  height: 56px;
  line-height: 2rem;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns .btn .icon-folder {
  background-image: url(../images/symbols/icon-favorites-slate_white.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
  float: unset;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns.free-license #addToFoldersLogin {
  color: #313131;
  background-color: #EEEDEE;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns.free-license #addToFoldersLogin:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns.free-license #addToFoldersLogin:focus {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #313131;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns.free-license #addToFoldersLogin .icon-folder {
  background-image: url(../images/symbols/icon-favorites-slate_grey.svg);
  height: 32px;
  vertical-align: bottom;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info {
  padding: 16px 0 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .content-partner {
  padding: 16px;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 56px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .content-partner img {
  width: 24px;
  position: absolute;
  height: 24px;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .content-partner h5 {
  color: #313131;
  margin: 0;
  line-height: 24px;
  display: inline-block;
  margin-left: 40px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px 40px 40px;
  background-color: #eeedee;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info a img {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 24px 0 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info a .video-owner-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  color: #313131;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info a .video-owner-name .video-owner-details {
  font-size: 14px;
  line-height: 1.67;
  margin: 0;
  font-weight: normal;
  display: block;
  font-family: "Poppins", sans-serif;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info > a {
  width: 100%;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  vertical-align: text-bottom;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .icon.icon-message-gray {
  background-image: url(../images/symbols/icon-message_bubble-slate_grey.svg);
  -webkit-filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
  margin-top: 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .icon.icon-plus-gray {
  background-image: url(../images/symbols/icon-plus-dark.svg);
  -webkit-filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .icon.icon-minus-gray {
  background-image: url(../images/symbols/icon-minus-dark.svg);
  -webkit-filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .icon.icon-incognito {
  background-image: url(../images/symbols/incognito-white.svg);
  -webkit-filter: invert(57%) sepia(52%) saturate(2919%) hue-rotate(321deg) brightness(102%) contrast(88%);
          filter: invert(57%) sepia(52%) saturate(2919%) hue-rotate(321deg) brightness(102%) contrast(88%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest {
  margin: 8px 0 40px 0;
  padding-bottom: 80px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div {
  background: #524f63;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 56px;
  margin: 0 0 16px 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 16px 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn-group {
  width: 100%;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn-group-xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn-group-xs .btn.btn-xs {
  display: inline-block;
  margin: 8px 4px 0 0;
  width: 50%;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn-group-xs .btn.btn-xs:nth-child(3) {
  margin: 8px 0 0 4px;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div a.btn {
  padding: 4px 0;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn {
  width: 100%;
  display: block;
  margin: 8px 0 0 0;
  height: 48px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn.btn-xs {
  width: auto;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 24px;
  height: 40px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn.btn-light {
  background-color: #fff;
  color: #313131;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn.btn-transparent {
  background-color: rgba(42, 39, 56, 0.2);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn.btn-transparent:hover, .content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn.btn-transparent:active, .content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn.btn-transparent:focus {
  background-color: rgba(42, 39, 56, 0.45);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn .icon {
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: unset;
  vertical-align: text-bottom;
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn .icon.icon-play {
  background-image: url(../images/symbols/icon-purchases-white.svg);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn .icon.icon-paperplane {
  background-image: url(../images/symbols/paper-plane-white.svg);
}
.content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div .btn .icon.icon-download {
  background-image: url(../images/symbols/icon-download-slate_grey.svg);
  -webkit-filter: invert(100%) contrast(500%);
          filter: invert(100%) contrast(500%);
}
.content-main .container.nf-video-page .video-left-area {
  position: relative;
  width: 62%;
  padding: 0 12px 0 0;
}
.content-main .container.nf-video-page .video-left-area .video-main-details {
  display: none;
}
.content-main .container.nf-video-page .video-left-area section h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(85, 80, 90, 0.65);
  margin: 40px 0 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_controls {
  text-align: center;
  padding: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_controls .btn {
  margin: 8px 4px;
  line-height: 15px;
}
.content-main .container.nf-video-page .video-left-area .vp_controls .btn .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 6px 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_controls .btn .icon.icon-folder {
  background-image: url(../images/symbols/folders_menu.svg);
}
.content-main .container.nf-video-page .video-left-area .vp_controls .btn .icon.icon-download {
  background-image: url(../images/symbols/icon-download-slate_grey.svg);
  -webkit-filter: invert(100%) saturate(500%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(500%) brightness(500%) contrast(500%);
}
.content-main .container.nf-video-page .video-left-area .vp_controls .btn .icon.icon-attention {
  background-image: url(../images/symbols/icon-attention-gray.svg);
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series {
  background-color: #EEEDEE;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  padding: 24px 16px 8px 16px;
  border: none;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain {
  position: relative;
  overflow: hidden;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control {
  background: #fad705;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  border: none;
  text-align: center;
  line-height: 39px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control:hover, .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control:active, .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control:focus {
  background-color: #ffe12b;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control:disabled {
  background: #fef7cd;
  cursor: not-allowed;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control.slider-control_backward {
  left: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control.slider-control_forward {
  right: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-slider_holder {
  overflow: auto;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-slider_holder::-webkit-scrollbar {
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: auto;
  padding-left: 20px;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider::-webkit-scrollbar {
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item {
  position: relative;
  margin: 0 24px 0 0;
  height: auto;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item:hover {
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item:hover img {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item:hover .icon-play {
  display: block;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item img {
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.85;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item .qual {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series p .icon-attention {
  background-image: url(../images/symbols/icon-attention-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series p .series-tooltip {
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series p:hover .series-tooltip {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #1a1a1a;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  line-height: 1.75;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-main .container.nf-video-page .video-left-area .vp_quickplay-series p:hover .series-tooltip:before {
  content: "\a";
  border-style: solid;
  border-width: 8px 8px 0px 8px;
  border-color: #1a1a1a transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information {
  padding: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 8px 0 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs {
  padding: 0;
  margin: 16px 0 32px 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  background-color: #00be4b;
  border: none;
  font-size: 14px;
  height: 32px;
  line-height: 2.29;
  font-weight: bold;
  padding: 0 8px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
  margin: 0 5px 8px 0;
  cursor: pointer;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .glyphicon {
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  top: 0;
  line-height: 32px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .package-report, .content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .account-report {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  background: #313131;
  font-size: 14px;
  padding: 8px 16px;
  color: #fff;
  z-index: 1;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-transform: initial;
  font-weight: normal;
  line-height: normal;
  white-space: normal;
  text-align: left;
  overflow: visible;
  word-break: break-word;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .package-report .package-date, .content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .account-report .package-date {
  font-weight: bold;
  display: block;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .package-report:after, .content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .account-report:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 8px solid #313131;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 190, 75, 0.6);
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success:first-of-type:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #00be4b;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success:hover > .package-report, .content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success:hover > .account-report {
  display: block;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn-success .account-report {
  padding-left: 32px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details {
  display: block;
  padding: 40px 0 24px 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p {
  color: #313131;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 16px 16px 0;
  padding: 16px 24px;
  display: inline-block;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #eeedee;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p.video-location {
  text-transform: capitalize;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p .icon {
  width: 14px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  background-position: center;
  vertical-align: text-bottom;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p .icon.clock-icon-gray {
  background-image: url(../images/symbols/icon-clock-slate_gray.svg);
  vertical-align: middle;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p .icon.map-marker-icon-gray {
  background-image: url(../images/symbols/map-marker-icon-gray.svg);
  margin-right: 4px;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p .icon.play-icon-gray {
  background-image: url(../images/symbols/icon-purchases-hover.svg);
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags {
  padding: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags h4 {
  font-size: 16px;
  line-height: 1.67;
  margin: 16px 0 -8px 0;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags .more-tags, .content-main .container.nf-video-page .video-left-area .vp_video-information .tags .less-tags {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 12px;
  text-align: center;
  padding: 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 8px 8px 0 0;
  float: left;
  height: auto;
  line-height: 32px;
  text-decoration: none;
  color: #313131;
  background-color: #EEEDEE;
  border: none;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags .more-tags:hover, .content-main .container.nf-video-page .video-left-area .vp_video-information .tags .less-tags:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags .less-tags {
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags .btn-pill {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #EEEDEE;
  font-size: 12px;
  text-align: center;
  color: #313131;
  padding: 0 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 8px 8px 0 0;
  float: left;
  height: auto;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .tags .btn-pill:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section {
  color: #313131;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 16px 16px 0;
  padding: 16px 24px;
  display: inline-block;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #eeedee;
  margin: 16px 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 16px 0;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section a {
  text-decoration: none;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section a div {
  padding: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section a img {
  width: 100%;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section a p {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.3px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-briefs-section a h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-decoration: underline;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container {
  position: relative;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description {
  margin: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description h3 {
  color: #313131;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  margin: 0 0 8px 0;
  display: inline-block;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 8px;
  height: 32px;
  line-height: 15px;
  vertical-align: baseline;
  font-size: 14px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description p {
  font-size: 20px;
  margin: 0;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle {
  margin: 16px 0 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle button {
  background: #eeedee;
  border: none;
  float: unset;
  margin: 8px 6px 0 0;
  font-size: 14px;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle button:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle button:nth-of-type(2) {
  margin-right: 12px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle button span {
  margin-top: 12px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle button.active span {
  background-position: 2px 2px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .vp_cat-rec h6 {
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend {
  position: absolute;
  top: 0;
  right: 0;
  width: 286px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #fbfbfa;
  padding: 0;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls span {
  background-image: url(../images/symbols/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  cursor: pointer;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls span:hover {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls span.left-arrow {
  margin-right: 8px;
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls span.disabled {
  opacity: 0.48;
  pointer-events: none;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .container-holder {
  display: block;
  display: none;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .container-holder:nth-child(2) {
  display: block;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend img {
  width: 100%;
  height: 161px;
  -webkit-border-radius: 8px 8px 0 0;
     -moz-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend h5 {
  padding: 24px 16px 8px 16px;
  margin: 0;
  font-size: 24px;
  line-height: 1.67;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend p {
  padding: 0 16px 24px 16px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend p span {
  background-image: url(../images/symbols/upload-cloud.svg);
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  -webkit-filter: invert(63%) sepia(4%) saturate(392%) hue-rotate(227deg) brightness(90%) contrast(82%);
          filter: invert(63%) sepia(4%) saturate(392%) hue-rotate(227deg) brightness(90%) contrast(82%);
  vertical-align: text-top;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend p.guest-comment {
  padding: 24px 16px 16px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group {
  padding: 0 16px 16px 16px;
  width: 100%;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .btn {
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.71;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  text-align: left;
  position: relative;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .btn .icon-bell {
  background-image: url(../images/symbols/icon-bell-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 13px 13px;
     -moz-background-size: 13px;
       -o-background-size: 13px;
          background-size: 13px;
  width: 13px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: inherit;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .btn .glyphicon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .btn.btn-default {
  width: 100%;
  padding: 0;
  text-align: center;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .btn.btn-default .icon-envelope {
  background-image: url(../images/symbols/icon-envelope_outline-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 1px 16px;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .nf-dropdown-menu {
  left: 16px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  top: 48px;
  margin-top: -4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .nf-dropdown-menu .dropdown-item {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #313131;
  padding: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid transparent;
}
.content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .btn-group .nf-dropdown-menu .dropdown-item:hover {
  border-left-color: #fad705;
  background-color: rgba(250, 215, 5, 0.5);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts {
  text-align: center;
  padding: 40px 0 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av {
  position: relative;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a {
  padding: 0 80px;
  background: #fff;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a img {
  height: 147px;
  width: 147px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1em solid #fff;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #eeedee;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-details a:hover {
  text-decoration: none;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-details a h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 24px 0 0 0;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-details a p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 8px 0;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 2rem;
  padding: 8px 16px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 8px;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn:first-child {
  margin-left: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  margin-top: 0;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  vertical-align: text-bottom;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn .icon.icon-message-gray {
  background-image: url(../images/symbols/icon-message_bubble-slate_grey.svg);
  -webkit-filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn .icon.icon-plus-gray {
  background-image: url(../images/symbols/icon-plus-dark.svg);
  -webkit-filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn .icon.icon-minus-gray {
  background-image: url(../images/symbols/icon-minus-dark.svg);
  -webkit-filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
          filter: invert(100%) saturate(0%) brightness(500%) contrast(500%);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn .icon.icon-incognito {
  background-image: url(../images/symbols/incognito-white.svg);
  -webkit-filter: invert(57%) sepia(52%) saturate(2919%) hue-rotate(321deg) brightness(102%) contrast(88%);
          filter: invert(57%) sepia(52%) saturate(2919%) hue-rotate(321deg) brightness(102%) contrast(88%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 -8px 0;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  margin: 8px 0 0 8px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn:first-of-type {
  margin-left: 0;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn:hover {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn .icon {
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-position: center;
  height: 48px;
  width: 48px;
  display: block;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.fb-share {
  background-color: #4167b2;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.fb-share .icon {
  background-image: url(../images/symbols/icon-facebook-slate_grey.svg);
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(128deg) brightness(150%) contrast(136%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(128deg) brightness(150%) contrast(136%);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.twitter-share {
  background-color: #54aced;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.twitter-share .icon {
  background-image: url(../images/symbols/icon-twitter-white.png);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.instagram-share {
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.instagram-share .icon {
  background-image: url(../images/symbols/icon-insta-white.png);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.linkedin-share {
  background-color: #0176b5;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.linkedin-share .icon {
  background-image: url(../images/symbols/linkedin-white.svg);
  -webkit-background-size: 24px 24px;
     -moz-background-size: 24px;
       -o-background-size: 24px;
          background-size: 24px;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.youtube-share {
  background-color: #c3302a;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.youtube-share .icon {
  background-image: url(../images/symbols/youtube-white.svg);
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.mixi-share {
  background-color: #d59c2f;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.mixi-share .icon {
  background-image: url(../images/symbols/mxi-white.svg);
  -webkit-background-size: 34px 34px;
     -moz-background-size: 34px;
       -o-background-size: 34px;
          background-size: 34px;
  margin-top: 6px;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.weibo-share {
  background-color: #df232a;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.weibo-share .icon {
  background-image: url(../images/symbols/webo-white.svg);
  -webkit-background-size: 34px 34px;
     -moz-background-size: 34px;
       -o-background-size: 34px;
          background-size: 34px;
  margin-top: 6px;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.vk-share {
  background-color: #4b75a3;
}
.content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts .share-btn.vk-share .icon {
  background-image: url(../images/symbols/vk-white.svg);
  -webkit-background-size: 34px 34px;
     -moz-background-size: 34px;
       -o-background-size: 34px;
          background-size: 34px;
  margin-top: 6px;
}
.content-main .container.nf-video-page .video-left-area .admin {
  padding: 40px 0;
}
.content-main .container.nf-video-page .video-left-area .admin .btn {
  margin-right: 4px;
}
.content-main .container.nf-video-page .video-left-area .admin .title-area {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 16px 0;
}
.content-main .container.nf-video-page .video-left-area .admin .title-area .no-gutter {
  padding: 0;
}
.content-main .container.nf-video-page .video-left-area .admin .title-area h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  float: left;
  color: #313131;
  margin: 0 16px 0 0;
}
.content-main .container.nf-video-page .video-left-area .admin .title-area .error-message {
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .admin .title-area button {
  width: auto;
  margin: 8px 0 0 4px;
  border: 2px solid #fbd606;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.content-main .container.nf-video-page .video-left-area .admin .title-area a.btn-rounded {
  width: auto;
  margin: 8px 0 0 4px;
  border: 2px solid #fbd606;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 8px 5px 8px 0px;
  border: none;
}
.content-main .container.nf-video-page .video-left-area .admin .tags {
  border-bottom: none;
  padding: 16px 0 0 0;
}
.content-main .container.nf-video-page .video-left-area .admin .tags h4 {
  margin: 0 0 4px 4px;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .more-tags, .content-main .container.nf-video-page .video-left-area .admin .tags .less-tags {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 12px;
  text-align: center;
  padding: 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 8px 8px 0 0;
  float: left;
  height: auto;
  line-height: 32px;
  text-decoration: none;
  color: #313131;
  background-color: #EEEDEE;
  border: none;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .more-tags:hover, .content-main .container.nf-video-page .video-left-area .admin .tags .less-tags:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .less-tags {
  display: none;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .btn-pill {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #EEEDEE;
  font-size: 12px;
  text-align: center;
  color: #313131;
  padding: 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 8px 8px 0 0;
  float: left;
  height: auto;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .btn-pill:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #e4e4e4;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .btn-pill .delete {
  background-image: url("../images/symbols/icon-close-black.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px;
       -o-background-size: 10px;
          background-size: 10px;
  background-position: center;
  vertical-align: sub;
  display: inline-block;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .add-tag {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .add-tag textarea {
  resize: none;
  width: 100%;
  height: 108px;
  background-color: #fbfbfa;
  color: #313131;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: solid 2px rgba(85, 80, 90, 0.2);
}
.content-main .container.nf-video-page .video-left-area .admin .tags .add-tag textarea:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border: 2px solid #fad705;
  outline: none;
}
.content-main .container.nf-video-page .video-left-area .admin .tags .add-tag p {
  color: #8996a0;
  font-size: 12px;
  line-height: 1;
}
.content-main .container.nf-video-page .video-left-area .admin .payment {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.content-main .container.nf-video-page .video-left-area .admin .payment p {
  color: #313131;
  padding-right: 16px;
  float: left;
  margin: 12px 0;
}
.content-main .container.nf-video-page .video-left-area .admin .payment p:first-of-type {
  border-right: 1px solid #e5e5e5;
}
.content-main .container.nf-video-page .video-left-area .admin .payment p:last-of-type {
  padding-left: 16px;
}
.content-main .container.nf-video-page .video-left-area .admin .payment p span.icon {
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  display: table;
  width: 16px;
  height: 24px;
  float: left;
  background-position: 0 4px;
  margin-right: 8px;
}
.content-main .container.nf-video-page .video-left-area .admin .payment p .cart {
  background-image: url(../images/symbols/icon-get_paid.svg);
}
.content-main .container.nf-video-page .video-left-area .admin .payment p .user {
  background-image: url(../images/symbols/profile.svg);
}
.content-main .container.nf-video-page .video-left-area .admin .payment p a {
  color: #313131;
  text-decoration: none;
}
.content-main .container.nf-video-page .video-left-area .admin .payment p a:hover {
  text-decoration: underline;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description {
  margin: 16px 0;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description h3 {
  color: #313131;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  margin: 0 0 8px 0;
  display: inline-block;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description .btn {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 8px;
  height: 32px;
  line-height: 15px;
  vertical-align: baseline;
  font-size: 14px;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description .btn-group.toggle .active span {
  background-position: 2px 2px;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description p {
  font-size: 18px;
  line-height: 1.67;
  margin: 0 0 24px 0;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description .btn-group.toggle {
  margin: 0;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description .btn-group.toggle button {
  background: #eeedee;
  border: none;
  float: unset;
  margin: 8px 6px 0 0;
  font-size: 14px;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description .btn-group.toggle button:nth-of-type(2) {
  margin-right: 12px;
}
.content-main .container.nf-video-page .video-left-area .admin .video-description .btn-group.toggle button span {
  margin-top: 12px;
}
.content-main .container.nf-video-page .video-left-area .admin.container-recommendation .video-description-tags {
  min-height: 368px;
}
.content-main .container.nf-video-page .video-left-area .admin.container-recommendation .video-description, .content-main .container.nf-video-page .video-left-area .admin.container-recommendation .tags {
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
}
.content-main .container.nf-video-page .video-left-area .blog-field {
  background-image: -webkit-linear-gradient(324deg, #dcf4ff, #99a9f7);
  background-image: -moz-linear-gradient(324deg, #dcf4ff, #99a9f7);
  background-image: -o-linear-gradient(324deg, #dcf4ff, #99a9f7);
  background-image: linear-gradient(126deg, #dcf4ff, #99a9f7);
  padding: 4px 0;
  margin: 40px 0 -40px 0;
}
.content-main .container.nf-video-page .video-left-area .blog-field .blog-container {
  background: #fff;
  padding: 40px 0;
}
.content-main .container.nf-video-page .video-left-area .blog-field .blog-container h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
.content-main .container.nf-video-page .video-left-area .blog-field .blog-container h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  color: #313131;
  margin: 0;
}
.content-main .container.nf-video-page .video-left-area .blog-field .blog-container p {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #313131;
}
.content-main .container.nf-video-page .video-left-area .blog-field .blog-container .btn {
  margin: 8px 0 0 0;
  width: auto;
}
.content-main .container.nf-video-page .video-left-area .related-videos, .content-main .container.nf-video-page .video-left-area .member-videos {
  padding: 0;
  float: left;
  margin-top: 40px;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.content-main .container.nf-video-page .video-left-area .related-videos h3, .content-main .container.nf-video-page .video-left-area .member-videos h3 {
  margin: 0 8px;
  font-size: 24px;
  line-height: 1.67;
}
.content-main .container.nf-video-page .video-left-area .related-videos .row, .content-main .container.nf-video-page .video-left-area .member-videos .row {
  margin: 0 -8px;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item, .content-main .container.nf-video-page .video-left-area .member-videos .item {
  padding: 8px;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail {
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip {
  position: absolute;
  top: 1em;
  right: 0.3em;
  z-index: 3;
  font-size: 0.875em;
  padding: 0.4em 1em;
  font-weight: 100;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner {
  /* Small Desktop */
}
@media (max-width: 1600px) {
  .content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner {
    width: auto;
    height: auto;
    white-space: nowrap;
    max-width: 400px;
  }
}
@media (max-width: 1200px) {
  .content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner {
    white-space: initial;
    width: 260px;
  }
}
@media (max-width: 767px) {
  .content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner:before, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner:before {
  /* Mobile */
}
@media (max-width: 767px) {
  .content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner:before, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .nf_tooltip .nf_tooltip__inner:before {
    left: auto;
    right: 1.4em;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background {
  background-color: #000;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  height: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background a, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background a img, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background a img {
  opacity: 0.8;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background a .label-time, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background a .label-time {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #fff;
  letter-spacing: 0.1px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  opacity: 0.65;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background a h5, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background a h5 {
  position: absolute;
  bottom: 16px;
  left: 0;
  color: #fff;
  padding: 0 2.8em 0 1em;
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background a h5 span, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background a h5 span {
  color: #fff;
  font-size: 12px;
  height: 24px;
  opacity: 0.65;
  line-height: 2;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail .item-background:hover a img, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail .item-background:hover a img {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-main .container.nf-video-page .video-left-area .related-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner, .content-main .container.nf-video-page .video-left-area .member-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner {
  /* Small Desktop */
}
@media (max-width: 1200px) {
  .content-main .container.nf-video-page .video-left-area .related-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner, .content-main .container.nf-video-page .video-left-area .member-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.content-main .container.nf-video-page .video-left-area .related-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner:before, .content-main .container.nf-video-page .video-left-area .member-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner:before {
  /* Small Desktop */
}
@media (max-width: 1200px) {
  .content-main .container.nf-video-page .video-left-area .related-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner:before, .content-main .container.nf-video-page .video-left-area .member-videos .item:nth-child(even) .nf_tooltip .nf_tooltip__inner:before {
    left: auto;
    right: 1.4em;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.content-main .container.nf-video-page .video-left-area .related-videos .related-see-more, .content-main .container.nf-video-page .video-left-area .member-videos .related-see-more {
  margin: 8px 0 16px 0;
  width: 390px;
  line-height: 1rem;
  font-weight: 600;
}
.content-main .container.nf-video-page .video-left-area .related-videos.video-versions, .content-main .container.nf-video-page .video-left-area .member-videos.video-versions {
  margin: 24px 0 40px 0;
}
.content-main .container.nf-video-page .video-left-area .related-videos.video-versions .item .result_thumbnail .item-background, .content-main .container.nf-video-page .video-left-area .member-videos.video-versions .item .result_thumbnail .item-background {
  padding-top: 56.25%;
}
.content-main .container.nf-video-page .video-left-area .related-videos.video-versions .item .result_thumbnail .item-background a img, .content-main .container.nf-video-page .video-left-area .member-videos.video-versions .item .result_thumbnail .item-background a img {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-main .container.nf-video-page .video-left-area .related-videos.video-versions .item .result_thumbnail .item-background a h5, .content-main .container.nf-video-page .video-left-area .member-videos.video-versions .item .result_thumbnail .item-background a h5 {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  bottom: unset;
}

.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;
}
.report-pop-up section {
  width: 430px;
  background: white;
  position: absolute;
  z-index: 10005;
  padding: 16px 16px 16px 40px;
  min-height: 100%;
}
.report-pop-up section h1 {
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  color: #313131;
}
.report-pop-up section p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #313131;
  margin: 8px 0;
}
.report-pop-up section #copyrightDispute,
.report-pop-up section .report-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #f3f3f3;
  color: #313131;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.report-pop-up aside {
  width: -webkit-calc(100% - 430px);
  width: -moz-calc(100% - 430px);
  width: calc(100% - 430px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.report-pop-up aside span {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px 16px;
       -o-background-size: 16px 16px;
          background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  position: absolute;
  top: 16px;
  right: 24px;
  background-image: url(../images/symbols/icon-close-white.svg);
  cursor: pointer;
  z-index: 100010;
}
.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;
}
.report-pop-up .copyright-dispute .btn-group.toggle button {
  overflow: hidden;
}
.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;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-background-size: auto 24px;
     -moz-background-size: auto 24px;
       -o-background-size: auto 24px;
          background-size: auto 24px;
}
.report-pop-up .copyright-dispute .file-container {
  overflow: hidden;
  position: relative;
  height: 40px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
          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: #313131;
}
.report-pop-up .copyright-dispute .file-container input[type=file] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.report-pop-up .copyright-dispute .file-container span.btn {
  float: right;
  width: auto !important;
}
.report-pop-up .copyright-dispute h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
  margin: 8px 0 0 0;
}
.report-pop-up .copyright-dispute button.closeDispute {
  margin-top: 8px;
}

.video-page {
  margin-top: 10px;
}
.video-page .video-error {
  margin: 0 auto;
  padding: 32px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
}
.video-page .video-error > .col-sm-12 {
  margin: 0 8px;
  padding: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.video-page .video-error .video-error-text {
  padding: 0;
}
.video-page .video-error .video-error-text .col-sm-12 {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.video-page .video-error .video-error-text .col-sm-12 .video-error-title {
  padding: 0;
}
.video-page .video-error .video-error-text .col-sm-12 .video-error-image {
  -webkit-background-size: 215px 215px;
     -moz-background-size: 215px;
       -o-background-size: 215px;
          background-size: 215px;
  width: 230px;
}
.video-page .video-error .video-error-text .col-sm-12 .video-error-image img {
  width: 91px;
  height: 84px;
}
.video-page .video-error .video-error-text h1 {
  font-size: 64px;
  line-height: 1.33;
  height: 170px;
}
.video-page .video-error .video-error-text h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.video-page .video-error .video-error-text p {
  color: #313131;
  line-height: 1.5;
  margin-bottom: 16px;
}
.video-page .video-error .video-error-image {
  background-image: url(../images/symbols/404-page-bg.svg);
  -webkit-background-size: 315px 315px;
     -moz-background-size: 315px;
       -o-background-size: 315px;
          background-size: 315px;
  background-position: center;
  background-repeat: no-repeat;
  width: 315px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.video-page .video-error .video-error-image img {
  width: 126px;
  height: 116px;
}
.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: #313131;
  margin: 0 16px 0 0;
}
.video-page .related-videos .related-content {
  padding: 0 0 196px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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: #313131;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  margin: 9px 8px;
}
.video-page .related-videos .item.buyer {
  padding: 0;
  border: none;
  margin: 0;
}
.video-page .related-videos .item.buyer .result_thumbnail {
  margin: 0;
  padding: 8px 12px;
}
.video-page .related-videos .item.buyer .result_thumbnail .item-background {
  background-color: #000;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
}
.video-page .related-videos .item.buyer .result_thumbnail i.label-time {
  bottom: 16px;
  right: 16px;
  background: none;
  color: #fff;
  font-size: 14px;
}
.video-page .related-videos .item.buyer .result_thumbnail h5.list-group-item-heading {
  position: absolute;
  bottom: 16px;
  padding: 0 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
}
.video-page .related-videos .item.buyer .result_thumbnail h5.list-group-item-heading span {
  color: #fff;
  font-size: 14px;
  height: 24px;
}
.video-page .related-videos .item.buyer .result_thumbnail img {
  opacity: 0.8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.video-page .related-videos .item.buyer .result_thumbnail .btn-primary.buy-video {
  display: none;
  position: absolute;
  top: 24px;
  right: 80px;
}
.video-page .related-videos .item.buyer .result_thumbnail .icon-folder {
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url(../images/symbols/icon_folder_white.svg);
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  width: 46px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  display: none;
}
.video-page .related-videos .item.buyer .result_thumbnail:hover .btn-primary.buy-video {
  display: block;
}
.video-page .related-videos .item.buyer .result_thumbnail:hover .icon-folder {
  display: block;
}
.video-page .related-videos .item.buyer .result_thumbnail:hover .icon-folder:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.showreel-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99999;
  display: none;
}
.showreel-popup .close-icon {
  background-image: url(../images/symbols/icon-close-white.svg);
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px;
       -o-background-size: 32px;
          background-size: 32px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
  z-index: 99999;
}
.showreel-popup .nf-showreel {
  width: 100%;
  height: 100%;
}
.showreel-popup .nf-showreel .video-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.onboard-guest {
  background-color: #313131;
  margin-top: 16px;
  display: none;
}
.onboard-guest .onboard-message {
  text-align: center;
  padding: 16px;
}
.onboard-guest .onboard-message p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 4px 0;
}
.onboard-guest .onboard-message .button-group .btn {
  margin: 8px 8px 0 0;
}
.onboard-guest .onboard-message .button-group .btn-default {
  background-color: rgba(255, 255, 255, 0.1);
}
.onboard-guest .onboard-message .button-group .btn-default-light {
  background-color: rgba(255, 255, 255, 0.3);
}
.onboard-guest .onboard-message .button-group .btn-default-light .icon-upload {
  background-image: url(../images/symbols/icon-upload-white.svg);
}

@media (max-width: 1900px) {
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 24px;
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info > a {
    width: 100%;
    padding: 0 0 0 110px;
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info > a img {
    width: 85px;
    height: 85px;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts {
    padding-left: 110px;
    width: auto;
    margin: 8px 0 0 0;
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn {
    margin: 0 8px 0 0;
  }
}
@media (max-width: 1600px) {
  .content-main .container.nf-video-page {
    max-width: 100%;
    padding: 0 40px;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning {
    top: -webkit-calc(50% + 16px) !important;
    top: -moz-calc(50% + 16px) !important;
    top: calc(50% + 16px) !important;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-sign {
    -webkit-background-size: 24px 24px !important;
       -moz-background-size: 24px !important;
         -o-background-size: 24px !important;
            background-size: 24px !important;
    height: 44px !important;
    width: 44px !important;
    padding: 44px !important;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-text {
    width: 458px;
    padding-top: 16px !important;
  }
  .content-main .container.nf-video-page .video-main-details {
    width: 33.67%;
    padding: 0 0 0 8px;
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message {
    margin: 0 0 -8px 0;
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-action-buttons .full-btns {
    margin-top: 16px;
  }
  .content-main .container.nf-video-page .video-main-details .video-details-container .video-details-container_guest > div {
    padding: 24px;
  }
  .content-main .container.nf-video-page .video-left-area {
    width: 66.33%;
    padding: 0 8px 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls {
    margin: 16px 0 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series {
    padding: 24px 8px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider {
    padding-left: 12px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item {
    margin-right: 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a img {
    width: 101px;
    height: 101px;
  }
  .content-main .container.nf-video-page .video-left-area .blog-field .blog-container p {
    margin: 8px 0 16px 0;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .video-page .video-error {
    padding: 32px 8px 0 8px;
  }

  .content-main .container.nf-video-page {
    margin: 0;
    padding: 0;
  }
  .content-main .container.nf-video-page .nf-video-container {
    width: 100%;
    padding: 0;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video {
    padding: 16px 0 0 0 !important;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-sign {
    -webkit-background-size: 45px 45px !important;
       -moz-background-size: 45px !important;
         -o-background-size: 45px !important;
            background-size: 45px !important;
    height: 86px !important;
    width: 86px !important;
    padding: 86px !important;
  }
  .content-main .container.nf-video-page .nf-video-container .section-edit {
    margin: 0;
    padding: 1em;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom #newsflare-player {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .content-main .container.nf-video-page .video-main-details {
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area {
    width: 100%;
    padding: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls {
    margin: 16px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series {
    padding: 24px 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .slider-control {
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider {
    padding: 0 16px 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item {
    margin: 0 0 0 16px;
    height: 95px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information {
    padding: 0 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information h1 {
    margin: 16px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs {
    margin: 16px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details {
    position: inherit;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container {
    position: initial;
    height: auto;
    overflow: inherit;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase {
    padding: 24px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase.nf_ecom-alert {
    padding-top: 0;
    margin-top: 8px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-video-usage .nf_ecom-video-usage-container {
    width: 100%;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest {
    margin-bottom: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div {
    position: relative;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div h3 {
    font-size: 24px;
    font-weight: normal;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div p {
    margin: 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div .btn.watch_showreel {
    position: absolute;
    bottom: 24px;
    right: 24px;
    height: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 0 16px;
    z-index: 1;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div .btn {
    display: inline-block;
    width: auto;
    margin: 0 8px 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div a.btn {
    padding: 4px 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info {
    padding: 16px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info > a {
    padding: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info > a img {
    position: initial;
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
    margin: 0 16px 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info > a h6 {
    text-transform: unset;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info .video-contacts {
    padding: 0;
    width: 100%;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .btn {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder, .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn {
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border: none;
    background: unset;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch, .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn .toggle-switch {
    margin: 0 0 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch:after, .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn .toggle-switch:after {
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details {
    padding: 24px 0 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .vp_cat-rec h6 {
    display: block;
    margin: 0 0 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend {
    width: 100%;
    top: unset !important;
    position: relative;
    margin: 0;
    -webkit-box-shadow: 0 10px 15px 6px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 10px 15px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 15px 6px rgba(0, 0, 0, 0.1);
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls {
    right: -webkit-calc(55% + 16px);
    right: -moz-calc(55% + 16px);
    right: calc(55% + 16px);
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .container-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .container-holder:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-thumbnail {
    width: 45%;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend img {
    width: 100%;
    -webkit-border-radius: 8px 0 0 8px;
       -moz-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
    height: 100%;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-details {
    width: 55%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-details h5 {
    padding: 16px 16px 8px 16px;
  }
  .content-main .container.nf-video-page .video-left-area .admin {
    padding: 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts {
    padding: 40px 16px 0 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a {
    padding: 0 104px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a img {
    height: 94px;
    width: 94px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn {
    background-color: #eeedee;
    color: #55505a;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn .icon {
    -webkit-filter: unset !important;
            filter: unset !important;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .video-contacts .btn.btn-default:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background-color: #e4e4e4;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .social-contacts {
    margin: 16px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .blog-field .blog-container {
    padding: 40px 16px;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos, .content-main .container.nf-video-page .video-left-area .member-videos {
    padding: 0 0 0 16px;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos h6, .content-main .container.nf-video-page .video-left-area .member-videos h6 {
    margin-bottom: 8px;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos .row, .content-main .container.nf-video-page .video-left-area .member-videos .row {
    margin: 0;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos .item, .content-main .container.nf-video-page .video-left-area .member-videos .item {
    padding: 0 16px 16px 0;
  }

  .report-pop-up section {
    width: 486px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .video-page .video-error {
    padding-top: 0;
  }
  .video-page .video-error .video-error-text a.btn {
    width: auto;
  }
  .video-page .video-error .video-error-text .col-sm-12 {
    display: block;
  }
  .video-page .video-error .video-error-text .col-sm-12 .video-error-title h1 {
    font-size: 32px;
    line-height: 1.5;
    height: 96px;
  }
  .video-page .video-error .video-error-text .col-sm-12 .video-error-title h2 {
    font-size: 24px;
    height: 40px;
    line-height: 1.67;
  }
  .video-page .video-error .video-error-text .col-sm-12 .video-error-image {
    height: 161px;
    width: 215px;
    margin-bottom: 16px;
  }

  .content-main .container.nf-video-page .nf-video-container {
    padding: 0;
  }
  .content-main .container.nf-video-page .nf-video-container .section-edit .btn {
    width: auto;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .nf-logo {
    -webkit-background-size: 110px 110px;
       -moz-background-size: 110px;
         -o-background-size: 110px;
            background-size: 110px;
    width: 110px;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area {
    text-align: center;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .middle-area a.btn {
    width: auto;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area {
    left: 0;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area .button-replay {
    color: #fff;
    text-align: center;
    display: block;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area .button-replay:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .content-main .container.nf-video-page .nf-video-container .video-player-custom .end-roll-container .end-roll .bottom-area .button-replay .icon-replay {
    background-image: url(../images/symbols/icon-replay-white.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
         -o-background-size: 16px;
            background-size: 16px;
    background-repeat: no-repeat;
    float: unset;
    vertical-align: sub;
    margin-left: 8px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls {
    margin: 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls .btn {
    width: auto;
    max-width: 60px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls .btn.toggle-btn .toggle-check {
    position: initial;
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls .btn .icon {
    margin: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_controls .btn .text {
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series {
    padding: 24px 0 16px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series p {
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_quickplay-series .vp_quickplay-series_contain .vp_quickplay-series_slider .vp_quickplay-series-item {
    height: 72px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 24px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .nf-packaged-tabs .btn {
    width: auto;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase {
    padding: 24px 0 16px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase.nf_ecom-alert {
    margin-top: 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-alert-message {
    padding: 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-btn-dropdown {
    font-size: 14px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.filled .nf_ecom-btn-dropdown .criteria {
    font-size: 14px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container.filled .nf_ecom-btn-dropdown .criteria span {
    padding: 0;
    display: block;
    float: unset;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown {
    padding: 5px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown li {
    padding: 5px 18px;
    font-size: 14px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-dropdown_container .nf_ecom-dropdown li span {
    display: block;
    float: unset;
    padding: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-result-price {
    display: block !important;
    padding: 12px 16px 0 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf_ecom-result-price p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .nf_ecom-purchase .nf-ecom-btns {
    margin: 8px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest {
    margin-bottom: -16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div .btn, .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div a.btn {
    margin: 0 0 8px 0;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    height: auto;
    line-height: 1.5;
    padding: 11px 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-details-container_guest > div .btn.watch_showreel {
    width: 100%;
    position: initial;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder {
    margin-top: 8px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch {
    height: auto;
    padding-left: 56px;
    text-align: left;
    line-height: 1.67;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .thumbnails-video-download-holder .toggle-switch .toggle {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn {
    display: block !important;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .nf-border-btn .btn {
    line-height: 1.67;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-action-buttons .full-btns .btn {
    height: 48px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info > a h6 {
    padding-left: 104px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info > a img {
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info .video-contacts {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
       -moz-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding-left: 104px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn {
    padding: 0.75em 1.5em;
    display: block;
    margin: 8px 8px 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .text {
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-main-details .video-details-container .video-info .video-owner-info .video-contacts .btn .icon {
    margin: 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-details p {
    margin: 0 0 8px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description p {
    font-size: 16px;
    line-height: 1.5;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .video-description .btn-group.toggle {
    margin: 8px 0 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend {
    display: block;
    margin: 0 0 16px 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-controls {
    right: 16px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .container-holder {
    display: block;
    display: none;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .container-holder:nth-child(2) {
    display: block;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-thumbnail {
    width: 100%;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-thumbnail img {
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-details {
    width: 100%;
  }
  .content-main .container.nf-video-page .video-left-area .vp_video-information .video-description-container .category-recommend .category-details h5 {
    padding: 24px 16px 8px 16px;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos h3, .content-main .container.nf-video-page .video-left-area .member-videos h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos .item .result_thumbnail, .content-main .container.nf-video-page .video-left-area .member-videos .item .result_thumbnail {
    margin: 4px 16px 4px 0;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos > .text-center, .content-main .container.nf-video-page .video-left-area .member-videos > .text-center {
    padding: 0;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos > .text-center .btn, .content-main .container.nf-video-page .video-left-area .member-videos > .text-center .btn {
    width: 100%;
  }
  .content-main .container.nf-video-page .video-left-area .admin .btn {
    width: auto;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a {
    padding: 0 54px;
  }
  .content-main .container.nf-video-page .video-left-area .vp_member-social-contacts .member-av a img {
    height: 76px;
    width: 76px;
  }
  .content-main .container.nf-video-page .video-left-area .blog-field .blog-container h2 {
    font-size: 24px;
    line-height: 1.67;
  }
  .content-main .container.nf-video-page .video-left-area .blog-field .blog-container p {
    margin: 16px 0;
  }
  .content-main .container.nf-video-page .video-left-area .blog-field .blog-container .btn {
    width: auto;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos > .col-xs-12.text-center, .content-main .container.nf-video-page .video-left-area .member-videos > .col-xs-12.text-center {
    text-align: left;
    padding: 0;
  }
  .content-main .container.nf-video-page .video-left-area .related-videos > .col-xs-12.text-center .btn, .content-main .container.nf-video-page .video-left-area .member-videos > .col-xs-12.text-center .btn {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
}
@media (max-width: 480px) {
  .video-page .video-error {
    padding-top: 66px;
  }

  .content-main .container.nf-video-page .nf-video-container .restricted-video {
    padding: 0 !important;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-sign {
    -webkit-background-size: 16px 16px !important;
       -moz-background-size: 16px !important;
         -o-background-size: 16px !important;
            background-size: 16px !important;
    height: 32px !important;
    width: 32px !important;
    padding: 32px !important;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-text {
    width: 288px;
    padding-top: 8px !important;
  }
  .content-main .container.nf-video-page .nf-video-container .restricted-video .restriction-warning .restriction-warning-text p {
    line-height: 1.67 !important;
  }
}