#sidebar-map ul.nav {
  border-bottom: 0; }
  #sidebar-map ul.nav .nav-link {
    margin-bottom: 0;
    border: 0; }
  #sidebar-map ul.nav .nav-link.active {
    color: white;
    background: #196abd; }

#days-list {
  border: 1px solid #196abd; }
  #days-list ul {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0; }
    #days-list ul li {
      padding: 0.2rem 1rem; }
      #days-list ul li a {
        color: #333 !important;
        text-decoration: none; }
    #days-list ul li:hover {
      background-color: #ddd; }
    #days-list ul li.active {
      background-color: #0a73bb; }
      #days-list ul li.active a {
        color: #eee !important; }

@media (max-width: calc( 1200px - 1px )) {
  #left-sidebar .trip-data {
    display: none; }
  #left-sidebar .filter legend {
    display: none; }

  .sidebar-trip-description {
    display: none; } }
#left-sidebar {
  left: 0;
  transition: left 0.4s;
  right: auto;
  border-right: 1px solid #bbbbbb; }

#left-sidebar.closed {
  left: -300px; }

#right-sidebar {
  right: 0;
  left: auto;
  border-left: 1px solid #bbbbbb;
  transition: right 0.4s; }
  #right-sidebar .sidebar-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    #right-sidebar .sidebar-content legend {
      text-align: left; }
    #right-sidebar .sidebar-content .sponsor-list {
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      #right-sidebar .sidebar-content .sponsor-list .sponsor {
        padding: 5px;
        width: 50%; }
      #right-sidebar .sidebar-content .sponsor-list .sponsor:last-child:nth-child(2n+1) {
        width: 100%; }
  #right-sidebar .other-trips {
    font-size: 0.9em;
    margin-left: -15px;
    margin-right: -15px; }
    #right-sidebar .other-trips li {
      padding: 0.1em 15px 0.1em 30px; }
      #right-sidebar .other-trips li a {
        color: #333 !important; }
    #right-sidebar .other-trips li::before {
      left: 15px; }
    #right-sidebar .other-trips li.selected {
      background-color: #ddd; }

#right-sidebar.closed {
  right: -300px; }

.sidebar {
  width: 300px;
  top: 56px !important;
  background-color: white;
  bottom: 0; }
  .sidebar .sidebar-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 15px; }
    .sidebar .sidebar-content legend {
      padding-top: 0.3rem;
      font-size: 12px;
      color: #aaa;
      text-align: right;
      text-transform: uppercase; }
    .sidebar .sidebar-content fieldset:not(:first-child) legend, .sidebar .sidebar-content .sidebar-filter legend {
      border-top: 1px solid #ddd; }
    .sidebar .sidebar-content .sidebar-filter:not(.active) {
      display: none; }

#sidebar-close {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 2px;
  border: 0;
  background: transparent;
  font-size: 14px;
  padding-top: 5px;
  padding-right: 5px;
  color: #555;
  transition: color 0.2s; }

#sidebar-close:hover {
  color: red; }

.sidebar-toggle.open {
  display: none !important; }

.sidebar-filter {
  margin-top: 0.5rem; }

.btn.navbar-icon-button {
  background: transparent;
  color: white;
  border-radius: 50%; }

.btn.navbar-icon-button:hover {
  background: whitesmoke;
  color: black; }

[id^="trip-entry-share"] {
  z-index: 2001 !important; }

