/*
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 25, 2017, 1:50:50 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;
}

/*this code stop closing the popup when click on the black area*/
.background-white {
  background-color: #ffffff !important;
}

.main-popup {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000;
}
.main-popup .mt-16 {
  margin-top: 16px;
}
.main-popup .mt-8 {
  margin-top: 8px !important;
}
.main-popup .ml-8 {
  margin-top: 8px;
}
.main-popup .plr-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.main-popup .popup-blackout {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.main-popup .popup-blackout .popup-window {
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow-y: auto;
  margin-bottom: 50px;
  left: -webkit-calc(50% - 384px);
  left: -moz-calc(50% - 384px);
  left: calc(50% - 384px);
  width: 768px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.main-popup .popup-blackout .popup-window .btn-paypal {
  background-color: #fac439;
}
.main-popup .popup-blackout .popup-window .btn-paypal span {
  background-image: url(../images/symbols/paypal-logo.png);
  -webkit-background-size: auto 90%;
     -moz-background-size: auto 90%;
       -o-background-size: auto 90%;
          background-size: auto 90%;
  background-repeat: no-repeat;
  padding-right: 110px;
  display: inline-block;
  background-position: right center;
}
.main-popup .popup-blackout .popup-window .right {
  padding-top: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-left: 14px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fded0c), to(#fad705));
  background-image: -webkit-linear-gradient(top, #fded0c, #fad705);
  background-image: -moz-linear-gradient(top, #fded0c, #fad705);
  background-image: -o-linear-gradient(top, #fded0c, #fad705);
  background-image: linear-gradient(to bottom, #fded0c, #fad705);
}
.main-popup .popup-blackout .popup-window .right .spinner {
  margin: 0 auto;
  height: 20px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 35px);
  left: -moz-calc(50% - 35px);
  left: calc(50% - 35px);
}
.main-popup .popup-blackout .popup-window .right p {
  margin: 0;
  color: #55505a;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 8px;
  position: absolute;
  top: -webkit-calc(50% + 48px);
  top: -moz-calc(50% + 48px);
  top: calc(50% + 48px);
  width: 100%;
  text-align: center;
}
.main-popup .popup-blackout .popup-window .right h5 {
  text-align: center;
  color: #55505a;
  position: absolute;
  line-height: 1.5;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 16px;
}
.main-popup .popup-blackout .popup-window .right h1 {
  height: 96px;
  width: 100%;
  top: -webkit-calc(50% - 48px);
  top: -moz-calc(50% - 48px);
  top: calc(50% - 48px);
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 96px;
  position: absolute;
}
.main-popup .popup-blackout .popup-window .popup-header {
  padding: 16px 16px 0 16px;
}
.main-popup .popup-blackout .popup-window .popup-header h5 {
  margin-bottom: 0px;
}
.main-popup .popup-blackout .popup-window .popup-header .icon.paperplane {
  background-image: url(../images/symbols/icon-paperplane.svg);
}
.main-popup .popup-blackout .popup-window .popup-header .icon-upload_complete {
  background-image: url(../images/symbols/icon-upload_complete.svg);
}
.main-popup .popup-blackout .popup-window .popup-header .icon-upload_fail {
  background-image: url(../images/symbols/icon-attention-popup.svg);
}
.main-popup .popup-blackout .popup-window .popup-header .icon {
  display: block;
  width: 75px;
  height: 75px;
  -webkit-background-size: 75px 75px;
     -moz-background-size: 75px;
       -o-background-size: 75px;
          background-size: 75px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.main-popup .popup-blackout .popup-window .popup-content {
  padding: 0 8px 16px 8px;
}
.main-popup .popup-blackout .popup-window .popup-content h3 {
  margin: 16px 0;
  font-size: 28px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window .popup-content p {
  color: #55505a;
  margin: 16px 0;
}
.main-popup .popup-blackout .popup-window .popup-content p a {
  color: #55505a;
  text-decoration: none;
}
.main-popup .popup-blackout .popup-window .popup-content p a:hover {
  text-decoration: underline;
}
.main-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6.no-gutter {
  padding: 0;
}
.main-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 {
  padding: 0 8px;
}
.main-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 h6 {
  margin: 16px 0 0 0;
}
.main-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 h5 {
  margin: 16px 0 0 0;
}
.main-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 .m-bot16 {
  margin: 0 0 16px 0;
  font-size: 12px;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group {
  width: 100%;
  height: 40px;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group button {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 2px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group button:focus {
  outline: none;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group .criteria {
  float: left;
  line-height: 38px;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group span.glyphicon {
  float: right;
  line-height: 38px;
  font-size: 14px;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin-top: 8px;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu i.glyphicon {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 16px;
  top: -13px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu ul {
  color: #55505a;
  left: 0;
  z-index: 1000;
  width: 100%;
  float: left;
  overflow-y: auto;
  max-height: 150px;
  padding: 5px 8px;
  margin: 2px 0 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  list-style: none;
  font-size: 16px;
  border: 1px solid #c8c8c8;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu ul li {
  cursor: pointer;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group.open .dropdown-button {
  -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: #ffffff;
  border-color: #fad705;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group.open .dropdown-button span.glyphicon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group.open .dropdown-menu {
  display: block;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group.open ul {
  padding: 0;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group.open ul li {
  line-height: 40px;
  padding: 0 8px;
  border-left: 4px solid transparent;
}
.main-popup .popup-blackout .popup-window .popup-content .btn-group.open ul li:hover {
  background-color: rgba(250, 215, 5, 0.5);
  border-left: 4px solid #fad705;
}
.main-popup .popup-blackout .popup-window .popup-content .validate-status {
  float: right;
  display: table;
  width: 8px;
  height: 8px;
  background: #f8a167;
  margin: 8px 0 0 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.main-popup .popup-blackout .popup-window .popup-content .validated .validate-status {
  background: #00be4b;
}
.main-popup .popup-blackout .popup-window .popup-content .error .validate-status {
  background: #ef6f6a;
}
.main-popup .popup-blackout .popup-window hr.mtb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.main-popup .popup-blackout .popup-window hr.mt-0 {
  margin-top: 0 !important;
}
.main-popup .popup-blackout .popup-window hr.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase {
  padding: 0;
  background: #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase hr {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  margin-bottom: 16px;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase h4 {
  padding: 0 16px;
  color: #55505a;
  font-size: 24px;
  line-height: 40px;
  margin: 16px 0 0 0;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase h4 i.icon.icon-arrow {
  background-image: url(../images/symbols/icon-arrow-NW.png);
  display: table;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
       -o-background-size: 90%;
          background-size: 90%;
  float: left;
  -webkit-transform: rotate(137deg);
     -moz-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
       -o-transform: rotate(137deg);
          transform: rotate(137deg);
  background-position: center;
  margin: 1px 2px 0 0;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase h5 {
  padding: 0 16px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase h5 i.icon.icon-arrow {
  background-image: url(../images/symbols/icon-arrow-NW.png);
  display: table;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
       -o-background-size: 90%;
          background-size: 90%;
  float: left;
  -webkit-transform: rotate(137deg);
     -moz-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
       -o-transform: rotate(137deg);
          transform: rotate(137deg);
  background-position: center;
  margin: 1px 2px 0 0;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase h6 {
  padding: 0 16px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase h6 i.icon.icon-arrow {
  background-image: url(../images/symbols/icon-arrow-NW.png);
  display: table;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
       -o-background-size: 90%;
          background-size: 90%;
  float: left;
  -webkit-transform: rotate(137deg);
     -moz-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
       -o-transform: rotate(137deg);
          transform: rotate(137deg);
  background-position: center;
  margin: 1px 2px 0 0;
}
.main-popup .popup-blackout .popup-window .step-confirm-purchase .btn {
  margin: 0 0 16px 0;
}
.main-popup .popup-blackout .popup-window input[type=email] {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 8px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window input[type=email]:focus {
  -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: #ffffff;
  border: solid 1px #fad705;
}
.main-popup .popup-blackout .popup-window input[type=password] {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 8px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window input[type=password]:focus {
  -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: #ffffff;
  border: solid 1px #fad705;
}
.main-popup .popup-blackout .popup-window input[type=text] {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 8px;
  color: #55505a;
}
.main-popup .popup-blackout .popup-window input[type=text]:focus {
  -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: #ffffff;
  border: solid 1px #fad705;
}
.main-popup .popup-blackout .popup-window .popup-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e3e3e3;
}
.main-popup .popup-blackout .popup-window .popup-footer .btn-rounded {
  margin-right: 8px;
}
.main-popup .popup-blackout .popup-window .popup-footer button {
  float: right;
}
.main-popup .popup-blackout .popup-window .popup-footer.text-center {
  text-align: center;
}
.main-popup .popup-blackout .popup-window .popup-footer.text-center button {
  float: none;
}
.main-popup .popup-blackout .popup-window .checkbox-field {
  margin-left: 8px;
  color: #55505a;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  background: #ffffff;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  padding: 0;
  height: 40px;
  font-weight: normal;
  margin-bottom: 8px;
}
.main-popup .popup-blackout .popup-window .checkbox-field input {
  display: none;
}
.main-popup .popup-blackout .popup-window .checkbox-field label {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
}
.main-popup .popup-blackout .popup-window .checkbox-field .icon.icon-checkmark-white {
  float: left;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  border: solid 2px #55505a;
  margin: 11px 8px 0 0;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.main-popup .popup-blackout .popup-window .other {
  display: none;
}
.main-popup .popup-blackout .popup-window .other h5 {
  background-image: url("../../images/symbols/icon-dot-orange.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 8px 8px;
     -moz-background-size: 8px;
       -o-background-size: 8px;
          background-size: 8px;
}
.main-popup .popup-blackout .popup-window .required h5 {
  background-image: url("../../images/symbols/icon-dot-orange.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 8px 8px;
     -moz-background-size: 8px;
       -o-background-size: 8px;
          background-size: 8px;
}
.main-popup .popup-blackout .popup-window .required.error h5 {
  background-image: url("../../images/symbols/icon-dot-red.svg");
}
.main-popup .popup-blackout .popup-window .other.error h5 {
  background-image: url("../../images/symbols/icon-dot-red.svg");
}
.main-popup .popup-blackout .popup-window .required.valid h5 {
  background-image: url("../../images/symbols/icon-dot-green.svg");
}
.main-popup .popup-blackout .popup-window .other.valid h5 {
  background-image: url("../../images/symbols/icon-dot-green.svg");
}
.main-popup .popup-blackout .popup-window .select-field .error-message {
  display: none;
  font-size: 14px;
  line-height: 1.71;
  color: #ef6f6a;
  padding: 0 8px;
}
.main-popup .popup-blackout .popup-window .form-field .error-message {
  display: none;
  font-size: 14px;
  line-height: 1.71;
  color: #ef6f6a;
  padding: 0 8px;
}
.main-popup .popup-blackout .popup-window .form-field.error .error-message {
  display: inline;
}
.main-popup .popup-blackout .popup-window select-field.error .error-message {
  display: inline;
}
.main-popup .popup-blackout .popup-window #password-visibility {
  float: right;
  font-size: 12px;
  text-align: right;
  color: #55505a;
  margin: 4px 0 0 0;
  font-weight: normal;
  text-decoration: none;
}
.main-popup .popup-blackout .popup-window #password-visibility span {
  margin-left: 4px;
}
.main-popup .popup-blackout .popup-window .other-media {
  margin-bottom: 8px;
  padding: 0 16px;
}
.main-popup .popup-blackout .popup-window .checkbox-field.checked .icon.icon-checkmark-white {
  background-image: url("../images/symbols/icon-checkmark-white.svg");
  background-color: #55505a;
}
.main-popup .icon.close {
  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;
  opacity: 1;
}
.main-popup .error-message {
  display: none;
  font-size: 14px;
  color: #ef6f6a;
  position: absolute;
}
.main-popup .error .error-message {
  display: block;
}
.main-popup .top-area {
  background: #ffffff;
  margin-bottom: 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.main-popup .top-area .icon.icon-checkmark_circle-green {
  background-image: url("../images/symbols/icon-checkmark_circle-green.svg");
  background-position: center;
  width: 48px;
  height: 48px;
  display: table;
  margin: 16px auto;
  background-repeat: no-repeat;
  -webkit-background-size: 47px 47px;
     -moz-background-size: 47px;
       -o-background-size: 47px;
          background-size: 47px;
}

.video-popup {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000;
}
.video-popup .mt-16 {
  margin-top: 16px;
}
.video-popup .mt-8 {
  margin-top: 8px !important;
}
.video-popup .ml-8 {
  margin-top: 8px;
}
.video-popup .plr-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.video-popup .popup-blackout {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.video-popup .popup-blackout .popup-window {
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow-y: auto;
  margin-bottom: 50px;
  left: -webkit-calc(50% - 384px);
  left: -moz-calc(50% - 384px);
  left: calc(50% - 384px);
  width: 768px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.video-popup .popup-blackout .popup-window .btn-paypal {
  background-color: #fac439;
}
.video-popup .popup-blackout .popup-window .btn-paypal span {
  background-image: url(../images/symbols/paypal-logo.png);
  -webkit-background-size: auto 90%;
     -moz-background-size: auto 90%;
       -o-background-size: auto 90%;
          background-size: auto 90%;
  background-repeat: no-repeat;
  padding-right: 110px;
  display: inline-block;
  background-position: right center;
}
.video-popup .popup-blackout .popup-window .right {
  padding-top: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-left: 14px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fded0c), to(#fad705));
  background-image: -webkit-linear-gradient(top, #fded0c, #fad705);
  background-image: -moz-linear-gradient(top, #fded0c, #fad705);
  background-image: -o-linear-gradient(top, #fded0c, #fad705);
  background-image: linear-gradient(to bottom, #fded0c, #fad705);
}
.video-popup .popup-blackout .popup-window .right .spinner {
  margin: 0 auto;
  height: 20px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 35px);
  left: -moz-calc(50% - 35px);
  left: calc(50% - 35px);
}
.video-popup .popup-blackout .popup-window .right p {
  margin: 0;
  color: #55505a;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 8px;
  position: absolute;
  top: -webkit-calc(50% + 48px);
  top: -moz-calc(50% + 48px);
  top: calc(50% + 48px);
  width: 100%;
  text-align: center;
}
.video-popup .popup-blackout .popup-window .right h5 {
  text-align: center;
  color: #55505a;
  position: absolute;
  line-height: 1.5;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 16px;
}
.video-popup .popup-blackout .popup-window .right h1 {
  height: 96px;
  width: 100%;
  top: -webkit-calc(50% - 48px);
  top: -moz-calc(50% - 48px);
  top: calc(50% - 48px);
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 96px;
  position: absolute;
}
.video-popup .popup-blackout .popup-window .popup-header {
  padding: 16px 16px 0 16px;
}
.video-popup .popup-blackout .popup-window .popup-header h5 {
  margin-bottom: 0px;
}
.video-popup .popup-blackout .popup-window .popup-header .icon.paperplane {
  background-image: url(../images/symbols/icon-paperplane.svg);
}
.video-popup .popup-blackout .popup-window .popup-header .icon-upload_complete {
  background-image: url(../images/symbols/icon-upload_complete.svg);
}
.video-popup .popup-blackout .popup-window .popup-header .icon-upload_fail {
  background-image: url(../images/symbols/icon-attention-popup.svg);
}
.video-popup .popup-blackout .popup-window .popup-header .icon {
  display: block;
  width: 75px;
  height: 75px;
  -webkit-background-size: 75px 75px;
     -moz-background-size: 75px;
       -o-background-size: 75px;
          background-size: 75px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.video-popup .popup-blackout .popup-window .popup-content {
  padding: 0 8px 16px 8px;
}
.video-popup .popup-blackout .popup-window .popup-content h3 {
  margin: 16px 0;
  font-size: 28px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window .popup-content p {
  color: #55505a;
  margin: 16px 0;
}
.video-popup .popup-blackout .popup-window .popup-content p a {
  color: #55505a;
  text-decoration: none;
}
.video-popup .popup-blackout .popup-window .popup-content p a:hover {
  text-decoration: underline;
}
.video-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6.no-gutter {
  padding: 0;
}
.video-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 {
  padding: 0 8px;
}
.video-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 h6 {
  margin: 16px 0 0 0;
}
.video-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 h5 {
  margin: 16px 0 0 0;
}
.video-popup .popup-blackout .popup-window .popup-content .col-xs-12.col-sm-6 .m-bot16 {
  margin: 0 0 16px 0;
  font-size: 12px;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group {
  width: 100%;
  height: 40px;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group button {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 2px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group button:focus {
  outline: none;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group .criteria {
  float: left;
  line-height: 38px;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group span.glyphicon {
  float: right;
  line-height: 38px;
  font-size: 14px;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin-top: 8px;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu i.glyphicon {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 16px;
  top: -13px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu ul {
  color: #55505a;
  left: 0;
  z-index: 1000;
  width: 100%;
  float: left;
  overflow-y: auto;
  max-height: 150px;
  padding: 5px 8px;
  margin: 2px 0 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  list-style: none;
  font-size: 16px;
  border: 1px solid #c8c8c8;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group .dropdown-menu ul li {
  cursor: pointer;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group.open .dropdown-button {
  -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: #ffffff;
  border-color: #fad705;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group.open .dropdown-button span.glyphicon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group.open .dropdown-menu {
  display: block;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group.open ul {
  padding: 0;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group.open ul li {
  line-height: 40px;
  padding: 0 8px;
  border-left: 4px solid transparent;
}
.video-popup .popup-blackout .popup-window .popup-content .btn-group.open ul li:hover {
  background-color: rgba(250, 215, 5, 0.5);
  border-left: 4px solid #fad705;
}
.video-popup .popup-blackout .popup-window .popup-content .validate-status {
  float: right;
  display: table;
  width: 8px;
  height: 8px;
  background: #f8a167;
  margin: 8px 0 0 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.video-popup .popup-blackout .popup-window .popup-content .validated .validate-status {
  background: #00be4b;
}
.video-popup .popup-blackout .popup-window .popup-content .error .validate-status {
  background: #ef6f6a;
}
.video-popup .popup-blackout .popup-window hr.mtb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.video-popup .popup-blackout .popup-window hr.mt-0 {
  margin-top: 0 !important;
}
.video-popup .popup-blackout .popup-window hr.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase {
  padding: 0;
  background: #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase hr {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  margin-bottom: 16px;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase h4 {
  padding: 0 16px;
  color: #55505a;
  font-size: 24px;
  line-height: 40px;
  margin: 16px 0 0 0;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase h4 i.icon.icon-arrow {
  background-image: url(../images/symbols/icon-arrow-NW.png);
  display: table;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
       -o-background-size: 90%;
          background-size: 90%;
  float: left;
  -webkit-transform: rotate(137deg);
     -moz-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
       -o-transform: rotate(137deg);
          transform: rotate(137deg);
  background-position: center;
  margin: 1px 2px 0 0;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase h5 {
  padding: 0 16px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase h5 i.icon.icon-arrow {
  background-image: url(../images/symbols/icon-arrow-NW.png);
  display: table;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
       -o-background-size: 90%;
          background-size: 90%;
  float: left;
  -webkit-transform: rotate(137deg);
     -moz-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
       -o-transform: rotate(137deg);
          transform: rotate(137deg);
  background-position: center;
  margin: 1px 2px 0 0;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase h6 {
  padding: 0 16px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase h6 i.icon.icon-arrow {
  background-image: url(../images/symbols/icon-arrow-NW.png);
  display: table;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 90% 90%;
     -moz-background-size: 90%;
       -o-background-size: 90%;
          background-size: 90%;
  float: left;
  -webkit-transform: rotate(137deg);
     -moz-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
       -o-transform: rotate(137deg);
          transform: rotate(137deg);
  background-position: center;
  margin: 1px 2px 0 0;
}
.video-popup .popup-blackout .popup-window .step-confirm-purchase .btn {
  margin: 0 0 16px 0;
}
.video-popup .popup-blackout .popup-window input[type=email] {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 8px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window input[type=email]:focus {
  -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: #ffffff;
  border: solid 1px #fad705;
}
.video-popup .popup-blackout .popup-window input[type=password] {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 8px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window input[type=password]:focus {
  -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: #ffffff;
  border: solid 1px #fad705;
}
.video-popup .popup-blackout .popup-window input[type=text] {
  width: 100%;
  background: white;
  height: 40px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px 0 8px;
  color: #55505a;
}
.video-popup .popup-blackout .popup-window input[type=text]:focus {
  -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: #ffffff;
  border: solid 1px #fad705;
}
.video-popup .popup-blackout .popup-window .popup-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e3e3e3;
}
.video-popup .popup-blackout .popup-window .popup-footer .btn-rounded {
  margin-right: 8px;
}
.video-popup .popup-blackout .popup-window .popup-footer button {
  float: right;
}
.video-popup .popup-blackout .popup-window .popup-footer.text-center {
  text-align: center;
}
.video-popup .popup-blackout .popup-window .popup-footer.text-center button {
  float: none;
}
.video-popup .popup-blackout .popup-window .checkbox-field {
  margin-left: 8px;
  color: #55505a;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  background: #ffffff;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  padding: 0;
  height: 40px;
  font-weight: normal;
  margin-bottom: 8px;
}
.video-popup .popup-blackout .popup-window .checkbox-field input {
  display: none;
}
.video-popup .popup-blackout .popup-window .checkbox-field label {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
}
.video-popup .popup-blackout .popup-window .checkbox-field .icon.icon-checkmark-white {
  float: left;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  border: solid 2px #55505a;
  margin: 11px 8px 0 0;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.video-popup .popup-blackout .popup-window .other {
  display: none;
}
.video-popup .popup-blackout .popup-window .other h5 {
  background-image: url("../../images/symbols/icon-dot-orange.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 8px 8px;
     -moz-background-size: 8px;
       -o-background-size: 8px;
          background-size: 8px;
}
.video-popup .popup-blackout .popup-window .required h5 {
  background-image: url("../../images/symbols/icon-dot-orange.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
  -webkit-background-size: 8px 8px;
     -moz-background-size: 8px;
       -o-background-size: 8px;
          background-size: 8px;
}
.video-popup .popup-blackout .popup-window .required.error h5 {
  background-image: url("../../images/symbols/icon-dot-red.svg");
}
.video-popup .popup-blackout .popup-window .other.error h5 {
  background-image: url("../../images/symbols/icon-dot-red.svg");
}
.video-popup .popup-blackout .popup-window .required.valid h5 {
  background-image: url("../../images/symbols/icon-dot-green.svg");
}
.video-popup .popup-blackout .popup-window .other.valid h5 {
  background-image: url("../../images/symbols/icon-dot-green.svg");
}
.video-popup .popup-blackout .popup-window .select-field .error-message {
  display: none;
  font-size: 14px;
  line-height: 1.71;
  color: #ef6f6a;
  padding: 0 8px;
}
.video-popup .popup-blackout .popup-window .form-field .error-message {
  display: none;
  font-size: 14px;
  line-height: 1.71;
  color: #ef6f6a;
  padding: 0 8px;
}
.video-popup .popup-blackout .popup-window .form-field.error .error-message {
  display: inline;
}
.video-popup .popup-blackout .popup-window select-field.error .error-message {
  display: inline;
}
.video-popup .popup-blackout .popup-window #password-visibility {
  float: right;
  font-size: 12px;
  text-align: right;
  color: #55505a;
  margin: 4px 0 0 0;
  font-weight: normal;
  text-decoration: none;
}
.video-popup .popup-blackout .popup-window #password-visibility span {
  margin-left: 4px;
}
.video-popup .popup-blackout .popup-window .other-media {
  margin-bottom: 8px;
  padding: 0 16px;
}
.video-popup .popup-blackout .popup-window .checkbox-field.checked .icon.icon-checkmark-white {
  background-image: url("../images/symbols/icon-checkmark-white.svg");
  background-color: #55505a;
}
.video-popup .icon.close {
  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;
  opacity: 1;
}
.video-popup .error-message {
  display: none;
  font-size: 14px;
  color: #ef6f6a;
  position: absolute;
}
.video-popup .error .error-message {
  display: block;
}
.video-popup .top-area {
  background: #ffffff;
  margin-bottom: 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.video-popup .top-area .icon.icon-checkmark_circle-green {
  background-image: url("../images/symbols/icon-checkmark_circle-green.svg");
  background-position: center;
  width: 48px;
  height: 48px;
  display: table;
  margin: 16px auto;
  background-repeat: no-repeat;
  -webkit-background-size: 47px 47px;
     -moz-background-size: 47px;
       -o-background-size: 47px;
          background-size: 47px;
}

#video_popup_poa.buy-popup .popup-window {
  position: relative;
  position: absolute;
  top: 50%;
  overflow: unset;
}
#video_popup_poa.buy-popup .popup-window .popup-header {
  padding: 40px 40px 0 40px;
  border: none;
}
#video_popup_poa.buy-popup .popup-window .popup-content {
  padding: 0 40px;
}
#video_popup_poa.buy-popup .popup-window .popup-content .col-xs-12 {
  padding: 0 12px;
}
#video_popup_poa.buy-popup .popup-window .popup-content .col-xs-12 a {
  text-decoration: underline;
}
#video_popup_poa.buy-popup .popup-window .popup-content .col-xs-12 a:hover {
  text-decoration: none;
}
#video_popup_poa.buy-popup .popup-window .popup-footer {
  text-align: left;
  padding: 16px 40px 40px 40px;
}
#video_popup_poa.buy-popup .popup-window .popup-footer button.btn-primary {
  margin: 0 8px 0 0;
}
#video_popup_poa.buy-popup .popup-window .popup-footer.text-center {
  text-align: center;
  text-align: center;
}

#already_purchased_popup .popup-window {
  padding: 40px;
  max-width: 598px;
  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%);
}
#already_purchased_popup .popup-window .popup-header {
  padding: 0;
}
#already_purchased_popup .popup-window .popup-header h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
#already_purchased_popup .popup-window .popup-content {
  padding: 0;
  position: relative;
}
#already_purchased_popup .popup-window .popup-content .buy-progress {
  font-size: 14px;
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#already_purchased_popup .popup-window .popup-content .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
}
#already_purchased_popup .popup-window .popup-content .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#already_purchased_popup .popup-window .popup-content .button-group {
  margin: 8px 0 8px 0;
}
#already_purchased_popup .popup-window .popup-content .button-group .btn {
  margin: 0 4px 0 0;
}
#already_purchased_popup .popup-window .popup-content .price {
  font-size: 16px;
  font-weight: bold;
  color: #55505a;
  display: inline-block;
}
#already_purchased_popup .popup-window .popup-content .type {
  display: inline-block;
}
#already_purchased_popup .popup-window .popup-content p a {
  text-decoration: underline;
}
#already_purchased_popup .popup-window .popup-content p a:hover {
  text-decoration: none;
}
#already_purchased_popup .popup-window .popup-content .license-details {
  color: #55505a;
  margin: 16px 0;
}
#already_purchased_popup .popup-window .popup-content .license-details ul {
  list-style: none;
}
#already_purchased_popup .popup-window .popup-content .license-details h6 {
  font-weight: bold;
  margin: 16px 0 0 0;
}

#popup_delete_folders .popup-window {
  max-width: 320px;
  left: -webkit-calc(50% - 160px);
  left: -moz-calc(50% - 160px);
  left: calc(50% - 160px);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#popup_delete_folders .popup-window .icon.trash {
  background-image: url(../images/symbols/icon-folder_empty.svg);
}
#popup_delete_folders .popup-window h3 {
  font-size: 24px;
  line-height: 1.92;
  text-align: center;
  color: #55505a;
}
#popup_delete_folders .popup-footer .btn-rounded {
  width: 80px;
  float: left;
  margin-right: 8px;
}
#popup_delete_folders .popup-footer .btn-primary {
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
  float: left;
}

#video_popup_folder_empty.video-popup .popup-window {
  max-width: 320px;
  left: -webkit-calc(50% - 160px);
  left: -moz-calc(50% - 160px);
  left: calc(50% - 160px);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#video_popup_folder_empty.video-popup .popup-window .icon.trash {
  background-image: url(../images/symbols/icon-folder_empty.svg);
}
#video_popup_folder_empty.video-popup .popup-window h3 {
  font-size: 24px;
  line-height: 1.92;
  text-align: center;
  color: #55505a;
}
#video_popup_folder_empty.video-popup .popup-footer .btn-rounded {
  width: 80px;
  float: left;
  margin-right: 8px;
}
#video_popup_folder_empty.video-popup .popup-footer .btn-primary {
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
  float: left;
}

#video_popup_folders.video-popup .popup-blackout .popup-window {
  width: 320px;
  left: -webkit-calc(50% - 160px);
  left: -moz-calc(50% - 160px);
  left: calc(50% - 160px);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#video_popup_folders.video-popup .popup-blackout .popup-window .popup-header h4 {
  margin: 0;
  line-height: 32px;
  font-size: 24px;
  color: #55505a;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .btn-tertiary {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #fbfbfa;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #55505a;
  width: 100%;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .btn-tertiary:hover {
  color: #55505a;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .popup-content {
  padding: 0 0 16px 0;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .add-to-folder {
  background: #f4f3f3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#video_popup_folders.video-popup .popup-blackout .popup-window #new_folder {
  position: relative;
  z-index: 1;
  background-color: #fbfbfa;
  border: solid 1px #fad944;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  margin: 8px 16px 0 16px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window #new_folder:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 16px;
  background-image: url(../images/symbols/icon-close-black.svg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
       transform: rotate(135deg);
  height: 16px;
  background-repeat: no-repeat;
  left: 8px;
  top: 16px;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .create-form {
  padding: 0 16px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .create-form input[type=text] {
  margin: 8px 0;
  padding: 0 8px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .create-form .btn-tertiary {
  width: 30%;
  float: left;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .create-form .btn-primary {
  width: -webkit-calc(70% - 8px);
  width: -moz-calc(70% - 8px);
  width: calc(70% - 8px);
  padding: 0;
  margin: 0 0 0 8px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders {
  padding-bottom: 24px;
  max-height: 320px;
  overflow-x: auto;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders h6 {
  font-size: 12px;
  line-height: 1.33;
  color: #8996a0;
  padding: 0 16px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line.remove h5 {
  opacity: 0.5;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line {
  padding: 0 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line h5 {
  width: 50%;
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  color: #55505a;
  float: left;
  overflow: hidden;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line a.btn {
  width: auto;
  font-size: 12px;
  height: 24px;
  line-height: 0.5rem;
  text-transform: uppercase;
  float: right;
  margin: 8px 0 0 0;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line a.btn.save {
  background: #55505a;
  color: #ffffff;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .line a.btn.remove {
  background-color: #fbfbfa;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #55505a;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .folders .text-gray h5 {
  opacity: 0.5;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .popup-footer {
  padding-top: 8px;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
#video_popup_folders.video-popup .popup-blackout .popup-window .popup-footer .btn-primary {
  width: 100%;
}

#video_popup_folders_in.video-popup .popup-blackout .popup-window {
  width: 320px;
  left: -webkit-calc(50% - 160px);
  left: -moz-calc(50% - 160px);
  left: calc(50% - 160px);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-header h4 {
  margin: 0;
  line-height: 32px;
  font-size: 24px;
  color: #55505a;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .btn-tertiary {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #fbfbfa;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #55505a;
  width: 100%;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .btn-tertiary:hover {
  color: #55505a;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-content {
  padding: 0 0 16px 0;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .add-to-folder {
  background: #f4f3f3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .add-to-folder .create-form input[type=text] {
  margin-top: 16px;
  font-size: 16px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window #new_folder {
  position: relative;
  z-index: 1;
  background-color: #fbfbfa;
  border: solid 1px #fad944;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  margin: 8px 16px 0 16px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window #new_folder:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 16px;
  background-image: url(../images/symbols/icon-close-black.svg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
       transform: rotate(135deg);
  height: 16px;
  background-repeat: no-repeat;
  left: 8px;
  top: 12px;
  -webkit-background-size: 12px 12px;
     -moz-background-size: 12px;
       -o-background-size: 12px;
          background-size: 12px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .create-form {
  padding: 0 16px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .create-form input[type=text] {
  margin: 8px 0;
  padding: 0 8px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .create-form .btn-tertiary {
  width: 30%;
  float: left;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .create-form .btn-primary {
  width: -webkit-calc(70% - 8px);
  width: -moz-calc(70% - 8px);
  width: calc(70% - 8px);
  padding: 0;
  margin: 0 0 0 8px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders {
  padding-bottom: 24px;
  max-height: 320px;
  overflow-x: auto;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders h6 {
  font-size: 12px;
  line-height: 1.33;
  color: #8996a0;
  padding: 0 16px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line.remove h5 {
  opacity: 0.5;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line {
  padding: 0 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line h5 {
  width: 50%;
  margin: 0;
  font-size: 16px;
  line-height: 2.5;
  color: #55505a;
  float: left;
  overflow: hidden;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line a.btn {
  width: auto;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  float: right;
  margin: 8px 0 0 0;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line a.btn.save {
  background: #55505a;
  color: #ffffff;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .line a.btn.remove {
  background-color: #fbfbfa;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #55505a;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .folders .text-gray h5 {
  opacity: 0.5;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-footer {
  padding-top: 8px;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-footer .btn-primary {
  width: 100%;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-footer .btn-tertiary {
  width: 30%;
  border: 1px solid #fad705;
  float: left;
  margin-left: 0;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-footer #save_new_folder.btn-primary {
  width: -webkit-calc(70% - 8px);
  width: -moz-calc(70% - 8px);
  width: calc(70% - 8px);
  float: left;
  margin: 0 0 0 8px;
}
#video_popup_folders_in.video-popup .popup-blackout .popup-window .popup-footer .btn-default {
  width: 30%;
  float: left;
  margin-left: 0;
}
#video_popup_folders_in.video-popup .popup-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#video_popup_folders_in.video-popup .popup-header h6 {
  margin: 0;
  color: #55505a;
  padding: 8px 0 16px 0;
}
#video_popup_folders_in.video-popup .popup-content {
  padding: 0;
  min-height: 330px;
}

#popup_delete_folders.video-popup .popup-window h3 {
  margin: 0;
}
#popup_delete_folders.video-popup .popup-window p {
  margin: 0;
}
#popup_delete_folders.video-popup .popup-window .popup-footer button {
  width: 100%;
  margin-bottom: 8px;
  line-height: 1em;
}

.inner-border {
  border: none;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

#video_popup_poa .popup-window {
  background: transparent;
  width: 594px;
  left: -webkit-calc(50% - 297px);
  left: -moz-calc(50% - 297px);
  left: calc(50% - 297px);
}
#video_popup_poa .popup-window .popup-content {
  padding: 0;
}
#video_popup_poa .popup-window .popup-content input[type=text] {
  padding-left: 8px;
  color: #55505a;
  margin: 0;
}
#video_popup_poa .popup-window .popup-content input[type=password] {
  padding-left: 8px;
  color: #55505a;
  margin: 0;
}
#video_popup_poa .popup-window .popup-content .btn-group button {
  padding-left: 8px;
  color: #55505a;
  margin: 0;
}
#video_popup_poa .popup-window .popup-content .btn-group .poa-dropdown-button {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_poa .popup-window .popup-content .btn-group .poa-dropdown-button span.glyphicon {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  color: #55505a;
}
#video_popup_poa .popup-window .popup-content input[type=email] {
  padding-left: 8px;
  color: #55505a;
  margin: 0;
}
#video_popup_poa .popup-window .popup-content .btn-group.toggle button {
  width: auto;
  margin-right: 4px;
}
#video_popup_poa .popup-window .popup-content h5 {
  margin: 16px 0 0 0;
  color: #55505a;
}
#video_popup_poa .popup-window .popup-content .h5 {
  font-size: 16;
  line-height: 1.5;
  margin: 16px 0 0 0;
}
#video_popup_poa .popup-window .popup-content h6 {
  color: #55505a;
}
#video_popup_poa .popup-window .popup-content input::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-content input:-moz-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-content input::-moz-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-content input:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-content input::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-content input::placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-content input:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
}
#video_popup_poa .popup-window .popup-content input::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
}
#video_popup_poa .popup-window .popup-content .validated .btn-group .poa-dropdown-button {
  color: #55505a;
}
#video_popup_poa .popup-window .poa-request > div.background-white {
  padding-bottom: 29px;
}
#video_popup_poa .popup-window .poa-request .commercial {
  display: none;
}
#video_popup_poa .popup-window .col-sm-8 .poa-request > div.background-white {
  padding-bottom: 29px;
}
#video_popup_poa .popup-window a.base-link {
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #fad806;
  display: inline;
  background: none;
  line-height: 1;
  margin: 8px 0;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
  color: #55505a;
}
#video_popup_poa .popup-window a.base-link:hover {
  border-color: transparent;
  color: #55505a;
}
#video_popup_poa .popup-window a.base-link:active {
  outline: none;
  color: #55505a;
}
#video_popup_poa .popup-window a.base-link:focus {
  outline: none;
  color: #55505a;
}
#video_popup_poa .popup-window a.base-link:visited {
  outline: none;
  color: #55505a;
}
#video_popup_poa .popup-window button.base-link {
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #fad806;
  display: inline;
  background: none;
  line-height: 1;
  margin: 8px 0;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
  color: #55505a;
}
#video_popup_poa .popup-window button.base-link:hover {
  border-color: transparent;
  color: #55505a;
}
#video_popup_poa .popup-window button.base-link:active {
  outline: none;
  color: #55505a;
}
#video_popup_poa .popup-window button.base-link:focus {
  outline: none;
  color: #55505a;
}
#video_popup_poa .popup-window button.base-link:visited {
  outline: none;
  color: #55505a;
}
#video_popup_poa .popup-window .popup-xs-close {
  position: relative;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
}
#video_popup_poa .popup-window .popup-xs-close .icon.close {
  top: 4px;
  right: 8px;
  background-image: url(../images/symbols/icon-close-white.svg);
}
#video_popup_poa .popup-window .container-overflow {
  overflow-y: auto;
}
#video_popup_poa .popup-window .background-white {
  background-color: #ffffff;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
#video_popup_poa .popup-window .popup-header {
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#video_popup_poa .popup-window .popup-header h5 {
  color: #55505a;
}
#video_popup_poa .popup-window .popup-header h6 {
  color: #55505a;
}
#video_popup_poa .popup-window .popup-header input::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-header input:-moz-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-header input::-moz-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-header input:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-header input::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-header input::placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa .popup-window .popup-header input:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
}
#video_popup_poa .popup-window .popup-header input::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
}
#video_popup_poa .popup-window .popup-footer {
  background: #ffffff;
  border: none;
  text-align: center;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
#video_popup_poa .popup-window .popup-footer button {
  width: auto;
  line-height: 1.5em;
  height: auto;
  float: none;
}
#video_popup_poa .popup-window .popup-footer .btn-primary {
  margin: 0 0 8px 0;
}
#video_popup_poa .popup-window .glyphicon.glyphicon-triangle-bottom {
  color: white;
  font-size: 28px;
  position: absolute;
  top: -7px;
  text-shadow: 0px 1px 0px black;
  width: 30px;
  left: -webkit-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
}
#video_popup_poa .popup-window .bottom-area {
  background: #ffffff;
  margin-top: 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#video_popup_poa .popup-window .bottom-area h4 {
  font-size: 24px;
  line-height: 1.67;
  color: #55505a;
  text-align: center;
  margin: 21px 0;
}
#video_popup_poa .popup-window .license {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
}
#video_popup_poa .popup-window .poa-signin h4 span {
  cursor: pointer;
}
#video_popup_poa .popup-window .poa-signin .popup-header h4 {
  font-size: 24px;
  color: #55505a;
  margin: 0;
}
#video_popup_poa .popup-window .poa-signin .popup-header h4 .icon.icon-arrow {
  float: left;
  display: table;
  margin: 7px 21px 0 0;
  background-image: url(../images/symbols/icon-arrow-NW.png);
  background-position: center;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
  transform: rotate(-46deg);
  cursor: pointer;
}
#video_popup_poa .popup-window .poa-signin .popup-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding: 16px 16px 40px 16px;
}
#video_popup_poa .popup-window .poa-signin .popup-footer .icon.icon-arrow {
  float: left;
  display: table;
  margin: 3px 4px 0 0;
  background-image: url(../images/symbols/icon-arrow-NW.png);
  background-position: center;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#video_popup_poa .popup-window .poa-signin .popup-footer h5 {
  color: #55505a;
  text-align: left;
  margin: 0 0 16px 0;
}
#video_popup_poa .popup-window .poa-signin .popup-footer h6 {
  color: #55505a;
  text-align: left;
}
#video_popup_poa .popup-window .poa-contact .popup-header h4 {
  font-size: 24px;
  color: #55505a;
  margin: 0;
}
#video_popup_poa .popup-window .poa-contact .popup-header h4 .icon.icon-arrow {
  float: left;
  display: table;
  margin: 7px 21px 0 0;
  background-image: url(../images/symbols/icon-arrow-NW.png);
  background-position: center;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
  transform: rotate(-46deg);
  cursor: pointer;
}
#video_popup_poa .popup-window .poa-contact .popup-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding: 16px 16px 40px 16px;
}
#video_popup_poa .popup-window .poa-contact .popup-footer .icon.icon-arrow {
  float: left;
  display: table;
  margin: 3px 4px 0 0;
  background-image: url(../images/symbols/icon-arrow-NW.png);
  background-position: center;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#video_popup_poa .popup-window .poa-contact .popup-footer h5 {
  color: #55505a;
  text-align: left;
  margin: 0 0 16px 0;
}
#video_popup_poa .popup-window .poa-contact .popup-footer h6 {
  color: #55505a;
  text-align: left;
}
#video_popup_poa .popup-window.size-lg {
  width: 900px;
  min-height: 600px;
  left: -webkit-calc(50% - 450px);
  left: -moz-calc(50% - 450px);
  left: calc(50% - 450px);
}
#video_popup_poa .popup-footer {
  padding-top: 0;
}

