* {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

body,
html {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height:100%;
}

::-webkit-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
}

*:active,
*:hover,
*:focus {
    outline: 0 !important;
    outline: none !important;
    outline-width: 0 !important;
}
a {
    color: #917410;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #409EC1;
    /*color: #8C1530;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 700;
    position: relative;
    font-family: 'Playfair Display', serif;
}
@media(min-width: 1440px) { 
    .container {
        max-width:1380px;
    }
}
/* * * cache off * */
.cache_off {
	background-color: #333;
	z-index:9999;
	position:sticky;
	text-align: center;
	padding:7px 15px;
	color:#fff;
    top: 0;
    width: 100%;
}
/* * * header * */

/* * fix scatto sticky header * */

.nb-stickyheader + #nb-main-id, .nb-stickyheader + .crp_contact, .nb-stickyheader + .nb-container-boxed {
    margin-top:94px;
}
@media(min-width: 768px) {
    .nb-stickyheader + #nb-main-id, .nb-stickyheader + .crp_contact, .nb-stickyheader + .nb-container-boxed {
        margin-top:105px;
    }
}
@media(min-width: 992px) {
    .nb-stickyheader + #nb-main-id, .nb-stickyheader + .crp_contact, .nb-stickyheader + .nb-container-boxed {
        margin-top:123px;
    }
}
/* * fine fix scatto sticky header * */
.nb-container-boxed {
    max-width:1920px;
    padding-right: 5%;
    padding-left: 5%;
}
.nb-stickyheader {
    position: fixed;
}
.nb-stickyheader #nb-header:before {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(255, 255, 255, 1);
} 
/* * * header senza copertina * */
.nb-contact-tit-noimg {
    text-align: center;
    margin-top:50px;
    margin-bottom: 40px;
}
.nb-contact-tit-noimg h1 {
    font-size:2rem;
}
.nb-cont-header-noimg header {
    position: relative;
    /*height:82px;*/
    background-color: transparent;
}
.nb-cont-header-noimg .nb-header-inner  {
    color: #fff;
}
.nb-cont-header-noimg .nb-header-inner  .nb-menu-dx li a {
    color: inherit;
}
.nb-cont-header-noimg .nb-header-inner  .nb-menu-dx li:last-child a {
    color:#222;
}
@media (min-width: 768px) {
    .nb-contact-tit-noimg {
        text-align: center;
        margin-top:70px;
        margin-bottom: 60px;
    }
    .nb-cont-header-noimg .nb-header-inner  .nb-menu-dx li:last-child a {
        border: 1px solid #222;
    }
    .nb-contact-tit-noimg h1 {
        font-size:2.5rem;
    }
}
.nb-cont-header-noimg .nb-header-inner  .nb-logo a,
.nb-cont-header-noimg .nb-header-inner  .nb-menu-lang .btn,
.nb-cont-header-noimg .nb-header-inner  .nb-menu-social a, 
.nb-cont-header-noimg .nb-header-inner  .nb-contact-icons a,
.nb-cont-header-noimg #nb-sidebar-collapse-label {
    color: inherit;
}
.nb-cont-header-noimg #nb-sidebar-collapse span.nb-hamburger {
    background: #222!important;
}
.nb-cont-header-noimg #nb-sidebar-collapse span.nb-hamburger-label {
    color: #222!important;
}

.nb-cont-header-noimg .nb-stickyheader .nb-header-inner  {
    background: transparent none;
}
.nb-cont-header-noimg header .nb-logo-mobile {
    display: block !important;
}
.nb-cont-header-noimg header .nb-logo-dsp {
    display: none !important;
}
.nb-cont-header-noimg  header .nb-logo {
    padding: 0;
    background-color: transparent;
    /*width: 136px;
    height: 53px;*/
}
.nb-cont-header-noimg .nb-logo-inv {
    display: block;
}
.nb-cont-header-noimg  .nb-header-inner  .nb-menu-social {
    margin: 5px 0 0 1.5rem;
}

.nb-header-inner  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
   /*min-height: 76px;*/
   position: relative;
  /* padding:28px 0 28px;*/
  min-height: 94px;
}
@media(min-width: 768px) { 
    .nb-header-inner  {
     /*  padding:60px 0 60px;*/
     min-height: 105px;
    }
}
@media(min-width: 992px) { 
    .nb-header-inner  {
        min-height: 123px;
    }
}

.nb-header-inner  .nb-nb-header-sx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    padding: 0 0 0 20px;
}



.nb-header-inner  .nb-menu-social {
    list-style: none;
    margin: 0 0 0 1.5rem;
    padding: 0 0 0 0;
    position: relative;
    z-index: 2;
}
.nb-stickyheader .nb-header-inner  .nb-menu-social {
    margin: 0 0 0 1.5rem;
}
.nb-header-inner  .nb-menu-social li {
    display: inline-block;
    padding: 0 0.4375rem;
}

.nb-header-inner .nb-menu-social a {
    color: #222;
    font-size: 1.3rem;
}
.nb-stickyheader .nb-header-inner .nb-menu-social a {
    color: #222;
    font-size: 1.3rem;
}
.nb-header-inner .nb-menu-lang {
    width:52px;
    height:52px;
    border-radius:50%;
    border:none;
    text-align: center;
    text-transform: uppercase;
}
.nb-cont-header-noimg .nb-header-inner .nb-menu-lang {
    border:none;
}
.nb-stickyheader .nb-header-inner .nb-menu-lang {
    border:none;
}
.nb-header-inner .nb-menu-lang .btn {
    border: none;
    font-weight: 500;
    color: #222;
    font-size:1.0625rem ;
    background-color: transparent;
    padding-bottom:0;
    padding-top:0;
    padding-right:0;
    padding-left:5px;
}
.nb-cont-header-noimg .nb-header-inner .nb-menu-lang .btn {
    color: #222;
}
.nb-stickyheader .nb-header-inner .nb-menu-lang .btn { 
    color: #222;
}
.nb-header-inner .nb-menu-lang .dropdown-toggle {
    position: relative;
}
.nb-header-inner .nb-menu-lang .dropdown-toggle:after {
    position: static;
    margin:0 0 0 4px;
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-weight: 400;
    content: '\e80f';
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-family: 'fontello';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.nb-header-inner .nb-menu-lang .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.nb-header-inner .nb-menu-lang .btn:hover,
.nb-header-inner .nb-menu-lang .btn:focus,
.nb-header-inner .nb-menu-lang .btn:focus,
.nb-header-inner .nb-menu-lang .btn:focus a {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.nb-header-inner .nb-menu-lang .dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    border:0;
}
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item {
    padding: .25rem 1rem;
}
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item a {
    color: #333;
    display: block;
}

.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item a .nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item:focus,
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item:hover,
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item:hover:active {
    background-color: #f4f4f4;
    color: #222;
    cursor: pointer;
}
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item:focus a,
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item:hover a,
.nb-header-inner .nb-menu-lang .dropdown-menu .dropdown-item:hover:active a {
    color: #222;
    text-decoration: none;
}
.nb-header-inner .nb-logo a {
    color: #fff;
    text-align: center;
    display: block;
}
.nb-header-inner .nb-logo a:hover {
    text-decoration: none;
}
.nb-logo .title {
    font-family: 'Playfair Display', serif;
    display: block;
}
.nb-logo .location {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: 'Open Sans', sans-serif;
    display: block;
}
.nb-header-inner .nb-contact-icons {
    display: inline-block;
    margin: 0 0.75rem;
}
.nb-header-inner .nb-contact-icons a {
    padding: 0 0.375rem;
    color: #fff;
}
.nb-header-inner .nb-menu-dx {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nb-header-inner .nb-menu-dx li {
    display: block;
}
.nb-header-inner .nb-menu-dx li a {
    color: #222;
    font-size:1.0625rem;
    padding: 0.125rem;
    display: inline-block;
    -webkit-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-transform: uppercase;
    text-align: center;
    font-weight:500;
}
.nb-header-inner .nb-menu-dx li {
    margin:0 0 0 20px;
    display: none;
}
.nb-header-inner .nb-menu-dx li:last-child {
    margin:0 0 0 25px;
    display: block;
}
@media(min-width: 992px) { 
    .nb-header-inner .nb-menu-dx li {
        margin:0 0 0 20px;
        display: block;
    }
    .nb-header-inner .nb-menu-dx li:last-child {
        margin:0 0 0 25px;
        display: block;
    }
    @media(min-width: 992px) { 
    
    }
}
@media(min-width: 1200px) { 
    .nb-header-inner .nb-menu-dx li {
        margin:0 0 0 35px;
    }
    .nb-header-inner .nb-menu-dx li:last-child {
        margin:0 0 0 35px;
    }
}
.nb-header-inner .nb-menu-dx li:first-child a {
    padding: 0.9rem 0 0.9rem 0;
    position: relative;
}
.nb-header-inner .nb-menu-dx li:first-child a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.nb-header-inner .nb-menu-dx li:last-child a {
    padding: 0.9rem 0 0.9rem 0;
    position: relative;
    background-color:transparent;
    color:#0F7173;
}
.nb-header-inner .nb-menu-dx li:last-child a:hover {
    color:#106163;
    background-color:transparent;
}



@media(min-width: 768px) {
    .nb-header-inner .nb-menu-dx li:last-child a {
        padding: 0.25rem 0 0.25rem 0;
        
    }
    .nb-header-inner .nb-menu-dx li:last-child a:hover {
        background-color:#106163;
        color:#fff;
    }
    .nb-header-inner .nb-menu-dx li:last-child a {
        border:none;
        padding: 0.65rem 1.25em 0.65rem 1.25em;
        background-color:#0F7173;
        color:#fff;
    }
    /*.nb-stickyheader .nb-header-inner .nb-menu-dx li:last-child a {
        border:none;
        padding: 0.65rem 1.25em 0.65rem 1.25em;
    }
   */
}
@media(min-width: 992px) { 
    .nb-header-inner .nb-menu-dx li:last-child a {
        padding: 0.9rem 1.75em 0.9rem 1.75em;
        position: relative;
        background-color:#0F7173;
        color:#fff;
    }
    .nb-header-inner .nb-menu-dx li:last-child a:hover {
        background-color:#106163;
    }
}

/*
@media(min-width: 768px) {
  
    .nb-header-inner .nb-header-c.nb-p-abs {
        position: absolute;
        z-index: 101;
        text-align: center;
        margin: 0 auto;
        width: 225px;
        top: 53px;
        left: 0;
        right: 0;
        display: inherit;
    }
}*/
.nb-logo {
    margin:0 auto 0;
    width:134px;
    height:95px;
}
@media(min-width: 768px) {
    .nb-logo {
        margin:0 auto 0;
        width:150px;
        height:105px;
    }
}
@media(min-width: 992px) {
    .nb-logo {
        margin:0 auto 0;
        width:175px;
        height:123px;
    }
}
.nb-logo-inv {
    display: none;
}
.nb-stickyheader .nb-logo-inv {
    display: block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*
@media (max-width: 991px) { 
    
    #nb-sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        height: 100vh;
        z-index: 3001;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
        background-color: #fff;
        text-align: left;
    }
    #nb-sidebar.active {
        right: 0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    
}*/
#nb-sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    height: 100vh;
    z-index: 3001;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
    background-color: #fff;
    text-align: left;
}
#nb-sidebar.active {
    right: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
 .nb-overlay {
     /*background: #000;*/
     opacity: 0;
     z-index: 998;
     overflow: auto;
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
 }

 .nb-overlay-on {
     position: fixed;
     background: #000;
     opacity: 0.8;
     width: 100vw;
     height: 100vh;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
 }
 @media (min-width: 992px) { 
    .nb-overlay {
        display: none!important;
    } 
 }
 #nb-sidebar-collapse {
    font-size: 1.0625rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0.8rem 0;
    display: block;
    z-index: 1002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    border: none;
    outline: none;
    line-height: 1;
    background-color: transparent;
    margin:0;
    -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   z-index:4002;
}
.nb-open-sd {
    /* disable scrollbar on both x and y axis */
    overflow: hidden;
    /* disable scrollbar on x-axis only */
    overflow-x: hidden;
    /* disable scrollbar on y-axis only */
    overflow-y: hidden;
    /* disable scroll */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* * menu 1 * */

.nb-menu1 .nav-link {
    color:#fff;
    position: relative;
    border-bottom:1px solid transparent;
}
.nb-cont-header-noimg .nb-menu1 .nav-link {
    color:#222;
}
#nb-sidebar.active .nb-menu1 .nav-link {
    color:#222;
    border-bottom:1px solid transparent;
   
}
#nb-sidebar.active .nb-menu1 .nav-item.active .nav-link {
    text-decoration: underline;
   
}
#nb-sidebar.active .nb-menu1 .navbar-nav .dropdown-item, #nb-sidebar.active .nb-menu1 .navbar-nav .dropdown-item {
    color:#222;
}
#nb-sidebar.active .nb-menu1 .navbar-nav .dropdown-item:focus, #nb-sidebar.active .nb-menu1 .navbar-nav .dropdown-item:hover {
    color:#222;
   
}
#nb-sidebar.active .nb-menu1 .nav-link:hover {
    color:#222;
    border-bottom:1px solid #222;
}
.nb-menu1 .nav-link:hover {
    border-bottom:1px solid #fff;
}
#nb-sidebar.active .nb-menu1 .nav-link:hover {
    border-bottom:1px solid transparent;
    text-decoration: underline;
}
.nb-stickyheader .nb-menu1 .nav-link {
    color: #222;
}
.nb-stickyheader .nb-menu1 .nav-link:hover {
    border-bottom:1px solid #222;
}
.nb-menu1 .dropdown-item {
    color: #222;
}
.nb-menu1 .dropdown-item:hover {
    color: #222;
    background-color:transparent;
    text-decoration: underline;
}
.nb-menu1 .nav-item {
    text-transform: none;
    font-size: 1.5rem;
    font-weight:400;
    font-family: 'Playfair Display', serif;
}
.nb-menu1 .dropdown-item {
    text-transform: none;
    font-size: 1.5rem;
    font-weight:400;
    font-family: 'Playfair Display', serif;
}
.nb-menu1 .dropdown-item.active, .nb-menu1 .dropdown-item:active {
    background-color: transparent;
    text-decoration: underline;
}
.nb-menu1 .dropdown-item:first-child, .nb-menu1 .dropdown-item:last-child {
    border-radius:0;
}
@media (max-width: 991px) {
    .nb-menu1 .nav-item.active .nav-link { 
        /*text-decoration: underline;
        text-decoration-color: #E3B540;*/
        background-color: transparent;
    }
    .nb-menu1 .nav-item.dropdown.active .nav-link { 
        /*text-decoration: underline;
        text-decoration-color: #E3B540;*/
        background-color: transparent;
        text-decoration: underline;
    }
    .nb-menu1 .nav-item .dropdown-menu .dropdown-item.active {
        /*text-decoration: underline;*/
        background-color: #E2EFF4;
    }
    .nb-menu1 .navbar-nav {
        padding:0;
    }
    .nb-menu1 .nav-link {
       padding:0.5rem 20px;
    }
}

