@charset "UTF-8";
/*Material Design*/
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

/*style for scrollbars*/
::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(103, 99, 99, 0.41);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #dedddd;
}

.icon, i {
  color: #ffffff;
}

.blue {
  background-color: #008fb3;
}

.black {
  background-color: #000000;
}

.white-border {
  border: 1px solid #ffffff;
}

.blue-border {
  border: 1px solid #008fb3;
}

body {
  background-color: #000000;
  overflow: auto;
}

a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #ffffff;
}

input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
  opacity: 0;
}

.input-field:focus-within i {
  color: #ffa700;
}

*:focus {
  outline: none;
}

* {
  outline: none;
}

textarea {
  resize: none;
}

.heading {
  width: 100%;
  height: 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: table-caption;
}

.welcome-container {
  width: 100%;
}

.custom-section {
  margin: 20px auto;
  padding: 5px 20px;
  max-width: 375px;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.avatar-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.navbar {
  z-index: 1 !important;
}

.nav-link .active {
  color: white !important;
}

.experiences {
  margin-top: 20px;
}

.experiences .pdf, .experiences .audio {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content {
  display: table-cell;
  vertical-align: middle;
  height: 403px;
  max-height: 403px;
  width: 375px;
  padding: 20px;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.content form {
  margin: 10px;
}

.content h2 {
  font-size: 0.9rem;
}

.content h3, .content label {
  font-size: 0.85rem;
}

.content h2, .content h3 {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  font-style: normal;
}

div[data-form-type="main-sign-up"] {
  background-color: #008fb3;
  border: 1px solid #008fb3;
}

div[data-form-type="oauth-sign-up"] {
  border: 1px solid #ffffff;
}

div[data-form-type="oauth-sign-up"] form input[type="submit"] {
  background-color: #008fb3;
}

.post-comment-button {
  cursor: pointer;
}

.forgot-password-link {
  text-align: right;
  display: block;
  font-size: 0.6rem;
}

.forgot-password-link a {
  color: #ffffff !important;
}

.footer-links {
  text-align: center;
  display: block;
  font-size: 0.6rem;
  margin-bottom: 10px;
  color: #ffffff;
  cursor: pointer;
}

#search-modal-content .list-wrapper {
  margin-top: 10px;
  position: relative;
  height: 100%;
  overflow-y: auto;
}

#resend-code, #resend-code-forgot-password {
  text-align: center;
  display: block;
  font-size: 0.6rem;
  margin-bottom: 10px;
}

#resend-code a, #resend-code-forgot-password a {
  color: #ffffff;
}

.input-icon {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.input-icon i {
  font-size: 0.85rem;
  padding: 5px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.sign-input {
  margin: 25px auto;
}

.input-field {
  position: relative;
  font-size: 0.85rem;
}

.input-field input {
  display: block;
  padding-right: 30px;
  color: #ffffff;
  width: 100%;
  border: none;
  border-bottom-style: solid;
  background-color: transparent;
  border-bottom: 2px solid #ffeeff;
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

::placeholder {
  color: #EFEFEF;
  opacity: 1;
}

.submit-btn {
  font-size: 0.6rem;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  display: block;
  padding: 5px 20px 5px 20px;
  vertical-align: middle;
  cursor: pointer;
  margin: 40px auto 5px auto;
}

.sign-btn {
  margin-top: 36px;
}

.social-network-buttons {
  text-align: center;
}

.social-network-buttons .social-button {
  width: 150px;
  margin: 2px;
  cursor: pointer;
  display: inline-block;
  color: #444;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  white-space: nowrap;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 5px;
  padding: 6px;
}

.social-network-buttons .social-button .buttonText {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
}

.social-network-buttons .social-button .icon {
  display: inline-block;
  vertical-align: middle;
  align-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.social-network-buttons .social-button .facebook {
  background: url(/assets/f-icon.svg) no-repeat;
}

.social-network-buttons .social-button .google {
  background: url(/assets/g-icon.svg) no-repeat;
}

.default-cover {
  width: 300px;
  height: 300px;
  background-image: url(/images/default_cover.png);
}

.fa-facebook-square {
  cursor: pointer;
}

.welcome-message-container {
  display: none;
}

.footer-container {
  width: 100%;
}

.footer-container .copyright {
  font-size: 0.6rem;
  text-align: left;
  color: #ffffff;
  margin: 20px auto;
}

.footer-container .footer-logo {
  display: none;
}

.email-verification-container {
  display: table-cell;
  text-align: center;
}

.email-verification-container i {
  margin: 40px auto 0 auto;
  font-size: 2rem;
}

.email-verification-container p {
  color: #ffffff;
  text-align: center;
  margin: 20px 4%;
  padding: 0;
  font-size: 0.85rem;
  text-align: center;
}

.email-verification-container input[type=text] {
  background: transparent;
  border: none;
  width: 30px;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid white;
  margin: 20px auto;
  text-transform: uppercase;
}

.email-verification-container .submit-btn {
  margin: 19px auto 0 auto;
}

.set-up-password-container {
  display: table-cell;
  text-align: center;
}

.set-up-password-container i {
  margin: 20px auto 0 auto;
  font-size: 2rem;
}

.set-up-password-container p {
  margin: 5px auto;
  font-size: 0.9rem;
  color: #ffffff;
}

.set-up-password-container ul {
  text-align: justify;
  padding-left: 10%;
}

.set-up-password-container ul li {
  font-size: 0.85rem;
  color: #ffffff;
}

.set-up-password-container input[type=password] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 90%;
  margin: 10px auto;
  font-size: 0.85rem;
}

.set-up-password-container .submit-btn {
  margin: 20px auto 20px auto;
}

input {
  border-radius: 0;
}

input[type="submit"][disabled] {
  background-color: #B0B0B0 !important;
}

button[disabled] {
  background-color: #B0B0B0 !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

.correct-li {
  padding-left: 1em;
  text-indent: -1em;
}

.correct-li:before {
  content: "✓";
  padding-right: 5px;
}

.last {
  margin-bottom: 0 !important;
}

#forgot-password {
  display: table-cell;
}

#forgot-password h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

#forgot-password p {
  text-align: center;
  color: #ffffff;
  font-size: 0.6rem;
  margin: 0;
}

#forgot-password form {
  display: grid;
  margin: 0 10 0 10 !important;
}

#forgot-password form input[type="text"] {
  margin: 0 0 10px 0;
}

#forgot-password form .submit-btn {
  margin-top: 21px;
}

.search-container input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  text-align: center;
  color: #EFEFEF;
  font-size: 0.85rem;
}

.search-container input[type="text"]:-moz-placeholder {
  opacity: 1;
  text-align: center;
  color: #EFEFEF;
  font-size: 0.85rem;
}

.search-container input[type="text"]::-moz-placeholder {
  opacity: 1;
  text-align: center;
  color: #EFEFEF;
  font-size: 0.85rem;
}

.search-container input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  text-align: center;
  color: #EFEFEF;
  font-size: 0.85rem;
}

.search-container input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
}

.search-container input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
}

.search-container input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
}

.search-container input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
}

#terms-of-service {
  font-size: 0.6rem;
  color: #ffffff;
  text-align: center;
}

#terms-of-service a {
  color: #ffffff;
}

.like-heart {
  cursor: pointer;
  z-index: 4;
}

.like-heart.disable {
  pointer-events: none;
}

.likes .heart div.like-counter {
  pointer-events: none;
}

.likes-hidden {
  display: none;
}

.experience-header {
  display: inline-block;
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

.experience-header span {
  display: inline-block;
  color: #ffffff;
  position: relative;
  left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.experience-header .follow-btn, .experience-header .following-wrapper {
  border: 1px solid white;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  padding: 6px 10px;
  float: right;
  font-size: 0.6rem;
  margin-right: 20px;
}

.experience-header .following-wrapper {
  padding: 0;
  border: none;
  max-height: 25px;
  z-index: 4;
}

.experience-header .following-btn {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 5px;
  z-index: 0;
  background-color: #008fb3;
}

.experience-header .following-btn i {
  font-size: 1rem;
}

@-webkit-keyframes scale {
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
  }
}

@keyframes scale {
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
  }
}

@-webkit-keyframes fadeinout {
  50% {
    opacity: 1;
  }
}

@keyframes fadeinout {
  50% {
    opacity: 1;
  }
}

.red-heart {
  color: #8a1b21 !important;
}

.like-heart-animation {
  position: absolute;
  text-align: center;
  font-size: 6rem;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  -webkit-animation: fadeinout 0.8s, scale 0.8s;
  animation: fadeinout 0.8s, scale 0.8s;
  opacity: 0;
}

.like-heart-animation i {
  font-size: 100px !important;
}

.avatar {
  display: inline-block;
}

.avatar img {
  background-color: white;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
  margin-top: -22.5px;
  object-fit: cover;
}

.suggested-friends {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  white-space: nowrap;
  position: relative;
}

