#optinsocial-panel h2 {
  margin: 0 0 13px 0;
  padding-right: 30px; }

.bootbox-close-button {
  border: none;
  background: none;
  font-size: 20px;
  position: absolute;
  right: 10px; }

.permanent-save {
  margin-top: 20px; }
  .permanent-save input[type=checkbox] {
    margin-right: 5px; }
  .permanent-save label {
    margin-right: 30px;
    font-weight: normal; }

.optinsocial-divider {
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 1px; }

ul.social_share_privacy_area {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.social_share_privacy_area li {
    list-style: none;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    padding: 5px 0; }
    ul.social_share_privacy_area li .switch {
      text-indent: -9999em;
      overflow: hidden;
      display: inline-block;
      margin: 14px 15px 0 0;
      padding: 0;
      cursor: pointer;
      position: relative;
      top: -6px;
      left: 0;
      right: 0;
      bottom: auto;
      background: #ccc;
      width: 40px;
      height: 24px;
      transition: 0.25s;
      border-radius: 36px; }
      ul.social_share_privacy_area li .switch:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: #fff;
        transition: 0.25s;
        border-radius: 50%; }
    ul.social_share_privacy_area li.on .switch {
      background-color: #cd1316; }
      ul.social_share_privacy_area li.on .switch:before {
        transform: translateX(16px); }
    ul.social_share_privacy_area li.facebook .social-image {
      background: url(../Images/dummy_facebook_share_de.png) no-repeat;
      width: 58px;
      height: 20px;
      cursor: context-menu; }
    ul.social_share_privacy_area li.facebook.on .social-image {
      background-image: url(../Images/facebook_share_de.png);
      cursor: pointer; }
    ul.social_share_privacy_area li.twitter .social-image {
      background: url(../Images/dummy_twitter_share.png) no-repeat;
      width: 70px;
      height: 20px;
      cursor: context-menu; }
    ul.social_share_privacy_area li.twitter.on .social-image {
      background-image: url(../Images/twitter_share.png);
      cursor: pointer; }
    ul.social_share_privacy_area li.google .social-image {
      background: url(../Images/dummy_google_plus_share.png) no-repeat;
      width: 38px;
      height: 24px;
      cursor: context-menu; }
    ul.social_share_privacy_area li.google.on .social-image {
      background-image: url(../Images/google_plus_share.png);
      cursor: pointer; }

#social-media-optin button.btn-toggle {
  padding: 0;
  position: relative;
  border: none;
  border-radius: 36px;
  margin-right: 10px;
  width: 40px;
  height: 24px;
  box-shadow: none;
  display: inline-block;
  min-width: 0; }
  #social-media-optin button.btn-toggle:focus, #social-media-optin button.btn-toggle.focus, #social-media-optin button.btn-toggle:focus.active, #social-media-optin button.btn-toggle.focus.active {
    outline: none; }
  #social-media-optin button.btn-toggle > .handle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: left .25s; }
  #social-media-optin button.btn-toggle.active {
    transition: background-color 0.25s;
    background-color: #29b5a8; }
    #social-media-optin button.btn-toggle.active > .handle {
      left: 18px;
      transition: left .25s; }
  #social-media-optin button.btn-toggle.btn-primary {
    transition: background-color 0.25s;
    color: #6b7381;
    background: #bdc1c8; }
    #social-media-optin button.btn-toggle.btn-primary.active {
      background-color: #cd1316; }

.youtube-video .top-options {
  margin-bottom: 5px; }
  .youtube-video .top-options .link-privacy-settings {
    border: 1px solid #ccc;
    padding: 3px 7px;
    text-decoration: none;
    font-size: 12px;
    transition: background .3s;
    color: #333; }
    .youtube-video .top-options .link-privacy-settings:hover {
      background: #eee; }
  .youtube-video .top-options .fa-cog:before {
    content: "\f013";
    font-family: 'FontAwesome'; }
.youtube-video .video-view {
  position: relative;
  display: block; }
  .youtube-video .video-view a.link-play-video {
    z-index: 1000;
    display: block;
    position: relative;
    cursor: pointer; }
    .youtube-video .video-view a.link-play-video span.fa-youtube-play {
      font-style: normal;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -35px;
      margin-left: -35px;
      color: #000;
      opacity: 0.75;
      transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); }
      .youtube-video .video-view a.link-play-video span.fa-youtube-play:before {
        font-family: 'FontAwesome';
        content: '\f16a';
        font-size: 80px; }
    .youtube-video .video-view a.link-play-video:hover span.fa-youtube-play {
      opacity: 1;
      color: #f00; }
    .youtube-video .video-view a.link-play-video img {
      width: 100%;
      height: auto; }
  .youtube-video .video-view .embed-responsive {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .youtube-video .video-view .embed-responsive iframe {
      width: 100%;
      height: 100%; }

.cookie-overlay {
  background: #000;
  padding-bottom: 10px;
  display: none; }
  .cookie-overlay h1, .cookie-overlay h2, .cookie-overlay h3, .cookie-overlay h4, .cookie-overlay h5, .cookie-overlay h6 {
    margin: 0;
    color: #fff;
    padding: 10px 0; }
  .cookie-overlay p {
    color: #fff;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px; }
  .cookie-overlay button {
    font-size: 14px; }

/*# sourceMappingURL=Style.css.map */
