.mobile-share li.share-gp {
  background: #d94b41;
}

.mobile-share li.share-pnt {
  background: #127cb4;
}
.backgroundPrlx.videoParallax {
  height: 500px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .backgroundPrlx.videoParallax {
    height: 200px;
    overflow: hidden;
  }
}

img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a, area:focus, area:active, area:focus, area:hover, input[type="submit"], button {
  outline: none;
  border: none;
  text-decoration: none;
}

.bgBlack {
  background-color: #000;
}

h2 {
  font-size: 30px;
}
.mainWysiwyg h2 {
  line-height: 40px!important;
  font-style: italic;
  text-align: left;
}

#videoWrapper {
  width: 100%;
  height: auto;
}


@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1000em;
  }
}
@keyframes createdBy {
  0% {
    top: 40em;
  }
  100% {
    top: -1000em;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-2%) rotate(-3deg);
    -ms-transform: translateX(-2%) rotate(-3deg);
    transform: translateX(-2%) rotate(-3deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.no-touch.no-svg.no-inlinesvg.no-svgclippaths.no-ie8compat .on-ie-underversion9 {
  display: block;
}

a, input[type="submit"], button {
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body, p, td, th, h1, h2, h3, h4, h5, h6, li, label, a {
  font-family: "Acta-Book", sans-serif;
  color: #fff;
}

p, td, th, li {
  font-size: 0.9375em;
}

.headline {
  font-family: "Acta-BookItalic", sans-serif;
  font-weight: normal;
}

.clearL {
  clear: both;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-pl {
  padding-left: 0;
}

.no-pr {
  padding-right: 0;
}

.no-list {
  list-style: none;
  margin: 0;
}

.sizeCenter {
  margin: 0 auto;
  display: block;
  float: none;
}

.text-center {
  text-align: center;
}

.linkround {
  width: 50%;
  border-radius: 20px;
  border: solid 1px #ddd;
  display: block;
  margin: auto;
  line-height: 17px;
  font-size: 0.85em;
  padding: 0.3em 0;
}

.mainWysiwyg {
  padding: 1em 0 1.5em;
  width: 610px;
  max-width: 100%;
  margin: auto;
  clear: left;
  float: none;
}
.mainWysiwyg h1, .mainWysiwyg h2, .mainWysiwyg h3, .mainWysiwyg h4, .mainWysiwyg h5, .mainWysiwyg h6 {
  margin-bottom: 0.5em;
  line-height: 1;
}
.mainWysiwyg h2 {
  line-height: 40px!important;
  font-style: italic;
  text-align: left;
}
.mainWysiwyg p, .mainWysiwyg li, .mainWysiwyg td {
  color: #bcbec0;
  line-height: 24px;
  font-size: 17px;
  text-align: left;
}
.mainWysiwyg li strong, .mainWysiwyg li b, .mainWysiwyg td strong, .mainWysiwyg td b {
  color: #000;
}
.mainWysiwyg ol, .mainWysiwyg ul {
  padding-left: 15px;
}
.mainWysiwyg ol li, .mainWysiwyg ul li {
  font-size: 0.9375em;
}
.mainWysiwyg .headline {
  font-size: 2em;
  margin: 2em 0 1.2em;
}
.mainWysiwyg table {
  margin-bottom: 1em;
  border-collapse: collapse;
}
.mainWysiwyg .pemegangSaham {
  padding-left: 0;
}
@media (max-width: 860px) {
  .mainWysiwyg {
    padding: 1em 1em 1.5em;
    overflow: hidden;
  }
}

form .parsley-error {
  background-color: #F2DEDE !important;
}
form .parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0.875em;
  color: #f00;
}
form input:not([type]), form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form input[type="color"], form textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.5em 1em;
  border: solid 1px #cccccc;
}
form input:not([type]):focus, form input[type="text"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="month"]:focus, form input[type="week"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="color"]:focus, form textarea:focus {
  outline: none;
  box-shadow: inset 0px 0px 12px -4px #BDBDBD;
}
form .subj {
  display: block;
  font-family: "Source Sans Pro", "Nunito", sans-serif;
  font-size: 0.9375em;
  color: #000;
  text-transform: capitalize;
  margin: 0.3em 0;
}
form label {
  padding: 0.2em 0;
  display: block;
  clear: left;
}

.select {
  position: relative;
}
.select:after {
  content: "";
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -181px -177px;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 32px;
  height: 35px;
  pointer-events: none;
}
.select select {
  padding: 10px;
  margin: 0;
  border: 0;
  background-color: #fff;
  font-family: "Source Sans Pro", "Nunito", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
}
.select select:active, .select select:focus {
  outline: none;
}
.select .parsley-errors-list {
  position: absolute;
  bottom: 9px;
  right: 40px;
}
.select option {
  background-color: #fff;
  color: #555;
}

.customRadio {
  display: block;
  position: relative;
}
.customRadio input[type=radio]:not(old) {
  width: 3%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.customRadio input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -9px;
  padding-left: 25px;
  line-height: 19px;
  cursor: pointer;
  font-size: 15px;
  font-family: "Source Sans Pro", "Nunito", sans-serif;
  transition: all 0.1s ease;
  width: 95%;
  color: #000;
}
.customRadio input[type=radio]:not(old) + label span {
  font-family: inherit;
}
.customRadio input[type=radio]:not(old) + label span.noRek {
  color: #b20e10;
}
.customRadio input[type=radio]:not(old) + label:before {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.customRadio input[type=radio]:not(old):checked + label:before {
  background-color: #b20e10;
}

.checkboxCustom {
  position: relative;
  display: inline-block;
}
.checkboxCustom input[type="checkbox"] + label {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1em;
  line-height: 19px;
  cursor: pointer;
  padding-left: 2em;
  display: block;
}
.checkboxCustom input[type="checkbox"] + label:before, .checkboxCustom input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checkboxCustom input[type="checkbox"] + label:before {
  display: block;
  background-color: rgba(255, 255, 255, 0.77);
  width: 17px;
  height: 17px;
  left: 0;
  border: 2px solid #d2d2d2;
}
.checkboxCustom input[type="checkbox"] + label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\f00c";
  font-family: FontAwesome;
  top: 0;
  height: 17px;
  left: 0.1em;
  font-size: 1.6em;
  line-height: 0.8;
  color: #e40d0d;
}
.checkboxCustom input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkboxCustom input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkboxCustom input[type="checkbox"]:not(:checked), .checkboxCustom input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.roundedRed {
  width: 150px;
  color: #fff;
  border-radius: 30px;
  background-color: #e40d0d;
  padding: 0.5em 0;
  font-family: "helveticaltstd-lt", "Roboto", sans-serif;
  cursor: pointer;
}
.roundedRed:hover, .roundedRed:active {
  -webkit-box-shadow: 0 0px 20px -5px #8c8c8c ;
  -moz-box-shadow: 0 0px 20px -5px #8c8c8c ;
  box-shadow: 0 0px 20px -5px #8c8c8c ;
}

.roundedRedArrow {
  width: 150px;
  color: #fff;
  border-radius: 30px;
  background-color: #ff0000;
  padding: 0.5em 0;
  font-family: "helveticaltstd-lt", "Roboto", sans-serif;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
}
.roundedRedArrow:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f061";
  left: 60%;
  opacity: 0;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.roundedRedArrow:hover:after {
  opacity: 1;
  left: 83%;
}
.roundedRedArrow:hover, .roundedRedArrow:active {
  -webkit-box-shadow: 0 0px 20px -5px #8c8c8c ;
  -moz-box-shadow: 0 0px 20px -5px #8c8c8c ;
  box-shadow: 0 0px 20px -5px #8c8c8c ;
}

.roudedTrans {
  width: 150px;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 30px;
  background-color: transparent;
  padding: 0.5em 0;
  font-family: "helveticaltstd-lt", "Roboto", sans-serif;
  cursor: pointer;
}
.roudedTrans:hover, .roudedTrans:active {
  background-color: #fff;
  color: #ff0000;
  -webkit-box-shadow: 0 0px 20px -5px #8c8c8c ;
  -moz-box-shadow: 0 0px 20px -5px #8c8c8c ;
  box-shadow: 0 0px 20px -5px #8c8c8c ;
}

.slides.loading li {
  display: none;
}

.middleHeight {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.bottmheight {
  display: table-cell;
  vertical-align: bottom;
}

.hideDesktop {
  display: none;
}

@media screen and (max-width: 860px) {
  .hideMobile {
    display: none;
  }

  .hideDesktop {
    display: block;
  }
}
.loadPage {
  height: 817px;
  overflow: hidden;
  background-color: #161616;
}
.loadPage .videoBanner .headlineCaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 355px;
}

.buttonUserMobile {
  display: none;
}
@media (max-width: 860px) {
  .buttonUserMobile {
    display: block;
    position: fixed;
    bottom: 1em;
    right: 1.1em;
    z-index: 5;
    width: 76px;
  }
}

body {
  background-color: #161616;
}

.vjs-has-started .vjs-control-bar {
  display: none !important;
}

.layBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.videoBanner {
  background-color: #161616;
  z-index: 3;
}
.videoBanner video {
  width: 100%;
}
.videoBanner .captionVideoBanner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 460px;
}
.videoBanner .headlineCaption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 674px;
}
.videoBanner .headlineCaption hr {
  width: 50%;
  border-color: #da1d26;
  clear: left;
  margin: 2em auto;
}
.videoBanner .headlineCaption p {
  font-family: "Acta-Book", sans-serif;
  font-size: 19px;
  color: #bcbec0;
}
.videoBanner .titleBy {
  font-family: "BrandonGrotesqueWeb-Regular", sans-serif;
  font-size: 17px;
}
@media (max-width: 860px) {
  .videoBanner {
    height: 636px;
    overflow: hidden;
  }
  .videoBanner video {
    width: 1130px;
    position: absolute;
    left: -50%;
    right: 0;
    margin: auto;
  }
}

