#error .error-block {
	text-align: center;
}

#error .error-title {
	font-size: 150px;
}

#error .lead {
	font-size: 60px;
}

#error .form-control {
	margin: 0;
}

.loading {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11050;
	background-color: rgba(51, 51, 51, 0.2) !important;
	height: 100%;
}

#global.loading {
	position: fixed;
}

.loading .spinner {
	position: absolute;
	margin: auto;
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 35px;
	background-image: url("/data/images/loading.gif") !important;
	background-repeat: no-repeat;
}

#locations {
	display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
	border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
	display: none;
	border: 1px solid #cccccc;
	text-align: center;
}

.contact #results .text {
	margin: 10px;
}

.contact #results.show {
	display: block;
	padding: 10px;
}

.contact #results {
	margin-bottom: 30px;
}

.contact #results.error {
	border-color: #a94442 !important;
	color: #a94442;
}

.contact #results.success {
	border-color: #DD7902 !important;
	color: #DD7902;
}

.contact #form {
	position: relative;
}

#form{
	overflow: hidden;
}

.re-captcha > div {
	width: auto;
	display: inline-block;
	padding: 0;
	height: auto;
	background-color: transparent;
}

.re-captcha.has-error > div {
	border: 1px solid #a94442 !important;
	border-radius: 3px;
}

.g-recaptcha > div {
	width: 302px !important;
	height: 76px !important;
}

.g_map {
	height: 400px;
	position: relative;
	width: 100%;
}

.map {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.grecaptcha-badge{
    visibility: hidden;
    opacity: 1;
}



@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {
	.g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {

}

:root{
    --base-color: #1da9de;
    --safe-top: env(safe-area-inset-top);
}

.routeLoad{
    border: var(--bs-border-width) solid var(--bs-border-color);
    padding: .375rem 2.25rem .375rem .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
    transition: all 0.2s ease-in-out;
}

.routeLoad:hover{
    cursor: pointer;
    border-color: var(--base-color);
    box-shadow: 0px 0px 12px var(--base-color);
}

.video-iframe{
    height: 300px;
    width: 92%;
}

.path-info{
    /*max-height: 50vh;*/
    /*max-height: 91vh;*/
    /*height: 58vh;*/
    height: 100vh;
    overflow-y: scroll;
    /*padding-bottom: 0 !important;*/
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--base-color) #ffffff;
}

#menu{
    background-color: #fff;
}

#slim-menu .site-logo img{
    object-fit: cover;
}

#slim-menu{
    align-items: center;
    display: flex;
    padding-left: 10px;
    height: 100%;
    float: right;
    z-index: 3;
    position: relative;
    background-color: #fff;
}

.language-select-wrapper{
    display: flex;
    /*gap: 15px;*/
    position: absolute;
    right: 15px;
}

.menu-language{
    padding: 0 7px;
}

.menu-language a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.selected-language{
    font-weight: bold;
}

.language-select-wrapper .menu-language:not(:first-child){
    border-left: 1px solid #fff;
}

#surfaceLegend{
    /*flex-direction: column;*/
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    bottom: 10px;
}

#chart{
    height: 150px !important;
    /*padding-right: 30px;*/
    margin-bottom: 10px;
    min-width: 100%;
}

.route-list-img{
    border-radius: var(--bs-border-radius-sm);
    /*max-width: 200px;*/
    /*max-width: 125px;*/
    /*height: 100%;*/
    width: 125px;
    height: 110px;
    min-width: 125px;
    min-height: 110px;
    object-fit: cover;
}

.routeLoad{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: .25rem;
    position: relative;
}

.display-none{
    display: none !important;
}

.poi-info button{
    background-color: white;
    border: 1px solid var(--bs-card-border-color);
    width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    border-radius: var(--bs-card-inner-border-radius);
    /*margin-left: 10px;
    margin-right: -8px;*/
}

/*.col-lg-4.poti-info:has(.poi-info:not(.display-none)) .poti-list .path-info{
    max-height: 46vh;
}*/

.map-wrapper{
    position: relative;
    height: 100%;
}