#video_popup_poa_step2 .popup-window {
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#video_popup_poa_step2 .popup-window .popup-top-area {
  background: white;
  padding: 16px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #55505a;
  margin-bottom: 16px;
}
#video_popup_poa_step2 .popup-window .popup-header {
  background: white;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
#video_popup_poa_step2 .popup-window .popup-content {
  background: white;
}
#video_popup_poa_step2 .popup-window .popup-content h6 {
  color: #55505a;
}
#video_popup_poa_step2 .popup-window .popup-content input[type=text] {
  padding-left: 8px;
  color: #55505a;
}
#video_popup_poa_step2 .popup-window .popup-content .btn-group button {
  padding-left: 8px;
  color: #55505a;
}
#video_popup_poa_step2 .popup-window .popup-content .btn-group .dropdown-menu {
  max-height: 150px;
}
#video_popup_poa_step2 .popup-window .popup-content input[type=email] {
  padding-left: 8px;
  color: #55505a;
}
#video_popup_poa_step2 .popup-window .popup-content input::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-content input:-moz-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-content input::-moz-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-content input:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-content input::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-content input::placeholder {
  color: rgba(85, 80, 90, 0.6);
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-content input:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
}
#video_popup_poa_step2 .popup-window .popup-content input::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.6);
}
#video_popup_poa_step2 .popup-window .popup-footer {
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
#video_popup_poa_step2 .popup-window .popup-footer button {
  width: auto;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-width: 80px;
  padding: 0 16px;
  float: right !important;
}
#video_popup_poa_step2 .popup-window .popup-footer .btn-rounded {
  margin-right: 8px;
}
#video_popup_poa_step2 .popup-window .popup-footer .dot {
  display: table;
  float: left;
  width: 8px;
  height: 8px;
  background: #55505a;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