.nb-menu1 .navbar-nav .dropdown-toggle {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
.nb-menu1 .dropdown-toggle::after {
    position: static;
    margin:0 0 0 4px;
    font-size: 12px;
    display: inline-block;
    line-height: 12px;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-weight: 400;
    content: '\e80f';
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-family: 'fontello';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;

}
.nb-menu1  .dropdown-toggle[aria-expanded="true"]::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.nb-menu1 .navbar-nav {
    margin:66px 0 0 0;
    padding:0 20px;
}
@media (max-width: 991px) {
    .nb-menu1 .navbar-nav {
        padding:0;
    }
    .nb-menu1 .navbar-nav .dropdown-toggle {
        position: relative;
        padding-right: 20px;
        padding-left: 20px;
    }
}
#nb-sidebar.active .nb-menu1 .navbar-nav .dropdown-menu {
    position: static!important;
        background-color: transparent!important;
        padding:0;
        margin:0;
        transform: none!important;
        border:none!important;
        border-radius:none!important;
    
}
#nb-sidebar.active  .nb-menu1 .navbar-nav .dropdown-item {
    color:#222;
    margin:0 0 3px 0;
    padding:0.25rem 20px 0.25rem 40px;
}
@media (max-width: 991px) {  
    .nb-menu1 .navbar-nav .dropdown-menu {
        position: static!important;
        background-color: transparent!important;
        padding:0;
        margin:0;
        transform: none!important;
        border:none!important;
        border-radius:none!important;
    }
    
    .nb-menu1 .navbar-nav .dropdown-item {
        color:#fff;
        margin:0 0 3px 0;
        padding:0.25rem 20px 0.25rem 40px;
    }
   
    .nb-menu1 .navbar-nav .dropdown-item:focus, .nb-menu1 .navbar-nav .dropdown-item:hover {
        background-color: transparent;
        color: #fff;
        text-decoration: underline;
    }
    .nb-menu1 .nav-link:hover {
        text-decoration: underline;
    }
}
@media (min-width: 768px) {
    .nb-menu1 .nav-item {
        margin:0 20px 0 0;
        white-space: nowrap;
    }
}
@media (min-width: 992px) {  
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
   /* .nb-menu1 .navbar-nav {
        margin:0 0 0 0;
        padding:0;
    }*/
    /*
    .nb-menu1 .dropdown-toggle::after { 
        position: absolute;
        top: 14px;
        right: 0;
        margin:0;
    }*/
    .nb-menu1 .navbar-nav .dropdown-toggle {
        position: relative;
        padding-right: 1rem;
        padding-left: .5rem;
    }
    .nb-menu1 .nav-item {
        margin:0 20px 0 0;
        white-space: nowrap;
    }
   /* .nb-menu1 {
        margin:5px 0 0 0;
    }*/
}
@media (min-width: 1200px) {
    .nb-menu1 .nav-item {
        margin:0 32px 0 0;
        white-space: nowrap;
    }
}
 
 #nb-sidebar-collapse span.nb-hamburger {
     display: block;
     position: absolute;
     height: 2px;
     width: 23px;
     background: #222;
     border-radius: 0;
     opacity: 1;
     left: 0;
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
 }
 #nb-sidebar-collapse span.nb-hamburger:nth-child(1) {
    height: 2px;
    width: 23px;
 }
 #nb-sidebar-collapse span.nb-hamburger:nth-child(3) {
    height: 2px;
    width: 23px;
 }
 #nb-sidebar-collapse-label {
     text-transform: uppercase;
     opacity: 1;
     -webkit-transform: none;
     transform: none;
     -webkit-transition: none;
     transition: none;
     color: #fff;
     padding-left: 2rem;
     font-size: 1.125rem;
 }
 #nb-sidebar-collapse.open .nb-hamburger-wrapper  span {
     background-color: #222;
 }

 #nb-sidebar-collapse.open #nb-sidebar-collapse-label {
     color: #fff;
 }
 #nb-sidebar-collapse.open span.cd-menu-label {
     display: none;
 }
 .nb-hamburger-wrapper {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 18px;
 }
 #nb-sidebar-collapse .nb-hamburger-wrapper  span:nth-child(1) {
     top: 0;
     -webkit-transform-origin: left center;
     transform-origin: left center;
 }

 #nb-sidebar-collapse .nb-hamburger-wrapper span:nth-child(2) {
     top: 8px;
     -webkit-transform-origin: left center;
     transform-origin: left center;
 }
 .nb-stickyheader #nb-sidebar-collapse .nb-hamburger-wrapper span:nth-child(2) {
    top: 8px;
}
 #nb-sidebar-collapse .nb-hamburger-wrapper span:nth-child(3) {
     top: 16px;
     -webkit-transform-origin: left center;
     transform-origin: left center;
 }
 .nb-stickyheader #nb-sidebar-collapse .nb-hamburger-wrapper span:nth-child(3) {
    top: 16px;
}
 #nb-sidebar-collapse.open .nb-hamburger-wrapper span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 0px;
     left: 0;
     /*top: -2px;
     left: 4px;*/
     width: 28px;
 }
  #nb-sidebar-collapse.open .nb-hamburger-wrapper span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 20px;
     left: 0;
    /* top: 21px;
     left: 4px;*/
     width: 28px;
 }
 #nb-sidebar-collapse.open .nb-hamburger-wrapper span:nth-child(2) {
     width: 0%;
     opacity: 0;
 }
 .col-inner {
     margin: 2rem 1rem 0;
     width: 80%;
 }

 @media(max-width: 767px) {
    
    #nb-header::before {
        left: 52px;
        right: 0;
    }
    #nb-sidebar-collapse span.nb-hamburger {
        background-color: #222;
    }
    
   /* 
    #nb-sidebar,
    #nb-sidebar .nb-sidebar-header {
        right: -100%;
        left: auto;
    }
    #nb-sidebar.active,
    #nb-sidebar.active .nb-sidebar-header {
        right: 0;
        left: auto;
    }*/
    /*
    #nb-sidebar .sidebar-top {
        padding: 1.75rem 2rem 1.5rem 1.25rem;
    }
*/

    .nb-header-inner .nb-logo {
        position: absolute;
        left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width:134px;
    height:95px;
    padding: 0;
    background-color: transparent;
    }
    .nb-header-inner .nb-logo a {
        text-align: center;
        display: block;
        width:134px;
        height:95px;
    }
  
}

