@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*robot conednsed */

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}

.gm-ui-hover-effect {
  display: none !important;
}
.app-customizer2{

  position: fixed;
  left: 0px;
  width: 90px;
  height: auto;
  z-index: 1888;
  top:155px;

}

.col-md-12, .bg-white, .clearfix, .p-md, .white {
  border-radius: 8px;
}
/*
@font-face {
    font-family: 'dinmedium';
    src: url('../fonts/din-medium-webfont.woff2') format('woff2'),
         url('../fonts/din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*/

@media (max-width: 767px) {
  .ol_li {
    display: none;
  }
}

/*MEDIA*/
/*
@media (max-width: 500px){
  .p-l-lg{
    padding-left: 1px !important;
  }
  .p-r-lg{
    padding-left: 1px !important;
  }
}
*/
/* smartphone view*/
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
      .col-md-3.col-sm-6 {
        margin-bottom: 5%;
      }

    }
}

@media (max-width: 990px) {
  .icorev {
    top: 55px !important;
    right: 5px !important;
  }
  .prenot {
    position: relative !important;
    right: auto;
    top: auto;
  }
}
@media (min-width: 990px) {
  .prenot {
    position: fixed !important;
    right: 2%;
    top: 20%;
  }

  /*
.side-panel{
  top:70px;
}*/
  /*
#side-panel2{
  width: 400px !important;
}
*/

  .icorev {
    right: -15px !important;
    top: 10px !important;
  }

  .searchtxt1 {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
  .searchtxt1 input {
    border-radius: 5px 0px 0px 5px;
  }
  .searchtxt2 {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .searchtxt2 input {
    border-radius: 0px 5px 5px 0px;
  }
}

/*MEDIA*/

/*
.prenot2{
  position: relative !important;
  right: auto;
  top: 100px;
}
*/

.scriptjs {
  box-shadow: 0 0 1px 1px red !important;
  /*border-bottom:2px solid red !important;*/
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000000;
  transform: translate(-50%, -50%);
  background: rgba(242, 242, 242, 0.5);

  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

/* ---- Timeline ---- */

.ol_li ol {
  position: relative;
  display: block;
  margin: 60px 30px;
  height: 4px;
  background: #10c469;
}
.ol_li ol::before,
.ol_li ol::after {
  content: "";
  position: absolute;
  top: -8px;
  display: block;
  width: 0;
  height: 0;
  border-radius: 10px;
  border: 2px solid #10c469;
}
.ol_li ol::before {
  left: -5px;
}
.ol_li ol::after {
  right: -10px;
  border: 10px solid transparent;
  border-right: 0;
  border-left: 20px solid #10c469;
  border-radius: 3px;
}

/* ---- buttons elements ---- */
.btn-min{
   display:inline-block;
   padding:0.4em 1.2em;
   margin:0 0.3em 0.3em 0;
   border-radius:2em;
   box-sizing: border-box;
  border: 1px solid #000;
   color:#000000;
   background-color:transparent;
   transition: all 0.2s;
  }
.btn-min:hover{
     border-color:#000;
    }

    .eff-wts{
      max-width: 44px;
      max-height: 36px;
      overflow:hidden;
      -webkit-transition: max-width 1000ms ease-in-out;
      -moz-transition: max-width 1000ms ease-in-out;
      transition: max-width 1000ms ease-in-out;
    }
    .eff-wts:hover,
    .my-element:active{
      max-width: 100%;
    }

/* ---- Timeline elements ---- */

.inl li {
  position: relative;
  top: -77px;
  display: inline-block;
  float: left;
  width: 150px;
  transform: rotate(-45deg);
  font: bold 14px arial;
}
.ol_li li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -29px;
  display: block;
  width: 6px;
  height: 6px;
  border: 4px solid #10c469;
  border-radius: 10px;
  background: #eee;
}

/* ---- Details ---- */
.btn-dim-xl{
max-width: 270px!important;
}

.details {
  display: none;

  position: absolute;
  left: -85px;
  top: 60px;
  padding: 15px;
  border-radius: 3px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  font: 12px arial;
  background: #fff;
}
.details::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -9px;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
}
/* border radius schede home*/
.white.text-center {
  border-radius: 16px;
  padding: 5%;
}
/* ---- Hover effects ---- */

.ol_li li:hover {
  cursor: pointer;
  color: #28e;
  z-index: 100;
}
.ol_li li:hover::before {
  top: 1px;
  left: -31px;
  width: 8px;
  height: 8px;
  border-width: 5px;
  border-color: #28e;
}
.ol_li li:hover .details {
  display: block;
  color: #444;
}

.to_top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
}

