@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap);
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;700&display=swap');
$base-font-poppins: 'Poppins', sans-serif;
$base-font-muli: 'Muli', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
$base-font-hind: 'Hind', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
$base-font-oleo: 'Oleo Script', cursive;*/
@keyframes anima-header {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
* {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #F4F3F4;
  padding-top: 0px;
}
body.pt-0 {
  padding-top: 0px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0px;
}

h3, .h3 {
  font-size: 18px;
  font-weight: 700;
}

p.small {
  font-size: 14px;
  line-height: 1.6em;
}

.btn-cstm {
  background-color: #379cf4;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 15px;
  border-width: 0px;
  transition: 0.5s;
}
.btn-cstm i {
  color: inherit;
  font-size: 14px;
}
.btn-cstm:hover {
  background-color: #3081c8;
  color: #fff;
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
}
.btn-cstm.btn-cstm-rounded {
  display: inline-block;
  position: relative;
  border: 1px solid #379cf4;
  background-color: #379cf4;
  border-radius: 100px;
  padding: 0px 30px;
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.container-cstm {
  width: 100%;
  max-width: 1370px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-group .label.required:after {
  content: "* richiesto";
  font-size: 12px;
  color: #c00;
  font-weight: 500;
  margin-left: 10px;
  text-transform: lowercase;
}

.section-cstm {
  position: relative;
  display: block;
  background-color: #FFFFFF;
}
.section-cstm.py {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-cstm.pb-150 {
  padding-bottom: 150px;
}
.section-cstm.bg-grey {
  background-color: #EEF3F7;
}
.section-cstm.bg-white-boot {
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  background-image: url("../img/bg-trama-boot.png");
}
.section-cstm.bg-grey-img {
  background-color: #E3E8EC;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../img/bg-grey-img.jpg");
}

.parallax-window {
  min-height: 200px;
  background: transparent;
}

.mappaTrackGlobal {
  display: block;
  width: 100%;
  height: 100vh !important;
  margin: 0px !important;
}

.box-img-istantanee {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 24px -20px rgba(21, 59, 93, 0.8);
  padding: 2px;
  transition: 0.5s;
}
.box-img-istantanee img {
  border-radius: 4px;
  transition: all 1s;
}
.box-img-istantanee:before {
  content: "";
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 4px;
  transition: all 0.5s;
}
.box-img-istantanee:hover {
  box-shadow: 0 12px 24px -10px rgb(21, 59, 93);
  z-index: 10;
}
.box-img-istantanee:hover img {
  transform: scale(1.2);
  border-radius: 4px;
}
.box-img-istantanee:hover:before {
  opacity: 0.8;
}

.profilo-skyline {
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-image: url("../img/home-profilo2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

@keyframes floatingMouse {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.stambecco-scoll {
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  height: 250px;
  background-color: transparent;
}
.stambecco-scoll .bg-content {
  display: block;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+66 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  box-shadow: 0px -12px 10px rgba(0, 0, 0, 0.4);
  left: 50%;
  bottom: -15px;
  position: absolute;
  transition: 0.6s;
}
.stambecco-scoll .bg-content span {
  position: relative;
  opacity: 0;
  display: block;
  font-size: 16px;
  height: 50px;
  font-weight: bold;
  color: #13304a;
  text-transform: uppercase;
  width: 100%;
  top: 30px;
  text-align: center;
  transition: 0.4s;
}
.stambecco-scoll .bg-content span i {
  margin-bottom: 20px;
  display: block;
  color: inherit;
  font-size: 22px;
  animation-name: floatingMouse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.stambecco-scoll:hover {
  cursor: pointer;
}
.stambecco-scoll:hover .bg-content {
  width: 250px;
  height: 250px;
  margin-left: -125px;
  background-color: rgb(255, 255, 255);
}
.stambecco-scoll:hover .bg-content span {
  opacity: 1;
}
.stambecco-scoll .stambecco {
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: 20px;
  z-index: 10;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  transition: 0.4s;
}

.head-image {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding: 80px 0;
}
.head-image.h-500 {
  height: 500px;
}
.head-image.h-300 {
  height: 300px;
}
.head-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}
.head-image h1 {
  font-size: 65px;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;
  animation: anima-header 2s;
  color: #fff;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
.head-image h2 {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  animation: anima-header 2s;
  position: relative;
  display: inline-block;
  margin: 20px 0;
  color: #fff;
  line-height: 30px;
  text-shadow: 0px 2px 5px rgb(0, 0, 0);
}
.head-image h2:before, .head-image h2:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 1500px;
  top: 12px;
  border-radius: 3px;
  background-color: #379cf4;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.head-image h2:before {
  left: calc(100% + 30px);
}
.head-image h2:after {
  right: calc(100% + 30px);
}

.box-preview-upload {
  list-style: none;
  margin: 5px 0;
  padding: 0px;
  display: block;
}
.box-preview-upload li {
  display: inline-block;
}
.box-preview-upload li img {
  max-height: 50px;
  margin: 1px 3px;
}

.fancybox-wrap .fancybox-skin {
  border-radius: 6px !important;
  padding: 0px !important;
  overflow: hidden !important;
  box-shadow: 0 13px 11px -4px rgb(21, 59, 93);
}

.alert-errore {
  position: relative;
  margin-top: 100px;
}
.alert-errore .capra {
  display: block;
  margin: -100px auto 10px auto;
  height: 150px;
}

.container-box {
  display: block;
  width: 100%;
  margin-top: -50px;
}
.container-box .container-box-body {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 13px 11px -4px rgba(21, 59, 93, 0.46);
  padding: 30px 50px;
}
.container-box.mt--80 {
  margin-top: -80px;
}
.container-box.mt--80 .container-box-body {
  border-radius: 4px;
}

.box-file-upload {
  display: block;
  margin: 5px 0;
  padding: 2px;
  background-color: #efefef;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}
.box-file-upload .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #DC0000;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-file-upload .thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  transition: 0.5s;
}
.box-file-upload .thumbnail.traccia {
  background-color: #fff;
}
.box-file-upload .thumbnail.traccia img {
  max-height: 100px;
  width: 100%;
}
.box-file-upload .thumbnail.traccia:before {
  opacity: 0;
}
.box-file-upload .thumbnail:hover:before {
  opacity: 0;
}
.box-file-upload .btn-action-copertina.active {
  background-color: lightskyblue !important;
  border-color: lightskyblue !important;
  color: #fff !important;
}

#pg-contatti .form-group .label {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  font-size: 12px;
  line-height: 1em;
  margin: 0px !important;
}
#pg-contatti .form-group .form-control {
  border-radius: 3px;
  border: 1px solid rgba(39, 79, 117, 0.2);
  font-size: 13px;
  padding: 10px;
  height: auto;
  min-height: auto;
  margin: 0px !important;
}

.navbar-cstm {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2000;
  border-top: 5px solid #379cf4;
  padding-top: 20px;
  height: 80px;
  border-bottom-width: 0px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
.navbar-cstm .navbar-brand {
  width: 280px;
  height: 21px;
  display: block;
  background-image: url("../img/robedimontagna-il.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
.navbar-cstm .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 7px;
  margin-left: 7px;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}
.navbar-cstm .navbar-nav .nav-item .nav-link.icona i {
  font-size: 20px;
}
.navbar-cstm .navbar-nav .nav-item .nav-link:hover {
  border-bottom-color: #379cf4;
}
.navbar-cstm.fixed-top, .navbar-cstm.force-light {
  padding-top: 10px;
  height: 60px;
  position: fixed !important;
  top: 0px !important;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) !important;
}
.navbar-cstm.fixed-top .navbar-brand, .navbar-cstm.force-light .navbar-brand {
  background-image: url("../img/robedimontagna-il-c-h25.png");
}
.navbar-cstm.fixed-top .navbar-nav .nav-item .nav-link, .navbar-cstm.force-light .navbar-nav .nav-item .nav-link {
  color: #222;
  font-weight: 500 !important;
}

footer {
  display: block;
  width: 100%;
  background-color: #13304A;
  padding: 40px 0;
  border-top: 5px solid #f5f5f5;
}
footer .brandfooter {
  height: 60px;
}
footer .list-link {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 30px 0 0 0;
}
footer .list-link li {
  display: inline-block;
  margin: 0px 10px;
}
footer .list-link li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
footer .list-link li a.social-insta img {
  height: 40px;
  margin-top: -20px;
}

#section-home #homeslider {
  height: 100vh;
  max-height: 1200px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-home #homeslider .brand {
  max-height: 200px;
  max-width: 100%;
}
#section-home #homeslider:before {
  content: "";
  background-image: url("../img/bg-trama-home.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}

.filtriapplicati-list {
  list-style: none;
  display: block;
}
.filtriapplicati-list li {
  display: inline-block;
}
.filtriapplicati-list li .filtriapplicati {
  display: block;
  border-radius: 14px;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 7px;
  background-color: #efefef;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  color: #13304a;
  text-decoration: none;
  transition: 0.5s;
}
.filtriapplicati-list li .filtriapplicati i {
  color: #999;
}
.filtriapplicati-list li .filtriapplicati:hover {
  background-color: #379cf4;
  color: #fff;
  border-color: #379cf4;
}
.filtriapplicati-list li .filtriapplicati:hover i {
  color: #fff;
}

.no-escursioni {
  padding: 30px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  min-height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg-noescursioni.jpg");
  box-shadow: 0 0 25px 0 rgba(62, 28, 131, 0.3);
}
.no-escursioni:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.no-escursioni h2 {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.no-escursioni .btn-cstm {
  position: relative;
  display: block;
}

.box-escursione-block {
  display: block;
  margin: 0 0 25px 0;
  background-color: #fff;
  border-radius: 3px;
}
.box-escursione-block .box-escursione-thu {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.box-escursione-block .box-escursione-thu .mask {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(55, 156, 244, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.box-escursione-block .box-escursione-thu .mask i {
  color: #fff;
  font-size: 32px;
}
.box-escursione-block .box-escursione-thu img {
  background-color: #333;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  height: 250px;
  transition: 0.3s;
}
.box-escursione-block .box-escursione-thu .list-dettagli {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 7px;
}
.box-escursione-block .box-escursione-thu .list-dettagli li {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  border-radius: 3px;
  margin: 0 0px 2px 0;
  font-size: 14px;
  padding: 2px 8px;
  color: #222;
}
.box-escursione-block .box-escursione-thu .list-dettagli li i {
  font-size: inherit;
  color: inherit;
}
.box-escursione-block .box-escursione-thu .list-dettagli li span {
  font: inherit;
}
.box-escursione-block .box-escursione-thu:hover img {
  transform: scale(1.1);
}
.box-escursione-block .box-escursione-thu:hover .mask {
  opacity: 1;
}
.box-escursione-block .box-escursione-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 5px;
  height: 160px;
}
.box-escursione-block .box-escursione-body .titolo {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #13304a;
  margin: 0 0 5px 0;
  text-decoration: none;
  transition: 0.5s;
}
.box-escursione-block .box-escursione-body .titolo:hover {
  color: #379cf4;
}
.box-escursione-block .box-escursione-body .localita {
  font-size: 14px;
  color: #666;
  margin: 0px;
}
.box-escursione-block .box-escursione-body .btn-cstm {
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.box-escursione-block .box-escursione-body .btn-cstm:hover {
  background-color: #13304a;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px -1px rgba(21, 59, 93, 0.46);
}

.box-escursioni-list {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  transition: 0.5s;
}
.box-escursioni-list .img-box {
  box-shadow: 0 10px 60px -12px rgba(39, 79, 117, 0.25);
  display: block;
  position: relative;
  height: 210px;
  line-height: 210px;
  overflow: hidden;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.box-escursioni-list .img-box i {
  color: #fff;
  font-size: 42px;
  opacity: 0;
  position: relative;
  z-index: 5;
  transition: 0.5s;
}
.box-escursioni-list .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
}
.box-escursioni-list .img-box:hover:before {
  opacity: 0.3;
}
.box-escursioni-list .img-box:hover i {
  opacity: 1;
}
.box-escursioni-list .titolo {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #13304a;
  margin: 10px 0 5px 0;
  text-decoration: none;
  transition: 0.5s;
}
.box-escursioni-list .titolo:hover {
  color: #379cf4;
}
.box-escursioni-list .list-dettagli {
  display: block;
  width: 100%;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0px;
  border-top: 1px dotted rgb(214, 224, 232);
}
.box-escursioni-list .list-dettagli li {
  display: inline-block;
  position: relative;
  margin: 2px 5px 2px 1px;
  padding: 2px 10px 2px 35px;
  border-radius: 40px;
  background-color: #fff;
}
.box-escursioni-list .list-dettagli li i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #999;
  margin-right: 3px;
}
.box-escursioni-list .list-dettagli li .name {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #999;
}
.box-escursioni-list .list-dettagli li .value {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  color: #13304a;
}
.box-escursioni-list p {
  display: block;
  line-height: 1.6em;
  margin: 0;
  color: #999;
  font-size: 12px;
}
.box-escursioni-list:hover {
  box-shadow: 0 10px 60px -12px rgba(39, 79, 117, 0.25);
}
.box-escursioni-list.home p {
  height: 40px;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.box-escursioni-list.home .titolo {
  display: block;
  height: 50px;
  overflow: hidden;
}

.box-search {
  display: block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(62, 28, 131, 0.3);
}
.box-search .header-search {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 25px;
  background-image: url("../img/bg-search-eventi.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-search .header-search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}
.box-search .header-search h2 {
  position: relative;
  z-index: 3;
  margin-top: 100px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.box-search .body-search {
  display: block;
  padding: 20px 25px;
}
.box-search .body-search .form-group .label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #379cf4;
  line-height: 1em;
  margin-bottom: 0px !important;
}
.box-search .body-search .form-group .form-control {
  border-radius: 3px;
  border: 1px solid rgba(39, 79, 117, 0.08);
  font-size: 13px;
  padding: 10px;
  height: auto;
  min-height: auto;
  margin: 0px !important;
}

#pg-escursione .btn-carica {
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block;
  height: auto;
  line-height: 1em;
}
#pg-escursione .btn-carica:hover {
  background-color: #fff;
  color: #13304a;
  border-color: transparent;
}
#pg-escursione .manca-traccia {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg-manca-traccia.jpg");
  text-align: center;
  padding: 50px 20px;
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#pg-escursione .manca-traccia h3 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
  position: relative;
  z-index: 5;
}
#pg-escursione .manca-traccia i {
  font-size: inherit;
  color: inherit;
  display: block;
  margin-bottom: 10px;
}
#pg-escursione .manca-traccia:before {
  content: "";
  opacity: 0.4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  position: absolute;
}
#pg-escursione .hashtag-box {
  display: inline-block;
  margin: 3px 0px;
  border-radius: 40px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  color: #13304a;
  background-color: #ccc;
  transition: 0.5s;
}
#pg-escursione .hashtag-box:hover {
  background-color: #379cf4;
  color: #fff;
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
  text-decoration: none;
}
#pg-escursione .title-social {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
}
#pg-escursione .title-social i {
  font-size: inherit;
}
#pg-escursione .box-instagram {
  width: 500px;
  display: inline-block;
  margin: -70px auto 0 auto;
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
}
#pg-escursione .difficolta {
  display: block;
  border: 6px solid #13304a;
  width: 85px;
  height: 85px;
  line-height: 75px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.8);
}
#pg-escursione .difficolta.easy {
  border-color: green;
  color: green;
}
#pg-escursione .difficolta.medium {
  border-color: orange;
  color: orange;
}
#pg-escursione .difficolta.hard {
  border-color: red;
  color: red;
}
#pg-escursione .img-thu {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  padding: 2px;
  transition: 0.5s;
}
#pg-escursione .img-thu img {
  border-radius: 4px;
  transition: all 1s;
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#pg-escursione .img-thu:before {
  content: "";
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 2px;
  transition: all 0.5s;
}
#pg-escursione .img-thu:hover {
  box-shadow: 0 12px 24px -10px rgb(21, 59, 93);
  z-index: 10;
}
#pg-escursione .img-thu:hover img {
  transform: scale(1.2);
  border-radius: 2px;
}
#pg-escursione .img-thu:hover:before {
  opacity: 0.8;
}
#pg-escursione .img-box-masonry {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px;
  transition: 0.5s;
}
#pg-escursione .img-box-masonry img {
  border-radius: 4px;
  transition: all 1s;
}
#pg-escursione .img-box-masonry:before {
  content: "";
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 4px;
  transition: all 0.5s;
}
#pg-escursione .img-box-masonry:hover {
  box-shadow: 0 12px 24px -10px rgb(21, 59, 93);
  z-index: 10;
}
#pg-escursione .img-box-masonry:hover img {
  transform: scale(1.2);
  border-radius: 4px;
}
#pg-escursione .img-box-masonry:hover:before {
  opacity: 0.8;
}
#pg-escursione .img-box {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  height: 210px;
  margin: 10px 0;
  transition: 0.5s;
}
#pg-escursione .img-box .expand {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  z-index: 30;
  left: 50%;
  top: 50%;
  position: absolute;
  transition: 1s;
}
#pg-escursione .img-box:before {
  content: "";
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  background: #000;
  position: absolute;
  border-radius: 4px;
  transition: all 0.5s;
}
#pg-escursione .img-box .img-holder {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#pg-escursione .img-box:hover {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.6);
}
#pg-escursione .img-box:hover:before {
  opacity: 0.2;
}
#pg-escursione .img-box:hover .img-holder {
  transform: scale(1.2);
}
#pg-escursione .img-box:hover .expand {
  opacity: 1;
}
#pg-escursione .btn-scarica-traccia {
  display: inline-block;
  position: relative;
  border: 1px solid #379cf4;
  background-color: #379cf4;
  border-radius: 100px;
  padding: 0px 30px 0px 65px;
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
}
#pg-escursione .btn-scarica-traccia i {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: 22px;
}
#pg-escursione .btn-scarica-traccia:hover {
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
  transform: scale(0.95);
}
#pg-escursione .box-detail .icona {
  height: 80px;
  display: block;
  margin-bottom: 10px;
}
#pg-escursione .box-detail h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
  color: #fff;
}
#pg-escursione .box-detail p {
  margin: 0px;
  font-size: 35px;
  line-height: 1em;
  font-weight: 900;
  color: #fff;
}
#pg-escursione .box-detail.brd-right {
  border-right: 5px dotted rgb(255, 255, 255);
}
#pg-escursione .box-valutazione {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: #efefef;
  text-align: center;
}
#pg-escursione .box-valutazione .icona {
  display: block;
  height: 60px;
  margin: 0 auto 15px auto;
  opacity: 0.8;
}
#pg-escursione .box-valutazione .titolo {
  display: block;
  text-align: center;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #13304a;
  margin-bottom: 0px;
}
#pg-escursione .box-valutazione .stars {
  display: block;
  margin: 10px auto 5px auto;
}
#pg-escursione .list-dettagli {
  list-style: none;
  padding: 0px;
  margin: 0 0 30px 30px;
  display: block;
}
#pg-escursione .list-dettagli li {
  justify-content: space-between;
  display: flex;
  margin-bottom: 5px;
  transition: all 0.5s;
}
#pg-escursione .list-dettagli li b {
  margin-right: 5px;
  white-space: nowrap;
}
#pg-escursione .list-dettagli li b.big {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}
#pg-escursione .list-dettagli li hr {
  margin: 18px 5px 5px 5px;
  width: 100%;
  border-top: 1px dotted #000;
  background: #ccc;
  opacity: 0.8;
  height: 1px;
  border: none;
  color: #13304a;
}
#pg-escursione .list-dettagli li p {
  margin: 0 5px;
  overflow: visible;
  white-space: pre;
  text-align: right;
  flex-shrink: 1 !important;
}
#pg-escursione .list-dettagli2 {
  list-style: none;
  padding: 0px;
  margin: 0 0 30px 0px;
  display: block;
}
#pg-escursione .list-dettagli2 li {
  justify-content: space-between;
  display: flex;
  margin-bottom: 5px;
  transition: all 0.5s;
}
#pg-escursione .list-dettagli2 li:nth-child(odd) {
  background-color: #fff;
}
#pg-escursione .list-dettagli2 li:nth-child(even) {
  background-color: #efefef;
}
#pg-escursione .list-dettagli2 li b {
  padding: 5px;
  margin-right: 5px;
  white-space: nowrap;
}
#pg-escursione .list-dettagli2 li b.big {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}
#pg-escursione .list-dettagli2 li p {
  padding: 5px;
  margin: 0 5px;
  overflow: visible;
  text-align: right;
  flex-shrink: 1 !important;
}
#pg-escursione #altitudineTrack {
  display: block;
  height: 200px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 10px 60px -12px rgba(39, 79, 117, 0.25);
  background-color: #EEF3F7;
  overflow: hidden;
  margin: -50px 0 50px 0 !important;
  border-top: 5px solid #379cf4;
}
#pg-escursione #mappaTrack {
  display: block;
  height: 500px;
  margin: -150px 0 50px 0 !important;
  height: 350px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 10px 60px -12px rgba(39, 79, 117, 0.25);
  background-color: #EEF3F7;
}
#pg-escursione #mappaTrackAll {
  display: block;
  margin: 0 !important;
  height: 100vh;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 10px 60px -12px rgba(39, 79, 117, 0.25);
  background-color: #EEF3F7;
}
#pg-escursione .section-social {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: #dbdbdb;
}
#pg-escursione .caratteristiche {
  list-style: none;
  display: block;
  padding: 0 50px 0 0;
  margin: 0;
}
#pg-escursione .caratteristiche li {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
#pg-escursione .caratteristiche li .label {
  display: block;
  font-weight: 600;
  color: #999;
  font-size: 12px;
}
#pg-escursione .caratteristiche li .valore {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #222;
}
#pg-escursione .gallery-thu {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100px;
  background-color: #0C9A9A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