.share .networks-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .share .networks-list [class^="share-network-"] {
    flex: none;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
    text-decoration: none;
    color: white; }
    .share .networks-list [class^="share-network-"] span {
      padding: 0 10px;
      flex: 1 1;
      font-weight: bold; }
    .share .networks-list [class^="share-network-"] i {
      background: rgba(0, 0, 0, 0.2);
      padding: 10px;
      flex: 0 1 auto; }
  .share .networks-list .share-network-facebook, .share .networks-list .share-network-facebook:active, .share .networks-list .share-network-facebook:visited {
    background-color: #0a73bb; }
.share .share-url p {
  text-align: center; }
.share .share-url i {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  display: inline-block;
  height: 100%;
  padding: 0 6px;
  opacity: 0.9;
  border: 1px solid green;
  background: #005600;
  transition: opacity 0.2s; }

.text-input {
  flex: 1 1 auto;
  flex-basis: 100%;
  flex-grow: 0;
  flex-direction: row;
  display: flex;
  align-items: flex-end; }
  .text-input .input-group-container {
    flex: 1 1 auto;
    margin-right: 24px; }
    .text-input .input-group-container .input-group {
      flex: 1 1;
      flex-wrap: wrap;
      width: 100%;
      position: relative;
      padding-top: 18px; }
      .text-input .input-group-container .input-group label {
        transform-origin: top left;
        transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        position: absolute;
        top: 18px;
        left: 0;
        color: rgba(0, 0, 0, 0.42); }
      .text-input .input-group-container .input-group .input-container {
        display: flex;
        flex: 1 0 100%;
        min-height: 30px; }
        .text-input .input-group-container .input-group .input-container textarea {
          padding: 0;
          outline: none;
          flex: 1 1;
          height: 30px;
          border-style: none; }
          .text-input .input-group-container .input-group .input-container textarea.no-resize {
            resize: none; }
      .text-input .input-group-container .input-group .line-decor {
        display: flex;
        flex: 1 0 100%;
        font-size: 12px;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-height: 2px;
        padding: 0; }
        .text-input .input-group-container .input-group .line-decor:before {
          top: 0;
          height: 1px;
          width: 100%;
          content: "";
          position: absolute;
          left: 0;
          transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          z-index: 0; }
        .text-input .input-group-container .input-group .line-decor::before {
          background-color: rgba(0, 0, 0, 0.42); }
        .text-input .input-group-container .input-group .line-decor:after {
          background-color: currentColor;
          color: #1976d2;
          top: 0;
          height: 2px;
          transform: scaleX(0);
          transform-origin: center center 0;
          width: 100%;
          z-index: 1;
          content: "";
          position: absolute;
          left: 0;
          transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .text-input .input-group-container .input-group.input-group-focused label {
        color: #1976d2;
        transform: translateY(-18px) scale(0.75); }
      .text-input .input-group-container .input-group.input-group-focused .line-decor:after {
        transform: scaleX(1); }
  .text-input .send-button {
    flex: 1 1 auto;
    flex-shrink: 1;
    flex-grow: 0; }

.comments ul {
  padding: 0;
  list-style: none;
  margin: -8px; }
  .comments ul li {
    border-left: 2px solid #eee;
    margin: 0;
    padding: 2px 8px; }
    .comments ul li a:not(.btn), .comments ul li a:not(.btn):visited, .comments ul li a:not(.btn):hover, .comments ul li a:not(.btn):active {
      color: #4f99e8;
      text-decoration: none; }
    .comments ul li a:not(.btn):hover {
      border-bottom: 1px solid #4f99e8; }
  .comments ul li ul {
    margin: 5px 0 5px 20px; }
  .comments ul li:last-child {
    margin-bottom: 15px; }
.comments .text-input {
  margin-top: 0.5rem; }
.comments .login-to-comment {
  margin-top: 0.5rem; }
  .comments .login-to-comment p {
    margin-bottom: 0; }
.comments .comment-actions {
  margin-top: 0.15em;
  margin-bottom: 0;
  font-size: 85%; }
  .comments .comment-actions .like-count {
    margin-right: 2em;
    padding: 2px 4px;
    font-size: 0.75rem;
    border: 1px solid #b1ceec;
    color: #4f99e8;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .comments .comment-actions .liked {
    font-weight: bold; }
    .comments .comment-actions .liked .like-count {
      border-color: #4486cd;
      background-color: #4f99e8;
      color: white; }
  .comments .comment-actions a:not(.btn), .comments .comment-actions a:not(.btn):visited, .comments .comment-actions a:not(.btn):hover, .comments .comment-actions a:not(.btn):active {
    color: #4f99e8;
    text-decoration: none; }
  .comments .comment-actions a:not(.btn):hover {
    border-bottom: 1px solid #4f99e8; }

.comments {
  padding: 20px 0 5px 0;
  border-top: 1px solid #ddd;
  font-size: 0.9rem; }
  .comments .input {
    margin-bottom: 0.5em; }
  .comments .comment {
    /* background: #eee;
    border: 1px solid #ddd;
    padding: 10px 15px;
    position: relative;
    border-radius: 0.25rem; */ }
    .comments .comment p:last-child {
      margin-bottom: 0; }
    .comments .comment .author {
      font-weight: bold;
      color: #333 !important; }
      .comments .comment .author:hover {
        border-bottom-color: #333; }
    .comments .comment .date {
      font-size: 0.9em;
      color: #333; }
    .comments .comment .text p {
      white-space: pre-line;
      word-wrap: break-word; }
    .comments .comment .badge {
      font-size: 75%; }

.new-entry.entry {
  padding-top: 0;
  padding-bottom: 0; }
  .new-entry.entry .entry-body .text {
    margin-top: 0; }
    .new-entry.entry .entry-body .text .invalid-feedback ul {
      padding-left: 16px; }
    .new-entry.entry .entry-body .text .options {
      margin-top: 0.25rem;
      font-size: 0.9rem;
      display: flex;
      width: 100%;
      justify-content: space-between; }
  .new-entry.entry .entry-body .file-upload-add-btn {
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .new-entry.entry .entry-body .file-upload-add-btn input {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      opacity: 0;
      -ms-filter: 'alpha(opacity=0)';
      font-size: 200px;
      direction: ltr;
      cursor: pointer; }
  .new-entry.entry .entry-body .lb-item .upload-progress-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .new-entry.entry .entry-body .lb-item .upload-progress-container .upload-progress {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.3); }
    .new-entry.entry .entry-body .lb-item .upload-progress-container .upload-percent {
      color: white;
      font-weight: bold;
      font-size: 5rem; }
      .new-entry.entry .entry-body .lb-item .upload-progress-container .upload-percent .state-text {
        font-size: 2rem; }
  .new-entry.entry .entry-body .lb-item .btn-danger {
    position: absolute;
    top: 5px;
    right: 5px; }
  .new-entry.entry .entry-body .lb-item:hover {
    opacity: 1 !important; }
    .new-entry.entry .entry-body .lb-item:hover .upload-progress {
      opacity: 0; }
  .new-entry.entry .entry-body .video {
    position: relative; }
    .new-entry.entry .entry-body .video .btn-danger {
      position: absolute;
      top: 5px;
      right: 5px; }

.new-entry:not(.opened) .input-group {
  padding-top: 0 !important; }
  .new-entry:not(.opened) .input-group label {
    top: 0 !important; }

.entry-tracking-status {
  padding-bottom: 0 !important; }
  .entry-tracking-status .entry-header {
    position: relative; }
    .entry-tracking-status .entry-header .live {
      animation-name: fade-in-out;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      background: red;
      padding: 5px 10px;
      font-size: 0.8em;
      color: white;
      position: absolute;
      top: 5px;
      right: 5px;
      text-transform: uppercase; }
  .entry-tracking-status .map-status {
    text-transform: uppercase; }
  .entry-tracking-status.tracking-status-started .map-status, .entry-tracking-status.tracking-status-moving .map-status {
    color: #00b300; }
  .entry-tracking-status.tracking-status-paused .map-status {
    color: #bcbc0f; }
@keyframes fade-in-out {
  from {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  to {
    opacity: 0.2; } }
.store .entry-body .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px; }
.store .entry-body .action {
  text-align: center; }

.feed-item.store .expandable {
  position: relative; }
  .feed-item.store .expandable:not(.expanded) {
    padding-bottom: 15px;
    max-height: 75px;
    overflow: hidden; }
  .feed-item.store .expandable .expand-overlay {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    inset: 0;
    /*             background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    /*            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    /*            background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    /*            background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    /*            background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0%, #ffca98 75%);
    /* W3C */ }
.feed-item.store .entry-body {
  padding: 0 !important; }
  .feed-item.store .entry-body a.click-container {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 350px;
    transition: all 0.35s; }
    .feed-item.store .entry-body a.click-container .title-image {
      position: absolute;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      transition: transform 0.35s; }
    .feed-item.store .entry-body a.click-container .overlay {
      display: flex;
      justify-content: center;
      position: absolute;
      inset: 0;
      background: transparent;
      transition: all 0.3s; }
      .feed-item.store .entry-body a.click-container .overlay .text {
        display: flex;
        align-items: flex-end;
        padding-bottom: 40px; }
    .feed-item.store .entry-body a.click-container:hover {
      box-shadow: #238aee 0 0 10px; }
      .feed-item.store .entry-body a.click-container:hover .title-image {
        transform: translate(-50%, -50%) scale(1.12) !important; }
      .feed-item.store .entry-body a.click-container:hover .overlay {
        background: rgba(0, 0, 0, 0.4); }

.store-product-item {
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #a95200;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s; }
  .store-product-item:hover {
    background: #fccfa6;
    border-color: #ffb26b; }
  .store-product-item.selected {
    background: #f8aa68;
    border-color: #e3852d; }
  .store-product-item:last-child {
    margin-right: 0; }
  .store-product-item h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .store-product-item .store-product-description {
    margin-bottom: 1rem; }
  .store-product-item .store-product-pros-cons ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .store-product-item .store-product-pros-cons ul.pros li {
    color: #0a7c0a; }
    .store-product-item .store-product-pros-cons ul.pros li:before {
      content: "+";
      margin-right: 0.5em; }
  .store-product-item .store-product-pros-cons ul.cons li {
    color: darkred; }
    .store-product-item .store-product-pros-cons ul.cons li:before {
      content: "-";
      margin-right: 0.5em; }
  .store-product-item .store-product-price {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold; }

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .store-product-item {
    width: calc(100% / 2 - 10px); } }
@media screen and (min-width: 1440px) {
  .store-product-item {
    width: calc(100% / 3 - 10px); } }
.entry.feed-item {
  background: #ffecd6;
  border-color: #ffca98;
  padding-bottom: 0; }
  .entry.feed-item .entry-header {
    background: #ffca98; }
  .entry.feed-item .item .author-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.5em; }
    .entry.feed-item .item .author-container img {
      width: 30px;
      height: 30px; }

.entry {
  background: white;
  padding: 15px 20px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px #999;
  margin-bottom: 1em; }
  .entry .map-analysis {
    display: flex;
    justify-content: space-between; }
  .entry .map {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -15px;
    margin-top: 1em; }
    .entry .map img {
      width: 100%; }
  .entry .entry-header {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    padding: 15px 20px;
    background: #eee; }
    .entry .entry-header .author-container {
      display: flex; }
    .entry .entry-header .map-icon {
      display: flex; }
      .entry .entry-header .map-icon .stats {
        margin-right: 1rem;
        font-size: 0.8em;
        text-align: right; }
        .entry .entry-header .map-icon .stats .stat-text {
          text-transform: uppercase;
          color: #666;
          font-size: 0.8rem;
          display: inline-block;
          min-width: 50px; }
        .entry .entry-header .map-icon .stats .stat-value {
          font-weight: bold; }
  .entry.is-diary .entry-header {
    background: #f6e9b3; }
  .entry.is-diary .entry-body {
    background: #fffded; }
  .entry .entry-header-info {
    padding-left: 10px; }
    .entry .entry-header-info .entry-author {
      color: #333 !important;
      font-weight: bold; }
    .entry .entry-header-info .entry-date {
      font-size: 0.9em;
      color: #333; }
  .entry .entry-body {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding: 1rem 20px;
        /*
        .quote-open, .quote-close {
            position: absolute;
            font-size: 3rem;
            color: $color-feed-header;

        }

        .quote-open {
            bottom: -25px;
            left: -5px;
        }

        .quote-close {
            top: -5px;
            right: -5px;
        } */ }
    .entry .entry-body .traveller-status {
      text-transform: uppercase;
      font-weight: bold; }
    .entry .entry-body .text img {
      max-width: 100%; }
    .entry .entry-body .text + .photos,
    .entry .entry-body .text + .video {
      margin-top: 0.75rem; }
    .entry .entry-body .photos, .entry .entry-body .video {
      margin-left: -21px;
      margin-right: -21px; }
    .entry .entry-body .video {
      height: 400px; }
      .entry .entry-body .video iframe {
        border: 0;
        width: 100%;
        height: 400px; }
    .entry .entry-body .entry-subtitle {
      position: relative;
      height: 1px;
      background: #999;
      margin: 12px 0 20px; }
      .entry .entry-body .entry-subtitle p {
        color: #999;
        background: white;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 20px 18px;
        padding: 10px 12px 8px;
        position: absolute;
        top: -16px;
        text-transform: uppercase; }
  .entry .entry-actions .actions {
    padding: 5px 0;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    text-align: center; }
    .entry .entry-actions .actions a:first-child:nth-last-child(2),
    .entry .entry-actions .actions a:first-child:nth-last-child(2) ~ a {
      width: 50%; }
    .entry .entry-actions .actions a:first-child:nth-last-child(3),
    .entry .entry-actions .actions a:first-child:nth-last-child(3) ~ a {
      width: 33.333%; }
    .entry .entry-actions .actions i {
      margin-right: 0.5em; }
    .entry .entry-actions .actions a, .entry .entry-actions .actions a:visited, .entry .entry-actions .actions a:hover, .entry .entry-actions .actions a:active {
      display: inline-block;
      max-width: 200px;
      color: #4f99e8;
      border-bottom: 1px solid transparent;
      padding: 5px 5px;
      text-decoration: none; }
    .entry .entry-actions .actions a:hover {
      border-bottom: 1px solid #4f99e8; }
    .entry .entry-actions .actions a.selected {
      font-weight: bold;
      color: #316dad; }
    .entry .entry-actions .actions .badge {
      font-size: 100%;
      margin-left: 0.5em; }

.tab-container.sticky-top {
  top: 56px; }

.tabs {
  margin-bottom: 1em; }
  .tabs ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0; }
    .tabs ul li {
      width: 100%;
      border-radius: 0 0 5px 5px;
      padding: 0.5rem 1rem;
      margin-top: 0;
      background-color: rgba(250, 250, 250, 0.9);
      border-style: solid;
      border-width: 1px;
      border-color: transparent #aaa #aaa #aaa;
      text-align: center;
      text-transform: uppercase;
      transition: background-color 0.2s, color 0.2s;
      cursor: pointer; }
      .tabs ul li a, .tabs ul li a:visited, .tabs ul li a:hover, .tabs ul li a:active {
        color: black;
        text-decoration: none; }
      .tabs ul li.active {
        background-color: #2982dc;
        border-color: #2982dc;
        box-shadow: #666 0 3px 5px;
        font-weight: bold; }
        .tabs ul li.active a, .tabs ul li.active a:visited, .tabs ul li.active a:hover, .tabs ul li.active a:active {
          color: white; }
      .tabs ul li:hover {
        background-color: #196abd;
        border-color: #196abd;
        box-shadow: #666 0 3px 5px; }
        .tabs ul li:hover a, .tabs ul li:hover a:visited, .tabs ul li:hover a:hover, .tabs ul li:hover a:active {
          color: white; }

#map-details.modal img {
  width: 100%; }
#map-details.modal .stats {
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px; }

#map-details .stats, #page-map .stats {
  display: flex;
  justify-content: space-between;
  background: #ddd;
  margin-left: -20px;
  margin-right: -20px;
  padding: 5px 20px; }
  #map-details .stats .value, #page-map .stats .value {
    font-size: 1.2em; }
  #map-details .stats .label, #page-map .stats .label {
    font-size: 0.8em; }
@media (max-width: 767px) {
  #map-details .stats, #page-map .stats {
    font-size: 0.8rem; } }
#map-details .google-map, #page-map .google-map {
  width: 100%;
  height: 500px; }
#map-details .elevation-chart, #page-map .elevation-chart {
  width: 100%;
  height: 500px; }

[id^="user-profile-popup"] {
  z-index: 2001 !important; }

.profile-photo-round.has-profile {
  cursor: pointer;
  transition: border-radius 0.3s, box-shadow 0.3s; }
  .profile-photo-round.has-profile:hover {
    border-radius: 0;
    box-shadow: #0a73bb 0 0 5px; }

.author-container:hover .profile-photo-round.has-profile {
  border-radius: 0; }

#user-profile-popup .profile-body legend {
  text-transform: uppercase;
  color: #aaa;
  font-size: 12px; }
#user-profile-popup .profile-body fieldset + fieldset legend {
  padding-top: 0.3rem;
  border-top: 1px solid #ddd; }
#user-profile-popup .profile-body img {
  max-width: 200px;
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 1rem; }
#user-profile-popup .profile-body p {
  font-size: 1rem; }
#user-profile-popup .profile-body ul a {
  color: #333 !important; }

@media (min-width: 992px) {
  .container-small {
    max-width: 720px !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .container-small[data-padding-right] {
      padding-right: 15px !important; } }
@media (min-width: 1200px) {
  .container-small {
    max-width: 620px !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    .container-small[data-padding-right] {
      padding-right: 20px !important; } }
@media (min-width: 1440px) {
  nav > .container, .container-small {
    max-width: 860px !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    nav > .container[data-padding-right], .container-small[data-padding-right] {
      padding-right: 20px !important; } }
@media (min-width: 1200px) {
  .trip-header-container {
    display: none; }

  .entry.ad {
    display: none; } }
#left-sidebar .trip-data, .trip-header-container .trip-data {
  font-size: 90%; }
  #left-sidebar .trip-data h1, .trip-header-container .trip-data h1 {
    line-height: 0.85em;
    font-size: 2.7em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  #left-sidebar .trip-data .trip-stats, .trip-header-container .trip-data .trip-stats {
    line-height: 1.5;
    margin: 1.5em 0; }
    #left-sidebar .trip-data .trip-stats .progress, .trip-header-container .trip-data .trip-stats .progress {
      position: relative;
      height: 25px;
      border-radius: 0;
      background-color: #9b9b9bcc; }
      #left-sidebar .trip-data .trip-stats .progress .progress-bar, .trip-header-container .trip-data .trip-stats .progress .progress-bar {
        background: #70b5ff; }
      #left-sidebar .trip-data .trip-stats .progress .progress-text, .trip-header-container .trip-data .trip-stats .progress .progress-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 12px;
        text-align: center;
        font-weight: bold;
        color: white;
        text-shadow: 0.1rem 0.1rem 0.2rem #2375df;
        mix-blend-mode: luminosity; }
    #left-sidebar .trip-data .trip-stats .ascent, #left-sidebar .trip-data .trip-stats .descent, .trip-header-container .trip-data .trip-stats .ascent, .trip-header-container .trip-data .trip-stats .descent {
      font-weight: bold; }
    #left-sidebar .trip-data .trip-stats .ascent, .trip-header-container .trip-data .trip-stats .ascent {
      color: #dc3545; }
    #left-sidebar .trip-data .trip-stats .descent, .trip-header-container .trip-data .trip-stats .descent {
      color: #28a745; }
  #left-sidebar .trip-data .trip-members, .trip-header-container .trip-data .trip-members {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1.5em; }
    #left-sidebar .trip-data .trip-members .profile-photo-round, .trip-header-container .trip-data .trip-members .profile-photo-round {
      width: calc( 15% - 0.2rem);
      max-width: 100px;
      height: auto; }
      #left-sidebar .trip-data .trip-members .profile-photo-round:not(:last-child), .trip-header-container .trip-data .trip-members .profile-photo-round:not(:last-child) {
        margin-right: 0.2rem; }
#left-sidebar small, .trip-header-container small {
  font-size: 50%;
  vertical-align: middle; }
#left-sidebar .trip-info .description, .trip-header-container .trip-info .description {
  text-align: justify;
  transition: height 0.5s; }
#left-sidebar legend, .trip-header-container legend {
  margin-top: 1rem;
  padding-top: 0.3rem;
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase; }
#left-sidebar .read-more, .trip-header-container .read-more {
  margin-bottom: 0.5rem;
  display: inline-block; }
#left-sidebar .filter, .trip-header-container .filter {
  font-size: 80% !important;
  margin-top: 0.5rem; }
  #left-sidebar .filter .form-group, .trip-header-container .filter .form-group {
    margin-bottom: 0.5rem !important; }
  #left-sidebar .filter button[type="submit"], .trip-header-container .filter button[type="submit"] {
    margin-top: 1rem; }