@media(min-width: 768px) {
    .nb-header-inner .nb-header-c.nb-p-abs {
        position: absolute;
        z-index: 101;
        text-align: center;
        margin: 0 auto;
        width: 175px;
        top: 0;
        left: 0;
        right: 0;
        display: inherit;
    }
   
    #nb-sidebar-collapse {
      
        padding: 0.8rem 0;
    }
    .col-inner {
        margin: 3rem;
    }
}
.open-sd .nb-header-inner .nb-header-c.p-abs {
   /* z-index:2000;*/
}
.open-sd .nb-header-inner .nb-logo a {
    color:#333;
}
.nb-stickyheader{
    position: static;
    top: -100%;
    width: 100%;
    margin-top: 0;
    z-index: 999;
  
}

.nb-stickyheader .nb-btn-menu {
    background-color: transparent ;
}
.nb-stickyheader #nb-sidebar-collapse span.nb-hamburger {
    background-color: #222;
}
.nb-stickyheader #nb-sidebar-collapse {
    color:#fff;
}
.nb-stickyheader{
    position: fixed;
}

.nb-sidebar-adress {
    margin:70px 0 40px 0;
}
.nb-dx-sd h3 {
    margin:0 0 15px 0;
    font-size: 1.5rem;
    color:#222;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
.nb-dx-sd {
    padding: 0 1.25rem;
}

.nb-sidebar-adress h4 {
    font-size: 1.0625rem;
    color:#222;
    font-weight: 400;
}
.nb-sidebar-adress p {
    font-size: 1rem;
    color:#222;
}
.nb-sidebar-adress a {
    display: block;
    color:#222;
    margin:0 0 2px 0;
    font-size: 1rem;
    text-decoration: underline;
}
.nb-sidebar-adress a.nb-contact-link-sd {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
}
.nb-lang-sd {
    margin:0 0 150px 0;
}
.nb-lang-sd ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.nb-lang-sd ul li {
    display: inline-block;
    padding:0;
    margin:0 15px 0 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 0.9rem;
}
.nb-lang-sd ul li a {
    display: inline-block;
    padding:0 !important;
    color:#222;
    font-size: 1rem !important;
 }
 .nb-lang-sd ul li a:hover {
    color:#222!important;
 }
 .nb-lang-sd ul li.active a {
    font-weight: 700;
    color:#222!important;
 }

 /* *  video backgrouhnd copertina * */
 .nb-videohome-wrapper {
     width:100%;
     position: relative;
     height: calc(100vh - 144px);
    
 }
 @media(min-width: 768px) { 
    .nb-videohome-wrapper {
        width:100%;
        position: relative;
        height: calc(100vh - 185px);
       
    }
 }
 @media(min-width: 992px) { 
    .nb-videohome-wrapper {
        width:100%;
        position: relative;
        height: calc(100vh - 204px);
       
    }
}

.img-responsive-wrapper {
    overflow: hidden;
}
.img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.img-responsive-wrapper .img-responsive .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-responsive-wrapper .img-responsive .img-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.nb-videohome-wrapper .img-responsive-wrapper {
   
    width: 100%;
    height: 100%;
   
}
.nb-videohome-wrapper .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 0;
    height: 100%;
}
.nb-videohome-wrapper h1 {
    color:#fff;
    font-size: 2.5rem;
    position: absolute;
    bottom: 30%;
    right:40px;
    left:40px;
    max-width:700px;
    text-align: left;
    font-weight: 400;
    z-index: 2;
    letter-spacing: -0.01em;

}
@media(min-width: 768px) { 
    .nb-videohome-wrapper h1 {
        font-size: 2.5rem;
        bottom: 160px;
        right:40px;
        left:40px;
        text-align: left;
    }
}
@media(min-width: 992px) { 
    .nb-videohome-wrapper h1 {
        font-size: 3.25rem;
        bottom: 160px;
        right:50px;
        left:auto;
        text-align: right;
    }
}
.nb-videohome-wrapper::after {
    content:'';
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
position: absolute;
bottom:0;
left:0;
right:0;
width:100%;
height:70%;
}
.nb-pause-ico {
    position: absolute;
    right:30px;
    bottom:30px;
    z-index: 3;
}
.nb-audio-ico {
    position: absolute;
    right:80px;
    bottom:30px;
    z-index: 3;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
/* * *  form booking * */
.cont-form-booking {
    position: absolute;
    left:0;
    width:100%;
    max-width: 558px;
    bottom:0;
    z-index:11;
    background-color: #fff;
    height:134px;
    /*padding-left:30px;*/
}
.cont-form-booking-onlybtn {
    max-width: 308px;
}
@media (max-width: 575px) { 
    .cont-form-booking-onlybtn {
        max-width: inherit;
    }
 }
.cont-form-booking .row {
    margin-right: 0;
    margin-left: 0;
}
.cont-form-booking .row [class*="col"] {
    padding-right: 0;
    padding-left: 0;
}
.form-col {
    position: relative;
}
.nb-book-sep {
    position: relative;
    max-width:34px;
}
.nb-book-sep:after {
    content:'/';
    font-size:5.375rem ;
    font-weight: 300;
    color:#E2E2E2;
}
.datepicker-input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    cursor:pointer;
    display: block;
width: 100%;
border:none;
padding:0;
}
.num-input {
    opacity: 0;
    display: block;
    border:none;
    -webkit-appearance: none !important;
    background: transparent;
    padding:0;
    outline: none;
    -webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
height:0;
}
.datepicker-date {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cont-form-booking .form-group {
   margin:0;
}
.cont-form-booking .form-control {
    /*border-left: 1px solid #D8D8D8;*/
    background-color: transparent;
    border-top:none;
    border-right:none;
    border-bottom:none;
   border-radius:0;
   position: relative;
   padding: 20px 20px 20px 20px;
   height: 100%;
   border:none;
}
.datepicker-day {
    font-size:3.375rem;
    line-height: 3.75rem;
    color:#444;
    display: inline-block;
    margin:0 5px 0 0;
}
.cont-form-booking .form-control label {
    font-size:1rem;
    margin:0;
    font-weight:500;
    color:#333;
}
.datepicker-my {
    display: inline-block;
    min-width:46px;
    text-align:center;
    color:#82A5A1;
}
.datepicker-month {
    display:block;
    font-size: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    color:#333;
}
.datepicker-year {
    display:block;
    font-size:1rem;
    line-height: 1.3rem;
    color:#333;
}
.datepicker-date:after {
    font-family: 'fontello';
    content: '\e80f'; 
    line-height: 1;
    margin:0 0 0 3px;
    font-size: 13px;
    top:-11px;
    position: relative;
    color:#999;
}
@media(min-width: 992px) { 
    .cont-form-booking .form-control {
       padding: 20px 20px 20px 20px;
    }
    .datepicker-date:after {
        font-size: 13px;
    }
    .datepicker-day {
        font-size:3.375rem;
    }
    .datepicker-month {
        font-size: 1.5rem;
        line-height: 1.1;
    }
}
.btn-booking {
    background-color: #0F7173!important;
    font-size:1.125rem;
    font-weight: 500;
    color:#fff;
    padding: .75rem 1.5rem;
    white-space: normal;
    display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius:0;
}
.btn-booking:hover {
    background-color: #006163!important;
    color:#fff;
}
@media(min-width: 992px) { 
    .best-price span:after {
        display: inline-block;
          content:'';
          background: url("../img/arrow-bp.svg") no-repeat left bottom;
          width:52px;
          height:15px;
          vertical-align: middle;
          margin:0 0 0 10px;
      }
  
    .btn-booking {
        font-size:1.125rem;
        padding: .75rem 1.5rem;
        margin:0 auto 0 auto;
        height: 100%;
        
    }
}
/* * * datepicker * */
.datepicker {
    padding:15px;
    border-radius: 0;
}
.datepicker td, .datepicker th {

    text-align: center;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;

}
.datepicker th {
    font-weight: 500;
    text-transform: uppercase;
    color:#333;
}
.datepicker table tr td.active {
    border-radius: 100%;
    background-color: #8AD1EB;
    color:#222;
    background-image:none; 
}
.datepicker table tr td.active.active {
    background-color: #8AD1EB;
    color:#222;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active {
    background-color: #8AD1EB;
    color:#222;
    background-image:none;
}
/* * * about us home * * */
@media(max-width: 1492px) { 
    .nb-cs-padding{
        padding-right: 5%;
        padding-left: 5%;
    }
    .container {
        padding-right: 5%;
        padding-left: 5%;
    }
}
.nb-about-text {
    max-width:700px;
    text-align:center;
    margin:0 auto;
    padding-top:70px;
    padding-bottom:70px;
}
.nb-about-text h2 {
   font-size: 2rem;
   font-weight:700;
   color:#0B3142;
   letter-spacing: -0.01em;
   margin:0 0 20px 0;
}
.nb-about-text p {
    color:#0B3142;
    font-size: 1.125rem;
    line-height: 1.55;
}
.nb-btn-read {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color:#0B3142;
    font-size:1.125rem;
}
.nb-btn-read .icon-arrow-1 {
    color:#0B3142;
    font-size:34px;
    margin-right: 5px;
}
.nb-btn-read-blue span {
    width:36px;
    height: 36px;
    background-color: #8AD1EB;
    border-radius: 50%;
    margin-right: 12px;
}
.nb-btn-read-blue span .icon-arrow-2 {
    color:#0B3142;
    font-size:34px;
}
.nb-btn-read:hover {
    color:#409EC1;
}
.nb-btn-read:hover i {
    color:#409EC1;
}
.nb-btn-read-blue:hover i {
    color:#fff;
}
.nb-about-text .nb-btn-read {
    margin-top:10px;
}
@media(min-width: 767px) { 
    .nb-about-text {
        padding-top:110px;
        padding-bottom:110px;
    }
    .nb-about-text h2 {
        font-size: 2.5rem;
        margin:0 0 30px 0;
     }
    .nb-about-text p {
        font-size: 1.1875rem;
    }
}

/* * * features home * * */
.nb-features {
    padding-bottom:30px;
}
.img-responsive-wrapper {
    overflow: hidden;
}
.img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.img-responsive-wrapper .img-responsive .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom:0!important;
}
.img-responsive-wrapper .img-responsive .img-wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.nb-card-features {
    border:none;
    margin-bottom:40px;
}
.nb-card-features .img-responsive-wrapper .img-responsive {
    padding-bottom: 80%;
}
.nb-card-features .card-body {
    background-color: #fff;
    margin-right:20%;
    margin-top:-70px;
    padding-top: 32px;
    z-index: 1;
}
.nb-card-features .card-title, .nb-card-features .card-title a {
    font-size:1.875rem;
    color:#0B3142;
    font-weight: 400;
    margin:0 0 20px 0;
    position:static;
}
.nb-card-features .card-title a:hover {
    color: #409EC1;
}
.nb-card-features .card-text {
    color:#444;
    margin-bottom:0;
}
.nb-card-features .nb-btn-read {
    margin-top: 20px;
   
}
@media(min-width: 767px) { 
    .nb-features {
        padding-bottom:70px;
    }
}
@media(min-width: 992px) { 
    .nb-card-features .img-responsive-wrapper .img-responsive {
        padding-bottom: 126.25%;
    }
}