#imgMapContainer {
  position: relative;
  /*display: inline;*/
}
#Mappa_rit,
#Mappa_rit {
  cursor: pointer;
}

/* setting border color menu2 */
/*
.cbottom {
  border-bottom: 2px solid #e85c18 !important;
}
*/

/*click menu*/
#_lg {
  position: absolute;
  right: 0px;
  background-color: #f9f9f9;
  min-width: 300px;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 22px 26px;
  z-index: 1;
  color: #444;
}
#_lg .btn-primary{
  padding: 6px;
  width: 100%;
}
#_lg .btn-primary:hover{
  color: #fff!important;
}

#_lgcont {
  position: relative;
  padding: 20px;
  font-weight: 300;
}
#_lgcont .fa {
  font-size: 14px;
}
/*click menu*/

.skin_src {
  padding: 20px 0px;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  /* border-radius: 2px;
  box-shadow: 2px 7px 4px rgba(10, 20, 30, 0.08); */
  border-radius: 8px;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

#risultato .btn-primary {
  width: 100%;
    margin: 25px 0;
    color: #000;
    transition: 0.3s;
}
#risultato .btn-primary:hover {
    color: #000;
    background-color: rgb(0, 150, 0);
}
#risultato .btn-danger {
  border-radius: 8px;
  margin-top: 35px;
  margin-bottom: 10px;
}
/*
.ui-datepicker, .carousel-indicators, .carousel-control{
	z-index: 10001 !important;
}*/

/* overlay slider */

/* overlay slider fine */

.ui-datepicker {
  z-index: 10001 !important;
}
s .grey-bk {
  background: #f0f4fb;
}

#cookie_banner_container {
  font-size: 12px;
  display: block;
  bottom: 5px;
  right: 5px;
border-radius: 10px;
  padding: 10px 20px;
  width: 340px;
  position: fixed;
  text-align: center;
  background: rgb(255 255 255);
  z-index: 501;
}
#c_cnt {
  z-index: 100;
  position: relative;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

.sectionl {
  background: #f5f7f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}

.tit-f {
  font-family: "Poppins", sans-serif;
}

.tit-f2 {
  font-family: "Poppins", sans-serif;
}

.full {
  background: url("../img/bus/bus-disabili_full.jpg") 0 0 no-repeat;
  min-height: 400px;
}
.half {
  background: url("../img/banner/banner-home1.jpg") 0 0 no-repeat;
  min-height: 187px;
  /* margin-bottom: 30px;*/
}
.half2 {
  background: url("../img/banner/banner-home2.jpg") 0 0 no-repeat;
  min-height: 187px;
}
.half3 {
  background: url("../img/banner/banner-home3.jpg") 0 0 no-repeat;
  min-height: 187px;
}
.half4 {
  background: url("../img/banner/banner-home4.jpg") 0 0 no-repeat;
  min-height: 187px;
}
.full,
.half,
.half2,
.half3,
.half4 {
  background-size: cover;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 5px;
}

.full:hover .overlay-effect,
.half:hover .overlay-effect,
.half2:hover .overlay-effect,
.half3:hover .overlay-effect,
.half4:hover .overlay-effect {
  opacity: 1;
  cursor: pointer;
}

.overlay-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.full a,
.half a,
.half2 a,
.half3 a,
.half4 a {
  color: #fff;
}

.full h3,
.half h3,
.half2 h3,
.half3 h3,
.half4 h3 {
  /* padding: 15px 30px;*/
}

.h-100 {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.w-100 {
  /*position: relative;*/
  width: 100% !important;
}

/*
@media (min-width: 767px){

#app-navbar{background: none !important;}
}*/

/*Mobile */
@media (max-width: 767px) {
  .flex-wrap{
    flex-wrap: wrap;
  }

  .mob-space{
    font-weight: 400;
    display: grid;
    gap: 18px;
  }
  #menubar2 {
    background: #fff;
    z-index: 9999;
  }

  #app-navbar {
    background-color: #fff !important;
    border-radius: 0px;
  }
  .m-b-xl > .col-md-12 {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 8px 5px 8px 5px;
   /* padding: 16px; */
    border-radius: 16px;
  }

  .panel-body, .panel-footer {
    padding: 6px 10px!important;
  }
  
}

@media screen and (max-width: 768px) {
  .full,
  .half,
  .half2 {
    margin-bottom: 10px;
  }
}

