/**
 * Header
 */
.pageHeaderInfo {
  padding: 15px;
  color: #ffffff;
  background-color: #d43d5a;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pageHeaderInfo {
    font-size: 14px;
  }
}
.pageHeaderInfo a {
  color: #ffffff;
}
.pageHeaderInfo .resendActivationMail {
  font-weight: 400;
  cursor: pointer;
}
.pageHeaderInfo .resendActivationMail > span {
  text-decoration: underline;
}
.pageHeaderInfo .resentActivationMail {
  font-weight: 400;
  display: none;
}
.generalInforming {
  background-color: #ededed;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #333;
  font-family: Roboto, SansSerif;
}
.generalInforming p {
  padding: 15px;
  text-align: left;
}
.generalInforming .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-family: Arial, SansSerif;
  margin: 0;
  padding: 8px;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.pageHeader {
  position: relative;
  padding: 10px;
}
@media (max-width: 479px) {
  .pageHeader.hiddenOnMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .pageHeader {
    padding: 0;
    background-color: #ededed;
  }
}
.pageHeader .container > div {
  position: relative;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pageHeader .container > div {
    min-width: 100%;
  }
}
.pageHeader .upperHeaderContainer {
  min-height: 70px;
}
.pageHeader .siteLogoElement {
  position: relative;
  min-height: initial;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pageHeader .siteLogoElement {
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .pageHeader .siteLogoElement {
    width: 148px;
  }
}
@media (max-width: 1023px) {
  .pageHeader .siteLogoElement a {
    background-position: 0 5px;
  }
  .pageHeader .siteLogoElement a span {
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  .pageHeader .siteLogoElement a span {
    left: 3px;
    font-size: 13px;
  }
}
.pageHeader .menuContainer {
  background-color: #ffffff;
}
.pageHeader .menuContainer ul {
  margin: 9px 0 0 50px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1279px) {
  .pageHeader .menuContainer ul {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .pageHeader .menuContainer ul {
    height: 47px;
    margin: 3px 0 0 0;
  }
}
@media (max-width: 479px) {
  .pageHeader .menuContainer ul {
    margin: 3px 0 0 0;
  }
}
.pageHeader .menuContainer ul li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .pageHeader .menuContainer ul li {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .pageHeader .menuContainer ul li {
    width: 24%;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .pageHeader .menuContainer ul li.travels {
    width: 123px;
  }
}
.pageHeader .menuContainer ul li a {
  color: #595959;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.pageHeader .menuContainer ul li a .iconSearch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/_/common/icons/search2.png) no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .iconSearch {
    width: 27px;
    height: 27px;
    margin-top: -3px;
    margin-right: 5px;
    top: 7px;
  }
}
.pageHeader .menuContainer ul li a .iconSearch:after {
  display: block !important;
  content: '' !important;
}
.pageHeader .menuContainer ul li a .iconMessages {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #d43d5a;
  background: url(../../images/_/common/icons/bubble-active.png) no-repeat;
  background-size: contain;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .iconMessages {
    width: 30px;
    height: 30px;
    top: -2px;
    margin-right: 5px;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.pageHeader .menuContainer ul li a .iconMessages.gray {
  background-image: url(../../images/_/common/icons/bubble.png);
}
.pageHeader .menuContainer ul li a .iconFavorites {
  position: relative;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  background-size: contain;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .iconFavorites {
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.pageHeader .menuContainer ul li a .iconFavorites span {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 24px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .iconFavorites span {
    font-size: 12px;
    width: 34px;
    line-height: 33px;
  }
}
.pageHeader .menuContainer ul li a .iconFavorites:after {
  color: #d43d5a;
  content: "\f004";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .iconFavorites:after {
    font-size: 34px;
  }
}
.pageHeader .menuContainer ul li a .iconFavorites.gray:after {
  color: #8f8f8f;
}
.pageHeader .menuContainer ul li a .iconTravel {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 24px;
  background: url(/assets/images/_/common/menu/travel.png) no-repeat;
  background-size: contain;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .iconTravel {
    width: 26px;
    height: 27px;
    margin-right: 2px;
    top: -5px;
    margin-bottom: 0;
  }
}
.pageHeader .menuContainer ul li a .photoTagsIcon {
  position: relative;
  font-size: 24px;
  color: #d43d5a;
  margin-right: 5px;
  margin-bottom: 4px;
  animation: photo-icon-animation 20s both infinite;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul li a .photoTagsIcon {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: -10px;
    margin-right: 10px;
    top: 6px;
  }
}
.pageHeader .menuContainer ul li a .privatePhotoRequestCounter {
  position: relative;
  top: -6px;
  color: #d43d5a;
  font-size: 13px;
  font-weight: 700;
  left: 2px;
}
@media (max-width: 479px) {
  .pageHeader .menuContainer ul li a .privatePhotoRequestCounter {
    display: none;
  }
}
.pageHeader .menuContainer ul li a .privatePhotoRequestCounter i {
  margin-right: 2px;
}
.pageHeader .menuContainer ul li a .aligner {
  display: none;
}
@media (max-width: 767px) {
  .pageHeader .menuContainer ul li a .aligner {
    display: block;
  }
}
.pageHeader .menuContainer ul li a:hover {
  color: #d43d5a;
}
.pageHeader .menuContainer ul li a.selected {
  color: #d43d5a;
  font-weight: 500;
}
.pageHeader .menuContainer ul li a .title-inactive {
  display: none;
}
@media (max-width: 767px) {
  .pageHeader .menuContainer ul.daddy li {
    width: 19%;
  }
}
.pageHeader .menuContainer ul .photoTags {
  position: relative;
}
.pageHeader .menuContainer ul .photoTags .newBadgeHolder {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.pageHeader .menuContainer ul .photoTags .newBadgeContainer {
  width: 25px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul .photoTags .newBadgeContainer {
    width: 100%;
  }
}
.pageHeader .menuContainer ul .photoTags .newBadge {
  position: relative;
  left: -14px;
  top: -3px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d43d5a;
  color: #d43d5a;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  font-size: 10px;
  font-weight: 700;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .pageHeader .menuContainer ul .photoTags .newBadge {
    top: -9px;
    left: -3px;
    font-size: 10px;
    padding-top: 3px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1023px) {
  .pageHeader .menuContainer {
    margin-bottom: 2px;
  }
}
@media (max-width: 1023px) {
  .pageHeader .subscriptionButtonContainer {
    display: none !important;
  }
}
.pageHeader .subscriptionButtonContainer .commonButton {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .pageHeader .subscriptionButtonContainer .commonButton {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1300px) {
  .pageHeader .subscriptionButtonContainer .commonButton {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pageHeader .logoutBtn {
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin: 11px 0 0 20px;
  color: #cbcbcb;
  font-size: 11px;
  text-decoration: none;
  box-shadow: 0 0 7px #cbcbcb;
}
@media (max-width: 767px) {
  .pageHeader .logoutBtn.desktop {
    display: none !important;
  }
}
.pageHeader .logoutBtn.mobile {
  display: none;
}
@media (max-width: 767px) {
  .pageHeader .logoutBtn.mobile {
    display: inline-block;
  }
}
.pageHeader .logoutBtn:hover {
  color: #d43d5a;
  box-shadow: 0 0 7px #d43d5a;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -khtml-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.pageHeader .logoutBtn:hover svg {
  fill: #d43d5a;
  -webkit-transition: fill 0.9s ease-in-out;
  -moz-transition: fill 0.9s ease-in-out;
  -ms-transition: fill 0.9s ease-in-out;
  -o-transition: fill 0.9s ease-in-out;
  -khtml-transition: fill 0.9s ease-in-out;
  transition: fill 0.9s ease-in-out;
}
.pageHeader .logoutBtn svg {
  fill: #cbcbcb;
  display: block;
  width: 24px;
  height: 24px;
  margin: 5px 0 2px 12px;
}
.pageHeader .avatarContainer {
  position: relative;
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pageHeader .avatarContainer {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .pageHeader .avatarContainer {
    margin-left: 30px;
  }
}
.pageHeader .avatarContainer span {
  position: absolute;
  top: 4px;
  left: -6px;
  padding: 1px 4px 1px 4px;
  color: #ffffff;
  background-color: #d43d5a;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
}
.pageHeader .avatarContainer span.avatarDropdown {
  bottom: -12px;
  top: auto;
  left: auto;
  right: -3px;
  font-size: 12px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .pageHeader .avatarContainer span.avatarDropdown {
    bottom: -8px;
  }
}
.pageHeader .avatarContainer.desktop ul {
  top: 82px;
}
@media (max-width: 767px) {
  .pageHeader .avatarContainer.desktop {
    display: none !important;
  }
}
.pageHeader .avatarContainer.mobile {
  display: none;
}
.pageHeader .avatarContainer.mobile ul {
  top: 11px;
}
.pageHeader .avatarContainer.mobile ul .iconClose {
  position: absolute;
  right: -13px;
  top: -2px;
  opacity: 0.7;
}
.pageHeader .avatarContainer.mobile ul .iconClose:after {
  display: inline-block;
  width: 19px;
  line-height: 19px;
  cursor: pointer;
  content: '×';
  font-size: 28px;
  font-weight: 300;
  vertical-align: top;
}
@media (max-width: 767px) {
  .pageHeader .avatarContainer.mobile {
    display: inline-block;
  }
}
.pageHeader .avatarContainer img {
  margin-top: 11px;
  vertical-align: middle;
  cursor: pointer;
}
.pageHeader .avatarContainer i {
  margin: 8px 0 0 2px;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.pageHeader .avatarContainer ul {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 5px 0px;
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px #d4d4d4;
  display: none;
  z-index: 999;
}
.pageHeader .avatarContainer ul li {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}
.pageHeader .avatarContainer ul li a {
  color: #595959;
  text-decoration: none;
  -webkit-transition: color 0.9s ease-in-out;
  -moz-transition: color 0.9s ease-in-out;
  -ms-transition: color 0.9s ease-in-out;
  -o-transition: color 0.9s ease-in-out;
  -khtml-transition: color 0.9s ease-in-out;
  transition: color 0.9s ease-in-out;
}
.pageHeader .avatarContainer ul li a:hover {
  color: #d43d5a;
}
.pageHeader .avatarContainer ul li.selected a {
  color: #d43d5a;
  font-weight: 500;
}
@keyframes photo-icon-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  1.35% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  1.8% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  2.25% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  2.925% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  3.375% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  4.5% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pageFooter {
  position: relative;
  background-color: #3f3f3f;
  z-index: 9999;
}
.pageFooter ul {
  list-style-type: none;
  margin: 0;
  padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pageFooter ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pageFooter ul {
    padding: 10px 0;
  }
}
.pageFooter ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .pageFooter ul li {
    display: block;
    text-align: center;
    line-height: 2;
  }
}
.pageFooter ul li a {
  margin: 0 25px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pageFooter ul li a {
    margin: 0 15px;
  }
}
.pageFooter ul li.community-footer {
  background-image: url("/assets/images/_/community/fb_insta_icon.png");
  background-position: 0 -63px;
  background-repeat: no-repeat;
  width: 152px;
  height: 60px;
  right: 0;
  float: right;
  display: inline-block;
  margin: -22px 16% 0 0;
  padding: 0;
}
@media (max-width: 1279px) {
  .pageFooter ul li.community-footer {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pageFooter ul li.community-footer {
    clear: both;
    float: none;
    margin-top: 0;
    width: 100%;
    text-align: center;
    background-position: center -60px;
    margin-right: 0;
  }
}
.pageFooter ul li.community-footer a {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  text-decoration: none;
}
.pageFooter ul li.community-footer a:nth-of-type(2) {
  margin-left: 24px;
}
.pageFooter .copyright {
  padding: 30px 23px 30px 0;
  color: #ffffff;
  text-align: right;
  margin: 0;
}
@media (max-width: 1023px) {
  .pageFooter .copyright {
    padding: 10px 0;
    text-align: center;
  }
}
.popoverText {
  display: none;
}
.popover .popoverText {
  display: none;
}
.popoverHolder .popoverBox {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(63, 63, 63, 0.8);
  border-radius: 3px;
  z-index: 10001;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -khtml-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transition-property: transform, opacity;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
}
.popoverHolder .popoverBox .content {
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
}
.popoverHolder .popoverBox .content a {
  color: #ffffff;
  text-decoration: underline;
}
.popoverHolder .popoverBox[data-direction]:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.popoverHolder .popoverBox[data-direction=top]:after {
  border-width: 10px 5px 0 5px;
  border-color: rgba(63, 63, 63, 0.8) transparent transparent transparent;
  bottom: -10px;
  left: calc(50% - 5px);
}
.popoverHolder .popoverBox[data-direction=bottom]:after {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent rgba(63, 63, 63, 0.8) transparent;
  top: -10px;
  left: calc(50% - 5px);
}
.popoverHolder .popoverBox[data-direction=right]:after {
  border-width: 5px 10px 5px 0;
  border-color: transparent rgba(63, 63, 63, 0.8) transparent transparent;
  top: calc(50% - 5px);
  left: -10px;
}
.popoverHolder .popoverBox[data-direction=left]:after {
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent rgba(63, 63, 63, 0.8);
  top: calc(50% - 5px);
  right: -10px;
}
.recommendation {
  position: relative;
  padding: 25px;
}
.recommendation h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
}
.recommendation .users {
  text-align: center;
}
.recommendation .users .resultBoxOuter {
  box-shadow: 0 3px 5px #c1c1c1;
  width: 127px;
}
@media (min-width: 480px) {
  .recommendation .users .resultBoxOuter {
    width: 207px;
  }
}
@media (min-width: 768px) {
  .recommendation .users .resultBoxOuter {
    width: 223px;
  }
}
@media (min-width: 1024px) {
  .recommendation .users .resultBoxOuter {
    width: 202px;
  }
}
@media (min-width: 1280px) {
  .recommendation .users .resultBoxOuter {
    width: 218px;
  }
}
.recommendation .users .resultBoxOuter .avatarWrapper .avatar-img {
  width: 127px;
}
@media (min-width: 480px) {
  .recommendation .users .resultBoxOuter .avatarWrapper .avatar-img {
    width: 207px;
  }
}
@media (min-width: 768px) {
  .recommendation .users .resultBoxOuter .avatarWrapper .avatar-img {
    width: 223px;
  }
}
@media (min-width: 1024px) {
  .recommendation .users .resultBoxOuter .avatarWrapper .avatar-img {
    width: 202px;
  }
}
@media (min-width: 1280px) {
  .recommendation .users .resultBoxOuter .avatarWrapper .avatar-img {
    width: 218px;
  }
}
.profilePageContainer {
  padding: 50px 0;
  background-color: #ededed;
}
@media (max-width: 767px) {
  .profilePageContainer {
    padding: 25px 0;
  }
}
.profilePageContainer .entryBoxRow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.profilePageContainer .entryBoxRow .dropdown {
  position: absolute;
  top: 18px;
  right: 42px;
  z-index: 1;
}
@media (min-width: 768px) {
  .profilePageContainer .entryBoxRow .dropdown {
    right: 15px;
    top: 33px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .entryBoxRow .dropdown {
    top: 35px;
    right: 25px;
  }
}
@media (min-width: 768px) {
  .profilePageContainer .baseData {
    min-height: 252px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData {
    min-height: 341px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData {
    min-height: 320px;
  }
}
.profilePageContainer .baseData .first-row,
.profilePageContainer .baseData .second-row {
  background-color: #ffffff;
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row,
  .profilePageContainer .baseData .second-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row,
  .profilePageContainer .baseData .second-row {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.profilePageContainer .baseData .first-row {
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row {
    padding-top: 15px;
    min-height: 172px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row {
    padding-top: 30px;
    margin-bottom: 2px;
    min-height: 239px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .first-row {
    min-height: 223px;
  }
}
.profilePageContainer .baseData .first-row .nick-container {
  margin-bottom: 5px;
}
.profilePageContainer .baseData .first-row .nick-container .premium-icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: url("/assets/images/_/common/icons/premium-icon.svg") no-repeat center / 15px #d43d5a;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row .nick-container .premium-icon {
    width: 29px;
    height: 29px;
    background-size: 17px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row .nick-container .premium-icon {
    width: 35px;
    height: 35px;
    background-size: 21px;
  }
}
.profilePageContainer .baseData .first-row .nick-container .nick {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row .nick-container .nick {
    font-size: 39px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row .nick-container .nick {
    font-size: 48px;
  }
}
.profilePageContainer .baseData .first-row .user-info {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row .user-info {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row .user-info {
    font-size: 24px;
  }
}
.profilePageContainer .baseData .first-row .user-intro-short {
  font-size: 14px;
  font-weight: 300;
  word-break: break-word;
}
.profilePageContainer .baseData .first-row .user-intro-short .googleLogo {
  display: block;
  margin-top: 10px;
}
.profilePageContainer .baseData .first-row .languageSpeak {
  margin-top: 5px;
  font-weight: 300;
}
.profilePageContainer .baseData .first-row .languageSpeak .languages .language {
  text-transform: lowercase;
}
.profilePageContainer .baseData .first-row .languageSpeak .languages .language.hidden {
  display: none;
}
.profilePageContainer .baseData .first-row .languageSpeak .languages .showAll {
  color: #d43d5a;
  cursor: pointer;
  text-transform: lowercase;
}
.profilePageContainer .baseData .first-row .diamond {
  border: 1px solid #D6D6D6;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #ffffff;
  width: 55px;
  height: 25px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 25px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row .diamond {
    width: 90px;
    height: 34px;
    font-size: 22px;
    padding-left: 14px;
    line-height: 34px;
    bottom: 30px;
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row .diamond {
    width: 100px;
    padding-left: 19px;
    right: 25px;
  }
}
.profilePageContainer .baseData .first-row .diamond:after {
  position: absolute;
  width: 24px;
  height: 15px;
  right: 8px;
  top: 4px;
  content: "";
  background: url("/assets/images/_/diamonds/diamondSmall.png") no-repeat left;
  background-size: contain;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .first-row .diamond:after {
    width: 35px;
    height: 22px;
    right: 14px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .first-row .diamond:after {
    right: 19px;
  }
}
.profilePageContainer .baseData .first-row .diamond.diamond-level-1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed0958+0,cc1d41+100 */
  background: #ed0958;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ed0958 0%, #cc1d41 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed0958 0%, #cc1d41 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed0958 0%, #cc1d41 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed0958', endColorstr='#cc1d41', GradientType=0);
  /* IE6-9 */
}
.profilePageContainer .baseData .first-row .diamond.diamond-level-2 {
  background: #ea1c7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea1c7f 0%, #d9228f 37%, #ad30b9 92%, #a533c1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea1c7f 0%, #d9228f 37%, #ad30b9 92%, #a533c1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea1c7f 0%, #d9228f 37%, #ad30b9 92%, #a533c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea1c7f', endColorstr='#a533c1', GradientType=0);
  /* IE6-9 */
}
.profilePageContainer .baseData .first-row .diamond.diamond-level-3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7205f4+0,3598e0+100 */
  background: #7205f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7205f4 0%, #3598e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7205f4 0%, #3598e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7205f4 0%, #3598e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7205f4', endColorstr='#3598e0', GradientType=0);
  /* IE6-9 */
}
.profilePageContainer .baseData .first-row .diamond.baby-diamond {
  background-color: #d43d5a;
}
.profilePageContainer .baseData .first-row .diamond.baby-diamond:after {
  background-image: url("/assets/images/_/common/icons/baby-diamond.png");
}
.profilePageContainer .baseData .second-row {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .second-row {
    justify-content: left;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .second-row {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .second-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.profilePageContainer .baseData .second-row .action-btn {
  flex: 0 0 40px;
  height: 40px;
  padding: 0;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .second-row .action-btn {
    flex: 0 0 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .second-row .action-btn {
    flex: 0 0 120px;
    height: 40px;
    margin: 0 10px;
    line-height: 40px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .second-row .action-btn {
    flex: 0 0 160px;
    height: 55px;
    margin: 0 15px;
    line-height: 55px;
  }
}
.profilePageContainer .baseData .second-row .action-btn .message-icon,
.profilePageContainer .baseData .second-row .action-btn .diamond-icon {
  width: 24px;
  height: 40px;
  background: url("/assets/images/_/profile/message-icon.svg") no-repeat center / contain;
  display: inline-block;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .second-row .action-btn .message-icon,
  .profilePageContainer .baseData .second-row .action-btn .diamond-icon {
    height: 35px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .second-row .action-btn .message-icon,
  .profilePageContainer .baseData .second-row .action-btn .diamond-icon {
    height: 40px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .second-row .action-btn .message-icon,
  .profilePageContainer .baseData .second-row .action-btn .diamond-icon {
    height: 55px;
    margin-right: 5px;
  }
}
.profilePageContainer .baseData .second-row .action-btn .message-icon {
  background: url("/assets/images/_/profile/message-icon.svg") no-repeat center / contain;
}
.profilePageContainer .baseData .second-row .action-btn .diamond-icon {
  background: url("/assets/images/_/common/icons/diamond-icon-red.svg") no-repeat center / contain;
  display: inline-block;
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .second-row .action-btn .btn-icon {
    font-size: 22px;
    margin-right: 5px;
  }
}
.profilePageContainer .baseData .second-row .action-btn .btn-text {
  display: none;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .second-row .action-btn .btn-text {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .second-row .action-btn .btn-text {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .second-row .action-btn .btn-text {
    font-size: 20px;
  }
}
.profilePageContainer .baseData .second-row .action-btn.inactive-button {
  background: #EDEDEE;
  color: #d43d5a;
}
.profilePageContainer .baseData .second-row .action-btn.inactive-button:hover {
  background: #dedede;
}
.profilePageContainer .baseData .second-row .action-btn.inactive-button .btn-icon {
  color: #d43d5a;
}
.profilePageContainer .baseData .second-row .action-btn.active {
  background-color: #d43d5a;
  color: #ffffff;
}
.profilePageContainer .baseData .second-row .action-btn.active .btn-icon {
  color: #ffffff;
}
.profilePageContainer .baseData .second-row .action-btn.active:hover {
  cursor: pointer;
  background-color: #b32640;
}
@media (min-width: 768px) {
  .profilePageContainer .baseData .second-row .action-btn.btnBabyDiamond {
    flex: 0 0 145px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .baseData .second-row .action-btn.btnBabyDiamond {
    flex: 0 0 165px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .baseData .second-row .action-btn.btnBabyDiamond {
    flex: 0 0 230px;
  }
}
.profilePageContainer .baseData .second-row .action-btn.btnLike {
  overflow: hidden;
}
@media (max-width: 767px) {
  .profilePageContainer .baseData .second-row .action-btn.btnLike {
    line-height: 40px;
  }
}
.profilePageContainer .baseData .second-row .action-btn.btnLike .icon-container {
  position: relative;
}
.profilePageContainer .baseData .second-row .action-btn.btnLike .btn-times {
  position: absolute;
  left: -200px;
  top: 0;
  width: 100%;
  text-align: center;
}
.profilePageContainer .baseData .second-row .action-btn.btnLike .btn-heart {
  position: relative;
  left: 0;
}
.profilePageContainer .baseData .second-row .action-btn.btnLike.animation-active .btn-icon {
  transition: left 400ms ease;
}
.profilePageContainer .baseData .second-row .action-btn.btnLike.animation-active:hover .btn-times {
  left: 0;
}
.profilePageContainer .baseData .second-row .action-btn.btnLike.animation-active:hover .btn-heart {
  left: -200px;
}
.profilePageContainer .leftCol {
  position: relative;
}
@media (max-width: 767px) {
  .profilePageContainer .leftCol {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol-content {
    margin-right: 4px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol-content {
    margin-right: 10px;
  }
}
.profilePageContainer .leftCol .competition-place-container {
  display: block;
  position: absolute;
  top: 3px;
  width: 100%;
  right: 25px;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .competition-place-container {
    right: 0;
  }
}
.profilePageContainer .leftCol .competition-place-container:hover .competition-place-text {
  display: block;
}
.profilePageContainer .leftCol .competition-place-container .competition-place-image {
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .competition-place-container .competition-place-image {
    top: 13px;
    right: unset;
    right: auto;
    left: 5px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .competition-place-container .competition-place-image {
    left: unset;
    left: auto;
    right: 5px;
  }
}
.profilePageContainer .leftCol .competition-place-container .competition-place-text {
  display: none;
  position: absolute;
  color: #676767;
  font-size: 14px;
  padding: 12px 7px;
  background: #ffffff;
  width: 155px;
  text-align: center;
  right: 70px;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .competition-place-container .competition-place-text {
    font-size: 16px;
    right: unset;
    right: auto;
    left: 75px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .competition-place-container .competition-place-text {
    left: unset;
    left: auto;
    right: 75px;
  }
}
.profilePageContainer .leftCol .competition-place-container .competition-place-text.active {
  display: block;
}
.profilePageContainer .leftCol .competition-place-container .competition-place-text:after {
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  background: #ffffff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .competition-place-container .competition-place-text:after {
    right: unset;
    right: auto;
    left: -5px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .competition-place-container .competition-place-text:after {
    left: unset;
    left: auto;
    right: -5px;
  }
}
.profilePageContainer .leftCol .avatarWrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .profilePageContainer .leftCol .avatarWrapper {
    text-align: center;
    padding: 0 25px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .avatarWrapper {
    margin-right: -10px;
  }
}
.profilePageContainer .leftCol .avatarWrapper .competitionPicto {
  width: calc(100% - 50px);
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background: url(/assets/images/_/competition/beauty2023/profile-picto.png) right 15px center no-repeat #14c9cc;
  background-size: 30px;
  padding: 15px 30px 15px 15px;
  position: absolute;
  bottom: 0;
  left: 25px;
  font-size: 12px;
  font-weight: 500;
  z-index: 100;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .avatarWrapper .competitionPicto {
    width: 100%;
    left: 0;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .avatarWrapper .competitionPicto {
    width: 100%;
    left: 0;
    font-size: 16px;
    padding: 20px 40px 20px 15px;
    background-size: auto;
  }
}
.profilePageContainer .leftCol .avatarWrapper img:not(.travelWillingness) {
  width: 100%;
  height: auto;
  min-height: 200px;
  display: block;
}
.profilePageContainer .leftCol .avatarWrapper .birch-count {
  display: block;
  position: absolute;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #d43d5a;
  background-image: url("/assets/images/_/santa-claus/birch.svg");
  background-repeat: no-repeat;
  background-position: 89% center;
  background-size: 20px;
  padding: 5px 24px 5px 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  top: 20px;
  left: 40px;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .avatarWrapper .birch-count {
    top: unset;
    bottom: 8px;
    left: 12px;
    text-align: left;
  }
}
.profilePageContainer .leftCol .avatarWrapper .travelWillingness-container {
  position: absolute;
  left: 35px;
  bottom: 10px;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .avatarWrapper .travelWillingness-container {
    width: 37px;
    height: 37px;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .avatarWrapper .travelWillingness-container {
    left: 15px;
    bottom: 15px;
  }
}
.profilePageContainer .leftCol .avatarWrapper .travelWillingness-container img {
  max-width: 100%;
}
.profilePageContainer .leftCol .avatarWrapper .crown,
.profilePageContainer .leftCol .avatarWrapper .tiara {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
  padding-top: 5px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 48px;
}
@media (max-width: 767px) {
  .profilePageContainer .leftCol .avatarWrapper .crown,
  .profilePageContainer .leftCol .avatarWrapper .tiara {
    left: 35px;
  }
}
.profilePageContainer .leftCol .avatarWrapper .crown svg,
.profilePageContainer .leftCol .avatarWrapper .tiara svg {
  width: 34px;
  height: 34px;
}
.profilePageContainer .leftCol .avatarWrapper .crown.place1 svg,
.profilePageContainer .leftCol .avatarWrapper .tiara.place1 svg {
  fill: #f2ba62;
}
.profilePageContainer .leftCol .avatarWrapper .crown.place2 svg,
.profilePageContainer .leftCol .avatarWrapper .tiara.place2 svg {
  fill: #919191;
}
.profilePageContainer .leftCol .avatarWrapper .crown.place3 svg,
.profilePageContainer .leftCol .avatarWrapper .tiara.place3 svg {
  fill: #d37c3c;
}
.profilePageContainer .leftCol .avatarWrapper .crown span,
.profilePageContainer .leftCol .avatarWrapper .tiara span {
  position: absolute;
  width: 190px;
  top: -8px;
  left: 60px;
  padding: 10px 15px;
  color: #676767;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
  display: none;
}
.profilePageContainer .leftCol .avatarWrapper .crown span:before,
.profilePageContainer .leftCol .avatarWrapper .tiara span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -9px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}
.profilePageContainer .leftCol .avatarWrapper .crown:hover span,
.profilePageContainer .leftCol .avatarWrapper .tiara:hover span {
  display: block;
}
.profilePageContainer .leftCol .avatarWrapper .tiara {
  left: 75% !important;
}
.profilePageContainer .leftCol .avatarWrapper .tiara svg {
  fill: #cea237;
}
@media all and (min-width: 425px) {
  .profilePageContainer .leftCol .avatarWrapper .tiara {
    left: 81% !important;
  }
}
@media all and (min-width: 480px) {
  .profilePageContainer .leftCol .avatarWrapper .tiara {
    left: 83% !important;
  }
}
@media all and (min-width: 768px) {
  .profilePageContainer .leftCol .avatarWrapper .tiara {
    left: 78% !important;
  }
}
@media all and (min-width: 1024px) {
  .profilePageContainer .leftCol .avatarWrapper .tiara {
    left: 82% !important;
  }
}
.profilePageContainer .leftCol .avatarWrapper .tiara span {
  top: -8px;
  left: -200px;
}
.profilePageContainer .leftCol .avatarWrapper .tiara span:before {
  display: none !important;
}
.profilePageContainer .leftCol .avatarWrapper .tiara span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 190px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 0px 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.profilePageContainer .leftCol .babyDiamondsContainer.show-on-st {
  margin: -15px 0 0 20px;
}
.profilePageContainer .leftCol .babyDiamondsContainer.show-on-st span {
  margin-left: 10px;
  color: #d43d5a;
  font-size: 20px;
  vertical-align: top;
}
.profilePageContainer .leftCol .actionsMobile dl {
  display: inline-block;
  width: 30%;
  margin: 10px 0 10px 20px;
  font-size: 14px;
  vertical-align: top;
}
@media (max-width: 479px) {
  .profilePageContainer .leftCol .actionsMobile dl {
    display: block;
    width: auto;
  }
}
.profilePageContainer .leftCol .actionsMobile dt,
.profilePageContainer .leftCol .actionsMobile dd {
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 479px) {
  .profilePageContainer .leftCol .actionsMobile dt,
  .profilePageContainer .leftCol .actionsMobile dd {
    display: block;
  }
}
.profilePageContainer .leftCol .actionsMobile dd {
  color: #717171;
  font-weight: 300;
}
.profilePageContainer .leftCol .actionsMobile .diamondsContainer {
  display: block;
}
.profilePageContainer .leftCol .actionsMobile .diamondsContainer dt {
  color: #d43d5a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.profilePageContainer .leftCol .actionsMobile .diamondsContainer dt a {
  margin-left: 5px;
}
.profilePageContainer .leftCol .actionsMobile .diamondsContainer dt a i {
  color: #d43d5a;
}
.profilePageContainer .leftCol .actionsMobile .diamondsContainer dd {
  font-size: 15px;
  white-space: nowrap;
}
.profilePageContainer .leftCol .actionsMobile .diamondsContainer dd a {
  text-decoration: none;
}
@media (max-width: 375px) {
  .profilePageContainer .leftCol .actionsMobile .diamondsContainer dd a img {
    width: 28px;
    height: auto;
  }
}
.profilePageContainer .leftCol .actionsMobile .buttons {
  padding: 0 20px 20px 20px;
  position: relative;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnMessage {
  margin-right: 15px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 479px) {
  .profilePageContainer .leftCol .actionsMobile .buttons .btnMessage {
    margin-right: 2px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .leftCol .actionsMobile .buttons .commonButton.white:not(.active):not(.preActive):hover {
    background-color: #ffffff;
    color: #3f3f3f;
  }
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond {
  width: 155px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .profilePageContainer .leftCol .actionsMobile .buttons .btnLike,
  .profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond {
    width: 100px;
    height: 38px;
    padding: 10px 5px;
    font-size: 14px;
  }
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike .unlikeText,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond .unlikeText {
  display: none;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.preActive,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.preActive {
  border-color: #d43d5a;
  color: #d43d5a;
  background-color: #ffffff;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.preActive .unlikeText,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.preActive .unlikeText {
  display: inline;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.preActive .likeText,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.preActive .likeText {
  display: none;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.active,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.active {
  height: 41px;
  border-color: #d43d5a;
  color: #d43d5a;
  overflow: hidden;
}
@media (max-width: 479px) {
  .profilePageContainer .leftCol .actionsMobile .buttons .btnLike.active,
  .profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.active {
    height: 38px;
  }
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.active .unlikeText,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.active .unlikeText {
  display: inline;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.active .likeText,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.active .likeText {
  display: none;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.active:hover,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.active:hover {
  background-color: #ffffff;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnLike.active:hover i:before,
.profilePageContainer .leftCol .actionsMobile .buttons .btnBabyDiamond.active:hover i:before {
  animation: LikeCancelAnimation 0.4s ease-in-out;
  position: relative;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat {
  position: relative;
  width: 191px;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat {
    width: 280px;
    margin-top: 5px;
  }
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat .videoChat-icon {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat .videoChat-icon-holder {
  position: relative;
  height: 20px;
  width: 30px;
  display: inline-block;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat .videoChat-icon-holder:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -3px;
  width: 8px;
  height: 8px;
  background-color: #b3b3b3;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat .videoChat-icon-holder.online:before {
  background-color: #369c6d;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat .videoChat-icon .st0 {
  fill: #fff;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat.userNotEnabled {
  margin-bottom: 15px;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat.userNotEnabled .videoChat-icon-holder:before {
  display: none;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat.userNotEnabled .userNotEnabledIcon {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -1px;
  left: -5px;
  z-index: 50;
  height: 15px;
  width: 15px;
  background: #fff;
  color: #bbb;
  padding: 1px 0 0 1px;
  font-size: 13px;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat.userNotEnabled svg .st0 {
  fill: #bbb;
}
.profilePageContainer .leftCol .actionsMobile .buttons .btnVideochat .dontClass-text {
  position: absolute;
  bottom: -27px;
  display: block;
  color: #000000;
  width: 100%;
  left: 0;
  font-weight: normal;
  font-size: 14px;
}
.profilePageContainer .leftCol .actionsMobile .santa-claus-send-birch {
  color: #d43d5a;
  font-weight: 500;
  width: 280px;
  margin-top: 5px;
  border-color: #d43d5a;
  position: relative;
  padding-left: 40px;
}
.profilePageContainer .leftCol .actionsMobile .santa-claus-send-birch .birch-icon {
  position: absolute;
  top: 5px;
  height: 36px;
  left: 35px;
  display: block;
}
.profilePageContainer .leftCol .propertiesWrapper {
  margin-left: 25px;
  margin-right: 25px;
  background: #ffffff;
  padding: 20px 10px 10px 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .propertiesWrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .propertiesWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.profilePageContainer .leftCol .propertiesWrapper .user-property {
  margin-bottom: 7px;
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .propertiesWrapper .user-property {
    margin-bottom: 12px;
  }
}
.profilePageContainer .leftCol .propertiesWrapper .user-property .attr-title {
  font-size: 15px;
  display: inline-block;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .propertiesWrapper .user-property .attr-title {
    font-size: 16px;
  }
}
.profilePageContainer .leftCol .propertiesWrapper .user-property .attr-value {
  font-size: 15px;
  color: #717171;
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .propertiesWrapper .user-property .attr-value {
    font-size: 16px;
  }
}
.profilePageContainer .leftCol .propertiesWrapper .user-property.property-lifestyle .attr-value {
  text-decoration: underline;
  cursor: pointer;
}
.profilePageContainer .leftCol .propertiesWrapper .user-property.property-lifestyle .attr-value .fa-info-circle {
  color: #d43d5a;
}
.profilePageContainer .leftCol .propertiesWrapper .user-property.user-property-time {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .propertiesWrapper .user-property.user-property-time {
    font-size: 18px;
  }
}
.profilePageContainer .leftCol .propertiesWrapper .user-property.user-property-time .attr-value {
  font-size: 15px;
  display: block;
}
@media (min-width: 1024px) {
  .profilePageContainer .leftCol .propertiesWrapper .user-property.user-property-time .attr-value {
    font-size: 16px;
  }
}
.profilePageContainer .leftCol .propertiesWrapper .notSetWrapper:before {
  content: '... ';
}
.profilePageContainer .leftCol .propertiesWrapper .notSetWrapper .notSet {
  color: #181818;
}
.profilePageContainer .leftCol .propertiesWrapper .notSetWrapper i {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 700;
}
.profilePageContainer .leftCol .diamond-top-list {
  margin: 0 25px 15px 25px;
}
@media (min-width: 768px) {
  .profilePageContainer .leftCol .diamond-top-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.profilePageContainer .leftCol .diamond-top-list .link-to-list {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.profilePageContainer .christmasPromoWrapper {
  padding: 0 !important;
}
.profilePageContainer .christmasPromoWrapper.mobile {
  margin: 0 25px 10px 25px;
}
@media (min-width: 768px) {
  .profilePageContainer .christmasPromoWrapper.mobile {
    display: none;
  }
}
.profilePageContainer .christmasPromoWrapper.tablet {
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .profilePageContainer .christmasPromoWrapper.tablet {
    display: block;
  }
}
.profilePageContainer .christmasPromoWrapper.desktop {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .profilePageContainer .christmasPromoWrapper.desktop {
    display: none;
  }
}
.profilePageContainer .christmasPromoWrapper .christmasPromo {
  cursor: pointer;
  max-width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol {
    width: 100%;
  }
}
.profilePageContainer .rightCol .translate {
  margin-top: 15px;
}
.profilePageContainer .rightCol .notSetContainer a.notSet {
  color: #181818;
}
.profilePageContainer .rightCol .notSetContainer i {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 700;
}
.profilePageContainer .rightCol > div:not(.user-data-content) {
  position: relative;
  margin-bottom: 15px;
  padding: 25px;
}
.profilePageContainer .rightCol > div:not(.user-data-content).smallMargin {
  margin-bottom: 2px;
}
.profilePageContainer .rightCol > div:not(.user-data-content).whiteBox {
  background-color: #ffffff;
}
.profilePageContainer .rightCol > div:not(.user-data-content) h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol > div:not(.user-data-content) h2 {
    font-size: 14px;
    font-weight: 700;
  }
}
.profilePageContainer .rightCol > div:not(.user-data-content) .data {
  color: #717171;
  font-size: 16px;
  word-wrap: break-word;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol > div:not(.user-data-content) .data {
    font-size: 14px;
  }
}
.profilePageContainer .rightCol > div:not(.user-data-content) .data .notSetContainer:before {
  content: '.....';
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.profilePageContainer .rightCol > div:not(.user-data-content) .data .notSetContainer .notSet {
  color: #181818;
}
.profilePageContainer .rightCol > div:not(.user-data-content) .data .notSetContainer i {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 700;
}
.profilePageContainer .rightCol > div:not(.user-data-content) .data .googleLogo {
  display: block;
  margin-top: 10px;
}
.profilePageContainer .rightCol > div:not(.user-data-content) .black {
  color: #181818;
}
.profilePageContainer .rightCol .about,
.profilePageContainer .rightCol .lookingFor {
  background: #ffffff;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol .actions {
    background-color: transparent !important;
  }
}
.profilePageContainer .rightCol .actions dl {
  display: inline-block;
  width: 30%;
  margin: 0;
  font-size: 18px;
  vertical-align: top;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .actions dl {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .profilePageContainer .rightCol .actions dl:first-of-type {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .actions dl {
    font-size: 14px;
  }
}
.profilePageContainer .rightCol .actions dt,
.profilePageContainer .rightCol .actions dd {
  margin: 0;
  line-height: 1.4;
}
.profilePageContainer .rightCol .actions dd {
  color: #717171;
  font-weight: 300;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .actions .buttons {
    margin-top: -50px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .actions .buttons {
    margin-top: -59px;
    margin-bottom: -10px;
  }
}
.profilePageContainer .rightCol .actions .buttons .btnMessage {
  margin-right: 15px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .actions .buttons .btnMessage {
    padding: 8px 35px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .actions .buttons .btnMessage {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
  }
}
.profilePageContainer .rightCol .actions .buttons .btnLike {
  width: 150px;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .actions .buttons .btnLike {
    padding: 8px 15px;
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .actions .buttons .btnLike {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
  }
}
.profilePageContainer .rightCol .actions .buttons .btnLike .unlikeText {
  display: none;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.preActive {
  border-color: #d43d5a;
  color: #d43d5a;
  background-color: #ffffff;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.preActive .unlikeText {
  display: inline;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.preActive .likeText {
  display: none;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.active {
  height: 46px;
  border-color: #d43d5a;
  color: #d43d5a;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .actions .buttons .btnLike.active {
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .actions .buttons .btnLike.active {
    height: 35px;
  }
}
.profilePageContainer .rightCol .actions .buttons .btnLike.active i {
  position: relative;
  top: -1px;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.active .unlikeText {
  display: inline;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.active .likeText {
  display: none;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.active:hover {
  background-color: #ffffff;
}
.profilePageContainer .rightCol .actions .buttons .btnLike.active:hover i:before {
  animation: LikeCancelAnimation 0.4s ease-in-out;
  position: relative;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.profilePageContainer .rightCol .publicPhotos,
.profilePageContainer .rightCol .privatePhotos {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.profilePageContainer .rightCol .publicPhotos .photos,
.profilePageContainer .rightCol .privatePhotos .photos {
  position: relative;
  height: 225px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol .publicPhotos .photos,
  .profilePageContainer .rightCol .privatePhotos .photos {
    height: 140px;
  }
}
.profilePageContainer .rightCol .publicPhotos .photos img,
.profilePageContainer .rightCol .privatePhotos .photos img {
  cursor: pointer;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol .publicPhotos .photos img,
  .profilePageContainer .rightCol .privatePhotos .photos img {
    width: 140px;
    height: 140px;
  }
}
.profilePageContainer .rightCol .publicPhotos .photos .images,
.profilePageContainer .rightCol .privatePhotos .photos .images {
  position: relative;
  height: 225px;
  white-space: nowrap;
  overflow: hidden;
}
.profilePageContainer .rightCol .publicPhotos .photos .images .image,
.profilePageContainer .rightCol .privatePhotos .photos .images .image {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol .publicPhotos .photos .images .image,
  .profilePageContainer .rightCol .privatePhotos .photos .images .image {
    margin-right: 5px;
  }
}
.profilePageContainer .rightCol .publicPhotos .photos i,
.profilePageContainer .rightCol .privatePhotos .photos i {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  cursor: pointer;
  border-radius: 40px;
  z-index: 1;
}
.profilePageContainer .rightCol .publicPhotos .photos i.browseLeft,
.profilePageContainer .rightCol .privatePhotos .photos i.browseLeft {
  padding: 2px 17px 4px 13px;
  left: 6px;
}
.profilePageContainer .rightCol .publicPhotos .photos i.browseRight,
.profilePageContainer .rightCol .privatePhotos .photos i.browseRight {
  padding: 2px 13px 4px 17px;
  right: 6px;
}
.profilePageContainer .rightCol .publicPhotos .photos span.like,
.profilePageContainer .rightCol .privatePhotos .photos span.like {
  display: block;
  padding: 2px 5px;
  height: 24px;
  background-color: #fff;
  opacity: .9;
  border-radius: 5px;
  clear: none;
  position: absolute;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  left: 10px;
  bottom: 12px;
}
.profilePageContainer .rightCol .publicPhotos .photos span.like:before,
.profilePageContainer .rightCol .privatePhotos .photos span.like:before {
  content: '\f164';
  color: #c1c1c1;
  font-family: FontAwesome;
  font-size: 18px;
  vertical-align: middle;
}
@media all and (max-width: 479px) {
  .profilePageContainer .rightCol .publicPhotos .photos span.like:before,
  .profilePageContainer .rightCol .privatePhotos .photos span.like:before {
    font-size: 14px;
  }
}
.profilePageContainer .rightCol .publicPhotos .photos span.like.active:before,
.profilePageContainer .rightCol .privatePhotos .photos span.like.active:before {
  color: #d43d5a;
}
.profilePageContainer .rightCol .publicPhotos .photos span.like b,
.profilePageContainer .rightCol .privatePhotos .photos span.like b {
  font-style: normal;
  font-weight: normal;
}
.profilePageContainer .rightCol .publicPhotos .dots,
.profilePageContainer .rightCol .privatePhotos .dots {
  margin-top: 20px;
  text-align: center;
}
.profilePageContainer .rightCol .publicPhotos .dots > div,
.profilePageContainer .rightCol .privatePhotos .dots > div {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background-color: #cbcbcb;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol .publicPhotos .dots > div,
  .profilePageContainer .rightCol .privatePhotos .dots > div {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}
.profilePageContainer .rightCol .publicPhotos .dots > div.selected,
.profilePageContainer .rightCol .privatePhotos .dots > div.selected {
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .profilePageContainer .rightCol .publicPhotos .dots > div.selected,
  .profilePageContainer .rightCol .privatePhotos .dots > div.selected {
    width: 9px;
    height: 9px;
    border-radius: 9px;
  }
}
.profilePageContainer .rightCol .showImageSlider {
  cursor: pointer;
  color: #595959;
}
.profilePageContainer .rightCol .externalPhotos {
  display: none;
}
.profilePageContainer .rightCol .externalPhotos .regBox {
  width: 140px;
  height: 140px;
  display: inline-block;
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .externalPhotos .regBox {
    width: 225px;
    height: 225px;
  }
}
.profilePageContainer .rightCol .externalPhotos .regBox .itemContent {
  position: absolute;
  width: 100%;
  padding: 4px 5px;
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .externalPhotos .regBox .itemContent {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.profilePageContainer .rightCol .externalPhotos .regBox .itemContent.desktopContent {
  display: none;
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .externalPhotos .regBox .itemContent.desktopContent {
    display: block;
  }
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .externalPhotos .regBox .itemContent.mobileContent {
    display: none;
  }
}
.profilePageContainer .rightCol .externalPhotos .regBox .entryBox .boxHead p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.profilePageContainer .rightCol .externalPhotos .regBox .entryBox label {
  color: #a8a8a8;
  font-size: 12px;
}
.profilePageContainer .rightCol .externalPhotos .regBox .entryBox .errorMessage {
  padding-top: 4px;
}
.profilePageContainer .rightCol .externalPhotos .regBox .entryBox .errorMessage p {
  min-height: 17px;
}
.profilePageContainer .rightCol .externalPhotos .regBox .entryBox .inputGroup input {
  padding-top: 5px;
  padding-bottom: 5px;
}
.profilePageContainer .rightCol .externalPhotos .regBox .entryBox .commonButton {
  width: 100%;
}
.profilePageContainer .rightCol .externalPhotos .regBox .mobileLink {
  display: block;
  padding-top: 38px;
  width: 100%;
}
.profilePageContainer .rightCol .externalPhotos .regBox .mobileLink .logoImage {
  max-width: 100%;
  height: calc(100% - 8px);
  display: block;
}
.profilePageContainer .rightCol .externalPhotos .regBox .mobileLink .regButton {
  width: 100%;
  margin-top: 10px;
  padding: 8px 0;
}
.profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo {
  font-size: 16px;
  word-break: normal;
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo {
    width: 190px;
    display: inline-block;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo {
    width: auto;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo .inProgress {
  display: none;
}
.profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo > div {
  display: none;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo > div {
    display: block;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo > div {
    display: none;
  }
}
@media (max-width: 479px) {
  .profilePageContainer .rightCol .privatePhotos .data .privatePhotoInfo > div {
    display: block;
  }
}
.profilePageContainer .rightCol .privatePhotos span.privatePhotoRequest,
.profilePageContainer .rightCol .privatePhotos span.cancelPrivatePhotoRequest {
  color: #d43d5a;
  cursor: pointer;
}
.profilePageContainer .rightCol .privatePhotos button.privatePhotoRequest,
.profilePageContainer .rightCol .privatePhotos button.cancelPrivatePhotoRequest,
.profilePageContainer .rightCol .privatePhotos button.privatePhotoSubscription {
  width: 250px;
  margin-top: -25px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .profilePageContainer .rightCol .privatePhotos button.privatePhotoRequest,
  .profilePageContainer .rightCol .privatePhotos button.cancelPrivatePhotoRequest,
  .profilePageContainer .rightCol .privatePhotos button.privatePhotoSubscription {
    margin-top: -40px;
  }
}
@media (max-width: 1023px) {
  .profilePageContainer .rightCol .privatePhotos button.privatePhotoRequest,
  .profilePageContainer .rightCol .privatePhotos button.cancelPrivatePhotoRequest,
  .profilePageContainer .rightCol .privatePhotos button.privatePhotoSubscription {
    width: 205px;
    margin-top: -5px;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 479px) {
  .profilePageContainer .rightCol .privatePhotos button.privatePhotoRequest,
  .profilePageContainer .rightCol .privatePhotos button.cancelPrivatePhotoRequest,
  .profilePageContainer .rightCol .privatePhotos button.privatePhotoSubscription {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.profilePageContainer .rightCol .recommendationContainer,
.profilePageContainer .rightCol .recommendedSimilarUsers {
  padding: 0;
}
.profilePageContainer .rightCol .recommendationContainer {
  padding: 0 !important;
  background-color: #ffffff;
}
.profilePageContainer .rightCol .recommendation h3 {
  text-align: left;
}
.profilePageContainer .rightCol .bucketlistWrapper {
  background-color: #ffffff;
}
.profilePageContainer .rightCol .bucketlistWrapper .displayText {
  margin: 10px 0 10px 0;
  text-align: center;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 0px;
  padding-top: 15px;
  display: inline-block;
  float: left;
  clear: none;
  height: 64px;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem {
    width: 47%;
  }
}
@media all and (max-width: 767px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem {
    width: 95%;
  }
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton {
  color: #181818;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 4px;
  padding: 5px 0 0 5px;
  background-image: url("/assets/images/_/common/icons/bucketlisst-checker.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a.notActive,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton.notActive {
  background-image: none;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  clear: none;
  background-image: url("/assets/images/_/common/icons/bucketlist-icons.png?v=2");
  background-repeat: no-repeat;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.picnic,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.picnic {
  background-position: 0px -210px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.tandem,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.tandem {
  background-position: 0px -317px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.polar_light,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.polar_light {
  background-position: 0px -480px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.gondolas_venice,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.gondolas_venice {
  background-position: 0px -586px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.african_safari,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.african_safari {
  background-position: 0px -748px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.karaoke_USA,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.karaoke_USA {
  background-position: 0px -865px;
  padding-top: 0;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.grand_canyon,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.grand_canyon {
  background-position: 0px -1022px;
  padding-top: 0;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.VIP_my_favorites,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.VIP_my_favorites {
  background-position: 0px -1130px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.pool_party,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.pool_party {
  background-position: 0px -156px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.pool_diving,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.pool_diving {
  background-position: 0px -370px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.caribbien_cruise,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.caribbien_cruise {
  background-position: 0px -533px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.chines_great_wall,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.chines_great_wall {
  background-position: 0px -642px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.egypt_pyramids,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.egypt_pyramids {
  background-position: 0px -801px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.swimming_width_dolphins,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.swimming_width_dolphins {
  background-position: 0px -917px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.sushi_in_tokio,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.sushi_in_tokio {
  background-position: 0px -1077px;
  padding-top: 0;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.eiffel_tower,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.eiffel_tower {
  background-position: 0px -263px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.make_tatto,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.make_tatto {
  background-position: 0px -429px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.around_europe,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.around_europe {
  background-position: 0px 2px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.taj_mahal,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.taj_mahal {
  background-position: 0px -696px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.roud66,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.roud66 {
  background-position: 0px -49px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.elephant_in_thaifold,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.elephant_in_thaifold {
  background-position: 0px -969px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.michelin_star_restaurant,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.michelin_star_restaurant {
  background-position: 0px -102px;
  padding-top: 0;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.ballet_premiere,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.ballet_premiere {
  background-position: 0px -1185px;
  padding-top: 0;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.wellness,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.wellness {
  background-position: -54px 0px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.transsziberian_expressz,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.transsziberian_expressz {
  background-position: -54px -55px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.skiing_and_snowboarding,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.skiing_and_snowboarding {
  background-position: -54px -110px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.sportcar,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.sportcar {
  background-position: -54px -165px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.coralls_in_australia,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.coralls_in_australia {
  background-position: -54px -220px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.viva_mexico,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.viva_mexico {
  background-position: -54px -275px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.tango_in_argentina,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.tango_in_argentina {
  background-position: -54px -330px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.rio_carneval,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.rio_carneval {
  background-position: -54px -385px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.casino_in_lasvegas,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.casino_in_lasvegas {
  background-position: -54px -440px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.shopping_in_rodeodrive,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.shopping_in_rodeodrive {
  background-position: -54px -495px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.niagara_fall,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.niagara_fall {
  background-position: -54px -550px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.horse_tour,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.horse_tour {
  background-position: -54px -605px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.paris_romantic,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.paris_romantic {
  background-position: -54px -660px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.rafting,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.rafting {
  background-position: -54px -715px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.bungee_jumping,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.bungee_jumping {
  background-position: -54px -770px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.bl_finals,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.bl_finals {
  background-position: -54px -825px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.miami_sun,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.miami_sun {
  background-position: -54px -880px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.maldives_pool_diving,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.maldives_pool_diving {
  background-position: -109px 0px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.ibisa_jacht,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.ibisa_jacht {
  background-position: -109px -55px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.wine_dinner_in_balaton,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.wine_dinner_in_balaton {
  background-position: -109px -110px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.schwedish_jukkasjarvi,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.schwedish_jukkasjarvi {
  background-position: -109px -165px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.air_balloon_champagne,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.air_balloon_champagne {
  background-position: -109px -220px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.vip_sporting_event,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.vip_sporting_event {
  background-position: -109px -275px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.goldengate_bridge,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.goldengate_bridge {
  background-position: -109px -330px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.catamaran_on_seychelle,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.catamaran_on_seychelle {
  background-position: -109px -385px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.to_disney,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.to_disney {
  background-position: -109px -440px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.around_the_world,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.around_the_world {
  background-position: -109px -495px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.racehorse_run,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.racehorse_run {
  background-position: -109px -550px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.dinner_at_the_beach,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.dinner_at_the_beach {
  background-position: -109px -605px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.adria_shipping,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.adria_shipping {
  background-position: -109px -660px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.private_fly,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.private_fly {
  background-position: -109px -715px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.NewYork_trip,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.NewYork_trip {
  background-position: -109px -770px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.nazca_lines,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.nazca_lines {
  background-position: -109px -825px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.el_camino,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.el_camino {
  background-position: -109px -880px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.ship_in_panama,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.ship_in_panama {
  background-position: -164px 0px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.balaton_all_of_day,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.balaton_all_of_day {
  background-position: -164px -55px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.netherlands_tulips,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.netherlands_tulips {
  background-position: -164px -110px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.luxury_yacht_dinner,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.luxury_yacht_dinner {
  background-position: -164px -165px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.dogshop_hike_in_alaska,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.dogshop_hike_in_alaska {
  background-position: -164px -220px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.new_yourk_maraton,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.new_yourk_maraton {
  background-position: -164px -275px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.toscana_at_cabrio,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.toscana_at_cabrio {
  background-position: -164px -330px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.to_thailand,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.to_thailand {
  background-position: -164px -385px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.celebs_in_hollywood,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.celebs_in_hollywood {
  background-position: -164px -440px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.around_hungary,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.around_hungary {
  background-position: -164px -495px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.helicopter_budapest_at_night,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.helicopter_budapest_at_night {
  background-position: -164px -550px;
  margin-top: 0px;
  font-size: 13px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.to_plunge_under_the_stars,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.to_plunge_under_the_stars {
  background-position: -164px -605px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.scotland_tour,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.scotland_tour {
  background-position: -164px -660px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.cherry_tree_bloom,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.cherry_tree_bloom {
  background-position: -164px -715px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.try_the_best_hotels,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.try_the_best_hotels {
  background-position: -164px -770px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.f1_at_monaco,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.f1_at_monaco {
  background-position: -164px -825px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.icon.underwater_hotel,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.icon.underwater_hotel {
  background-position: -164px -880px;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title {
  float: left;
  clear: none;
  width: 65%;
  padding-left: 5px;
  height: auto;
  margin: auto 0 auto 0;
}
@media all and (max-width: 1279px) and (min-width: 1024px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.elephant_in_thaifold,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.elephant_in_thaifold,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.pool_party,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.pool_party,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.make_tatto,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.make_tatto,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_europe,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_europe,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.gondolas_venice,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.gondolas_venice,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.chines_great_wall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.chines_great_wall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.taj_mahal,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.taj_mahal,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.african_safari,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.african_safari,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.swimming_width_dolphins {
    padding-top: 9px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title {
    font-size: 12px;
  }
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.pool_party,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.pool_party {
    padding-top: 9px;
  }
}
@media all and (max-width: 1023px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.elephant_in_thaifold,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.elephant_in_thaifold,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.pool_party,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.pool_party,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.make_tatto,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.make_tatto,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_europe,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_europe,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.gondolas_venice,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.gondolas_venice,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.chines_great_wall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.chines_great_wall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.taj_mahal,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.taj_mahal,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.african_safari,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.african_safari,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.grand_canyon,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.grand_canyon,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.sushi_in_tokio,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.sushi_in_tokio,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.VIP_my_favorites,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.VIP_my_favorites,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.sportcar,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.sportcar,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.tango_in_argentina,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.tango_in_argentina,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.rio_carneval,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.rio_carneval,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.casino_in_lasvegas,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.casino_in_lasvegas,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.niagara_fall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.niagara_fall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.rafting,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.rafting,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.bungee_jumping,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.bungee_jumping,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.miami_sun,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.miami_sun,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.horse_tour,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.horse_tour,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.paris_romantic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.paris_romantic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.maldives_pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.maldives_pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.wine_dinner_in_balaton,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.wine_dinner_in_balaton,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.catamaran_on_seychelle,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.catamaran_on_seychelle,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.to_disney,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.to_disney,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_the_world,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_the_world,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.private_fly,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.private_fly,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.NewYork_trip,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.NewYork_trip,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.new_yourk_maraton,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.new_yourk_maraton,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.toscana_at_cabrio,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.toscana_at_cabrio,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.to_thailand,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.to_thailand,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_hungary,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_hungary,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.to_plunge_under_the_stars,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.to_plunge_under_the_stars,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.try_the_best_hotels,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.try_the_best_hotels,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.underwater_hotel,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.underwater_hotel {
    padding-top: 9px;
  }
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.helicopter_budapest_at_night,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.helicopter_budapest_at_night {
  margin-top: -3px;
  font-size: 13px;
}
@media (min-width: 480px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.helicopter_budapest_at_night,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.helicopter_budapest_at_night {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.helicopter_budapest_at_night,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.helicopter_budapest_at_night {
    margin-top: -3px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.helicopter_budapest_at_night,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.helicopter_budapest_at_night {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.helicopter_budapest_at_night,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.helicopter_budapest_at_night {
    margin-top: 3px;
    font-size: 13px;
  }
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.f1_at_monaco,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.f1_at_monaco,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.schwedish_jukkasjarvi,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.schwedish_jukkasjarvi {
  margin-top: -3px;
  font-size: 13px;
}
@media (min-width: 480px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.schwedish_jukkasjarvi,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.schwedish_jukkasjarvi {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.schwedish_jukkasjarvi,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.schwedish_jukkasjarvi {
    margin-top: -3px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.schwedish_jukkasjarvi,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.schwedish_jukkasjarvi {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.f1_at_monaco,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.schwedish_jukkasjarvi,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.schwedish_jukkasjarvi {
    margin-top: -3px;
    font-size: 13px;
  }
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.vip_sporting_event,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.vip_sporting_event,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.viva_mexico,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.viva_mexico {
  margin-top: -3px;
  font-size: 13px;
}
@media (min-width: 480px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.vip_sporting_event,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.vip_sporting_event,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.viva_mexico,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.viva_mexico {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.vip_sporting_event,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.vip_sporting_event,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.viva_mexico,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.viva_mexico {
    margin-top: -3px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.vip_sporting_event,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.vip_sporting_event,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.viva_mexico,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.viva_mexico {
    margin-top: 0;
    font-size: 14px;
  }
}
@media all and (min-width: 1280px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.picnic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.pool_diving,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.make_tatto,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.make_tatto,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.caribbien_cruise,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_europe,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_europe,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.gondolas_venice,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.gondolas_venice,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.chines_great_wall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.chines_great_wall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.taj_mahal,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.taj_mahal,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.african_safari,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.african_safari,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.swimming_width_dolphins,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.rafting,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.rafting,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.sportcar,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.sportcar,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.tango_in_argentina,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.tango_in_argentina,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.rio_carneval,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.rio_carneval,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.casino_in_lasvegas,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.casino_in_lasvegas,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.niagara_fall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.niagara_fall,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.horse_tour,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.horse_tour,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.paris_romantic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.paris_romantic,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.bungee_jumping,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.bungee_jumping,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.miami_sun,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.miami_sun,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.wine_dinner_in_balaton,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.wine_dinner_in_balaton,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.air_balloon_champagne,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.air_balloon_champagne,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.to_disney,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.to_disney,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_the_world,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_the_world,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.racehorse_run,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.racehorse_run,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.dinner_at_the_beach,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.dinner_at_the_beach,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.adria_shipping,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.adria_shipping,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.private_fly,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.private_fly,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.NewYork_trip,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.NewYork_trip,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.to_thailand,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.to_thailand,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.around_hungary,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.around_hungary,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.to_plunge_under_the_stars,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.to_plunge_under_the_stars,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.scotland_tour,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.scotland_tour,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.underwater_hotel,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.underwater_hotel {
    padding-top: 9px;
  }
}
@media all and (min-width: 479px) and (max-width: 1023px) {
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a span.title.karaoke_USA,
  .profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton span.title.karaoke_USA {
    padding-top: 0px;
  }
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a.active,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton.active {
  background-color: #d43d5a;
  background-position: bottom right;
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a.active span.icon,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton.active span.icon {
  background-image: url("../../images/_/common/icons/bucketlist-profile-active-icons.png?v=2");
}
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem a.active span.title,
.profilePageContainer .rightCol .bucketlistWrapper .bucketListItem span.bucketlistButton.active span.title {
  color: #ffffff;
}
.profilePageContainer .rightCol .travelInfoWrapper {
  background-color: #ffffff;
  color: #181818;
}
.profilePageContainer .rightCol .travelInfoWrapper h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
}
.profilePageContainer .rightCol .travelInfoWrapper .continent {
  color: #717171;
}
.profilePageContainer .rightCol .travelInfoWrapper .continent h4 {
  color: #181818;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .profilePageContainer .adverticum-zone-upper {
    padding-top: 20px;
  }
}
.profilePageContainer .recommendationsRow {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .profilePageContainer .recommendationsRow {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.profilePageContainer .recommendationsRow .title {
  margin-bottom: 20px;
  font-size: 24px;
}
.profilePageContainer .recommendationsRow .recommendations {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.profilePageContainer .recommendationsRow .recommendations .resultBoxOuter {
  margin: 0;
}
.profilePageContainer .recommendationsRow .recommendations .resultBoxOuter:first-of-type {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.profilePageContainer .recommendationsRow .recommendations .resultBoxOuter:not(:first-of-type) {
  margin-left: 10px;
}
.profilePageContainer .recommendationsRow .recommendations .browse {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -24px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.profilePageContainer .recommendationsRow .recommendations .browse.browseLeft {
  left: 6px;
  padding: 0 17px 0 13px;
}
.profilePageContainer .recommendationsRow .recommendations .browse.browseRight {
  right: 6px;
  padding: 0 13px 0 17px;
}
.photoViewer #photo-viewer-like-button {
  display: none;
  padding: 2px 5px;
  height: 24px;
  background-color: #fff;
  opacity: .9;
  border-radius: 5px;
  clear: none;
  position: absolute;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  margin-left: 13px;
  margin-bottom: 8px;
  bottom: 0;
  left: 0;
}
.photoViewer #photo-viewer-like-button.visible {
  display: inline;
}
.photoViewer #photo-viewer-like-button:before {
  content: '\f164';
  color: #c1c1c1;
  font-family: FontAwesome;
  font-size: 18px;
  vertical-align: middle;
}
@media all and (max-width: 479px) {
  .photoViewer #photo-viewer-like-button:before {
    font-size: 14px;
  }
}
.photoViewer #photo-viewer-like-button.active:before {
  color: #d43d5a;
}
.photoViewer #photo-viewer-like-button b {
  font-style: normal;
  font-weight: normal;
  padding-left: 3px;
}
.remodal[data-remodal-id=chooseTravel] .boxHeader {
  background-color: #d43d5a;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 24px 0 20px 10px;
}
.remodal[data-remodal-id=chooseTravel] .btnInvite:hover {
  color: #ffffff;
}