#video_popup_poa_step2 .popup-window .popup-footer .dot.active {
  opacity: 1;
}
#video_popup_poa_step2 .popup-window .popup-footer span {
  font-size: 16px;
  line-height: 40px;
  color: #55505a;
}
#video_popup_poa_step2 .popup-blackout {
  pointer-events: none;
}
#video_popup_poa_step2 .popup-blackout .icon.close {
  pointer-events: all;
}
#video_popup_poa_step2 .popup-blackout .popup-window {
  pointer-events: all;
}
#video_popup_poa_step2 .popup-invisible {
  background: transparent;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: all;
}

#video_popup_downloaded_video h4 {
  font-size: 24px;
  line-height: 1.92;
  color: #55505a;
}
#video_popup_downloaded_video p {
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_downloaded_video .icon-passive-notification {
  background-image: url(../images/symbols/icon-attention-popup.svg);
}
#video_popup_downloaded_video .icon-download-video {
  background-image: url(../images/symbols/icon-download-popup.svg);
}
#video_popup_downloaded_video .popup-footer button.btn-rounded {
  max-width: 100px;
  margin-right: 4px;
}
#video_popup_downloaded_video .popup-footer button.btn-primary {
  width: -webkit-calc(100% - 109px);
  width: -moz-calc(100% - 109px);
  width: calc(100% - 109px);
}