.poi-info-popup {
    /*position: absolute !important;*/
    display: flex;
    z-index: 1;
    /*bottom: 8px;
    left: 60%;*/
    bottom: 8px;
    left: 60%;
    transform: translate(-50%, 0%);
    /*max-height: 500px;*/
    max-height: 43.4vh;
    /*max-width: 36%;*/
    max-width: 30%;
    transition: all 0.35s ease-in-out;
    border-radius: 0 !important;
}

.poi-info-popup .card-header button{
    background-color: white;
    border: 1px solid var(--bs-card-border-color);
    width: fit-content;
    height: fit-content;
    padding: 5px 10px;
    border-radius: var(--bs-card-inner-border-radius);
    margin-left: 10px;
    margin-right: -8px;
}

.poi-info-popup .card-body{
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--base-color) #ffffff;
}

.poi-info{
    padding-top: 20px;
}

.poi-info .card-body{
    overflow-y: scroll;
}

.toggle-graph-btn, .reverse-graph-btn{
    border-radius: var(--bs-card-inner-border-radius);
    border: 1px solid var(--bs-card-border-color);
    margin-right: -8px;
    margin-left: 8px;
    font-size: 12px;
}

.legenda-wrapper .card .card-header strong{
    font-size: 12px;
}

.legenda-wrapper .card .card-body{
    padding-bottom: 0;
}

#poi-list{
    list-style: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

#poi-list li{
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-sm);
    padding: 5px 10px;
}

#routeSelect .routeLoad h4{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}

.route-list-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding: 10px;
}

.route-list-info .path-attributes:has(*){
    padding-top: 10px;
}

.path-header-info{
    display: flex;
    flex-direction: column;
    /*max-width: 100%;*/
    min-width: 100%;
    position: relative;
    background-color: var(--base-color);
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    /*padding-bottom: 16px;*/
    padding-bottom: 0;
}

.path-header-info h3{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.path-info-switch-wrapper{
    display: flex;
    justify-content: center;
    /*gap: 50px;*/
    border-bottom: 1px solid var(--base-color);
    background-color: var(--base-color);
    padding: 25px;
    gap: 15px;
    position: relative;
}

.path-info-switch-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-bottom: 1px solid #fff;
}

/*.path-info-switch-wrapper button{
    background-color: transparent;
    border: 1px solid var(--base-color);
    border-radius: 0.25rem;
    color: var(--base-color);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 20px;
    transition: all 0.15s ease-in-out;
}*/

.path-info-switch-wrapper button{
    background-color: var(--base-color);
    border: none;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 20px;
    transition: all 0.15s ease-in-out;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
}

.path-info-switch-wrapper button.selected-button{
    background-color: #fff;
    color: var(--base-color);
    border: 1px solid #fff;
}

.path-info-switch-wrapper button:hover{
    background-color: #fff;
    color: var(--base-color);
    border: 1px solid #fff;
}

#poi-list .markerLoad{
    padding-left: .25rem;
    transition: all 0.2s ease-in-out;
    max-height: 125px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#poi-list .markerLoad:hover{
    cursor: pointer;
    border-color: var(--base-color);
    box-shadow: 0px 0px 12px var(--base-color);
}

.poi-info .poi-info-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

#path-download-gpx{
    padding: 0 25px;
    width: 100%;
}

#path-download-gpx button{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    color: var(--base-color);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 20px;
    transition: all 0.15s ease-in-out;
    width: 100%;
}

#path-download-gpx button:hover{
    background-color: var(--base-color);
    color: #fff;
    border-color: #fff;
}

#routeSelect .routeLoad .list-path-marker{
    position: relative;
    /*background-color: #fff;*/
    border-radius: 50%;
    /*padding: 5px 10px;*/
    top: 0px;
    left: 8px;
    border: 1px solid var(--bs-border-color);
    padding: 5px;
    font-size: 14px;
    background-color: var(--base-color);
    border-color: #fff;
    color: #fff;
    min-height: 33px;
    min-width: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#routeSelect .routeLoad:has(img) .list-path-marker{
    position: absolute;
    top: 10px;
    left: 10px;
}

#back-to-all-paths{
    background-color: white;
    border: 1px solid var(--bs-card-border-color);
    padding: 5px 10px;
    border-radius: var(--bs-card-inner-border-radius);
    margin-bottom: 15px;
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 46%;
}