/* * * le nostre camere * * */
.nb-rooms {
position: relative;
padding-top:90px;
padding-bottom:90px;
}
.nb-rooms:before {
    content:'';
    background-color:#EFE2D6;
    width:100%;
    height: 440px;
    position: absolute;
    left:0;
    right:0;
    top:0;
}
.nb-title-section .nb-pretitle-section {
    font-size: 1.0625rem;
    color:#0B3142;
    position: relative;
    padding-left: 70px;
    margin-bottom:10px;
    display: inline-block;
}
.nb-title-section .nb-pretitle-section:before {
    content: '';
    width:59px;
    height:1px;
    background-color:#0B3142;
    position: absolute;
    top:11px;
    left:0;
}
.nb-title-section h2 {
    font-size: 2.5rem;
    color:#0B3142;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom:30px;
}
.nb-title-section p {
    font-size: 1.0625rem;
    color:#0B3142;
    margin:0;
}
.nb-title-section-sx {
    max-width: 500px;
}
.nb-title-section {
    margin-bottom:40px;
}
@media(min-width: 767px) { 
    .nb-title-section {
        margin-bottom:70px;
    }
    .nb-rooms:before {
        height: 550px;
    }
}
.nb-room-slide .img-responsive-wrapper .img-responsive {
    padding-bottom: 70%;
}
.nb-rm-text {
    padding-top:16px;
}

.nb-rm-text h3 {
    font-size:1.3125rem;
    font-weight: 400;
    color:#0B3142;
    margin:0 0 10px 0;
}
.nb-numpers {
    font-size:1rem;
    font-weight: 400;
    color:#0B3142;
}
.nb-rm-price {
    display: block;
    font-size:1.25rem;
    font-weight: 400;
    color:#0B3142;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}
.nb-rm-price span {
    display: block;
    font-size:0.875rem;
    font-weight: 400;
    color:#0B3142;
    margin:8px 0 3px 0;
    font-family: 'Roboto', sans-serif;
}
.nb-room-slide .img-responsive-wrapper {
background-color: #fff;
}
.nb-cont-swiper2 .swiper-container {
    overflow: visible;
}
.nb-cont-swiper2 .swiper-slide {
    opacity: 0.6;
}
.nb-cont-swiper2 .swiper-slide-visible {
    opacity: 1;
}
@media(min-width: 768px) { 
    .nb-rm-text {
        padding-top:26px;
    }
    .nb-rm-text h3 {
        font-size:1.75rem;
        
    }
    .nb-rm-price span {
        font-size:1rem;
    }
    .nb-rm-price {
        font-size:1.75rem;
    }
}
@media(min-width: 992px) { 
    .nb-rm-price {
        font-size:2rem;
    }
    .nb-rm-text h3 {
        font-size:2rem;
    }
}

/* * blocco offerte * */
.nb-offer-block {
    padding:20px 0 90px;
}
.nb-card-offer {
    border:none;
}
.nb-card-offer .card-body {
    background-color: #fff;
    margin-right: 10%;
    margin-top: -60px;
    padding-top: 32px;
    z-index: 1;
}
.nb-card-offer .card-body .card-title {
    font-size:1.75rem;
    font-weight: 400;
    color:#0B3142;
    letter-spacing: -0.01em;
    margin:0 0 20px 0;
}
.nb-card-offer .card-title {
    position:static;

}
.nb-card-offer .card-body .card-title a {
    color:#0B3142;
}
.nb-off-price {
    margin-bottom: 15px;
}
.nb-off-price span {
    font-size: 1.5rem;
}
.nb-card-offer .card-body .card-text {
    font-size:1rem;
    color:#444;
    margin: 0;
}
.nb-offer-block {
    overflow: hidden;
}
.nb-cont-swiper3 .swiper-container {
    overflow: visible;
}
.nb-cont-swiper3 .swiper-slide {
    opacity: 0.5;
}
.nb-cont-swiper3 .swiper-slide-active {
    opacity: 1;
}
.nb-cont-swiper3  .swiper-button-next:after, .nb-cont-swiper3 .swiper-button-prev:after {
    content:none;
}
.nb-cont-swiper3  .swiper-button-prev {
    position: absolute;
    top:50%;
    left: -30px;
    color:#222;
    font-size: 22px;
    width:60px;
    height:60px;
    background-color: #fff;
    margin-top:-60px;
    border-radius:50%;
    filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.19));
}
.nb-cont-swiper3  .swiper-button-prev i {
    transform: rotate(180deg);
}
.nb-cont-swiper3 .swiper-button-next {
    position: absolute;
    top:50%;
    right: 145px;
    color:#222;
    font-size: 22px;
    width:60px;
    height:60px;
    background-color: #fff;
    margin-top:-60px;
    border-radius:50%;
 
filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.19));

}
.nb-cont-swiper3 {
    position: relative;
}
.nb-card-offer .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 66.25%;
    height: 0;
}
.nb-btn-outline {
    border:1px solid #0B3142;
    color:#0B3142;
    font-size: 0.9375rem;
    background-color: #fff;
    border-radius: 0;
    padding: .667rem 1.25rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top:25px;
}
@media(min-width: 768px) {
    .nb-card-offer .card-body {
        margin-right: 20%;
       
    }
    .nb-card-offer .card-body .card-title {
        font-size:2rem;
    }
}
@media(min-width: 992px) {
    .nb-card-offer .img-responsive-wrapper .img-responsive {
        padding-bottom: 56.25%;
    }
    .nb-card-offer .card-body {
        margin-top: -100px;
        padding-top: 32px;
    }
}
@media(min-width: 1200px) {
    .nb-cont-swiper3 .swiper-button-next {
        right: 175px;
    }
}
@media(min-width: 1439px) {
    .nb-cont-swiper3 .swiper-button-next {
        right: 220px;
    }
}
@media(min-width: 1492px) {
    .nb-cont-swiper3 .swiper-button-next {
        right: 244px;
    }
}

/* * * blocco colazione * * */

.nb-breakfast-block {
    
    padding:80px 0;
    position: relative;
    overflow: hidden;
}
.nb-breakfast-block:before {
    position: absolute;
    content:'';
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: #0F7173;
    z-index:-2;
}
.bg-breakfast-1 {
    position:absolute;
    top:-10px;
    left:0;
    z-index:-1
}
.bg-breakfast-2 {
    position:absolute;
    top:0;
    right:0;
    z-index:-1
}
.bg-breakfast-3 {
    position:absolute;
    bottom:-15px;
    left:-10px;
    z-index:-1
}
@media(max-width: 767px) { 
    .bg-breakfast-2 {
        max-width:300px;
    }
    .bg-breakfast-3 {
        max-width:200px;
    }
}

.nb-bf-images {
    margin-bottom:20px;
}
.nb-bf-images .img-responsive-wrapper .img-responsive {
    padding-bottom:135%;
}
.nb-bf-image-2 {
    margin-top:60px;
}
.nb-breakfast-text {
    max-width: 384px;
}
.nb-breakfast-text h2 {
    font-size:3.5rem;
    color:#8AD1EB;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom:30px;
}
.nb-breakfast-text p {
    font-size:1rem;
    color:#8AD1EB;
    margin-bottom:0;
}
.nb-breakfast-text .nb-btn-read-blue {
    color:#8AD1EB;
    margin-top:30px;
}
.nb-breakfast-text .nb-btn-read-blue span i {
    color:#0F7173;
}
.nb-breakfast-text .nb-btn-read-blue:hover {
    color:#fff;
}
.nb-breakfast-text .nb-btn-read-blue:hover  span{
    background-color:#fff;
}
.nb-bf-images .row {
    margin-right: -10px;
    margin-left: -10px;
}
.nb-bf-images .col {
    padding-right: 10px;
    padding-left: 10px;
}
@media(min-width: 768px) {
    .nb-breakfast-block {
       
        padding:120px 0;
    }
    .nb-breakfast-text h2 {
        font-size:4.75rem;
       
    }
}
@media(min-width: 992px) { 
    .nb-bf-image-2 {
        margin-top:90px;
    }
}

/* * * blocco ristorante * * */
.nb-restaurant-block {
    padding-top: 90px;
    padding-bottom:90px;
    overflow: hidden;
}
/*
.swiper4 .swiper-slide:nth-child(even) {
width:30%;
}
.swiper4 .swiper-slide:nth-child(odd) {
width:20%;
}*/
.swiper4 .swiper-slide   {
    display: block;
    width: auto;
   position: relative;
}
.swiper4 .swiper-slide:after   {
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
height: 50%;
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);

}
.swiper4 .swiper-slide .nb-dida-sr {
    position: absolute;
    bottom:15px;
    left:15px;
    right: 15px;
    text-align: center;
    color:#fff;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    line-height: 1.3;
}
.swiper4 .swiper-slide  img {
   
    width: auto;
    height: auto;
    max-height:200px;
}
.swiper4.swiper-container {
    overflow: visible;
}
@media(min-width: 576px) { 
    .swiper4 .swiper-slide img {
        width: auto;
        height: auto;
        max-height:200px;
        
    }
}
@media(min-width: 768px) { 
    .swiper4 .swiper-slide img {
        width: auto;
        height: auto;
        max-height:250px;
      
    }
    .swiper4 .swiper-slide .nb-dida-sr {
        font-size: 1.125rem;
        line-height: 1.3;
        bottom:26px;
    }
}
@media(min-width: 992px) { 
    .swiper4 .swiper-slide img {
        width: auto;
        height: auto;
        max-height:340px;
      
    }
    .swiper4 .swiper-slide .nb-dida-sr {
        font-size: 1.375rem;
        line-height: 1.3;
    }
}
@media(min-width: 1200px) { 
    .swiper4 .swiper-slide img {
        width: auto;
        height: auto;
        max-height:none;
      
    }
}