.trip-header-container {
  background: whitesmoke;
  padding-top: 20px;
  padding-bottom: 20px; }
  .trip-header-container .trip-data .trip-members {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
    width: fit-content; }
    .trip-header-container .trip-data .trip-members .profile-photo-round {
      width: 60px;
      height: auto;
      margin-right: 0.5rem; }
  .trip-header-container .description {
    margin-top: 0.5rem; }

.read-more {
  font-size: 0.75rem;
  text-transform: uppercase; }

.text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.entry.ad {
  background: whitesmoke; }

.entry fieldset legend {
  padding-top: 0.3rem;
  font-size: 12px;
  color: #aaa;
  text-align: left;
  text-transform: uppercase; }

.sponsor-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px; }
  .sponsor-list .sponsor {
    padding: 15px; }
    .sponsor-list .sponsor img {
      width: 100%; }

#page-map .map-status {
  text-transform: uppercase; }

.stats-text {
  text-transform: uppercase;
  color: #666;
  font-size: 0.8rem; }

.stats-value {
  font-size: 1rem;
  font-weight: bold; }

.load-more-posts {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

.loader {
  text-align: center; }

.data-explanation {
  font-style: italic;
  color: #666; }

.asterisk {
  color: red; }

.popover-lg {
  max-width: 500px !important; }

[data-padding-right] {
  padding-right: 0 !important; }

[data-margin-right] {
  margin-right: auto !important; }

/*# sourceMappingURL=view.css.map */