#back-to-all-paths:hover{
    color: #fff;
    background-color: var(--base-color);
    border-color: #fff;
}

#graph-back-to-all-paths{
    background-color: white;
    border: 1px solid var(--bs-card-border-color);
    padding: 5px 10px;
    border-radius: var(--bs-card-inner-border-radius);
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: fit-content;
}

.poti-info{
    position: fixed;
    z-index: 1;
    /*top: 95px;
    left: 10px;*/
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}

.poti-info .poti-list{
    height: 100%;
    border: none;
    border-radius: 0;
}

/*.outter-wrapper:has(.legenda-wrapper.display-none) .poti-info .poti-list .path-info{
    height: 84vh;
}

.outter-wrapper:has(.legenda-wrapper .card-body.display-none) .poti-info .poti-list .path-info{
    height: 79vh;
}*/

.open-path-list-button{
    position: absolute;
    right: -31px;
    top: 50px;
    border-radius: 0 0.375rem 0.375rem 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

.open-path-list-button i, .open-path-list-button-mobile i{
    transition: all 0.35s ease-in-out;
}

.open-path-list-button.path-list-open i{
    rotate: 180deg;
}

.poti-info .poti-list .card-header{
    min-height: 48px;
    color: white !important;
    background-color: var(--base-color);
}

.path-attributes div{
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #797979;
}

.path-attributes div i{
    font-size: 15px;
    color: var(--base-color);
    width: 20px;
    text-align: center;
}

.poti-list .path-header-info img{
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
}

.poti-list .path-header-info:has(img) #back-to-all-paths, .poti-list .path-header-info:has(img) #btnCenter{
    position: absolute;
    width: unset;
}

#back-to-all-paths i, #graph-back-to-all-paths i{
    font-size: 12px;
    padding-right: 10px;
}

#back-to-all-paths i::before, #graph-back-to-all-paths i::before{
    position: relative;
    bottom: 1px;
}

#btnCenter{
    /*color: var(--base-color);*/
    color: #000;
    background-color: white;
    /*border-color: #fff;*/
    border-color: var(--bs-card-border-color);
    position: absolute;
    right: 16px;
    padding: 5px 10px;
    width: 46%;
}

#btnCenter:hover{
    color: white;
    background-color: var(--base-color);
    border-color: #fff;
}

.difficulty-rating-color{
    position: absolute;
    left: calc(100% - 7px);
    height: calc(100% + 2px);
    border-radius: 0px 0.25rem 0.25rem 0px;
    width: 8px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #dee2e6;
    transition: all 0.2s ease-in-out;
}

.routeLoad:hover .difficulty-rating-color{
    border-color: var(--base-color);
}

#poi-list .markerLoad img{
    border-radius: var(--bs-border-radius-sm);
    /*max-width: 125px;*/
    /*height: 100%;*/
    object-fit: cover;
    width: 125px;
    height: 110px;
    min-width: 125px;
    min-height: 110px;
}

#poi-list .markerLoad .marker-list-info h4{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
}

#poi-list .markerLoad .marker-list-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding: 10px;
}

#stats{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 15px;
    background-color: var(--base-color);
    color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    row-gap: 20px;
}

#stats .col-6{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: start;
    align-items: center;
    /*border-bottom: 1px solid;*/
    width: 38%;
    margin: 0 auto;
    text-align: left;
    column-gap: 8px;
    flex-wrap: wrap;
    /*flex-wrap: nowrap;*/
    /*text-wrap: nowrap;*/
}

#stats .col-6:has(i:not(.fa-star)){
    column-gap: 15px;
}

#stats .col-6 i.fa-arrows-v{
    font-size: 19px !important;
    margin-left: -8px;
}

#stats .col-6 i:not(.fa-star){
    font-size: 22px;
    /*margin-bottom: 5px;*/
}

#stats .col-12{
    margin: 0 auto;
    width: 88%;
}

#path-info-switching{
    margin-left: -16px;
    margin-right: -16px;
}

#preloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .loading-container{
    margin: 40px auto;
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

#preloader .loading-container .loading-circle{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border: 4px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color: transparent #fff transparent #fff;
    animation: preloader-rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
    display: unset;
    z-index: unset;
}

