.video-embedded {
  clear: right;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px; }
  .video-embedded .player-action-buttons {
    box-sizing: border-box; }
    .video-embedded .player-action-buttons li {
      position: relative;
      float: left;
      margin-left: 15px; }
      .video-embedded .player-action-buttons li:hover {
        color: #35a8ea;
        cursor: pointer; }
      .video-embedded .player-action-buttons li ul {
        background: #fff;
        box-sizing: border-box;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3); }
        .video-embedded .player-action-buttons li ul li {
          margin: 0;
          padding: 0; }
          .video-embedded .player-action-buttons li ul li:hover {
            color: #000; }
      .video-embedded .player-action-buttons li .dropdown-menu {
        top: 34px;
        right: 0;
        left: auto;
        display: block;
        margin: 0; }
  .video-embedded .static-video-embed-code,
  .video-embedded .responsive-video-embed-code {
    color: #000;
    display: none; }
  .video-embedded .responsive-active .responsive-video-embed-code {
    display: block; }
  .video-embedded .responsive-active .static-video-embed-code {
    display: none; }
  .video-embedded .static-active .static-video-embed-code {
    display: block; }
  .video-embedded .static-active .responsive-video-embed-code {
    display: none; }
  .video-embedded .static-video-embed-code #static-video-embed-code-width {
    width: 70px; }
  .video-embedded .static-video-embed-code #static-video-embed-code-height {
    border: none;
    outline: none;
    width: 70px;
    cursor: default; }
  .video-embedded .embed-block {
    box-sizing: border-box;
    padding: 15px 20px; }
    .video-embedded .embed-block .embed-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 10px; }
      .video-embedded .embed-block .embed-header .responsive-toggle-button,
      .video-embedded .embed-block .embed-header .static-toggle-button {
        color: #000;
        margin-left: auto;
        padding: 5px; }
        .video-embedded .embed-block .embed-header .responsive-toggle-button.active,
        .video-embedded .embed-block .embed-header .static-toggle-button.active {
          background-color: #00adef;
          color: #fff; }
      .video-embedded .embed-block .embed-header .responsive-toggle-button {
        margin-left: 10px;
        margin-right: auto; }
    .video-embedded .embed-block h4 {
      color: #7d7d7d;
      margin-bottom: 15px;
      font-weight: 600; }
    .video-embedded .embed-block .embed-switcher {
      text-align: center;
      width: 100%;
      font-size: 16px; }
      .video-embedded .embed-block .embed-switcher a {
        padding: 5px 10px; }
        .video-embedded .embed-block .embed-switcher a.active {
          background: #00adef;
          color: #fff; }
  .video-embedded .embed-responsive {
    height: auto;
    overflow: visible; }
  .video-embedded .embed-text {
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 2px;
    height: 90px;
    width: 360px;
    padding: 5px;
    font-size: 14px;
    resize: none;
    color: #000; }
  .video-embedded .video-actions {
    color: #555; }
  .video-embedded .social-networks {
    display: none;
    position: absolute;
    width: 234px !important;
    margin-top: 15px;
    margin-left: -175px;
    padding: 15px;
    height: auto;
    z-index: 9; }
  .video-embedded #dropdown_share {
    width: 400px; }
  .video-embedded .dropdown-toggle {
    position: relative;
    display: block;
    float: left; }
  .video-embedded .button-wrapper {
    margin-top: 9px;
    text-align: center; }
    .video-embedded .button-wrapper .blue-button {
      background: #00adef; }
    .video-embedded .button-wrapper .red-button {
      background: red; }
    .video-embedded .button-wrapper .copy-button {
      display: inline-block;
      height: 30px;
      width: 70px;
      color: #fff;
      border-radius: 2px;
      text-align: center;
      line-height: 30px; }
    .video-embedded .button-wrapper .close-embed-button {
      display: inline-block;
      height: 30px;
      width: 70px;
      color: #fff;
      border-radius: 2px;
      text-align: center;
      line-height: 30px; }

#share_menu.open {
  color: #35a8ea; }

.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