#offers {
  text-align: center;
  color: #fff;
}
#offers .price {
  font-size: 20px;
}
#offers h3 {
  text-shadow: 1px 1px 2px #000;
}

.social {
  text-align: right;
}

.social-icon {
  display: inline-block;
  width: 25px;
  height: 25px;

  margin-left: 15px;
  vertical-align: middle;
  background: no-repeat center;
  background-size: contain;
}

.social-icon--facebook {
  background-image: url("../img/social/svg/facebook.svg");
}
.social-icon--twitter {
  background-image: url("../img/social/svg/twitter.svg");
}
.social-icon--youtube {
  background-image: url("../img/social/svg/youtube.svg");
}
.social-icon--instagram {
  background-image: url("../img/social/svg/insta.svg");
}
.social-icon--snapchat {
  background-image: url("../img/social/svg/snapchat.svg");
}
.social-icon--google {
  background-image: url("../img/social/svg/google_plus.svg");
}
.social-icon--whatsapp {
  background-image: url("../img/social/svg/whatsapp.svg");
}

@media (max-width: 767px) {
  .app-footer,
  .social {
    text-align: center !important;
  }
  /*
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
  margin-top: 70px;
}
*/
  /*
.carousel, .carousel-inner{
  margin-top: 50px;
}*/
}

/*
.color-r{
  font-size: 24px;

}

@media (max-width: 1200px){
.color-r{
  color:#000;
}
}
@media (min-width: 1200px){
.color-r{
  color:#fff;
}
}*/
.border-bottom {
  border-bottom: 2px solid #000 !important;
}

.spot {
  display: inline-block;
  /*	background-color:  rgba(255,255,255,0.75);*/
  border-radius: 5px;
  padding: 8px 20px;
}
.spot h1 {
  /*	color: #444;*/

  font-weight: 700;
  font-size: 1.75em;
  /*font-family: "metropolismedium",Helvetica,Arial,Open Sans,sans-serif;*/
  margin: 0;
}

.menu_sel {
  max-height: 450px;
  overflow: hidden;
}

.border-0 {
  border-radius: 0px;
}

.pointy {
  pointer-events: visible !important;
}
.pointn{
	pointer-events:none !important;
}
.h-8 {
  height: 80px;
}
.h-4 {
  min-height: 40px;
}
.h-30 {
  min-height: 280px;
}

.h-20 {
  min-height: 200px;
}
.w-50p {
  width: 50px !important;
}
.w-60p {
  width: 60px !important;
}
.w-90p {
  width: 90px !important;
}
.w-30p {
  width: 30px !important;
}
.w-20p {
  width: 20px !important;
}

.img_lf {
  width: 90px;
  height: 90px;
  line-height: 100px;
}

.img_lf2 {
  width: 145px;
  height: 145px;
  line-height: 100px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.more-items-li {
  visibility: hidden;
}

.mt-0 {
  margin-top: 0px !important;
}

.simple-page-form .btn {
  width: 100%;
}

.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}

.has-feedback select::-ms-expand {
  display: none !important;
}
.has-feedback select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: 1px !important;
  text-overflow: "" !important;
}

.li {
  font-size: 15px;
  display: block;
  min-height: 70px;
  padding: 20px 45px 20px 18px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-weight: 300;
}

.icoinfo {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.li a {
  color: #111;
}

.dropdown-menu {
  width: 100% !important;
}
.no-border {
  border: none !important;
}
.m-bus .dropdown-menu {
  width: auto !important;
}
.hh-50 {
  height: 50px !important;
}
.hh-60 {
  height: 80px !important;
}
.hh-70 {
  height: 70px !important;
}
.h-50 {
  min-height: 50px !important;
}
.h-100 {
  min-height: 100px !important;
}
.h-150 {
  min-height: 150px !important;
}
/* due colonne con sfondo immagine */
.h-400 {
  min-height: 450px !important;
}
/* schede fine pagina */
.h-300 {
  min-height: 300px !important;
  background-color: #fff!important;
}

.d-block {
  display: block;
}
.color-u:hover {
  color: unset;
}
.full-section {
  /*min-height: 400px;*/
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.about-back {
  text-align: center;
  background: url("../img/bus/1.jpg") no-repeat center center fixed;
}

.bs-none{
  box-shadow: none !important;
}
.bg-none {
  background: none !important;
}
.bg-grey {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 16px;
}
.bg-grey2 {
  background-color: #f3f3f3;
}
.align-middle {
  vertical-align: middle;
}
/*
.border-green{
  border: 2px solid #10c469;
}*/
.border-b {
  border-bottom: 1px solid #000;
}
.border-r {
  border-right: 1px solid #ccc;
}
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
}
.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
}
.a-t {
  top: 0px !important;
}
.a-r {
  right: 0px !important;
}
.a-b {
  bottom: 0px !important;
}
.a-l {
  left: 0px !important;
}
.logo-img {
  max-height: 55px;
}
.f-l {
  float: left !important;
}
.f-r {
  float: right !important;
}
.no-bg {
  background: none !important;
}