@keyframes preloader-rotate-loading{
    0%{
        transform: rotate(0deg);
    }

    100%{
        transform: rotate(360deg);
    }
}

#stats .star-difficulty-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.designer_gallery .row .col-4{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.designer_gallery .row .col-4 a{
    height: 100%;
}

.marker-attributes:has(*){
    padding-top: 15px;
}

.marker-attributes .poi-list-description{
    font-size: 13px;
}

.marker-attributes .poi-list-description p{
    margin-bottom: 0;
}

.open-path-list-button-mobile{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -30px;*/
    right:0;
    top:0;
    /*border: 0;*/
    background-color: transparent;
    color: var(--base-color);
    width: 30px;
    height: 30px;
    border: 1px solid white;
    position: relative;
    border-radius: 0.275rem;
}

.fullscreen-path-list-button-mobile{
    /*position: absolute;*/
    /*right: 40px;*/
    /*top: -30px;*/
    /*border: 0;*/
    background-color: transparent;
    color: var(--base-color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    position: relative;
    right:0;
    top:0;
    border-radius: 0.275rem;
}

#show-graph-mobile{
    background-color: transparent;
    color: var(--base-color);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    position: relative;
    right:0;
    top:0;
    border-radius: 0.275rem;
}

.fullscreen-path-list-button-mobile i{
    font-size: 22px;
}

#legenda-wrapper-mobile{
    /*margin-bottom: 20px;*/
    /*position: absolute;*/
    position: fixed;
    z-index: 1;
    bottom: 42px;
    width: 100%;
    /*padding: 0 5px;*/
}

#legenda-wrapper-mobile .card{
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
}

#legenda-wrapper-mobile .card-body{
    padding-bottom: 0;
}

.path-info-title{
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.mobile-header-bar{
    background-color: transparent;
    display: flex;
    flex-direction: row;
    padding: 7px;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.gallery-img-desc{
    font-size: 12px;
    font-style: italic;
    word-wrap: anywhere;
}

.sl-overlay{
    background: #000;
}

.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter{
    color: #fff;
}

.sl-wrapper .sl-image .sl-caption{
    position: relative;
}

.designer_gallery .row .col-4 a img{
    max-height: 150px;
    object-fit: cover;
    height: 100%;
}

.current-language-icon-top img {
    border-radius: 50%;
    border: 2px solid var(--base-color);
    max-height: 35px;
}

.language-dropdown-menu{
    position: absolute;
    right: 2px;
    background-color: #fff;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    display: flex;
    gap: 15px;
    padding: 13px;
    border-radius: 0.375rem;
    transform: translateY(-100%);
    transition: all 0.35s ease-in-out;
    flex-direction: column;
}

.language-dropdown-menu a img{
    border-radius: 50%;
    filter: grayscale(1);
    transition: all 0.2s ease;
    max-height: 35px;
}

.language-dropdown-menu a img:hover{
    filter: grayscale(0);
}

.current-language-icon img{
    filter: grayscale(0) !important;
    border: 2px solid var(--base-color);
}

.language-dropdown-menu a{
    display: flex;
    width: fit-content;
    height: fit-content;
}

.site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.site-logo h5{
    margin-top: 4px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 23px;
}

.language-dropdown-menu.language-menu-open{
    transform: translateY(36%);
}

.legend-dot{
    /*width: 62px !important;*/
    border-radius: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

.legend-dashed-img{
    width: 87%;
}

.legend-dotted-img{
    width: 92%;
}

#surfaceLegend-mobile{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    position: relative;
    bottom: 10px;
}

.toggle-graph-btn-mobile, .reverse-graph-btn-mobile{
    background-color: white;
    border: 1px solid var(--bs-card-border-color);
    padding: 5px 10px;
    border-radius: var(--bs-card-inner-border-radius);
    position: relative;
    font-size: 12px;
    width: fit-content;
}

.path-info-value{
    text-wrap: nowrap;
}

#map-controls{
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}

#map-controls .map-terrain-type{
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 0.375rem;
    position: absolute;
    right: 50px;
    height: 36px;
}

#map-controls .map-terrain-type button{
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    width: fit-content;
}