#video_popup_download_video h4 {
  font-size: 24px;
  line-height: 1.92;
  color: #55505a;
}
#video_popup_download_video p {
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_download_video .icon-passive-notification {
  background-image: url(../images/symbols/icon-attention-popup.svg);
}
#video_popup_download_video .icon-download-video {
  background-image: url(../images/symbols/icon-download-popup.svg);
}
#video_popup_download_video .popup-footer button.btn-rounded {
  max-width: 100px;
  margin-right: 4px;
}
#video_popup_download_video .popup-footer button.btn-primary {
  width: -webkit-calc(100% - 109px);
  width: -moz-calc(100% - 109px);
  width: calc(100% - 109px);
}

#video_popup_passive_notification h4 {
  font-size: 24px;
  line-height: 1.92;
  color: #55505a;
}
#video_popup_passive_notification p {
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_passive_notification .icon-passive-notification {
  background-image: url(../images/symbols/icon-attention-popup.svg);
}
#video_popup_passive_notification .icon-download-video {
  background-image: url(../images/symbols/icon-download-popup.svg);
}
#video_popup_passive_notification .popup-footer button.btn-rounded {
  max-width: 100px;
  margin-right: 4px;
}
#video_popup_passive_notification .popup-footer button.btn-primary {
  width: -webkit-calc(100% - 109px);
  width: -moz-calc(100% - 109px);
  width: calc(100% - 109px);
}

#video_popup_red_notification h4 {
  font-size: 24px;
  line-height: 1.92;
  color: #55505a;
}
#video_popup_red_notification p {
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_red_notification .icon-passive-notification {
  background-image: url(../images/symbols/icon-attention-popup.svg);
}
#video_popup_red_notification .icon-download-video {
  background-image: url(../images/symbols/icon-download-popup.svg);
}
#video_popup_red_notification .popup-footer button.btn-rounded {
  max-width: 100px;
  margin-right: 4px;
}
#video_popup_red_notification .popup-footer button.btn-primary {
  width: -webkit-calc(100% - 109px);
  width: -moz-calc(100% - 109px);
  width: calc(100% - 109px);
}

.video-popup.popup-small .popup-window {
  width: 360px;
  left: -webkit-calc(50% - 180px);
  left: -moz-calc(50% - 180px);
  left: calc(50% - 180px);
}