/* * * blocco servizi * */
.nb-ser-block {
    padding:0 0 70px;
}
.nb-ser-txt {
    margin-bottom:60px;
    padding-right:0;
}
.nb-ser-txt h2 {
    font-size:2.5rem;
    color:#0B3142;
    line-height: 1.05;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.nb-ser-txt p {
    font-size:1rem;
    color:#444;
   
}
.nb-card-ser {
    text-align: left;
    padding:0;
    margin-bottom:30px;
}
.nb-card-ser h3 {
    font-size:1.25rem;
    font-weight: 400;
    color:#0B3142;
    margin:0 0 20px 0;
    }
.nb-card-ser img {
   margin-bottom:22px;
    max-width:85px ;
}
@media(min-width: 576px) { 
    .nb-ser-block {
        padding:30px 0 70px;
    }
    .nb-ser-txt h2 {
        font-size:3rem;
        
    }
    .nb-card-ser h3 {
        font-size:1.375rem;
        font-weight: 400;
        color:#0B3142;
        margin:0 0 20px 0;
        }
}
@media(min-width: 992px) { 
    .nb-ser-block {
        padding:70px 0 90px;
    }
    .nb-ser-txt {
        margin-bottom:0;
        padding-right:50px;
    }
    .nb-ser-txt h2 {
        font-size:4rem;
        
    }
    .nb-ser-txt p {
        font-size:1.0625rem;
        color:#444;
       
    }
    .nb-card-ser {
        padding:10px;
    }
}
@media(min-width: 1200px) { 
    .nb-ser-txt h2 {
        font-size:5rem;
        
    }
}

/* *  esperienze attività * */
.nb-act-block {
    padding:90px 0 40px;
    background-color: #B0E1F3;
}
.nb-card-act {
    border:none;
    background-color: transparent;
    margin-bottom:30px;
}
.nb-card-act .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 70%;
    height: 0;
}
.nb-card-act .card-title {
    position: static;
}
.nb-card-act .card-title a {
    color:#0B3142;
}
@media(min-width: 992px) { 
    .nb-act-block {
        padding:90px 0 90px;
        background-color: #B0E1F3;
    }
    .nb-card-act {
        margin-bottom:0;
    }
    .nb-card-act-wrapper .col-lg-4:nth-child(2) .nb-card-act {
        margin-top:100px;
    }
    .nb-card-act .img-responsive-wrapper .img-responsive {
        position: relative;
        padding-bottom: 136%;
        height: 0;
    }
}


/* * * footer * */
footer {
    background-color: #0B3142;
    padding-top: 2rem;
    padding-bottom: 0;
    color: #fff;
    clear: both;
}
#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #0B3142;
}
footer .logo-footer img {
   margin:0 auto 30px auto;
   width:132px;
   
}
footer .info_ft p {
    margin: 0;
    font-size: 1rem;
    line-height:1.5rem;
}
footer .eti_ft {
    font-size: 1.1875rem;
    margin-bottom: 1.5rem;
    margin-top: 20px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
@media(min-width: 992px) { 
    footer .eti_ft {
        margin-top: 0;
    }
}
footer .info_ft {
    margin:0 0 30px 0;
    font-weight: 300;
}
footer .info_ft a {
    color:#fff;
}
footer .info_ft a:hover{
    color:#fff;
    text-decoration: underline;
}
.menu_ft {
    margin:0 0 30px 0;
}
footer .menu_ft ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
footer .menu_ft ul li {
    margin:0 0 5px 0;
    font-weight: 300;
}
footer .menu_ft ul li a {
    font-size: 1rem;
    color:#fff;
}
footer .menu_ft ul li a:hover {
    text-decoration: underline;
} 
/*footer .menu_ft ul li a[href^="http://"]::after, footer .menu_ft ul li a[href^="https://"]::after {

    font-family: 'fontello';
    content: '\f08e';
    font-size: 15px;
    margin: 0 0 0 4px;

}*/

footer .nb-menu-social-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight:300;
}

@media(min-width: 767px) {
    footer .eti_ft {
        font-size: 1.1875rem;
        margin-bottom: 1.75rem;
        
    }
    footer {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    footer .nb-menu-social-w {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

footer .nb-menu-social-footer {
    margin: 0 0 0 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding:0;
}

footer .nb-menu-social-footer li {
    margin: 0 .125rem;
}

footer .nb-menu-social-footer li a {
    font-size: 1.5rem;
    color:#fff;
}

footer .nb-menu-social-footer li a:hover,
footer .nb-menu-social-footer li a:focus {
    opacity: .8;
}

footer .nb-menu-social-footer li a i {
    padding: 0.25rem;
}
footer .nb-sep-foot {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    margin: 1.25rem 0 0 0;
    font-weight: 300;
}
#nb-sub-footer a {
    color:#fff;
    font-weight: 300;
}

#toTop {
    background: rgba(51, 51, 51, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 85px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    position: fixed;
    right: 15px;
    text-align: center;
    display: none;
    z-index: 990;
}
#toTop .fas {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
@media(min-width: 767px) {
    #toTop {
        bottom: 35px;
        color: #fff;
    }
}


/* * * copertina pagine interne  * * */
.nb-crp-int {
    padding-bottom:50px;
    min-height: 350px;
}
.nb-servizi-st {
    margin-bottom:-50px ;
}
.nb-copertina-int {
    width:100%;
    position: relative;
    height: calc(100vh - 144px);
   position: relative;
   margin-bottom:45px;
}
.nb-copertina-int:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.36) 70%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 70%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 70%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    z-index: 1;
    height: 70%;
}
.nb-copertina-int h1 {
    position: absolute;
    bottom:10%;
    left:30px;
    right:30px;
    text-align: center;
    color:#fff;
    font-size:2rem;
    z-index: 2;
    font-weight: 400;
    padding-bottom:80px;
    max-width: 860px;
    margin: 0 auto;
}
.nb-copertina-int h1:after {
    content:'';
    width:1px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    margin:0 auto;
}
.nb-copertina-int .img-responsive-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.nb-copertina-int .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom:0;
    height: 100%;
}
@media(min-width: 768px) { 
    .nb-crp-int {
        min-height: 550px;
    }
   .nb-copertina-int {
       width:100%;
       position: relative;
       height: calc(100vh - 185px);
       margin-bottom:76px;
   }
   .nb-copertina-int h1 {
        font-size:3rem;
    }
}
@media(min-width: 992px) { 
   .nb-copertina-int {
       width:100%;
       position: relative;
       height: calc(100vh - 204px);
       margin-bottom:76px;
   }
   .nb-copertina-int h1 {
        font-size:4rem;
    }
}
/* * appartamenti * */
.nb-ap-wrapper {
    padding:0 0 0 0;
}
.nb-rooms-wrapper {
    max-width:860px;
    margin:0 auto;
}
.nb-txt-header-ap h1 {
    color: #333;
    font-size: 2.5rem;
    margin: 0 auto 1.25rem;
    font-weight: 400;
}
.nb-txt-header-ap h1, .nb-txt-header-ap p {
    max-width:860px;
    margin-left: auto;
    margin-right: auto;
}
.nb-txt-header-ap p.txt-abstract {
    font-size: 1.1875rem !important;
    color: #444;
    margin: 0.5rem auto 2rem auto !important;
    text-transform: none;
    font-weight: 300;
   
}
.nb-ve-al-top .img-responsive-wrapper .img-responsive {
    padding-bottom: 70%;
}
.nb-ve-al-bottom h2 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #0B3142;
    margin: 0 0 10px 0;
}
.nb-ve-al-bottom h2 a {
    color: #0B3142;
}
@media(min-width: 992px) { 
    .nb-ve-al-bottom h2 {
        font-size: 2rem;
    } 
}
.nb-ve-al-top  {
    position: relative;
}
.nb-ve-al-top-overlay:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.36) 70%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 70%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 70%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    z-index: 1;
    height: 50%;
}
.nb-ve-al-top .nb-rm-price {
    white-space: nowrap;
    position: absolute;
    right:20px;
    bottom: 20px;
    color:#fff;
    z-index: 2;
}
.nb-ve-al-top .nb-numpers {
    white-space: nowrap;
    position: absolute;
    left:20px;
    bottom: 20px;
    color:#fff;
    z-index: 2;
}
.nb-ve-al-top .nb-rm-price span {
    display: inline-block;
    color:#fff;
}
.nb-ve-al-bottom p {
    font-size: 1rem;
    margin-top:15px;
    color:#444;
    margin-bottom: 0;
}
.nb-ve-al {
    margin-bottom:70px;
}

/* * * dettaglio camera * */

.nb-detail-wrapper {
    max-width:800px;
    margin:0 auto;
}
.nb-tit-ap-det {
    background-color: #f4f4f4;
    padding:20px 20px;
    border-radius: 4px;
}
.nb-tit-ap-det h1 {
    font-weight: 300;
    color: #222;
    margin: 0 0 15px 0;
    font-size: 2.5rem;
}
.nb-tit-ap-det .nb-ap-adress {
    color: #444;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 1.0625rem;
    display: inline-block;
}
.nb-tit-ap-det .nb-room-price {
    color:#222;
    font-size: 1.3125rem;
    font-weight: 300;
    margin:0;
    font-family: 'Playfair Display', serif;
}
.nb-tit-ap-det .nb-room-price span {
    color: #222;
    font-size: 0.875rem;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.nb-detail-descr {
    color: #222;
    font-size: 1rem;
    font-weight: 300;
}
.nb-tit-ap-det .nb-meta-ap-dt {
    color: #444;
    font-weight: 400;
    margin: 0 0 1px 0;
    font-size: 1.0625rem;
    display: inline-block;
}
.nb-tit-ap-det .nb-meta-ap-dt:first-letter {
    
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
}
@media (min-width: 768px) {
    .nb-tit-ap-det h1 {
        font-size: 3rem;
    }
    .nb-tit-ap-det .nb-room-price span {
        font-size: 1rem;
    }
    .nb-tit-ap-det .nb-room-price {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .nb-tit-ap-det .nb-room-price {
        color:#222;
        font-size: 1.5rem;
        font-weight: 300;
        margin:0 0 0 0;
    }
}
.nb-meta-detail-top {
    background-color: #f4f4f4;
    border-radius:6px;
    padding:30px 30px 24px 30px;
    margin-bottom:40px;
}
.nb-meta-detail-top ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.nb-meta-detail-top ul li {
    font-size: 1.0625rem;
    color: #666;
    display: inline-block;
    margin-right: 44px;
    margin-bottom: 6px;
}
.nb-meta-detail-top ul li span {
    display: block;
    color: #444;
}
.nb-tt-h3-room {
    margin:0 0 20px 0;
    font-size: 1.5rem;
}
.nb-block-detail {
    border-top:1px solid #ddd;
    padding-top:30px;
}
.nb-icon-dn {
    display: inline-block;
    margin-right:3px;
    line-height: 0;
}
.nb-card-dn {
    border:1px solid #ddd;
    border-radius:3px;
    padding:15px;
    width:100%;
    margin-top:14px;
}
.nb-card-dn-top {
    margin-bottom:15px;
}
.nb-card-dn-bottom h5 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1rem;
}
.nb-card-dn-bottom span {
    line-height: 21px;
    display: inline-block;
    font-size: 14px;
}
.nb-box-dn .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
}
.nb-box-dn .row {
    margin-right: -7px;
    margin-left: -7px;
}
.nb-ser-dt {
    margin: 0 0 10px 0;
    font-size:1rem ;
}