.suggested-friends h6 {
  color: #ffffff;
}

.middle > * {
  vertical-align: middle;
}

.suggested-item-button {
  display: inline-block;
  width: calc(20% - 10px);
  cursor: pointer;
}

.suggested-item-button p {
  word-break: normal;
  color: #ffffff;
  white-space: normal;
  font-size: 0.8rem;
  display: inline-block;
}

.suggested-item {
  display: inline-block;
  width: calc(20% - 10px);
  max-width: 48px;
  margin-top: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.suggested-item div:first-child {
  display: block;
}

.suggested-item div:first-child img {
  background-color: white;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.suggested-item span {
  display: none;
}

.color-lines-wrapper {
  display: inline-block;
}

#search-modal-content .message {
  text-align: center;
}

.recent-header {
  margin-top: 10px;
}

.recent-header div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.recent-header div p:first-child {
  margin: 0 !important;
  color: #5e5e5e !important;
  display: inline-block;
  float: left;
}

.recent-header div p:last-child {
  cursor: pointer;
  margin: 0 !important;
  display: inline-block;
  float: right;
  color: #00b8e6 !important;
}

.recent-search-item {
  display: block;
  padding: 5px;
}

.recent-search-item i {
  color: #5e5e5e;
}

.recent-search-item span {
  color: #5e5e5e !important;
  float: none !important;
}

#snackbar {
  display: none;
  margin: 0 auto;
  min-width: 300px;
  max-width: 300px;
  margin-left: -150px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 10px;
  font-size: 0.85rem;
}

.error {
  background-color: #ac2028;
}

.warning {
  background-color: #ffa700;
}

.info {
  background-color: #00b353;
}

html.turbolinks-progress-bar::before {
  background-color: #008fb3 !important;
}

.slick-prev, .slick-next {
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  top: 45%;
  padding: 10px;
}

