/*
    Created on : 26-janv.-2021, 8:25:14
    Author     : cbrasseur
*/
/* Base themes */
.bg-primary {
  background: #2d3e42 !important;
}
.bg-accent {
  background: #e74517 !important;
}
.bg-dkgray {
  background: #888 !important;
}
.bg-lggray {
  background: #a8c3ca;
}
.bg-red {
  background: #e74517;
}
.red-bg {
  background: #e74517;
}
.element-superblock-dismissable {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00000099;
  width: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 3px;
  color: white;
  cursor: pointer;
}
.ql-editor a {
  display: inline;
}
span.emphasize-accent {
  background: #e74517;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  border-radius: 6px;
}
.white-breadcrumb-blur {
  background: rgba(255, 255, 255, 0.9);
}
.white-breadcrumb-blur > ul > li > a,
.white-breadcrumb-blur > ul > li > span {
  color: #e74517;
}
.nopadding {
  padding: 0;
}
@media (max-width: 650px) {
  .mobile-nopadding {
    padding: 0;
  }
}
.component-ad {
  display: block;
  width: 100%;
}
.fill-height-device {
  min-height: calc(100vh - (50px + 82px + 370px));
}
.breadcrumb > li + li:before {
  white-space: nowrap;
}
/* Forms */
/* Buttons */
.btn-primary {
  background: #2d3e42 !important;
  border: 1px solid #2d3e42 !important;
  outline: 0;
}
.btn-accent {
  background: #e74517 !important;
  border: 1px solid #e74517 !important;
  outline: 0;
}
.btn-dkgray {
  background: #888 !important;
  border: 1px solid #888 !important;
  outline: 0;
}
/* Cards */
/* Card main components */
.object-card-sm {
  -webkit-box-shadow: 5px 5px 17px 0px #e0d3e0;
  -moz-box-shadow: 5px 5px 17px 0px #e0d3e0;
  box-shadow: 5px 5px 17px 0px #e0d3e0;
  min-height: 145px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.object-card-md {
  -webkit-box-shadow: 5px 5px 17px 0px #e0d3e0;
  -moz-box-shadow: 5px 5px 17px 0px #e0d3e0;
  box-shadow: 5px 5px 17px 0px #e0d3e0;
  max-width: 600px;
  min-height: 145px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  min-width: inherit;
  padding-right: 0px;
}
.object-card-lg {
  -webkit-box-shadow: 5px 5px 17px 0px #e0d3e0;
  -moz-box-shadow: 5px 5px 17px 0px #e0d3e0;
  box-shadow: 5px 5px 17px 0px #e0d3e0;
  min-width: 600px;
  min-height: 253px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  padding-right: 15px;
}
/* Card sub components functions */
/* Card sub components */
.object-card-lg .pane-thumbnail {
  float: left;
  height: 253px;
  padding: 15px;
}
.object-card-lg .pane-thumbnail img.thumbnail {
  border-radius: 5px;
  padding: 0;
  border: 0;
  width: 275px;
  height: 100%;
}
.object-card-lg .wrapper-rando-info {
  margin-top: 9px;
  display: inline;
  border-radius: 5px;
}
.object-card-lg .wrapper-rando-info .distance-rando {
  display: none;
}
.object-card-lg .descr .author {
  color: black;
  display: inline;
  font-style: italic;
}
.object-card-lg .details {
  padding-left: 320px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.object-card-lg .pane-info a.title {
  font-size: 16px;
  color: #e74517 !important;
  font-weight: 600;
  padding-right: 40px;
  margin-bottom: 0;
}
.object-card-lg .region {
  display: block;
  color: #3A3A3A;
  font-style: italic;
  margin-bottom: 0;
}
.object-card-lg .main-activity,
.object-card-sm .main-activity {
  color: white;
  border-radius: 5px;
  padding: 0 8px 0 8px;
  font-size: 12px;
  border: 1px solid black;
  color: black;
  display: inline;
  width: max-content;
  margin: 3px 0 3px 0;
}
.object-card-lg .difficulty,
.object-card-sm .difficulty {
  display: inline;
  color: white;
  border-radius: 5px;
  padding: 0 8px 0 8px;
  font-size: 12px;
  border: 1px solid black;
}
.object-card-lg .unknown,
.object-card-sm .unknown {
  background-color: #919191;
  border-color: #919191;
}
.object-card-lg .very-easy,
.object-card-sm .very-easy {
  background-color: #25bf22;
  border-color: #25bf22;
}
.object-card-lg .easy,
.object-card-sm .easy {
  background-color: #1a8a17;
  border-color: #1a8a17;
}
.object-card-lg .moderate,
.object-card-sm .moderate {
  background-color: #e74517;
  border-color: #e74517;
}
.object-card-lg .hard,
.object-card-sm .hard {
  background-color: #d60d0d;
  border-color: #d60d0d;
}
.object-card-lg .very-hard,
.object-card-sm .very-hard {
  background-color: #b50b0b;
  border-color: #b50b0b;
}
.object-card-lg .notation {
  display: inline;
  margin-bottom: 8px;
  margin-left: 5px;
  color: black;
}
.object-card-lg .notation i,
.object-card-sm .notation i {
  color: #ffb400;
}
.object-card-lg .descr p {
  display: inline;
  color: #3A3A3A;
  font-size: 13px;
  line-height: 16px;
  margin-top: 15px;
  word-wrap: break-word;
}
.object-card-lg a.card-btn-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  display: inline-block;
  color: #e74517;
  transform: scale(1.7);
}
.object-card-lg a.card-btn-folder {
  position: absolute;
  right: 10px;
  top: 50px;
  z-index: 9;
  display: inline-block;
  transform: scale(1.7);
}
.folder-add {
  background-image: url("https://static1.geolcdn.com/siteimages/upload/files/1623743581add_to_folder.png");
  background-size: cover;
  height: 18px;
  width: 18px;
  display: inline-block;
}
.folder-remove {
  background-image: url("https://static1.geolcdn.com/siteimages/upload/files/1623743581add_to_folder.png");
  background-size: cover;
  height: 18px;
  width: 18px;
  display: inline-block;
  background-image: url("https://static1.geolcdn.com/siteimages/upload/files/1623749119remove_from_folder.png");
}
.object-card-lg .tag-pro {
  position: absolute;
  top: 0;
  left: 258px;
  margin-top: 9px;
}
.object-card-lg .tag-vip {
  position: absolute;
  top: 0;
  left: 248px;
  margin-top: 9px;
}
.object-card-lg .tag-vip-plus {
  position: absolute;
  top: 0;
  left: 242px;
  margin-top: 9px;
}
.object-card-lg .tag-admin {
  position: absolute;
  top: 0;
  left: 243px;
  margin-top: 9px;
}
.object-card-sm .pane-info-background,
.object-card-md .pane-info-background,
.object-card-lg .pane-info-background {
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /*background: #2d3e42 url(/images/bg/bg-shadows.webp) center center;*/
  background-color: #2d3e42;
}
.object-card-lg .pane-info-background {
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  /*background: #2d3e42 url(/images/bg/bg-shadows.webp) center center;*/
  background-color: #2d3e42;
  display: none;
}
.object-card-lg .technical-values {
  margin: 10px 0 10px 2px;
  color: #3A3A3A;
}
.technical-values .icon {
  display: inline;
  margin-right: 2px;
  width: 20px;
  height: 20px;
}
.object-card-lg .technical-values .value,
.object-card-sm .technical-values .value {
  margin-right: 15px;
  display: inline;
  font-size: 14px;
}
.object-card-lg .technical-values .entry {
  display: inline-block;
  margin-top: 5px;
}
.object-card-sm div,
.object-card-md div {
  line-height: 10px;
}
.object-card-sm a.title,
.object-card-md a.title {
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 10pt;
}
.object-card-sm .notation,
.object-card-md .notation {
  line-height: 10px;
  height: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline;
  font-size: 85%;
}
.object-card-sm .region,
.object-card-md .region {
  line-height: 10px;
  height: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  display: block;
  font-style: italic;
  font-size: 85%;
  color: black !important;
  margin-top: 10px;
}
.object-card-sm .author,
.object-card-md .author {
  line-height: 24px;
  margin-top: -25px;
  position: absolute;
  right: 0%;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #e74517;
  color: white;
  font-style: italic;
  max-width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.object-card-sm .pane-thumbnail,
.object-card-md .pane-thumbnail {
  min-height: 145px;
  height: 150px;
  overflow: hidden;
  float: none;
  padding: 0;
}
.object-card-sm .pane-thumbnail img.thumbnail {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0;
  border: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  background-position: center;
  width: 100%;
  height: 100%;
}
.object-card-sm .pane-thumbnail img.thumbnail:hover {
  transform: rotate(2deg) scale(1.1);
  -moz-transform: rotate(2deg) scale(1.1);
  -webkit-transform: rotate(2deg) scale(1.1);
  -o-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
}
.object-card-sm .technical-values .entry {
  display: block;
  margin-top: 5px;
}
.object-card-sm .pane-info a.title {
  font-size: 10pt;
  color: #e74517 !important;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  padding-right: 25px;
}
.object-card-sm a.card-btn-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  display: inline-block;
  color: #e74517 !important;
  transform: scale(1.7);
}
.object-card-sm .notation {
  margin-top: 7px;
  display: block;
}
.object-card-sm .technical-values {
  margin-top: 7px;
}
.object-card-sm .tag-admin {
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 8px;
}
.object-card-sm .tag-pro {
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 8px;
}
.object-card-sm .tag-vip {
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 8px;
}
.object-card-sm .tag-vip-plus {
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 8px;
}
.object-card-sm .wrapper-rando-info {
  display: inline;
  border-radius: 5px;
}
.object-card-md .pane-thumbnail img.thumbnail {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0;
  border: 0;
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  background-position: center;
}
.object-card-md .pane-thumbnail img.thumbnail:hover {
  transform: rotate(2deg) scale(1.15);
  -moz-transform: rotate(2deg) scale(1.15);
  -webkit-transform: rotate(2deg) scale(1.15);
  -o-transform: rotate(2deg) scale(1.15);
  -ms-transform: rotate(2deg) scale(1.15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
}
.object-card-sm .pane-info,
.object-card-md .pane-info {
  z-index: 8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: black !important;
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 12px;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.object-card-sm .pane-info a,
.object-card-md .pane-info a {
  color: #fff !important;
}
.object-card-sm a.card-btn-favorite,
.object-card-md a.card-btn-favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  display: inline-block;
  color: #e74517 !important;
  transform: scale(1.7);
}
/* Trail cards */
.object-card-lg.trail .wrapper-trail-info {
  display: none;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .object-card-sm .main-activity {
    padding: 0 2px 0 2px;
  }
}
@media (max-width: 650px) {
  .object-card-lg .pane-thumbnail {
    min-height: 145px;
    height: 150px;
    overflow: hidden;
    float: none;
    padding: 0;
  }
  .object-card-lg .pane-thumbnail img.thumbnail {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0;
    border: 0;
    margin: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    background-position: center;
  }
  .object-card-lg .pane-thumbnail img.thumbnail:hover {
    transform: rotate(2deg) scale(1.15);
    -moz-transform: rotate(2deg) scale(1.15);
    -webkit-transform: rotate(2deg) scale(1.15);
    -o-transform: rotate(2deg) scale(1.15);
    -ms-transform: rotate(2deg) scale(1.15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
  }
  .object-card-lg .wrapper-rando-info {
    margin-top: 0;
    display: block;
    background-radius: 0px;
  }
  .object-card-lg .wrapper-rando-info .distance-rando {
    display: none;
  }
  .object-card-lg .pane-info {
    z-index: 8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: black !important;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 12px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .object-card-lg .details {
    padding: 0;
    line-height: 10px;
  }
  .object-card-lg .pane-info a.title {
    font-size: 10pt;
    color: #e74517 !important;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    padding-right: 25px;
  }
  .object-card-lg .region {
    line-height: 10px;
    height: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    display: block;
    font-style: italic;
    font-size: 85%;
    color: black !important;
    margin-top: 10px;
  }
  .object-card-lg .notation {
    line-height: 10px;
    height: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline;
    font-size: 85%;
  }
  .object-card-lg .descr p {
    display: none;
  }
  .object-card-lg .descr .author {
    line-height: 24px;
    margin-top: -25px;
    position: absolute;
    right: 0%;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e74517;
    color: white;
    font-style: italic;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    top: 0%;
  }
  .object-card-lg a.card-btn-favorite {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    display: inline-block;
    color: #e74517 !important;
    transform: scale(1.7);
  }
  .object-card-lg a.card-btn-folder {
    position: absolute;
    right: 9px;
    top: 40px;
    z-index: 9;
    display: inline-block;
  }
  .object-card-lg .tag-pro {
    top: 5px;
    left: auto;
    right: 5px;
    margin-top: 0px;
  }
  .object-card-lg .tag-vip {
    top: 5px;
    left: auto;
    right: 5px;
    margin-top: 0px;
  }
  .object-card-lg {
    -webkit-box-shadow: 5px 5px 17px 0px #e0d3e0;
    -moz-box-shadow: 5px 5px 17px 0px #e0d3e0;
    box-shadow: 5px 5px 17px 0px #e0d3e0;
    max-width: 600px;
    min-height: 145px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    min-width: inherit;
    padding-right: 0px;
  }
  .object-card-lg .pane-info-background {
    display: block;
  }
  .object-card-lg .technical-values {
    margin-bottom: 0;
  }
  .mobile-hidden {
    display: none !important;
  }
  .object-card-sm .technical-values .entry {
    display: inline-block;
    margin: 0;
  }
  .object-card-sm .notation {
    line-height: 10px;
    height: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline;
    font-size: 85%;
  }
}
/* SPECIAL CASE: Large trail cards seems like medium for mobile environments */
@media (max-width: 500px) {
  /* TODO */
}
/* Community, trail, poi, weblink section */
/* Community blocks and components */
.community-bubble .community-title a,
.community-bubble .community-title a:hover {
  color: white !important;
}
.community-bubble {
  min-height: 145px;
  cursor: pointer;
}
.community-bubble .community-title {
  position: absolute;
  top: 15px;
  left: 10px;
  right: 65px;
}
.community-bubble .community-region {
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
img.community-icon.icon-sm {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid white;
  margin-right: 10px;
}
/* Community page */
.header-community {
  min-height: 400px;
  width: 100%;
  position: relative;
  /*    background-color: chartreuse;*/
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.comm_desc {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;
  background: rgba(45, 62, 66, 0.65) url(/images/bg/bg-shadows.webp) center !important;
  padding: 15px 15px 15px 15px;
}
.headtext {
  position: absolute;
  bottom: 0px;
  font-size: 100px;
  padding: 2px 10px 2px 10px ;
}
.socialbox {
  position: absolute;
  top: 25px;
  right: 0;
  display: none;
}
.socialbox-mini {
  display: block;
}
@media screen and (max-width: 899px) {
  .headtext {
    right: 0;
    left: 0;
  }
  .discover_head {
    min-height: 400px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  .socialbox {
    bottom: 0;
    top: inherit;
    display: block;
  }
  .socialbox-mini {
    display: none;
  }
  .blog-article-title {
    text-align: left;
    margin-right: 300px;
  }
  .headtext {
    left: -15px;
  }
  .discover_head {
    width: 80%;
    padding: 15px 15px 15px 15px;
  }
  .comm_head_content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 900px) {
  .comm_desc {
    width: 50%;
  }
  .discover_head {
    width: 50%;
  }
  .header-community h1 {
    font-size: 60px;
  }
  #minilogo {
    display: none;
  }
}
.comm_desc p {
  font-size: 13pt;
  color: #FFFFFF;
  line-height: 28px;
}
.header-community h1 {
  color: #FFFFFF;
  font-size: 45px;
}
.comm_headline {
  min-height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 25px;
  width: 100%;
  background: #e74517 url(/images/bg/bg-shadows.webp) center;
  color: #FFFFFF;
}
.comm_headline h5 {
  color: #FFFFFF;
}
.social-icon {
  /* border: #FFFFFF solid 2px; */
  /* border-radius: 100%; */
  /*    padding: 5px 8px 3px 6px;*/
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 15pt;
  display: inline-flex;
  /*    width: 23px;*/
  /* height: 35px; */
  text-align: center;
  color: #FFFFFF !important;
  margin-left: 3px;
}
/*.social-icon{
    border: #FFFFFF solid 2px;
    border-radius: 100%;
    padding: 5px 8px 3px 6px;
    font-size: 15pt;
    display: inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #FFFFFF !important;
}*/
.social-fa {
  min-width: 20px;
  min-height: 20px;
}
.trail-block {
  -webkit-box-shadow: 5px 5px 17px 0px #e0d3e0;
  -moz-box-shadow: 5px 5px 17px 0px #e0d3e0;
  box-shadow: 5px 5px 17px 0px #e0d3e0;
}
.trail-block.active {
  outline: 2px solid #e74517;
  outline-style: dashed;
  outline-offset: 3px;
}
.trail-block.active:hover {
  /* outline: 0;*/
}
a.owner-link {
  text-decoration: underline;
  color: #e74517;
  font-weight: bold;
}
#desc > p > a,
.descr > p > a {
  color: #0078a8;
  transition: color 0.3s, background 0.3s;
}
#desc > p > a:hover,
.descr > p > a:hover {
  color: #e74517;
}
@media (max-width: 500px) {
  #btn-fullscreen-trail {
    display: none;
  }
}
.marker-trail {
  width: 38px;
  height: 38px;
  background-color: #e74517;
  display: inline-block;
  vertical-align: middle;
}
.marker-trail img {
  margin: auto;
  width: 30px;
  height: 30px;
  padding: 1px;
  filter: brightness(1000%);
  position: relative;
  top: 2px;
}
.marker-trail.sm {
  width: 30px;
  height: 30px;
}
.marker-trail.sm img {
  width: 24px;
  height: 24px;
}
poi-block {
  -webkit-box-shadow: 5px 5px 17px 0px #e0d3e0;
  -moz-box-shadow: 5px 5px 17px 0px #e0d3e0;
  box-shadow: 5px 5px 17px 0px #e0d3e0;
}
.poi-block.active {
  outline: 2px solid #2d3e42;
  outline-style: dashed;
  outline-offset: 3px;
}
.poi-block.active:hover {
  /*outline: 0;*/
}
.marker-poi {
  width: 38px;
  height: 38px;
  background: rgba(45, 62, 66);
  outline: 0;
  border-radius: 24px 24px 24px 0;
  display: inline-block;
  vertical-align: middle;
}
.marker-poi img {
  margin: auto;
  width: 30px;
  height: 30px;
  padding: 4px;
  filter: brightness(1000%);
  position: relative;
  top: 3px;
  left: 0;
}
.marker-poi.sm {
  width: 30px;
  height: 30px;
}
.marker-poi.sm img {
  width: 24px;
  height: 24px;
  left: 0;
}
.weblink-block {
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #ddd;
}
.weblink-block-title {
  border-top: 1px solid #ddd;
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.weblink-block-description {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.weblink-block-thumbnail {
  height: 150px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.app-name {
  font-weight: bold;
  font-size: 21px;
}
.app-name img {
  width: 64px;
  display: inline;
}
/* Discovery page */
/* Main discover panel */
.discover-block-pane {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;
  padding: 6px;
  background: #ffffffe6;
  border-radius: 6px;
  box-shadow: 0 0 5px #00000045;
}
.header-discover {
  min-height: 513px;
  width: 100%;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 75px;
  border: 2px solid #ddd;
}
img.nav-tab-icon-md {
  height: 20px;
  margin-right: 10px;
  display: inline;
}
i.nav-tab-icon-md {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  display: inline;
}
.block-nearest-areas ul,
.block-trail-categories ul {
  padding: 0;
}
.block-nearest-areas ul > li,
.block-trail-categories ul > li {
  list-style: none;
  padding: 3px;
}
@media screen and (max-width: 600px) {
  .discover-block-pane {
    width: 100%;
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
  }
  .header-discover {
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
  }
  #discover-title {
    display: none;
  }
  img.nav-tab-icon-md {
    display: block;
    margin: auto;
  }
  i.nav-tab-icon-md {
    display: block;
    margin: auto;
    top: 0;
  }
  span.nav-tab-text-md {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .discover-block-pane {
    width: 70%;
  }
}
@media screen and (min-width: 1100px) {
  .discover-block-pane {
    width: 50%;
  }
}
.discover-block-pane .discover-block-pane-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Discover per region */
.block-nearest-areas,
.block-trail-categories {
  background: #ddd;
  border-radius: 5px;
  padding: 10px;
}
.bg-primary {
  background: #2d3e42 !important;
}
.bg-accent {
  background: #e74517 !important;
}
.bg-gray {
  background: #888 !important;
}
.imaged-discover-block {
  min-height: 10vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.imaged-discover-block .input-container {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.imaged-discover-block .input-container input {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 45px;
  margin-top: 5%;
}
.imaged-discover-block .input-loader {
  background-position-x: 94%;
}
.imaged-discover-block .input-container i {
  position: absolute;
  right: 20.8%;
  top: 22%;
}
.imaged-discover-block .input-container ul {
  position: absolute;
  margin-top: 0.025%;
  width: 60%;
  transform: translateX(33.2%);
}
#adminarea-suggestions-trail-citysearch,
#adminarea-suggestions-trail-areasearch {
  position: absolute;
  z-index: 9999;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}
.imaged-discover-block .header {
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 48px;
  text-shadow: 0 0 6px black;
}
.imaged-discover-block #searchBtn {
  cursor: pointer;
  color: black;
}
.swiper-container {
  width: 100%;
  height: 75vh;
  position: relative;
  z-index: 1;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide img {
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}
.bestof-rating {
  margin-top: 10px;
  color: black;
}
.bestof-rating i {
  color: #ffb400;
}
@media (max-width: 650px) {
  .imaged-discover-block {
    width: 90%;
  }
  .imaged-discover-block .header {
    font-size: 28px;
  }
  .imaged-discover-block .input-container {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .imaged-discover-block .input-container input {
    width: 100%;
  }
  .imaged-discover-block .input-container input::placeholder {
    font-size: 14px;
  }
  .imaged-discover-block .input-container ul {
    width: 100%;
    transform: none;
  }
  .imaged-discover-block .input-loader {
    background-position-x: 88%;
  }
  .imaged-discover-block .input-container i {
    right: 1.8%;
    top: 22%;
  }
}
/* Notifications */
.notification:hover {
  text-decoration: underline;
}
.notification.read {
  color: #505050;
}
.notification.unread {
  color: #e74517;
}
.notification.unread .notification-content {
  font-weight: 600;
}
/** Small fix for low height screens in the div menu */
@media (min-width: 991px) {
  .items-in-cart-wrapper {
    max-height: 90vh;
    overflow-y: scroll;
  }
}
/** Recover normal behavior of nav tabs */
.nav.nav-tabs {
  border-bottom: 1px solid #ddd;
  border-color: #ddd !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #e74517;
  color: white;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
}
.header-nav-wrap .navbar .nav > li > a:hover {
  color: #e74517;
}
.shop-button-header > a {
  min-width: 70px;
}
/* Fix for shop buttons on smartphones */
@media screen and (max-width: 400px) {
  .shop-button-header > a {
    min-width: 45px;
  }
  .items-in-cart-wrapper {
    width: 230px;
  }
}
.newsbloc {
  padding: 5px 0 5px 0;
  word-break: break-all;
}
/* Misc. */
.emoji-box {
  position: absolute;
  background: white;
  box-shadow: 1px 1px 5px #0000003b;
  padding: 5px;
  transform: translateY(-100%);
  display: none;
  z-index: 999;
}
.btn-emoji {
  background: white;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 20px;
}
.btn-emoji:hover {
  background: lightgray;
}
#msg_h .date-section {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  margin-left: 75px;
  margin-right: 75px;
  padding-bottom: 5px;
}
.spacing-paragraphs p {
  margin-top: 3px;
  margin-bottom: 5px;
}
.swiper-pagination-bullet-active {
  --swiper-theme-color: #e74517;
}
.tag-pro.lg {
  color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  background-color: #07a8ed;
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  cursor: pointer;
}
.tag-vip.lg {
  color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  background-color: #4fa90b;
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  cursor: pointer;
}
.tag-vip-plus.lg {
  color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  background-color: #f9b401;
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  cursor: pointer;
}
.tag-admin.lg {
  color: white;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  background-color: #2d3e42;
  font-size: 11px;
  display: inline;
  line-height: 12px;
  cursor: pointer;
}
.tag-pro.sm {
  color: white;
  border-radius: 3px;
  padding: 0 4px 0 4px;
  background-color: #07a8ed;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
}
.tag-vip.sm {
  color: white;
  border-radius: 3px;
  padding: 0 4px 0 4px;
  background-color: #4fa90b;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
}
.tag-vip-plus.sm {
  color: white;
  border-radius: 3px;
  padding: 0 4px 0 4px;
  background-color: #f9b401;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
}
.tag-admin.sm {
  color: white;
  border-radius: 3px;
  padding: 0 4px 0 4px;
  background-color: #2d3e42;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
}
.tag-online {
  margin-left: 5px;
}
img.img-arg-bubbles {
  position: relative;
  left: -5px;
  width: 70px;
}
.adsinfo {
  display: block;
  text-align: center;
}
ins.adsbygoogle {
  border: 1px solid #ddd;
  min-height: 55px;
}
ins.adsbyrevive {
  border: 1px solid #ddd;
  min-height: 55px;
  background: white;
}
ins.adsbyrevive > a > img {
  margin: auto;
  height: auto;
}
.ad-banner-map {
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 500px;
  width: 100%;
  transform: translateX(-50%);
  height: 79px;
}
@media (max-width: 700px) {
  .ad-banner-map {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: unset;
  }
  .ad-bottom-offset {
    bottom: 79px !important;
  }
}