.nb-btn-cta {
    border:1px solid #0B3142;
    color:#0B3142;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius:0;
    background-color: transparent;
    margin-bottom:20px;
    padding: .75rem 1.25rem;
}
.nb-btn-cta:hover {
    color: #fff;
    background-color: #0B3142;
    border-color: #0B3142;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,  .btn-primary:focus, .nb-btn-outline:focus {
    color: #fff;
    background-color: #0B3142;
    border-color: #0B3142;
}

.nb-cont-cta div {
    color:#666;
    font-size:0.9375rem;
}
.nb-fluid-map .fluid-width-video-wrapper {
    margin: 2rem 0!important;
}
/* * gallery appartamenti * */
.nb-cont-swiper-gallery {
    position: relative;
    padding-bottom:40px;
    overflow: hidden;
}
.nb-cont-swiper-gallery .swiper-button-next:after, .nb-cont-swiper-gallery .swiper-button-prev:after {
    content:none;
}
.nb-cont-swiper-gallery .swiper-button-prev {
    position: absolute;
    bottom: -14px;
    left:-1px;
    color:#222;
    font-size: 42px;
    top:auto;
    width:40px;
}
.nb-cont-swiper-gallery .swiper-button-next {
    position: absolute;
    bottom: -14px;
    right: -1px;
    color:#222;
    font-size: 42px;
    top:auto;
    width:40px;
}
.nb-section-header {
    margin-bottom:30px;
}
.nb-section-header h2 {
    font-weight: 300;
    color: #0B3142;
    margin: 0 0 15px 0;
    font-size: 2.125rem;
}
.nb-section-header p {
    color: #0B3142;
    font-size: 1rem;
}
.nb-card-otr {
    border:none;
    border-radius:0;
    margin-bottom:30px;
}
.nb-card-otr .card-img-top {
    border-radius:0;
}
.nb-card-otr .card-title {
    color:#222;
    font-weight: 400;
}
.nb-card-otr .card-title a {
    color:#0B3142;
}
.nb-card-otr .card-title a:hover {
    color: #409EC1;
    
}
.nb-card-otr .card-text {
    color:#555;
}

.nb-rooms-ot {
    position: relative;
    padding-top: 90px;
    margin-top:90px;
}
.nb-rooms-ot:before {
    content: '';
background-color: #EFE2D6;
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index:-1;
}
.nb-card-otr {
    background-color: transparent;
}
.nb-card-otr .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 70%;
    height: 0;
}
@media (min-width: 768px) {
    .nb-section-header h2 {
        font-size: 2.5rem;
    }
    .nb-rooms-ot:before {
       
    height: 400px;
   
    }
}


/* * testi * */
.txt-block .txt-header h1 {
    color: #333;
    font-size: 2.5rem;
    margin: 0 auto 1.25rem;
    max-width: 752px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
.txt-header {
    margin: 0;
}
.txt-header-level-1 {
    margin:0 0 0 0;
    text-align: center;
}/*
.crp_int {
    min-height: 441px;
    overflow: hidden;
}*/
.crp_int_noimg .txt-header-level-1 {
    margin:10px 0 0 0;
}
.cont_testi {
    padding: 2.75rem 1rem 2.5rem 1rem;
}

.txt-block p.txt-abstract {
    font-size: 1.1875rem !important;
    color: #444;
    text-transform: none;
    font-weight: 300;

    
    margin: 0.5rem auto 2rem auto !important;
    text-transform: none;
    max-width: 752px;
}

#corpo .first p.txt-abstract {
    margin-top: .25rem;
}

@media (max-width: 767px) {
    .txt-block p.txt-abstract {
        font-size: 1.25rem !important;
        line-height: 1.6875rem;
        margin-bottom: 2rem !important;
    }
    .txt-block h3.txt-abstract {
        color: #222;
        font-size: 28px;
        line-height: 34px;
    }
    .txt-block h2.noabstract {
        color: #222;
        font-size: 28px;
        line-height: 34px;
    }
}

.int_testo .txt-content {
    max-width: 752px;
    margin: 0 auto;
}

.txt-block p,
.txt-content ul,
.txt-content ol,
.txt-content table {
    color: #555;
    font-size: 1.0625rem;
    margin: 0 0 2rem 0;
    line-height: 2rem;
}

.txt-block p a {
    color:#0B3142;
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
}

.txt-block p a:hover,
.txt-block p a:focus {
    text-decoration: underline;
    color: #666;
}

.txt-luogodata {
    color: #444 !important;
    text-transform: uppercase;
    margin: 0 0 1rem 0 !important;
    font-size: 0.875rem!important;
}

.txt-block {
    margin-bottom: 2.5rem;
}

@media (max-width: 1200px) {
    .txt-block p,
    .txt-content ul,
    .txt-content ol,
    .txt-content table {
        font-size: 1.125rem;
        line-height: 2rem;
        margin: 0 0 2rem 0;
    }
}

@media (max-width: 979px) {
    .txt-block p,
    .txt-content ul,
    .txt-content ol,
    .txt-content table {
        font-size: 1.0625rem;
        line-height:1.625rem;
        margin: 0 0 1.875rem 0;
    }
}

@media (max-width: 767px) {
    .txt-block p,
    .txt-content ul,
    .txt-content ol,
    .txt-content table {
        font-size: 1.0625rem;
        line-height: 1.625rem;
        margin: 0 0 1.5rem 0;
    }
    .txt-block {
        margin-bottom: 1.5rem;
    }
}

.txt-block .img-block {
    margin: 0 0 2.75rem 0;
    text-align: center;
}

.img-top {
    margin: .25rem 0 0 0;
}

.img-block figcaption {
    color: #555555;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    width: 100%;
    background-color: transparent;
    max-width:1040px;
    margin:10px auto 0;
}
.txt-block blockquote p {
    font-size: 1rem !important;
    color: #777 !important;
}

.txt-content .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 1.5rem 0 0 0;
}

.img-block-sx {
    float: left;
}

.left {
    float: left;
    margin: .25rem 1rem 0.25rem 0;
}

.img-block-dx {
    float: right;
}

.right {
    float: right;
    margin: 25rem 0 25rem 1rem;
}

.txt-content .fluid-width-video-wrapper {
    clear: both;
    margin: 3.125rem 0 2rem 0;
}

.img_ele {
    margin: 0 0 1.25rem 0;
    padding: 0 0.625rem 0 0.625rem;
}
.nb-gallery-testi {
    max-width:1040px;
    margin:0 auto;
}
.gallery_img {
    margin: 0 -0.625rem 0 -0.625rem;
}

.map-6 {
    max-width: 1040px;
    height: 460px;
    margin:0 auto;
}

.txt-block h2 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 2rem auto;
    max-width: 752px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.txt-block h2 small {
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: block;
    color: #555;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .txt-block h2 {
        font-size: 2.5rem;
    }
}

/* * * allegati * * */

.all-block {
    margin: 3rem 0 3rem 0;
}

.list-docs {
    list-style-type: none;
    padding: 0.25rem 1.25rem;
    margin: 0 auto;
    background-color: #fff;
    max-width: 752px;
    border: 1px solid #ddd;
}

.list-docs .item-doc:last-child {
    border-bottom: none;
}

.item-doc h4 {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 .5rem .25rem 0;
    color: inherit;
}

.item-doc .file-size {
    display: inline-block;
    font-size: 0.875rem;
    color: #999;
}

.item-doc .file-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

.list-docs .item-doc {
    border-bottom: 1px dashed #D6D6D6;
    padding: 1rem 0 1rem;
}

.list-docs .item-doc a {
    padding: 0 0 0 2rem;
    display: block;
    color:#222;
    
}
.item-doc a h4 {
    text-decoration:underline;
    color:#0B3142;
}
.item-doc a:hover h4 {
    color:#409EC1;
}
.list-docs .item-doc:before {
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    float: left;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    pointer-events: none;
}

.all-block .avi:before {
    content: '\e80b';
}

.all-block .bmp:before {
    content: '\e809';
}

.all-block .doc:before {
    content: '\e803';
}

.all-block .docx:before {
    content: '\e803';
}

.all-block .gif:before {
    content: '\e809';
}

.all-block .htm:before {
    content: '\e80c';
}

.all-block .html:before {
    content: '\e80c';
}

.all-block .jpg:before {
    content: '\e809';
}

.all-block .mov:before {
    content: '\e80b';
}

.all-block .mp3:before {
    content: '\e80a';
}

.all-block .mpg:before {
    content: '\e80b';
}

.all-block .nofile:before {
    content: '\e804';
}

.all-block .off:before {
    content: '\e800';
}

.all-block .pdf:before {
    content: '\e805';
}

.all-block .png:before {
    content: '\e809';
}

.all-block .pps:before {
    content: '\e808';
}

.all-block .ppsx:before {
    content: '\e808';
}

.all-block .ppt:before {
    content: '\e808';
}

.all-block .pptx:before {
    content: '\e808';
}

.all-block .pub:before {
    content: '\e808';
}

.all-block .rar:before {
    content: '\e80d';
}

.all-block .txt:before {
    content: '\e804';
}

.all-block .wav:before {
    content: '\e80a';
}

.all-block .wma:before {
    content: '\e80a';
}

.all-block .wmv:before {
    content: '\e80a';
}

.all-block .xls:before {
    content: '\e807';
}

.all-block .xlsx:before {
    content: '\e807';
}

.all-block .xml:before {
    content: '\e80c';
}

.all-block .zip:before {
    content: '\e80d';
}

.all-block .link_ico:before {
    content: '\e80e';
}

/* * * link * * */

.list-links {
    list-style-type: none;
    padding: 0.25rem 1.25rem;
    margin: 0 auto;
    background-color: #fff;
    max-width: 752px;
    border: 1px solid #ddd;
}

