@charset "UTF-8";
/*
 $borders-color - USING ON:
	  stroke-button borders,
	  logo-buttons flags,
	  fields borders,
	  borders of some mind blocks,
	  borders of some blocks,
	  password progress-line bg,
	  other borders */
/*
 $borders-hash - USING ON:
	  posts where images bordered (autoposts, link-post) */
/*
 $font-medium - USING ON:
	  all buttons
	  some titles
	  all links */
/*
 $font-light - USING ON:
	  "Check your email" popup, */
/*
	$color-08 - USING ON:
	cards hover overlay */
/*
	$color-white-05 - USING ON:
	cards buttons after hover with dark-bg, hover on text, etc. */
/*
	$color-white-03 - USING ON:
	hover on $color-white-05 */
/*
	$color-white-01 - USING ON:
	progress-bar on add track at add album */
/*
 $color-03 - USING ON:
	  disabled btns - pledges activity
		longArrow and disable text  - manage campaign */
/*
 $color-02 - USING ON:
	  applause icons */
/*
 $color-01 - USING ON:
	  applause icons hover
		notice in price-popup(on album for sale and crowd. album) */
/*
 $gray-hover - USING ON (only gray links when you hover on):
		post's time
		"Describe more" in "add post"
		"Add photo, video" in "add post" */
/*
 $color-03 - USING ON:
		as background in payout(pending step) */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge",
		confirmation progress lines */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge", */
/*
 $placeholder-color - USING ON:
		placeholder */
/*
	альбом плашка с applause и другими функциями */
/*
 $red - USING ON:
	  hover on delete button,
	  password tips,
	  notice titles, */
/*
 $line-height-* - USING ON:
	  buttons
		text */
/*
 $box-shadow - USING ON:
	  tips */
/*
 $box-shadow - USING ON:
	  posts (news-feed, profiles, post-page) */
/*
 $box-shadow - USING ON:
	  video posts */
/*
 $drop-down-shadow - USING ON:
	  drop-downs (only, without selectized fields) */
/*
 $select-shadow - USING ON:
	  selectized fields (only, without drop-downs) */
/*
	from "organizer.sass" */
.mfp-wrap:not(.popup-full-center):not(.cookie-popup):not(.add-album) .mfp-container:before {
  content: none; }

.mfp-wrap:not(.popup-full-center):not(.cookie-popup):not(.add-album) .mfp-container .mfp-content {
  top: 0px;
  margin-bottom: 60px;
  margin-top: 60px; }

.venue-edit-popup {
  width: 480px;
  background-color: #fff;
  margin: auto;
  position: relative; }

.venue-popup-top {
  position: relative;
  border-bottom: 1px solid #ededed;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  align-items: center;
  height: 60px; }
  .venue-popup-top span {
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #000; }
    .venue-popup-top span:first-letter {
      text-transform: uppercase; }
  .venue-popup-top .venue-popup-save {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-transform: capitalize; }
  .venue-popup-top .icon-x-thin {
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 50%;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    line-height: 22px; }

.venue-popup-center {
  border-bottom: 1px solid #ededed;
  position: relative; }
  .venue-popup-center.genre-popup-center {
    padding: 30px; }
  .venue-popup-center .field {
    margin-bottom: 0; }
    .venue-popup-center .field.genre-campaign-field {
      position: relative; }
      .venue-popup-center .field.genre-campaign-field.open:before {
        content: none; }
      .venue-popup-center .field.genre-campaign-field .selectize-multi .selectize-input {
        white-space: nowrap; }
        .venue-popup-center .field.genre-campaign-field .selectize-multi .selectize-input .item-count:after {
          content: ','; }
        .venue-popup-center .field.genre-campaign-field .selectize-multi .selectize-input:not(.input-active) .item-count:last-of-type:after {
          display: none; }
        .venue-popup-center .field.genre-campaign-field .selectize-multi .selectize-input.full .item-count:last-of-type:after {
          display: none; }
      .venue-popup-center .field.genre-campaign-field .multi .items {
        padding: 25px 25px 5px 10px; }
        .venue-popup-center .field.genre-campaign-field .multi .items .item-count {
          cursor: default;
          margin: 0 4px 0 0;
          padding: 0;
          background: 0 0;
          color: inherit;
          border: none;
          pointer-events: none; }
    .venue-popup-center .field .selectize-dropdown {
      position: relative;
      top: 0 !important; }
  .venue-popup-center .columns {
    margin-bottom: 0; }
  .venue-popup-center > span {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: capitalize;
    position: absolute; }
    .venue-popup-center > span.field-name {
      margin-left: 0; }
  .venue-popup-center input {
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #000;
    border: none;
    outline: none;
    padding: 20px 20px 22px 120px;
    width: 100%; }

.venue-popup-bot {
  position: relative; }
  .venue-popup-bot > span {
    font-size: 12px;
    letter-spacing: -0.2px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    text-transform: capitalize;
    position: absolute; }
  .venue-popup-bot input {
    font-size: 13px;
    letter-spacing: -0.4px;
    color: #000;
    border: none;
    outline: none;
    margin-left: 120px;
    padding: 22px 0 24px;
    width: calc(100% - 140px);
    margin-right: 20px; }

.sortable-artists .field-outer {
  position: relative; }
  .sortable-artists .field-outer.empty-li .sort_handler {
    display: none; }
  .sortable-artists .field-outer.empty-li .btn-x {
    display: none; }

.sortable-artists .icon-x {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 5; }

.sortable-artists .sort-handler {
  display: none;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%); }