.poa-request-buy {
  padding: 0 !important;
  width: 900px;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
  margin-bottom: 0px;
}
.poa-request-buy .popup-header {
  -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);
  padding: 32px !important;
}
.poa-request-buy .popup-header h1 {
  height: 48px;
  font-size: 32px;
  line-height: 1.5;
  color: #55505a;
}
.poa-request-buy .popup-header h1 .icon-back {
  background-image: url(../images/symbols/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  width: 16px;
  height: 16px;
  padding: 24px;
  vertical-align: bottom;
  display: none;
  margin-right: 8px;
  cursor: pointer;
}
.poa-request-buy .popup-header h1 .icon-back:hover {
  background-color: rgba(250, 215, 5, 0.5);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.poa-request-buy .popup-header p {
  height: 24px;
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
  margin: 0;
}
.poa-request-buy .popup-content {
  padding: 24px 32px !important;
}
.poa-request-buy .popup-content .col-md-4 {
  display: inline-grid;
}
.poa-request-buy .popup-content .buy-progress {
  font-size: 14px;
  margin: 0 0 8px 0 !important;
}
.poa-request-buy .popup-content .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
}
.poa-request-buy .popup-content .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
.poa-request-buy .popup-content .context-selection {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  padding-bottom: 72px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
     -moz-box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
          box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
  cursor: pointer;
  position: relative;
}
.poa-request-buy .popup-content .context-selection h4 {
  font-size: 24px;
  height: 40px;
  line-height: 1.67;
  color: #55505a;
  margin: 0;
}
.poa-request-buy .popup-content .context-selection p {
  height: 47px;
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
  margin: 0 !important;
  height: auto;
}
.poa-request-buy .popup-content .context-selection button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: auto;
}
.poa-request-buy .popup-content .context-selection button:first-of-type {
  position: absolute;
  bottom: 32px;
  line-height: 24px;
}
.poa-request-buy .popup-content .context-selection a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: auto;
}
.poa-request-buy .popup-content .context-selection:hover {
  -webkit-box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
          box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
  background-color: rgba(238, 238, 238, 0.3);
}
.poa-request-buy .popup-content .usage-selection {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  padding-bottom: 72px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
     -moz-box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
          box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
  cursor: pointer;
  position: relative;
}
.poa-request-buy .popup-content .usage-selection h4 {
  font-size: 24px;
  height: 40px;
  line-height: 1.67;
  color: #55505a;
  margin: 0;
}
.poa-request-buy .popup-content .usage-selection p {
  height: 47px;
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
  margin: 0 !important;
  height: auto;
}
.poa-request-buy .popup-content .usage-selection button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: auto;
}
.poa-request-buy .popup-content .usage-selection button:first-of-type {
  position: absolute;
  bottom: 32px;
  line-height: 24px;
}
.poa-request-buy .popup-content .usage-selection a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: auto;
}
.poa-request-buy .popup-content .usage-selection:hover {
  -webkit-box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
          box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
  background-color: rgba(238, 238, 238, 0.3);
}
.poa-request-buy .popup-content .volume-selection {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  padding-bottom: 72px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
     -moz-box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
          box-shadow: 0 3px 0 0 rgba(237, 237, 238, 0.5);
  cursor: pointer;
  position: relative;
}
.poa-request-buy .popup-content .volume-selection h4 {
  font-size: 24px;
  line-height: 1.67;
  color: #55505a;
  margin: 0;
}
.poa-request-buy .popup-content .volume-selection p {
  height: 47px;
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
  margin: 0 !important;
  height: auto;
}
.poa-request-buy .popup-content .volume-selection button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: auto;
}
.poa-request-buy .popup-content .volume-selection button:first-of-type {
  position: absolute;
  bottom: 32px;
  line-height: 24px;
}
.poa-request-buy .popup-content .volume-selection a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  width: auto;
}
.poa-request-buy .popup-content .volume-selection:hover {
  -webkit-box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
          box-shadow: 0 5px 8px 0 rgba(116, 114, 114, 0.2);
  background-color: rgba(238, 238, 238, 0.3);
}
.poa-request-buy .popup-content .rectangle_01 {
  width: 552px;
  height: 8px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #eeeeee;
  margin: 8px 0;
}
.poa-request-buy .popup-content .rectangle_02 {
  width: 270px;
  height: 8px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #eeeeee;
  margin: 8px 0;
}
.poa-request-buy .select-usage {
  display: none;
}
.poa-request-buy .select-usage.production {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.poa-request-buy .select-usage.production .usage-selection {
  margin: 0 0 16px 0;
}
.poa-request-buy .select-volume {
  display: none;
}
.poa-request-buy .select-volume .volume-selection {
  padding: 0;
}
.poa-request-buy .select-volume .volume-selection .purchase-type {
  border-bottom: 2px solid rgba(85, 80, 90, 0.1);
  padding: 32px 32px 16px 32px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm {
  padding: 32px 32px 120px 32px;
  height: auto;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .nf_ecom-alert-message {
  padding: 1em;
  background-color: #fbdbda;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .nf_ecom-alert-message h6 {
  color: #f67b5b !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .nf_ecom-alert-message p {
  color: #f67b5b;
  font-size: 14px;
  height: auto;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  font-family: "Poppins", sans-serif;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar {
  margin-top: 40px;
  width: auto;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 33.33%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 0 0 0 1px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin: -6px 6px;
  padding: 0;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 33.33333%;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 66.66667%;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 100%;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 14px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 8px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
.poa-request-buy .select-volume .volume-selection .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.poa-request-buy .select-volume .volume-selection button {
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  margin: 8px auto;
  display: block;
  text-transform: none;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  left: 50%;
  font-size: 16px;
  margin-bottom: 24px;
  bottom: 0 !important;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.poa-request-buy .select-volume .volume-selection a {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
  margin: 8px auto;
  display: block;
  text-transform: none;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  left: 50%;
  font-size: 16px;
  margin-bottom: 24px;
  bottom: 0 !important;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration {
  margin: 8px 32px 16px 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  display: none;
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration p {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration .toggle {
  display: inline-block;
  padding: 0 8px;
  vertical-align: text-bottom;
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration .toggle input[type=checkbox].switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  outline: 0;
  cursor: pointer;
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration .toggle input[type=checkbox].switch:before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  width: 16px;
  height: 16px;
  background: #55505A;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration .toggle input[type=checkbox].switch:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration .toggle input[type=checkbox].switch:checked:before {
  left: -webkit-calc(100% - 16px);
  left: -moz-calc(100% - 16px);
  left: calc(100% - 16px);
}
.poa-request-buy .select-volume .volume-selection .purchase-declaration .toggle input[type=checkbox].switch:checked:after {
  left: 75px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
}

.popup-blackout .popup-window .popup-request-footer {
  position: relative;
  bottom: -32px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 900px;
  height: 88px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  padding: 32px;
}
.popup-blackout .popup-window .popup-request-footer p {
  margin: 0;
  color: #55505A;
  font-size: 16px;
}
.popup-blackout .popup-window .popup-request-footer a {
  width: auto;
}

.yellow-price-section {
  display: none;
}

#video_popup_download_video_new .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#video_popup_download_video_new .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#video_popup_download_video_new .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#video_popup_download_video_new .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#video_popup_download_video_bundle .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#video_popup_download_video_bundle .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#video_popup_download_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#video_popup_enquiry_send .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#video_popup_enquiry_send .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#video_popup_enquiry_send .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#buy_video_bundle .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#buy_video_bundle .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#buy_video_bundle .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#buy_video_bundle .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#buy_video_bundle .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#buy_video_bundle .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#buy_video_bundle .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#buy_video_bundle .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#buy_high_volume .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#buy_high_volume .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#buy_high_volume .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#buy_high_volume .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#buy_high_volume .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#buy_high_volume .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#buy_high_volume .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#buy_high_volume .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#buy_high_volume .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#buy_high_volume .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#buy_high_volume .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#buy_high_volume .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#buy_high_volume .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#buy_high_volume .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#buy_high_volume .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#buy_video_payg .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#buy_video_payg .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#buy_video_payg .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#buy_video_payg .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#buy_video_payg .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#buy_video_payg .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#buy_video_payg .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#buy_video_payg .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#buy_video_payg .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#buy_video_payg .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#buy_video_payg .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#buy_video_payg .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#buy_video_payg .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#buy_video_payg .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#buy_video_payg .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#purchase_enquiry .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#purchase_enquiry .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#purchase_enquiry .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#purchase_enquiry .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#purchase_enquiry .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#purchase_enquiry .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#purchase_enquiry .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#purchase_enquiry .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#download_bundle_popup .popup-blackout .popup-window, #secondary_purchase_popup .popup-blackout .popup-window, #video_purchased_popup .popup-blackout .popup-window {
  width: 598px;
  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%);
  height: auto;
  -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);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header, #secondary_purchase_popup .popup-blackout .popup-window .popup-header, #video_purchased_popup .popup-blackout .popup-window .popup-header {
  padding: 40px 40px 0 40px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header h2, #secondary_purchase_popup .popup-blackout .popup-window .popup-header h2, #video_purchased_popup .popup-blackout .popup-window .popup-header h2 {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header h2 .icon-arrow-left, #secondary_purchase_popup .popup-blackout .popup-window .popup-header h2 .icon-arrow-left, #video_purchased_popup .popup-blackout .popup-window .popup-header h2 .icon-arrow-left {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 21px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 4.5px 13.07px;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 8px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover, #secondary_purchase_popup .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover, #video_purchased_popup .popup-blackout .popup-window .popup-header h2 .icon-arrow-left:hover {
  background: rgba(250, 215, 5, 0.5);
}
#download_bundle_popup .popup-blackout .popup-window .popup-header p, #secondary_purchase_popup .popup-blackout .popup-window .popup-header p, #video_purchased_popup .popup-blackout .popup-window .popup-header p {
  font-size: 14px;
  color: #55505a;
  line-height: 1.71;
  margin: 0 0 16px 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header hr, #secondary_purchase_popup .popup-blackout .popup-window .popup-header hr, #video_purchased_popup .popup-blackout .popup-window .popup-header hr {
  margin: 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header .buy-progress, #secondary_purchase_popup .popup-blackout .popup-window .popup-header .buy-progress, #video_purchased_popup .popup-blackout .popup-window .popup-header .buy-progress {
  font-size: 14px;
  margin-top: 0 !important;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header .buy-progress span, #secondary_purchase_popup .popup-blackout .popup-window .popup-header .buy-progress span, #video_purchased_popup .popup-blackout .popup-window .popup-header .buy-progress span {
  padding: 0 8px;
  font-weight: bold;
  cursor: pointer;
}
#download_bundle_popup .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator, #secondary_purchase_popup .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator, #video_purchased_popup .popup-blackout .popup-window .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 2px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content, #secondary_purchase_popup .popup-blackout .popup-window .popup-content, #video_purchased_popup .popup-blackout .popup-window .popup-content {
  text-align: center;
  padding: 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .popup-main, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main {
  padding: 16px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .popup-main p, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main p, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main p {
  margin: 0;
  line-height: 1.5;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .popup-main p.type, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main p.type, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main p.type {
  font-size: 14px;
  line-height: 1.71;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .popup-main .button-group, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main .button-group, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main .button-group {
  margin: 16px 0 0 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn {
  display: inline-block;
  margin: 0 8px 8px 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .license-details, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .license-details, #video_purchased_popup .popup-blackout .popup-window .popup-content .license-details {
  text-align: left;
  color: #55505A;
  margin: 0 40px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .license-details h5, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .license-details h5, #video_purchased_popup .popup-blackout .popup-window .popup-content .license-details h5 {
  line-height: 1.5;
  margin: 0 0 16px 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .license-details ul, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .license-details ul, #video_purchased_popup .popup-blackout .popup-window .popup-content .license-details ul {
  list-style: none;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .license-details ul h6, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .license-details ul h6, #video_purchased_popup .popup-blackout .popup-window .popup-content .license-details ul h6 {
  color: #55505A;
  line-height: 1.71;
  font-size: 14px;
  margin: 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .license-details ul li, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .license-details ul li, #video_purchased_popup .popup-blackout .popup-window .popup-content .license-details ul li {
  line-height: 1.5;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .bb-1, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .bb-1, #video_purchased_popup .popup-blackout .popup-window .popup-content .bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 {
  padding: 40px 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry {
  padding: 0 40px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry label {
  color: #55505A;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea {
  resize: none;
  -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);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  display: block;
  width: 100%;
  height: 168px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-webkit-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-moz-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::-ms-input-placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea::placeholder {
  color: rgba(85, 80, 90, 0.65);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:focus {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry textarea:active {
  border: 1px solid #fad705;
  outline: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group {
  text-align: right;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .purchase-enquiry .button-group button {
  margin: 16px 4px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .num-videos {
  font-weight: bold;
  margin: 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg {
  padding: 4px 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg button, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg button, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg button {
  position: absolute;
  left: 40px;
  top: 16px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .payg .price {
  position: absolute;
  right: 40px;
  top: 24px;
  margin: 0;
  font-weight: bold;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  right: 40px;
  top: 32px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle button {
  position: absolute;
  left: 40px;
  top: 24px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range {
  height: 2px;
  background: rgba(0, 190, 75, 0.1);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 16px 40px 40px 40px;
  position: relative;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .bundle-range:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00be4b;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  width: 25%;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red {
  background: rgba(239, 111, 106, 0.1);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .red:after {
  background: #ef6f6a;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mb-0 {
  margin-bottom: 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40, #video_purchased_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .mt-40 {
  margin-top: 40px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .small, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .small, #video_purchased_popup .popup-blackout .popup-window .popup-content .small {
  text-align: left;
  padding: 16px 16px 40px 40px;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .p16-0, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .p16-0, #video_purchased_popup .popup-blackout .popup-window .popup-content .p16-0 {
  padding: 16px 0;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .icon, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .icon, #video_purchased_popup .popup-blackout .popup-window .popup-content .icon {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 130px 130px;
     -moz-background-size: 130px;
       -o-background-size: 130px;
          background-size: 130px;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .icon-cloud-download, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .icon-cloud-download, #video_purchased_popup .popup-blackout .popup-window .popup-content .icon-cloud-download {
  background-image: url(../images/symbols/download_cloud_icon.svg);
}
#download_bundle_popup .popup-blackout .popup-window .popup-content .icon-enquiry-send, #secondary_purchase_popup .popup-blackout .popup-window .popup-content .icon-enquiry-send, #video_purchased_popup .popup-blackout .popup-window .popup-content .icon-enquiry-send {
  background-image: url(../images/symbols/enquiry_sent_icon.svg);
}
#download_bundle_popup .popup-blackout .popup-footer, #secondary_purchase_popup .popup-blackout .popup-footer, #video_purchased_popup .popup-blackout .popup-footer {
  border: none;
  text-align: left;
  padding: 16px 40px 40px 40px;
}
#download_bundle_popup .popup-blackout .popup-footer p, #secondary_purchase_popup .popup-blackout .popup-footer p, #video_purchased_popup .popup-blackout .popup-footer p {
  color: #55505a;
  margin: 0;
  line-height: 1.5;
}
#download_bundle_popup .popup-blackout .popup-footer p a, #secondary_purchase_popup .popup-blackout .popup-footer p a, #video_purchased_popup .popup-blackout .popup-footer p a {
  color: #55505A;
}
#download_bundle_popup .popup-blackout .purchase-confirm, #secondary_purchase_popup .popup-blackout .purchase-confirm, #video_purchased_popup .popup-blackout .purchase-confirm {
  padding: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
#download_bundle_popup .popup-blackout .purchase-confirm p, #secondary_purchase_popup .popup-blackout .purchase-confirm p, #video_purchased_popup .popup-blackout .purchase-confirm p {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price, #secondary_purchase_popup .popup-blackout .purchase-confirm .price, #video_purchased_popup .popup-blackout .purchase-confirm .price {
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -6px;
  font-family: "Poppins", sans-serif;
}
#download_bundle_popup .popup-blackout .purchase-confirm .discount, #secondary_purchase_popup .popup-blackout .purchase-confirm .discount, #video_purchased_popup .popup-blackout .purchase-confirm .discount {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 0;
  margin-right: -6px;
  height: auto;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar {
  margin-top: 16px;
  width: 100%;
  display: inline-block;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .track, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .track, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .progress, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .progress, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1), #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1), #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2), #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2), #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3), #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3), #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4), #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4), #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5), #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5), #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#download_bundle_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before, #secondary_purchase_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before, #video_purchased_popup .popup-blackout .purchase-confirm .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#download_bundle_popup .button-group, #secondary_purchase_popup .button-group, #video_purchased_popup .button-group {
  margin-bottom: 40px;
}
#download_bundle_popup .button-group .btn, #secondary_purchase_popup .button-group .btn, #video_purchased_popup .button-group .btn {
  display: block;
  margin: 8px auto;
}

#video_purchased_popup .popup-blackout .popup-window .popup-content {
  padding: 40px 0;
}

#video_popup_fixed_price_buy .popup-blackout .popup-window {
  width: 598px;
  padding: 40px 0;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  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%);
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header {
  padding: 0 40px;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header h1 {
  font-size: 32px;
  line-height: 1.5;
  height: 48px;
  margin: 0 0 8px 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header p {
  color: #55505a;
  line-height: 1.5;
  margin: 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .btn-group {
  width: 402px;
  margin-bottom: 8px;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .btn-group ul {
  padding: 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .btn-group ul.show {
  display: block !important;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .btn-group .criteria {
  color: #55505a;
  opacity: 0.65;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field {
  width: 100%;
  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);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  margin-bottom: 8px;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field::-webkit-input-placeholder {
  color: #55505a;
  opacity: 0.65;
  line-height: 1.5;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field:-moz-placeholder {
  color: #55505a;
  opacity: 0.65;
  line-height: 1.5;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field::-moz-placeholder {
  color: #55505a;
  opacity: 0.65;
  line-height: 1.5;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field:-ms-input-placeholder {
  color: #55505a;
  opacity: 0.65;
  line-height: 1.5;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field::-ms-input-placeholder {
  color: #55505a;
  opacity: 0.65;
  line-height: 1.5;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field::placeholder {
  color: #55505a;
  opacity: 0.65;
  line-height: 1.5;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .nf-field:focus {
  border: 1px solid #fad705;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .price-param {
  margin: 8px 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .button-group {
  margin: 8px 0 24px 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .button-group .btn {
  margin-right: 4px;
  margin-top: 8px;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .button-group .btn-gray {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #55505a;
  background-color: rgba(85, 80, 90, 0.1);
  margin: 8px 0 0 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .button-group .btn-gray: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);
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content {
  border-top: 1px solid #ebebeb;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content h5 {
  padding-left: 40px;
  padding-right: 40px;
  color: #55505A;
  line-height: 1.5;
  margin: 0;
  margin: 16px 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content h6 {
  padding-left: 40px;
  padding-right: 40px;
  color: #55505A;
  line-height: 1.5;
  margin: 0;
  line-height: 1.71;
  margin-top: 8px;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content p {
  padding-left: 40px;
  padding-right: 40px;
  color: #55505A;
  line-height: 1.5;
  margin: 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-footer {
  text-align: left;
  margin: 0 40px;
  padding: 16px 0 0 0;
  border-top: 1px solid #ebebeb;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-footer p {
  color: #55505a;
  line-height: 1.5;
  margin: 0;
}
#video_popup_fixed_price_buy .popup-blackout .popup-window .popup-footer a {
  color: #55505a;
  line-height: 1.5;
  margin: 0;
}

#subscription_preferences_popup .popup-window {
  width: 598px;
  overflow: visible;
  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%);
  padding: 40px 0 40px 40px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
#subscription_preferences_popup .popup-header {
  padding: 0;
}
#subscription_preferences_popup .popup-header h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 16px 0;
}
#subscription_preferences_popup #subscription_preferences_popup div.consent {
  padding-top: 8px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #8996A0;
}
#subscription_preferences_popup .popup-content {
  padding: 0;
}
#subscription_preferences_popup .popup-content .subscription-nf-field {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  position: relative;
}
#subscription_preferences_popup .popup-content .subscription-nf-field label {
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  opacity: 0.65;
  color: #55505a;
  margin: 8px 0;
  display: block;
  text-transform: uppercase;
}
#subscription_preferences_popup .popup-content .subscription-nf-field input {
  margin: 8px 0;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn {
  margin: 8px 0;
  outline: none;
  position: relative;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn .glyphicon-chevron-down {
  margin-left: 16px;
  vertical-align: text-bottom;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn.gmt-dropdown {
  width: 393px;
  text-align: left;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn.gmt-dropdown .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn.vs-dropdown {
  width: 255px;
  text-align: left;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn.vs-dropdown .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn.active {
  -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);
  background: #fff;
  border: 1px solid #fad705;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .btn.active .glyphicon-chevron-down {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 2px;
  top: unset;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-switch {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #eeedee;
  padding: 8px 16px;
  display: inline-block;
  margin: 8px 0;
  line-height: 1.5;
  cursor: pointer;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .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: top;
  margin-right: 8px;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-switch .toggle.active {
  background-image: url(../../images/upload/switch-off@2x%202.png);
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-btn {
  width: auto;
  background: #eeedee;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 8px 8px 8px 0;
  color: #55505a;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px;
  height: 40px;
  line-height: 42px;
  outline: none;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-btn .icon-dot {
  display: inline-block;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  background: none;
  border: 2px solid #55505a;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  vertical-align: middle;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-btn .icon-dot .checkmark {
  display: none;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-btn.active .icon-dot {
  background-color: #55505a;
  border: none;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .toggle-btn.active .icon-dot .checkmark {
  background-image: url(../images/symbols/icon-checkmark-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px;
       -o-background-size: 10px;
          background-size: 10px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  display: inline-block;
}
#subscription_preferences_popup .popup-content .subscription-nf-field:nth-last-of-type(2) {
  border: none;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu {
  left: 0;
  width: 393px;
  top: unset;
  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;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu.day-dropdown {
  max-height: 104px;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu .dropdown-item {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #55505a;
  padding: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid transparent;
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu .dropdown-item:hover {
  border-left-color: #fad705;
  background-color: rgba(250, 215, 5, 0.5);
}
#subscription_preferences_popup .popup-content .subscription-nf-field .nf-dropdown-menu.source-dropdown {
  width: 255px;
}
#subscription_preferences_popup .popup-content .subscription-nf-field.disabled {
  opacity: 0.65;
  pointer-events: none;
}
#subscription_preferences_popup .popup-content .btn-group .btn {
  margin: 0 8px 0 0;
  width: auto;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 8px 16px;
  line-height: 1.5;
}
#subscription_preferences_popup .popup-content .btn-group .btn-primary {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(347deg, #faeb13, #fad705);
  background-image: -moz-linear-gradient(347deg, #faeb13, #fad705);
  background-image: -o-linear-gradient(347deg, #faeb13, #fad705);
  background-image: linear-gradient(103deg, #faeb13, #fad705);
}
#subscription_preferences_popup .popup-content .btn-group .btn-gray {
  background-color: rgba(85, 80, 90, 0.1);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
}

#sign_up_guests .popup-window {
  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: 598px;
  -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);
  padding: 40px;
  overflow-y: auto;
  max-height: -webkit-calc(100vh - 16px);
  max-height: -moz-calc(100vh - 16px);
  max-height: calc(100vh - 16px);
}
#sign_up_guests .popup-window::-webkit-scrollbar {
  width: 4px;
}
#sign_up_guests .popup-window::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#sign_up_guests .popup-window::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
#sign_up_guests .popup-window .popup-header {
  padding: 0;
}
#sign_up_guests .popup-window .popup-header h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 8px 0;
}
#sign_up_guests .popup-window .popup-header .btn {
  height: 40px;
  color: #fff;
  height: 40px;
  margin: 8px 0 0 0;
  display: block;
}
#sign_up_guests .popup-window .popup-header .btn.fb-btn {
  background-color: #1877f2;
}
#sign_up_guests .popup-window .popup-header .btn.twitter-btn {
  background-color: #1da1f2;
}
#sign_up_guests .popup-window .popup-header .btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#sign_up_guests .popup-window .popup-header .btn span {
  -webkit-filter: invert(100%) sepia(1%) saturate(10%) hue-rotate(255deg) brightness(300%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(10%) hue-rotate(255deg) brightness(300%) contrast(100%);
  margin-right: 6px;
}
#sign_up_guests .popup-window .popup-body .nf-field label {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.67;
  color: #55505a;
  margin: 16px 0 8px 0;
}
#sign_up_guests .popup-window .popup-body .nf-field input {
  padding: 16px;
  height: 56px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: solid 2px #dddcde;
  background-color: #ffffff;
}
#sign_up_guests .popup-window .popup-body .nf-field input::-webkit-input-placeholder {
  opacity: 0.65;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-body .nf-field input:-moz-placeholder {
  opacity: 0.65;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-body .nf-field input::-moz-placeholder {
  opacity: 0.65;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-body .nf-field input:-ms-input-placeholder {
  opacity: 0.65;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-body .nf-field input::-ms-input-placeholder {
  opacity: 0.65;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-body .nf-field input::placeholder {
  opacity: 0.65;
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-body .nf-field input:focus, #sign_up_guests .popup-window .popup-body .nf-field input:active {
  border-color: #fad705;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#sign_up_guests .popup-window .popup-body .nf-field .btn {
  float: right;
  margin: 16px 0 0 0;
}
#sign_up_guests .popup-window .popup-body .nf-field .btn .icon-eye {
  background-image: url(../images/symbols/search-eye.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
     -moz-background-size: 14px;
       -o-background-size: 14px;
          background-size: 14px;
  background-position: center;
  width: 14px;
  height: 18px;
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
}
#sign_up_guests .popup-window .popup-footer {
  padding: 0;
  text-align: left;
  border: none;
  margin: 8px 0 0 0;
}
#sign_up_guests .popup-window .popup-footer p.terms-agreement {
  background-color: rgba(85, 80, 90, 0.1);
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
  height: auto;
  padding: 8px 16px;
  margin: 16px 0;
  position: relative;
  padding-left: 40px;
}
#sign_up_guests .popup-window .popup-footer p.terms-agreement .checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 2px solid #55505A;
  background: transparent;
  vertical-align: text-top;
  margin: 0 8px 0 0;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
#sign_up_guests .popup-window .popup-footer p.terms-agreement .checkbox.checked {
  background: #55505A;
}
#sign_up_guests .popup-window .popup-footer p.terms-agreement .checkbox.checked .checkmark {
  background-image: url(../images/symbols/icon-checkmark-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px;
       -o-background-size: 10px;
          background-size: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 -1px;
  vertical-align: super;
}
#sign_up_guests .popup-window .popup-footer p.terms-agreement a {
  text-decoration: underline;
  color: #55505a;
}
#sign_up_guests .popup-window .popup-footer .error-message {
  margin-top: -16px;
  margin-bottom: 8px;
}
#sign_up_guests .popup-window .popup-footer .btn {
  margin: 8px 0 0 0;
  float: unset;
  width: auto;
}
#sign_up_guests .popup-window .error-message {
  position: initial;
  margin: 0;
}

#free_license_popup .popup-window {
  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: 598px;
  -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);
  padding: 40px;
}
#free_license_popup .popup-window .popup-header {
  padding: 0;
}
#free_license_popup .popup-window .popup-header h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
#free_license_popup .popup-window p {
  color: #55505a;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
#free_license_popup .popup-window .popup-footer {
  padding: 0;
  text-align: left;
  border: none;
}
#free_license_popup .popup-window .popup-footer .btn {
  float: unset;
  margin: 8px 8px 0 0;
  width: auto;
}

#repeat_transaction_popup .popup-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 908px;
  height: 555px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -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);
  left: 50%;
  top: 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%);
  margin: 0;
}
#repeat_transaction_popup .popup-window .popup-aside {
  width: 35%;
  background-image: url(../images/programme-declaration.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 100%;
  display: inline-block;
  position: relative;
}
#repeat_transaction_popup .popup-window .popup-aside .nf-logo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 40px;
  left: 40px;
}
#repeat_transaction_popup .popup-window .popup-main {
  width: 65%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content {
  padding: 32px 0 0 0;
  max-height: -webkit-calc(100% - 72px);
  max-height: -moz-calc(100% - 72px);
  max-height: calc(100% - 72px);
  overflow-y: scroll;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content::-webkit-scrollbar {
  width: 4px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#repeat_transaction_popup .popup-window .popup-main .popup-content::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header {
  padding: 0 32px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header .buy-progress {
  font-size: 14px;
  margin: 0;
  line-height: 1.71;
  padding: 0 0 8px 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header .buy-progress span {
  margin: 0 6px;
  font-weight: bold;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header .buy-progress .triangle-separator {
  border-left: solid 4px #55505A;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
  display: inline-block;
  padding: 0;
  margin: 0 4px 0 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary {
  padding: 0 0 32px 0;
  margin: 0 0 0 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary h4 {
  font-size: 24px;
  color: #55505a;
  margin: 16px 0;
  line-height: 1.67;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .purchase-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .purchase-type h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #55505a;
  width: 100%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .purchase-type .price {
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #55505a;
  width: 100%;
  margin: 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .comment {
  margin: 0;
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .btn-gray {
  margin-top: 8px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar {
  margin-top: 32px;
  margin-bottom: 48px;
  padding: 0 32px 0 0;
  width: 100%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .track {
  position: relative;
  height: 4px;
  background: rgba(250, 215, 5, 0.3);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #fad705;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-points {
  position: relative;
  margin-top: -6px;
  padding: 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-points .price-point:nth-child(1) {
  left: 0%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-points .price-point:nth-child(2) {
  left: 25%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-points .price-point:nth-child(3) {
  left: 50%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-points .price-point:nth-child(4) {
  left: 75%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-points .price-point:nth-child(5) {
  left: 100%;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point {
  position: absolute;
  display: block;
  width: 40px;
  margin-left: -20px;
  cursor: pointer;
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point span {
  position: absolute;
  top: 20px;
  left: 12px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point:last-of-type > span {
  left: 4px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point:first-of-type > span {
  left: 16px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point:before {
  content: "";
  display: block;
  width: 0px;
  margin: 0 auto 8px;
  border: 4px solid #55505A;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #55505A;
  border-color: #55505A;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point.active {
  color: #55505A;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar .price-meter .price-point.active:before {
  background-color: #55505A;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing {
  padding: 32px 0;
  position: relative;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #55505a;
  margin: 8px 0 16px 0;
  padding: 0 32px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .btn {
  position: absolute;
  top: 32px;
  right: 32px;
  width: auto;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing h6 {
  font-size: 14px;
  line-height: 1.71;
  color: #55505a;
  margin: 0;
  padding: 0 32px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing h6.billing-address {
  padding: 24px 32px 0 0;
  margin: 0 0 0 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing p {
  font-size: 16px;
  line-height: 1.5;
  color: #55505a;
  padding: 0 32px;
  margin: 0 0 24px 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .organisation-details {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 32px 8px 32px;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .organisation-details h6 {
  padding: 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .organisation-details p {
  padding: 0;
  margin: 0;
}
#repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .organisation-details p span {
  float: right;
}
#repeat_transaction_popup .popup-window .popup-main .popup-footer {
  padding: 16px 32px;
  text-align: left;
  -webkit-box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
#repeat_transaction_popup .popup-window .popup-main .popup-footer .btn {
  float: unset;
  width: 100%;
}

#subscription_prompt {
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000;
  display: none;
}
#subscription_prompt .popup-blackout {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  cursor: pointer;
}
#subscription_prompt .icon-close {
  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;
  opacity: 1;
}
#subscription_prompt .popup-window {
  width: 598px;
  -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);
  background-color: #ffffff;
  padding: 40px 0 40px 40px;
  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%);
  text-align: left;
  max-height: -webkit-calc(100% - 32px);
  max-height: -moz-calc(100% - 32px);
  max-height: calc(100% - 32px);
  overflow-y: auto;
}
#subscription_prompt .popup-window::-webkit-scrollbar {
  width: 4px;
}
#subscription_prompt .popup-window::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#subscription_prompt .popup-window::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
#subscription_prompt .popup-window .popup-header h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 0 16px 0;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 40px 16px 0;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field.disabled {
  opacity: 0.65;
  pointer-events: none;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field:first-of-type {
  border: none;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field > div {
  position: relative;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field > div span {
  color: #55505a;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field > div input {
  width: 100%;
  height: 56px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: solid 2px #dddcde;
  background-color: #F3F3F3;
  color: #55505a;
  padding: 16px;
  margin-top: 8px;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field > div input:focus {
  border-color: #fad705;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field > div .btn {
  position: absolute;
  right: 8px;
  margin: 0;
  top: -webkit-calc(50% + 4px);
  top: -moz-calc(50% + 4px);
  top: calc(50% + 4px);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  line-height: 1rem;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field label {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 0 0 8px 0;
  color: #55505a;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field .day-dropdown {
  min-width: 160px;
  text-align: left;
  max-height: 90px;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field .day-dropdown::-webkit-scrollbar {
  width: 4px;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field .day-dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#subscription_prompt .popup-window .popup-content .sub-nf-field .day-dropdown::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
#subscription_prompt .popup-window .popup-content .sub-nf-field .day-dropdown .glyphicon {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#subscription_prompt .popup-window .popup-content p.error, #subscription_prompt .popup-window .popup-content p.success {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin: 0;
  display: none;
}
#subscription_prompt .popup-window .popup-content .error {
  color: #ef6f6a;
}
#subscription_prompt .popup-window .popup-content .success {
  color: #00be4b;
}
#subscription_prompt .popup-window .popup-content .toggle-switch {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #eeedee;
  color: #55505a;
  padding: 8px 16px;
  display: inline-block;
  margin: 0 0 16px 0;
  line-height: 1.5;
  cursor: pointer;
}
#subscription_prompt .popup-window .popup-content .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: bottom;
  margin-right: 8px;
}
#subscription_prompt .popup-window .popup-content .toggle-switch .toggle.active {
  background-image: url(../../images/upload/switch-off@2x%202.png);
}
#subscription_prompt .popup-window .popup-content .toggle-btn {
  width: auto;
  background: #eeedee;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #55505a;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 0 16px;
  height: 40px;
  line-height: 42px;
  outline: none;
  margin: 8px 6px 0 0;
  position: relative;
}
#subscription_prompt .popup-window .popup-content .toggle-btn .icon-dot {
  display: inline-block;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  background: none;
  border: 2px solid #55505a;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  vertical-align: middle;
}
#subscription_prompt .popup-window .popup-content .toggle-btn .icon-dot .checkmark {
  background-image: url(../images/symbols/icon-checkmark-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 10px;
     -moz-background-size: 10px;
       -o-background-size: 10px;
          background-size: 10px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  display: inline-block;
}
#subscription_prompt .popup-window .popup-content .toggle-btn.active .icon-dot {
  background-color: #55505a;
  border: none;
}
#subscription_prompt .popup-window .popup-content .btn {
  margin: 8px 6px 0 0;
  position: relative;
}
#subscription_prompt .popup-window .popup-content .gmt-dropdown, #subscription_prompt .popup-window .popup-content .timezone-dropdown {
  width: 393px;
  text-align: left;
}
#subscription_prompt .popup-window .popup-content .gmt-dropdown .glyphicon, #subscription_prompt .popup-window .popup-content .timezone-dropdown .glyphicon {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#subscription_prompt .popup-window .popup-content .nf-dropdown-menu {
  top: unset;
  padding: 0;
  left: 40px;
  max-height: 150px;
  overflow-y: scroll;
}
#subscription_prompt .popup-window .popup-content .nf-dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
#subscription_prompt .popup-window .popup-content .nf-dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#subscription_prompt .popup-window .popup-content .nf-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
#subscription_prompt .popup-window .popup-content .nf-dropdown-menu li {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #55505a;
  padding: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid transparent;
}
#subscription_prompt .popup-window .popup-content .nf-dropdown-menu li:hover {
  border-left-color: #fad705;
  background-color: rgba(250, 215, 5, 0.5);
}

.quickplay-popup {
  display: none;
}
.quickplay-popup .popup-blackout {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.quickplay-popup .popup-blackout .popup-window {
  cursor: auto;
  -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);
  background-color: #ffffff;
  width: 908px;
  max-height: 90vh;
  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%);
  margin: 0;
}
.quickplay-popup .popup-blackout .popup-window::-webkit-scrollbar {
  width: 4px;
}
.quickplay-popup .popup-blackout .popup-window::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.quickplay-popup .popup-blackout .popup-window::-webkit-scrollbar-thumb {
  background-color: #55505a;
}
.quickplay-popup .popup-blackout .popup-window .popup-header {
  padding: 0;
}
.quickplay-popup .popup-blackout .popup-window .popup-header .popup-video-container {
  padding-top: 56.3876651982%;
  position: relative;
}
.quickplay-popup .popup-blackout .popup-window .popup-header .popup-video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: initial;
     -moz-transform: initial;
      -ms-transform: initial;
       -o-transform: initial;
          transform: initial;
}
.quickplay-popup .popup-blackout .popup-window .popup-body {
  padding: 40px 40px 40px 52px;
}
.quickplay-popup .popup-blackout .popup-window .popup-body h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.quickplay-popup .popup-blackout .popup-window .popup-body .button-group .btn {
  margin: 8px 8px 0 0;
  height: 56px;
  padding: 8px 24px !important;
  line-height: 40px;
}

@media (max-width: 1281px) {
  #video_popup_fixed_price_buy .popup-blackout .popup-window {
    width: 390px;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .btn-group {
    width: 100%;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .price-param {
    font-size: 14px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .price-param p {
    line-height: 1.71;
  }

  #secondary_purchase_popup .popup-blackout .popup-window, #video_purchased_popup .popup-blackout .popup-window {
    width: 390px;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn-primary, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn-primary {
    width: 100%;
  }

  #repeat_transaction_popup .popup-window {
    width: 794px;
  }

  #free_license_popup .popup-window, #sign_up_guests .popup-window {
    width: 390px;
  }

  .quickplay-popup .popup-blackout .popup-window {
    width: 794px;
  }
  .quickplay-popup .popup-blackout .popup-window .popup-header .popup-video-container {
    padding-top: 56.2972292191%;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  #video_popup_poa .popup-blackout .popup-window {
    margin-top: 60px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: 0;
  }
}
@media (max-width: 992px) {
  #already_purchased_popup .popup-window .popup-content .button-group .btn {
    width: auto;
  }

  .poa-request-buy .select-usage.production .usage-selection {
    margin: 0;
  }

  .buy-popup .popup-blackout .popup-window .popup-request-footer {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 570px;
    bottom: 0;
  }
  .buy-popup .popup-blackout .popup-window .poa-request-buy {
    top: -40px;
  }

  .video-popup .popup-blackout .popup-window {
    left: -webkit-calc(50% - 344px);
    left: -moz-calc(50% - 344px);
    left: calc(50% - 344px);
    width: 688px;
  }
  .video-popup .popup-blackout .popup-window .popup-footer button {
    width: 180px;
  }
  .video-popup .popup-blackout .popup-window .right h1 {
    font-size: 42px;
  }

  #video_popup_poa .popup-window.size-lg {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    left: 50%;
    top: 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%);
    height: -webkit-calc(100vh - 36px);
    height: -moz-calc(100vh - 36px);
    height: calc(100vh - 36px);
  }
  #video_popup_poa .icon.close {
    background-image: url(../images/symbols/icon-close-black.svg);
    top: 32px;
    right: 32px;
  }

  #video_popup_poa .popup-window .poa-request > div.background-white {
    top: unset;
    width: auto;
  }

  .video-popup.popup-small .popup-window {
    width: 360px;
    left: -webkit-calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: calc(50% - 180px);
  }

  .main-popup .popup-blackout .popup-window .right h1 {
    font-size: 42px;
  }

  #video_popup_fixed_price_buy .popup-blackout .popup-window .poa-request-buy {
    width: 76%;
    left: 12%;
  }

  #video_popup_poa.buy-popup .popup-window .popup-content .col-xs-12 {
    padding: 0 12px 16px 12px;
  }

  #video_popup_download_video_new .popup-blackout .popup-window {
    width: 360px;
  }

  #video_popup_download_video_bundle .popup-blackout .popup-window {
    width: 360px;
  }

  #video_popup_enquiry_send .popup-blackout .popup-window {
    width: 360px;
  }

  #buy_video_bundle .popup-blackout .popup-window {
    width: 360px;
  }

  #buy_high_volume .popup-blackout .popup-window {
    width: 360px;
  }

  #buy_video_payg .popup-blackout .popup-window {
    width: 360px;
  }

  #purchase_enquiry .popup-blackout .popup-window {
    width: 360px;
  }

  #download_bundle_popup .popup-blackout .popup-window {
    width: 360px;
  }

  #recover_password_modal .popup-blackout .popup-window {
    width: 548px;
  }

  #repeat_transaction_popup .popup-window {
    width: 548px;
    display: block;
    height: 100%;
    max-height: -webkit-calc(100% - 80px);
    max-height: -moz-calc(100% - 80px);
    max-height: calc(100% - 80px);
  }
  #repeat_transaction_popup .popup-window .popup-aside {
    display: none;
  }
  #repeat_transaction_popup .popup-window .popup-main {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header .buy-progress {
    padding-bottom: 24px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .quickplay-popup .popup-blackout .popup-window {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    left: 50%;
  }
  .quickplay-popup .popup-blackout .popup-window .popup-header .popup-video-container {
    padding-top: 56.3858695652%;
  }
}
@media (max-width: 959px) {
  .poa-request-buy .buy-progress {
    margin-bottom: 0 !important;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-type {
    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;
    padding: 16px 24px;
    width: 100%;
    height: auto;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-type h4 {
    width: 55%;
    display: inline-block;
    height: auto;
    line-height: 1.67;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-type p {
    width: 55%;
    display: inline-block;
    height: auto;
    line-height: 1.67;
    width: 45%;
    text-align: right;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-confirm {
    width: 60%;
    display: inline-block;
    height: auto;
    padding: 16px 24px;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-confirm p {
    height: 100%;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-confirm .price-bar {
    width: 125%;
    height: 40px;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection button {
    display: inline-block;
    width: auto;
    float: right;
    padding: 8px 16px;
    font-size: 16px;
    margin: 16px -16px 16px 0;
    height: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    position: unset;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection a {
    display: inline-block;
    width: auto;
    float: right;
    padding: 8px 16px;
    font-size: 16px;
    margin: 16px -16px 16px 0;
    height: 100%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    position: unset;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection button[data-value=high_vol] {
    margin-right: -29px;
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection a[data-value=high_vol] {
    margin-right: -29px;
  }
  .poa-request-buy .select-volume .col-md-4 .purchase-declaration {
    display: none;
  }
  .poa-request-buy .popup-content .usage-selection h4 {
    height: auto;
  }
  .poa-request-buy .popup-content .rectangle_01 {
    width: 100% !important;
  }
  .poa-request-buy .popup-content .rectangle_02 {
    width: 230px !important;
  }
}
@media (max-width: 767px) {
  #video_popup_poa .popup-window .popup-footer button {
    width: 100%;
    margin: 8px 0 0 0 !important;
  }
  #video_popup_poa .popup-blackout {
    background-color: #ffffff;
    pointer-events: auto;
    background: #ffffff;
  }
  #video_popup_poa .popup-blackout .icon.close {
    background-image: url(../images/symbols/icon-close-black.svg);
  }
  #video_popup_poa .popup-blackout .popup-window {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin: 0;
  }
  #video_popup_poa .popup-blackout .popup-window .popup-footer button {
    float: right;
  }
  #video_popup_poa .popup-blackout .popup-window .popup-footer .btn-rounded {
    margin-right: 16px;
  }
  #video_popup_poa .popup-blackout .popup-footer {
    background-color: #ffffff;
    padding-top: 16px;
  }
  #video_popup_poa.buy-popup .popup-window .popup-header {
    padding: 40px 16px 0 16px;
  }
  #video_popup_poa.buy-popup .popup-window .popup-content {
    padding: 0 16px;
  }
  #video_popup_poa.buy-popup .popup-window .popup-footer {
    padding: 0 16px 16px 16px;
  }

  .btn {
    width: 100%;
  }

  .video-popup .popup-blackout .popup-window {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    left: 16px;
  }
  .video-popup .popup-blackout .popup-window .popup-footer button {
    width: 100%;
    float: none;
    margin-bottom: 8px;
  }
  .video-popup .popup-blackout .popup-window .popup-footer .btn-rounded {
    margin-right: 0;
  }
  .video-popup .popup-blackout .popup-window > .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .video-popup .popup-blackout .popup-window .right {
    height: auto !important;
    background: transparent;
    padding: 0 16px;
    margin: 0;
  }
  .video-popup .popup-blackout .popup-window .right .spinner {
    position: relative;
    margin: 16px auto;
    top: auto;
    left: auto;
  }
  .video-popup .popup-blackout .popup-window .right h1 {
    position: relative;
    top: auto;
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    height: auto;
  }
  .video-popup .popup-blackout .popup-window .right h5 {
    position: relative;
    top: auto;
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    height: auto;
    line-height: 1.5;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .video-popup .popup-blackout .popup-window .right p {
    position: relative;
    line-height: 1.71;
    margin: 16px 0 0 0;
    padding: 0;
  }
  .video-popup .popup-blackout .popup-window .poa-contact .popup-footer {
    padding-bottom: 0;
  }

  #video_popup_folders.video-popup .popup-blackout .popup-window {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
  }
  #video_popup_folders.video-popup .popup-blackout .popup-window .popup-footer {
    position: absolute;
    bottom: 0;
  }
  #video_popup_folders.video-popup .popup-blackout .icon.close.close-popup {
    background-image: url(../images/symbols/icon-close-black.svg);
    right: 10px;
  }

  #video_popup_folder_empty.video-popup .popup-window {
    width: 100%;
    max-width: 100%;
    left: 0;
    height: 100%;
    position: fixed;
  }
  #video_popup_folder_empty.video-popup .popup-window .popup-footer {
    position: absolute;
    bottom: 0;
  }
  #video_popup_folder_empty.video-popup .icon.close {
    background-image: url(../images/symbols/icon-close-black.svg);
    right: 16px;
  }

  #video_popup_poa_step2 .popup-blackout {
    background-color: #ffffff;
    pointer-events: auto;
  }
  #video_popup_poa_step2 .popup-blackout .icon.close {
    background-image: url(../images/symbols/icon-close-black.svg);
  }
  #video_popup_poa_step2 .popup-blackout .popup-window {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    margin: 0;
  }
  #video_popup_poa_step2 .popup-blackout .popup-footer {
    background-color: #ffffff;
    padding-top: 16px;
  }

  .video-popup.popup-small .popup-window {
    width: 360px;
    left: -webkit-calc(50% - 180px);
    left: -moz-calc(50% - 180px);
    left: calc(50% - 180px);
  }

  #video_popup_passive_notification .popup-blackout .icon.close.close-popup {
    top: 4px;
    right: 0;
  }
  #video_popup_passive_notification .popup-blackout .popup-window {
    top: 40px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }

  #video_popup_red_notification .popup-blackout .icon.close.close-popup {
    top: 4px;
    right: 0;
  }
  #video_popup_red_notification .popup-blackout .popup-window {
    top: 40px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }

  .poa-request-buy {
    margin: 0;
  }

  #recover_password_modal .popup-blackout .popup-window {
    width: 100%;
    top: 262px;
    padding: 16px;
    height: auto;
  }

  #recover_password_modal .popup-blackout .popup-window .popup-header h2 {
    font-size: 32px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
  }

  #recover_password_modal .popup-blackout .popup-window .popup-content .modal-field {
    padding: 8px 0 0 0;
  }

  #recover_password_modal .popup-blackout .popup-window .popup-content .modal-field:first-of-type {
    padding: 0 0 8px 0;
  }

  #recover_password_modal .popup-blackout .popup-window .popup-content .btn-group .btn {
    float: unset;
  }

  #recover_password_modal .popup-blackout .popup-window .popup-content .btn-group .btn.btn-primary {
    display: block;
  }

  #already_purchased_popup .popup-window .popup-content .price {
    position: inherit;
    margin: 16px 0;
  }

  #already_purchased_popup .popup-window .popup-content .button-group {
    margin: 0;
  }
  #already_purchased_popup .popup-window .popup-content .button-group .btn {
    margin: 0 4px 4px 0;
  }

  #subscription_preferences_popup .popup-content .subscription-nf-field .btn.day-dropdown {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #subscription_preferences_popup .popup-window {
    width: 100%;
    padding: 16px 0 16px 16px;
  }
  #subscription_preferences_popup .popup-window .popup-header h2 {
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    font-weight: normal;
  }
  #subscription_preferences_popup .popup-window .popup-content .subscription-nf-field .toggle-switch {
    margin-top: 0;
  }
  #subscription_preferences_popup .popup-window .popup-content .subscription-nf-field .btn.gmt-dropdown, #subscription_preferences_popup .popup-window .popup-content .subscription-nf-field .nf-dropdown-menu {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  #subscription_preferences_popup .popup-window .popup-content .subscription-nf-field .btn.gmt-dropdown.source-dropdown, #subscription_preferences_popup .popup-window .popup-content .subscription-nf-field .nf-dropdown-menu.source-dropdown {
    width: 255px;
  }

  #repeat_transaction_popup .popup-window {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    max-height: -webkit-calc(100% - 32px);
    max-height: -moz-calc(100% - 32px);
    max-height: calc(100% - 32px);
    height: 80%;
  }
  #repeat_transaction_popup .popup-window .popup-main {
    overflow: hidden;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content {
    padding: 16px 0 0 0;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-header {
    padding: 0 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary {
    margin: 0 0 0 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .purchase-type {
    padding-right: 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .price-bar {
    padding: 0 24px 0 8px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-summary .btn-gray {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing h5, #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing h6, #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing p {
    padding: 0 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .btn {
    right: 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing h6.billing-address {
    margin: 0 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-content .popup-billing .organisation-details {
    padding: 16px 16px 8px 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-footer {
    padding: 16px;
  }
  #repeat_transaction_popup .popup-window .popup-main .popup-footer .btn {
    margin: 0;
  }

  #subscription_prompt .popup-window {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    padding: 16px 0 16px 16px;
  }

  #subscription_prompt .popup-window .popup-content .sub-nf-field {
    padding: 8px 16px 16px 0;
  }

  #subscription_prompt .popup-window .popup-content .gmt-dropdown {
    width: 100%;
  }

  #subscription_prompt .popup-window .popup-content .nf-dropdown-menu.vs-dropdown {
    left: 16px;
  }

  #subscription_prompt .popup-window .popup-content .nf-dropdown-menu.timezone-dropdown {
    left: 16px;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }

  #subscription_prompt .popup-window .popup-footer {
    padding-right: 16px;
    margin: 8px 0 0 0;
  }

  #subscription_prompt .popup-window .popup-footer .btn {
    margin: 8px 0 0 0;
  }

  #subscription_prompt .popup-window .popup-content .sub-nf-field > div input {
    padding-bottom: 56px;
    height: auto;
  }

  #subscription_prompt .popup-window .popup-content .sub-nf-field > div .btn {
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    right: 16px;
  }

  #subscription_prompt .popup-window .popup-content .sub-nf-field .btn-dropdown.day-dropdown {
    left: 0;
    width: 100%;
  }

  #subscription_prompt .popup-window .popup-content .sub-nf-field .dropdown-menu.day-dropdown {
    left: 16px;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }

  #subscription_prompt .popup-window .popup-header h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 8px 0;
  }

  #free_license_popup .popup-window, #sign_up_guests .popup-window {
    width: 100%;
  }
  #free_license_popup .popup-window .popup-footer .btn, #sign_up_guests .popup-window .popup-footer .btn {
    width: auto;
  }

  #sign_up_guests .popup-window {
    padding: 24px 16px;
  }
  #sign_up_guests .popup-window .popup-body .nf-field {
    position: relative;
  }
  #sign_up_guests .popup-window .popup-body .nf-field .btn {
    position: absolute;
    right: 0;
    width: auto;
  }

  .quickplay-popup .popup-blackout .popup-window {
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .quickplay-popup .popup-blackout .popup-window .popup-header .popup-video-container {
    padding-top: 56.25%;
  }
  .quickplay-popup .popup-blackout .popup-window .popup-body {
    padding: 16px;
  }
  .quickplay-popup .popup-blackout .popup-window .popup-body h2 {
    font-size: 24px;
  }
  .quickplay-popup .popup-blackout .popup-window .popup-body .button-group .btn {
    width: 100%;
    margin: 8px 0 0 0;
  }
}
@media (max-width: 640px) {
  #video_purchased_popup .btn {
    width: auto;
  }

  #secondary_purchase_popup .icon.close, #video_purchased_popup .icon.close {
    top: 8px;
    right: 8px;
  }
  #secondary_purchase_popup .popup-blackout .popup-window, #video_purchased_popup .popup-blackout .popup-window {
    width: 100%;
    top: 40px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: 0;
    margin: 0;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-header, #video_purchased_popup .popup-blackout .popup-window .popup-header {
    padding: 40px 16px 0 16px;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main {
    padding: 16px;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn {
    width: auto;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn-primary, #video_purchased_popup .popup-blackout .popup-window .popup-content .popup-main .button-group .btn-primary {
    width: 100%;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-content .license-details, #video_purchased_popup .popup-blackout .popup-window .popup-content .license-details {
    margin: 0 16px;
  }
  #secondary_purchase_popup .popup-blackout .popup-window .popup-footer, #video_purchased_popup .popup-blackout .popup-window .popup-footer {
    padding: 16px 16px 24px 16px;
  }
}
@media (max-width: 480px) {
  .video-popup .popup-blackout .popup-window {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    left: 8px;
  }

  .custom-xs-width {
    max-width: 320px;
  }

  #video_popup_fixed_price_buy .popup-blackout .close {
    top: 8px;
    right: 8px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window {
    width: 100%;
    margin: 0;
    -webkit-border-radius: 8px 8px 0 0;
       -moz-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header {
    padding: 0 16px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .price-param p:first-of-type {
    font-size: 16px;
    line-height: 1.5;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .button-group {
    margin: 8px 0 16px 0;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-header .button-group .btn {
    width: auto;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content {
    padding: 0;
    padding-bottom: 24px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content h5 {
    padding: 0 16px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content h6 {
    padding: 0 16px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-content p {
    padding: 0 16px;
  }
  #video_popup_fixed_price_buy .popup-blackout .popup-window .popup-footer {
    margin: 0 16px;
  }

  #video_popup_download_video_new .popup-blackout .popup-window {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  #video_popup_download_video_bundle .popup-blackout .popup-window {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  #video_popup_enquiry_send .popup-blackout .popup-window {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  #video_popup_enquiry_send .btn {
    width: -webkit-calc(100% - 80px) !important;
    width: -moz-calc(100% - 80px) !important;
    width: calc(100% - 80px) !important;
  }

  #download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 {
    padding-top: 16px;
  }
  #download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .btn {
    position: initial;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  #download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
    position: initial;
    margin-top: 16px;
  }
  #download_bundle_popup .popup-blackout .popup-window .popup-content .col-xs-12 .bundle-range {
    margin-top: 24px !important;
  }
  #download_bundle_popup .popup-blackout .popup-window .popup-content .button-group .btn {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }

  #buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 {
    padding-top: 16px;
  }
  #buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .btn {
    position: initial;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  #buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle .buy-num-videos {
    position: initial;
    margin-top: 16px;
  }
  #buy_video_bundle .popup-blackout .popup-window .popup-content .col-xs-12 .bundle-range {
    margin-top: 24px !important;
  }
}
@media (max-width: 550px) {
  #video_popup_poa_step2 .popup-window .popup-footer .col-xs-6 {
    width: 100%;
  }
  #video_popup_poa_step2 .popup-window .popup-footer .col-xs-6 button {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }

  .poa-request-buy {
    width: 100%;
    left: 0;
  }
  .poa-request-buy .popup-header {
    padding: 16px !important;
  }
  .poa-request-buy .popup-content {
    padding: 8px 16px !important;
  }
  .poa-request-buy .popup-content .col-md-4 {
    width: 100%;
  }
  .poa-request-buy .popup-content .col-md-4 div:first-of-type {
    padding: 16px;
  }
  .poa-request-buy .popup-content .col-md-4 div:first-of-type p {
    height: auto;
  }
  .poa-request-buy .popup-content .col-md-4 div:first-of-type button {
    position: unset;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection {
    padding: 0 !important;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-type {
    padding: 16px;
    display: block;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-type h4 {
    width: 100%;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-type p {
    width: 100%;
    text-align: left;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-confirm {
    padding: 8px 16px;
    width: 100%;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-confirm .price-bar {
    margin: 8px 0 24px 0;
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin: 32px 0 8px 0;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-confirm .price-bar .track {
    padding: 0;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection .purchase-confirm .price-bar .price-meter {
    padding: 0;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection button {
    margin: 0 16px 16px 16px;
    width: 100% !important;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection a {
    margin: 0 16px 16px 16px;
    width: 100% !important;
  }
  .poa-request-buy .popup-content .col-md-4 .volume-selection:first-of-type button {
    -webkit-transform: unset;
       -moz-transform: unset;
        -ms-transform: unset;
         -o-transform: unset;
            transform: unset;
    margin: 16px;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
  }
  .poa-request-buy .select-volume .col-md-4 .volume-selection .purchase-confirm p {
    margin: 8px 0 !important;
  }

  .buy-popup .popup-blackout .popup-window .popup-request-footer {
    width: 100%;
    bottom: 0;
    padding: 32px 16px;
  }
}