.list-links .item-link:last-child {
    border-bottom: none;
}

.item-link h4 {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    color: inherit;
}

.item-link .file-desc {
    color: #444;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

.list-links .item-link {
    border-bottom: 1px dashed #D6D6D6;
    padding: 1rem 0 1rem;
}
.list-links .item-link a {
   color:#222;
   
}
.list-links .item-link a h4 {
    text-decoration: underline;
    color:#0B3142;
 }
.list-links .item-link a:hover h4 {
    color:#409EC1;
 }


/* * * focus link * * */

.focus-link {
    margin: 0 !important;
    padding: 4rem 0;
}

.focus-link-full {
    margin: 0 !important;
}

.focus-link h4 {
    font-size: 3rem;
    line-height: 1;
    color: #444;
    margin: 0 0 1rem 0;
    font-weight: 700;
    color:#82A5A1;
}

@media (min-width: 768px) {
    .focus-link h4 {
        font-size: 3.5rem;
    }
}

.focus-link h4 a {
    color: #82A5A1;
    cursor: pointer;
}

.focus-link h4 a:hover {
    color: #628581;
}

.focus-link p {
    color: #666;
    line-height: 1.75rem;
    margin: 0 0 1.5rem 0;
}

.btn-flink {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #82A5A1;
}

.smi-block {
    margin: 2.125rem 0 2.125rem 0;
}

.btn-flink:hover,
.btn-flink:focus {
    text-decoration: none;
    background-color: #628581;
    color: #fff;
}

@media (max-width: 767px) {
    .focus-link img {
        margin: 0 0 2rem 0;
    }
}

.focus-link-full {
    background-position: top center;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
}

.focus-link-full:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(17, 40, 100, 0.73);*/
    background: rgba(0, 0, 0, 0.4);
    /*mix-blend-mode: darken;*/
}

.focus-link-full h4 {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-weight: 700;
}
@media (min-width: 768px) {
    .focus-link-full h4 {
        font-size: 4rem;
       
    }
}
@media (min-width: 992px) {
    .focus-link-full h4 {
        font-size: 5rem;
       
    }
}



.focus-link-full h4 a {
    color: #fff;
}

.focus-link-full h4 a:hover {
    color: #fff;
}

.focus-link-full p {
    color: #fff;
    line-height: 28px;
    margin: 0 auto 30px auto;
    max-width: 600px;
    padding: 0 1.25rem 0 1.25rem;
}

.focus-link-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    padding: 0 1rem;
}

.btn-full-link,
.btn-full-link:focus {
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #82A5A1;
}

.btn-full-link:hover,
.btn-full-link:focus {
    text-decoration: none;
    background-color: #628581;
    color: #fff;
}

/* pareggio colonne link alternati */

.inside {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
    .inside {
        margin-top: 0;
        margin-bottom: 0;
    }
    .cont_img_ser {
        position: relative;
        height: 330px;
        overflow: hidden;
        margin: 0 0 1.25rem 0;
    }
    .cont_img_ser img {
        position: absolute;
    }
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 992px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

.cont_focus_link .focus-link:nth-child(odd) {
    background-color: #f6f6f6;
}
.nb-cont-swiper-gallery {
    position: relative;
    padding-bottom: 40px;
    max-width:1040px;
    margin:0 auto;
}
.nb-cont-swiper-gallery .swiper-button-next:after, .nb-cont-swiper-gallery .swiper-button-prev:after {
    content:none;
}
.nb-cont-swiper-gallery .swiper-button-prev {
    position: absolute;
    bottom: -14px;
    left:-1px;
    color:#222;
    font-size: 42px;
    top:auto;
    width:40px;
}
.nb-cont-swiper-gallery .swiper-button-next {
    position: absolute;
    bottom: -14px;
    right: -1px;
    color:#222;
    font-size: 42px;
    top:auto;
    width:40px;
}

/* * * offerte * */
.nb-crp-int-noimg {
    padding-top:30px;
}
.nb-cont-off-el {
    max-width:860px;
    margin:0 auto;
}
.nb-cont-off-el .nb-card-offer {
    margin-bottom:40px;
}
@media (min-width: 768px) {
    .nb-crp-int-noimg {
        padding-top:70px;
    }
    .nb-cont-off-el .nb-card-offer {
        margin-bottom:70px;
    }
}

/* * offerte correlate * */
.nb-ve-off-txt h2 {
   
    font-weight: 400;
    color: #222;
    font-size: 1.625rem;
    margin-bottom: 1rem;
}
.nb-ve-off-txt h2 a {
    color: #0B3142;
}
.nb-ve-off-txt h2 a:hover {
    color: #0B3142;
    text-decoration:underline;
}
.nb-ve-off-txt p {
    color: #666;
    font-size: 0.9375rem;
    margin: 0 0 10px 0;
}
.nb-ve-off-txt .nb-btn-read {
    margin-top:20px;
}
@media (min-width: 992px) { 
    .nb-ve-off-txt h2 {
        font-size: 2rem;
    }
}
.nb-ve-off .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 66.25%;
    height: 0;
}
.nb-ve-off-txt {
    padding:0 30px;
}
.nb-ve-off {
    margin-top:0;
    margin-bottom:50px;
    padding-bottom:50px;
    border-bottom:1px solid #ddd;
}
.nb-ve-off:last-child {
    border-bottom:none;
    margin-bottom:0;
}
.nb-cont-off-image {
    margin-bottom:30px;
}
.nb-cont-cta-offer {
    margin-bottom:40px;
}
@media (min-width: 576px) { 
    .nb-ve-off-txt {
        padding:0 50px;
    }
    .nb-ve-off {
        margin-top:20px;
        margin-bottom:60px;
    padding-bottom:60px;
    }
}
@media (min-width: 1200px) { 
    .nb-ve-off-txt {
        padding:0 70px;
    }
    .nb-cont-off-image {
        margin-bottom:0;
       
    }
    .nb-ve-off {
        margin-bottom:80px;
        padding-bottom:80px;
    }
}
.nb-tit-offer-detail h1 {
    color: #333;
    font-size: 2rem;
    margin: 0 auto 1.25rem;
    margin-right: auto;
    margin-left: auto;
   
    font-weight: 400;
}
.nb-tit-offer-detail {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}
.nb-tit-off-descr {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}
.nb-tit-off-descr h2 {
    font-weight: 300;
    color: #222;
    margin: 0 0 15px 0;
    font-size: 1.5rem;
   
}
.nb-price-offer-detail {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}
.nb-price-offer-detail .nb-room-price {
    color:#222;
    font-size: 1.5rem;
    font-weight: 400;
}
.nb-price-offer-detail .nb-room-price span {
    color:#222;
    font-size: 1rem;
    font-weight: 300;
}
@media (min-width: 768px) { 
    .nb-tit-offer-detail h1 {
        font-size: 2.5rem;
    }
}
/* * * territorio * */
.nb-ve-att {
    max-width: 1020px;
    margin:0 auto;
}
.ve-al-txt {
   background-color: #fff;
    padding: 20px 20px;
    z-index:2;
    position: relative;
}

.nb-ve-att {
    margin-bottom:50px;
}
.nb-ve-att .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 70%;
    height: 0;
}
.nb-ve-att-txt h2 {
    color:#0B3142;
    margin-bottom:20px;
    font-weight: 400;
}
.nb-ve-att-txt h2 a {
    color:#0B3142;
}
.nb-ter-wrapper {
    margin-top:110px;
    margin-bottom:30px;
}
.nb-crp-int-noimg .nb-ter-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}
.nb-offer-dett .txt-block p.txt-abstract {
    text-align:left;
    font-size: 1.1875rem!important;
    color: #444;
    text-transform: none;
    font-weight: 300;
}
@media (min-width: 992px) { 
    .nb-ter-wrapper {
        margin-top:110px;
        margin-bottom:50px;
    }
    .nb-crp-int-noimg .nb-ter-wrapper {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .nb-ve-att .img-responsive-wrapper .img-responsive {
        position: relative;
        padding-bottom: 0;
        height: 100%;
        min-height: 436px;
    }
    .ve-al-txt {
        background-color: #fff;
         padding: 50px 50px;
         margin-left:-80px;
         margin-top:50px;
         margin-bottom:50px;
         z-index:2;
         position: relative;
     }
     .nb-ve-att:nth-child(2n) .ve-al-txt {
        margin-left:auto;
         margin-right: -80px;
       
     }
     .nb-ve-att {
        margin-bottom:100px;
    }
}
/* contatti */
.map-18 {
    width: 100%;
    height: 310px;
}
.contatti-iframe-map {
    width: 100%;
}
.max-content{
    max-width: 1380px;
}
.contatti-iframe-map iframe {
    width: 100%;
    min-height: 450px;
    height: 100%;

}
.contact-block .map-block .container {
    width: auto !important;
    padding: 0 !important;
}
.contact-block {
    padding: 2.5rem 0 0 0;
}
.contact-block .txt-block h2 {
    margin: 1.75rem 0 1rem;
    color: #333;
    font-size: 2.125rem;
    line-height: 2.5rem;
}

.contact-block .txt-block h1 {
    margin: 0 0 0.625rem;
}

.contact-block .txt-header {
    background: transparent none;
    padding: 0;
}

#main-content {
    padding: 0 0 3.375rem 0;
}

#cont_form input.form-control {
    height: 40px;
}

@media (max-width: 767px) {
    .contact-block .txt-block h2 {
        margin: 2.5rem 0 1rem;
        font-size: 1.5rem;
    }
    #main-content {
        padding: 0 0 3.375rem 0;
    }
}

.mappe {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-block .map-block {
    padding: 0.5rem 0 0 0;
    margin: 0;
}

#richiestaf fieldset {
    margin-bottom: 2.125rem;
}

#richiestaf .privacy {
    margin-top: 1rem;
}

@media (max-width: 991px) {
    #cont_form {
        padding: 0 0 2.5rem 0;
    }
}

#cont_form label {
    font-size: 1.125rem;
    font-weight: normal;
    color: #444;
}

.privacy {
    margin: 2rem 0 1.5rem;
}

.privacy .txt-block {
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 0.75rem;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: border 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
    width: 100%;
}