.slick-prev i, .slick-next i {
  opacity: 0.4;
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

.slick-next {
  right: 0;
}

.image-download-app-store {
  margin: 0 auto;
  width: 95px;
}

.mysaic-button {
  background-color: #008fb3;
  color: #ffffff;
  border: none;
  min-width: 60px;
  border-radius: 3px;
  height: 30px;
  padding: 5px;
  width: 110px;
  margin: 0 auto;
}

.subscribe-popup {
  width: 300px;
  height: 130px;
  padding: 5px 10px;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  margin: 10px;
  display: none;
}

.subscribe-popup .body {
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-popup .body .logo, .subscribe-popup .body .content-subscribe {
  display: inline-block;
  float: left;
  text-align: center;
}

.subscribe-popup .body .logo {
  width: 50px;
  left: 5px;
  position: absolute;
}

.subscribe-popup .body .content-subscribe {
  width: calc(100% - 50px);
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 6px;
}

.subscribe-popup .body h4 {
  font-size: 18px;
  font-weight: 900;
  margin: 20px 0 0 0;
}

.subscribe-popup .body p.paragraph {
  color: inherit;
  font-size: 12px;
  margin: 0px;
}

.subscribe-popup .body .mysaic-button {
  padding: 5px 10px;
  font-size: 15px;
}

.subscribe-popup .close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
  padding: 5px;
}

.subscribe-popup .close i {
  color: black;
  font-size: 15px;
}

.experience-view {
  background: url(/assets/svg/camino-01.svg) no-repeat;
  margin: 0 20px;
}

.experience-view .mobile-view .statistics-view, .experience-view .desktop-view .statistics-view {
  margin-top: 10px;
  align-items: center;
  display: flex;
  height: 40px;
  width: 100%;
  text-align: center;
}

.experience-view .mobile-view .statistics-view .icons, .experience-view .desktop-view .statistics-view .icons {
  margin: 0 auto;
}

.experience-view .mobile-view .statistics-view .name-statistics, .experience-view .desktop-view .statistics-view .name-statistics {
  line-height: 30px;
  color: white;
}

.experience-view .mobile-view .statistics-view .media-statistics, .experience-view .desktop-view .statistics-view .media-statistics {
  float: left;
  margin-right: 20px;
  color: white;
}

.experience-view .mobile-view .statistics-view .media-statistics .first, .experience-view .desktop-view .statistics-view .media-statistics .first {
  background-color: #009045;
}

.experience-view .mobile-view .statistics-view .media-statistics .second, .experience-view .desktop-view .statistics-view .media-statistics .second {
  background-color: #008fb3;
}

.experience-view .mobile-view .statistics-view .media-statistics .all, .experience-view .desktop-view .statistics-view .media-statistics .all {
  background-color: #e97c00;
}

.experience-view .mobile-view .statistics-view .icon-statistics, .experience-view .desktop-view .statistics-view .icon-statistics {
  border-radius: 2.3em;
  -webkit-border-radius: 2.3em;
  display: inline-block;
  text-align: center;
  width: 2.3em;
  height: 2.3em;
  margin-left: 10px;
  font-size: 13px;
  line-height: 2.3em;
}

.experience-view .mobile-view .sharing-actions, .experience-view .desktop-view .sharing-actions {
  margin-bottom: 40px;
}

.experience-view .mobile-view .sharing-actions .like-button, .experience-view .desktop-view .sharing-actions .like-button {
  float: left;
}

.experience-view .button-map {
  margin-top: 20px;
  float: left;
  width: 100%;
  text-align: center;
}

.experience-view .button-map a:hover {
  color: #f77d00;
}

.experience-view .button-map .collapsible {
  width: 200px;
  cursor: pointer;
  color: #f77d00;
}

.experience-view .contributors {
  float: left;
  width: 100%;
  height: 130px;
  color: white;
  margin-top: 30px;
  margin-bottom: 20px;
}

.experience-view .contributors img {
  display: inline-block;
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 30.5px;
  object-fit: cover;
}

.experience-view .contributors .contributors-info {
  text-align: left !important;
  width: 100%;
  height: 80%;
  text-align: center;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

.experience-view .contributors .contributors-info .contributor-content {
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
}

.experience-view .experience-reactions span {
  color: #ffffff;
  font-size: 0.7rem;
}

.experience-view .experience-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.experience-view .experience-title h1 {
  text-align: center;
  flex: 1;
  margin: 0;
  line-height: 1.2;
}

.experience-view .experience-title h1 a {
  display: inline-block;
  font-size: 1.3rem;
  color: #ffffff;
}

.experience-view .categories-wrapper {
  display: block;
}

.experience-view .categories-wrapper span {
  text-align: center;
  display: block;
  color: #EFEFEF;
}

.experience-view .like-button {
  display: none;
  text-align: right;
  margin: 0;
  margin-left: 15px;
  margin-top: 3px;
}

.experience-view .like-button i {
  font-size: 2.5rem;
  cursor: pointer;
}

.experience-view .experience-title .like-button {
  display: block;
}

.experience-view .desktop-info-view .like-button {
  display: block;
}

.experience-view .experience-description {
  display: block;
}

.experience-view .experience-description p {
  color: #ffffff;
  font-size: 0.85rem;
}

.experience-view .link-counter-comment {
  display: inline-block;
  float: right;
}

.experience-view .experience-photo-viwer-wrapper {
  display: inline-block;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo-container i {
  background-color: transparent !important;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 2px;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo {
  padding: 0;
  margin-bottom: 2px;
  cursor: pointer;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo-container {
  position: relative;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo {
  background: none;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo audio {
  z-index: 99999;
  opacity: 1;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide {
  position: relative;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.pdf {
  font-size: 15vw;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.video, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.audio, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.pdf {
  padding-bottom: 100%;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.video i, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.video audio, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.video video, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.audio i, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.audio audio, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.audio video, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.pdf i, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.pdf audio, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.pdf video {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 90%;
  background: #fff;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.video video, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.audio video, .experience-view .experience-photo-viwer-wrapper .cover-photo .slick-slide > div.pdf video {
  margin: 0 5px;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .image-screen-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: initial !important;
}

.experience-view .experience-photo-viwer-wrapper .cover-photo .icon-screen-video {
  cursor: pointer;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div {
  opacity: 0.6;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div.active {
  opacity: 1;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div.active > img, .experience-view .experience-photo-viwer-wrapper .gallery > div.active > div {
  border: solid 2px #fea235;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div > div {
  width: 100%;
  height: 100%;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experience-view .experience-photo-viwer-wrapper .gallery > div i.fa-music, .experience-view .experience-photo-viwer-wrapper .gallery > div i.fa-file-pdf {
  font-size: 3vw;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div i.fa-play {
  font-size: 2vw;
}

.experience-view .experience-photo-viwer-wrapper .gallery > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-view .experience-photo-viwer-wrapper .gallery .mysaic-box {
  float: left;
  margin: 0.5%;
  height: 24%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.experience-view .experience-photo-viwer-wrapper .gallery .mysaic-box .clearfix.center-aligned {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experience-view .experience-photo-viwer-wrapper .gallery-parent {
  display: block;
  position: relative;
}

.experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent {
  height: 100%;
  padding-bottom: 15%;
}

.experience-view .experience-photo-viwer-wrapper .cover-horizontal .cover-photo video {
  max-height: 455px;
}

.experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery .mysaic-box {
  width: calc(95%/5);
  height: 100%;
}

.experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent {
  height: 0;
  display: inline-block;
  width: 49%;
  padding-bottom: 49%;
}

.experience-view .experience-photo-viwer-wrapper .cover-vertical .cover-photo-container {
  width: 49%;
  display: inline-block;
  height: 25rem;
  vertical-align: top;
  max-height: 680px;
}

.experience-view .experience-photo-viwer-wrapper .cover-vertical .cover-photo video {
  max-height: 297px;
}

.experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
}

.experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery .mysaic-box {
  width: 24%;
}

.experience-view .experience-photo-viwer-wrapper .slick-slide.slick-current div a {
  display: block !important;
}

.experience-view .experience-photo-viwer-wrapper .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25rem;
}

.experience-view .experience-photo-viwer-wrapper .slick-track .slick-slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.experience-view .experience-photo-viwer-wrapper .slick-track .slick-slide .image .media-picture-frame {
  object-fit: contain;
}

.experience-view .experience-photo-viwer-wrapper .slick-track .flex-end {
  align-items: flex-end;
  margin-bottom: 15px;
}

.experience-view .experience-photo-viwer-wrapper .slick-track .flex-end div {
  width: 100%;
}

.experience-view .photo-viewer-min {
  width: 40%;
}

.experience-view .photo-viewer-max {
  width: 59%;
}

.experience-view .experience-info-photo-viewer-wrapper {
  display: inline-block;
  vertical-align: top;
}

.experience-view .cover-photo {
  margin-bottom: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 18px;
  height: 100%;
}

.experience-view .cover-photo img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-view .cover-photo .pdf, .experience-view .cover-photo .audio {
  padding: 6rem;
  height: 100%;
}

.experience-view .media-picture-frame {
  -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.8);
}

.experience-view .experience-author {
  display: block;
}

.experience-view .experience-author span {
  color: #EFEFEF;
  font-size: 0.85rem;
  display: block;
  text-align: right;
  font-style: italic;
}

.experience-view .divider {
  display: block;
  text-align: right;
}

.experience-view .divider .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #EFEFEF;
}

.experience-view .location-image-record {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.experience-view .location-image-record img {
  width: 100%;
}

.experience-view .sharing-actions {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.experience-view .sharing-actions .share-on {
  display: inline-block;
  width: 100%;
  font-style: italic;
  text-align: right;
  font-size: 0.85rem;
  color: #dd7f03;
}

.experience-view .sharing-actions .social-buttons, .experience-view .sharing-actions .like-button {
  display: inline-block;
  width: 49%;
}

.experience-view .sharing-actions .social-buttons i, .experience-view .sharing-actions .like-button i {
  font-size: 1.8rem;
}

.experience-view .sharing-actions .social-buttons {
  text-align: right;
  padding-right: 10px;
}

.experience-view .sharing-actions .like-button {
  text-align: left;
}

.experience-view .sharing-actions .icons {
  width: 100%;
}

.experience-view .sharing-actions .icons .name-statistics {
  line-height: 30px;
  float: left;
  color: white;
}

.experience-view .sharing-actions .icons .social-buttons, .experience-view .sharing-actions .icons .like-button {
  display: inline-block;
  width: auto;
}

.experience-view .sharing-actions .icons .social-buttons i, .experience-view .sharing-actions .icons .like-button i {
  font-size: 1.8rem;
}

.experience-view .sharing-actions .icons .social-buttons {
  float: right;
  padding-right: 10px;
}

.experience-view .sharing-actions .icons .like-button {
  float: right;
  margin-right: 2%;
}

.experience-view .sharing-actions .icons .media-statistics {
  float: left;
  padding-right: 5%;
  color: white;
}

.experience-view .sharing-actions .icons .media-statistics .first {
  background-color: #009045;
}

.experience-view .sharing-actions .icons .media-statistics .second {
  background-color: #008fb3;
}

.experience-view .sharing-actions .icons .media-statistics .all {
  background-color: #e97c00;
}

.experience-view .sharing-actions .icons .icon-statistics {
  border-radius: 2.3em;
  -webkit-border-radius: 2.3em;
  display: inline-block;
  text-align: center;
  width: 2.3em;
  height: 2.3em;
  margin-left: 10px;
  font-size: 13px;
  line-height: 2.3em;
}

.experience-view .comments-header {
  margin-bottom: 20px;
}

.experience-view .comments-header span {
  cursor: pointer;
  color: #ffffff;
  font-size: 0.9rem;
}

.experience-view .user-menu-fullname {
  color: #ffffff;
  display: inline-block;
  padding: .5rem 5px;
}

.experience-view.margin-top {
  margin-top: 20px !important;
}

.arrow-left.slick-arrow, .arrow-right.slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.arrow-left.slick-arrow {
  left: 0;
}

.arrow-right.slick-arrow {
  right: 0;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slide {
  display: none;
}

.slide.slick-initialized {
  display: block;
}

.experience-comments {
  border-radius: 3px;
  background-color: #191919;
  padding: 20px;
}

.experience-comments .experience-comment-item {
  margin-bottom: 20px;
}

.experience-comments .experience-comment-item .author {
  display: inline-block;
}

.experience-comments .experience-comment-item .author span {
  display: block;
  font-style: bold;
  text-align: left;
  color: #ffffff;
}

.experience-comments .experience-comment-item .author span:first-child {
  font-size: 0.85rem;
}

.experience-comments .experience-comment-item .author span:nth-child(2) {
  color: #5e5e5e;
  font-size: 0.6rem;
}

.experience-comments .experience-comment-item .comment-content, .experience-comments .comments-list-item .comment-content {
  display: block;
}

.experience-comments .experience-comment-item .comment-content p, .experience-comments .comments-list-item .comment-content p {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #ffffff;
  text-align: left;
}

.experience-comments .experience-comment-item .comment-content .typing-box, .experience-comments .comments-list-item .comment-content .typing-box {
  margin-top: 10px;
  padding: 5px;
  background-color: #000000;
  border-radius: 3px;
  border: none;
  display: block;
  text-align: right;
}

.experience-comments .experience-comment-item .comment-content .typing-box button, .experience-comments .comments-list-item .comment-content .typing-box button {
  background-color: #008fb3;
  color: #ffffff;
  display: inline-block;
  border: none;
  min-width: 60px;
  border-radius: 3px;
  height: 30px;
}

.experience-comments .experience-comment-item .comment-content .typing-box textarea, .experience-comments .comments-list-item .comment-content .typing-box textarea {
  border: none;
  height: 100%;
  width: 100%;
  overflow-y: auto !important;
  max-height: 100px;
  min-height: 20px;
  background-color: transparent;
  display: block;
  color: #ffffff;
  font-size: 0.85rem;
}

.back {
  color: #ffffff;
}

.back span {
  cursor: pointer;
}

.back i {
  color: #ffffff;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 5;
  bottom: 0;
}

.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  cursor: pointer;
}

.close-modal i {
  color: #666;
}

.full-screen-slide {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 30px;
  z-index: 1;
  cursor: pointer;
}

#report-content-modal-content {
  padding: 20px;
  z-index: 2;
  position: fixed;
  width: 300px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#report-content-modal-content span.divider {
  width: 100%;
  height: 0.6px;
  background-color: #000000;
}

#report-content-modal-content h4 {
  color: black;
  text-align: center;
}

#report-content-modal-content p {
  font-size: 0.85rem;
  color: #000000;
  text-align: center;
}

#report-content-modal-content div.buttons {
  display: block;
  text-align: center;
}

#report-content-modal-content button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 45%;
  height: 27px;
  font-size: 0.6rem;
}

#report-content-modal-content button:first-child {
  color: #008fb3;
  outline: none;
  background-color: transparent;
  border: none;
}

#report-content-modal-content button:last-child {
  background-color: #008fb3;
  outline: none;
  border-radius: 3px;
  color: #ffffff;
  border: none;
}

#following-options-modal {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

.modal-content {
  border-color: white;
  border-width: 1px;
  border-style: solid;
  display: none;
  position: fixed;
  background-color: #000000;
  width: 99.5%;
  bottom: 0;
  z-index: 2;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 0.85rem;
}

.modal-content .close-btn {
  height: 10%;
  width: 5%;
  height: 10%;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}

.modal-content .close-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content .close-btn.suggested {
  height: 30px;
}

.modal-content .likes-modal-header {
  width: 90%;
  height: 10%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-table;
}

.modal-content .likes-modal-header .likes-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
  font-weight: bold;
}

.modal-content .likes-modal-header .likes-wrapper span {
  margin-left: 5px;
}

.modal-content .tab-list-title {
  color: #565656;
  font-size: 0.8rem;
  padding-top: 10px;
}

.likes-modal-list {
  width: 100%;
  list-style-type: none;
  margin-top: 10px;
  height: calc(100% - 40px);
  overflow: auto;
}

.likes-modal-list .tab-list {
  display: none;
}

.likes-modal-list #following-tab-list {
  padding-bottom: 40px;
}

.likes-modal-list .visible-list {
  display: block;
}

.likes-modal-list .follow-list-item.experience-header {
  display: inline-block !important;
}

.likes-modal-list .follow-list-item {
  color: white;
  display: block;
  text-align: left;
  padding-left: 15px;
  margin: 10px 0 auto;
}

.likes-modal-list .follow-list-item a.follow-btn {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px;
  vertical-align: middle;
  float: right;
  margin-right: 20px;
  border: 1px white solid;
  border-radius: 5px;
}

.likes-modal-list .follow-list-item .following-wrapper {
  margin-top: 5px;
}

.likes-modal-list .follow-list-item img {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  float: left;
}

.likes-modal-list .follow-list-item span {
  width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  float: left;
  line-height: 40px;
}

#search-modal-content {
  height: calc(100% - 100px);
  display: none;
  position: fixed;
  z-index: 1;
  top: 100px;
  font-size: 0.85rem;
  width: 100%;
  padding: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  text-align: center;
}

#search-modal-content .separator {
  border-bottom: 1px solid #191919;
  height: 1px;
  width: 100%;
}

#search-modal-content .search-tabs {
  width: 100%;
  height: 40px;
  padding: 10px 0 0 0;
}

#search-modal-content .search-tabs .search-tab-content {
  cursor: pointer;
  display: inline-block;
  width: 30%;
  color: #000000;
  font-weight: bolder;
}

#search-modal-content .search-tabs .selected {
  color: #00b8e6;
}

#search-modal-content .likes-modal-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

#search-modal-content .likes-modal-list .tab-list {
  padding-bottom: 0;
}

#search-modal-content .likes-modal-list .section-title {
  text-align: center;
  font-weight: bolder;
  margin: 0 0 20px 0;
}

