.intro-profile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-bottom: 2%;
}
.pub-head-section {
  padding: 20px 0;
  background: #4BA463;
}
.intro-profile .rebudget-btn,
.pub-head-section .rebudget-btn {
  clear: none;
  float: right;
  margin-top: 6px;
  margin-left: 8px;
  font-weight: 500;
  padding: 0.4em 1.5em;
  margin-bottom: 0;
}
.intro-profile .rebudget-btn:active,
.pub-head-section .rebudget-btn:active {
  position: relative;
  top: 1px;
}
.intro-profile .share-btn,
.pub-head-section .share-btn  {
  clear: none;
  float: right;
  margin-top: 6px;
  font-weight: 500;
  padding: 0.4em 1.5em;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.intro-profile .share-btn:hover,
.pub-head-section .share-btn:hover  {
  text-decoration: underline;
}
.intro-profile .share-btn:before,
.pub-head-section .share-btn:before  {
  content: '';
  width: 16px;
  height: 18px;
  background: url(../img/pub-budget-share-icon.svg) no-repeat center center;
  background-size: 16px 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.intro-profile .profile-info,
.pub-head-section .profile-info  {
  margin-left: 13.65%;
}
.intro-profile .profile-info .profile-user-name,
.pub-head-section .profile-info .profile-user-name {
  color: #fff;
}
.intro-profile .profile-info .profile-user-stat,
.pub-head-section .profile-info .profile-user-stat {
  color: rgba(255, 255, 255, 0.5);
}

.popover {
  display: none;
}

.popover-share-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popover-share-list li .fb-icon:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/pub-budget-facebook-icon.svg) no-repeat center center;
  background-size: 200%;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.popover-share-list li .tw-icon:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/pub-budget-twitter-icon.svg) no-repeat center center;
  background-size: 200%;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.popover-share-list li .embed-icon:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/pub-budget-embed-icon.svg) no-repeat center center;
  background-size: 200%;
  position: relative;
  top: 4px;
  left: 2px;
  margin-right: 12px;
}

.list--borderless.list--short .list-item {
  padding: 5px 15px;
  box-sizing: border-box;
}

.profile-avatar {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.profile-avatar img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.profile-info {
  margin-left: 8.65%;
  clear: none;
}
.profile-info .profile-user-name {
  clear: none;
  font-size: 1.125em;
  line-height: 1.25em;
  margin-bottom: 7px;
}
.profile-info .profile-user-stat {
  clear: none;
  font-size: 1em;
  line-height: 1.5em;
  color: #777777;
}

.download-app-btn {
  width: 135px;
  height: 40px;
  background: url(../img/download-on-the-appstore.svg) no-repeat 0 0;
  background-size: 135px 40px;
  display: block;
  text-indent: -9999px;
  border: none;
  margin-top: 4px;
}
.download-app-btn:active {
  position: relative;
  top: 1px;
}

header.transparent.light nav > ul > li:hover > .download-app-btn,
header.fixed-header.transparent.light nav > ul > li:hover > .download-app-btn {
  border-bottom: none;
}

.pub-section {
  border-bottom: 10px solid #eeeeee;
}
.pub-section .pub-section-header {
  padding: 20px 0;
  position: relative;
}
.pub-section .pub-section-header .border-right {
  border-right: 1px solid #d9d9d9;
  padding-right: 3.8%;
}
.pub-section .pub-section-header .height01 {

}
.pub-section .pub-section-header .height02 {
  min-height: 95px;
}
.pub-section .pub-section-header .height03 {
  min-height: 137px;
}
.pub-section .pub-section-header.wallet-icon:before {
  content: '';
  width: 42px;
  height: 42px;
  background: url(../img/pub-budget-budget-icon.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 4px;
  top: 20px;
}
.pub-section .pub-section-header .pub-section-title {
  font-size: 2.125em;
  margin-top: 0;
  margin-bottom: 8px;
}
.pub-section .column.v-align {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
}

.v-align-row {
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-row .v-align-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.pub-section-price-list {
  margin: 0;
}
.pub-section-price-list li {
  font-size: 1.750em;
  line-height: 1.7em;
  position: relative;
  padding-left: 60px;
}
.pub-section-price-list .minus {
  color: #fb6d57;
}
.pub-section-price-list .minus:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-expense-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -20px;
  top: 1px;
}
.pub-section-price-list .plus {
  color: #57be76;
}
.pub-section-price-list .plus:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-income-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -20px;
  top: 1px;
}
.pub-section-price-list .summary {
  color: #777777;
}
.pub-section-price-list .summary:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-balance-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -20px;
  top: 1px;
}