#map-controls .map-terrain-type #roadmap-btn{
    border-radius: 0.3rem 0 0 0.3rem;
}

#map-controls .map-terrain-type #satellite-btn{
    border-radius:  0 0.3rem 0.3rem 0;
    border-left: 1px solid #cccccc;
}

#map-controls .map-zoom{
    display: flex;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 0.375rem;
    position: absolute;
    right: 0;
    top: 50px;
    width: 36px;
}

.active-terrain-btn {
    background-color: #f8f8f8 !important;
    font-weight: bold;
}

.map-fullscreen{
    right: 0;
    position: absolute;
    height: 36px;
    width: 36px
}

.map-fullscreen #fullscreen-btn{
    border: 1px solid #cccccc;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0.375rem;
}

#map-controls .map-zoom button{
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    width: 100%;
}

#map-controls .map-zoom #map-zoom-in-btn{
    border-radius: 0.3rem 0.3rem 0 0;
}

#map-controls .map-zoom #map-zoom-out-btn{
    border-radius: 0 0 0.3rem 0.3rem;
    border-top: 1px solid #cccccc;
}

#map-with-controls{
    position: relative;
}

#map-controls button{
    transition: all 0.2s ease-in-out;
}

#map-controls button:hover{
    background-color: #f8f8f8 !important;
}

.custom-sl-counter{
    color: #fff;
}

.sl-image{
    display: flex !important;
    flex-direction: column;
}

.sl-image img{
    order: 1;
}

.sl-image .sl-caption{
    order: 2;
}

.sl-image .custom-sl-counter{
    order: 3;
}