#search-modal-content .likes-modal-list #people-title {
  width: 42px;
}

#search-modal-content .likes-modal-list #people-title .color-lines {
  width: 42px;
}

#search-modal-content .likes-modal-list #experiences-title {
  width: 73px;
}

#search-modal-content .likes-modal-list #experiences-title .color-lines {
  width: 73px;
}

#search-modal-content .likes-modal-list .experience-header {
  margin: 10px auto;
  padding: 0;
}

#search-modal-content .likes-modal-list .experience-header span {
  color: #000000;
  width: 80%;
  margin-left: 0;
}

#search-modal-content .likes-modal-list .experience-header .experience-info {
  width: 80%;
  display: inline-block;
}

#search-modal-content .likes-modal-list .experience-header .experience-info a {
  display: block;
  line-height: inherit !important;
}

#search-modal-content .likes-modal-list .experience-header .experience-info span {
  display: block;
  width: 100%;
  line-height: inherit !important;
}

#search-modal-content .likes-modal-list .experience-header .experience-info .experience-title {
  font-weight: bold;
  color: #00b8e6;
}

#search-modal-content .recent-container {
  text-align: left;
}

#search-modal-content .recent-container span {
  cursor: pointer;
  float: right;
  color: #00b8e6;
}

#following-options-modal-content {
  display: none;
  position: relative;
  background-color: #000000;
  height: 50px;
  width: 85px;
  top: 0;
  right: 0;
  z-index: 4;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  border: 1px solid white;
  border-radius: 5px;
}

#following-options-modal-content .options-modal-btn-link {
  display: inline-block;
  padding: 4px;
  width: 100%;
  height: 50%;
}

.options-modal-btn-link:hover {
  background-color: #00b360;
}

.options-modal-btn-link i {
  color: #000000 !important;
}

@-moz-document url-prefix() {
  .suggested-people-tabs #followers-tab, .suggested-people-tabs #following-tab {
    margin-left: -5px;
  }
}

.suggested-people-tabs {
  width: 90%;
  height: 30px;
  display: table;
  float: left;
  border-radius: 5px;
  background-color: #353535;
}

.suggested-people-tabs #people-tab {
  width: 50%;
}

.suggested-people-tabs #followers-tab, .suggested-people-tabs #following-tab {
  width: 25%;
}

.suggested-people-tabs .suggested-people-tab-content {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  padding: 4px 5px;
  background-color: #353535;
  color: #565656;
  border-radius: 5px;
}

.suggested-people-tabs .suggested-people-tab-content div {
  font-weight: bold;
}

.suggested-people-tabs .selected {
  background-color: #5e5e5e;
  color: #ffffff;
}

.search-container {
  width: 100%;
  background-color: #1a1a1a;
  height: 35px;
  text-align: center;
  position: sticky;
}

.search-container .responsive-wrapper {
  width: 100%;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container .responsive-wrapper input[type="text"] {
  display: inline-block;
  width: 80%;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  padding-left: 10px;
  font-size: 0.8rem;
}

.search-container .responsive-wrapper .search-icon {
  display: inline-block;
  width: 10%;
  padding: 0;
}

.search-container .responsive-wrapper .search-icon i {
  color: #ffffff;
}

.search-container:focus-within .search-icon i {
  color: #008fab;
}

.likes-modal-list.search-list {
  height: auto;
}

.list-item {
  margin: 10px 0;
}

.list-item.people.max-height {
  max-height: 40px;
  overflow: visible;
}

.list-item.people {
  background: transparent;
}

.list-item.people img {
  background-color: black;
  float: left;
  width: 40px;
  border-radius: 20px;
  object-fit: cover;
  height: 2.5rem;
}

.list-item.people span {
  float: left;
  margin-left: 20px;
  line-height: 40px;
}

.list-item.people span.reaction-emoji {
  float: right;
  font-size: 1.3rem;
}

.list-item.people div.follow-btn-wrapper {
  display: inline-block;
  float: right;
  margin-right: 20px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-item.people div.following-wrapper {
  display: inline-block;
  float: right;
  margin-right: 20px;
  overflow: visible;
  right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-item.people div.following-wrapper .following-btn {
  cursor: pointer;
  padding: 4px;
  background-color: #008fb3;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 0.7rem;
}

.list-item.experience img, .list-item.experience .pdf, .list-item.experience .audio {
  float: left;
  width: 40px;
  border-radius: 20px;
  object-fit: cover;
  height: 2.5rem;
}

.list-item.experience .pdf, .list-item.experience .audio {
  background-color: #000000;
  font-size: 1.5em;
  padding: .6rem;
}

.list-item.experience .experience-info {
  margin-left: 20px;
  float: left;
  max-width: calc(100% - 60px);
}

.list-item.experience .experience-info a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #00b8e6;
}

.list-item.experience .experience-info span {
  line-height: 20px;
  display: block;
  color: #000000;
  text-align: left;
}

.people.black-text span {
  color: #000000;
}

#need-account-modal-content {
  padding: 20px;
  z-index: 2;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  background-color: #000000;
  border-width: 1px;
  border-radius: 6px;
  border-color: white;
  width: 80%;
  max-width: 500px;
  height: fit-content;
  border-style: solid;
}

#need-account-modal-content h5 {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}

#need-account-modal-content div.buttons {
  display: block;
  text-align: center;
}

#need-account-modal-content button, #need-account-modal-content a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 40%;
  margin: 10px 0;
  border: none;
  height: 27px;
  font-size: 0.85rem;
  position: relative;
  margin: 0 auto;
}

#need-account-modal-content button:first-child {
  background-color: transparent;
  outline: none;
  color: #00b8e6;
}

#need-account-modal-content button:last-child {
  border-radius: 4px;
  outline: none;
  background-color: #00b353;
  color: #ffffff;
}

#need-account-modal-content button:last-child span {
  line-height: 27px;
}

.comments-list-item {
  overflow: visible;
  margin-bottom: 20px;
  position: relative;
}

.comments-list-item .owner {
  overflow: visible;
  display: block;
}

.comments-list-item .owner .avatar {
  display: inline-block;
  float: left;
}

.comments-list-item .owner .avatar img {
  margin-top: 0px;
  object-fit: cover;
}

.comments-list-item .owner .author {
  margin-left: 19px;
  display: inline-block;
  float: left;
}

.comments-list-item .owner .author span.author-name, .comments-list-item .owner .author span.date {
  display: block;
  line-height: 22.5px;
}

.comments-list-item .owner .author span.author-name {
  font-size: 0.85rem;
  color: #ffffff;
}

.comments-list-item .owner .author span.date {
  font-size: 0.6rem;
  color: #5e5e5e;
}

.comments-list-item .comment-content {
  display: block;
}

.comments-list-item .comment-content p {
  color: #ffffff;
  font-size: 0.85rem;
}

#following-tab-list .following-wrapper .following-menu {
  position: relative;
}