.captionVideoBanner .mainCaptionBanner {
  text-align: center;
}
.captionVideoBanner .mainCaptionBanner .title,
.captionVideoBanner .mainCaptionBanner .title a {
  font-family: "BrandonGrotesqueWeb-Medium", sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin: 2em 0;
}
.captionVideoBanner .mainCaptionBanner .title span {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -4px;
  margin-left: 10px;
}

.bannerHome.fixed {
  padding-bottom: 80px;
  z-index: 999;
}
@media (max-width: 860px) {
  .bannerHome.fixed {
    padding-bottom: 0;
  }
}

.oranmen {
  position: absolute;
  z-index: -2;
}

.posornamenRight {
  right: 0;
  top: -25%;
}

.posornamenleft {
  left: 0;
  top: -35%;
}

.sliderContent .captionProfileUser {
  position: absolute;
  right: 0;
  width: 45%;
}

.logo {
  margin: 0 0 3em;
}

.rounded5 {
  border-radius: 5px;
}

.bgstar {
  /*background-image: url(../img/background.jpg);
  background-repeat: repeat-y;
  background-size: 100% 100%;
  animation: animatedBackground 500s linear alternate infinite;*/
  background-color: #000;
  overflow: hidden;
}

.boxCategory {
  height: 600px;
  position: absolute;
  height: 600px;
  padding: 3em 2em;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  /* max-width: 1366px; */
  margin: 0 auto;
  z-index: 80;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, 0px, 0px);
  -moz-transform: translate3d(0, 0px, 0px);
  -o-transform: translate3d(0, 0px, 0px);
  -ms-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
}
.boxCategory.active {
  -webkit-transform: translate3d(-110em, 0px, 0px);
  -moz-transform: translate3d(-110em, 0px, 0px);
  -o-transform: translate3d(-110em, 0px, 0px);
  -ms-transform: translate3d(-110em, 0px, 0px);
  transform: translate3d(-130em, 0px, 0px);
}
@media (max-width: 860px) {
  .boxCategory {
    padding: 3em 1em;
    height: auto;
    position: relative;
  }
  .boxCategory.active {
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -o-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}

.userInterview ul {
  clear: left;
  max-width: 1366px;
  margin: 0 auto;
}
.userInterview ul li {
  padding: 0;
}
.userInterview ul li a {
  padding: 0 0.625rem 1.25rem;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}
.userInterview ul li a img{
  width: 100%;

}
.userInterview ul li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.userCategory {
  padding: 0 0;
  height: 600px;
  background-color: #000;
}
.userCategory ul li {
  margin-top: 0em;
}
.userCategory ul li + li {
  margin-top: 5em;
}
.userCategory ul li + li + li {
  margin-top: 0em;
}
.userCategory ul li + li + li + li {
  margin-top: 5em;
}
.userCategory ul li + li + li + li + li {
  margin-top: 0em;
}
.userCategory ul li + li + li + li + li + li {
  margin-top: 5em;
}
.userCategory ul li + li + li + li + li + li + li {
  margin-top: 0em;
}
.userCategory ul li + li + li + li + li + li + li + li {
  margin-top: 5em;
}
@media (max-width: 640px) {
  .userCategory ul li {
    margin-top: 0 !important;
    text-align: center;
  }
}

.captionSlide p {
  font-family: "Acta-MediumItalic", sans-serif;
}

.detailVideo {
  height: 600px;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 861px) {
  .detailVideo {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .detailVideo.active {
    z-index: 60;
  }
}
@media (max-width: 860px) {
  .detailVideo {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    right: -100em;
    z-index: 5;
    left: initial;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
  }
  .detailVideo.active {
    right: 0;
  }
}

.production {
  position: relative;
  text-align: center;
}

.bannerTitle .titleProduction {
  font-size: 60px;
  font-family: "Acta-Bold", sans-serif;
  display: inline-block;
  width: 100%;
}

.bannerTitle .titleProduction span{
    font-size: 20px;
    font-family: "Acta-Book", sans-serif;
    display: inline-block;
    width: 100%;
}

.titleProduction {
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 82px;
  bottom: 0;
}

.programProduction {
  margin: 0 auto 3em;
  text-align: center;
}
.programProduction .frameProduction {
  width: 76px;
}
.programProduction .titleBy {
  font-size: 1.05em;
  margin: 0;
  font-weight: normal;
  color: #bcbec0;
}
.programProduction .titleProduction {
  font-size: 50px;
  font-family: "Acta-Bold", sans-serif;
  top: 10px;
}
.menuMobile
  {
    display:none;
  }
.userCircle {
  background-color: #282828;
  margin-top: -7px;
  z-index: 4;
}
@media (min-width: 861px) {
  .userCircle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.userCircle ul {
  position: relative;
  padding: 0 2em;
  z-index: 3;
  background-color: #282828;
  margin: 0px auto 0;
  width: 90%;
  max-width: 1366px;
}
.userCircle ul li {
  padding: 1em 0;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.userCircle ul li .imageMaker {
  border-radius: 10px;
  text-align: center;
  margin: auto;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.userCircle ul li .nameMaker {
  text-align: center;
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
.userCircle ul li .nameMaker:before {
  content: "";
  position: absolute;
  left: -100%;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #00a79d;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.userCircle ul li .detailSelection {
  position: absolute;
  top: 90%;
  margin-top: 8px;
  left: -15%;
  width: 160%;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.userCircle ul li .detailSelection .frameImageUser {
  height: 140px;
  overflow: hidden;
}
.userCircle ul li .detailSelection .frameImageUser img {
  width: 100%;
  opacity: 0.2;
}
.userCircle ul li .detailSelection .frameImageUser .nameProfl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 75%;
  margin: auto;
  line-height: 1;
}
.userCircle ul li .detailSelection .frameImageUser .nameProfl .name {
  font-family: "Acta-BookItalic", sans-serif;
  font-size: 2em;
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  width: 1%;
}
.userCircle ul li .detailSelection .midpos {
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 1%;
  position: relative;
  overflow: hidden;
}
.userCircle ul li .detailSelection .midpos a {
  display: block;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  color: #bcbec0;
  font-family: "BrandonGrotesqueWeb-Bold", sans-serif;
}
.userCircle ul li .detailSelection .midpos a:hover {
  color: #00a79d;
}
.userCircle ul li .detailSelection .midpos:before, .userCircle ul li .detailSelection .midpos:after {
  position: absolute;
  content: '';
}
.userCircle ul li .detailSelection .midpos:before {
  top: 3px;
  left: -20px;
  background-image: url(../img/chatbaloonicon.png);
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100px;
  height: 65px;
}
.userCircle ul li .detailSelection .midpos:after {
  bottom: 3px;
  right: -50px;
  background-image: url(../img/clip.png);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100px;
  height: 65px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.userCircle ul li:hover, .userCircle ul li.currentss {
  background-color: #000;
}
.userCircle ul li:hover .nameMaker:before, .userCircle ul li.currentss .nameMaker:before {
  left: 0;
}
.userCircle ul li:hover .detailSelection, .userCircle ul li.currentss .detailSelection {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.userCircle.change {
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0px 0px 35px -5px #000;
}
@media (max-width: 860px) {
  .menuMobile
    {
      display:block;
      position: fixed;
      opacity: 0;
      visibility: hidden;
      top: 0;
      bottom: 0;
      right:0;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
      z-index: 4;
    }
  .menuMobile.active
    {
      
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
    }
  .userCircle {
    display:none;
  }
  .menuMobile ul {
    background-color: transparent;
    position: absolute;
    bottom: 90px;
    right: .2em;
    height: 80%;
    max-height: 460px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:0 2em;
    z-index:3;
    margin: 0px auto 0;
    width: 100%;
  }
  .menuMobile ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 0.3em 0 0.85em;
    color:#fff;
    text-align:center;
    position: relative;
  }
  .menuMobile ul li .actionMaker {
    display: block;
    float: right;
  }
  .menuMobile ul li .nameMaker
    {
      text-align: center;
      padding: 7px 15px 0;
      position: relative;
      overflow: hidden;
      font-size: 1em;
      font-weight: normal;
      margin: 0;
      display: inline-block;
    }
  .menuMobile ul li .imageMaker, .menuMobile ul li .nameMaker {
    float: right;
    font-size: 18px;
  }
  .menuMobile ul li .imageMaker {
    width: 40px;
    height: 40px;
    margin-left: 1em;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    display: block;
    overflow: hidden;
  }
  .menuMobile ul li .frameImageUser {
    display: none;
  }
  .menuMobile ul li .detailSelection {
    position: relative;
    top: 0;
    display: block;
    float: right;
    margin-top: 0;
    left: 0;
    width: 90%;
    z-index: 1;
    opacity: 1;
    margin-right: 52px;
    visibility: visible;
    background-color: transparent;
  }
  .menuMobile ul li .detailSelection .midpos {
    height: auto;
    display: block;
    vertical-align: inherit;
    text-align: right;
    width: 100%;
  }
  .menuMobile ul li .detailSelection .midpos a {
    font-size: 0.85em;
    line-height: 1.2;
    margin: 0;
  }
  .menuMobile ul li .detailSelection .midpos:before, .menuMobile ul li .detailSelection .midpos:after {
    display: none;
  }
}

.videoInterview .img-camera {
  position: absolute;
  bottom: 2em;
  left: -2em;
  -webkit-animation: wobble ease-in-out 0.5s infinite alternate;
  animation: wobble ease-in-out 0.5s infinite alternate;
  display: none;
}
.videoInterview .img-camera img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.videoInterview .subtitleFrame {
  float: right;
  position: relative;
  padding: 3em 0;
}
.videoInterview .subtitleFrame h3{
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 10px;
  position: relative;
}
.videoInterview .subtitleFrame h3:before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background-color: #f00;
}
.videoInterview .subtitleFrame .srt{
  font-size: 19px;
}
.videoInterview .subtitleFrame:before {
  position: absolute;
  top: -20px;
  left: -65px;
  background-image: url(../img/chatbaloonicon.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 65px;
  content: '';
}
@media (max-width: 860px) {
  .videoInterview .subtitleFrame {
    padding:0;
    width: 90%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    clear:left;
  }
  .videoInterview .subtitleFrame h3{
    font-size: 20px;
    line-height: 24px;
  }
  .videoInterview .subtitleFrame .srt{
    font-size: 17px;
  }
}

.quest {
  font-family: "Acta-BookItalic", sans-serif;
  font-size: 2em;
  margin: 0 0 1.2em;
  line-height: 1.2;
}

.videoArsenal .videPlayer {
  width: 60%;
  max-width: 900px;
  margin: 5em auto;
  float: none;
}
.videoArsenal .videPlayer .jwplayer {
  border-radius: 0;
  width: 100%;
  margin: auto;
  float: none;
}
.videoArsenal .subtitleFrame {
  background-color: #282828;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  bottom: 0;
}
.videoArsenal .subtitleFrame .srt {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 450px;
  margin: auto;
  padding: 0 2em;
}

.userCategoryArsenal {
  margin: 0em 0 0em;
  height: 600px;
}
.userCategoryArsenal .img-clip {
  -webkit-animation: swing ease-in-out 6s infinite alternate;
  animation: swing ease-in-out 6s infinite alternate;
  transform-origin: center -20px;
}
.userCategoryArsenal .img-clip img {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.userCategoryArsenal .img-camera {
  -webkit-animation: shake ease-in-out 8s infinite alternate;
  animation: shake ease-in-out 8s infinite alternate;
  transform-origin: center -20px;
}
.userCategoryArsenal .img-camera img {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg);
}
.userCategoryArsenal ul li a {
  display: block;
}
.userCategoryArsenal ul li a .frameTumbnail {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}
.userCategoryArsenal ul li a:hover .frameTumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.userCategoryArsenal .middlePost {
  width: 100%;
}
@media (max-width: 860px) {
  .userCategoryArsenal {
    overflow: hidden;
    height:auto;
  }
  .userCategoryArsenal ul li {
    /*width: 50%;*/
    /*margin: 0 15px;*/
    height: 210px;
    float:left;
  }
  .userCategoryArsenal .runVideo {
    height: 440px;
  }
  .userCategoryArsenal .runVideo .videPlayer {
    width: 100%;
    margin: 0;
  }
  .userCategoryArsenal .runVideo .videPlayer .jwplayer {
    width: 90%;
    height: auto;
  }
  .userCategoryArsenal .runVideo .videPlayer .jwplayer video {
    width: 100%;
    height: auto;
  }
  .userCategoryArsenal .closeVideo, .close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    border-radius: 50%;
    background-size: 300%;
    background-color: rgba(0, 0, 0, .8);
  }
}

.closeVideo, .close {
  position: absolute;
  top: 1.7em;
  right: 2em;
  width: 34px;
  height: 34px;
  background-image: url(../img/close-button.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 100% auto; */
  opacity: .85;
}

.close {
  right: inherit;
  left: 2em;
}

.ribot {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 860px) {
  .ribot {
    bottom: -113px;
  }
}

.toplef {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 860px) {
  .toplef {
    left: -100px;
  }
}

.img-camera {
  -webkit-animation: wobble ease-in-out 1s infinite alternate;
  animation: wobble ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  margin: 3em 0;
}

.img-clip {
  -webkit-animation: shake ease-in-out 10s infinite alternate;
  animation: shake ease-in-out 10s infinite alternate;
  margin: 3em 0;
}

.userSelection .detailSelection {
  position: absolute;
  height: 200px;
  top: -200px;
  z-index: 2;
  width: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.userSelection .detailSelection.show {
  top: 0;
  z-index: 1;
}
.userSelection .detailSelection .midpos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 350px;
  height: 50px;
  margin: auto;
}
.userSelection .detailSelection .midpos a {
  border: solid 2px #ccc;
  padding: 0.5em 0;
  font-size: 1em;
  color: #fff;
  width: 160px;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.userSelection .detailSelection .midpos a:last-child {
  float: right;
}
.userSelection .detailSelection .midpos a:before {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.userSelection .detailSelection .midpos a:hover {
  color: #000;
}
.userSelection .detailSelection .midpos a:hover:before {
  height: 260%;
  opacity: 1;
}
.userSelection .close {
  color: #fff;
}

.backgroundPrlx {
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #282828;
  height: 600px;
  z-index:-1;
}

.notes {
  padding: 1em 0;
  margin: 1em 0;
  border-top: solid 1px #ff0000;
  border-bottom: solid 1px #ff0000;
}
.notes h1, .notes h2, .notes h3, .notes h4, .notes h5, .notes h6 {
  margin: 0;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4!important;
  font-family: "Acta-MediumItalic", sans-serif;
}
.notes h1 span, .notes h2 span, .notes h3 span, .notes h4 span, .notes h5 span, .notes h6 span {
  font-family: "Acta-Book", sans-serif;
  font-size: 14px;
  font-style: normal;
  /* display: block; */
  /*text-align: right;*/
}

.middlePost {
  height: 600px;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.videPlayer {
  float: left;
  width: 400px;
}
.videPlayer .jwplayer {
  width: 400px;
  height: 400px;
  float: left;
  border-radius: 400px;
  overflow: hidden;
}
.videPlayer .jwplayer video {
  height: 100%;
}
.videPlayer .nameProfile {
  margin: 1em 0;
  float: left;
  text-align: center;
  width: 100%;
}
.videPlayer .nameProfile p {
  font-size: 1.5em;
}

.videPlayer .nameProfile .fa{
  color: #00a79d;
  font-size: 20px;
  margin-left: 5px;
}
@media (max-width: 860px) {
  .videPlayer {
    float: none;
    margin: auto;
    width: 230px;
  }
  .videoInterview .videPlayer {
    width: 250px;
  }
  .videPlayer .subtitleFrame h3 {font-size:1em;}
  .videPlayer .subtitleFrame .srt {font-size:0.8em;}
  .videPlayer .videoRunning {
    width: 320px;
    height: 320px;
  }

}

.subtitleFrame {
  float: left;
  width: 50%;
}
.subtitleFrame .srt {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.videoContent {
  border-bottom: solid 1px #ff0000;
  margin-bottom: 2em;
}
.videoContent p {
  font-style: italic;
}
@media (max-width: 860px) {
  .videoContent iframe {
    width: 110%;
    left: -1em;
    right: -1em;
    position: relative;
  }
}

.frameTumbnail {
  display: block;
  width: 140px;
  margin: auto;
  height: 140px;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 10px;
}
.frameTumbnail .rounded5 {
  margin: 5px;
  border-radius: 10px;
  display: block;
  height: 128px;
  overflow: hidden;
}

.nameThumbnail {
  display: block;
  width: auto;
  margin: 1em auto;
  line-height: 1.1;
  text-align: center;
}

.dataVideoFooter {
  overflow: hidden;
  position: absolute;
  /*top: 100em;*/
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000000;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.dataVideoFooter:before{
  top: -1px;
  /*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 99%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,1) 32%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 99%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 22%,rgba(0,0,0,1) 32%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );*/
}
.dataVideoFooter:before {
  position:absolute;
  content: '';
  height: 400px;
  width:100%;
  left:0;
  right:0;
  z-index: 1;
}
.dataVideoFooter video {
  width: 100%;
  opacity: 0.2;
}

.videoFooter {
  overflow: hidden;
  height: 768px;
}
.videoFooter .createdBy {
  position: absolute;
  top: 55em;
  width: 50%;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.videoFooter img {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.videoFooter.change {
  /*top: 0;*/
}
.videoFooter.change .createdBy {
  animation: createdBy 600s linear alternate infinite;
  overflow: hidden;
  display: block;
}
.videoFooter.change .dataVideoFooter {
  top: 0;
}
.videoFooter .createdBy .creditName{
  margin: 0;
}
.creditPosition {
  position: relative;
  font-size:1.2em;
  margin: 30px auto 10px;
  padding-bottom: 10px;
}
.creditPosition span {
  position: relative;
  width: auto;
  display: inline-block;
}
.creditPosition span:after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -8px;
  height: 1px;
  width: 100px;
  content: '';
  background-color: #f00;
}
.creditName {
  margin-top: 20px;
  font-size:1em;
}
.video-wrap {
  width: 100%;
  max-height: 600px;
}

.videoFooter .createdBy .logoTop {
  width: 300px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.logoFooter {
  margin: 0 auto;
  text-align: center;
  width: 300px;
  display: inline-block;
}
.logoFooter ul{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.logoFooter ul li{
  margin: 0 10px;
  padding: 0;
  float: left;
  list-style: none;
}
.logoFooter ul li img{
  width: auto;
  height: 40px;
}

.video-wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.video-wrap video {
  width: 100%;
  height: 100%;
}

.content-overlay {
  position: absolute;
  height: 200px;
  width: 200px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  padding: 50px 0;
}

.content-overlay h1,
.content-overlay p {
  text-align: center;
  color: #fff;
}

.stars, .twinkling{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  background-repeat: repeat;
  background-position: top center;
  background-color: transparent;
}

.stars {
  background-image: url(../img/stars.png);
  z-index:-2;
}

.twinkling{
  background-image: url(../img/twinkling.png);
  z-index:-1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}
@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}
@media (min-width: 1700px) {
  .videoBanner .captionVideoBanner {
    width: 40%;
  }
  .videoBanner .headlineCaption {
    height: 100%;
    padding-top: 17%;
  }
  .bannerTitle .titleProduction {
    font-size: 700%;
    top: 9%;
  }
  .videoBanner .titleBy {
    font-size: 170%;
  }
  .videoBanner .headlineCaption p {
    font-size: 221%;
  }
}
@media (max-width: 1599px) {
  .loadPage {
    height: 100vh;
  }
  .videoBanner .captionVideoBanner {
    width: 600px;
  }
  .videoBanner .headlineCaption {
    height: 100%;
    padding-top: 10%;
  }
  .bannerTitle .titleProduction {
    font-size: 80px;
  }
  .videoBanner .titleBy {
    font-size: 20px;
  }
  .videoBanner .headlineCaption p {
    font-size: 25px;
  }
}
@media (max-width: 1365px) {
  .loadPage {
    height: 100vh;
  }
  .videoBanner .captionVideoBanner {
    width: 400px;
  }
  .videoBanner .headlineCaption {
    height: 400px;
    padding-top: 5%;
  }
  .videoBanner .headlineCaption img{
    width: 200px;
  }
  .bannerTitle .titleProduction {
    font-size: 60px;
    top: 48px
  }
  .videoBanner .titleBy {
    font-size: 20px;
  }
  .videoBanner .headlineCaption p {
    font-size: 17px;
  }
}
@media (max-width: 860px) {
  .dataVideoFooter {
  }
  .dataVideoFooter video {
    width: 1130px;
    position: relative;
    left: -50%;
    right: 0;
    margin: auto;
  }
  .bannerTitle .titleProduction {
    font-size: 40px;
    top: 76px;
  }
  .videoBanner .headlineCaption {
    height: 200px;
  }
  .videoBanner .captionVideoBanner {width: 300px;}
  .titleProduction  {top:10%;}
  .bannerHome .videoBanner .headlineCaption .frameProduction {width:70%}
  .videoBanner .headlineCaption p {font-size:1em;}
  .videoBanner .titleBy {font-size:1em;}
  .programProduction .titleProduction {font-size: 32px;top: 14px;}
  .mainWysiwyg h2 {line-height: 32px !important;}
  .videoFooter .createdBy {width:90%;}
}
@media (max-width: 640px) {
  .slick-slider .captionSlide {width:90% !important;}
  .videoInterview .img-camera {
    display: none;
  }
  .middlePost {
    height: 100vh;
  }
  .videoInterview .subtitleFrame:before {
    display: none;
  }
  .videoInterview .subtitleFrame {
    position: absolute;
    top: 220px;
    text-align: center;
  }
  .videoInterview .subtitleFrame h3{
    position: relative;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .videoInterview .subtitleFrame h3:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background-color: #f00;
  }
  .videPlayer .nameProfile {
    margin: 10px 0 20px;
  }
  .videPlayer .nameProfile p {
    margin: 0;
    font-size: 19px;
  }
  .videoInterview .videPlayer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 34px;
  }
  .videoInterview .videPlayer .jwplayer {
    width: 150px!important;
    height: 150px!important;
    left: 50%;
    margin-left: -75px;
    border-radius: 400px;
  }
  .slick-slider .captionSlide:before {
    top: -60px;
    left: -340px;
    background-size: 80%;
  }
  .userCategory {
    height: auto;
  }
  .userCategoryArsenal .runVideo .videPlayer {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -80px;
  }
  .userCategoryArsenal .runVideo {
    height: auto;
  }
  .userCategoryArsenal .closeVideo, .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .backgroundPrlx {
    height: 200px;
  }
  .video-wrap {
    max-height: 200px;
  }
  .posornamenRight {
    top: -14%;
  }
}