.pub-meta-list {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0 15px;
  margin: 0;
}
.pub-meta-list li {
  margin-bottom: 11px;
  position: relative;
}
.pub-meta-list li.icon01:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-reviews-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -75px;
  top: -9px;
}
.pub-meta-list li.icon02:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-followers-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -75px;
  top: -9px;
}
.pub-meta-list li.icon03:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-like-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -75px;
  top: -5px;
}
.pub-meta-list li.icon04:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-comments-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -74px;
  top: -5px;
}
.pub-meta-list li.icon05:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-rebudgeted-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -73px;
  top: -6px;
}

.pub-buttons-list {
  padding: 20px 0;
  margin: 0;
}
.pub-buttons-list li {
  font-size: 1.375em;
  margin-left: 110px;
  position: relative;
}
.pub-buttons-list li:first-child {
  margin-left: 0;
}
.pub-buttons-list .icon01:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-rebudget-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -73px;
  top: -13px;
}
.pub-buttons-list .icon02:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-review-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -60px;
  top: -11px;
}
.pub-buttons-list .icon03:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-follow-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -59px;
  top: -10px;
}

.pub-map-section {
  position: relative;
  border-bottom: 10px solid #eeeeee;
}
.pub-map-section .pub-map-container {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  height: 390px;
}
.pub-map-section .pub-map-meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  padding: 14px 0;
}
.pub-map-section .pub-map-meta .pub-place-counter {
  font-size: 1.375em;
  position: relative;
}
.pub-map-section .pub-map-meta .pub-place-counter:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-geo-location-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: -75px;
  top: -4px;
}

.pub-profile-section {
  border-bottom: 10px solid #eeeeee;
}
.pub-profile-section .pub-profile-header {
  padding: 20px 0 0px;
}
.pub-profile-section .pub-profile-header .profile-info {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
}
.pub-profile-section .pub-profile-content {
  padding: 20px 0 28px;
  position: relative;
}
.pub-profile-section .pub-profile-content .pub-event-description {
  margin-bottom: 2em;
}
.pub-profile-section .pub-profile-content .pub-event-meta-list {
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.pub-profile-section .pub-profile-content .pub-event-meta-list li {
  padding-left: 72px;
  margin-right: 50px;
  position: relative;
}
.pub-profile-section .pub-profile-content .pub-event-meta-list li:last-child {
  margin-right: 0;
}
.pub-profile-section .pub-profile-content .pub-event-meta-list .like-icon:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-liked-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: 4px;
  top: -12px;
}
.pub-profile-section .pub-profile-content .pub-event-meta-list .comment-icon:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-comments-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: 5px;
  top: -11px;
}

.pub-event-info-list {
  margin-top: 0;
  margin-bottom: 39px;
}
.pub-event-info-list li {
  padding-left: 17.3%;
  position: relative;
}
.pub-event-info-list .pub-event-tag {
  font-size: 1.375em;
  margin-bottom: 6px;
}
.pub-event-info-list .restaurant-icon:before {
  content: '\1F374';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 6px;
  top: -2px;
  text-align: center;
}
.pub-event-info-list .expense-icon {
  color: #fb6d57;
  font-size: 1.375em;
  margin-bottom: 6px;
}
.pub-event-info-list .expense-icon:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-expense-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: 6px;
  top: -5px;
}
.pub-event-info-list .location-icon {
  margin-bottom: 10px;
}
.pub-event-info-list .location-icon:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-geo-location-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: 6px;
  top: -7px;
}
.pub-event-info-list .link-icon:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/pub-budget-url-icon.svg) no-repeat center center;
  background-size: 160%;
  position: absolute;
  left: 6px;
  top: -7px;
}

.pub-event-preview-list {
  margin-bottom: 0;
}
.pub-event-preview-list li {
  margin-bottom: 10px;
}
.pub-event-preview-list li img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pub-social-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: right;
}
.pub-social-list li {
  display: inline-block;
}
.pub-social-list li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 9999px;
}
.pub-social-list li .fb-icon {
  background: url(../img/pub-budget-facebook-icon.svg) no-repeat center center;
  background-size: 200%;
}
.pub-social-list li .tw-icon {
  background: url(../img/pub-budget-twitter-icon.svg) no-repeat center center;
  background-size: 200%;
}

.pub-like-list {
  list-style: none;
  padding: 0;
}
.pub-like-list li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.pub-like-list .tw {
  top: 9px;
}