.privacy h3 {
    padding: 0;
    margin: 1.25rem 0 0.625rem 0 !important;
    text-align: left;
    color: #444;
    font-size: 1.5rem;
}
.privacy .txt-content,
.privacy .txt-content p,
.privacy .txt-content ul li {
    font-size: 1rem !important;
    color: #444;
    padding: 0;
    line-height: 1.375rem !important
}
.privacy .container {
    width: auto;
}
.btn_cont {
    font-size: 1rem !important;
}
.btn-contact {
    border: none;
    padding: 0.9rem 1.75em 0.9rem 1.75em;
    position: relative;
    background-color: #0F7173;
    color: #fff;
    text-transform: uppercase;
    margin: 1.275rem 0 0 0;
    border-radius:0;
}
.btn-contact:hover {
    color: #fff;
    background-color: #006163;
}
@media (max-width: 767px) {
    .contact-block {
        margin: 0;
    }
}
.contact-block .txt-block h1 {
    color: #222;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
/* *  contatti * * */
.cont-rec {
    padding:35px 0 45px;
}
.cont-rec a, .adress-box h4, .info-box h4 {
    font-size: 20px;
    line-height: 25px;
    color:#333;
    font-weight: 400;
    margin:0 0 15px 0;
    display:inline-block;
}
@media (min-width: 991px) { 
    .cont-rec a, .adress-box h4, .info-box h4 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 400;
    }
}
.cont-rec .eti-rec {
    display: block;
    color:#666;
}
.adress-box p, .info-box p {
    font-size: 16px;
    color:#333;
    margin:0;
}
.adress-box, .info-box {
    margin:0 0 45px 0;
}
.contact-map {
    height:340px;
    width:100%;
}
.contact-map .all-block {
    margin:0;

}
.contact-map .map-18 {
    width: 100%;
    height:340px;
}
.near-box {
    background-color:#f4f4f4;
    height:100%;
    width:100%;
    padding:35px 20px;
}
.near-box h3 {
    font-weight:400;
    font-size: 30px;
    margin:0 0 1rem 0;
}
.near-box p {
    font-size: 18px;
    color:#666;
} 
@media (min-width: 991px) { 
    .contact-map {
        height:600px;
        width:100%;
    }
    .contact-map .map-18 {
        width: 100%;
        height:600px;
    }
    .near-box {
        background-color:#f4f4f4;
        height:100%;
        width:100%;
        padding:30px 50px 30px 50px;
    }
    .near-box h3 {
        font-weight:400;
        font-size: 40px
    }
}
.near-box table {
    font-size: 20px;
    color:#333;
   
} 
.near-box table th {
    font-weight: 400;
   font-size:17px;
}
.near-box table td {
    font-weight: 400;
    font-size: 15px;
    margin:3px 0 0 0;
}
@media (min-width: 767px) { 
    .near-box table th {
        font-weight: 400;
        font-size:18px;
    }
    .near-box table td {
        font-weight: 400;
        font-size: 16px;
        margin:3px 0 0 0;
    }
}
.cont-form-contact {
    background-color:#f4f4f4;
    clear: both;
    margin:26px 0 0 0;
    padding:60px 20px;
}
#cont_form {
    text-align: center;
}
#cont_form  .form-group  {
    text-align: left;
}
.head-form {
    max-width: 800px;
    margin:0 auto;
    text-align: center;
}
.head-form h3 {
    font-weight: 400;
    font-size: 30px;
    margin:0 0 20px 0;
}
@media (min-width: 767px) { 
    .head-form h3 {
        font-size: 40px;
        margin:0 0 20px 0;
    }
}
.privacy .txt-block {
    background-color: #fff;
}
.crp_contact {
    padding: 0 0 15px 0!important;
}
.cont-htg {
    padding:60px 0;
}
.item-htg p {
    font-size: 17px;
    margin-bottom: 0.75rem;
}
.item-htg {
    margin:0 0 30px 0;
}
.head-htg {
    margin:0 0 50px 0;
}
.head-htg p {
    font-size: 20px;
}
.head-htg h3 {
    font-size: 35px;
}
/*** 
	Overlay blocco cookie
***/
.cookie-activation {
	position: relative;
	width: 100%;
	padding-top: 66.66%; /* 1:1 Aspect Ratio = 100 */
	min-height: 350px;
}
.cookie-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(229, 227, 223);
}
.cookie-overlay-container {
    height: 100%;
    width: 100%;
    display: table;
    background-color: #e0e0e0;
    position: relative;
    left: 0;
    top: 0;
}
.cookie-overlay-content {
    border-radius: 1px;
	padding-top: 5%;
	padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    position: static;
    vertical-align: middle;
    display: table-cell;
}
.cookie-overlay-icon {
    text-align: center;
}
.cookie-overlay-title {
    margin: 5px;
    margin-bottom: 5px;
    margin-bottom: 20px;
    color: #616161;
    font-family: Roboto,Arial,sans-serif;
    text-align: center;
	font-size: 24px;
	line-height: 1.250;
}
.cookie-overlay-message {
    margin: 5px;
    color: #757575;
    font-family: Roboto,Arial,sans-serif;
    text-align: center;
    font-size: 12px;
}
.cookie-overlay-action{
	text-align: center;
}
.cookie-overlay-link,.cookie-overlay-link:hover,.cookie-overlay-link:focus {
	border: medium none;
	border-radius: 2px;
	color: #616161;
	cursor: pointer;
	line-height: 19px;
	text-decoration: underline;
	white-space: nowrap;
	display: inline-block;
	margin: 11px 6px 0px;
}
.cookie-overlay-button,.cookie-overlay-button:hover,.cookie-overlay-button:focus {
	background-color: rgb(17, 40, 100);
	border: medium none;
	border-radius: 2px;
	color:#fff;
	cursor: pointer;
	line-height: 19px;
	padding: 6px 8px;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	margin: 11px 6px 0px;
	
}


/* * * * elenco testi * * * */
.nb-cont-tit-el {
    max-width:1140px;
    margin:0 auto;
}
.elenco .row .col-md-3 {
    padding-left: 0;
}

.elenco .row .col-md-9 {
    padding-right: 0;
}

@media (max-width: 991px) {
    .elenco .row .col-sm-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .elenco .row .col-sm-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.txt-block .elenco {
    list-style: none;
    margin: 3rem auto 0 auto;
    padding: 0;
    max-width:1140px;
}

.txt-block .txt-block-ele h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 0px 0 18px 0;
    font-weight: 400;
}
.txt-block .txt-block-ele h2 a {
    color:#0B3142;
}
@media (min-width: 768px) {
    .txt-block .txt-block-ele h2 {
        font-size: 2rem;
        
    }
}
@media (min-width: 1200px) {
    .txt-block .txt-block-ele h2 {
        font-size: 2.25rem;
        line-height: 1.2;
    }
}

.txt-block-ele p.txt-abstract {
    font-size: 1rem !important;
    margin: 0!important;
    color: #666;
    line-height: 1.8;
}

.txt-block-ele img {
    margin: 0 0 0 0;
}

@media (max-width: 991px) {
    .txt-block-ele img {
        margin: 0 0 1rem 0;
    }
    .txt-block-ele p.txt-abstract {
        font-size: 0.9375rem !important;
    }
}

.txt-block-ele {
    border-top: 1px solid #ddd;
    padding: 2.25rem 0 2.25rem 0;
}

@media (max-width: 991px) {
    .txt-block-ele {
        border-top: 1px solid #ddd;
        padding: 3rem 0 3rem 0;
    }
}

.txt-block .elenco li.txt-block-ele:first-child {
    padding: 0.5rem 0 2.25rem;
}

.txt-block-ele:first-child {
    border-top: none;
}
.cont-naviga-news {
    max-width:752px;
    margin:50px auto 40px;
}
.naviga-news {
    padding: 0 0 0.125rem 0;
}

.naviga-news .glyphicon {
    font-size: 0.75rem;
}

.lista-next,
.lista-prev,
.lista-news {
    font-size: 1rem;
    border:1px solid #222;
    background-color:transparent;
    color:#222;
    border-radius:0;
    text-transform: uppercase;;
}

.primary {
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #F4F4F4;
    color: #222;
}

.primary:hover {
    background-color: #E9E9E9;
    color: #555;
}

.disabled {
    color: #666;
}

.btn_sx {
    float: right;
    margin: 0 0 0 5px;
}
.naviga-news .hidden-xs {
    display: inline-block !important;
}
.btn.disabled {
    font-size: 1rem;
    border: 1px solid #999;
    color: #666;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.disabled:hover {
    border: 1px solid #777!important;
    color: #444;
    background-color: #fff!important;
}
@media (max-width: 767px) {
    .naviga-news .hidden-xs {
        display: none !important;
    }
}
.txt-header .txt-luogodata {
    max-width: 752px;
    margin-left: auto!important;
    margin-right:auto!important;
}
/* * * paginazione * * */
.pagination {
    margin: 0 0 3rem 0;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #0F7173;
    color: #fff;
    border: 1px solid #0F7173;
}

.pagination>li>a , .pagination>li>span {
    color: #222;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}
/* * * servizi hotel * */
.bg-light-grey {
    background-color: #f4f4f4;
}
.list-ser {
    clear: both;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media (min-width: 576px) {
    .list-ser {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count:2;
    }
} 
@media (min-width: 767px) {
    .list-ser {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count:2;
    }
} 
@media (min-width: 991px) {
    .list-ser {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
} 
.list-ser li {
    margin-bottom:10px;
    font-size: 18px;
    color:#444;
    
}
.list-ser h5 {
    margin:0 0 15px 0;
    font-size: 1.3125rem;
    display: inline-block;
}
.list-ser-group {
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid;           
    break-inside: avoid-column;        
    margin:0 0 25px 0;
    position: relative;
  display: inline-block;
  border:1px solid #f4f4f4;
   width:100%;
    /*display: table;*/
}
.list-ser .badge {
    font-weight: normal;
    font-size:16px;
    background-color: #CDE5F0;
} 
div.nb-whatsapp, .inline {
	display: inline;
}
.nb-whatsapp {
	position: fixed;
	z-index: 9998;
	bottom:10px; 
	right:10px;
}
.nb-whatsapp .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.nb-img-hover-zoom img {
    transition: transform .75s ease;
}
.nb-img-hover-zoom:hover img {
    transform: scale(1.15);
}
/*** 
	Overlay mappa
***/
.mappa-activation {
	position: relative;
	width: 100%;
	padding-top: 66.66%; /* 1:1 Aspect Ratio = 100 */
	min-height: 350px;
    height: 100%;
}
.mappa-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(229, 227, 223);
}
.mappa-overlay-container {
    height: 100%;
    width: 100%;
    display: table;
    background-color: #e0e0e0;
    position: relative;
    left: 0;
    top: 0;
    background-image: url('../img/mappa-bg.png');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.mappa-overlay-content {
    border-radius: 1px;
	padding-top: 5%;
	padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
    position: static;
    vertical-align: middle;
    display: table-cell;
}

.mappa-overlay-action{
	text-align: center;
}