#following-tab-list .following-wrapper .following-menu .following-options {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  border: 1px solid white;
  border-radius: 4px;
}

#following-tab-list .following-wrapper .following-menu .following-options .option-item:hover {
  background-color: #00b353;
}

#following-tab-list .following-wrapper .following-menu .following-options .option-item {
  background-color: black;
  height: 20px;
  cursor: pointer;
}

#following-tab-list .following-wrapper .following-menu .following-options .option-item.block:hover, #following-tab-list .following-wrapper .following-menu .following-options .option-item.block a:hover {
  background: #ac2028;
}

#following-tab-list .following-wrapper .following-menu .following-options a {
  line-height: 20px;
  color: white;
  font-size: 0.7rem;
}

.experience-comments .more-loader {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.experience-comments .more-loader a {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #dd7f03;
  font-size: 0.8rem;
  cursor: pointer;
}

.experience-comments .more-loader a:hover {
  color: #ffffff;
}

.comments-list.scroll {
  overflow-y: auto;
  max-height: 350px;
  margin-bottom: 10px;
}

.comments-list-item.hidden-comment {
  display: none;
}

.comments-list-item .comment-media-reactions,
.comments-list-item .comment-reactions {
  position: relative;
  display: inline-block;
}

.comments-list-item .comment-media-reactions .reaction-dispatcher,
.comments-list-item .comment-reactions .reaction-dispatcher {
  cursor: pointer;
}

.comments-list-item .comment-media-reactions .reaction-dispatcher i,
.comments-list-item .comment-reactions .reaction-dispatcher i {
  font-size: 1rem;
  display: inline-block;
}

.comments-list-item .comment-media-reactions .reaction-counters,
.comments-list-item .comment-reactions .reaction-counters {
  display: inline-block;
}

.comments-list-item .comment-media-reactions .reaction-counters .reaction-counter-wrapper,
.comments-list-item .comment-media-reactions .reaction-counters .reaction-media-counter-wrapper,
.comments-list-item .comment-reactions .reaction-counters .reaction-counter-wrapper,
.comments-list-item .comment-reactions .reaction-counters .reaction-media-counter-wrapper {
  cursor: pointer;
  display: inline-block;
}

.comments-list-item .comment-media-reactions .reaction-counters .reaction-counter-wrapper span:first-child,
.comments-list-item .comment-media-reactions .reaction-counters .reaction-media-counter-wrapper span:first-child,
.comments-list-item .comment-reactions .reaction-counters .reaction-counter-wrapper span:first-child,
.comments-list-item .comment-reactions .reaction-counters .reaction-media-counter-wrapper span:first-child {
  color: #ffffff;
}

.comments-list-item .comment-media-reactions .reaction-counters .reaction-counter-wrapper span,
.comments-list-item .comment-media-reactions .reaction-counters .reaction-media-counter-wrapper span,
.comments-list-item .comment-reactions .reaction-counters .reaction-counter-wrapper span,
.comments-list-item .comment-reactions .reaction-counters .reaction-media-counter-wrapper span {
  margin-top: 5px;
  font-size: 0.8rem;
  display: inline-block;
  float: left;
}

.comments-list-item .comment-media-reactions .reaction-counters .reaction-media-counter-wrapper,
.comments-list-item .comment-reactions .reaction-counters .reaction-media-counter-wrapper {
  margin-left: 15px;
}

.comments-list-item .comment-media-reactions .reaction-counters .reaction-media-counter-wrapper span,
.comments-list-item .comment-reactions .reaction-counters .reaction-media-counter-wrapper span {
  line-height: 27px !important;
  margin-left: 5px;
  margin-top: 0px !important;
}

.comments-list-item .comment-media-reactions .reactions-tooltip-options,
.comments-list-item .comment-reactions .reactions-tooltip-options {
  position: absolute;
  display: none;
  width: auto;
  top: -30px;
  left: -3%;
  width: max-content;
  background-color: black;
  border-radius: 7px;
}

.comments-list-item .comment-media-reactions .reactions-tooltip-options div.wrapper,
.comments-list-item .comment-reactions .reactions-tooltip-options div.wrapper {
  width: 100%;
}

.comments-list-item .comment-media-reactions .reactions-tooltip-options div.wrapper span,
.comments-list-item .comment-reactions .reactions-tooltip-options div.wrapper span {
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 30px;
}

.comments-list-item .comment-media-reactions {
  width: 100%;
  float: left;
}

.comments-list-item .comment-media-reactions .reaction-dispatcher {
  float: left;
}

.comments-list-item .comment-media-reactions .reactions-tooltip-menu {
  float: left;
}

.photo-viewer-container .experience-comment-item .owner {
  width: 65px;
  display: inline-block;
  float: left;
}

.photo-viewer-container .experience-comment-item .avatar {
  display: block;
}

.photo-viewer-container .experience-comment-item .author span {
  text-align: center;
}

.photo-viewer-container .experience-comment-item .typing-box-wrapper {
  width: calc(100% - 70px - 10px);
  float: left;
}

.photo-viewer-container .comments-list-item {
  overflow: visible;
  margin-bottom: 20px;
}

.photo-viewer-container .comments-list-item .owner {
  display: block;
  width: initial;
  float: initial;
  overflow: visible;
}

.photo-viewer-container .comments-list-item .owner .avatar {
  display: inline-block;
  float: left;
}

.photo-viewer-container .comments-list-item .owner .avatar img {
  margin-top: 0px;
}

.photo-viewer-container .comments-list-item .owner .author {
  margin-left: 20px;
  display: inline-block;
}

.photo-viewer-container .comments-list-item .owner .author span {
  display: inline-block;
  line-height: 46px;
  float: left;
}

.photo-viewer-container .comments-list-item .owner .author span:first-child {
  font-size: 0.85rem;
  color: #ffffff;
}

.photo-viewer-container .comments-list-item .owner .author span.date {
  margin-left: 15px;
  font-size: 0.6rem;
  color: #5e5e5e;
}

.photo-viewer-container .comments-list-item .comment-content {
  margin-top: 10px;
  margin-left: 0;
  /*width: initial*/
  width: 100%;
  display: block;
}

.photo-viewer-container .comments-list-item .comment-content p {
  color: #ffffff;
  font-size: 0.85rem;
}

.photo-viewer-container .comments-list-item .comment-content .typing-box button {
  outline: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.photo-viewer-container .comment-menu-wrapper {
  line-height: 46px;
}

.experience-view .comment-options {
  top: 20px !important;
}

.comment-menu-wrapper {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-right: 20px;
  position: relative;
}

.comment-menu-wrapper .comment-menu .comment-options {
  display: none;
  position: absolute;
  right: 0;
  top: 26px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid black;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper:hover {
  background-color: #00b353;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper:hover a i {
  color: white !important;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper:hover a span {
  color: white;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper {
  cursor: pointer;
  width: 88px;
  height: 30px;
  padding: 0 10px;
  margin: 5px 0;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper a {
  pointer-events: none;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper a i {
  display: inline-block;
  float: left;
  font-size: 0.7rem;
  line-height: 30px;
}

.comment-menu-wrapper .comment-menu .comment-options .link-wrapper a span {
  display: inline-block;
  float: left;
  margin-left: 5px;
  color: black;
  line-height: 30px;
  font-size: 0.7rem;
}

.comment-menu-wrapper .absolute {
  position: absolute;
  right: 0;
  float: initial;
  margin-right: initial;
}

.likes-modal-list .tab-list {
  padding-bottom: 20px;
}

.likes-modal-list .social-network-buttons {
  position: relative;
  text-align: center;
  margin-top: 20px;
  padding: 20px 0;
}

.likes-modal-list .social-button {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.likes-modal-list .social-button span {
  display: inline-block;
  line-height: initial;
  margin-left: 10px;
  line-height: 30px;
  float: left;
  font-size: 0.7rem;
  color: #000000;
}

.likes-modal-list.inner-margin {
  margin-left: 5%;
  margin-right: 5%;
  width: initial;
}

.comment-content, .experience-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.linkify a {
  color: #fea235;
}

.information-view {
  color: #ffffff;
}

.information-view .img {
  height: 65vh;
}

.information-view .img.not-found {
  background: url(/assets/svg/fondo-02.svg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.information-view .img.unsubscribe {
  background: url(/assets/svg/unsubscribe.svg) no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.information-view .img.re-subscribe {
  background: url(/assets/svg/re-subscribe.svg) no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.information-view .message {
  font-size: 1.2rem;
  text-align: center;
}

.information-view .message .return-home {
  margin-top: 20px;
}

.information-view .message .return-home span {
  font-size: 0.9rem;
  padding: 15px;
  background: url(/assets/svg/boton-01.svg) no-repeat;
  background-size: cover;
  background-position: left;
}

.information-view .message .return-home a {
  color: #ffffff;
}

.profile-banner {
  position: fixed;
  bottom: 19px;
  right: 0;
  padding: 4px 20px;
  padding-left: 5px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #008fb3;
  z-index: 5;
}

.profile-banner img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  object-fit: cover;
}

.profile-banner span {
  color: white;
}

#title-modal-app {
  margin: 0 0 15px;
}

#modal-app-content {
  display: block;
  border-style: solid;
  border-color: #ffffff;
  width: 100%;
  height: 100px;
  top: initial !important;
  left: 0 !important;
  transform: none !important;
}

.close-btn-app {
  width: 50px;
  font-size: 1.5rem;
  font-weight: 2000;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  margin-right: 5px;
  position: absolute;
  right: 0;
}

.close-btn-app i {
  width: 100%;
  height: 100%;
}

#button-go-app {
  margin-right: 10px;
}

#modal-message .modal-content {
  height: 70px;
  margin: 0 !important;
  padding: 0 !important;
}

#modal-message .modal-content .close-btn {
  top: 10px;
}

#modal-message .message-modal {
  margin: 20px 0px 20px 0px !important;
}

#modal-message .message-modal i {
  margin: 0 10px 0 10px;
  color: #7CFC00;
}

#modal-message .footer-modal {
  text-align: center;
}

#modal-message #button-no {
  width: 50px;
}

#modal-message #button-yes {
  margin-right: 10px;
  width: 50px;
}

#modal-message .message-modal .fa-times {
  color: red;
}