.sortable-artists .field {
  display: flex;
  align-items: center;
  padding: 0 50px 0 19px;
  height: 50px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  box-shadow: none; }
  .sortable-artists .field:hover .icon-x {
    display: block; }
  .sortable-artists .field:hover .sort-handler {
    display: block; }
  .sortable-artists .field.open {
    box-shadow: none;
    z-index: 4; }
    .sortable-artists .field.open .dropdown-outer {
      display: block;
      z-index: 4; }
    .sortable-artists .field.open .dropdown-inner {
      display: block;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
  .sortable-artists .field .dropdown-inner {
    display: none; }
  .sortable-artists .field .dropdown-outer {
    display: none;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1; }
  .sortable-artists .field .artist-list {
    padding: 5px 10px; }
    .sortable-artists .field .artist-list .artist-item {
      display: flex;
      align-items: center;
      padding: 5px;
      cursor: pointer;
      margin-bottom: 0; }
      .sortable-artists .field .artist-list .artist-item.select {
        background-color: rgba(0, 0, 0, 0.07); }
      .sortable-artists .field .artist-list .artist-item .avatar {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 10px; }

.audio-edit-popup input {
  width: 53%; }

.audio-edit-popup .venue-popup-bot input {
  font-size: 16px;
  letter-spacing: -0.4px;
  padding: 21px 0; }

.audio-edit-popup .audio-popup-center input {
  font-weight: 600; }

.audio-edit-popup .audio-progress {
  position: absolute;
  width: 70px;
  top: 29px;
  background-color: #ededed;
  right: 12px; }
  .audio-edit-popup .audio-progress .audio-prog-w {
    height: 3px;
    width: 50%;
    background-color: #48ea8d; }

.artist-popup-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; }
  .artist-popup-bottom .btn-black-24 {
    background-color: #ff2051; }
    .artist-popup-bottom .btn-black-24:hover {
      background-color: #ca0843; }

.crop-popup {
  margin: 0 auto;
  width: 480px;
  background-color: #fff;
  position: relative; }

.zoom-sponsor-popup .mfp-content {
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }
  .zoom-sponsor-popup .mfp-content h3 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 30px;
    word-wrap: break-word;
    margin-top: 29px; }

.zoom-sponsor-popup .sponsor-watch-bot {
  padding-bottom: 38px; }

.zoom-sponsor-popup .sponsor-watch-bot-l {
  float: left;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 140px;
  margin-top: 30px; }
  .zoom-sponsor-popup .sponsor-watch-bot-l img {
    display: inline-block;
    max-width: 140px; }

.zoom-sponsor-popup .sponsor-watch-bot-r {
  width: 66.3%;
  float: left; }
  .zoom-sponsor-popup .sponsor-watch-bot-r p {
    margin-top: 27px;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 22px;
    word-wrap: break-word;
    width: 80%; }
    .zoom-sponsor-popup .sponsor-watch-bot-r p ~ a {
      margin-top: 50px; }
  .zoom-sponsor-popup .sponsor-watch-bot-r .website-link {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.4px;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 29px;
    max-width: 80%;
    cursor: pointer;
    line-height: 18px; }
    .zoom-sponsor-popup .sponsor-watch-bot-r .website-link:hover {
      color: rgba(0, 0, 0, 0.5); }

.sponsor-edit-popup .mfp-container:before {
  content: none; }

.sponsor-edit-popup .mfp-content {
  max-width: 960px;
  width: 960px;
  margin: 60px auto;
  background-color: #fff;
  position: relative;
  top: 0px; }
  .sponsor-edit-popup .mfp-content .venue-edit-popup {
    width: 100%; }

.btn-edit-red {
  background-color: #ff2051; }
  .btn-edit-red:hover {
    background-color: #ca0843; }

.artist-input {
  position: relative;
  border-bottom: 1px solid #ededed; }
  .artist-input input {
    border: none;
    outline: none;
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 16px 0 16px 20px; }
  .artist-input span {
    position: absolute;
    top: 15px;
    right: 12px; }

.mce-content-body {
  overflow: hidden; }
  .mce-content-body:after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 30px; }

.sponsors-wrap .h4-spon-l {
  margin-top: 42px;
  margin-bottom: 24px;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 6px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
  font-weight: 600; }

.sponsors-wrap p {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #000; }

.sponsors-wrap .sponsor_item .sponsor-item-inner {
  transition: background-color 0.3s; }
  .sponsors-wrap .sponsor_item .sponsor-item-inner:hover {
    background-color: #000; }
    .sponsors-wrap .sponsor_item .sponsor-item-inner:hover img {
      opacity: 0.55; }
  .sponsors-wrap .sponsor_item .sponsor-item-inner img {
    transition: opacity 0.3s; }

.edit-point {
  cursor: pointer; }
  .edit-point:hover .editEdit {
    fill: #ca0843; }

.edit-sponsors {
  position: relative;
  top: 2px; }

.sponsor-edit-no {
  background-color: #f7f7f7;
  text-align: center;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .sponsor-edit-no h4 {
    margin: 0 0 20px;
    display: block;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px; }
  .sponsor-edit-no span {
    margin-bottom: 30px; }

.sponsor-edit-plus {
  display: flex; }
  .sponsor-edit-plus .sponsor-edit-plus-r {
    display: none; }
  .sponsor-edit-plus .sponsor-edit-plus-r.sp-active {
    display: block; }
  .sponsor-edit-plus .delete {
    top: 13px; }

.sponsor-edit-add {
  display: none; }

.sponsor-edit-plus-l {
  background-color: #f7f7f7;
  width: 25%;
  min-height: 560px; }
  .sponsor-edit-plus-l ul, .sponsor-edit-plus-l li {
    margin: 0;
    padding: 0; }
  .sponsor-edit-plus-l ul li {
    padding: 14px 50px 14px 20px;
    display: block;
    position: relative; }
    .sponsor-edit-plus-l ul li span {
      font-size: 16px;
      letter-spacing: -0.4px;
      color: #a1a1a1;
      word-wrap: break-word;
      min-height: 25px;
      cursor: pointer;
      display: block;
      outline: none; }
      .sponsor-edit-plus-l ul li span:hover {
        color: #e3e3e3; }
    .sponsor-edit-plus-l ul li .icon-x {
      position: absolute;
      top: 18px;
      right: 16px;
      cursor: pointer; }
  .sponsor-edit-plus-l ul .sp-active span:hover {
    color: #000; }
  .sponsor-edit-plus-l ul .sp-active span {
    color: #000;
    font-weight: 600; }
  .sponsor-edit-plus-l ul .sp-active img {
    display: block; }
  .sponsor-edit-plus-l .btn-edit-red {
    margin-top: 12px;
    margin-left: 20px; }

.sponsor-edit-plus-r-wr {
  width: 75%; }

.sponsor-edit {
  position: relative; }
  .sponsor-edit > span {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 80px;
    height: 100%;
    color: #000;
    opacity: .5;
    margin-left: 28px;
    display: inline-block;
    text-transform: capitalize;
    position: absolute; }
  .sponsor-edit > input {
    display: inline-block;
    width: 320px;
    padding-left: 120px;
    box-sizing: content-box;
    border: none;
    outline: none; }

.sponsor-edit-1 {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: content-box; }
  .sponsor-edit-1 .sponsor-img-error {
    font-style: normal;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #ff3d4f;
    position: absolute;
    top: 8px;
    right: 10px; }
  .sponsor-edit-1 input {
    font-size: 20px;
    letter-spacing: -0.6px;
    min-height: 79px; }
  .sponsor-edit-1 .sp-ed-logo {
    display: inline-block;
    height: 80px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 80px;
    margin-left: auto; }
    .sponsor-edit-1 .sp-ed-logo img {
      display: block;
      margin: 0px auto; }
  .sponsor-edit-1 .sp-input {
    position: relative;
    overflow: hidden;
    margin-right: 10px; }
    .sponsor-edit-1 .sp-input:hover .btn-edit-red {
      background-color: #ca0843; }
    .sponsor-edit-1 .sp-input input[type=file] {
      display: none; }

.sponsor-edit-2 {
  height: 79px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .sponsor-edit-2 > input {
    font-size: 14px;
    letter-spacing: -0.4px;
    min-height: 79px; }

.sponsor-edit-3 {
  min-height: 79px;
  border-bottom: none; }
  .sponsor-edit-3 > div {
    font-size: 14px;
    letter-spacing: -0.4px;
    padding-top: 28px;
    width: 100%;
    min-height: 200px;
    line-height: 22px;
    display: inline-block;
    padding-left: 120px;
    padding-right: 90px;
    border: none;
    outline: none;
    word-wrap: break-word; }
  .sponsor-edit-3 .sponsor-input[contenteditable=true]:empty:after {
    opacity: 0; }
  .sponsor-edit-3 .sponsor-input[contenteditable=true]:empty:focus:after {
    opacity: 1; }

.mce-btn-group .mce-btn-has-text button {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  padding-top: 5px; }

.page-campaign {
  font-size: 16px;
  letter-spacing: -0.4px;
  min-width: 320px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  /*==========  Desktop First Method  ==========*/ }
  .page-campaign .top-head .top-head-right a {
    font-weight: 600; }
  .page-campaign .d-block {
    display: block; }
  .page-campaign .container {
    padding: 0 35px;
    max-width: 1440px;
    margin: 0 auto; }
  .page-campaign .head-bot {
    width: 100%;
    position: relative; }
    .page-campaign .head-bot .head-bot-wrap {
      height: 320px; }
    .page-campaign .head-bot .head-bot-left-wrap {
      width: 100%;
      height: 100%;
      position: relative; }
  .page-campaign .bg-top-blur-2 {
    display: none; }
    .page-campaign .bg-top-blur-2 img {
      width: 100%; }
  .page-campaign .bg-top-blur-1-wrap {
    position: absolute;
    left: 0px;
    right: 0;
    height: 100%;
    overflow: hidden; }
    .page-campaign .bg-top-blur-1-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8); }
  .page-campaign .bg-top-blur {
    position: absolute;
    top: -250px;
    left: 0;
    right: 0;
    bottom: -350px;
    width: 100%;
    z-index: -1;
    filter: blur(20px); }
    .page-campaign .bg-top-blur img {
      width: 100%; }
  .page-campaign .head-main-text-wrap .head-items-wrap .items-two-wrap, .page-campaign .head-main-text-wrap .head-main-text-left {
    float: left; }
  .page-campaign .head-bot-left-bottom-no {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 480px);
    display: flex; }
    .page-campaign .head-bot-left-bottom-no.album {
      width: calc(100% - 319px); }
    .page-campaign .head-bot-left-bottom-no .head-fund-wrap-no {
      background-color: #48ea8d;
      height: 30px;
      flex-shrink: 0; }
      .page-campaign .head-bot-left-bottom-no .head-fund-wrap-no span {
        color: #000;
        font-size: 14px;
        letter-spacing: -0.4px;
        line-height: 30px;
        font-weight: 600; }
      .page-campaign .head-bot-left-bottom-no .head-fund-wrap-no .fund-perc {
        margin-left: 4px;
        margin-right: 16px; }
      .page-campaign .head-bot-left-bottom-no .head-fund-wrap-no .fund-fund {
        margin-left: 20px;
        text-transform: capitalize; }
  .page-campaign .pr-bar-wrap {
    width: 100%;
    height: 30px;
    position: relative; }
    .page-campaign .pr-bar-wrap .cp-str {
      width: 1px;
      height: 30px;
      background-color: #48ea8d;
      position: absolute;
      top: 0;
      left: 20%;
      z-index: 1; }
    .page-campaign .pr-bar-wrap .confpoint-wr {
      display: inline-block;
      position: relative;
      z-index: 3; }
      .page-campaign .pr-bar-wrap .confpoint-wr.shift {
        transform: translateX(-100%); }
      .page-campaign .pr-bar-wrap .confpoint-wr span {
        font-size: 11px;
        letter-spacing: 0;
        color: #707070;
        line-height: 30px;
        margin-left: 20px; }
      .page-campaign .pr-bar-wrap .confpoint-wr strong {
        font-size: 11px;
        letter-spacing: 0;
        line-height: 30px;
        color: #707070;
        font-weight: 600; }
      .page-campaign .pr-bar-wrap .confpoint-wr .CP-sm {
        display: none; }
      .page-campaign .pr-bar-wrap .confpoint-wr svg {
        position: relative;
        margin-left: 3px;
        margin-right: 20px; }
  .page-campaign .pr-bar-l, .page-campaign .pr-bar-r {
    float: left; }
  .page-campaign .pr-bar-l {
    width: 70%;
    max-width: 100%;
    background-color: #48ea8d;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .page-campaign .pr-bar-r {
    width: 70%;
    background-color: #00e4c2;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .page-campaign .question-svg {
    fill: rgba(255, 255, 255, 0.5);
    transition: fill 0.3s; }
    .page-campaign .question-svg:hover {
      fill: rgba(255, 255, 255, 0.7); }
  .page-campaign .head-bot-right {
    height: 320px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1; }
    .page-campaign .head-bot-right .btn-black-24 {
      position: absolute;
      bottom: 10px;
      left: 10px; }
  .page-campaign .tl-h1 {
    padding: 10px 16px;
    width: 700px;
    background-color: #f7f7f7;
    position: absolute;
    top: 136px;
    left: 0;
    z-index: 5;
    display: none; }
  .page-campaign .items-two-wrap .edit-point {
    position: relative;
    left: 9px;
    top: 21px; }
  .page-campaign .head-items-wrap {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 120px; }
    .page-campaign .head-items-wrap.head-items-wrap-tour {
      bottom: 40px; }
    .page-campaign .head-items-wrap .items {
      float: left;
      margin-right: 40px;
      margin-top: 5px; }
      .page-campaign .head-items-wrap .items:last-child {
        margin-right: 0; }
      .page-campaign .head-items-wrap .items > a {
        transition: opacity .3s ease; }
        .page-campaign .head-items-wrap .items > a:hover {
          opacity: .5; }
      .page-campaign .head-items-wrap .items > span {
        display: block;
        color: #87898a;
        font-size: 13px;
        letter-spacing: -0.4px;
        line-height: 18px; }
      .page-campaign .head-items-wrap .items [data-info="genre"] a {
        color: #fff; }
        .page-campaign .head-items-wrap .items [data-info="genre"] a:hover {
          color: rgba(255, 255, 255, 0.5); }
        .page-campaign .head-items-wrap .items [data-info="genre"] a::after {
          content: ",";
          display: inline; }
        .page-campaign .head-items-wrap .items [data-info="genre"] a:last-child::after {
          content: none; }
      .page-campaign .head-items-wrap .items > strong, .page-campaign .head-items-wrap .items > p, .page-campaign .head-items-wrap .items > a {
        display: block;
        color: #fff;
        font-size: 13px;
        letter-spacing: -0.4px;
        line-height: 17px;
        font-weight: 600; }
      .page-campaign .head-items-wrap .items > strong {
        line-height: 22px; }
        .page-campaign .head-items-wrap .items > strong svg {
          position: relative;
          top: 2px;
          margin-left: 2px; }
    .page-campaign .head-items-wrap .item2 {
      position: relative; }
      .page-campaign .head-items-wrap .item2 > svg {
        margin-left: 3px;
        position: relative;
        top: 2px; }
      .page-campaign .head-items-wrap .item2 .venue-tooltip-wrap {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: opacity 0.5s ease, visibility 0.5s ease; }
      .page-campaign .head-items-wrap .item2:hover .venue-tooltip-wrap {
        opacity: 1;
        visibility: visible;
        z-index: 5;
        transition-delay: 0.5s; }
      .page-campaign .head-items-wrap .item2.item2-editing:hover .venue-tooltip-wrap {
        display: none; }
    .page-campaign .head-items-wrap .item3 strong > span {
      color: #a1a1a1; }
  .page-campaign .pinWhite {
    fill: #fff; }
  .page-campaign .pinBlack {
    fill: #000; }
  .page-campaign .img-v-wrap {
    float: left;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #dedede;
    color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    letter-spacing: -0.6px;
    font-weight: 600;
    text-transform: capitalize; }
  .page-campaign .venue-tooltip-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    background-color: #fff;
    padding: 11px;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.07); }
    .page-campaign .venue-tooltip-wrap .top-tooltip-venue .right-tooltip-v {
      float: left;
      margin-left: 15px;
      width: 80%;
      line-height: 18px; }
      .page-campaign .venue-tooltip-wrap .top-tooltip-venue .right-tooltip-v span {
        color: #000;
        font-size: 13px;
        letter-spacing: -0.4px;
        opacity: .5; }
      .page-campaign .venue-tooltip-wrap .top-tooltip-venue .right-tooltip-v strong {
        color: #000;
        font-size: 13px;
        letter-spacing: -0.4px;
        position: relative;
        top: 1px; }
      .page-campaign .venue-tooltip-wrap .top-tooltip-venue .right-tooltip-v p {
        font-size: 12px;
        letter-spacing: -0.2px;
        display: inline;
        word-wrap: break-word;
        margin: 0 0 15px;
        color: #bebebe;
        line-height: 18px; }
      .page-campaign .venue-tooltip-wrap .top-tooltip-venue .right-tooltip-v svg {
        margin-right: 4px;
        margin-top: 9px;
        position: relative;
        top: 2px; }
    .page-campaign .venue-tooltip-wrap ul, .page-campaign .venue-tooltip-wrap li {
      list-style-type: none; }
    .page-campaign .venue-tooltip-wrap ul {
      margin: 0;
      padding-left: 56px;
      padding-bottom: 0; }
      .page-campaign .venue-tooltip-wrap ul li {
        margin-top: 5px; }
        .page-campaign .venue-tooltip-wrap ul li a {
          font-size: 12px;
          letter-spacing: -0.2px;
          font-weight: 600;
          color: #000;
          transition: all .3s ease; }
          .page-campaign .venue-tooltip-wrap ul li a:hover {
            opacity: 0.5; }
  .page-campaign .more-button-wrap {
    display: inline-block; }
    .page-campaign .more-button-wrap svg {
      cursor: pointer;
      margin-left: 6px;
      position: relative;
      top: 4px; }
  .page-campaign .more-button-edit {
    display: inline-block; }
    .page-campaign .more-button-edit > span {
      color: white; }
    .page-campaign .more-button-edit:hover .tooltip-more {
      display: block; }
  .page-campaign .tooltip-more {
    display: none;
    font-size: 16px;
    letter-spacing: -0.4px;
    z-index: 2;
    color: #000;
    background: #f7f7f7;
    padding: 7px 17px 8px;
    position: absolute;
    left: 0;
    max-width: 700px; }
    .page-campaign .tooltip-more a:after {
      content: ', '; }
    .page-campaign .tooltip-more a:last-child:after {
      content: none; }
  .page-campaign .tooltip_templates {
    display: none; }
  .page-campaign .editEdit {
    fill: #ff2051;
    transition: all .3s ease; }
  .page-campaign .head-main-text-wrap {
    margin-left: 120px; }
    .page-campaign .head-main-text-wrap .head-main-text-left {
      position: relative;
      max-width: 522px; }
      .page-campaign .head-main-text-wrap .head-main-text-left h1 {
        color: #fff;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 32px;
        max-width: 100%;
        display: inline-block; }
      .page-campaign .head-main-text-wrap .head-main-text-left .age-limit-wrapper {
        display: inline-block;
        position: relative;
        vertical-align: top; }
      .page-campaign .head-main-text-wrap .head-main-text-left .age-limit {
        position: absolute;
        top: 5px;
        left: 10px;
        color: rgba(255, 255, 255, 0.5);
        padding: 0 8px 0 10px;
        line-height: 22px;
        display: inline-block;
        border: 1px solid rgba(237, 237, 237, 0.2);
        border-radius: 2px;
        font-size: 12px;
        letter-spacing: -0.2px;
        vertical-align: top; }
      .page-campaign .head-main-text-wrap .head-main-text-left .chars-wr {
        margin: 40px 0 10px; }
        .page-campaign .head-main-text-wrap .head-main-text-left .chars-wr h1 {
          word-wrap: break-word;
          display: inline;
          min-width: 50px;
          vertical-align: baseline;
          margin-left: -2px; }
          .page-campaign .head-main-text-wrap .head-main-text-left .chars-wr h1[contenteditable=true] {
            display: inline;
            width: auto;
            outline: 3px solid rgba(255, 255, 255, 0.2);
            padding: 0 4px;
            border-radius: 2px; }
        .page-campaign .head-main-text-wrap .head-main-text-left .chars-wr svg {
          display: inline;
          vertical-align: top;
          cursor: pointer;
          margin-left: 10px; }
      .page-campaign .head-main-text-wrap .head-main-text-left .h1-right {
        display: inline-block;
        color: #fff;
        font-style: normal;
        margin: 0;
        font-size: 13px;
        letter-spacing: -0.4px;
        line-height: 1.2;
        max-width: 700px;
        color: #f2f2f2; }
        .page-campaign .head-main-text-wrap .head-main-text-left .h1-right a {
          color: #fff; }
          .page-campaign .head-main-text-wrap .head-main-text-left .h1-right a:hover {
            color: rgba(255, 255, 255, 0.5); }
        .page-campaign .head-main-text-wrap .head-main-text-left .h1-right span {
          color: #a1a1a1; }
      .page-campaign .head-main-text-wrap .head-main-text-left p {
        margin: 0;
        line-height: 1.2;
        font-size: 13px;
        letter-spacing: -0.4px;
        color: #f2f2f2; }
        .page-campaign .head-main-text-wrap .head-main-text-left p span {
          color: #a1a1a1; }
        .page-campaign .head-main-text-wrap .head-main-text-left p a {
          color: #fff; }
          .page-campaign .head-main-text-wrap .head-main-text-left p a:hover {
            color: rgba(255, 255, 255, 0.5); }
      .page-campaign .head-main-text-wrap .head-main-text-left .more-button {
        color: #fff;
        display: inline-block;
        border-radius: 2px;
        cursor: pointer; }
    .page-campaign .head-main-text-wrap .head-main-text-right {
      float: right;
      margin-right: 520px;
      margin-top: 30px; }
      .page-campaign .head-main-text-wrap .head-main-text-right.album {
        margin-right: 360px; }
      .page-campaign .head-main-text-wrap .head-main-text-right strong {
        color: #fff;
        font-size: 34px;
        letter-spacing: -1px; }
        .page-campaign .head-main-text-wrap .head-main-text-right strong sup {
          font-size: 20px;
          letter-spacing: -0.6px; }
      .page-campaign .head-main-text-wrap .head-main-text-right p {
        margin-top: 0;
        margin-bottom: 15px;
        color: #7a7a7a;
        font-size: 13px;
        letter-spacing: -0.4px; }
        .page-campaign .head-main-text-wrap .head-main-text-right p sup {
          font-size: 9px;
          letter-spacing: 0; }
  .page-campaign .status .confirmed {
    padding: 0 9px;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    background-color: #fff;
    line-height: 24px;
    height: 24px;
    font-size: 13px;
    letter-spacing: -0.4px;
    font-weight: 600;
    border-radius: 2px; }
  .page-campaign .container-2 {
    width: 1440px; }
  .page-campaign .main-section {
    position: relative;
    padding-bottom: 80px;
    background: #fff; }
  .page-campaign .main-section-left-wrap {
    width: calc(100% - 481px);
    padding-left: 120px;
    position: relative;
    float: left; }
    .page-campaign .main-section-left-wrap .section-fans-wr {
      position: relative; }
  .page-campaign .main-section-left .border {
    position: absolute;
    right: 0px;
    width: 3000px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.07); }
  .page-campaign .top-dropdown-hidden {
    display: none;
    padding: 55px 0 0;
    width: calc(100% + 25px);
    background-color: transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 5;
    right: -12px;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.07); }
    .page-campaign .top-dropdown-hidden ul, .page-campaign .top-dropdown-hidden li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .page-campaign .top-dropdown-hidden ul {
      background-color: #fff;
      margin: 0;
      padding-top: 5px;
      padding-left: 66px;
      padding-bottom: 15px; }
      .page-campaign .top-dropdown-hidden ul li {
        margin-top: 5px; }
        .page-campaign .top-dropdown-hidden ul li a, .page-campaign .top-dropdown-hidden ul li p {
          font-size: 12px;
          letter-spacing: -0.2px;
          font-weight: 600;
          color: #000;
          transition: all .3s ease;
          text-transform: capitalize; }
          .page-campaign .top-dropdown-hidden ul li a:hover, .page-campaign .top-dropdown-hidden ul li p:hover {
            opacity: 0.5; }
  .page-campaign .allMainTabs {
    display: none; }
  .page-campaign .allMainTabs.main-active {
    display: block; }
  .page-campaign .section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 120px; }
  .page-campaign .section-left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .page-campaign .section-left-top .section-nav {
      float: left;
      list-style-type: none;
      padding: 0;
      order: 1; }
      .page-campaign .section-left-top .section-nav li {
        margin-right: 20px;
        float: left; }
        .page-campaign .section-left-top .section-nav li sup {
          font-size: 10px;
          letter-spacing: 0; }
      .page-campaign .section-left-top .section-nav a {
        display: block;
        padding: 20px 0px;
        text-transform: capitalize;
        font-size: 13px;
        letter-spacing: -0.4px;
        color: rgba(0, 0, 0, 0.5);
        transition: all .4s ease; }
        .page-campaign .section-left-top .section-nav a:hover {
          color: rgba(0, 0, 0, 0.3); }
      .page-campaign .section-left-top .section-nav .main-active {
        border-bottom: 2px solid #000; }
        .page-campaign .section-left-top .section-nav .main-active a {
          color: #000;
          font-weight: 600; }
  .page-campaign .sect-wrap-right-top {
    float: right;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.2px;
    order: 2;
    padding: 15px 0px;
    cursor: pointer; }
    .page-campaign .sect-wrap-right-top > div {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      .page-campaign .sect-wrap-right-top > div:first-child {
        margin-left: 0; }
    .page-campaign .sect-wrap-right-top .post_menu_list {
      display: none; }
    .page-campaign .sect-wrap-right-top .applause-count {
      position: relative;
      margin-right: 20px; }
      .page-campaign .sect-wrap-right-top .applause-count:hover, .page-campaign .sect-wrap-right-top .applause-count:focus {
        outline: 0;
        border: 0;
        cursor: pointer; }
        .page-campaign .sect-wrap-right-top .applause-count:hover .whose-likes, .page-campaign .sect-wrap-right-top .applause-count:focus .whose-likes {
          display: block; }
      .page-campaign .sect-wrap-right-top .applause-count .whose-likes {
        position: absolute;
        left: 0;
        display: none;
        padding: 20px;
        overflow-y: auto;
        background: #ffffff;
        z-index: 2;
        width: 240px;
        max-height: 540px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
        .page-campaign .sect-wrap-right-top .applause-count .whose-likes .person {
          margin-bottom: 10px;
          display: flex;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center; }
          .page-campaign .sect-wrap-right-top .applause-count .whose-likes .person:last-child {
            margin-bottom: 0; }
          .page-campaign .sect-wrap-right-top .applause-count .whose-likes .person .person-ava {
            width: 30px;
            height: 30px;
            margin-right: 20px; }
          .page-campaign .sect-wrap-right-top .applause-count .whose-likes .person .person-name {
            color: #000;
            font-size: 13px;
            letter-spacing: -0.4px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow-x: hidden; }
    .page-campaign .sect-wrap-right-top .repost {
      margin-right: 20px; }
      .page-campaign .sect-wrap-right-top .repost:hover {
        cursor: pointer; }
    .page-campaign .sect-wrap-right-top .post_menu {
      margin-right: 20px; }
      .page-campaign .sect-wrap-right-top .post_menu .hidden-upload {
        display: none; }
      .page-campaign .sect-wrap-right-top .post_menu .post_menu_list > ul > li {
        margin-top: 10px;
        margin-bottom: 0; }
        .page-campaign .sect-wrap-right-top .post_menu .post_menu_list > ul > li:first-child {
          margin-top: 0; }
        .page-campaign .sect-wrap-right-top .post_menu .post_menu_list > ul > li a {
          color: inherit; }
    .page-campaign .sect-wrap-right-top .btn-black-30 {
      margin-right: 20px; }
    .page-campaign .sect-wrap-right-top .btn_disabled {
      margin-right: 20px;
      font-weight: 600;
      display: inline-block;
      font-size: 12px;
      letter-spacing: -0.2px;
      color: rgba(0, 0, 0, 0.2);
      line-height: 30px;
      white-space: nowrap;
      background-color: rgba(0, 0, 0, 0.1);
      padding: 0 12px;
      transition: background-color .3s ease,color .3s ease; }
    .page-campaign .sect-wrap-right-top .organizer-wrap {
      margin-left: 15px;
      float: left;
      position: relative;
      top: 8px; }
      .page-campaign .sect-wrap-right-top .organizer-wrap strong {
        color: #bdbdbd;
        font-size: 13px;
        letter-spacing: -0.4px; }
      .page-campaign .sect-wrap-right-top .organizer-wrap span {
        color: #000;
        font-size: 13px;
        letter-spacing: -0.4px; }
    .page-campaign .sect-wrap-right-top .img-comment {
      cursor: default; }
    .page-campaign .sect-wrap-right-top:hover .top-dropdown-hidden {
      display: block; }
  .page-campaign .img-sect-icon-wrap {
    float: left; }
  .page-campaign .socials-wrap {
    padding-bottom: 12px; }
    .page-campaign .socials-wrap .social-item {
      float: left;
      display: block;
      padding: 0 10px;
      margin-left: 10px;
      border: 1px solid #f2f2f2;
      border-radius: 2px;
      height: 22px; }
      .page-campaign .socials-wrap .social-item:hover span {
        color: #cac3c3; }
      .page-campaign .socials-wrap .social-item span {
        line-height: 24px;
        margin-left: 19px;
        font-size: 12px;
        letter-spacing: -0.2px;
        color: #8f8f8f;
        position: relative;
        bottom: 2px; }
      .page-campaign .socials-wrap .social-item svg {
        line-height: 24px;
        position: relative; }
      .page-campaign .socials-wrap .social-item:first-child {
        margin-left: 0; }
        .page-campaign .socials-wrap .social-item:first-child svg {
          bottom: 1px; }
      .page-campaign .socials-wrap .social-item:nth-child(2) svg, .page-campaign .socials-wrap .social-item:nth-child(3) svg {
        bottom: 1px; }
  .page-campaign #description_edit_camp {
    max-width: 100%; }
    .page-campaign #description_edit_camp[contenteditable=true] {
      width: auto;
      outline: 3px solid rgba(0, 0, 0, 0.07);
      padding: 0 4px;
      border-radius: 2px; }
  .page-campaign .main-left-center {
    max-width: 720px;
    margin: 0 auto;
    padding-right: 20px; }
    .page-campaign .main-left-center .h22-wrap {
      margin-top: 100px;
      margin-bottom: 13px; }
      .page-campaign .main-left-center .h22-wrap svg {
        position: relative;
        top: 2px; }
    .page-campaign .main-left-center h2 {
      font-size: 34px;
      letter-spacing: -1px;
      line-height: 34px;
      display: inline-block;
      margin: 0;
      color: #000;
      font-weight: 600;
      margin-right: 10px;
      margin-bottom: 10px;
      max-width: 100%;
      word-wrap: break-word; }
      .page-campaign .main-left-center h2[contenteditable=true] {
        width: 100%;
        white-space: normal !important;
        outline: 3px solid rgba(0, 0, 0, 0.07);
        padding: 0 4px;
        border-radius: 2px;
        word-wrap: break-word; }
    .page-campaign .main-left-center .no_resize {
      font-size: 34px;
      letter-spacing: -1px;
      line-height: 34px;
      display: inline;
      margin: 0;
      color: #000;
      font-weight: 600;
      width: 100%;
      resize: none;
      height: 100%; }
    .page-campaign .main-left-center .block-video {
      position: relative;
      overflow: hidden;
      margin-bottom: 10px; }
    .page-campaign .main-left-center .demo-track {
      margin: 36px 0 14px; }
    .page-campaign .main-left-center .p-sm-l {
      font-size: 13px;
      letter-spacing: -0.4px;
      color: #a1a1a1;
      margin-top: 22px;
      line-height: 18px; }
    .page-campaign .main-left-center .sect-img-wrap-l {
      margin-top: 50px;
      position: relative; }
      .page-campaign .main-left-center .sect-img-wrap-l .img-noMain {
        width: 100%; }
      .page-campaign .main-left-center .sect-img-wrap-l .edit-point {
        position: absolute;
        top: 10px;
        right: 10px; }
  .page-campaign .btn-pencil {
    font-size: 12px;
    letter-spacing: -0.2px; }
  .page-campaign .main-section-right {
    float: right;
    width: 481px;
    background-color: #fff; }
    .page-campaign .main-section-right .first-block-wrap {
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .page-campaign .main-section-right .tickets-wrap {
      border-left: 1px solid #eeeeee; }
  .page-campaign .block-wrap {
    position: relative;
    overflow: hidden; }
    .page-campaign .block-wrap:hover .block-pre {
      opacity: 1; }
    .page-campaign .block-wrap .black-label-wrapper {
      margin-top: 11px;
      margin-bottom: 16px; }
      .page-campaign .block-wrap .black-label-wrapper .black-label {
        display: inline-block;
        background-color: #000;
        color: #a7a7a7;
        line-height: 24px;
        font-size: 12px;
        letter-spacing: -0.2px;
        padding: 0 10px;
        min-width: 40px;
        height: 24px;
        font-weight: 600;
        white-space: nowrap;
        border-radius: 2px;
        text-align: center;
        user-select: none;
        transition: color 0.3s, background-color 0.3s; }
  .page-campaign .block-wrap.sold-ticket {
    background: #fcfcfc !important; }
    .page-campaign .block-wrap.sold-ticket .block-pre {
      display: none;
      opacity: 0; }
  .page-campaign .block-right.sold-ticket .block-right-p-wrap > p {
    color: rgba(0, 0, 0, 0.3); }
  .page-campaign .block-right.sold-ticket .sec-b-sm {
    color: rgba(0, 0, 0, 0.3); }
  .page-campaign .block-right.sold-ticket strong {
    color: rgba(0, 0, 0, 0.3); }
  .page-campaign .block-right.sold-ticket > span {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #a7a7a7;
    background: #000;
    line-height: 24px;
    padding: 0 12px;
    margin-top: 20px; }
  .page-campaign .block-wrap.no-edit {
    background: #fcfcfc !important; }
  .page-campaign .fnd_price-old {
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 24px;
    left: 30px; }
    .page-campaign .fnd_price-old .old-price-amt {
      font-weight: 600; }
  .page-campaign .block-pre {
    background-color: #48ea8d;
    position: absolute;
    transition: all .25s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 16px 0 0 30px;
    cursor: pointer;
    overflow: auto; }
    .page-campaign .block-pre h3 {
      color: #fff;
      font-size: 30px;
      letter-spacing: -1px;
      font-weight: 600;
      margin: 0;
      text-transform: capitalize; }
    .page-campaign .block-pre strong {
      font-weight: 700;
      font-size: 30px;
      letter-spacing: -1px; }
      .page-campaign .block-pre strong sup {
        font-size: 18px;
        letter-spacing: -0.6px; }
        .page-campaign .block-pre strong sup span {
          font-weight: 600; }
    .page-campaign .block-pre p {
      font-size: 11px;
      letter-spacing: 0;
      color: #0a2610;
      text-transform: uppercase; }
  .page-campaign .X {
    cursor: pointer;
    padding: 2px 5px;
    position: absolute;
    top: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    right: 8px;
    display: none;
    color: #ddd;
    transition: all .35s ease; }
    .page-campaign .X:hover {
      color: #000; }
  .page-campaign .block-wrap {
    background-color: #fcfcfc;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee; }
    .page-campaign .block-wrap:nth-child(2) {
      border-top: 1px solid #eeeeee; }
  .page-campaign .sold-ticket .block-pre {
    background-color: rgba(239, 239, 239, 0.97);
    cursor: default; }
    .page-campaign .sold-ticket .block-pre h3 {
      color: #989898;
      font-size: 20px;
      letter-spacing: -0.6px; }
      .page-campaign .sold-ticket .block-pre h3 span {
        bottom: 2px; }
  .page-campaign .new-price-block {
    margin-right: 20px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 17px; }
    .page-campaign .new-price-block .amount {
      display: inline; }
  .page-campaign .old-price-block {
    display: inline-block; }
  .page-campaign .block-right {
    padding-top: 44px;
    padding-left: 29px;
    padding-right: 30px;
    margin-right: 0; }
    .page-campaign .block-right .as-as {
      width: 330px; }
    .page-campaign .block-right .block-right-p-wrap {
      width: 330px; }
    .page-campaign .block-right .block-right-p-wrap {
      margin-top: 10px;
      margin-bottom: 13px;
      line-height: 18px;
      position: relative; }
      .page-campaign .block-right .block-right-p-wrap > p {
        color: #000;
        opacity: .7;
        font-size: 13px;
        letter-spacing: -0.4px;
        display: inline-block;
        margin: 0;
        margin-bottom: 10px;
        max-width: 100%;
        word-wrap: break-word; }
        .page-campaign .block-right .block-right-p-wrap > p[contenteditable=true] {
          width: auto;
          outline: 3px solid rgba(0, 0, 0, 0.2);
          padding: 0 4px;
          border-radius: 2px; }
        .page-campaign .block-right .block-right-p-wrap > p span {
          word-wrap: break-word; }
          .page-campaign .block-right .block-right-p-wrap > p span[contenteditable=true] {
            max-width: 100%;
            display: inline-block;
            width: auto;
            outline: 3px solid rgba(0, 0, 0, 0.2);
            padding: 0 4px;
            border-radius: 2px; }
      .page-campaign .block-right .block-right-p-wrap .price-text {
        display: none;
        margin-top: 25px; }
      .page-campaign .block-right .block-right-p-wrap svg {
        position: absolute;
        margin-top: 1px;
        margin-left: 10px; }
    .page-campaign .block-right h3 {
      font-size: 20px;
      letter-spacing: -0.6px;
      font-weight: 600;
      line-height: 1.2;
      margin-top: 0;
      display: inline;
      margin-right: 10px;
      max-width: 100%;
      margin-bottom: 10px;
      word-wrap: break-word; }
      .page-campaign .block-right h3[contenteditable=true] {
        display: inline-block;
        width: auto;
        outline: 3px solid rgba(0, 0, 0, 0.2);
        padding: 0 4px;
        border-radius: 2px; }
    .page-campaign .block-right .as-as svg {
      margin-right: 14px;
      position: relative;
      top: 2px; }
    .page-campaign .block-right .ticketCount {
      display: inline-block;
      font-weight: 600;
      white-space: nowrap;
      line-height: 24px;
      height: 24px;
      padding: 0 7px;
      font-size: 11px;
      letter-spacing: 0;
      color: #a7a7a7;
      background-color: #e2e2e2;
      position: relative;
      bottom: 4px;
      border-radius: 2px;
      margin-top: 12px; }
    .page-campaign .block-right .sec-b-sm {
      margin-top: 9px;
      color: #bbb;
      font-size: 11px;
      letter-spacing: 0;
      line-height: 9px;
      text-transform: uppercase; }
    .page-campaign .block-right > img {
      position: absolute;
      margin-top: 3px; }
  .page-campaign .all-price-wrap {
    line-height: 1; }
    .page-campaign .all-price-wrap .old-price-block {
      vertical-align: top;
      line-height: 1;
      margin-bottom: 17px; }
    .page-campaign .all-price-wrap .price-old {
      line-height: 1;
      opacity: .5;
      font-weight: 300;
      position: relative; }
      .page-campaign .all-price-wrap .price-old:before {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #000;
        bottom: 8px;
        left: -2px;
        right: -5px; }
      .page-campaign .all-price-wrap .price-old > var {
        position: relative; }
        .page-campaign .all-price-wrap .price-old > var:before {
          content: '';
          position: absolute;
          height: 1px;
          background-color: #000;
          bottom: 13px;
          left: -2px;
          right: -5px; }
      .page-campaign .all-price-wrap .price-old span {
        color: #000;
        font-weight: 300; }
      .page-campaign .all-price-wrap .price-old sup {
        position: relative; }
        .page-campaign .all-price-wrap .price-old sup:before {
          content: '';
          position: absolute;
          height: 1px;
          background-color: #000;
          bottom: 8px;
          left: 0px;
          right: -5px; }
    .page-campaign .all-price-wrap strong {
      color: #000;
      font-size: 20px;
      letter-spacing: -0.6px;
      font-weight: 600; }
      .page-campaign .all-price-wrap strong sup {
        font-size: 18px;
        letter-spacing: -0.6px; }
      .page-campaign .all-price-wrap strong span {
        font-weight: 600; }
  .page-campaign .first-block-wrap {
    background-color: #fff; }
  .page-campaign .first-block {
    padding-left: 32px;
    width: 330px;
    margin-right: 0;
    padding-top: 58px; }
    .page-campaign .first-block .first-te-1 {
      display: none;
      color: #a1a1a1; }
    .page-campaign .first-block h4 {
      font-size: 18px;
      letter-spacing: -0.6px;
      line-height: 1.2;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 20px; }
    .page-campaign .first-block p {
      font-size: 13px;
      letter-spacing: -0.4px;
      line-height: 15px;
      margin-top: 18px; }
      .page-campaign .first-block p svg {
        margin-left: 10px;
        position: relative;
        top: 3px; }
        .page-campaign .first-block p svg path {
          fill: rgba(0, 0, 0, 0.5); }
          .page-campaign .first-block p svg path:hover {
            fill: rgba(0, 0, 0, 0.7); }
    .page-campaign .first-block h3 {
      font-weight: 600;
      font-size: 20px;
      letter-spacing: -0.6px;
      margin-top: 94px;
      margin-bottom: 0; }
  .page-campaign .rol-slide {
    display: none;
    padding-left: 32px;
    padding-top: 2px;
    width: 400px; }
    .page-campaign .rol-slide .sec-b-sm-2 {
      color: #bbb;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 11px;
      letter-spacing: 0;
      line-height: 14px;
      text-transform: uppercase; }
    .page-campaign .rol-slide h5 {
      font-size: 16px;
      letter-spacing: -0.4px;
      margin-bottom: 20px; }
    .page-campaign .rol-slide .third-a {
      position: relative;
      display: inline-block;
      border: none;
      outline: none;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      background-color: #fff;
      transition: all .4s ease;
      cursor: pointer;
      padding: 0;
      width: 50px;
      height: 50px;
      vertical-align: middle; }
      .page-campaign .rol-slide .third-a svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .page-campaign .rol-slide .third-a .cls-2-minus {
        fill: #B0B0B0;
        transition: all .3s ease; }
      .page-campaign .rol-slide .third-a:hover .cls-2-minus {
        fill: #48ea8d; }
    .page-campaign .rol-slide .third-a.disabled {
      cursor: default; }
      .page-campaign .rol-slide .third-a.disabled .cls-2-minus {
        fill: #F1F1F1; }
      .page-campaign .rol-slide .third-a.disabled:hover .cls-2-minus {
        fill: #F1F1F1; }
    .page-campaign .rol-slide .third-b {
      position: relative;
      display: inline-block;
      border: none;
      outline: none;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #fff;
      margin-right: 20px;
      transition: all .4s ease;
      cursor: pointer;
      padding: 0px;
      width: 50px;
      height: 50px;
      vertical-align: middle; }
      .page-campaign .rol-slide .third-b svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .page-campaign .rol-slide .third-b .cls-2-plus {
        fill: #B0B0B0;
        transition: all .3s ease; }
      .page-campaign .rol-slide .third-b:hover .cls-2-plus {
        fill: #48ea8d; }
    .page-campaign .rol-slide .third-b.disabled {
      cursor: default; }
      .page-campaign .rol-slide .third-b.disabled .cls-2-plus {
        fill: #F1F1F1; }
      .page-campaign .rol-slide .third-b.disabled:hover .cls-2-plus {
        fill: #F1F1F1; }
    .page-campaign .rol-slide .third-c {
      background: none;
      display: inline-block;
      text-align: center;
      color: #000;
      width: 20px;
      line-height: 50px;
      font-size: 20px;
      letter-spacing: -0.6px;
      font-weight: 700;
      background-color: #fff;
      vertical-align: middle; }
    .page-campaign .rol-slide .btn-green-50 {
      display: none;
      text-transform: capitalize;
      vertical-align: middle; }
      .page-campaign .rol-slide .btn-green-50.pledge-campaign {
        display: inline-block; }
  .page-campaign .albumTicket .btn-green-50.pledge-album {
    display: inline-block; }
  .page-campaign .albumTicket .btn-green-50.pledge-campaign {
    display: none; }
  .page-campaign .refpro-wrap {
    max-width: 328px;
    padding-left: 32px;
    padding-top: 35px; }
    .page-campaign .refpro-wrap h3 {
      font-size: 28px;
      letter-spacing: -1px;
      line-height: 28px;
      margin-top: 0;
      font-weight: 300;
      margin-bottom: 15px; }
      .page-campaign .refpro-wrap h3 span {
        color: #00e4c2;
        text-transform: capitalize; }
    .page-campaign .refpro-wrap p {
      font-size: 13px;
      letter-spacing: -0.4px;
      margin-bottom: 24px;
      color: #000;
      font-weight: 300; }
    .page-campaign .refpro-wrap a {
      font-weight: 600;
      font-size: 13px;
      letter-spacing: -0.4px;
      display: inline-block;
      color: #000;
      transition: all .3s ease; }
      .page-campaign .refpro-wrap a:hover {
        opacity: .5; }
    .page-campaign .refpro-wrap .get-link {
      font-size: 14px;
      letter-spacing: -0.4px;
      border: 2px solid #eee;
      border-radius: 30px;
      padding: 6px 15px;
      margin-right: 20px; }
  .page-campaign .re-hidden-wrap {
    display: none; }
    .page-campaign .re-hidden-wrap .re-hidden-1, .page-campaign .re-hidden-wrap .re-hidden-2 {
      border: 1px solid #ededed;
      margin-top: 5px;
      padding: 6px 10px; }
      .page-campaign .re-hidden-wrap .re-hidden-1 .re-hidden-1-left, .page-campaign .re-hidden-wrap .re-hidden-2 .re-hidden-1-left {
        float: left;
        width: 84%; }
        .page-campaign .re-hidden-wrap .re-hidden-1 .re-hidden-1-left span, .page-campaign .re-hidden-wrap .re-hidden-2 .re-hidden-1-left span {
          font-size: 12px;
          letter-spacing: -0.2px;
          color: #a3a3a3;
          display: block; }
          .page-campaign .re-hidden-wrap .re-hidden-1 .re-hidden-1-left span:first-letter, .page-campaign .re-hidden-wrap .re-hidden-2 .re-hidden-1-left span:first-letter {
            text-transform: capitalize; }
        .page-campaign .re-hidden-wrap .re-hidden-1 .re-hidden-1-left strong, .page-campaign .re-hidden-wrap .re-hidden-2 .re-hidden-1-left strong {
          font-size: 13px;
          letter-spacing: -0.4px;
          display: block;
          word-wrap: break-word; }
      .page-campaign .re-hidden-wrap .re-hidden-1 .re-hidden-1-right, .page-campaign .re-hidden-wrap .re-hidden-2 .re-hidden-1-right {
        float: right;
        margin-left: 7px; }
        .page-campaign .re-hidden-wrap .re-hidden-1 .re-hidden-1-right a, .page-campaign .re-hidden-wrap .re-hidden-2 .re-hidden-1-right a {
          font-weight: 600;
          font-size: 12px;
          letter-spacing: -0.2px; }
    .page-campaign .re-hidden-wrap > a {
      margin-top: 20px;
      margin-left: 7px; }
  .page-campaign .photo-gallary {
    padding: 18px 0 60px;
    background-color: #f7f7f7; }
    .page-campaign .photo-gallary .container {
      padding: 0 20px; }
    .page-campaign .photo-gallary h3 {
      font-size: 20px;
      letter-spacing: -0.6px;
      margin-bottom: 46px;
      margin-top: 20px; }
  .page-campaign .item-s-wrap {
    float: left;
    margin-right: 1.45%;
    width: 23.9%;
    position: relative;
    overflow: hidden; }
    .page-campaign .item-s-wrap .item-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-image: url(../img/card-bg.png);
      background-size: cover;
      transition: all .4s ease;
      z-index: 0; }
    .page-campaign .item-s-wrap:hover img {
      transform: scale(1.2); }
    .page-campaign .item-s-wrap:hover .item-hover {
      background-color: rgba(0, 0, 0, 0.85); }
    .page-campaign .item-s-wrap:hover .item-s-wrap-text {
      background-color: transparent; }
      .page-campaign .item-s-wrap:hover .item-s-wrap-text strong {
        color: #fff; }
    .page-campaign .item-s-wrap:hover .item-s-wrap-text-b h4, .page-campaign .item-s-wrap:hover .item-s-wrap-text-b h5 {
      color: #fff; }
    .page-campaign .item-s-wrap:hover .item-s-wrap-text-c {
      opacity: 1;
      transform: translate3d(0, -20px, 0); }
    .page-campaign .item-s-wrap:last-child {
      margin-right: 0; }
    .page-campaign .item-s-wrap .item-s-wrap-text-c {
      opacity: 0;
      transition: all .2s ease;
      position: absolute;
      z-index: 4;
      top: 58px;
      left: 16px; }
      .page-campaign .item-s-wrap .item-s-wrap-text-c strong {
        font-size: 20px;
        letter-spacing: -0.6px;
        color: #fff;
        font-weight: 300; }
        .page-campaign .item-s-wrap .item-s-wrap-text-c strong span {
          font-weight: 600; }
    .page-campaign .item-s-wrap .item-s-wrap-text {
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: 2;
      padding: 0 8px;
      line-height: 22px;
      background-color: #000;
      border-radius: 2px;
      transition: background-color .4s ease; }
      .page-campaign .item-s-wrap .item-s-wrap-text strong {
        font-size: 13px;
        letter-spacing: -0.4px;
        font-weight: 600;
        color: #fff;
        transition: all .4s ease; }
        .page-campaign .item-s-wrap .item-s-wrap-text strong span {
          color: #fff;
          opacity: .5; }
    .page-campaign .item-s-wrap .item-s-wrap-text-b {
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 2; }
      .page-campaign .item-s-wrap .item-s-wrap-text-b h4 {
        color: #fff;
        font-size: 16px;
        letter-spacing: -0.4px;
        line-height: 20px;
        margin: 0;
        transition: all .4s ease; }
      .page-campaign .item-s-wrap .item-s-wrap-text-b h5 {
        color: #fff;
        margin: 0;
        line-height: 20px;
        font-size: 15px;
        letter-spacing: -0.4px;
        transition: all .4s ease; }
    .page-campaign .item-s-wrap img {
      width: 100%;
      display: block;
      height: auto;
      transition: transform .3s ease; }
  .page-campaign .video-wrap {
    height: 150px;
    background-image: url("../img/main-pict.jpg");
    background-position: 0 -135px;
    display: block;
    position: relative;
    text-align: center; }
    .page-campaign .video-wrap:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: .8; }
    .page-campaign .video-wrap .edit-point {
      position: absolute;
      top: 10px;
      right: 10px; }
  .page-campaign #myytplayer {
    width: 100%; }
  .page-campaign .play-video.visible {
    display: block; }
  .page-campaign .play-video {
    text-align: center;
    width: 100px;
    height: 85px;
    margin-left: -50px;
    margin-top: -35px;
    text-transform: none;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -50px;
    color: #ff69e1; }
    .page-campaign .play-video svg {
      margin-left: 12px; }
    .page-campaign .play-video span {
      color: #000;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: -0.4px;
      display: block;
      text-align: center;
      width: 100px;
      line-height: 14px;
      margin-right: 7px;
      transition: color .25s ease; }
    .page-campaign .play-video .fillBlack {
      transition: fill .25s ease; }
    .page-campaign .play-video:hover .fillBlack {
      fill: #ff3d4f; }
    .page-campaign .play-video:hover span {
      color: #ff3d4f; }
  .page-campaign .audio-wrap {
    position: relative;
    margin-top: 3px; }
    .page-campaign .audio-wrap .audio-text {
      color: #969696;
      position: absolute;
      top: 7px;
      left: 45px;
      font-size: 12px;
      letter-spacing: -0.2px; }
      .page-campaign .audio-wrap .audio-text strong {
        color: #000;
        font-weight: 600; }
    .page-campaign .audio-wrap .edit-point {
      position: absolute;
      top: 8px;
      right: 10px; }
  .page-campaign .add_commenbox {
    margin-top: 70px; }
  .page-campaign .noPledgers {
    margin-left: 0;
    width: 100%;
    padding: 95px 0 35px;
    text-align: center;
    color: #999;
    font-size: 14px; }
  .page-campaign .section-fans {
    padding-top: 50px;
    max-width: 720px; }
    .page-campaign .section-fans:empty {
      display: none; }
  .page-campaign .section-fans-h3 {
    margin-bottom: 30px;
    margin-left: 120px; }
    .page-campaign .section-fans-h3 h3 {
      font-size: 36px;
      letter-spacing: -1px;
      font-weight: 600;
      color: #000;
      margin: 0; }
  .page-campaign .fans-item {
    margin-top: 20px;
    width: 35%;
    height: 40px;
    float: left;
    display: flex; }
    .page-campaign .fans-item .fans-img {
      float: left;
      width: 40px;
      height: 40px;
      cursor: pointer;
      text-align: center;
      position: relative;
      flex-shrink: 0;
      margin-right: 0; }
      .page-campaign .fans-item .fans-img img {
        width: 100%;
        height: 100%; }
      .page-campaign .fans-item .fans-img > span {
        width: 38px;
        height: 38px;
        border: 1px solid #e0e0e0;
        color: #e0e0e0;
        display: inline-block;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 38px;
        background-color: #dedede;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.2);
        cursor: pointer; }
      .page-campaign .fans-item .fans-img:hover .top-dropdown-hidden {
        display: block; }
    .page-campaign .fans-item .top-dropdown-hidden {
      width: 200px; }
      .page-campaign .fans-item .top-dropdown-hidden ul {
        text-align: left; }
    .page-campaign .fans-item .fans-name {
      float: left;
      padding-left: 15px;
      line-height: 17px;
      white-space: normal;
      width: calc(100% - 40px); }
      .page-campaign .fans-item .fans-name .name-inner {
        display: flex;
        justify-content: flex-start; }
      .page-campaign .fans-item .fans-name strong {
        font-size: 14px;
        letter-spacing: -0.4px;
        font-weight: 600;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .page-campaign .fans-item .fans-name span {
        font-size: 12px;
        letter-spacing: -0.2px;
        opacity: .5;
        white-space: nowrap; }
    .page-campaign .fans-item:nth-child(even) {
      margin-left: 120px; }
  .page-campaign .commentsTab {
    margin: 65px auto 0;
    max-width: 720px; }
    .page-campaign .commentsTab .follows-item {
      max-width: initial;
      min-width: initial;
      font-size: 12px;
      letter-spacing: -0.2px; }
    .page-campaign .commentsTab .follows-item-bot {
      background: none; }
      .page-campaign .commentsTab .follows-item-bot .comments-list:empty ~ .top-comment-form {
        border-top: none;
        padding: 0; }
      .page-campaign .commentsTab .follows-item-bot .comment-text {
        float: none;
        margin-left: 0;
        line-height: 18px;
        width: auto; }
        .page-campaign .commentsTab .follows-item-bot .comment-text p {
          font-size: 13px;
          letter-spacing: -0.4px; }
    .page-campaign .commentsTab .top-comment-form {
      padding: 20px 0; }
    .page-campaign .commentsTab .top-comment-form-reply {
      padding: 0; }
    .page-campaign .commentsTab .comments-item-w {
      padding: 0; }
    .page-campaign .commentsTab .comments-item {
      padding-left: 0;
      padding-right: 0; }
  .page-campaign .top-comment-form {
    position: relative;
    margin-bottom: 44px; }
    .page-campaign .top-comment-form input {
      width: calc(100% - 120px);
      border: 1px solid rgba(0, 0, 0, 0.07);
      line-height: 1.5;
      font-size: 20px;
      letter-spacing: -0.6px;
      padding: 9px 20px 9px 19px;
      outline: none;
      border-radius: 2px; }
      .page-campaign .top-comment-form input:hover {
        border-color: rgba(0, 0, 0, 0.17); }
    .page-campaign .top-comment-form button {
      text-transform: capitalize; }
  .page-campaign .comments-bot {
    margin-top: 50px; }
  .page-campaign .comments-item {
    margin-top: 10px;
    padding: 5px 70px 1px 10px;
    position: relative; }
    .page-campaign .comments-item .top-comment-form {
      margin-left: 55px;
      margin-top: 10px;
      margin-bottom: 15px; }
      .page-campaign .comments-item .top-comment-form input {
        text-indent: 14px;
        font-size: 16px;
        letter-spacing: -0.4px;
        width: calc(100% - 80px);
        padding: 7px 80px 7px 0; }
      .page-campaign .comments-item .top-comment-form .btn-black-50 {
        line-height: 40px;
        height: 40px; }
    .page-campaign .comments-item .img-comment {
      float: left; }
      .page-campaign .comments-item .img-comment img {
        width: 100%; }
    .page-campaign .comments-item .comment-text {
      float: left;
      margin-left: 15px;
      line-height: 20px;
      width: 85%; }
      .page-campaign .comments-item .comment-text p {
        font-size: 14px;
        letter-spacing: -0.4px;
        word-wrap: break-word; }
      .page-campaign .comments-item .comment-text strong {
        color: #555;
        font-size: 12px;
        letter-spacing: -0.2px; }
        .page-campaign .comments-item .comment-text strong span {
          color: #a1a1a1; }
      .page-campaign .comments-item .comment-text i {
        color: #a1a1a1;
        font-style: normal;
        font-size: 12px;
        letter-spacing: -0.2px;
        margin-left: 10px; }
    .page-campaign .comments-item [data-btn="reply"] {
      position: absolute;
      display: none;
      margin: 0;
      top: 15px;
      cursor: pointer;
      right: 14px;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: -0.2px;
      color: #ccc;
      text-transform: capitalize; }
      .page-campaign .comments-item [data-btn="reply"]:hover {
        color: #ddd; }
  .page-campaign .no-img-comment:hover {
    background-color: rgba(0, 0, 0, 0.07); }
    .page-campaign .no-img-comment:hover [data-btn="reply"] {
      display: inline-block; }
  .page-campaign .img-comment {
    width: 40px;
    height: 40px;
    text-align: center; }
    .page-campaign .img-comment img {
      width: 100% !important;
      height: 100% !important; }
    .page-campaign .img-comment > span {
      background: #dedede;
      color: rgba(0, 0, 0, 0.2);
      width: 38px;
      height: 38px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: -0.6px;
      line-height: 38px;
      font-weight: 600; }
    .page-campaign .img-comment:hover .top-dropdown-hidden {
      display: block; }
    .page-campaign .img-comment .top-dropdown-hidden {
      width: 200px;
      top: -5px;
      left: 0;
      padding: 10px 0 10px 10px;
      background-color: #FFF;
      cursor: default; }
      .page-campaign .img-comment .top-dropdown-hidden > span {
        font-size: 13px;
        letter-spacing: -0.4px;
        position: absolute;
        left: 73px;
        top: 20px; }
      .page-campaign .img-comment .top-dropdown-hidden ul {
        text-align: left;
        padding: 46px 0 5px 64px; }
  .page-campaign .comment-answer {
    margin-left: 60px; }
  .page-campaign .comment-write {
    background-color: #fcfcfc; }
  .page-campaign .comments-more {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 2px;
    background-color: #000;
    padding: 9px 10px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    transition: all .3s ease; }
    .page-campaign .comments-more:hover {
      opacity: 0.5; }
  .page-campaign .edit-container {
    background-color: #ff2051;
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8; }
    .page-campaign .edit-container .edit-container-buttons {
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .page-campaign .edit-container .edit-container-buttons .loaderInner {
        left: auto;
        right: -40px;
        background-color: transparent;
        display: none; }
      .page-campaign .edit-container .edit-container-buttons span {
        font-size: 13px;
        letter-spacing: -0.4px;
        line-height: 13px;
        color: #fff;
        transition: all .3s ease; }
      .page-campaign .edit-container .edit-container-buttons .btn-link {
        margin-right: 26px;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: -0.4px; }
        .page-campaign .edit-container .edit-container-buttons .btn-link:hover {
          color: rgba(255, 255, 255, 0.5); }
      .page-campaign .edit-container .edit-container-buttons span {
        margin-right: 28px;
        font-size: 14px;
        letter-spacing: -0.4px; }
    .page-campaign .edit-container .ed-but-wr {
      display: flex;
      align-items: center; }
  .page-campaign .edit {
    border: 3px solid rgba(255, 255, 255, 0.1); }
  .page-campaign .audio-edit-wrap {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.07);
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-campaign .video-edit-wrap {
    height: 150px; }
    .page-campaign .video-edit-wrap .audio-edit-button {
      margin-top: 66px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -37px;
      z-index: 3; }
  .page-campaign .editArtistBtn {
    position: absolute;
    right: 50px;
    top: 16px; }
  .page-campaign #preview {
    width: 100% !important;
    height: auto !important; }
  .page-campaign .input-file-wr {
    height: 36px;
    width: 255px;
    margin: 14px auto 0;
    position: relative;
    overflow: hidden; }
    .page-campaign .input-file-wr input[type=file] {
      display: none; }
  .page-campaign .input-otherfile-wr input[type=file] {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100%;
    transform: scale(20);
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .page-campaign .input-otherfile-wr-wr {
    position: relative;
    height: 40px;
    width: 115px; }
  .page-campaign .input-otherfile-wr {
    position: absolute;
    left: 12px;
    top: 12px;
    display: none;
    overflow: hidden;
    cursor: pointer; }
  .page-campaign .steps-wr {
    position: relative;
    max-height: 1114px; }
  .page-campaign #filedrag {
    text-align: center;
    color: #555;
    border: 1px dashed transparent;
    border-radius: 2px;
    cursor: default;
    height: 594px; }
    .page-campaign #filedrag.hover {
      background-color: #393839; }
      .page-campaign #filedrag.hover h3 {
        color: #fff;
        margin-top: 270px; }
      .page-campaign #filedrag.hover span, .page-campaign #filedrag.hover .input-file-wr {
        display: none; }
    .page-campaign #filedrag h3 {
      font-size: 24px;
      letter-spacing: -1px;
      margin-top: 200px;
      font-weight: 200;
      opacity: 0.5; }
    .page-campaign #filedrag > span {
      font-size: 14px;
      letter-spacing: -0.4px;
      font-weight: 200;
      opacity: 0.5; }
  .page-campaign .step-3 {
    margin-top: 60px;
    padding-bottom: 60px;
    display: none; }
  .page-campaign .step-3.step-video-3 {
    display: block; }
  .page-campaign .step-2 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    white-space: nowrap;
    font-size: 0;
    display: none; }
    .page-campaign .step-2 h5 {
      font-weight: 300;
      margin: 0 0 26px;
      display: block;
      font-size: 24px;
      letter-spacing: -1px;
      line-height: 24px;
      opacity: .5; }
    .page-campaign .step-2:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .page-campaign .st-h5-wr {
    margin-top: -60px; }
  .page-campaign .st-3-wr {
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  .page-campaign .top-button {
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #9a9a9a;
    position: absolute;
    padding: 10px 12px;
    top: 12px;
    cursor: pointer;
    border: none; }
  .page-campaign .top-button-light {
    background-color: #f2f2f2;
    top: 0; }
  .page-campaign .top-button-black {
    right: 12px;
    color: #fff;
    display: none;
    background-color: #000;
    text-transform: capitalize;
    transition: all .3s ease; }
    .page-campaign .top-button-black:hover {
      background-color: #f7f7f7;
      color: #323232; }
  .page-campaign .top-crop {
    height: 59px;
    border-bottom: 1px solid #ededed;
    text-align: center; }
    .page-campaign .top-crop span {
      font-size: 14px;
      letter-spacing: -0.4px;
      display: inline-block;
      margin-top: 20px; }
  .page-campaign .total-crop {
    background-color: #ededed;
    width: 240px;
    margin: auto; }
  .page-campaign .sold-crop {
    height: 3px;
    width: 0;
    background-color: #48ea8d; }
  .page-campaign .video-preview {
    position: relative;
    height: 150px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.07); }
    .page-campaign .video-preview .background-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background: top center no-repeat;
      background-size: cover;
      opacity: 0.1; }
    .page-campaign .video-preview .btn-video-play {
      position: relative;
      display: inline-block;
      margin: 10px;
      background-color: black;
      height: 40px;
      width: 40px;
      border-radius: 2px;
      vertical-align: middle; }
      .page-campaign .video-preview .btn-video-play:hover {
        cursor: pointer; }
      .page-campaign .video-preview .btn-video-play svg {
        fill: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-campaign .video-preview span {
      font-size: 12px;
      letter-spacing: -0.2px;
      vertical-align: middle; }
    .page-campaign .video-preview .delete-video {
      position: absolute;
      top: 10px;
      right: 10px; }
  .page-campaign .audio-tracks .track {
    background-color: rgba(0, 0, 0, 0.07); }
    .page-campaign .audio-tracks .track .track-wrapper .track-middle {
      width: auto; }
  .page-campaign .Description {
    margin-top: 26px; }
    .page-campaign .Description .mce-offscreen-selection {
      max-width: 100%; }
    .page-campaign .Description iframe {
      width: 100%;
      height: 400px; }
    .page-campaign .Description p + h3 {
      margin-top: 17px; }
    .page-campaign .Description p:empty {
      display: block;
      height: 26px; }
      .page-campaign .Description p:empty + p:empty {
        display: none; }
    .page-campaign .Description p + .img, .page-campaign .Description p + .video {
      margin-top: 32px; }
    .page-campaign .Description h3 + h3 {
      margin-top: 19px; }
    .page-campaign .Description h3 + p {
      margin-top: 18px; }
    .page-campaign .Description h3 + .img, .page-campaign .Description h3 + .video {
      margin-top: 34px; }
    .page-campaign .Description .img + h3, .page-campaign .Description .video + h3 {
      margin-top: 35px; }
    .page-campaign .Description .img + p, .page-campaign .Description .video + p {
      margin-top: 34px; }
    .page-campaign .Description .img + .img, .page-campaign .Description .img + .video, .page-campaign .Description .video + .img, .page-campaign .Description .video + .video {
      margin-top: 40px; }
    .page-campaign .Description p {
      word-wrap: break-word;
      font-size: 16px !important;
      letter-spacing: -0.4px;
      line-height: 26px; }
    .page-campaign .Description h3 {
      font-size: 24px;
      letter-spacing: -1px;
      line-height: 28px; }
    .page-campaign .Description .website-link {
      cursor: pointer;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #000; }
      .page-campaign .Description .website-link:hover {
        color: rgba(0, 0, 0, 0.5); }
    .page-campaign .Description .video {
      padding-top: 0;
      background: none;
      font-size: 0;
      line-height: 1; }
    .page-campaign .Description .local-video {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      display: block;
      background-color: #000; }
      .page-campaign .Description .local-video img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%; }
      .page-campaign .Description .local-video .btn-play-square {
        outline: 0; }
    .page-campaign .Description .youtube-wrapper {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      display: block;
      background-color: #000; }
      .page-campaign .Description .youtube-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
    .page-campaign .Description .vimeo-iframe {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      display: block;
      background-color: #000; }
      .page-campaign .Description .vimeo-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
  .page-campaign .gde {
    margin: 0 0 10px; }
  .page-campaign .gde img {
    width: 100% !important;
    height: auto !important; }
  .page-campaign .refpro-wrap-private {
    max-width: 328px;
    border-radius: 2px;
    margin-top: 28px;
    margin-bottom: 44px;
    background-color: #7f7f7f; }
    .page-campaign .refpro-wrap-private h3 {
      font-size: 30px;
      letter-spacing: -1px;
      line-height: 30px;
      margin-top: 0;
      font-weight: 300;
      margin-bottom: 15px; }
      .page-campaign .refpro-wrap-private h3 span {
        color: #00e4c2; }
    .page-campaign .refpro-wrap-private p {
      font-size: 13px;
      letter-spacing: -0.4px;
      margin-bottom: 24px;
      color: #000;
      font-weight: 300; }
    .page-campaign .refpro-wrap-private a {
      font-weight: 600;
      font-size: 13px;
      letter-spacing: -0.4px;
      display: inline-block;
      color: #000;
      transition: all .3s ease; }
      .page-campaign .refpro-wrap-private a:hover {
        opacity: .5; }
  .page-campaign .main-section {
    position: relative; }
  .page-campaign .prj_video {
    width: 100%;
    height: 150px;
    margin-top: 26px;
    text-align: center;
    position: relative; }
    .page-campaign .prj_video .audio-edit-button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -9px 0 0 -36px;
      z-index: 1; }
  .page-campaign .prj_photo {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden; }
    .page-campaign .prj_photo img {
      opacity: .1; }
  .page-campaign .container-2 {
    width: 1440px; }
  .page-campaign .sect-wrap-right-top .organizer-wrap {
    margin-left: 15px;
    float: left;
    position: relative;
    top: 8px; }
    .page-campaign .sect-wrap-right-top .organizer-wrap strong {
      color: #bdbdbd;
      font-size: 13px;
      letter-spacing: -0.4px; }
    .page-campaign .sect-wrap-right-top .organizer-wrap span {
      color: #000;
      font-size: 13px;
      letter-spacing: -0.4px; }
  .page-campaign .sect-wrap-right-top:hover .top-dropdown-hidden {
    display: block; }
  .page-campaign .img-sect-icon-wrap {
    float: left; }
  .page-campaign .re-hidden-wrap-private .re-hidden-1-private, .page-campaign .re-hidden-wrap-private .re-hidden-2-private {
    padding: 8px 15px 10px 9px; }
    .page-campaign .re-hidden-wrap-private .re-hidden-1-private .re-hidden-1-left-private, .page-campaign .re-hidden-wrap-private .re-hidden-2-private .re-hidden-1-left-private {
      float: left;
      width: 84%; }
      .page-campaign .re-hidden-wrap-private .re-hidden-1-private .re-hidden-1-left-private span, .page-campaign .re-hidden-wrap-private .re-hidden-2-private .re-hidden-1-left-private span {
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 12px;
        color: #fff;
        opacity: .5;
        display: block; }
      .page-campaign .re-hidden-wrap-private .re-hidden-1-private .re-hidden-1-left-private strong, .page-campaign .re-hidden-wrap-private .re-hidden-2-private .re-hidden-1-left-private strong {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 20px;
        color: #fff;
        margin-top: 5px;
        display: block;
        word-wrap: break-word; }
    .page-campaign .re-hidden-wrap-private .re-hidden-1-private .re-hidden-1-right-private, .page-campaign .re-hidden-wrap-private .re-hidden-2-private .re-hidden-1-right-private {
      float: right;
      margin-top: 7px; }
      .page-campaign .re-hidden-wrap-private .re-hidden-1-private .re-hidden-1-right-private a, .page-campaign .re-hidden-wrap-private .re-hidden-2-private .re-hidden-1-right-private a {
        font-weight: 600;
        font-size: 12px;
        letter-spacing: -0.2px;
        color: #fff; }
  .page-campaign .re-hidden-wrap-private .re-hidden-2-private {
    border-top: 1px solid #959595; }
    .page-campaign .re-hidden-wrap-private .re-hidden-2-private .re-hidden-1-left-private strong {
      font-size: 13px;
      letter-spacing: -0.4px; }
  .page-campaign var {
    font-style: normal; }
  .page-campaign .private-top-block {
    padding: 50px 0 10px;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff; }
    .page-campaign .private-top-block .sect-wrap-right-top {
      float: none;
      display: inline-block;
      position: relative;
      margin-right: 0; }
  .page-campaign .private-main-block {
    background-color: #f7f7f7;
    padding: 42px 0 80px; }
    .page-campaign .private-main-block .field-error-message {
      font-size: 12px; }
    .page-campaign .private-main-block form {
      max-width: 536px;
      margin: 0 auto; }
    .page-campaign .private-main-block .socials-wrap {
      margin: 60px auto 0;
      max-width: 396px; }
      .page-campaign .private-main-block .socials-wrap a {
        border-color: #eaeaea; }
        .page-campaign .private-main-block .socials-wrap a span {
          font-weight: 600; }
  .page-campaign .top-private-text {
    text-align: center; }
    .page-campaign .top-private-text h3 {
      font-size: 20px;
      letter-spacing: -0.6px;
      line-height: 20px;
      font-weight: 600;
      margin: 0; }
    .page-campaign .top-private-text p {
      margin: 16px auto 37px;
      font-size: 13px;
      letter-spacing: -0.4px;
      line-height: 16px;
      width: 360px; }
  .page-campaign .field {
    line-height: 1; }
    .page-campaign .field .field-name {
      font-size: 12px;
      line-height: 1; }
  .page-campaign .password-row {
    display: flex;
    justify-content: center; }
    .page-campaign .password-row .field {
      margin-right: 20px;
      margin-bottom: 0;
      width: 250px; }
  .page-campaign .passphrase-wr {
    position: relative;
    margin: 38px auto 0;
    width: 75%; }
    .page-campaign .passphrase-wr input {
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-radius: 2px;
      padding: 31px 0 9px;
      text-indent: 14px;
      width: 100%;
      max-width: 305px;
      color: #000;
      outline: none;
      font-size: 16px;
      letter-spacing: -0.4px;
      box-sizing: border-box; }
      .page-campaign .passphrase-wr input:hover {
        border: 1px solid rgba(0, 0, 0, 0.17); }
    .page-campaign .passphrase-wr label {
      text-transform: capitalize; }
    .page-campaign .passphrase-wr textarea {
      width: 100%;
      padding: 0;
      resize: none !important;
      height: 80px; }
    .page-campaign .passphrase-wr button {
      height: 60px;
      font-size: 14px;
      letter-spacing: -0.4px;
      line-height: 60px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0; }
  .page-campaign .input-private-wr-wrap {
    display: none; }
    .page-campaign .input-private-wr-wrap .success-send-app {
      font-size: 13px;
      line-height: 16px;
      color: rgba(0, 0, 0, 0.5);
      text-align: center;
      margin-top: 36px; }
    .page-campaign .input-private-wr-wrap .text-send-app {
      font-size: 13px;
      line-height: 16px;
      color: rgba(0, 0, 0, 0.5);
      text-align: center;
      margin-top: -3px; }
    .page-campaign .input-private-wr-wrap .field {
      width: 360px;
      margin-left: auto;
      margin-right: auto; }
    .page-campaign .input-private-wr-wrap .passphrase-wr {
      margin-top: 0;
      height: auto; }
      .page-campaign .input-private-wr-wrap .passphrase-wr textarea {
        resize: none !important;
        font-size: 13px; }
    .page-campaign .input-private-wr-wrap p a {
      color: #000;
      font-weight: 600; }
    .page-campaign .input-private-wr-wrap .btn-black-wide {
      max-width: 360px;
      margin: 20px auto 0;
      display: block; }
  .page-campaign .passphrase-or {
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.4px;
    color: #7a7a7a;
    margin: 28px 0 35px; }
    .page-campaign .passphrase-or strong {
      font-weight: 600;
      color: #000;
      cursor: pointer;
      transition: all .3s ease; }
      .page-campaign .passphrase-or strong:hover {
        opacity: .5; }
  .page-campaign .button-black-big {
    text-align: center;
    width: 75%;
    margin: 20px auto 0;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 14px;
    color: #fff;
    background-color: #000;
    text-align: center;
    outline: 0;
    cursor: pointer;
    border: none;
    display: block;
    font-weight: 600;
    border-radius: 2px;
    padding: 23px 24px;
    transition: all .3s ease; }
    .page-campaign .button-black-big:hover {
      opacity: .5; }
  .page-campaign .audio-wrap-new {
    position: relative; }
    .page-campaign .audio-wrap-new .btn-black-30 {
      margin-top: 20px; }
  .page-campaign .section-pad > .pladge-big-button-wrap {
    display: none; }
  .page-campaign .pladge-big-button-wrap {
    padding: 30px 30px 0 30px; }
  .page-campaign .pladge-big-button {
    display: block; }
    .page-campaign .pladge-big-button:first-letter {
      text-transform: uppercase; }
  .page-campaign .btn-stroked-gray-36 {
    display: block;
    line-height: 48px;
    height: 50px; }
    .page-campaign .btn-stroked-gray-36:first-letter {
      text-transform: uppercase; }
  .page-campaign .tour-in-country .inner {
    flex-basis: calc(100% - 240px); }
  .page-campaign .inner {
    font-size: 0;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative; }
    .page-campaign .inner > * {
      font-size: initial;
      box-sizing: border-box; }
    .page-campaign .inner .events {
      display: flex;
      justify-content: space-between;
      margin-left: -20px;
      margin-right: -20px; }
      .page-campaign .inner .events .item {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 20px; }
        .page-campaign .inner .events .item .info .name {
          padding-right: 0; }
    .page-campaign .inner .albums {
      display: flex;
      justify-content: space-between;
      margin: 0 -20px; }
      .page-campaign .inner .albums .item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 20%;
        padding: 0 20px; }
        .page-campaign .inner .albums .item .info .name {
          padding-right: 0; }
    .page-campaign .inner .tour-events {
      display: flex;
      flex-wrap: wrap;
      padding: 0 40px; }
      .page-campaign .inner .tour-events .item {
        width: 270px;
        display: flex;
        margin-top: 41px;
        margin-right: 40px; }
        .page-campaign .inner .tour-events .item:nth-child(4n) {
          margin-right: 0; }
        .page-campaign .inner .tour-events .item .image {
          overflow: hidden; }
          .page-campaign .inner .tour-events .item .image img {
            filter: blur(20px); }
        .page-campaign .inner .tour-events .item .image-text {
          position: absolute;
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(0, 0, 0, 0.8);
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          font-weight: 600;
          font-size: 20px;
          line-height: 20px;
          color: #fff; }
        .page-campaign .inner .tour-events .item .item_wrapper {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding-top: 40px; }
          .page-campaign .inner .tour-events .item .item_wrapper .item_footer .btns {
            padding-bottom: 30px; }
        .page-campaign .inner .tour-events .item:nth-child(4n):not(:last-child) .item_footer:after {
          position: absolute;
          left: 0;
          content: "";
          display: block;
          height: 1px;
          background: rgba(0, 0, 0, 0.07);
          width: 100%; }
        .page-campaign .inner .tour-events .item .item_inner {
          padding: 0 20px 0px 20px;
          flex: 0 0 auto; }
          .page-campaign .inner .tour-events .item .item_inner .info .name {
            max-height: 2.4em;
            padding-right: 50px; }
        .page-campaign .inner .tour-events .item .item_footer {
          margin: 20px 20px 0px;
          padding-top: 10px;
          border-top: 1px solid rgba(0, 0, 0, 0.07); }
    .page-campaign .inner .item {
      display: inline-block;
      vertical-align: top;
      float: none;
      line-height: 1.2; }
      .page-campaign .inner .item:last-child {
        margin-right: 0px; }
      .page-campaign .inner .item:hover .item_inner .hover_info {
        opacity: 1 !important; }
      .page-campaign .inner .item:hover .item_inner .image .post_menu .post_menu_btn {
        display: inline-block; }
      .page-campaign .inner .item:hover .item_footer .btns .btn_preorder_ticket {
        visibility: visible; }
      .page-campaign .inner .item .item_inner {
        position: relative; }
        .page-campaign .inner .item .item_inner .image {
          display: block;
          position: relative;
          z-index: 1; }
          .page-campaign .inner .item .item_inner .image img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%; }
          .page-campaign .inner .item .item_inner .image .image-text {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(0, 0, 0, 0.8);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            font-weight: 600;
            font-size: 20px;
            letter-spacing: -0.6px;
            line-height: 20px;
            color: #fff; }
          .page-campaign .inner .item .item_inner .image .hover_info {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            color: rgba(255, 255, 255, 0.5);
            font-size: 11px;
            letter-spacing: 0;
            padding: 20px;
            opacity: 0;
            transition: all .4s ease;
            text-decoration: none; }
          .page-campaign .inner .item .item_inner .image .estimate_date {
            margin-bottom: 15px; }
            .page-campaign .inner .item .item_inner .image .estimate_date .estimate_value {
              font-weight: 600;
              font-size: 12px;
              letter-spacing: -0.2px;
              color: #fff;
              margin-top: 5px; }
          .page-campaign .inner .item .item_inner .image .confirmation_point .confirmation_value {
            font-weight: 600;
            font-size: 12px;
            letter-spacing: -0.2px;
            color: #fff;
            margin-top: 5px; }
          .page-campaign .inner .item .item_inner .image .post_menu {
            width: 100px;
            position: absolute;
            right: 16px;
            top: calc(100% - 37px);
            z-index: 3; }
            .page-campaign .inner .item .item_inner .image .post_menu .post_menu_btn {
              position: absolute;
              right: 0px;
              z-index: 1;
              display: none; }
              .page-campaign .inner .item .item_inner .image .post_menu .post_menu_btn:hover {
                background-color: rgba(255, 255, 255, 0.2); }
                .page-campaign .inner .item .item_inner .image .post_menu .post_menu_btn:hover .menu_point {
                  background-color: #dedede; }
              .page-campaign .inner .item .item_inner .image .post_menu .post_menu_btn .menu_point {
                background-color: #8d8d8d; }
            .page-campaign .inner .item .item_inner .image .post_menu .post_menu_list {
              display: none;
              font-weight: 600;
              font-size: 12px;
              letter-spacing: -0.2px;
              line-height: 24px;
              color: #000;
              background-color: #fff;
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
              padding: 20px;
              position: relative;
              z-index: 2; }
              .page-campaign .inner .item .item_inner .image .post_menu .post_menu_list ul {
                margin: 0;
                padding: 0;
                list-style-type: none; }
                .page-campaign .inner .item .item_inner .image .post_menu .post_menu_list ul li {
                  padding: 0;
                  margin: 0;
                  list-style: none; }
        .page-campaign .inner .item .item_inner .progress_line {
          height: 4px;
          position: relative;
          z-index: 0;
          margin-bottom: 20px; }
          .page-campaign .inner .item .item_inner .progress_line:hover {
            z-index: 2; }
          .page-campaign .inner .item .item_inner .progress_line .confirmed .zero {
            background-color: #48ea8d; }
          .page-campaign .inner .item .item_inner .progress_line .confirmed .funded_progress {
            background-color: #48ea8d; }
          .page-campaign .inner .item .item_inner .progress_line .zero {
            width: 10px;
            position: absolute;
            left: 0;
            height: 100%;
            background-color: #000; }
          .page-campaign .inner .item .item_inner .progress_line .progress {
            width: calc(100% - 10px);
            height: 100%;
            position: absolute;
            right: 0; }
            .page-campaign .inner .item .item_inner .progress_line .progress .conf_point {
              height: 100%;
              background-color: #c2c2c2;
              position: absolute;
              left: 0;
              z-index: 1;
              max-width: 100%; }
              .page-campaign .inner .item .item_inner .progress_line .progress .conf_point:hover .notice {
                display: block; }
              .page-campaign .inner .item .item_inner .progress_line .progress .conf_point .notice {
                position: absolute;
                bottom: 20px;
                right: -100%;
                z-index: 4;
                width: 328px;
                background-color: #c2c2c2;
                padding: 13px;
                font-size: 11px;
                letter-spacing: 0;
                color: #000;
                display: none; }
                .page-campaign .inner .item .item_inner .progress_line .progress .conf_point .notice .notice-title {
                  font-weight: 600;
                  margin-bottom: 15px; }
            .page-campaign .inner .item .item_inner .progress_line .progress .funded_progress {
              height: 100%;
              background-color: #000;
              position: absolute;
              left: 0;
              z-index: 2; }
        .page-campaign .inner .item .item_inner .info {
          position: relative; }
          .page-campaign .inner .item .item_inner .info .name {
            line-height: 1.2em;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: -0.4px; }
            .page-campaign .inner .item .item_inner .info .name:hover {
              color: rgba(0, 0, 0, 0.5); }
          .page-campaign .inner .item .item_inner .info .crowd_desc span {
            max-height: 2.4em;
            font-size: 12px;
            letter-spacing: -0.2px;
            color: rgba(0, 0, 0, 0.5);
            line-height: 1.2em;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            margin-top: 20px;
            word-wrap: break-word; }
          .page-campaign .inner .item .item_inner .info .applause-outer {
            position: absolute;
            right: 0;
            top: 0;
            white-space: nowrap;
            max-width: 50px;
            cursor: pointer; }
            .page-campaign .inner .item .item_inner .info .applause-outer .svg-like {
              display: inline-block;
              vertical-align: middle;
              fill: rgba(0, 0, 0, 0.2);
              margin-right: 8px; }
            .page-campaign .inner .item .item_inner .info .applause-outer .like_count {
              display: inline-block;
              vertical-align: middle;
              font-size: 12px;
              letter-spacing: -0.2px;
              color: rgba(0, 0, 0, 0.5); }
          .page-campaign .inner .item .item_inner .info .album_title .artist {
            font-size: 12px;
            letter-spacing: -0.2px;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .page-campaign .inner .item .item_inner .info .album_title .artist:hover {
              color: rgba(0, 0, 0, 0.5); }
          .page-campaign .inner .item .item_inner .info .album_title .genre {
            color: #a3a3a3;
            font-size: 12px;
            letter-spacing: -0.2px;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      .page-campaign .inner .item .item_footer .event_title {
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .page-campaign .inner .item .item_footer .event_title span {
          color: #a1a1a1; }
      .page-campaign .inner .item .item_footer .event_user {
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #a3a3a3; }
        .page-campaign .inner .item .item_footer .event_user a {
          text-decoration: none;
          color: #000; }
          .page-campaign .inner .item .item_footer .event_user a:hover {
            color: rgba(0, 0, 0, 0.5); }
      .page-campaign .inner .item .item_footer .btns {
        margin-top: 20px;
        font-size: 0; }
        .page-campaign .inner .item .item_footer .btns .btn_successful {
          display: inline-block;
          padding: 0 12px;
          font-weight: 600;
          line-height: 28px;
          font-size: 12px;
          letter-spacing: -0.2px;
          border: 1px solid #dedede;
          border-radius: 3px;
          color: rgba(0, 0, 0, 0.5);
          white-space: nowrap;
          margin-right: 10px; }
        .page-campaign .inner .item .item_footer .btns .btn_preorder_ticket {
          display: inline-block;
          visibility: hidden;
          background-color: #48ea8d;
          font-weight: 600;
          color: #fff;
          font-size: 12px;
          letter-spacing: -0.2px;
          line-height: 30px;
          padding: 0 15px;
          cursor: pointer;
          margin-left: 0px; }
  .page-campaign .tag_private {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #000;
    padding: 0 13px;
    border-radius: 2px;
    font-weight: 600;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.5);
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    .page-campaign .tag_private .approximately {
      display: none; }
  .page-campaign .tag_funded {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #000;
    padding: 0 13px;
    border-radius: 2px;
    font-weight: 600;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #fff;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    text-overflow: ellipsis; }
    .page-campaign .tag_funded .approximately {
      display: none;
      font-size: 11px;
      letter-spacing: 0;
      color: #000;
      position: absolute;
      padding: 10px;
      background-color: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      z-index: 2; }
    .page-campaign .tag_funded:hover .approximately {
      display: block; }
  .page-campaign .sponsors-item-wrap {
    display: flex;
    margin: 0px -20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .page-campaign .sponsors-item-wrap .edit-sponsors-text {
      padding: 0 20px; }
    .page-campaign .sponsors-item-wrap .sponsor_item {
      padding: 0px 20px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      cursor: pointer;
      margin-bottom: 20px;
      box-sizing: content-box; }
      .page-campaign .sponsors-item-wrap .sponsor_item img {
        max-height: 120px;
        max-width: 120px; }
  .page-campaign .tour-wrapper {
    padding: 60px 0; }
    .page-campaign .tour-wrapper .tour-in-country {
      padding: 0 0 30px 120px;
      display: flex; }
      .page-campaign .tour-wrapper .tour-in-country:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .page-campaign .tour-wrapper .tour-in-country .tour-left {
        padding-top: 40px; }
    .page-campaign .tour-wrapper .tour-descr {
      display: flex;
      padding: 0px 120px 40px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .page-campaign .tour-wrapper .tour-descr .tour-right .descr-text {
        font-size: 16px;
        letter-spacing: -0.4px;
        line-height: 24px; }
    .page-campaign .tour-wrapper .tour-left {
      flex-basis: 240px;
      flex-shrink: 0; }
      .page-campaign .tour-wrapper .tour-left .tour-header {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 24px; }
    .page-campaign .tour-wrapper .tour-right {
      flex-basis: calc(100% - 240px); }
  .page-campaign .mejs__controls:not([style*="display: none"]) {
    background: none; }
  .page-campaign .mejs__play > button {
    background: url(../img/play-black.svg);
    background-position: 4px 3px; }
  .page-campaign .mejs__pause > button {
    background: url(../img/pause-black.svg);
    background-position: 4px; }
  .page-campaign .mejs__button {
    margin-top: 8px;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    cursor: pointer; }
    .page-campaign .mejs__button > button {
      background-repeat: no-repeat;
      margin: 0; }
  .page-campaign .mejs__container {
    background: #f8f8f8; }
  .page-campaign .mejs__controls {
    background: none;
    padding: 0;
    height: 35px; }
  .page-campaign .mejs__time-total {
    background: transparent;
    margin: 0;
    height: 1px;
    bottom: 0;
    padding-top: 5px; }
  .page-campaign .mejs__time-buffering, .page-campaign .mejs__time-current, .page-campaign .mejs__time-float, .page-campaign .mejs__time-float-corner, .page-campaign .mejs__time-float-current, .page-campaign .mejs__time-handle, .page-campaign .mejs__time-loaded, .page-campaign .mejs__time-marker {
    height: 1px; }
  .page-campaign .mejs__time-current {
    background: #000;
    bottom: 0; }
  .page-campaign .mejs__time-rail {
    width: auto !important;
    right: 0;
    padding-top: 0;
    margin: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .page-campaign .mejs__time {
    color: #000;
    opacity: .3;
    padding: 0;
    position: absolute;
    right: 12px;
    font-size: 12px;
    letter-spacing: -0.2px;
    top: 12px; }
    .page-campaign .mejs__time span:nth-child(2) {
      display: none; }
    .page-campaign .mejs__time .mejs__currenttime {
      display: none; }
  .page-campaign .fillBlack {
    fill: #000; }
  .page-campaign .shareFacebook {
    fill: #3857a0; }
  .page-campaign .shareGoogle {
    fill: #ec6c54; }
  .page-campaign .shareTwit {
    fill: #00adf9; }
  .page-campaign .shareMail {
    fill: #b3b3b3; }
  .page-campaign .fillOk {
    fill: #48ea8d; }

.mce-window {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border: none; }
  .mce-window[aria-labelledby="addImage"] .mce-foot {
    border: none; }
  .mce-window[aria-labelledby="addVideo"] .mce-foot {
    border: none; }
  .mce-window .link-loader-in-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }

.mce-container .form-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  /* CROP & DROP image */ }
  .mce-container .form-progress-bar .progress-line {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    width: 180px; }
    .mce-container .form-progress-bar .progress-line .progress-load {
      height: 100%;
      background-color: #48ea8d;
      width: 0; }

.page-campaign {
  /* end of CROP & DROP */
  /* ADD VIDEO */
  /* end of ADD VIDEO */
  /*  Video block  */
  /*  end of Video block  */
  /* ADD TRACK */
  /* end of ADD TRACK */
  /* Large Devices, Wide Screens */ }
  .page-campaign .drop-zone-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03); }
    .page-campaign .drop-zone-container .form-progress-bar {
      display: none; }
    .page-campaign .drop-zone-container.uploading .drop-zone-content {
      display: none; }
    .page-campaign .drop-zone-container.uploading .youtube-video-block {
      display: none; }
    .page-campaign .drop-zone-container.uploading .drop_hover {
      display: none; }
    .page-campaign .drop-zone-container.uploading .form-progress-bar {
      display: flex; }
    .page-campaign .drop-zone-container.image {
      min-height: 320px; }
    .page-campaign .drop-zone-container.image-cover {
      min-height: 480px; }
    .page-campaign .drop-zone-container.video {
      min-height: 270px;
      align-items: flex-start;
      padding-top: 37px; }
      .page-campaign .drop-zone-container.video .or.last_or {
        margin-top: 15px;
        margin-bottom: 0; }
    .page-campaign .drop-zone-container.audio {
      min-height: 180px; }
    .page-campaign .drop-zone-container.sponsor-logo {
      min-height: 180px; }
    .page-campaign .drop-zone-container.active .drop_hover {
      display: flex; }
  .page-campaign .drop-zone-content .title {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1; }
  .page-campaign .drop-zone-content .or {
    font-size: 14px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.5);
    margin: 11px 0 17px; }
  .page-campaign .drop-zone-content .input-file-wr {
    height: auto;
    width: auto;
    margin-top: 0; }
    .page-campaign .drop-zone-content .input-file-wr label {
      color: #000;
      line-height: 34px;
      padding: 0 21px 0 19px;
      font-size: 13px;
      letter-spacing: -0.4px; }
      .page-campaign .drop-zone-content .input-file-wr label:hover {
        color: rgba(0, 0, 0, 0.5); }
  .page-campaign .drop_hover {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    .page-campaign .drop_hover span {
      font-size: 24px;
      letter-spacing: -1px;
      font-weight: 300;
      color: #fff; }
  .page-campaign .campaign-preview-image, .page-campaign .campaign-preview-video {
    position: relative; }
    .page-campaign .campaign-preview-image label, .page-campaign .campaign-preview-video label {
      color: rgba(0, 0, 0, 0.2);
      font-size: 16px;
      letter-spacing: -0.4px; }
      .page-campaign .campaign-preview-image label .icon-addimg, .page-campaign .campaign-preview-video label .icon-addimg {
        cursor: pointer; }
        .page-campaign .campaign-preview-image label .icon-addimg:hover, .page-campaign .campaign-preview-video label .icon-addimg:hover {
          color: rgba(0, 0, 0, 0.1); }
    .page-campaign .campaign-preview-image .remove-image, .page-campaign .campaign-preview-image .remove-video, .page-campaign .campaign-preview-video .remove-image, .page-campaign .campaign-preview-video .remove-video {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
    .page-campaign .campaign-preview-image .btn-play-square, .page-campaign .campaign-preview-video .btn-play-square {
      position: absolute;
      bottom: 10px;
      left: 10px; }
  .page-campaign .campaign-preview-video {
    background: #000; }
  .page-campaign .campaign-preview-image label {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  .page-campaign #crop_image_container_popup .loader {
    position: absolute; }
  .page-campaign #crop_image_container_popup .crop-img-popup {
    width: 480px;
    margin: 0 auto;
    background-color: #fff;
    position: relative; }
    .page-campaign #crop_image_container_popup .crop-img-popup .crop-top {
      height: 60px;
      padding: 10px 10px 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .page-campaign #crop_image_container_popup .crop-img-popup .crop-top .title {
        font-size: 14px;
        letter-spacing: -0.4px; }
      .page-campaign #crop_image_container_popup .crop-img-popup .crop-top .link_black {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: -0.4px;
        margin-right: 20px;
        cursor: pointer; }
        .page-campaign #crop_image_container_popup .crop-img-popup .crop-top .link_black:hover {
          color: rgba(0, 0, 0, 0.7); }
  .page-campaign .drop_hover {
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    .page-campaign .drop_hover span {
      font-size: 24px;
      letter-spacing: -1px;
      font-weight: 300;
      color: #fff; }
  .page-campaign .video-drop-area {
    position: relative; }
    .page-campaign .video-drop-area .jp-type-single {
      display: flex;
      justify-content: center; }
    .page-campaign .video-drop-area .jp-jplayer {
      max-width: 100%;
      height: 270px;
      background: #000000; }
    .page-campaign .video-drop-area video {
      max-width: 100%;
      max-height: 100%; }
    .page-campaign .video-drop-area .svg_pause {
      display: none;
      fill: #fff; }
    .page-campaign .video-drop-area .jp-state-playing .svg_play {
      display: none; }
    .page-campaign .video-drop-area .jp-state-playing .svg_pause {
      display: block; }
  .page-campaign .btn-play-square {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  .page-campaign .form-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.03); }
    .page-campaign .form-progress-bar .progress-line {
      height: 3px;
      background-color: rgba(0, 0, 0, 0.1);
      position: relative;
      width: 180px; }
      .page-campaign .form-progress-bar .progress-line .progress-load {
        height: 100%;
        background-color: #48ea8d;
        width: 0; }
  .page-campaign .youtube-video-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.07); }
    .page-campaign .youtube-video-block input {
      border: none;
      background: none;
      width: 80%;
      text-align: center;
      font-size: 14px;
      letter-spacing: -0.4px; }
    .page-campaign .youtube-video-block .youtube-loader {
      position: absolute;
      right: 17px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block; }
      .page-campaign .youtube-video-block .youtube-loader .loaderInner {
        position: static;
        width: 14px;
        height: 14px;
        margin: 0; }
  .page-campaign .video-preview-images {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    width: calc(100% - 80px);
    z-index: 1;
    justify-content: flex-end; }
    .page-campaign .video-preview-images .preview-video-image {
      padding-right: 5px; }
      .page-campaign .video-preview-images .preview-video-image.select-image {
        cursor: pointer; }
        .page-campaign .video-preview-images .preview-video-image.select-image:hover img {
          opacity: 1; }
        .page-campaign .video-preview-images .preview-video-image.select-image .loaded-image .selected-icon {
          display: flex; }
      .page-campaign .video-preview-images .preview-video-image .preview-video-inner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 54px;
        width: 92px;
        background-color: #fff; }
        .page-campaign .video-preview-images .preview-video-image .preview-video-inner .video_load_preview {
          display: none; }
        .page-campaign .video-preview-images .preview-video-image .preview-video-inner.loaded-image {
          background-color: #000; }
          .page-campaign .video-preview-images .preview-video-image .preview-video-inner.loaded-image:hover img {
            opacity: 0.9; }
          .page-campaign .video-preview-images .preview-video-image .preview-video-inner.loaded-image .video_load_preview {
            display: block;
            width: 96px;
            height: 54px;
            cursor: pointer; }
          .page-campaign .video-preview-images .preview-video-image .preview-video-inner.loaded-image .btn-x {
            display: block; }
          .page-campaign .video-preview-images .preview-video-image .preview-video-inner.loaded-image label {
            display: none; }
        .page-campaign .video-preview-images .preview-video-image .preview-video-inner .btn-x {
          display: none;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 2; }
      .page-campaign .video-preview-images .preview-video-image .selected-icon {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1; }
    .page-campaign .video-preview-images .other-preview-images {
      display: flex;
      justify-content: space-between; }
    .page-campaign .video-preview-images .video-select-img {
      position: relative;
      margin-right: 5px;
      width: 92px;
      height: 54px;
      cursor: pointer;
      background-color: #000; }
      .page-campaign .video-preview-images .video-select-img:hover img {
        opacity: 0.9; }
      .page-campaign .video-preview-images .video-select-img img {
        height: 100%;
        width: auto;
        max-height: none;
        margin: 0 auto; }
      .page-campaign .video-preview-images .video-select-img .selected_icon {
        display: none; }
      .page-campaign .video-preview-images .video-select-img.loading {
        background: #fff; }
      .page-campaign .video-preview-images .video-select-img.select-image .selected_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.8); }
        .page-campaign .video-preview-images .video-select-img.select-image .selected_icon .svg_check {
          fill: #fff; }
    .page-campaign .video-preview-images .video_img_file input {
      display: none; }
  .page-campaign .video-obj {
    margin: 0 auto; }
  .page-campaign .block-video .video {
    position: relative; }
    .page-campaign .block-video .video.video-block {
      padding-top: 56.25%;
      background-color: #000; }
  .page-campaign .video-block {
    position: relative; }
    .page-campaign .video-block.loading .video_player_template > img {
      opacity: 0; }
    .page-campaign .video-block.loading .btn-play-square {
      display: block; }
      .page-campaign .video-block.loading .btn-play-square:before {
        display: none; }
    .page-campaign .video-block.loading .loaderInner {
      display: inline-block; }
    .page-campaign .video-block .loaderInner {
      display: none;
      margin: 0;
      position: static;
      height: 15px;
      width: 15px;
      border: 1px solid #fff;
      border-right-color: transparent; }
    .page-campaign .video-block .jp-video {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%; }
    .page-campaign .video-block .jp-type-single {
      position: relative;
      height: 100%; }
    .page-campaign .video-block .jp-jplayer {
      margin: 0 auto;
      max-height: 100%; }
  .page-campaign .video_player_template {
    opacity: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1; }
    .page-campaign .video_player_template.loaded:hover .jp-state-playing .btn-play-square {
      visibility: visible;
      opacity: 1; }
    .page-campaign .video_player_template.loaded > img {
      opacity: 0; }
    .page-campaign .video_player_template.loaded > .jp-play {
      display: none; }
    .page-campaign .video_player_template.loaded .jp-video .btn-play-square {
      display: block;
      text-align: center;
      z-index: 5; }
    .page-campaign .video_player_template.loaded > .btn-play-square {
      display: none; }
    .page-campaign .video_player_template > img {
      opacity: 1;
      transition: all 0.5s; }
    .page-campaign .video_player_template > .jp-video {
      transition: all 1s; }
      .page-campaign .video_player_template > .jp-video .btn-play-square {
        display: none; }
    .page-campaign .video_player_template.loaded-video {
      z-index: auto;
      opacity: 1; }
    .page-campaign .video_player_template .btn-play-square {
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 1; }
    .page-campaign .video_player_template img {
      margin: 0 auto;
      position: relative;
      z-index: 1;
      height: 100%;
      transition: all 0.5s; }
      .page-campaign .video_player_template img:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #e5e5e5; }
      .page-campaign .video_player_template img:after {
        content: "\e910";
        font-family: icomoon;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        letter-spacing: -1px;
        color: rgba(0, 0, 0, 0.2); }
  .page-campaign .video-obj-el {
    position: relative;
    padding-bottom: 56.25%;
    background-color: #000; }
  .page-campaign .jp-gui {
    font-size: 12px;
    line-height: 1; }
  .page-campaign .video-block .image {
    background-color: #000; }
    .page-campaign .video-block .image img {
      margin: 0 auto;
      cursor: pointer;
      width: 100%; }
      .page-campaign .video-block .image img:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #e5e5e5; }
      .page-campaign .video-block .image img:after {
        content: "\e910";
        font-family: icomoon;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        letter-spacing: -1px;
        color: rgba(0, 0, 0, 0.2); }
  .page-campaign .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    background-color: #000; }
    .page-campaign .youtube-container:after {
      content: '';
      position: absolute;
      display: block;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      border: 1px solid rgba(0, 0, 0, 0.07);
      pointer-events: none; }
    .page-campaign .youtube-container.playing .youtube-player {
      visibility: hidden;
      opacity: 0; }
    .page-campaign .youtube-container + .text-content {
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      border-right: 1px solid rgba(0, 0, 0, 0.07); }
    .page-campaign .youtube-container iframe {
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .page-campaign .youtube-container .youtube-player {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      letter-spacing: -1px;
      color: rgba(0, 0, 0, 0.2);
      opacity: 1;
      transition: all 0.5s linear 0s;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%; }
      .page-campaign .youtube-container .youtube-player .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
        transition: all 2s linear 0s; }
        .page-campaign .youtube-container .youtube-player .image img {
          width: 100%;
          height: auto;
          display: inline;
          max-height: none; }
    .page-campaign .youtube-container img {
      height: 100%;
      margin: 0 auto;
      min-height: 270px;
      cursor: pointer; }
      .page-campaign .youtube-container img:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #e5e5e5; }
      .page-campaign .youtube-container img:after {
        content: "\e910";
        font-family: icomoon;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        letter-spacing: -1px;
        color: rgba(0, 0, 0, 0.2); }
  .page-campaign .audio-edit-area {
    position: relative; }
    .page-campaign .audio-edit-area .audio-container {
      display: flex;
      align-items: flex-start;
      position: relative;
      margin-bottom: 5px;
      background-color: rgba(0, 0, 0, 0.07); }
      .page-campaign .audio-edit-area .audio-container:hover .audio-preview label {
        display: block; }
      .page-campaign .audio-edit-area .audio-container:hover .tack_buttons {
        display: flex; }
      .page-campaign .audio-edit-area .audio-container .multi {
        width: 100%; }
        .page-campaign .audio-edit-area .audio-container .multi .selectize-input {
          padding-right: 10px; }
    .page-campaign .audio-edit-area .audio-poster {
      width: 80px;
      margin-bottom: 10px;
      position: relative; }
    .page-campaign .audio-edit-area .audio-obj {
      margin-bottom: 5px; }
      .page-campaign .audio-edit-area .audio-obj .load-file {
        min-height: 120px; }
    .page-campaign .audio-edit-area .poster-audio {
      position: relative;
      height: 60px;
      width: 60px;
      flex-shrink: 0; }
      .page-campaign .audio-edit-area .poster-audio .btn-insert-img {
        display: none; }
      .page-campaign .audio-edit-area .poster-audio:hover .btn-insert-img {
        display: block; }
      .page-campaign .audio-edit-area .poster-audio [src*="sm-bg.jpg"] + label .btn-insert-img {
        display: block; }
    .page-campaign .audio-edit-area .btn-insert-img {
      position: absolute;
      left: 10px;
      top: 10px; }
      .page-campaign .audio-edit-area .btn-insert-img:hover .icon-addimg {
        color: rgba(0, 0, 0, 0.1); }
    .page-campaign .audio-edit-area .play-new-track {
      height: 60px;
      width: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      letter-spacing: -0.4px;
      flex-shrink: 0; }
      .page-campaign .audio-edit-area .play-new-track .icon-play, .page-campaign .audio-edit-area .play-new-track .icon-pause {
        cursor: pointer; }
        .page-campaign .audio-edit-area .play-new-track .icon-play:hover, .page-campaign .audio-edit-area .play-new-track .icon-pause:hover {
          color: rgba(0, 0, 0, 0.5); }
    .page-campaign .audio-edit-area .audio-info {
      max-width: calc(100% - 120px);
      flex-basis: 100%;
      font-size: 12px;
      letter-spacing: -0.2px;
      /*end temp*/ }
      .page-campaign .audio-edit-area .audio-info label {
        min-height: 40px;
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        .page-campaign .audio-edit-area .audio-info label:hover {
          border-bottom-color: rgba(0, 0, 0, 0.17); }
        .page-campaign .audio-edit-area .audio-info label:focus-within {
          border-bottom-color: #000; }
      .page-campaign .audio-edit-area .audio-info input::placeholder {
        opacity: 0; }
      .page-campaign .audio-edit-area .audio-info input:focus::placeholder {
        opacity: 1; }
      .page-campaign .audio-edit-area .audio-info .audio-name input {
        flex-basis: 100%;
        padding-right: 28px;
        font-size: 13px;
        letter-spacing: -0.4px; }
      .page-campaign .audio-edit-area .audio-info .artist-field-select.open {
        z-index: 4; }
        .page-campaign .audio-edit-area .audio-info .artist-field-select.open .dropdown-inner {
          display: block; }
      .page-campaign .audio-edit-area .audio-info .artist-field-select .dropdown-inner {
        display: none; }
      .page-campaign .audio-edit-area .audio-info .artist-field-select .artist_input_outer {
        position: relative;
        flex-basis: 100%;
        font-size: 13px;
        letter-spacing: -0.4px;
        height: 40px;
        width: 100%; }
      .page-campaign .audio-edit-area .audio-info .artist-field-select .artist_input {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        width: 100%; }
        .page-campaign .audio-edit-area .audio-info .artist-field-select .artist_input input {
          width: 100%;
          height: 40px;
          padding-right: 10px;
          font-size: 13px;
          letter-spacing: -0.4px; }
      .page-campaign .audio-edit-area .audio-info .artist-field-select .dropdown_outer {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
      .page-campaign .audio-edit-area .audio-info .artist-list {
        padding: 5px 10px; }
        .page-campaign .audio-edit-area .audio-info .artist-list input::placeholder {
          opacity: 0; }
        .page-campaign .audio-edit-area .audio-info .artist-list input:focus::placeholder {
          opacity: 1; }
        .page-campaign .audio-edit-area .audio-info .artist-list .artist-item {
          display: flex;
          align-items: center;
          padding: 5px;
          cursor: pointer;
          margin-bottom: 0; }
          .page-campaign .audio-edit-area .audio-info .artist-list .artist-item:hover {
            background-color: rgba(0, 0, 0, 0.07); }
          .page-campaign .audio-edit-area .audio-info .artist-list .artist-item.select {
            background-color: rgba(0, 0, 0, 0.07); }
          .page-campaign .audio-edit-area .audio-info .artist-list .artist-item .avatar {
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin-right: 10px; }
      .page-campaign .audio-edit-area .audio-info .audio-genre {
        /*temp*/ }
        .page-campaign .audio-edit-area .audio-info .audio-genre.open {
          z-index: 4; }
          .page-campaign .audio-edit-area .audio-info .audio-genre.open .dropdown_outer {
            padding: 5px 0; }
        .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-dropdown [data-selectable]:last-child {
          margin-bottom: 0; }
        .page-campaign .audio-edit-area .audio-info .audio-genre .item-count {
          margin-right: 4px; }
        .page-campaign .audio-edit-area .audio-info .audio-genre input::placeholder {
          opacity: 0; }
        .page-campaign .audio-edit-area .audio-info .audio-genre input:focus::placeholder {
          opacity: 1; }
        .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-control {
          max-width: calc(100% - 90px); }
          .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-control.multi .selectize-input {
            white-space: nowrap; }
            .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-control.multi .selectize-input .item-count:after {
              content: ','; }
            .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-control.multi .selectize-input:not(.input-active) .item-count:last-of-type:after {
              display: none; }
            .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-control.multi .selectize-input.full .item-count:last-of-type:after {
              display: none; }
        .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-dropdown {
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          top: 40px !important; }
          .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-dropdown:after {
            content: none; }
        .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-input {
          min-height: 40px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          padding-left: 0; }
          .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-input.full {
            background: none; }
          .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-input > div {
            cursor: default;
            margin: 0 4px 0 0;
            padding: 0;
            background: none;
            color: inherit;
            border: none;
            pointer-events: none; }
          .page-campaign .audio-edit-area .audio-info .audio-genre .selectize-input .has-items {
            padding: 0; }
      .page-campaign .audio-edit-area .audio-info .selectize-control {
        position: static; }
      .page-campaign .audio-edit-area .audio-info .selectize-dropdown {
        position: absolute; }
      .page-campaign .audio-edit-area .audio-info .selectize-input {
        padding: 0; }
      .page-campaign .audio-edit-area .audio-info .property-name {
        color: rgba(0, 0, 0, 0.5);
        padding-right: 10px;
        flex-basis: 90px;
        flex-shrink: 0; }
    .page-campaign .audio-edit-area .btn-x {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .page-campaign .audio-edit-area .form-progress-bar {
      position: relative;
      height: 120px; }
    .page-campaign .audio-edit-area .audio-preview {
      width: 60px;
      height: 60px;
      position: relative; }
      .page-campaign .audio-edit-area .audio-preview label {
        display: none;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        cursor: pointer; }
        .page-campaign .audio-edit-area .audio-preview label:hover {
          opacity: 0.8; }
        .page-campaign .audio-edit-area .audio-preview label:active {
          opacity: 0.5; }
        .page-campaign .audio-edit-area .audio-preview label span {
          display: inline-block;
          background-color: #fff;
          padding: 12px 8px;
          border-radius: 50%; }
          .page-campaign .audio-edit-area .audio-preview label span .svg_choose_photo {
            display: block;
            fill: #ccc; }
      .page-campaign .audio-edit-area .audio-preview input {
        display: none; }
    .page-campaign .audio-edit-area audio {
      display: none; }
    .page-campaign .audio-edit-area .play {
      width: 60px;
      height: 60px;
      position: relative; }
      .page-campaign .audio-edit-area .play .audio_status {
        display: inline-block;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
    .page-campaign .audio-edit-area .track_info {
      flex-basis: calc(100% - 120px);
      position: relative; }
      .page-campaign .audio-edit-area .track_info > label {
        display: flex;
        position: relative;
        line-height: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        .page-campaign .audio-edit-area .track_info > label > span {
          flex-basis: 90px;
          flex-shrink: 0; }
        .page-campaign .audio-edit-area .track_info > label input,
        .page-campaign .audio-edit-area .track_info > label .selectize-control {
          flex-basis: 100%; }
      .page-campaign .audio-edit-area .track_info .track_name input {
        padding-right: 40px; }
      .page-campaign .audio-edit-area .track_info .artist-list {
        width: calc(100% - 90px);
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 2;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.07);
        padding: 10px; }
      .page-campaign .audio-edit-area .track_info .tack_buttons {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        display: none; }
        .page-campaign .audio-edit-area .track_info .tack_buttons > div {
          cursor: pointer; }
        .page-campaign .audio-edit-area .track_info .tack_buttons .svg_edit,
        .page-campaign .audio-edit-area .track_info .tack_buttons .svg_delete {
          display: block;
          margin-left: 1px; }

@media only screen and (max-width: 1662px) {
  .page-campaign .head-main-text-wrap {
    margin-left: 60px; }
  .page-campaign .head-items-wrap {
    left: 60px; }
  .page-campaign .section-top {
    padding-left: 60px; }
  .page-campaign .tour-wrapper .tour-descr {
    padding-left: 60px; }
  .page-campaign .tour-wrapper .tour-in-country {
    padding-left: 60px; } }

@media only screen and (max-width: 1620px) {
  .page-campaign .head-main-text-wrap .head-main-text-left h1 {
    font-size: 30px;
    letter-spacing: -1px; }
  .page-campaign .head-main-text-wrap .head-main-text-right {
    margin-top: 83px; }
    .page-campaign .head-main-text-wrap .head-main-text-right strong {
      font-size: 30px;
      letter-spacing: -1px; }
  .page-campaign .main-left-center h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  .page-campaign .section-fans-h3 h3 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 30px; } }

@media only screen and (max-width: 1426px) {
  .page-campaign .main-left-center h2 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px; }
  .page-campaign .section-fans-h3 h3 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px; } }

@media only screen and (max-width: 1400px) {
  .page-campaign .main-section-left-wrap {
    width: calc(100% - 481px);
    padding-left: 60px; }
  .page-campaign .head-main-text-wrap .head-main-text-right {
    margin-right: 500px; }
  .page-campaign .head-main-text-wrap .head-main-text-left .h1-right {
    font-size: 14px;
    letter-spacing: -0.4px; }
  .page-campaign .head-main-text-wrap .head-main-text-left span {
    font-size: 14px;
    letter-spacing: -0.4px; }
  .page-campaign .head-main-text-wrap .head-main-text-right {
    margin-top: 83px; }
    .page-campaign .head-main-text-wrap .head-main-text-right strong {
      font-size: 24px;
      letter-spacing: -1px; }
      .page-campaign .head-main-text-wrap .head-main-text-right strong sup {
        font-size: 17px;
        letter-spacing: -0.6px; }
  .page-campaign .section-fans {
    padding-left: 0; } }

@media only screen and (max-width: 1366px) {
  .page-campaign .head-main-text-wrap {
    margin-left: 40px; }
    .page-campaign .head-main-text-wrap .head-main-text-left .h1-right {
      margin-bottom: 4px; }
  .page-campaign .head-items-wrap {
    left: 40px; }
  .page-campaign .head-items-wrap .items > span {
    font-size: 12px;
    letter-spacing: -0.2px; }
  .page-campaign .head-items-wrap .items > strong {
    font-size: 12px;
    letter-spacing: -0.2px; }
  .page-campaign .confirmed {
    font-size: 12px;
    letter-spacing: -0.2px; } }

@media only screen and (max-width: 1305px) {
  .page-campaign .main-section-left-wrap {
    padding-left: 20px;
    width: calc(100% - 481px); } }

@media only screen and (max-width: 1260px) {
  .page-campaign .head-main-text-wrap .head-main-text-left h1 {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 20px; }
  .page-campaign .head-main-text-wrap .head-main-text-left .h1-right {
    font-size: 12px;
    letter-spacing: -0.2px; }
  .page-campaign .head-main-text-wrap .head-main-text-left span {
    font-size: 12px;
    letter-spacing: -0.2px; }
  .page-campaign .head-main-text-wrap .head-main-text-right {
    margin-top: 83px; }
    .page-campaign .head-main-text-wrap .head-main-text-right strong {
      font-size: 20px;
      letter-spacing: -0.6px; }
      .page-campaign .head-main-text-wrap .head-main-text-right strong sup {
        font-size: 14px;
        letter-spacing: -0.4px; }
    .page-campaign .head-main-text-wrap .head-main-text-right p {
      font-size: 12px;
      letter-spacing: -0.2px; }
  .page-campaign .inner {
    width: 890px; }
    .page-campaign .inner .events .item {
      width: 33.33%; }
      .page-campaign .inner .events .item:last-child {
        display: none; }
    .page-campaign .inner .albums .item {
      width: 25%; }
      .page-campaign .inner .albums .item:last-child {
        display: none; } }

@media only screen and (max-width: 1199px) {
  .page-campaign {
    /**/ }
    .page-campaign .sect-wrap-right-top {
      margin-right: 20px; }
      .page-campaign .sect-wrap-right-top .post_menu .post_menu_btn {
        margin-right: 20px; }
      .page-campaign .sect-wrap-right-top .post_menu .hidden-upload {
        display: block; }
      .page-campaign .sect-wrap-right-top .btn_black {
        display: none; }
      .page-campaign .sect-wrap-right-top .btn_disabled {
        display: none; }
    .page-campaign .X {
      top: 0;
      font-size: 26px;
      letter-spacing: -1px;
      right: 15px; }
    .page-campaign .photo-gallary .container {
      padding: 0 70px; }
    .page-campaign .item-s-wrap {
      width: 32.3%; }
      .page-campaign .item-s-wrap:last-child {
        display: none; }
      .page-campaign .item-s-wrap:nth-child(4) {
        margin-right: 0; }
    .page-campaign .main-section-left-wrap {
      width: calc(100% - 358px);
      padding-left: 60px; }
      .page-campaign .main-section-left-wrap .border {
        top: 62px; }
    .page-campaign .main-section-right {
      width: 358px; }
    .page-campaign .first-block {
      width: 303px; }
    .page-campaign .block-right .as-as, .page-campaign .block-right .block-right-p-wrap {
      width: 303px; }
    .page-campaign .main-left-center {
      margin-left: 0; }
    .page-campaign .first-block .first-te-1 {
      display: block;
      margin-top: 5px; }
    .page-campaign .first-block h3 {
      font-weight: 700;
      font-size: 30px;
      letter-spacing: -1px;
      margin-bottom: 0; }
    .page-campaign .top-head .top-head-right a {
      margin-right: 26px;
      font-size: 11px;
      letter-spacing: 0; }
      .page-campaign .top-head .top-head-right a:nth-child(3) {
        margin-right: 0px; }
    .page-campaign .section-fans .section-fans-h3 {
      margin-left: 0; }
    .page-campaign .section-fans .fans-item {
      margin-left: 0; } }

@media only screen and (max-width: 1145px) {
  .page-campaign .item-s-wrap {
    width: 31.7%; } }

@media only screen and (max-width: 1115px) {
  .page-campaign .tickets-wrap .pladge-big-button-wrap {
    display: none; }
  .page-campaign .section-pad > .pladge-big-button-wrap {
    display: block;
    margin: 0px auto;
    max-width: 720px;
    padding: 20px 20px 5px; }
  .page-campaign .first-block {
    width: 90%; }
  .page-campaign .block-right .as-as, .page-campaign .block-right .block-right-p-wrap {
    width: 90%; }
  .page-campaign .main-section-right {
    width: 100%;
    margin: auto; }
  .page-campaign .tickets-wrap {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee; }
  .page-campaign .main-left-center {
    margin-right: 0;
    padding-right: 0; }
  .page-campaign .head-bot-right {
    height: 320px;
    width: 100%; }
  .page-campaign .main-section-right {
    width: 720px; }
  .page-campaign .main-section-left-wrap {
    float: none;
    margin: auto;
    width: 720px;
    padding: 0 20px; }
    .page-campaign .main-section-left-wrap .border {
      position: static;
      width: 100%; }
  .page-campaign .main-section-right {
    position: static;
    padding-top: 60px;
    float: none; } }

@media only screen and (max-width: 1050px) {
  .page-campaign .inner {
    width: 580px; }
    .page-campaign .inner .events .item {
      width: 50%; }
      .page-campaign .inner .events .item:nth-child(n+3) {
        display: none; }
    .page-campaign .inner .albums .item {
      width: 33.33%; }
      .page-campaign .inner .albums .item:nth-child(n+4) {
        display: none; } }

@media only screen and (max-width: 1015px) {
  .page-campaign .bg-top-blur-2 img {
    margin-top: 0;
    margin-bottom: 0; } }

/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
/**/
.s4m .albums .item {
  margin: 0; }

.s4m .albums .image {
  margin-bottom: 0; }

.comments-list > div:first-child {
  border-top: none; }

.confirm-lolli {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px; }
  .confirm-lolli .alert_ok {
    border: 2px solid #000;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer; }
    .confirm-lolli .alert_ok:hover {
      border-color: #777;
      color: #777; }

@media (max-width: 1679px) {
  .page-campaign .tour-wrapper .tour-in-country {
    flex-wrap: wrap;
    padding-right: 0; }
  .page-campaign .tour-wrapper .inner {
    margin: 0;
    flex-basis: 100%; }
    .page-campaign .tour-wrapper .inner .tour-events {
      width: 1200px;
      padding: 0; } }

@media (max-width: 1439px) {
  .page-campaign .inner .tour-events {
    width: 1120px; }
    .page-campaign .inner .tour-events .item {
      width: 265px;
      margin-top: 21px;
      margin-right: 20px; } }

@media (max-width: 1199px) {
  .page-campaign .tour-wrapper .inner .tour-events {
    width: 100%;
    max-width: 960px; }
    .page-campaign .tour-wrapper .inner .tour-events .item:nth-child(4n) {
      margin-right: 20px; }
    .page-campaign .tour-wrapper .inner .tour-events .item:nth-child(3n) {
      margin-right: 0; }
  .page-campaign .head-items-wrap {
    left: 60px; }
  .page-campaign .head-main-text-wrap {
    margin-left: 60px; }
    .page-campaign .head-main-text-wrap .head-main-text-left {
      float: none; }
      .page-campaign .head-main-text-wrap .head-main-text-left h1 {
        font-size: 34px;
        line-height: 34px; }
      .page-campaign .head-main-text-wrap .head-main-text-left p {
        font-size: 16px;
        max-width: 700px; }
    .page-campaign .head-main-text-wrap .head-main-text-right {
      float: none;
      margin-right: 0;
      position: relative;
      margin-top: 40px; }
      .page-campaign .head-main-text-wrap .head-main-text-right strong {
        font-size: 34px; }
        .page-campaign .head-main-text-wrap .head-main-text-right strong sup {
          font-size: 24px; }
  .page-campaign .head-bot .head-bot-wrap {
    height: auto; }
  .page-campaign .head-bot .head-bot-left-wrap {
    position: absolute;
    top: 0;
    left: 0; }
    .page-campaign .head-bot .head-bot-left-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8); }
  .page-campaign .bg-top-blur-2 {
    display: block;
    overflow: hidden; }
    .page-campaign .bg-top-blur-2 img {
      margin-top: -40px;
      margin-bottom: -100px; }
  .page-campaign .bg-top-blur-1-wrap {
    display: none; }
  .page-campaign .head-bot-left-bottom-no {
    width: 100%; }
    .page-campaign .head-bot-left-bottom-no.album {
      width: 100%; }
  .page-campaign .head-bot-right {
    display: none; } }