#pg-escursione .gallery-thu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  transition: 0.5s;
}
#pg-escursione .gallery-thu:hover:before {
  opacity: 0;
}

#pg-escursione-segnala .form-group .label {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  font-size: 12px;
  line-height: 1em;
  margin: 0px !important;
}
#pg-escursione-segnala .form-group .label.label-text {
  text-transform: none;
  font-weight: 400;
  color: #13304a;
  font-size: 14px;
}
#pg-escursione-segnala .form-group .form-control {
  border-radius: 3px;
  border: 1px solid rgba(39, 79, 117, 0.2);
  font-size: 13px;
  padding: 10px;
  height: auto;
  min-height: auto;
  margin: 0px !important;
}

@media (max-width: 767.98px) {
  .box-instagram {
    width: auto !important;
  }
  .section-cstm.py-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-cstm.py {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-cstm .navbar-toggler {
    border: 2px solid #fff;
  }
  .navbar-cstm .navbar-toggler i {
    color: #fff;
    font-size: 16px;
  }
  .navbar-cstm .navbar-nav {
    background-color: #fff;
    margin-top: 5px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(62, 28, 131, 0.3);
  }
  .navbar-cstm .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #ccc;
    color: #13304a !important;
    text-align: right;
  }
  .navbar-cstm .navbar-nav .nav-item:last-child .nav-link {
    border-bottom-width: 0px;
  }
  .navbar-cstm .navbar-nav .nav-item:hover {
    background-color: #efefef;
  }
  .navbar-cstm.fixed-top .navbar-toggler {
    border-color: #000;
  }
  .navbar-cstm.fixed-top .navbar-toggler i {
    color: #000;
  }
  .head-image h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .box-escursioni-list .img-box {
    margin-bottom: 15px;
  }
  .box-escursioni-list .list-dettagli {
    margin-top: 0px;
  }
  .box-search .header-search {
    padding: 10px 15px;
  }
  .box-search .header-search h2 {
    margin-top: 10px;
  }
  .box-search .body-search {
    display: block;
    padding: 10px 15px;
  }
  .box-search .body-search .form-group .label {
    display: none;
  }
  .box-search .body-search .form-group .form-control {
    padding: 5px 10px;
  }
  .container-box .container-box-body {
    padding: 20px;
  }
  .box-detail {
    margin: 5px 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .box-detail .icona {
    height: 40px !important;
    display: block;
    margin: 10px 0;
  }
  .box-detail h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px;
    color: #fff;
  }
  .box-detail p {
    font-size: 24px !important;
    font-weight: 900;
  }
  .box-detail.brd-right {
    border-right-width: 0px !important;
  }
  #pg-escursione .list-dettagli li {
    justify-content: normal;
    display: block;
    margin-bottom: 10px;
  }
  #pg-escursione .list-dettagli li b {
    display: block;
    margin: 0;
  }
  #pg-escursione .list-dettagli li hr {
    display: none;
  }
  #pg-escursione .list-dettagli li p {
    display: block;
    text-align: left;
    margin: 0px;
    line-height: 1.2em;
  }
}
/* ---- grid ---- */
.grid {
  background: transparent;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}

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

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.apexcharts-xaxis-label tspan {
  font-size: 10px !important;
}