#modal-message-preview {
  width: 100%;
  margin: 0;
}

#modal-message-preview #modal-message-preview-content {
  display: block !important;
  border-style: solid;
  border-color: #ffffff;
  max-height: fit-content;
  height: 170px !important;
}

#modal-message-preview #modal-message-preview-content #close-button {
  text-align: right;
  cursor: pointer;
}

#modal-message-preview #modal-message-preview-content .modal-message-preview-body {
  margin: 10px 10px 10px 10px;
}

#modal-message-preview #modal-message-preview-content .modal-message-preview-footer {
  margin-top: 15px;
}

#modal-message-preview #modal-message-preview-content .modal-message-preview-footer button {
  width: 73px;
}

#modal-message-first-interaction {
  width: 100%;
  margin: 0;
}

#modal-message-first-interaction #close-button {
  text-align: right;
}

#modal-message-first-interaction #close-button i {
  cursor: pointer;
}

#modal-message-first-interaction .modal-message-first-interaction-body {
  margin: 10px 10px 10px 10px;
}

#modal-message-first-interaction .modal-message-first-interaction-body a {
  color: #0056b3 !important;
  text-decoration: underline !important;
}

#modal-message-first-interaction #modal-message-first-interaction-content {
  display: block;
  border-style: solid;
  border-color: #ffffff;
  max-height: fit-content;
}

#modal-message-first-interaction #modal-message-first-interaction-content .modal-message-first-interaction-footer {
  margin-top: 15px;
}

#modal-message-first-interaction #modal-message-first-interaction-content .modal-message-first-interaction-footer button {
  width: 73px;
}

#modal-similar-categories .modal-similar-categories-body {
  width: 100%;
  margin: 0;
}

#modal-similar-categories #title-modal-similar-categories {
  margin: 10px 10px 10px 10px;
}

#modal-similar-categories #modal-similar-categories-content {
  display: block;
  border-style: solid;
  border-color: #ffffff;
  max-height: fit-content;
}

#modal-similar-categories #modal-similar-categories-content .modal-similar-categories-footer {
  margin-top: 15px;
}

#modal-similar-categories #modal-similar-categories-content .modal-similar-categories-footer button {
  width: 73px;
}

#modal-similar-categories .modal-content {
  height: max-content;
}

#modal-similar-categories .close-btn-similar-categories {
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 2000;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  margin-right: 5px;
}

#modal-similar-categories .close-btn-similar-categories i {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

#modal-similar-categories #button-no {
  margin-right: 10px;
}

#modal-similar-categories .each-category:hover {
  background-color: grey;
}

#modal-similar-categories .each-category {
  transition: .5s;
  cursor: pointer;
  height: 72px;
  border-bottom: grey 1px solid;
}

#modal-similar-categories .each-category .name {
  padding: 10px 20px 10px 20px;
  float: left;
}

#modal-similar-categories .each-category .name p {
  text-align: left;
  margin: 0;
}

#modal-similar-categories .each-category .name p span {
  float: left;
  margin: 0;
  font-size: 11px;
}

#modal-similar-categories .each-category .check {
  padding: 10px;
  float: right;
}

#modal-similar-categories .each-category .check input.with-font[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#modal-similar-categories .each-category .check input.with-font[type=radio] ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: " ";
  letter-spacing: 10px;
  font-size: 1.2em;
  color: #535353;
  width: 1.4em;
}

#modal-similar-categories .each-category .check input.with-font[type=radio]:checked ~ label:before {
  content: "\f00c";
  font-size: 2.2em;
  color: darkgreen;
  letter-spacing: 5px;
}

.photo-viewer .pswp__video-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none !important;
}

.photo-viewer .pswp__video-wrap .media-picture-frame.lazy.image-screen-video {
  display: none !important;
}

.photo-viewer .pswp__video-wrap .pswp__video {
  padding-left: 0%;
}

.photo-viewer .pswp__audio-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none !important;
}

.photo-viewer .pswp__pdf-wrap {
  transform: none !important;
  height: 85%;
  width: 100%;
}

.photo-viewer .pswp__button--fs i {
  pointer-events: none;
}

.nav-end .notifications .empty-alerts {
  display: none !important;
  visibility: hidden;
  padding: 0px 20px !important;
  border-color: white !important;
}

.nav-end .notifications .empty-alerts div {
  background-color: whitesmoke;
  width: 100% !important;
}

.nav-end .notifications .empty-alerts p {
  color: black !important;
  margin: 15px !important;
  font-size: 12px !important;
  text-align: center !important;
}

.nav-end .notifications .empty-alerts h2 {
  margin: 15px;
  text-align: center !important;
}

.grid {
  margin: 10px;
}

.grid .grid__col-sizer,
.grid .grid-item {
  width: 23%;
}

.grid .grid__gutter-sizer {
  width: 2%;
}

.grid .grid-item {
  margin-bottom: 20px;
  float: left;
}

.grid .grid-item {
  text-align: center;
}

.grid .grid-item img {
  max-width: 100%;
  border-radius: 10px;
}

.grid .grid-item .description {
  text-align: left;
  font-size: 12px;
}

.grid .grid-item .description p {
  text-align: left;
  font-size: 12px;
  width: 100%;
  -webkit-box-orient: vertical;
  margin: 10px 0 0 !important;
  overflow: hidden;
  color: white;
}

.grid .grid-item .description .more {
  display: initial;
  color: #d59433;
  font-style: italic;
  font-size: 12px;
  cursor: pointer;
}

.grid .grid-item .description strong {
  color: white;
}

.page-load-status {
  display: none;
  padding-top: 20px;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #e47900;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.welcome-container .welcome-message-container p {
  color: white;
}

.welcome-container a {
  text-decoration: none !important;
}

#likes-modal-content .close-btn {
  height: 20px !important;
  width: 30px;
  right: 5px;
  top: 10px;
  position: absolute !important;
}

.join-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.join-modal-wrapper .join-modal-content {
  background-color: #F4A31D;
  border-radius: 10%;
  padding: 20px;
  position: relative;
  min-width: 300px;
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.join-modal-wrapper .join-modal-content .close-button {
  position: absolute;
  color: #F1F1F1;
  top: 10px;
  right: 10px;
  font-size: 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.join-modal-wrapper .join-modal-content .profile-photo {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  overflow: hidden;
  background-color: #F1F1F1;
}

.join-modal-wrapper .join-modal-content .profile-photo img {
  width: 100%;
  height: auto;
}

.join-modal-wrapper .join-modal-content p {
  color: #F1F1F1;
  margin: 0;
}

.join-modal-wrapper .join-modal-content .contributors-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.join-modal-wrapper .join-modal-content .profile-pic-container {
  background-color: #F1F1F1;
  border-radius: 50%;
  overflow: hidden;
  height: 60px;
  width: 60px;
  margin-left: -10px;
  display: flex;
  justify-content: center;
}

.join-modal-wrapper .join-modal-content .profile-pic-container img {
  width: 100%;
  height: auto;
}

.join-modal-wrapper .join-modal-content .profile-pic-container span {
  color: #797979;
  align-self: center;
}

.join-modal-wrapper .join-modal-content .message {
  color: #F1F1F1;
}

.join-modal-wrapper .join-modal-content #join-button {
  background-color: #F1F1F1;
  font-size: .8rem;
  color: #797979;
  border: none;
  padding: 4px 20px;
  border-radius: 20px;
  cursor: pointer;
}

#need-download-modal-content {
  padding: 20px;
  z-index: 2;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
  background-color: #000000;
  border-width: 1px;
  border-radius: 6px;
  border-color: white;
  width: 80%;
  max-width: 500px;
  height: fit-content;
  border-style: solid;
}