.block {
  display: block !important;
}
.rem_r {
  position: absolute;
  left: -9px;
  top: -2px;
}
.add_r {
  position: absolute;
  left: -17px;
  bottom: 0px;
}
.add_r_:before {
  background: #ffffff;
  border-radius: 50%;
}
.decoration-l {
  padding: 5px 5px 0px;
  border-radius: 5px 0px 0px 5px;
}
.decoration-r {
  padding: 5px 5px 0px;
  border-radius: 0px 5px 0px 5px;
}

.display-1 {
  /* default is 1rem or 16px */
  font-size: 2.8rem;
}
.display-2 {
  /* default is 1rem or 16px */
  font-size: 2.2rem;
}
.display-3 {
  /* default is 1rem or 16px */
  font-size: 1.4rem;
}
.color-r a:hover {
  text-decoration: underline;
  color: #000;
}
.l-h-1 {
  line-height: 1;
}
/* form noleggio */
.l-h-1,
.cntb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.text-grey {
  color: #7e7e7e !important;
}
.m-t-xxl {
  margin-top: 130px !important;
  padding: 10px 0px;
  border-top: 1px solid;
}

.map-container-4 {
  overflow: hidden;

  position: relative;
  height: 0;
}
.map-container-4 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.blog .gallery-item .thumb {
  max-height: 200px;
}

.modal-dialog2 {
  width: 400px;
  margin: 30px auto;
}

.modal-dialog3 {
  width: 800px;
  margin: 30px auto;
}

.absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.dropdown-menu .lis {
  padding: 6px 16px;
  border: none;
}

body.menubar-top .app-menu-feedback {
  color: #ccc;
}

.icorev {
  background: #fff;
  right: -15px !important;
  font-size: 25px;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #000;
  line-height: 1.05 !important;
  color: #000 !important;
  top: 10px !important;
}

.dday {
  font-size: 0.7rem !important;
  line-height: 1rem;
  font-weight: bold;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}


.dividerc {
  display: flex;
  flex-direction: row;
}

.dividerc > * {
  margin: 0 8px;
}

.tall {
  max-width: 64px;
}

.divider {
  width: 1px;
  margin: 6px 0;
  background: #ddd;
}

.dividercont {
  flex: 0 1 auto;
}

.s-14 {
  font-size: 14px;
}
.s-10 {
  font-size: 10px;
}

.flt {
  background: #000;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

/*
.fixed { height:400px; overflow:hidden; }
.scrollit { height:400px; overflow-y:scroll;  }
*/



.vehicleLayout-module {
    position: relative;
    border: 2px solid #ccc;
    max-width: 304px;
    border-radius: 33px;
    margin: var(--hcr-spacing-2) auto 70px auto;
    /*opacity: 0;*/
    transition: opacity 0s ease-in;
}






.blink_me {
  animation: blinker 1s linear infinite;
  
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.border-i{
  -webkit-text-fill-color: greenyellow;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}


/*skeleton*/

.uskeleton .user-cover {
  position: relative;
}

.uskeleton .user-cover .user-avatar {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
  border: 1px solid #fff;
}

.uskeleton .user-details {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  width: 80%;
}

.uskeleton .user-details .user-name {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.user-card .user-details .user-email {
  font-size: 12px;
  color: #666;
}

.uskeleton .contact-user {
  border: 0;
}

.uskeleton.skeleton .uc {
  background: #e2e2e2;
}

.uskeleton.skeleton .uc .user-avatar {
  display: none;
}

.uskeleton.skeleton .hide-text {
  background: #e2e2e2;
  color: transparent !important;
  position: relative;
  overflow: hidden;
}

.uskeleton .skeleton .hide-text::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right,
    #656871 0%,
    #888b94 20%,
    #656871 40%,
    #656871 100%
  ) !important;
  background-repeat: no-repeat;
  background-size: 450px 400px;
  animation: gradient-animation 1s linear infinite !important;
  /*  z-index: 111111;*/
}

@keyframes gradient-animation {
  0% {
    background-position: -450px 0;
  }
  100% {
    background-position: 450px 0;
  }
}


/*skeleton*/
