﻿body {
    counter-reset: sectionn;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 1.75rem !important;
}

b, strong {
    font-weight: 600 !important;
}
.txt_justify {
	text-align: justify;
}

/*COLORS*/
.txt_white {
    color: white !important;
}

.txt_greyLight {
    color: #a4a4ae !important;
}

.txt_deepBlue {
    color: #131223 !important
}
.txt_deepBlue-title {
    color: #131223 !important
}
.txt_link {
    color: #101da2 !important
}
.txt_red {
    color: #e70000;
}
.txt_gold {
    color: #efa80f;
}
.txt_calendario, .filter-option-inner-inner {
    color: #212529 !important;
}
.blue_nav {
    background-color: #1d1e33;
}

.blue_banner_home {
    background-color: #131223;
}

.btn_orange {
    background-color: #efa80f;
}
.btn_lightpink {
    background-color: #fefaf1;
}
.btn_blue {
    background-color: #1d1e33;
}
.btn_gold {
    background-color: #daaf51;
}

.header-top_black {
	background-color: #000000;
}

/*MARGIN & PADDING*/
.p0 {
    padding: 0 !important;
}

.pl-pr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pt10-pb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt15-pb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt20-pb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pt30-pb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pt40-pb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt70-pb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt90-pb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pr15-pl15 {
    padding-right: 15px;
    padding-left: 15px;
}
.p-base_section {
    padding: 80px 0
}
.p-base_section-pt20 {
    padding: 20px 0 80px 0
}
.p-base_section-pt20-pb70 {
    padding: 20px 0 70px 0
}
.pr-15 {
    padding-right: 15px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-25 {
    padding-bottom: 25px
}
.pb-35 {
    padding-bottom: 35px
}
.pb-70 {
    padding-bottom: 70px
}
.pt-10 {
    padding-top: 10px
}
.pt-20 {
    padding-top: 20px
}
.pt-25 {
    padding-top: 25px
}
.pt-30 {
    padding-top: 30px
}
.pt-40 {
    padding-top: 40px
}
.mb-0 {
    margin-bottom: 0px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-10 {
    margin-bottom: 10px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.m-top12 {
    margin-top: 12px
}
.m-top20 {
    margin-top: 20px
}
.m-top40 {
    margin-top: 40px
}
.m-top50 {
    margin-top: 50px
}
.m-r35 {
    margin-right: 35px
}
.height10 {
    height: 10px;
    width: 100%;
    clear: both
}
.height20 {
    height: 20px;
    width: 100%;
    clear: both
}
.height40 {
    height: 40px;
    width: 100%;
    clear: both
}

/*-- sfondo nero --*/
.bg-black {
	background-color: #131223;
	color: #ffffff;
}
.bg-black a {
	color: #e9a700;
}

/*nav link*/
.navbar {
    display: block;
}
.nav_act0 {
    z-index: 20
}
.nav_act{z-index:10}
.logoup_header{text-align:center}
#navbarSupportedContent {
    width: 260px;
}
.navbar-nav {
    padding-bottom: 10px
}
.nav-link {
    border-bottom: 2px solid #1d1e33;
    color: #fff;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

    .nav-link:hover {
        color: #F1B300;
        text-decoration: none;
    }

.header_wacall {
    display: none;
    line-height: 45px;
    margin-right: 25px;
    color: #398608;
    font-size:14px;
    font-weight:600
}
.header_wacall a {
    color: #398608!important;
}
.header_wacallLineDiv {
    display: none;
}

.btn-outline-white {
    border: 2px solid #FFFFFF;
    border-width: 2px !important;
    color: #FFFFFF;
    transition: .4s ease background-color,.4s ease color;
}

.header_tel .btn {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    background: #efa810 !important;
    color: #1d1e33 !important;
    padding: 9px 14px 8px;
    text-transform: uppercase;
}

.txt_linkActive {
    color: #F1B300 !important;
    /*border-bottom: 2px solid #eda419;*/
}

.navbar-toggler > div {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
}

.navbar-toggler {
    padding:15px 0;
}

.navbar-btnBook {
    background-image: url("/img/header/nav_bg_btn_book.jpg"); /* The image used */
    background-color: #efa80f; /* Used if the image is unavailable */
    /* height: 40px; You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

    .navbar-btnBook .nav-link {
        border-bottom: 0 !important;
    }

.navbar-collapse {z-index:9999}
.collapse.in {
    display: block !important
}
.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;

    z-index: 9999;
}


.sticky-body #bodyContainer {
    margin-top: 127px;
}

.header-cta-bnt_mobile {
    /*border:1px solid #3abf4d; 
	height:39px; */
    background-color: #398608;
    line-height: 16px;
}
.header-cta-bnt_mobile .nav-link:hover { background-color: #47ad07; color: #fff;}

/*HEADER*/
#section_logo {
    padding: 12px 0
}
.header-boxAccount {
    margin-top: 8px;
}
#section_logo .user_box {
    font-size: 15px;
    margin-left: 12px
}

    #section_logo .fas {
        margin-right: 4px
    }

.header-cta-bnts, .header-cta-bnts img{
    display: inline-block
}
.header-cta-bnts img {
    margin-right:12px
}
.hdr_sxCta{line-height:60px}

/*CALENDARIO HOME*/
.search-checkout .form_datetime_web, .search-checkin .form_datetime_web {
    background-color: #fff;
    height: 32px;
    padding: .375rem .25rem;
    font-size: 1rem;
    cursor: pointer;
}

.search-checkin button, .search-checkout button {
    border: 1px solid #ced4da!important;
}


.search-checkout select, .search-checkin select {
    border: 1px solid #ced4da !important;
    border-radius: unset;
    vertical-align: top !important;
    font-size: 14px !important;
}
.pg-search-heading {
    margin-bottom: 4px !important;
}
.pg-search-heading_dest {
    letter-spacing: -0.05em;
}
/*HOME*/
.our_park .col-md-6::before {
    counter-increment: sectionn;
    content: counter(sectionn) ".";
    position: absolute;
    left: 15px;
    top: 0;
    font-family: 'Overpass',sans-serif;
    font-size: 8.5em;
    font-weight: 900;
    color: #9d9d9d;
    line-height: 100px;
    z-index: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.bg_home_NsPark {
    /*background-image: url("/img/home/bg_nsPark.jpg");*/ /* The image used */
    background-color: #fbfbfb; /* Used if the image is unavailable */
    /* height: 40px; You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.bg_home_NsPark_black {
    background-color: #131223;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.card {
    border-radius: 0px !important;
    border: 0px !important;
}

.card-title {
    margin-bottom: 1.2rem;
}

.card hr {
    border-top: 1px solid #efa80f;
    margin: 0px
}

.card button {
    padding: 5px 50px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0 !important;
    font-size: 14px
}

.card h6 {
    margin: 0px;
    padding: 12px 0
}

.bg-summer {
	background-image: url("/img/home/bg-summer.jpg");
	background-position: center left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.bg-autumn {
	background-image: url("/img/home/bg-autumn.jpg");
	background-position: center left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.bg-winter {
	background-image: url("/img/home/bg-winter-blu.jpg");
	background-position: center top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.bg-spring {
	background-image: url("/img/home/bg-spring.jpg");
	background-position: center bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

/*section news*/
.sect-blog_news{padding:50px 0}
.sect-blog_news .card-body {
    padding: 1.25rem 0;
}
.sect-blog_news .card-period {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #a1a2a6;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}
.sect-blog_news .card-title {
    margin-bottom: 0.8rem;
}
.sect-blog_news .card-text {
    color: #6d6f73
}
.sect-blog_news .h5 {
    font-size: 1.2rem;
}
.sect-blog_news .text-muted a {
    color: #101da2;
    text-decoration:none; font-size:14px
}
.sect-blog_news .text-muted a:hover {
    text-decoration: underline
}

.img-news {
	width: 350px;
	height: 233px;
	object-fit: cover;
}

/*Calendario prenotazione*/
.pg-search-container {
    position: relative;
    width: 100%;
    /*background: #fff;*/
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: flex-start;
    border-radius: 2px;
    box-shadow: 0 0 28px 5px rgba(0,0,0,.3);
    margin-top: 0px;
    z-index: 30;
    color: #212529!important;
}
    .pg-search-container .btn {
        padding: .2rem !important;
    }
    .pg-search-container button {
        background-color: #fff !important;
        border-color:  #ced4da;
    }
    .pg-search-container button:hover {
        /*border-color: #fff;*/
    }
    .pg-search-container .form-control {
        color: #212529 !important;
    }
    .pg-search-single {
    position: relative;
    width: 100%;
    height: 74px;
    text-align: left;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}

.pg-search-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-right: 0;
}

    .pg-search-content .pg-search-heading {
        font-family: Montserrat;
        display: block;
        font-size: 12px;
        color: #efa80f;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 12px;
    }

    .pg-search-content select {
        border: 0px;
        padding: 0;
        font-size: 14px;
        text-indent: -2px;
        height: 25px;
        color: #1d1e33;
    }

    .pg-search-content.last-child {
        /*border-right: 1px solid transparent;*/
    }

.pg-search-single.search-btn {
    padding: 0;
    position: relative;
    background: #d7970d;
}

    .pg-search-single.search-btn .pg-search-content .pg-btn {
        font-size: 25px;
        height: 100%;
        border-radius: 0 2px 2px 0;
        font-weight: 600;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
    .pg-search-single.search-btn .pg-search-content .pg-btn:hover {
        
        color: #000;

    }

.pg-btn-primary:active, .pg-btn-primary:focus, .pg-btn-primary:hover {
    background: #d7970d;
    color: #fff;
}

.pg-btn.fluid-btn {
    width: 100%;
}

.pg-btn-primary {
    background: #efa80f;
    color: #f3f3f3;
    font-weight: 500;
}

.pg-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
    transition: all .3s ease;
}
.bg-calendario { background-color:#f4f4f4; /*background-color:#d0cfde*/ }

.form-wizard .steps, .form-wizard .steps li a.step { text-decoration: none; }

.bday_desktop{display:none}
/*Home sezione HIT*/
.bg_home_hit {
    background-color: #f2f3f3;
    padding: 84px 20px;
}

    .bg_home_hit .counter {
        color: #999a9d;
        margin-bottom: 12px;
    }

        .bg_home_hit .counter .fa-award {
            color: #ed1c24;
            font-size: 60px;
            font-weight: 600;
        }

        .bg_home_hit .counter .fa-award {
            color: #ed1c24;
            font-size: 60px;
            font-weight: 600;
        }

.counter .count-number:not(:last-child) {
    margin-bottom: 10px;
}

.count-number {
    color: #ed1c24;
    font-size: 54px;
    font-weight: 600;
    line-height: 43px;
}

.counter-inner {
    float: left;
}
.counter-inner h3{
    font-family: unset
}
.counter i {
    color: #ed1c24;
    float: left;
    font-size: 50px;
    margin-right: 20px;
}
/*servizi*/
.section_home_service {
    padding: 20px 0;
}

.img-col-left {
    left: 0;
}

.img-col-right {
    right: 0;
}

.addplus_btns button {height:38px}
.agree {
    width: 20px;
    display: inline-block !important;
    height: unset !important;
}
.help-block {
    color: red;
}
.col-bg_service01 {
    background-image: url("/img/home/bg_service1.jpg");
}
.col-bg_service02 {
    background-image: url("/img/home/bg_service2.jpg");
}
.col-bg_service03 {
    background-image: url("/img/home/bg_service3.jpg");
}
.col-bg_franch {
    background-image: url("/img/franchising/achievement-3468104_1920.jpg");
}
.col-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
[class*="page-section"].half-bg-col {
    padding: 0 0 45px;
}
.half-bg-col {
    position: relative;
}

.section_home_service .container > .row > [class*="col-"] {
    padding: 0 30px;
}
.section_home_service .container > .row > [class*="col-"] {
    margin-bottom: 45px
}


.text-size-medium:not(:last-child) {
    margin-bottom: 20px;
}

.info-btn {
    font-weight: 400;
    color: #365ddd;
    line-height: 1em;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.section_home_service [class*="img-col"] {
    padding-bottom: 40%;
    margin-bottom: 25px;
    position: relative;
}
[class*="img-col"] {
    width: 100%;
}
/*home cta*/
.section_home_cta {
    padding: 50px;
    background-image: url("/img/home/bg_home_cta.jpg"); /* The image used */
    background-color: #efa810; /* Used if the image is unavailable */
    /* height: 40px; You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

    .section_home_cta .btn-dark {
        background-color: #1d1e33;
        border-radius: 0;
        padding: 6px 35px;
        font-weight: 600;
        font-size: 1em;
        letter-spacing: 0.5px;
        font-family: 'Montserrat', sans-serif;
    }

    .section_home_cta h4 {
        color: #fff;
        padding: 0 15px;
        font-weight: 400
    }


/*pagina franchising*/
.franchising_box {
    border: 1px solid #ccc;
    line-height: 30px;
    margin-bottom:25px
}
.bg_home_franch {
    background-color: #fbfbfb; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}


/*footer*/
.footer_payment {
    max-width: 220px
}
.section_footer1 {
    padding: 60px 0;
    background-color: #22252a;
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

        .section_footer1 .fas, .section_footer1 .far {
            color: #efa810;
            font-size: 40px;
            width: 60px;
            float: left;
            line-height: unset
        }

    .section_footer1 .footer1_txt {
        float: left;
    }

    .section_footer1 .footer1_txt div {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .section_footer1 .footer1_txt div > a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

    .section_footer1 .footer1_link {
        margin-top: 6px
    }

    .section_footer1 .footer1_txt a:hover {
        text-decoration: underline
    }
.section_footer2 {
    padding: 75px 0 45px 0;
    background: #272a30;
    color: #999a9d;
    position: relative;
}
.footer2_social .fab {
    color: #999a9d;
    font-size: 24px;
    margin-right:18px; margin-top:16px
}
.section_footer2 .titleList {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px
}
.section_footer2 .itemList {
    color: #efa810;
    position: relative;
    /*letter-spacing: 0.3px;*/
    font-weight: normal;
}
.section_footer2 .itemList a {
    text-decoration: none;
    color: #efa810;
}
.section_footer2 .itemList a:hover {
    text-decoration: underline;
}
.section_footer2 .btn {
    top: auto;
    bottom: 20px;
    right: 20px;
    position:absolute
}
.section_footer2 .far {
    margin-right:12px
}
[class*="btn"].btn-style-3 {
    background: #ed1c24;
    color: #fff;
    border-color: #d51920;
}
.btn-big {
    padding: 16px 30px 12px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
}
.section_footer3 {
    background-color: #22252a;
    font-size: 13px;
    color: #868585;
    padding:8px 0 ;
    text-align:center
}
.pag-seo {
	font-size: 12px;
    color: #868585;
}
.pag-seo a {
    color: #868585;
}
.pag-seo a:hover {
    color: #ffffff;
	text-decoration: none;
}


/*DOVE SIAMO*/
.parkings-list-s {
    background: radial-gradient(ellipse at top left, rgba(255, 255, 255, 0.4) 0%,rgba(156, 156, 156, 0.2) 100%);
    background-position: left top;
    background-size: 100% 100%;
    transition: all 250ms ease-in-out;
	
	border: 1px solid #e8e8e8 !important;
    box-shadow: 5px 10px 18px #888;
}
.card-deck {
    justify-content: center;
}
.card-deck .bg-success {
    background-color: #444151 !important
}
.parks_home .card-deck .card { 
    max-width: calc(33% - 25px); 
}
.parkings-list-s .fa-paper-plane {
    color: #fff;
    font-size: 30px;
    padding: 18px 0 8px 0
}
.parkings-list-s .card-body {
    padding: 10px;
    margin: 10px;
    background: #fff;
}
.parkings-list-s.card {
    flex: unset!important;
}

.parkings-list-s .card-body img {
	max-width: 100%;
	max-height: 40px;
}

.parkings-list-s .card-title {
    color: #3F3F3D;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 3px;
    margin-top: 16px;
    text-align: center
}

.parkings-list-s a {
    color: #365ddd;
    text-decoration: none;
}
.parkings-list-s a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.parkings-list-s .card-text {
	line-height: 20px;
	color: #3F3F3D;
	font-size: 1rem;
	margin: 0px 0 10px 0;
    text-align:center
}

/*CONVENZIONI*/
h5.light { 
	font-size: 1.2rem;
	font-weight: 300;
    line-height: 1.3; 
}
.col-bg_convenzioni01 {
    background-image: url("/img/convenzioni/bg-convenzioni-aziende-01.jpg");
}
.col-bg_convenzioni02 {
    background-image: url("/img/convenzioni/bg-convenzioni-aziende-02.jpg");
}
.col-bg_convenzioni03 {
    background-image: url("/img/convenzioni/bg-convenzioni-aziende-03.jpg");
}

/*SCHEDA SINGOLO PARCHEGGIO*/
.map-adress i {
    font-size: 18px;
    margin-right: 12px;
    margin-top: 2px;
}
.map-adress h5 {
    line-height:normal;
}
.map-adress h6 {
    line-height:1.5em;
}
.map-adress h6 a {
    color: #d49206;
}
.park-services i {
    color: #22252a;
    font-size: 35px;
}
.box-service {
    border: 1px solid #dddddd;
    padding: 40px 0 30px 0;
    margin: 0 20px 20px 0;
}
.btn.btn-lg {
    padding: 12px 18px 10px!important;
}
.bp_backls {
    color: #fff;
    background-color: #23285c;
}
    .bp_backls:hover {
        color: #fff;
        /*background-color: #c2cad8;*/
        border-color: #666;
        box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.26);
    }
/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .card-deck {
        flex-flow: column;
        -ms-flex-flow: column;
    }
        .card-deck .card {
           
            margin-bottom: 50px;

        }

    #first_row > .col-md-5{padding-right:0px}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .our_park .col-md-6::before {
        /*font-size: 168px;
        line-height: 150px;*/
    }
    .bday_desktop {
        display: block
    }
    .bday_mobile {
        display: none;
    }
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
        .card-deck .card {
            margin-bottom: 0px;
        }
    .btn.btn-lg {
        padding: 12px 26px 10px !important;
    }
   /* .footer_payment {
        max-width: 100%
    }*/
    .pg-search-heading_dest {
        letter-spacing:normal;
    }
    /*pagina franchising*/
    .franchising_box {
        height:388px
    }

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*Calendario prenotazione*/
    .pg-search-container {
        flex-direction: row;
        padding: 0px;
    }
    .custom-select {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .45rem center/8px 10px;
    }
    .pg-search-container .btn, .pg-search-container button, .search-checkout .form_datetime_web, .search-checkin .form_datetime_web {
        font-size: 0.90rem;
    }
    .search-checkout .form_datetime_web, .search-checkin .form_datetime_web {
        height:30px
    }
    .pg-search-single {
        width: 20%;
        margin-bottom: 0px;
        padding: 15px 0 15px 15px;
    }
    .pg-search-content .pg-search-heading {
        font-size: 10px;
    }
	.search-where {width: 20%;}
	.search-checkin {width: 18%;}
	.search-checkout {width: 18%;}
	.search-type {width: 16%; padding-right:15px}
	.search-btn {width: 28%;}

    .pg-search-content {
        /*border-right: 1px solid #e6e6e6;*/
    }
    /*header*/
    .logoup_header {
        text-align: left
    }
    .sticky-body #bodyContainer {
        margin-top: 107px;
    }
    #navbarSupportedContent {
        width: auto;
    }
    .navbar {
        display: -ms-flexbox;
        display: flex;
    }
    .nav_act, .nav_act0 {
        z-index: unset
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
    }
    .navbar-nav {
        padding-bottom: 0px
    }
    .hdr_sxCta {
        line-height: 42px
    }
    .header-cta-bnt_mobile {
        display:none
    }
    .nav-link {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
    .header_wacall{display:block}
    .header_wacallLineDiv {
        display: inline-block;
    }

    .header_wacallLine[data]:hover:after {
        content: attr(data);
        padding: 0px 8px;
        color:#fff;
        position: absolute;
        right: 20px;
        top: 100%;
        z-index: 2;
        border-radius: 5px;
        background:#398608;
        font-size:14px
    }
    /*servizi*/
    .section_home_service [class*="img-col"] {
        padding-bottom: 0;
        margin-bottom: 45px;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
    }
    .section_home_service {
        padding:0px 0 0px 0;
    }
    .section_home_service .container > .row > [class*="col-"] {
        margin: 45px 0px;
    }

    .footer_payment {
        max-width:200px
    }
    /*dettaglio struttura -
    .where_widbook {
        position: absolute;
        top: 110px;
        left: 0;
        right: 0;
    }

    .where_upwidbook {
        margin-top: 340px
    } */

}


@media (min-width: 1024px) {
   

}



/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #section_logo .user_box {
        line-height: 90px;
    }
    .pg-search-content .pg-search-heading {
        font-size: 12px;
    }
    .pg-search-container .btn, .pg-search-container button, .search-checkout .form_datetime_web, .search-checkin .form_datetime_web {
        font-size: 1rem;
    }
    .search-checkout .form_datetime_web, .search-checkin .form_datetime_web {
        height: 32px
    }
    .custom-select {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    }
    .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    /*pagina franchising*/
    .franchising_box {
        height: auto
    }

    .txt_justifyDK {
        text-align: justify;
    }

    .footer_payment {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .card-deck {
        width: 100% !important;
    }
}

@media (max-width: 769px) {
    .header_tel .btn {
        font-size: 12px;
    } 
}