#need-download-modal-content h5 {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}

#need-download-modal-content div.buttons {
  display: block;
  text-align: center;
}

#need-download-modal-content button, #need-download-modal-content a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 40%;
  margin: 10px 0;
  border: none;
  height: 27px;
  font-size: 0.85rem;
  position: relative;
  margin: 0 auto;
}

#need-download-modal-content button:first-child {
  background-color: transparent;
  outline: none;
  color: #00b8e6;
}

#need-download-modal-content button:last-child {
  border-radius: 4px;
  outline: none;
  background-color: #00b353;
  color: #ffffff;
}

#need-download-modal-content button:last-child span {
  line-height: 27px;
}

#reactivate-modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#reactivate-modal-content .modal-content {
  bottom: auto;
  display: flex;
}

#reactivate-modal-content .modal-content p {
  margin: 0 !important;
  font-size: 1rem;
}

#reactivate-modal-content .modal-content .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (min-width: 320px) {
  #list-wrapper {
    height: calc(100% - 50px);
  }
  .likes-modal-list.search-list {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pswp {
    width: 100% !important;
  }
  .subscribe-popup {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .experience-view .experience-slider-wrapper .cover-photo {
    height: 20rem;
  }
  .experience-view .experience-info-wrapper {
    margin-top: 1rem;
  }
  .experience-view .desktop-info-view {
    display: none !important;
  }
  .experience-view .desktop-view {
    display: none !important;
  }
  .experience-view .mobile-view {
    display: block !important;
  }
  .experience-view .mobile-view .experience-info-photo-viewer-wrapper .like-button {
    display: none !important;
  }
  .experience-view .mobile-view .experience-title .like-button {
    display: block !important;
  }
  .experience-view .mobile-view .experience-info-photo-viewer {
    float: left;
  }
  .experience-view .mobile-view .statistics-view {
    margin-top: 10px;
    align-items: center;
    display: flex;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  .experience-view .mobile-view .statistics-view .icons {
    margin: 0 auto;
  }
  .experience-view .mobile-view .statistics-view .name-statistics {
    line-height: 30px;
    color: white;
  }
  .experience-view .mobile-view .statistics-view .media-statistics {
    float: left;
    margin-right: 20px;
    color: white;
  }
  .experience-view .mobile-view .statistics-view .media-statistics .first {
    background-color: #009045;
  }
  .experience-view .mobile-view .statistics-view .media-statistics .second {
    background-color: #008fb3;
  }
  .experience-view .mobile-view .statistics-view .media-statistics .all {
    background-color: #e97c00;
  }
  .experience-view .mobile-view .statistics-view .icon-statistics {
    border-radius: 2.3em;
    -webkit-border-radius: 2.3em;
    display: inline-block;
    text-align: center;
    width: 2.3em;
    height: 2.3em;
    margin-left: 10px;
    font-size: 13px;
    line-height: 2.3em;
  }
  .experience-view .mobile-view .sharing-actions {
    margin-bottom: 40px;
  }
  .experience-view .mobile-view .sharing-actions .like-button {
    float: left;
  }
  .experience-view .photo-viewer-min, .experience-view .photo-viewer-max {
    display: block;
    width: 100%;
  }
  .experience-view .experience-description {
    text-align: justify;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .cover-photo-container, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .cover-photo-container {
    width: 100%;
    height: auto;
    padding: 0px;
    display: block;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent {
    padding-bottom: 0px;
    width: 100%;
    height: initial;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery {
    height: 65px !important;
    width: 100%;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery > div, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery > div {
    display: inline-block !important;
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery .mysaic-box, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery .mysaic-box {
    float: none;
    vertical-align: top;
    padding-bottom: 0px;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery .mysaic-box i.fa-music, .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery .mysaic-box i.fa-file-pdf, .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery .mysaic-box i.fa-play, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery .mysaic-box i.fa-music, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery .mysaic-box i.fa-file-pdf, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery .mysaic-box i.fa-play {
    font-size: 5vw;
  }
  .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery .audio, .experience-view .experience-photo-viwer-wrapper .cover-vertical .gallery-parent .gallery .pdf, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery .audio, .experience-view .experience-photo-viwer-wrapper .cover-horizontal .gallery-parent .gallery .pdf {
    text-align: center;
  }
  .experience-view .experience-photo-viwer-wrapper .slick-track .slick-slide {
    height: inherit;
  }
  .information-view .img {
    background-size: cover;
  }
  .information-view .message {
    font-size: 1rem;
    width: 80%;
    margin: 0 auto;
    margin-top: -25px;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .comments-list.scroll {
    margin-right: -20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .list-item.experience .experience-info a span {
    max-width: 600px;
  }
  .icon-screen-video-photo-viewer {
    font-size: 10vw !important;
  }
}

@media only screen and (min-width: 375px) {
  .content {
    padding: 20px 40px;
  }
  .email-verification-container p {
    margin: 20px 12%;
  }
  .set-up-password-container i {
    font-size: 3rem;
  }
  .set-up-password-container ul {
    padding-left: 12%;
  }
  .set-up-password-container #verify-btn {
    margin: 20px auto 20px auto;
  }
  #terms-of-service {
    font-size: 0.6rem;
  }
  .experience-view {
    margin: 0 20px;
  }
  #search-modal-content .list-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (max-width: 425px) {
  .grid .grid__col-sizer,
.grid .grid-item {
    width: 48%;
  }
  #title-modal-app {
    max-width: 290px;
    margin: 10px auto;
  }
  #modal-app-content {
    height: 120px;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (max-width: 768px) {
  .experience-photo-viwer-wrapper .icon-screen-video {
    font-size: 14vw;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (min-width: 768px) {
  .experience-view {
    margin: 0 80px;
  }
  .experience-view .desktop-view {
    display: block !important;
  }
  .experience-view .desktop-info-view {
    display: inline-block !important;
  }
  .experience-view .mobile-view {
    display: none !important;
  }
  .likes-modal-list.search-list {
    padding-bottom: 0;
  }
  .list-item.people.max-height span {
    max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .suggested-friends {
    white-space: normal;
  }
  .suggested-item {
    max-width: 60px;
  }
  .suggested-item span {
    margin-top: 5px;
    display: block;
    font-size: 0.8rem;
    max-height: 1.5rem;
    line-height: 0.8rem;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
  }
  .search-container {
    text-align: left;
    padding-left: 55px;
  }
  .search-container .responsive-wrapper {
    width: 400px;
    float: left;
  }
  .search-container .responsive-wrapper .search-icon {
    width: auto;
    margin-right: 10px;
  }
  #search-modal-content {
    left: 108px;
    border-radius: 5px;
    height: auto;
    width: 320px;
  }
  #search-modal-content .list-wrapper {
    margin-top: 10px;
    height: 40vh;
    overflow-y: auto;
  }
  .icon-screen-video {
    font-size: 4vw;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .welcome-container {
    text-align: center;
  }
  .custom-section {
    display: inline-block;
  }
  .footer-links {
    display: none;
  }
  .email-verification-container .submit-btn {
    margin-top: 10px;
  }
  .email-verification-container p {
    margin-bottom: 10px;
  }
  .email-verification-container h2 {
    margin-bottom: 30px;
  }
  .experience-view {
    margin: 0 80px;
  }
  .experience-view .experience-slider-wrapper .cover-photo {
    height: 35rem;
  }
  .photo-viewer-container {
    padding: 0px 20px;
  }
  .photo-viewer-container .comments-container {
    width: 33%;
  }
  .photo-viewer-container .experience-comments {
    padding: 10px;
  }
  .experience-photo-viwer-wrapper .cover-vertical .cover-photo-container {
    height: 11rem !important;
  }
  .experience-photo-viwer-wrapper .cover-vertical .cover-photo-container .slick-track {
    height: 11rem;
  }
}

@media (max-width: 1023px) {
  .hide-sm-menu {
    display: none;
  }
  .photo-viewer-container.active {
    padding: 0px 15px;
  }
  .photo-viewer-container.active .comments span {
    cursor: pointer;
  }
  .photo-viewer-container.active .close {
    right: 15px;
    z-index: 1;
  }
  .photo-viewer-container.active .photo-viewer {
    overflow-y: overlay;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .photo-viewer-container.active .photo-viewer .photo-viewer-detail {
    padding: 20px 25px 0;
  }
  .photo-viewer-container.active .photo-viewer .full-screen-slide {
    display: none !important;
  }
  .photo-viewer-container.active .comments-container {
    display: none;
    width: 100%;
    background: #000000;
    z-index: 2;
  }
  .photo-viewer-container.active .comments-container.initial-state {
    top: inherit !important;
    bottom: 0;
  }
  .photo-viewer-container.active .comments-container.initial-state .comments-list {
    display: none;
  }
  .photo-viewer-container.active .comments-container h6 {
    width: 100% !important;
  }
  .photo-viewer-container.active .comments-container .close {
    display: block !important;
  }
  .photo-viewer-container.active .comments-container .experience-comments {
    background: #000000;
  }
  .photo-viewer-container.active .comments-container .experience-comments .comments-list {
    min-height: calc(65vh - 100px);
    max-height: calc(65vh - 100px);
    height: calc(65vh - 100px);
  }
  .photo-viewer-container.active .comments-container .experience-comments > .experience-comment-item {
    position: sticky;
    border-radius: 5px;
    background: #191919;
    padding: 5px;
  }
  .photo-viewer-container.active .comments-container.active {
    z-index: 4 !important;
    display: block;
    position: absolute;
    /* top: 0% */
    width: 100%;
    padding: 15px 0px;
    height: auto;
  }
  .pswp {
    width: 100% !important;
  }
  .pswp__top-bar {
    display: none;
  }
  #suggested-people-modal-content {
    height: 90%;
    width: 100%;
  }
}

@media (max-height: 700px) {
  .photo-viewer-btn-close.active {
    z-index: -9 !important;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (min-width: 1024px) {
  input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .content h2 {
    font-size: 1rem;
  }
  .content h3, .content label {
    font-size: 0.9rem;
  }
  .forgot-password-link, .footer-links, #resend-code, .submit-btn, .copyright, #forgot-password > p, #terms-of-service {
    font-size: 0.7rem;
  }
  .input-icon > i, .input-field {
    font-size: 0.9rem;
  }
  .social-network-buttons > .social-button > .buttonText {
    font-size: 0.4rem;
  }
  .experience-description > p {
    font-size: 0.9rem !important;
  }
  .experience-reactions > span {
    font-size: 0.8rem !important;
  }
  div[data-form-type="oauth-sign-up"] {
    display: inline-block;
  }
  #modal-message .modal-content .close-btn {
    right: 10px;
  }
  .sign-input {
    margin: 35px auto;
  }
  #terms-of-service {
    margin-top: 0;
  }
  .social-network-buttons .social-button {
    width: 140px;
  }
  .search-container {
    padding-left: 75px;
  }
  #search-modal-content {
    left: 128px;
  }
  .welcome-container {
    padding: 20px 1.3%;
    text-align: center;
    background: url(/assets/svg/camino-01.svg) no-repeat;
  }
  .heading {
    display: none;
  }
  .content {
    padding: 0 35px;
  }
  .custom-section {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    height: 461px;
  }
  .set-up-password-container ul {
    padding-left: 18%;
  }
  .set-up-password-container .submit-btn {
    margin-bottom: 40px;
  }
  #set-up-password i {
    margin-top: 40px;
  }
  #set-up-password .submit-btn {
    margin-top: 71px !important;
  }
  #sign-up {
    margin-left: 20px;
    width: 372px;
    border: none;
  }
  #sign-up .content {
    height: 461px;
    width: 372px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #008fb3;
  }
  #sign-up .content h2 {
    padding-top: 2px;
    margin-bottom: 0;
  }
  #sign-up .content .submit-btn {
    margin-top: 38px;
  }
  #sign-up .content .email-verification-container {
    width: 372px;
  }
  #sign-up .content .email-verification-container i {
    margin-top: 40px;
    font-size: 3rem;
  }
  #sign-up .content .email-verification-container p {
    margin: 20px 30px 0 30px;
    font-size: 1rem;
  }
  #sign-up .content .email-verification-container .footer-links {
    margin-bottom: 40px;
  }
  #sign-up .content .email-verification-container .submit-btn {
    margin: 10px auto;
  }
  #sign-up .content .email-verification-container input[type=text] {
    margin: 30px auto;
  }
  #signin {
    width: 600px;
    max-width: 600px;
    border: 1px solid #ffffff;
    background-color: #000000;
    border-radius: 5px;
  }
  #signin .content {
    height: 459px;
    width: 372px;
    border: none;
  }
  #signin .content h2 {
    margin-bottom: 20px;
  }
  #signin .content h3 {
    margin: 40px auto;
  }
  #signin .content .submit-btn {
    margin: 10px auto;
  }
  .welcome-message-container {
    display: block;
    float: left;
    width: 226px;
    border-radius: 5px;
    border: none;
  }
  .welcome-message-container .content {
    height: 459px;
    width: 372px;
  }
  .welcome-message-container .content h2 {
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 60px;
  }
  .welcome-message-container .content h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    font-size: 3rem;
  }
  p {
    color: #ffffff;
    text-align: center;
    margin: 60px auto;
    font-size: 1rem;
  }
  .footer-links {
    display: none;
  }
  .footer-container {
    position: relative;
    width: 1000px;
    padding: 0 2px;
    margin: 40px auto;
  }
  .footer-container .copyright {
    display: inline-block;
    font-size: 0.9rem;
    top: 50%;
    float: left;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer-container .download-on-the-app-store {
    display: inline-block;
    float: right;
    vertical-align: middle;
    align-content: center;
    width: 120px;
    height: 40px;
    background: url(/assets/svg/download-on-the-app-store.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  #forgot-password h2 {
    margin: 20px auto;
  }
  #forgot-password p {
    margin: 0 0 10px 0;
  }
  #forgot-password form {
    margin: 0;
  }
  #forgot-password form input[type="text"] {
    margin-top: 0;
  }
  #forgot-password form .submit-btn {
    margin-top: 21px !important;
  }
  .experience-view {
    position: relative;
    margin: 0 100px;
  }
  .experience-view .experience-slider-wrapper, .experience-view .experience-info-wrapper {
    display: inline-block;
  }
  .experience-view .experience-slider-wrapper {
    width: 500px;
    height: 500px;
  }
  .experience-view .experience-info-wrapper {
    padding: 15px;
    vertical-align: top;
    margin-top: 12px;
    width: calc(100% - 515px);
  }
  .experience-view .experience-reactions {
    margin-bottom: 10px;
  }
  .experience-view .experience-view {
    margin: 0 60px;
  }
  .experience-view .slick-track {
    width: 100%;
  }
  .experience-view .experience-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .experience-view .experience-title h1 {
    text-align: right;
    flex: 1;
    margin: 0;
    line-height: 1.2;
  }
  .experience-view .experience-title h1 a {
    font-size: 2rem;
  }
  .experience-view .experience-header {
    text-align: right;
  }
  .experience-view .experience-header span {
    padding-right: 15px;
    top: -11px;
  }
  .experience-view .experience-header img {
    float: right;
  }
  .experience-view .categories-wrapper span {
    text-align: right;
  }
  .experience-view .experience-description p {
    text-align: right;
  }
  .experience-view .experience-author, .experience-view .divider {
    display: none;
  }
  .experience-view .sharing-actions {
    width: 100%;
  }
  .experience-view .experience-comments {
    margin-bottom: 40px;
  }
  .experience-view .experience-comments .experience-comment-item {
    margin-bottom: 10px;
    min-height: 80px;
    position: relative;
  }
  .experience-view .experience-comments .experience-comment-item .comment-content {
    position: absolute;
    top: -7px;
    left: 18%;
    width: 80%;
  }
  .modal-content {
    display: none;
    position: fixed;
    background-color: #000000;
    z-index: 2;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    height: 280px;
    width: 370px;
    border: 1px solid white;
    left: 50%;
    top: 50%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translate(-50%, -50%);
  }
  .modal-content .likes-modal-list .experience-header span {
    width: 40%;
  }
  .comments-list-item .comment-media-reactions .reactions-tooltip-options div.wrapper span,