@media screen and (max-width: 991px) {
    html, body, .outter-wrapper, .map-wrapper{
        max-height: 100dvh;
        overflow: hidden;
        top: 0;
    }

    .legenda-wrapper{
        display: flex;
        gap: 15px;
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .map-wrapper{
        display: flex;
        flex-direction: column-reverse;
        /*margin-top: var(--safe-top);*/
        height: 100dvh;
    }

    .poi-info-popup{
        transform: none !important;
        left: 0 !important;
        bottom: 0 !important;
        position: fixed !important;
        z-index: 3;
        max-width: unset;
        max-height: 100%;
        border-radius: 0 !important;
        margin-top: var(--safe-top);
    }

    .toggle-graph-btn{
        display: none;
    }

    .poti-info{
        left: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }

    .path-info{
        max-height: 46vh;
        transition: max-height 0.35s ease-in-out;
        /*padding-top: 0 !important;*/
    }

    .poti-info .poti-list .card-header{
        border-radius: 0;
        font-size: 12px;
        min-height: 36px;
        padding-right: 8px;
    }

    .route-list-img{
        max-width: 115px;
    }

    #routeSelect .routeLoad h4{
        font-size: 15px;
    }

    .path-attributes div{
        font-size: 10px;
        gap: 8px;
    }

    #routeSelect .routeLoad .list-path-marker{
        font-size: 12px;
        padding: 3px;
        min-height: 27px;
        min-width: 27px;
    }

    .open-path-list-button{
        display: none !important;
    }

    .poti-info:has(button.open-path-list-button-mobile.path-list-closed){
        /*transform: translateY(89%);*/
        transform: translateY(89.3%);
    }

    .poti-info:has(.poti-list .path-info.fullscreen-mobile){
        /*transform: translateY(0);*/
        transform: translateY(5.3%);
        margin-top: var(--safe-top);
    }

    .open-path-list-button-mobile.path-list-closed i {
        rotate: 180deg;
    }

    .path-info.fullscreen-mobile{
        /*max-height: 84dvh;*/
        /*max-height: 94.3dvh;*/
        max-height: 94.25dvh;
    }

    .poti-info .poti-list{
        border-radius: 0;
    }

    .legenda-wrapper{
        display: none;
    }

    #btnCenter{
        font-size: 12px;
    }

    #back-to-all-paths, #graph-back-to-all-paths{
        font-size: 12px;
    }

    #back-to-all-paths i, #graph-back-to-all-paths i{
        font-size: 10px;
        padding-right: 5px;
    }

    #poi-list .markerLoad .marker-list-info h4{
        font-size: 14px;
    }

    .marker-attributes .poi-list-description p{
        font-size: 11px;
    }

    .poi-info-popup .card-header strong{
        font-size: 14px;
    }

    .poi-info-popup .card-header button{
        padding: 2px 8px;
    }

    .poi-info-popup .card-body{
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: var(--base-color) #ffffff;
    }

    #legenda-wrapper-mobile .card-header{
        padding: 5px 5px 5px 10px;
    }

    #legenda-wrapper-mobile .card-header strong {
        font-size: 14px;
    }

    .poti-list:has(.mobile-header-bar #show-graph-mobile.display-none) .path-info{
        padding-top: 0 !important;
    }

    #stats .col-6{
        text-align: center;
        flex-wrap: wrap;
        row-gap: 0;
        /*justify-content: center;*/
        justify-content: start;
    }

    .route-title-wrapper{
        position: absolute;
        left: 12px;
        font-size: 13px;
        display: flex;
        max-width: 63%;
        gap: 3px;
        text-wrap: nowrap;
    }

    .designer_gallery .row .col-4 a{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .designer_gallery .row .col-4 a img{
        max-width: 85%;
    }

    .gallery-img-desc{
        margin-top: 10px;
    }

    .sl-wrapper .sl-image .sl-caption{
        font-size: 13px;
    }

    #chart-mobile{
        width: 100%;
        touch-action: none;
        user-select: none;
        /*padding-right: 30px;*/
        min-width: 100%;
    }

    #slim-menu{
        width: 100%;
    }

    .map-inner-wrapper{
        height: 100dvh;
        /*margin-top: var(--safe-top);*/
        margin-top: calc(var(--safe-top) - 10px);
    }

    #map {
        height: calc(100vh - 40px) !important;
        /*margin-top: var(--safe-top);*/
        /*top: 40px;*/
    }

    #map-with-controls{
        top: 40px;
    }

    #menu {
        height: 40px;
        /*margin-top: var(--safe-top);*/
        position: fixed;
        /*top: var(--safe-top);*/
        width: 100%;
        z-index: 2;
    }

    #slim-menu .site-logo img {
        height: 28px;
        width: 28px;
    }

    .language-select-wrapper{
        right: 11px;
    }

    .menu-language a{
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .current-language-icon-top img{
        max-height: 28px;
    }

    .language-dropdown-menu a img{
        max-height: 28px;
    }

    .language-dropdown-menu{
        padding: 10px;
    }

    .path-info.fullscreen-mobile .poi-info:not(.display-none){
        padding-bottom: 40px;
    }

    .path-info.fullscreen-mobile #path-designers:not(.display-none){
        padding-bottom: 40px;
    }

    .mobile-header-bar{
        /*margin-top: var(--safe-top);*/
    }

    .legend-dot {
        width: 40px !important;
    }

    .legend-dotted-img{
        width: 80%;
    }

    .get-user-location{
        position: absolute;
        right: 50px;
    }

    .get-user-location button{
        border: 1px solid rgba(0, 0, 0, 0.175);
        padding: 3px 7px;
        color: #000;
        background-color: white;
        width: unset;
        border-radius: 0.375rem;
        transition: all 0.15s ease-in-out;
    }

    .get-user-location button:hover{
        border: 1px solid #fff;
        padding: 3px 7px;
        background-color: var(--base-color);
        color:white;
        width: unset;
        border-radius: 0.375rem;
    }

    #map-controls .map-terrain-type{
        height: 30px;
        right: 40px;
    }

    #map-controls .map-terrain-type button{
        padding: 3px 10px;
        font-size: 12px;
    }

    .map-fullscreen{
        width: 30px;
        height: 30px;
    }

    .map-fullscreen #fullscreen-btn{
        padding: 3px 8px;
        font-size: 15px;
    }

    #map-controls .map-zoom{
        top: 40px;
        width: 30px;
    }

    #map-controls .map-zoom button{
        padding: 3px 8px;
    }
}