@media handheld, only screen and (max-width: 48em) {

  .pub-section .pub-section-header .height01 {

  }
  .pub-section .pub-section-header .height02 {
    min-height: 1px;
  }
  .pub-section .pub-section-header .height03 {
    min-height: 1px;
  }

  .profile-avatar {
    margin-bottom: 4%;
  }

  .profile-info {
    margin-bottom: 4%;
    margin-left: 70px;
  }

  .intro-profile .profile-info,
  .pub-head-section .profile-info {
    margin-left: 70px;
  }
  .intro-profile .rebudget-btn {
    float: left;
    margin-left: 0px;
    margin-right: 8px;
    margin-bottom: 4%;
  }
  .pub-head-section .rebudget-btn {
    float: left;
    margin-left: 0px;
    margin-right: 8px;
  }
  .intro-profile .share-btn {
    float: left;
    margin-bottom: 4%;
  }
  .pub-head-section .share-btn {
    float: left;
  }

  .pub-like-list li:first-child {
    margin-left: 0;
  }

  .pub-section .pub-section-header.wallet-icon .pub-section-title {
    margin-left: 50px;
  }
  .pub-section .pub-section-header.wallet-icon .pub-section-description {
    margin-left: 50px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1.5em;
  }
  .pub-section .pub-section-header.wallet-icon:before {
    left: 0px;
    top: 22px;
    width: 34px;
    height: 34px;
  }

  .pub-section .pub-section-header .border-right {
    border-right: none;
    padding-right: 0;
  }

  .pub-section .column.v-align {
    position: static;
  }

  .pub-section-description {
    margin-bottom: 1em;
  }

  .pub-section-price-list li,
  .pub-meta-list li {
    padding-left: 50px;
  }

  .pub-section-price-list .minus::before,
  .pub-section-price-list .plus::before,
  .pub-section-price-list .summary::before {
    left: 0;
    width: 34px;
    height: 34px;
    top: 3px;
  }

  .pub-meta-list li.icon01::before,
  .pub-meta-list li.icon02::before,
  .pub-meta-list li.icon03::before,
  .pub-meta-list li.icon04::before,
  .pub-meta-list li.icon05::before,
  .pub-meta-list li.icon06::before {
    left: 0px;
    width: 34px;
    height: 34px;
    top: -6px;
  }

  .pub-buttons-list li {
    display: block !important;
    margin-left: 0;
    padding-left: 50px;
    line-height: 2.5em;
  }
  .pub-buttons-list li.icon01:before {
    left: 0px;
    top: 4px;
    width: 34px;
    height: 34px;
  }
  .pub-buttons-list li.icon02:before {
    left: 0px;
    top: 7px;
    width: 34px;
    height: 34px;
  }
  .pub-buttons-list li.icon03:before {
    left: 0px;
    top: 8px;
    width: 34px;
    height: 34px;
  }

  .pub-map-section .pub-map-meta .pub-place-counter {
    padding-left: 50px;
  }
  .pub-map-section .pub-map-meta .pub-place-counter:before {
    left: 0;
    width: 34px;
    height: 34px;
    top: -1px;
  }

  .pub-profile-section .pub-profile-content {
    padding-bottom: 75px;
  }

  .pub-profile-section .pub-profile-content .pub-event-meta-list {
    right: 0px;
    width: 100%;
  }
  .pub-profile-section .pub-profile-content .pub-event-meta-list li {
    display: inline-flex;
    padding-left: 50px;
    margin-right: 35px;
  }
  .pub-profile-section .pub-profile-content .pub-event-meta-list .like-icon::before {
    top: -5px;
    width: 34px;
    height: 34px;
  }
  .pub-profile-section .pub-profile-content .pub-event-meta-list .comment-icon::before {
    top: -5px;
    width: 34px;
    height: 34px;
  }

  .pub-social-list {
    text-align: left;
    margin-top: 0;
  }
  .pub-social-list a {
    width: 34px;
    height: 34px;
  }

  .pub-event-info-list li {
    padding-left: 55px;
  }
  .pub-event-info-list .restaurant-icon::before {
    width: 34px;
    height: 34px;
    top: 0px;
  }
  .pub-event-info-list .expense-icon::before {
    width: 34px;
    height: 34px;
    top: -1px;
  }
  .pub-event-info-list .location-icon::before {
    width: 34px;
    height: 34px;
    top: -5px;
  }
  .pub-event-info-list .link-icon::before {
    width: 34px;
    height: 34px;
    top: -5px;
  }
}