.comments-list-item .comment-reactions .reactions-tooltip-options div.wrapper span {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0) scale(1.1, 1.1);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .comments-list-item .comment-media-reactions .reactions-tooltip-options div.wrapper span:hover,
.comments-list-item .comment-reactions .reactions-tooltip-options div.wrapper span:hover {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0) scale(2, 2);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .comments-list-item {
    margin-bottom: 20px;
  }
  .comments-list-item .owner {
    width: 20%;
    display: inline-block;
    float: left;
  }
  .comments-list-item .owner span.author-name {
    width: 92px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .comments-list-item .comment-content {
    margin: 0;
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: calc(100% - 20px - 20%);
  }
  .comments-list-item .comment-content p {
    margin: 0;
    text-align: left;
    color: #ffffff;
    font-size: 0.9rem;
  }
  #likes-modal-content .close-btn {
    width: 20px;
  }
}

.color-lines {
  display: block;
  width: 80px;
}

.color-lines div {
  float: left;
  width: 33%;
  height: 3px;
}

.color-lines div:first-child {
  background-color: #008b4a;
}

.color-lines div:nth-child(2) {
  background-color: #008fb3;
}

.color-lines div:nth-child(3) {
  background-color: #dd7f03;
}

@media only screen and (min-width: 1200px) {
  .search-container {
    padding-left: 128px;
  }
  #search-modal-content {
    left: 180px;
  }
  .experience-view {
    margin: 0 150px;
  }
}
