@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@-webkit-keyframes animation-glow {
  0% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #31eefd);
    filter: drop-shadow(-0.75px 0px 6px #31eefd);
    stroke: #31eefd; }
  22% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #1d85bb);
    filter: drop-shadow(-0.75px 0px 6px #1d85bb);
    stroke: #1d85bb; }
  42% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #884173);
    filter: drop-shadow(-0.75px 0px 6px #884173);
    stroke: #884173; }
  62% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #ff0071);
    filter: drop-shadow(-0.75px 0px 6px #ff0071);
    stroke: #ff0071; }
  82% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #009997);
    filter: drop-shadow(-0.75px 0px 6px #009997);
    stroke: #009997; }
  92% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #92ffd7);
    filter: drop-shadow(-0.75px 0px 6px #92ffd7);
    stroke: #92ffd7; }
  100% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #31eefd);
    filter: drop-shadow(-0.75px 0px 6px #31eefd);
    stroke: #31eefd; } }

@keyframes animation-glow {
  0% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #31eefd);
    filter: drop-shadow(-0.75px 0px 6px #31eefd);
    stroke: #31eefd; }
  22% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #1d85bb);
    filter: drop-shadow(-0.75px 0px 6px #1d85bb);
    stroke: #1d85bb; }
  42% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #884173);
    filter: drop-shadow(-0.75px 0px 6px #884173);
    stroke: #884173; }
  62% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #ff0071);
    filter: drop-shadow(-0.75px 0px 6px #ff0071);
    stroke: #ff0071; }
  82% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #009997);
    filter: drop-shadow(-0.75px 0px 6px #009997);
    stroke: #009997; }
  92% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #92ffd7);
    filter: drop-shadow(-0.75px 0px 6px #92ffd7);
    stroke: #92ffd7; }
  100% {
    -webkit-filter: drop-shadow(-0.75px 0px 6px #31eefd);
    filter: drop-shadow(-0.75px 0px 6px #31eefd);
    stroke: #31eefd; } }

.video-layout {
  display: table;
  table-layout: fixed;
  margin: 0 -10px;
  width: calc(100% + 20px); }
  .video-layout .video-column,
  .video-layout .chat-column {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 0; }
  .video-layout .video-column {
    width: 50%; }
  .video-layout .chat-column {
    width: 50%;
    position: relative; }
    .video-layout .chat-column .chat-header {
      margin-bottom: 9px; }
    .video-layout .chat-column.with-toy .colored-cover {
      background-color: #313131;
      padding: 0 5px; }
    .video-layout .chat-column.with-toy .tabs-content {
      height: calc(100% - 321px); }
    .video-layout .chat-column.with-toy .toy-section {
      height: 212px;
      background-image: url(../img/back-chat.png);
      background-repeat: repeat-x;
      background-size: contain;
      background-position: top left;
      position: relative;
      margin: 0 -5px;
      max-width: 80px;
      width: auto;
      margin: 0 auto;
      padding: 5px 10px; }
      .video-layout .chat-column.with-toy .toy-section .dropdown-menu {
        opacity: 1;
        pointer-events: auto;
        position: static;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        min-width: auto;
        background: transparent;
        border: 0;
        box-shadow: none; }
        .video-layout .chat-column.with-toy .toy-section .dropdown-menu:before {
          display: none; }
      .video-layout .chat-column.with-toy .toy-section .mobile-anchor {
        display: none; }
      .video-layout .chat-column.with-toy .toy-section .cover-inside {
        position: relative;
        z-index: 2;
        font-size: 0;
        padding: 25px; }
      .video-layout .chat-column.with-toy .toy-section .toy {
        width: 15%;
        display: inline-block;
        vertical-align: top; }
        .video-layout .chat-column.with-toy .toy-section .toy img {
          max-width: 100%; }
      .video-layout .chat-column.with-toy .toy-section .time {
        display: inline-block;
        vertical-align: top;
        width: 85%;
        padding: 0 0 0 10px; }
      .video-layout .chat-column.with-toy .toy-section .time-list {
        margin: 0 -10px 15px; }
        .video-layout .chat-column.with-toy .toy-section .time-list .item {
          display: inline-block;
          vertical-align: top;
          width: 25%;
          padding: 0 10px;
          text-align: center;
          cursor: pointer; }
          .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon {
            display: block;
            padding-top: 100%;
            position: relative;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
            .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .main-img {
              position: absolute;
              max-width: 100%;
              max-height: 100%;
              margin: auto;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .count {
              position: absolute;
              max-width: 100%;
              max-height: 100%;
              top: 50%;
              left: 0;
              right: 0;
              bottom: 0;
              font-size: 20px;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              color: #000;
              font-weight: bold;
              text-align: center;
              z-index: 2; }
              .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .count .caption {
                text-transform: uppercase;
                font-size: 14px;
                padding: 0; }
            .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .vibe-stars {
              position: absolute;
              z-index: 1;
              bottom: 50%;
              left: 0;
              width: 100%; }
              .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .vibe-stars svg {
                width: 100%; }
              .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .vibe-stars .glow-fast {
                -webkit-animation: animation-glow .8s ease infinite;
                animation: animation-glow .8s ease infinite; }
              .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .vibe-stars .glow-slow {
                -webkit-animation: animation-glow 2s ease infinite;
                animation: animation-glow 2s ease infinite; }
              .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .vibe-stars .glow-middle {
                -webkit-animation: animation-glow 1s ease infinite;
                animation: animation-glow 1s ease infinite; }
            .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .text-caption {
              position: absolute;
              top: -8px;
              left: -8px;
              transition-delay: .3s;
              transition: opacity .3s;
              width: 75px;
              text-align: left;
              opacity: 0; }
          .video-layout .chat-column.with-toy .toy-section .time-list .item .title {
            white-space: nowrap;
            font-weight: 600;
            font-size: 14px;
            color: #fff; }
          .video-layout .chat-column.with-toy .toy-section .time-list .item:last-child .vibe-icon .text-caption {
            top: -9px;
            left: -10px; }
          .video-layout .chat-column.with-toy .toy-section .time-list .item:hover .vibe-icon {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
            .video-layout .chat-column.with-toy .toy-section .time-list .item:hover .vibe-icon .text-caption {
              opacity: 1; }
  .video-layout .video-title {
    font-size: 24px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .video-layout .video-title .online-status {
      padding: 0;
      margin-left: 7px; }
      .video-layout .video-title .online-status .icon:before {
        position: relative;
        top: 1px; }
  .video-layout .video-wrapper {
    position: relative;
    padding-top: 56.3%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    margin-top: 3px; }
    .video-layout .video-wrapper .video-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
      .video-layout .video-wrapper .video-cover video,
      .video-layout .video-wrapper .video-cover .video-js {
        width: 100%;
        height: 100%;
        background-color: #222;
        background-size: cover;
        object-fit: cover; }
      .video-layout .video-wrapper .video-cover .small-preview {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 40%;
        overflow: hidden;
        padding-top: 20%;
        background-color: #000;
        cursor: pointer;
        -webkit-transform-origin: top right;
        transform-origin: top right; }
        .video-layout .video-wrapper .video-cover .small-preview:before {
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.2);
          transition: opacity .3s;
          z-index: 1;
          position: absolute;
          opacity: 0; }
        .video-layout .video-wrapper .video-cover .small-preview.active {
          width: 100%;
          height: 100%;
          padding-top: 0;
          z-index: 3; }
        .video-layout .video-wrapper .video-cover .small-preview:hover:before {
          opacity: 1; }
        .video-layout .video-wrapper .video-cover .small-preview img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .video-layout .video-wrapper .video-cover .online-status {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        z-index: 2; }
        .video-layout .video-wrapper .video-cover .online-status .cover-icon {
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          margin-right: 10px; }
        .video-layout .video-wrapper .video-cover .online-status .text {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase; }
    .video-layout .video-wrapper .video-form {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      color: #fff;
      z-index: 3;
      background-color: rgba(28, 23, 16, 0.9); }
      .video-layout .video-wrapper .video-form .close-btn {
        height: 80px;
        width: 60px;
        position: absolute;
        top: -15px;
        right: -10px;
        background-color: transparent;
        transition: color .3s;
        cursor: pointer;
        border: 0;
        color: #a2a2a2; }
        .video-layout .video-wrapper .video-form .close-btn:hover {
          color: #fff; }
      .video-layout .video-wrapper .video-form .title {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px; }
        .video-layout .video-wrapper .video-form .title .large-icon {
          font-size: 130%;
          margin-right: 7px; }
          .video-layout .video-wrapper .video-form .title .large-icon:before {
            position: relative;
            top: 2px; }
  .video-layout .video-settings {
    margin: 20px 0 34px;
    color: #fff;
    font-size: 14px; }
    .video-layout .video-settings .bottom {
      margin-top: 15px; }
  .video-layout .tabs-content {
    position: absolute;
    height: calc(100% - 109px);
    left: 10px;
    right: 10px;
    bottom: 0; }
    .video-layout .tabs-content > .content {
      width: 100%;
      height: 100%;
      background: #222;
      border-radius: 0 0 20px 20px; }
      .video-layout .tabs-content > .content.spaced {
        padding: 0 12px 0 0; }
  .video-layout .font-option {
    color: #fff;
    font-size: 0;
    padding: 0 0 7px;
    white-space: nowrap; }
    .video-layout .font-option .btn {
      vertical-align: middle;
      margin-right: 3px; }
    .video-layout .font-option .text {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.28px;
      vertical-align: middle;
      display: inline-block; }
  .video-layout .subject-form {
    margin-top: 23px; }
    .video-layout .subject-form .form-subtitle {
      border-bottom: 2px solid #707070;
      position: relative;
      color: #fff;
      font-size: 13px;
      line-height: 2;
      font-weight: 400; }
      .video-layout .subject-form .form-subtitle .btn {
        position: absolute;
        right: 0;
        bottom: -4px; }

.video-layout.with-users .video-column {
  width: 40%;
  position: relative; }
  .video-layout.with-users .video-column .gray-inline-form {
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px; }

.video-layout.with-users .chat-column {
  width: 35%; }

.video-layout.with-users .users-column {
  width: 25%;
  vertical-align: top;
  display: table-cell;
  padding: 15px 10px 0; }
  .video-layout.with-users .users-column .title-small {
    margin-bottom: 10px; }

.video-layout.with-users .tabs-content {
  height: calc(100% - 65px); }

.video-layout.with-users .users-outer {
  position: relative;
  max-height: 650px; }
  .video-layout.with-users .users-outer .additonal-users {
    background-color: #222;
    border-radius: 3px;
    overflow: hidden !important;
    max-height: 650px; }

/*video-js*/
.video-js .vjs-control-bar {
  background-color: transparent !important; }
  .video-js .vjs-control-bar:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #000); }

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 64px;
  width: 64px;
  border-radius: 50%;
  position: relative;
  border: 0;
  background-color: transparent;
  background-image: url(../img/play-large-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .3s; }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none; }

.video-js:hover .vjs-big-play-button {
  opacity: 0.6; }

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #ff9100;
  color: #ff9100; }

@media (max-width: 1680px) {
  .video-layout.with-users .chat-column {
    width: 45%; }
  .video-layout.with-users .users-column {
    width: 30%; }
  .video-layout .chat-column .chat-header .option-btn {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 2px;
    display: inline-block; }
    .video-layout .chat-column .chat-header .option-btn .like-icon {
      left: 7px;
      font-size: 137%; }
    .video-layout .chat-column .chat-header .option-btn .hidden-section {
      display: none; }
  .video-layout .chat-column.with-toy .toy-section .time-list {
    margin: 0 -7px 15px; }
    .video-layout .chat-column.with-toy .toy-section .time-list .item {
      padding: 0 7px; }
      .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .count {
        font-size: 16px; }
        .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .count .caption {
          text-transform: uppercase;
          font-size: 14px; }
      .video-layout .chat-column.with-toy .toy-section .time-list .item .vibe-icon .text-caption {
        top: -14px;
        left: -13px; }
      .video-layout .chat-column.with-toy .toy-section .time-list .item:last-child .vibe-icon .text-caption {
        top: -14px;
        left: -15px; } }

@media (max-width: 1540px) {
  .video-layout.with-users .chat-column {
    width: 40%; }
  .video-layout.with-users .users-column {
    width: 35%; }
  .video-layout .chat-column.with-toy .toy-section .toy {
    display: none; }
  .video-layout .chat-column.with-toy .toy-section .time {
    padding-left: 0;
    width: 100%;
    display: block; }
  .video-layout .chat-column.with-toy .toy-section .time-list {
    margin-top: 35px;
    margin-bottom: 20px; } }

@media (max-width: 1450px) {
  .video-layout .chat-column .chat-header .btn-link .md-hidden {
    display: none; }
  .video-layout .chat-column .chat-header .star-rate .text {
    display: none; } }

@media (max-width: 1420px) {
  .video-layout .chat-column .spaced-middle {
    padding-left: 0;
    padding-right: 0; }
  .video-layout .font-option {
    padding-right: 5px; }
    .video-layout .font-option .text {
      display: none; }
  .video-layout .chat-column.with-toy .title-small {
    font-size: 16px; }
  .video-layout .chat-column.with-toy .tabs-content {
    height: calc(100% - 299px); }
  .video-layout .chat-column.with-toy .toy-section {
    height: 190px; }
    .video-layout .chat-column.with-toy .toy-section .time-list {
      margin-bottom: 0; } }

@media (max-width: 1320px) {
  .video-layout .chat-column.with-toy .title-small {
    font-size: 15px; }
  .video-layout .chat-column.with-toy .toy-section .cover-inside {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px; }
  .video-layout .chat-column.with-toy .toy-section:after {
    height: 87%; }
  .video-layout .chat-column.with-toy .toy-section .time-list {
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px; }
    .video-layout .chat-column.with-toy .toy-section .time-list .item {
      padding: 0 5px; } }

@media (max-width: 1199px) {
  .video-layout.with-users {
    display: block;
    font-size: 0; }
    .video-layout.with-users .video-column {
      display: block;
      width: 100% !important;
      margin-bottom: 20px;
      font-size: 14px;
      margin-top: 0; }
    .video-layout.with-users .chat-column {
      display: inline-block;
      vertical-align: top;
      width: 50% !important;
      font-size: 14px;
      margin-top: 0; }
    .video-layout.with-users .users-column {
      display: inline-block;
      vertical-align: top;
      width: 100% !important;
      font-size: 14px;
      margin-top: 0; }
  .video-layout,
  .video-layout.with-users {
    display: block; }
    .video-layout .video-column,
    .video-layout .chat-column,
    .video-layout.with-users .video-column,
    .video-layout.with-users .chat-column {
      display: block;
      width: 100% !important; }
      .video-layout .video-column .gray-inline-form,
      .video-layout .chat-column .gray-inline-form,
      .video-layout.with-users .video-column .gray-inline-form,
      .video-layout.with-users .chat-column .gray-inline-form {
        position: static; }
    .video-layout .chat-column,
    .video-layout.with-users .chat-column {
      margin-top: 20px; }
    .video-layout .tabs-content,
    .video-layout.with-users .tabs-content {
      position: relative;
      height: auto;
      left: 0;
      right: 0; }
      .video-layout .tabs-content .chat-scroll,
      .video-layout.with-users .tabs-content .chat-scroll {
        max-height: 450px; }
  .video-layout .chat-column .chat-header .btn-link .md-hidden {
    display: inline-block; }
  .video-layout .chat-column .chat-header .star-rate .text {
    display: inline-block; }
  .video-layout .chat-column .chat-header .option-btn {
    border-radius: 24px;
    height: 34px;
    width: 100%;
    display: block; }
    .video-layout .chat-column .chat-header .option-btn .like-icon {
      left: 15px;
      font-size: 125%; }
    .video-layout .chat-column .chat-header .option-btn .show-click {
      display: none; }
    .video-layout .chat-column .chat-header .option-btn .hide-click {
      display: inline-block; }
    .video-layout .chat-column .chat-header .option-btn.clicked .hide-click {
      display: none; }
    .video-layout .chat-column .chat-header .option-btn.clicked .show-click {
      display: inline-block; }
  .video-layout .chat-column.with-toy .toy-section {
    display: none; }
  .video-layout .chat-column.with-toy .title-small {
    display: none; }
  .video-layout .video-cover .toy-section {
    position: absolute;
    z-index: 5;
    background: radial-gradient(black, transparent);
    top: 0;
    right: 0;
    height: 100%; }
    .video-layout .video-cover .toy-section .dropdown-menu {
      opacity: 1;
      pointer-events: auto;
      position: static;
      left: 0;
      top: 0;
      -webkit-transform: none;
      transform: none;
      min-width: auto;
      background: transparent;
      border: 0;
      box-shadow: none; }
      .video-layout .video-cover .toy-section .dropdown-menu:before {
        display: none; }
    .video-layout .video-cover .toy-section .mobile-anchor {
      display: none; }
    .video-layout .video-cover .toy-section .title-small {
      display: none; }
    .video-layout .video-cover .toy-section .toy {
      display: none; }
    .video-layout .video-cover .toy-section .time {
      padding-left: 0;
      width: 100%;
      display: block; }
    .video-layout .video-cover .toy-section .cover-inside {
      padding: 30px 25px; }
    .video-layout .video-cover .toy-section:after {
      display: none; }
    .video-layout .video-cover .toy-section .time-list {
      margin: 0; }
      .video-layout .video-cover .toy-section .time-list .item {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
        padding: 0;
        display: block;
        width: 100%;
        margin-bottom: 30px; }
        .video-layout .video-cover .toy-section .time-list .item .vibe-icon {
          display: block;
          height: 75px;
          width: 75px;
          padding-top: 0;
          position: relative; }
          .video-layout .video-cover .toy-section .time-list .item .vibe-icon .main-img {
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          .video-layout .video-cover .toy-section .time-list .item .vibe-icon .count {
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            top: 50%;
            left: 0;
            right: 0;
            bottom: 0;
            font-size: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #000;
            font-weight: bold;
            text-align: center;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
            z-index: 2; }
            .video-layout .video-cover .toy-section .time-list .item .vibe-icon .count .caption {
              text-transform: uppercase;
              font-size: 14px;
              padding: 0; }
          .video-layout .video-cover .toy-section .time-list .item .vibe-icon .vibe-stars {
            position: absolute;
            z-index: 1;
            bottom: 50%;
            left: 0;
            width: 100%; }
            .video-layout .video-cover .toy-section .time-list .item .vibe-icon .vibe-stars svg {
              width: 100%; }
            .video-layout .video-cover .toy-section .time-list .item .vibe-icon .vibe-stars .glow-fast {
              -webkit-animation: animation-glow .8s ease infinite;
              animation: animation-glow .8s ease infinite; }
            .video-layout .video-cover .toy-section .time-list .item .vibe-icon .vibe-stars .glow-slow {
              -webkit-animation: animation-glow 2s ease infinite;
              animation: animation-glow 2s ease infinite; }
            .video-layout .video-cover .toy-section .time-list .item .vibe-icon .vibe-stars .glow-middle {
              -webkit-animation: animation-glow 1s ease infinite;
              animation: animation-glow 1s ease infinite; }
          .video-layout .video-cover .toy-section .time-list .item .vibe-icon .text-caption {
            position: absolute;
            top: -13px;
            left: -14px; }
        .video-layout .video-cover .toy-section .time-list .item .title {
          white-space: nowrap;
          font-weight: 600;
          font-size: 14px;
          color: #fff; }
    .video-layout .video-cover .toy-section .checkbox label {
      color: #fff; } }

@-webkit-keyframes glow-border {
  to {
    border-color: #ff9100;
    box-shadow: 0 0 5px #ff9100; } }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); } }

@media (max-width: 1024px) {
  .video-layout {
    position: relative;
    width: calc(100% + 30px);
    height: 100%;
    padding: 0;
    margin: 0 -15px; }
    .video-layout .video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding-top: 0;
      margin-top: 0;
      z-index: 5; }
      .video-layout .video-wrapper.static-video {
        position: relative;
        padding-top: 56.3%; }
      .video-layout .video-wrapper .video-cover .small-preview {
        width: 33%; }
      .video-layout .video-wrapper .video-cover .vjs-tech {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top: 50%;
        height: 100vh;
        width: auto;
        min-width: 100%; }
      .video-layout .video-wrapper .video-form {
        background-color: rgba(28, 23, 16, 0.75);
        top: 62px;
        padding-top: 35px;
        padding-bottom: 35px; }
        .video-layout .video-wrapper .video-form .close-btn {
          top: 0;
          right: 0; }
    .video-layout .vjs-poster {
      background-size: cover; }
  .video-layout .chat-column.with-toy .colored-cover {
    background-color: transparent; }
  .video-layout .video-cover .toy-section {
    top: 30px;
    right: 75px;
    margin-top: 62px;
    height: auto;
    background: transparent;
    position: absolute;
    z-index: 7; }
    .video-layout .video-cover .toy-section .time-list .item .vibe-icon {
      display: inline-block; }
    .video-layout .video-cover .toy-section .time-list .item:nth-last-child(2), .video-layout .video-cover .toy-section .time-list .item:last-child {
      margin-bottom: 0; }
    .video-layout .video-cover .toy-section .mobile-anchor {
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: 0;
      cursor: pointer;
      border: 1px solid transparent;
      transition: border 1.0s linear, box-shadow 1.0s linear;
      -webkit-animation: glow-border 1.0s infinite alternate;
      animation: glow-border 1.0s infinite alternate;
      color: #ff9100;
      background-color: #313131; }
      .video-layout .video-cover .toy-section .mobile-anchor .icon {
        /*animation: shake 0.82s cubic-bezier(.30,.07,.19,.97) both infinite;*/
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
    .video-layout .video-cover .toy-section .dropdown-menu {
      position: absolute;
      top: 100%;
      left: -150%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-align: left;
      width: 100%;
      border-radius: 4px;
      z-index: 5;
      margin-top: 10px;
      min-width: 300px;
      background: #333;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
      display: block;
      padding: 30px 20px 20px;
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-transform: translateX(-50%) scale(0.9);
      transform: translateX(-50%) scale(0.9);
      pointer-events: none;
      transition: .1s;
      opacity: 0; }
      .video-layout .video-cover .toy-section .dropdown-menu:before {
        content: '';
        display: block;
        position: absolute;
        border: 10px solid transparent;
        border-bottom: 10px solid #333;
        bottom: 99.9%;
        left: 76%;
        margin-left: -10px;
        pointer-events: none; }
    .video-layout .video-cover .toy-section[data-dropdown].active .dropdown-menu {
      opacity: 1;
      transition: 0.3s cubic-bezier(0.29, 1.04, 0.43, 1.58);
      pointer-events: auto;
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
    .video-layout .video-cover .toy-section .time-list {
      font-size: 0; }
      .video-layout .video-cover .toy-section .time-list .item {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        .video-layout .video-cover .toy-section .time-list .item .vibe-icon .text-caption {
          top: -19%;
          left: -14%; }
  .video-layout .chat-column.with-toy .tabs-content.upper-layer {
    z-index: 9; } }

@media (max-width: 768px) {
  .video-layout.with-users {
    width: 100%;
    margin: 0; }
    .video-layout.with-users .video-column {
      padding: 0; }
    .video-layout.with-users .chat-column,
    .video-layout.with-users .users-column {
      width: 100%;
      padding: 0; }
    .video-layout.with-users .chat-column {
      margin-bottom: 25px; }
    .video-layout .chat-column.with-toy .toy-section {
      width: 70px !important;
      max-width: 70px;
      padding: 3px;
      border-radius: 3px;
    }
    .video-layout .chat-column.with-toy .toy-section img {
      max-width: 100% !important;
      height: auto !important;
    }
}