@media screen and (min-width: 992px) {
    .legenda-wrapper{
        position: fixed !important;
        /*bottom: 8px;*/
        bottom: 0;
        /*top: 84vh;*/
        /*left: 500px;*/
        /*left: 26%;*/
        display: flex;
        gap: 4px;
        flex-direction: column-reverse;
        /*width: 395px;*/
        /*width: 74.5%;*/
        width: 75%;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        /*right: 10px;*/
        right: 0;
    }

    .legenda-wrapper .card{
        /*border-radius: 0.375rem 0 0 0 !important;*/
        border-radius: 0 !important;
    }

    .poi-info-popup{
        position: fixed !important;
    }

    #hoverInfo{
        scale: 0.8;
        position: absolute;
        /*left: 100px;*/
        /*left: 50%;*/
        left: 90px;
        /*transform: translateX(-57%);
        width: 69%;*/
    }

    /*.left-side-wrapper:has(.poti-info button.open-path-list-button.path-list-open) .legenda-wrapper{
        left: 500px;
    }*/

    /*.left-side-wrapper:has(.poti-info button.open-path-list-button.path-list-closed) .legenda-wrapper{
        !*transform: translateX(-125%);*!
        transform: translateX(-36.7%);
    }*/

    /*.left-side-wrapper:has(.poti-info button.open-path-list-button.path-list-open) .legenda-wrapper{
        width: 74%;
    }*/

    .outter-wrapper:has(.left-side-wrapper .legenda-wrapper.display-none) .map-wrapper .poi-info-popup{
        left: 40%;
        bottom: 0 !important;
    }

    .outter-wrapper:has(.left-side-wrapper .legenda-wrapper) .map-wrapper .poi-info-popup{
        /*left: 64.8%;*/
        left: 40%;
        bottom: 240px;
    }

    .outter-wrapper:has(.left-side-wrapper .poti-info button.open-path-list-button.path-list-closed):has(.left-side-wrapper .legenda-wrapper.display-none) .map-wrapper .poi-info-popup{
        transform: translateX(-50%);
    }

    .outter-wrapper:has(.left-side-wrapper .legenda-wrapper .card-body.display-none) .map-wrapper .poi-info-popup{
        /*bottom: 40px;*/
        bottom: 43px;
    }

    /*.outter-wrapper:has(.left-side-wrapper .poti-info button.open-path-list-button.path-list-closed):has(.left-side-wrapper .legenda-wrapper:not(.display-none)) .map-wrapper .poi-info-popup{
        !*transform: translateX(-123.5%);*!
        transform: translateX(-135.2%);
    }
*/
    .open-path-list-button-mobile, .fullscreen-path-list-button-mobile{
        display: none !important;
    }

    .poti-info:has(button.open-path-list-button.path-list-closed){
        transform: translateX(-100%);
    }

    #legenda-wrapper-mobile{
        display: none !important;
    }

    .mobile-header-bar{
        display: none !important;
    }

    .outter-wrapper:has(.left-side-wrapper .poti-info .open-path-list-button.path-list-open) #slim-menu{
        width: 75%;
        transition: width 0.35s ease-in-out;
    }

    .outter-wrapper:has(.left-side-wrapper .poti-info .open-path-list-button.path-list-closed) #slim-menu{
        width: 100%;
        transition: width 0.35s ease-in-out;
    }

    #map {
        height: calc(100vh - 50px) !important;
    }

    #menu {
        height: 50px;
    }

    #slim-menu .site-logo img {
        height: 36px;
        width: 36px;
    }

    .left-side-wrapper:has(.poti-info .open-path-list-button.path-list-closed) .legenda-wrapper{
        width: 100%;
    }

    .outter-wrapper:has(.left-side-wrapper .poti-info .open-path-list-button.path-list-closed) .poi-info-popup{
        left: 15%;
    }

    .legend-dot {
        width: 62px !important;
    }

    .get-user-location{
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .left-side-wrapper .poti-info{
        width: 30%;
    }

    #poi-list .markerLoad img{
        width: 100px;
        min-width: 100px;
    }

    .outter-wrapper:has(.left-side-wrapper .poti-info .open-path-list-button.path-list-open) #slim-menu, .legenda-wrapper{
        width: 70%;
    }

    .outter-wrapper:has(.left-side-wrapper .legenda-wrapper) .map-wrapper .poi-info-popup{
        left: 45%;
    }

    #poi-list .markerLoad:has(img) .marker-list-info{
        padding-right: 0;
        padding-left: 0;
    }
}