/* general */

* {
    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: 'Poppins', sans-serif;
    color: #666666;
    background: #fff;
    font-size: 16px;
}

*:active,
*:hover,
*:focus {
    outline: 0 !important;
    outline: none !important;
    outline-width: 0 !important;
}

a {
    color: #333;
    /*font-size: 0.875rem;*/
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #82A5A1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-weight: 700;
    position: relative;
}

h1,
.h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

h2,
.h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

h3,
.h3 {
    font-size: 1.313rem;
    margin-bottom: 2rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
}

h1 a:hover,
h1 a:focus,
h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active {
    text-decoration: none;
}

p {
    font-size: 1rem;
}

@media(min-width: 768px) {
    p {
        font-size: 1.125rem;
    }
}

label {
    font-size: 1.125rem;
    color: #333;
}

.img-w {
    position: relative;
}

.decor:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background: #8C1430;
    top: -16px;
    left: 0;
}

.decor-1 {
    margin-bottom: 1rem;
}

/*
.crp_int_noimg h1:after,
.decor-1::after {
    position: absolute;
    content: '';
    background: #AE8F4E;
    width: 34px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
}
*/
.crp_int {
    padding:20px 0 0 0;
}

.cont-header-noimg h1,
section .section-header>h2 {
   /* text-transform: uppercase;*/
    /*padding: 2rem 2rem 1.5rem;*/
    padding-bottom:1.5rem;
    margin-top:1.5rem;
}

a.c-link {
    position: relative;
    color: #AE8F4E;
    font-size: 0.95rem;
    text-indent: 0;
    display: inline-block;
    text-transform: uppercase;
    padding-right:10px;
}

a.c-link:hover,
a.c-link:focus {
    text-decoration: underline
}

a.c-link:before {
    position: absolute;
    font-family: 'fontello';
    content: '\e800';
    color: #AE8F4E;
    top: 2px;
    right: 0;
    font-size:0.75rem;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn {
    font-size: 1rem;
    background-color: #82A5A1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

.btn:hover,
.btn:focus {
    background-color: #628581;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn.btn-primary {
    background-color: #82A5A1;
    border-color: #82A5A1;
    color: #fff;
    font-size: .875rem;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:focus:active {
    background-color: #628581 !important;
    border-color: #628581 !important;
}
/* * * cache off * */
.cache_off {
	background-color: #333;
	z-index:100;
	position: relative;
	text-align: center;
	padding:7px 15px;
	color:#fff;
}
.cache_off a {
	color:#EF5E8A;
	text-decoration: underline;
}
.cache_off a:hover {
	color:#fff;
}
header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* @media(min-width: 768px) { */
    .stickyheader #header:before {
        content:'';
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background-color: rgba(40, 48, 68, 0.9);
    } 
/* }*/
/* * * header senza copertina * */
.cont-header-noimg header {
    position: relative;
    height:82px;
    background-color: rgba(40, 48, 68, 1);
}
.cont-header-noimg .header-inner {
    
    color: #fff;
}
/*
.cont-header-noimg .btn-menu {
    background-color: rgba(255, 255, 255, 0);
}*/
.cont-header-noimg .header-inner .menu-dx li a {
    color: inherit;
}
.cont-header-noimg .header-inner .menu-dx li:last-child a {
    color:#fff;
}

.cont-header-noimg .header-inner .logo a,
.cont-header-noimg .header-inner .menu_lang .btn,
.cont-header-noimg .header-inner .menu_social a, 
.cont-header-noimg .header-inner .contact-icons a,
.cont-header-noimg #sidebarCollapse-label {
    color: inherit;
}

.cont-header-noimg #sidebarCollapse span.hamburger {
    background: #fff!important;
}
.cont-header-noimg #sidebarCollapse span.hamburger-label {
    color: #fff!important;
}
.cont-header-noimg .header-inner .header-dx {
    padding: 19px 20px 0 0;
}
/*
.cont-header-noimg .header-inner .menu_social {
    margin: 1.125rem 0 0 1.5rem;
}*/

.cont-header-noimg .stickyheader .header-inner {
    background: transparent none;
}
.cont-header-noimg header .logo-mobile {
    display: block !important;
}
.cont-header-noimg header .logo-dsp {
    display: none !important;
}
.cont-header-noimg  header .logo {
    padding: 0;
    background-color: transparent;
    width: 136px;
height: 53px;
}
.cont-header-noimg .header-inner .header-sx {
    padding: 15px 0 0 20px;
}
.cont-header-noimg  .header-inner .menu_social {
    margin: 5px 0 0 1.5rem;
}
.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;
}
.header-inner .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: 15px 0 0 20px;
}

@media(min-width: 768px) { 
    .header-inner .header-sx {
        padding: 20px 0 0 20px;
    }
}
.stickyheader .header-inner .header-sx {
    padding: 15px 0 0 20px;
}
.header-inner .header-dx {
    padding:20px 20px 0 0;
}
.stickyheader .header-inner .header-dx {
    padding: 19px 20px 0 0;
}
@media(max-width: 767px) { 
    .header-inner .header-dx {
        padding: 19px 15px 0 0;
    }
    .stickyheader .header-inner .header-dx {
        padding: 19px 15px 0 0;
    }
}
.header-inner .menu_social {
    list-style: none;
    margin: 0 0 0 1.5rem;
    padding: 8px 0 0 0;
    position: relative;
    z-index: 2;
}
.stickyheader .header-inner .menu_social {
    margin: 5px 0 0 1.5rem;
}
.header-inner .menu_social li {
    display: inline-block;
    padding: 0 0.4375rem;
}

.header-inner .menu_social a {
    color: #fff;
    font-size: 1.3rem;
}

.header-inner .menu_lang .btn {
    border: none;
    font-weight: 400;
    color: #fff;
    font-size:1.0625rem ;
    padding: .65rem .75rem .6rem;
    background-color: transparent;
}
/*
@media(min-width: 768px) { 
    .header-inner .menu_lang .btn {
        margin: 0 0.75rem;
    }
}*/

.header-inner .menu_lang .btn:hover,
.header-inner .menu_lang .btn:focus,
.header-inner .menu_lang .btn:focus,
.header-inner .menu_lang .btn:focus a {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.header-inner .menu_lang .dropdown-menu {
    background: #fff;
    border-radius: 0;
    -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;
}
.header-inner .menu_lang .dropdown-menu .dropdown-item {
    padding: .25rem 1rem;
}
.header-inner .menu_lang .dropdown-menu .dropdown-item a {
    color: #333;
    display: block;
}

.header-inner .menu_lang .dropdown-menu .dropdown-item a .header-inner .menu_lang .dropdown-menu .dropdown-item:focus,
.header-inner .menu_lang .dropdown-menu .dropdown-item:hover,
.header-inner .menu_lang .dropdown-menu .dropdown-item:hover:active {
    background-color: #82A5A1;
    cursor: pointer;
}

.header-inner .menu_lang .dropdown-menu .dropdown-item:focus a,
.header-inner .menu_lang .dropdown-menu .dropdown-item:hover a,
.header-inner .menu_lang .dropdown-menu .dropdown-item:hover:active a {
    color: #fff;
    text-decoration: none;
}

.header-inner .logo a {
    color: #fff;
    text-align: center;
    display: block;
}

.header-inner .logo a:hover {
    text-decoration: none;
}

.logo .title {
    font-family: 'Playfair Display', serif;
    display: block;
}

.logo .location {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.header-inner .contact-icons {
    display: inline-block;
    margin: 0 0.75rem;
}

.header-inner .contact-icons a {
    padding: 0 0.375rem;
    color: #fff;
}
.header-inner .menu-dx {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-inner .menu-dx li {
    display: block;
}
.header-inner .menu-dx li a {
    color: #fff;
    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:400;
}
.header-inner .menu-dx li {
    margin:0 0 0 15px;
}
.header-inner .menu-dx li:last-child {
    margin:0 0 0 15px;
}
.header-inner .menu-dx li:first-child a {
    padding: 0.5rem 1em 0.5rem 1em;
    border:1px solid #fff;
    position: relative;
}
.header-inner .menu-dx li:first-child a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.header-inner .menu-dx li:last-child a {
    padding: 0.6rem 1em 0.5rem 1em;
    border:1px solid #fff;
    background-color: transparent;
    position: relative;
}
.header-inner .menu-dx li:last-child a:hover {
    border:1px solid #fff;
    background-color: rgba(255, 255, 255, 0.13);
}
.header-inner .menu-dx li:last-child a:hover,
.header-inner .menu-dx li:last-child a:focus {
   /* background-color: #6b081f;*/
}
/*.header-inner .menu-dx li:first-child {
    display: none;
}*/

@media(max-width: 767px) {
    .header-inner .menu-dx li:last-child a {
        padding: 0.25rem 0.5em 0.25rem 0.5em;
        margin-top: 0.4rem;
      

    }

 }

/*@media(min-width: 991px) { 
    .header-inner .menu-dx li:first-child {
        display: block;
    }
}*/
.logo {
    margin:0 auto 0;
    width:78px;
    height:117px;

}
/* slider */

.home-slider-w {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
}

.home-slider {
    width: 100%;
    height: 100%;
}
@media(min-width: 768px) { 
    .home-slider {
        width: 100%;
        height: calc(100% - 119px);
    }
}
.home-slider .swiper-slide:before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}

.swiper-caption {
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.swiper-caption h2 {
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    text-align: center;
    text-transform: initial;
    text-transform: uppercase;
    padding: 0;
    margin:0;
}

.swiper-caption h2 span {
    font-size: 1.0625rem!important;
    display: block;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
    margin:20px 0 0 0;
}
@media(min-width: 576px) { 
    .swiper-caption h2 span {
        font-size: 1.0625rem!important;
        margin:20px 0 0 0;
    }
    .swiper-caption h2 {
        font-size: 4.75rem;
    }
}
@media(min-width: 768px) { 
    .swiper-caption h2 span {
        font-size: 1.0625rem!important;
        margin:20px 0 0 0;
    }
    .swiper-caption h2 {
        font-size: 6.25rem;
    }
}
.swiper-caption p {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin: 0;
}

.home-slider .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-nav {
    display: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    top: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left:20px;
    width: auto;
    bottom:70px;
}

.swiper-bottom-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .6;
}
.swiper-pagination-bullet-active {

    opacity: 1;
    background: #82A5A1;

}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
    display: block;
}

@media(min-width: 768px) { 
    .swiper-container-horizontal > .swiper-pagination-bullets {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        left:auto;
        width: 13px;
        bottom:auto;
    }
    .swiper-pagination:before {
        content:'';
        height:28px;
        width:1px;
        background-color:#fff;
        opacity:0.6;
        position: absolute;
        left:0;
        right:0;
        top: -34px;
        margin: 0 auto;
    }
    .swiper-pagination:after {
        content:'';
        height:28px;
        width:1px;
        background-color:#fff;
        opacity:0.6;
        position: absolute;
        left:0;
        right:0;
        bottom: -34px;
        margin: 0 auto;
    }
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    /* max-width: 80%;
     width: 370px;*/
     width: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
     position: fixed;
     top: 0;
     bottom: 0;
     left: -100%;
     height: 100vh;
     z-index: 999;
     color: #fff;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     background-color: #1C1F33;
 }
 
 #sidebar.active {
     left: 0;
   /*  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
 }
 
 #dismiss {
     width: 27px;
     height: 21px;
     line-height: 27px;
     text-align: center;
     background: #7386D5;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }
 
 #dismiss:hover {
     background: #fff;
     color: #7386D5;
 }
 
 #dismiss span {
     display: block;
     position: absolute;
     height: 2px;
     width: 100%;
     background: #333;
     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;
 }
 
 #dismiss span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 9px;
     left: 1px;
 }
 
 #dismiss span:nth-child(2) {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 9px;
     left: 2px;
 }
 
 .overlay {
     /*background: #000;*/
     opacity: 0;
     z-index: 998;
     overflow: auto;
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
 }
 
 .overlay-on {
     position: fixed;
     /*background: #000;*/
     opacity: 0.8;
     width: 100vw;
     height: 100vh;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
 }
 
 #sidebar .sidebar-top {
     background-color: #8C1430;
     font-size: 1rem;
     font-weight: 700;
     color: #fff;
     height: 82px;
     padding: 1.75rem 4rem;
     margin: 0;
     line-height: normal;
     text-transform: initial;
 }
 
 #sidebar .sidebar-header {
     height: 46px;
    /* -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
     box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);*/
     position: fixed;
     left: -100%;
    /* max-width: 80%;
     width: 370px;*/
     width:100%;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     top: 0;
 }
 
 #sidebar .sidebar-header span {
     font-size: 25px;
     font-weight: 400;
     color: #333;
     display: block;
     padding: 1rem 1.25rem 1.5rem 0;
     margin-top: 1rem;
     position: absolute;
     top: 40px;
     left: 20px;
 }
 
 #sidebar.active .sidebar-header {
     top: 0;
     left: 0;
    /* max-width: 80%;
     width: 370px;*/
     width:100%;
    /* background-color: #8C1430;*/
 }
 
 .sidebar-bottom {
     left: 0;
     bottom: 0;
     display: block;
     overflow: auto;
     position: absolute;
     top: 46px;
     width: 100%;
     -webkit-overflow-scrolling: touch;
     text-align:left;
 }
 .sidebar-bottom nav {
     margin:20px 0 0 0;
     text-align: left;
 }
 #sidebar ul.components {
   /*  padding: 0 0 5rem;*/
 }
 
 #sidebar ul p {
     color: #fff;
     padding: 0.625rem;
 }
 #sidebar ul li a {
     padding: 0.25rem 1.25rem;
     font-size: 1.4rem;
     display: block;
     color: #fff;
 }
 #sidebar ul li a:hover {
     color: #fff;
     text-decoration: underline;
 }
 .sidebar-bottom ul li {
    /* border-top: 1px solid #ddd;*/
     margin-bottom:3px;
 }
 .sidebar-bottom ul li ul {
     margin:3px 0 5px 20px;
 }
 .sidebar-bottom ul li ul li{
    margin:0;
}
 .sidebar-bottom ul li:first-child {
     border-top:none;
 }
 #sidebar ul li a[aria-expanded="true"] {
     color: #fff;
 }
 #sidebar ul li.active>a {
     text-decoration: underline;
 }
 #sidebar ul li a[data-toggle="collapse"] {
     position: relative;
 }
 #sidebar ul li a[aria-expanded="false"]::after,
 #sidebar ul li a[aria-expanded="true"]::after {
     /*display: block;
     right: 20px; */
     position: absolute;
     top: 15px;
     font-size: 13px;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f078";
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     text-decoration: none !important;
     margin:0 0 0 8px;
 }
 
 #sidebar ul li a[aria-expanded="true"]::after {
     transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
     -webkit-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
     -moz-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
     -o-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
     -ms-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
 }
 
 #sidebar ul ul a {
     font-size: 1.15rem !important;
     padding: 0.4rem 1.25rem;
     color:#fff;
    /* padding-left: 2rem !important;*/
    /* background: #eee;*/
 }
 #sidebar ul ul li {
     border-top:none;
 }
 /*
 #sidebar ul ul {
     margin:0 0 20px 0;
 }*/
 #sidebar ul ul ul a {
     font-size: 1rem !important;
     padding-left: 2.75rem !important;
     background: #eee;
 }
 
 #sidebar ul ul ul ul a {
     font-size: 1rem !important;
     padding-left: 3.5rem !important;
     background: #eee;
 }
 
 .sidebarCollapse-w {
   /*  display: -webkit-box;
     display: -ms-flexbox;
     display: flex;*/
 }
 
 #sidebarCollapse {
     font-size: 1.0625rem;
     color: #fff;
     text-transform: uppercase;
     /*padding:2rem 1.25rem 2rem 3.5rem;*/
     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 0 0 20px;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*position: absolute;
    top:10px;
    right:10px;*/
 }
.sidebar-adress {
    margin:20px 0 40px 0;
}
.dx-sd h3 {
    margin:0 0 15px 0;
    font-size: 1.25rem;
    color:#fff;
}
.dx-sd {
    padding: 0 1.25rem;
}

@media(min-width: 991px) { 
    .sidebar-bottom nav {
        margin:50px 0 0 0;
        text-align: left;
    }
    .dx-sd {
        padding: 0;
    }
    .sidebar-adress {
        margin:50px 0 40px 0;
    }
}
.sidebar-adress h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    color:#fff;
    font-weight: 600;
}
.sidebar-adress p {
    font-size: 1rem;
}
.sidebar-adress a {
    display: block;
    color:#fff;
    margin:0 0 2px 0;
    font-size: 1rem;
}
.sidebar-adress a.contact-link-sd {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
}
.social-sd {
    margin:0 0 40px 0;
}
.social-sd ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.social-sd ul li {
    display: inline-block;
    padding:0;
    margin:0 16px 0 0;
}
.social-sd ul li a {
   display: inline-block;
padding:0!important;
color:#fff;
}
.social-sd ul li a:hover {
    color:#fff!important;
} 
.lang-sd {
    margin:0 0 150px 0;
}
.lang-sd ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.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;
}
.lang-sd ul li a {
    display: inline-block;
    padding:0 !important;
    color:#fff;
    font-size: 1rem !important;
 }
 .lang-sd ul li a:hover {
    color:#fff!important;
 }
 .lang-sd ul li.active a {
    font-weight: 700;
    color:#fff!important;
 }
.btn-menu {
    -webkit-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.stickyheader .btn-menu {
    height:auto;
}
.btn-menu:hover {
    background-color: rgba(247, 179, 43, 0.7);
} 
.btn-menu.open {
    background-color:rgba(255, 255, 255, 0);
}
.hamburger-label {
    margin:0 10px 0 0;
}
 .open .hamburger-label {
     display:none!important;
 }
 /*
 @media (min-width: 767px) { 
     #sidebarCollapse { 
         padding-left: 2.8rem;
     }
 }*/
 #sidebarCollapse span.hamburger {
     display: block;
     position: absolute;
     height: 2px;
     width: 32px;
     background: #fff;
     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;
 }
 #sidebarCollapse span.hamburger:nth-child(1) {
    height: 2px;
    width: 32px;
 }
 #sidebarCollapse span.hamburger:nth-child(3) {
    height: 2px;
    width: 32px;
 }
 #sidebarCollapse-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;
 }
 #sidebarCollapse.open .hamburger-wrapper  span {
     background-color: #fff;
 }
 #sidebarCollapse.open #sidebarCollapse-label {
     color: #fff;
 }
 #sidebarCollapse.open span.cd-menu-label {
     display: none;
 }
 .hamburger-wrapper {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 22px;
 }
 #sidebarCollapse .hamburger-wrapper  span:nth-child(1) {
     top: 0;
     -webkit-transform-origin: left center;
     transform-origin: left center;
 }

 #sidebarCollapse .hamburger-wrapper span:nth-child(2) {
     top: 10px;
     -webkit-transform-origin: left center;
     transform-origin: left center;
 }
 .stickyheader #sidebarCollapse .hamburger-wrapper span:nth-child(2) {
    top: 10px;
}
 #sidebarCollapse .hamburger-wrapper span:nth-child(3) {
     top: 20px;
     -webkit-transform-origin: left center;
     transform-origin: left center;
 }
 .stickyheader #sidebarCollapse .hamburger-wrapper span:nth-child(3) {
    top: 20px;
}
 #sidebarCollapse.open .hamburger-wrapper span:nth-child(1) {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 0px;
     left: 0;
     /*top: -2px;
     left: 4px;*/
     width: 28px;
 }
  #sidebarCollapse.open .hamburger-wrapper span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 20px;
     left: 0;
    /* top: 21px;
     left: 4px;*/
     width: 28px;
 }
 #sidebarCollapse.open .hamburger-wrapper span:nth-child(2) {
     width: 0%;
     opacity: 0;
 }

 .open-sd {
     overflow: hidden;
     overflow-x: hidden;
     overflow-y: hidden;
     /*position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;*/
 }
 .col-inner {
     margin: 2rem 1rem 0;
     width: 80%;
 }
 .text-indent {
     text-indent: -0.5rem;
     padding-left: 1rem;
 }
 .form-control:focus {
     background: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
 }

 @media(max-width: 767px) {

    #header::before {
        left: 52px;
        right: 0;
    }
    #sidebarCollapse span.hamburger {
        background-color: #fff;
    }
    
    #sidebar,
    #sidebar .sidebar-header {
        right: -100%;
        left: auto;
    }
    #sidebar.active,
    #sidebar.active .sidebar-header {
        right: 0;
        left: auto;
    }
    #sidebar .sidebar-top {
        padding: 1.75rem 2rem 1.5rem 1.25rem;
    }

    .header-inner .logo {
        width:136px;
        height:53px;
        padding:0;
        background-color: transparent;
    }
    .header-inner .logo a {
        text-align: left;
        display: block;
    }
    footer .info_ft {
        margin: 0.5rem 0
    }
    .card-deck .card {
        margin-bottom: 3.75rem;
    }
    .card-deck .card:last-child {
        margin-bottom: 0;
    }
    footer h3 {
        margin-bottom: 0.25rem;
    }
    /*
    .menu-dx{
        display: none;
    }*/
}
@media(min-width: 576px) { 
    .swiper-caption h2 {
        font-size: 5rem;
    }
}
@media(min-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    .offer-inner {
        padding: 2rem;
    }
    .swiper-nav {
        display: block;
    }
    .header-inner .header-c.p-abs {
        position: absolute;
        z-index: 101;
        text-align: center;
        margin: 0 auto;
        width: 225px;
        top: 0;
        left: 0;
        right: 0;
        display: inherit;
    }
    .swiper-caption h2 {
        font-size: 6rem;
    }
    .swiper-caption h2 span {
        font-size: 2rem;
    }
    .swiper-caption p {
        font-size: 2rem;
    }
    /*
    .dropdown-menu-right {
        -webkit-transform: translate3d(10px, 30px, 0px) !important;
        transform: translate3d(10px, 30px, 0px) !important;
    }*/
    .sidebarCollapse-w {
        float:left;
        /*width: 120px;
        height: 84px;*/
       /* -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid rgba(255, 255, 255, 0.26);*/
    }
    #sidebarCollapse {
        /*margin-right: 4.25rem;*/
        padding: 0.8rem 0;
    }
    .stickyheader  #sidebarCollapse.open {
        /*margin-right: 4.25rem;*/
       /* padding:1.5rem 1.25rem 1.5rem 3.5rem;*/
    }
    section.apartments .figure-2 {
        position: absolute;
        top: 80px;
        right: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.333333%;
        flex: 0 0 28.333333%;
    }
    .block_subbtn {
        margin-top: 1.5rem;
    }
    .col-inner {
        margin: 3rem;
    }
    section.apartments {
        padding: 5.75rem 1rem 10.75rem;
    }
}
.open-sd .header-inner .header-c.p-abs {
   /* z-index:2000;*/
}
.open-sd .header-inner .logo a {
    color:#333;
}
.swiper-caption .wrap-caption-text {
    max-width:700px;
    margin:0 auto;
    padding:0 15px;
   position: relative;
}
.counter {
    position: absolute;
    bottom:58px;
    left:33px;
    color:#fff;
    z-index: 10;
    font-family: 'Playfair Display', serif;
}
.counter .current-counter {
    font-size: 80px;
}
.counter .total-counter {
    font-size: 40px;
}
/* * *  form booking * */
.cont-form-booking {
    position: absolute;
    right:0;
    left:0;
    width:100%;
    bottom:0;
    z-index:11;
    background-color: #F3F3F3;
    height:136px;
}
.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;
}
.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-col {

}
.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: 21px 10px 14px 15px;
}
.datepicker-day {
    font-size:3rem;
    line-height: 3.75rem;
    color:#82A5A1;
    display: inline-block;
    margin:0 5px 0 0;
}
.cont-form-booking .form-control label {
    font-size:1.6875rem;
    text-transform:uppercase;
    margin:0;
    font-weight:700;
    color:#82A5A1;
    font-family: 'Amatic SC', cursive;
}
.datepicker-my {
    display: inline-block;
    min-width:46px;
    text-align:center;
    color:#82A5A1;
}
.datepicker-month {
    display:block;
    font-size: 1.125rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}
.datepicker-year {
    display:block;
    font-size:1rem;
    line-height: 1.5rem;
    font-family: 'Poppins', sans-serif;
}
.datepicker-date:after {
    font-family: 'fontello';
    content: '\e80f'; 
    line-height: 1;
    margin:0 0 0 10px;
    font-size: 1.125rem;
    top:-11px;
    position: relative;
    color:#82A5A1;
}
@media(min-width: 992px) { 
    .cont-form-booking .form-control {
       padding: 21px 1rem 14px;
    }
    .datepicker-date:after {
        font-size: 1.625rem;
    }
    .datepicker-day {
        font-size:3.3125rem;
    }
    .datepicker-month {
        font-size: 1.3125rem;
        line-height: 1.375rem;
    }
}
.btn-booking {
    background-color: #D77660!important;
    /*height:112px;*/
    font-size:0.9375rem;
    color:#fff;
    padding: .75rem 1.5rem;
    white-space: normal;
    display: flex;
  align-items: center;
  justify-content: center;
  height: 136px;
}
.best-price {
    color:#82A5A1;
    font-size:2.375rem ;
    line-height: 1;
    margin:0 0 0 0;
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    width:100%;
    text-align: center;
    display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  font-weight: 700;
  padding:0 15px;
}
.best-price span {
    position: relative;
}
.best-price span:after {
  display: inline-block;
    content:none;
    background: url("../img/arrow-bp.svg") no-repeat left bottom;
    width:52px;
    height:15px;
    vertical-align: middle;
    margin:0 0 0 10px;
}
@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;
      }
    .best-price {
        color:#82A5A1;
        font-size:2.375rem ;
    }
    .btn-booking {
        font-size:1.1875rem ;
        color:#fff;
        padding: .75rem 1.5rem;
        margin:0 auto 0 auto;
        height: 136px;
        
    }
}
.booking-mob {
    position: fixed;
    background-color: #f3f3f3;
    bottom: 0;
    left:0;
    right:0;
    z-index:15;
    padding:1rem 1rem;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.35);
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
padding: 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
min-height: 70px;
}
.btn-booking-mob {
    padding:7px 15px;
    background-color: #D77660;
    border-radius:0;
    color:#fff;
    font-size: 1.25rem;
    width:125px;
    text-align: center;
    display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: center;
align-items: center;

}
.btn-booking-mob:hover {
    background-color: #BB5A44;
    color:#fff;
}
.eti-bm {
    width: calc(100% - 140px);
    float:left;
    font-size: 1rem;
    line-height: 1.25rem;
    color:#333;
    display: flex;
align-items: center;
justify-content: center;
padding:15px;
}

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 110px;
    left: 0;
    margin: auto;
    width: 32px;
    height: 78px;
    z-index: 10;
}
@media(min-width: 768px) { 
    .scroll-downs {
        bottom: 70px;
    }
}
/*
.booking-mob:hover {
    background-color: rgba(146, 18, 2, 1);
    color:#fff;
}
.booking-mob:before {
    content: '\f133';
    font-family: "Font Awesome 5 Free";
   position: relative;
   top:-2px;
   margin:0 7px 0 0 ;
    font-size: 0.9375rem;
}
*/
/*
.btn-scroll {
    font-family: "Font Awesome 5 Free";
    content:'\f103';
    font-size: 1.125rem;
    line-height: 1;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -9px;
    z-index: 23;
    color: #fff;
    -webkit-animation-name: slowBounce;
    animation-name: slowBounce;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.gobottom {
    position: absolute;
    bottom: 105px;
    left: 0;
    right: 0;
    z-index: 101;
    text-align: center;
    margin: 0 auto;
    width: 160px;
}
.gobottom .arrow-gb {
    width:71px;
    height: 72px;
    background: url("../img/arrow1.svg") no-repeat left bottom;
    display: block;
    margin:0 auto 15px;
}
.gobottom a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.gobottom a i {
    display: block;
    font-size: 2rem;
}
@media(min-width: 768px) { 
    .gobottom {
        position: absolute;
        bottom: 55px;
        left: 0;
        right: 0;
    }
}*/
@media(min-width: 992px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.375rem;
    }
    h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
/* * * 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:#82A5A1;
}
.datepicker table tr td.active {
    border-radius: 100%;
    background-color: #D77660;
    background-image:none; 
}
.datepicker table tr td.active.active {
    background-color: #D77660;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active {
    background-color: #D77660;
    background-image:none;
}
/* *  pannello form booking * */
#panel-book {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: rgba(255, 255, 255, 0.99);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
    background-color: #333;
    background-position: center top;
background-size: cover;
background-repeat: no-repeat;
}
#panel-book.active {
    left: 0;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.btn-cls {
    position: absolute;
    right:10px;
    top:10px;
    border:none;
}
.cls-panel {
    width:50px;
    height:50px;
    position: relative;
    padding:0;
    border:none;
    background-color: transparent;
    cursor:pointer;
}
.cls-panel span.hamburger {
    display: block;
    position: absolute;
    height: 2px;
    width: 33px;
    background: #333;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.cls-panel span.hamburger:nth-child(1) {
    -webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 23px;
left: 6px;
background: #fff;
}
.cls-panel span.hamburger:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 6px;
    background: #fff;
    width: 33px;
}
.panel-book-bottom {
    position: absolute;
    top:70px;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    overflow: auto;
    display: block;
}
.cont-form-op-book {
    max-width:600px;
    margin:50px auto 150px auto;
    text-align: left;
}
.cont-form-op-book h4 {
    color:#fff;
    margin:20px 0 10px;
    font-weight: 400;
}
.cont-form-op-book .form-control {
    background-color: transparent;
    border: none;
    /*border: 1px solid #876D67;*/
    /*border-left: none;
    border-top: none;
    border-bottom: none;*/
    border-radius: 0;
    position: relative;
    padding: .75rem .5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 15px 0;
}
@media(min-width: 992px) {
    .cont-form-op-book .form-control {
        padding: .75rem 1rem;
    }
}
.cont-form-op-book .input-promozione {
    border: none!important;
    padding:1em 0!important;
}
.cont-form-op-book .input-promozione .form-control {
    border: none!important;
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
}
.cont-form-op-book .input-promozione input{
    color:#fff;
}
.cont-form-op-book .input-promozione label{
    margin-bottom: 0.5rem!important;
}
.checkcont {
    padding: 1rem;
}

.bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border:none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:100%;
}
.bootstrap-select .dropdown-toggle .filter-option {
    color:#fff;
    font-size: 2.5rem;
line-height: 3.75rem;
}
.bootstrap-select > .dropdown-toggle::after {
    font-family: 'fontello';
    content: '\e80f';
    line-height: 1;
    margin: 0 0 0 10px;
    font-size: 1rem;
    top: -11px;
    position: relative;
    color: #82A5A1;
    border:none;
    right:13px;
}
.dropup .dropdown-toggle::after {

    font-family: 'fontello';
    content: '\e80f';
    line-height: 1;
    margin: 0 0 0 10px;
    font-size: 1rem;
    top: -11px;
    position: relative;
    color: #fff;
    border:none;

}
.pbb-head {
    text-align: center;
    max-width: 700px;
    margin:0 auto;
}
.pbb-head h3 {
    color:#fff;
    font-weight: 400;
    font-size: 38px;
    margin:0 0 15px 0;
}
.cont-form-op-book .row {
    margin-left:-7px;
    margin-right:-7px;
}
.cont-form-op-book [class*="col-"] {
    padding-left:7px;
    padding-right:7px;
}
.cont-ln-ob {
    /*border: 1px solid #876D67;*/
    margin:0 0 12px 0;
}
.cont-ln-ob h6 {
    font-size: 1.25rem;
    margin: 25px 0 0 0;
}

.cont-form-op-book .form-control label {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    color: #fff;
    display: block;
}
.cont-ln-ob .form-group {
    margin:0;
}
.cont-ln-ob .row .col-sm-6:last-child .form-control,
.cont-ln-ob .row .col-sm-4:last-child .form-control {
    border-right:1px solid rgba(255, 255, 255, 0.2);
}
.cont-form-op-book .datepicker-day {
    color: #fff;
    font-size: 2.5rem;
    line-height: 3.75rem;
color: #fff;
display: inline-block;
margin: 0 2px 0 0;
}
.cont-form-op-book .datepicker-date::after {
    margin: 0 0 0 7px;
    font-size: 1rem;
    
}
.cont-form-op-book .datepicker-my {
    min-width: 37px;color:#fff;
}
.cont-form-op-book .datepicker-month {
    font-size: 1rem;
    line-height: 1.2rem;
}
.cont-form-op-book  .datepicker-year {
    display: block;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-family: 'Poppins', sans-serif;
}
.cont-form-op-book .datepicker-date::before {
    color: #E3C2A0;
}
.cont-ln-ob .row .col-md-4:last-child {
    border-right:none;
}
.cont-rooms-num, .cont-pers-num {
    display: inline-block;
    position: relative;
    padding-right: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Playfair Display', serif;
   
}
.rooms-num, .pers-num {
    font-size: 3.5rem;
    line-height: 4.75rem;
    color: #fff;
    display: inline-block;
    margin: 0 5px 0 0;
}

.counter-control {
    line-height: 1;
    position: absolute;
    right: 0;
    font-size: 1.625rem;
    color: #fff;
    -webkit-appearance: none;
outline: none;
background: transparent;
border:none;
cursor:pointer;
}
.counter-control:after {
    font-family: 'fontello';
} 
.control-decrease {
    top: 45px;
right: -8px;
}
.control-increase {
    top: 19px;
right: -8px;
}
.control-decrease:after {
    content: '\e80f';
}
.control-increase:after {
    content: '\e802';
}
/*
.cont-rooms-num::before, .cont-pers-num::before {
    font-family: 'fontello';
    content: '\e80f';
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.18rem;
    font-size: 1.625rem;
    color: #fff;
}*/
.btn-op-booking {
    background-color:#D77660;
    color:#fff;
    text-transform: uppercase;
    font-size: 18px;
    border:none;
    border-radius:0;
    padding:20px 20px;
    font-weight: 600;
    width:100%;
    display: block;
}
.btn-op-booking:hover {
    background-color:#BB5A44;
}
@media(max-width: 768px) { 
    .cont-form-op-book .form-control {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        margin:0 0 12px 0;
    }
}
/*
#header-sticky-wrapper {
    z-index:2000;
    position: absolute;
    width:100%;
}
.sticky-wrapper #header {
    -moz-transition: top 0.3s;
-o-transition: top 0.3s;
-webkit-transition: top 0.3s;
transition: top 0.3s;
background-color: #101D42;

}
.is-sticky #header {
    top:0!important;
}*/

/*@media(min-width: 768px) { */
.stickyheader{
    position: static;
    top: -100%;
    width: 100%;
    margin-top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 8px 5px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 5px -6px rgba(0,0,0,0.2);
    box-shadow: 0 8px 5px -6px rgba(0,0,0,0.2);
}

    .stickyheader header {
    /* background-color: rgba(146, 18, 2, 0.9);*/
    height: 82px;
    }
    .stickyheader header .logo-dsp {
        display: none!important;
    }
    .stickyheader header .logo-mobile {
        display: block!important;
    }
    .stickyheader header .logo {
        padding:0;
        background-color:transparent;
        width:136px;
        height:53px;
    }
/*}*/
/*@media(min-width: 768px) { */
    .stickyheader .btn-menu {
        background-color: transparent ;
    }

    .stickyheader #sidebarCollapse span.hamburger {
        background-color: #fff;
    }
    .stickyheader #sidebarCollapse {
        color:#fff;
    }
    
/*}*/
/* @media(min-width: 768px) { */
    .stickyheader{
        position: fixed;
    }
/*}*/
.animal1 {
    position: absolute;
    right:40px;
    top:-100px;
    z-index:4;
}
/* * * section about * */
.about {
    padding:70px 0 230px;
    position: relative;
}

.img-responsive-wrapper {
    overflow: hidden;
}
.img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.about-image .img-responsive-wrapper .img-responsive {
    padding-bottom:380px;
}
.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;
}
.about-image {
    position: relative;
}
.about-image h1 {
    position: absolute;
    bottom:15px;
    left:15px;
    padding:0 15px 0 0;
    color:#fff;
    font-family: 'Amatic SC', cursive;
    margin:0;
    text-transform: uppercase;
    font-size: 3rem;
    max-width:580px;
    line-height:1.1 ;
}
.about-text {
    position: relative;
}
.about-text p {
    margin:0 0 15px 0;font-size: 1rem;
}
.about-text p:last-child {
    margin:0;
    
}
.about-image {
    margin:0 0 40px 0;
}
.animal2 {
    position: absolute;
    bottom: -230px;
left: 0;
width: 149px;
height: 210px;
}
.animal3 {
    width: 128px;
height: 58px;
    position: absolute;
    right:30px;
    bottom: 8px;
    
}
@media (min-width: 768px) { 
    .about {
        padding:100px 0 230px;
        position: relative;
    }
    .about-image h1 {
        font-size: 4rem;
        max-width:580px;
        line-height:1.1 ;
        bottom:30px;
    left:30px;
    }
    .cont-about-image {
        margin:0;
    }
    .about-image .img-responsive-wrapper .img-responsive {
        padding-bottom:460px;
    }
    .animal2 {
        position: absolute;
        bottom: -230px;
    left: -50px;
    width: 149px;
    height: 210px;
    }
    .animal3 {
        width:158px;
        height:68px;
        bottom:20px;
    }
}
@media (min-width: 992px) { 
    .about-image {
        margin:0 0 60px 0;
    }
    .about-image h1 {
        font-size: 4.875rem;
        max-width:580px;
        line-height:1.1 ;
    }
    .about-image .img-responsive-wrapper .img-responsive {
        padding-bottom:570px;
    }
    .about-text  {
        column-count: 2;
        column-gap: 40px;
        padding:0 0 0 260px;
    }
    .animal2 {
        position: absolute;
        bottom: -170px;
        left: -50px;
        width:249px;
        height:331px;
    }
    .about {
        padding:100px 0 190px;
        position: relative;
    }
}

/* * * section rooms * * */
.rooms {
    padding:70px 0 150px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.title-section {
    margin:0 0 30px 0;
}
.title-section h2 {
    font-weight: 700;
    color:#fff;
    font-size: 6rem;
    position: relative;
    z-index:2;
    display: block;
    margin:0 auto 85px auto;
    font-family: 'Amatic SC', cursive;
    text-align: center;
    
    
}
.title-section h2:before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    left: -14px;
    color: #B7C7C5;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 4.9rem;
    line-height: 0;
    z-index: -1;
    bottom: -58px;
    opacity: .9;
}
.ve-room {
    position: relative;
    display: block;
    z-index:3;
    margin:0 0 40px 0;
}

.ve-room a {
display: block;
position: relative;
z-index:2;
}
.ve-room .img-responsive-wrapper .img-responsive {
    padding-bottom: 425px;
}
.ve-room a:after {
    position: absolute;
    top: 0;
    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.24) 70%, rgba(0,0,0,0.35) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.24) 70%,rgba(0,0,0,0.35) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.24) 70%,rgba(0,0,0,0.35) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    z-index:2;
} 
.ve-room .text-rs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 0 30px 15px 30px;
    text-align: left;

}
.numpers {
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 1.1875rem;
}
.numpers span {
    display: block;
    font-weight: 700;
    font-size:1.75rem;
}
.room-price {
    color:#fff;
    font-size:1rem;
}
.room-price span {
    color:#6DACA3;
    font-size:24px;
    font-weight: 700;
}
.btn-trasp {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    margin: 110px auto 0 auto;
    border:1px solid white;
    background-color: transparent;
    color:#fff;
    position: relative;
}
.btn-trasp:hover {
    background-color: rgba(255, 255, 255, 0.13);
}
.btn-trasp:before {
    position: absolute;
    content:'';
    width:6px;
    height:60px;
    left:0;
    right:0;
    top:-90px;
    background: url("../img/vlines.svg") no-repeat center top;
    margin: 0 auto;
}
.animal4 {
    position: absolute;
    bottom:-40px;
    right:30px;
    width: 239px;
    height: 150px;
    z-index:2;
}
.btn-plus {
    width:68px;
    height:68px;
    background-color: #D77660;
    position: absolute;
    bottom:-10px;
    right:-10px;
    z-index:5;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.22);
box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.22);
}
.btn-plus:after {
    content: '';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background: url("../img/plus.svg") no-repeat center center;
}
@media (min-width: 768px) { 
    .title-section h2::before {
        content: attr(data-heading);
        display: block;
        position: absolute;
        left: -70px;
        color: #B7C7C5;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 9rem;
        line-height: 0;
        z-index: -1;
        bottom: -60px;
        opacity: .9;
    }
    .animal4 {
        width:319px;
        height: 192px;
    }
}
@media (min-width: 992px) { 
    .room-cnt .col-lg-4:first-child .ve-room, .room-cnt .col-lg-4:last-child .ve-room {
        top:40px;
    }
    .title-section h2:before {
        content: attr(data-heading);
        display: block;
        position: absolute;
        left: -185px;
        color: #B7C7C5;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 8rem;
        line-height: 0;
        z-index:-1;
        bottom:-63px;
        opacity:.9;
    }
    .rooms {
        padding:100px 0 150px;
    }
}

/* * offerte home * */
.offer-block {
    position: relative;
    padding: 170px 0 220px;
}
.offer-block .title-section h2 {
    color:#82A5A1;
    display: block;
}

.offer-block .title-section h2::before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    left: 0;
    right:0;
    color: #F4F4F4;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size:50px;
    line-height: 0;
    z-index: -1;
    top: -8px;
}
@media (min-width: 576px) { 
    .offer-block .title-section h2::before {
        font-size:57px;
        left: 0;
    right:0;
    }
}
@media (min-width: 768px) { 
    .offer-block .title-section h2::before {
        font-size: 100px;
        left: 0;
    right:0;
    }
}
@media (min-width: 992px) { 
    .offer-block .title-section h2::before {
        font-size: 154px;
        left: 0;
    right:0;
    }
}
@media (min-width: 1200px) { 
    .offer-block .title-section h2::before {
        font-size: 173px;
        left: 0;
    right:0;
    }
}
.cont-ve-off {
    margin:60px 0 0 0;
}
.ve-off {
    background-color: #82A5A1;
    margin: 0 0 50px 0;
}
.ve-off-txt {
    text-align: left;
    padding:20px 30px 35px 30px;
    vertical-align: middle;
}
.cat-off {
    font-family: 'Amatic SC', cursive;
    font-size:1.5625rem ;
    color:#fff;
    text-transform: uppercase;
    position: absolute;
    top:20px;
    left:20px;
    background-color:#D77660 ;
    font-weight: 700;
    padding:2px 12px;
}
.ve-off-txt h2 {
    font-size:2.6875rem ;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    line-height: 1;
    color:#fff;
    margin:0 0 15px 0;
}
.ve-off-txt h2 a {
    color:#fff;
}
.ve-off-txt h2 a:hover {
    color:#526F6C;
}
.ve-off-txt p {
    color:#fff;
    margin:0 0 10px 0;
}
.off-price {
    color:#fff;
    font-size:1rem ;
}
.off-price span {
    color:#fff;
    font-size: 1.375rem;
    font-weight: 600;
}
.ve-off-txt .btn-read {
    margin:30px 0 0 0;
    color:#fff;
    border:1px solid #fff;
    color:#fff;
    background-color: transparent;
    font-weight: 400;
    padding: .75rem 1.125rem;
}
.ve-off-txt .btn-read:hover {
    background-color: transparent;
    border:1px solid #526F6C;
    color:#526F6C;
}
.ve-off .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 280px;
    height: 0;
}
.cont-off-image img {
    position: static;
    bottom:0;
    right:0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.btn-read-off {
    margin: 40px auto 0 auto;
    color:#82A5A1;
    background-color: transparent;
    border:2px solid #82A5A1;
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
}
.btn-read-off:hover {
    background-color: #82A5A1;
    color:#fff;
}
.animal5 {
    position: absolute;
    top: 220px;
    right: 60px;
    width: 278px;
    height: 186px;
    z-index: -1;
}
@media (min-width:768px) { 
    .ve-off .img-responsive-wrapper .img-responsive {
        position: relative;
        padding-bottom: 380px;
        height: 0;
    }
}

@media (min-width:992px) { 
    .ve-off .img-responsive-wrapper .img-responsive {
        position: relative;
        padding-bottom: 430px;
        height: 0;
    }
    .cont-off-image img {
     
       
    }
    .ve-off {
        background-color: #82A5A1;
        margin: 0 0 90px 0;
    }
    .ve-off-txt h2 {
        font-size:2.6875rem ;
        line-height: 1.1;
    }
    .btn-read-off {
        margin: 0px auto 0 auto;
    }
}
@media (min-width:1200px) { 
    .cont-off-image img {
       
    }
}
/* * *  blocco territorio * * */
.terroir {
    padding:0;
}
.terroir .section-bg {
    height: 547px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.terroir .section-bg:after {
    content:'';
    width:6px;
    height:60px;
    border-left:2px solid #82A5A1;
    border-right:2px solid #82A5A1;
    position: absolute;
    bottom: -34px;
    left: 50px;
} 
.terroir .section-bg h2 {
    position: absolute;
    top: -70px;
    left:15px;
    font-size: 7rem;
    color:#E2E2E2;
    font-family: 'Amatic SC', cursive;
    line-height: 1;
    margin:0;
}
.animal6 {
    position: absolute;
    width: 168px;
    height: 186px;
    top: -160px;
    left:60px;
    z-index:-1;
}
.terroir-txt {
    max-width:870px;
    margin:0 auto;
    padding:90px 0;
    position: relative;
}
.terroir-txt h3{  
    font-family: 'Amatic SC', cursive;
    color:#D77660;
    font-size:3.5em;
    max-width:400px;
    margin:0 0 40px 0;
    line-height: 1;
    font-weight:700;
}
.terroir-corpo {
    margin:0 0 44px 0;
}
.terroir-corpo p {
    font-size: 1rem;
}
.terroir-corpo p:last-child {
    margin:0;
}
.animal7 {
    position: absolute;
    width: 127px;
height: 121px;
top: -40px;
right: 0px;
    z-index: 1;
}
@media (min-width:576px) { 
    .animal7 {
        width: 167px;
    height: 154px;
    top: -40px;
    right: 0px;
    }
}

@media (min-width:768px) { 
    .animal6 {
        position: absolute;
        width:208px;
        height:227px;
        top:-190px;
        left:60px;
        z-index:-1;
    }
}
@media (min-width:992px) { 
    .terroir .section-bg h2 {
        top:-110px;
        left:15px;
        font-size: 11.25rem;
        line-height: 1;
    }
    .terroir-corpo {
        column-count: 2;
        column-gap: 40px;
        margin:0 0 44px 0;
    }
    .terroir-txt h3{  
        font-size:4.125rem;
        line-height: 1;
    }
    .animal7 {
        position: absolute;
        width: 222px;
height: 197px;
        top: -20px;
        right: -60px;
    }
    .terroir .section-bg:after {
        bottom: -34px;
        left: 16%;
    } 
}
@media (min-width:1200px) { 
    .animal7 {
        width:222px;
        height:198px;
        top: -20px;
        right: -170px;
    }
}
/* * * footer * */
footer {
    background-color: #6F8E8B;
    padding-top: 2rem;
    padding-bottom: 5rem;
    color: #fff;
    clear: both;
}
#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #6F8E8B;
}
footer .logo-footer img {
   margin:0 auto 20px auto;
   width:72px;
   height:103px;
}
footer .info_ft p {
    margin: 0;
    font-size: 1rem;
    line-height:1.5rem;
}
footer .eti_ft {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
    margin-top: 0.75rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
footer .info_ft {
    margin:0 0 30px 0;
}
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;
}
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 .menu_social_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(min-width: 767px) {
    footer {
        padding-top: 4rem;
        padding-bottom: 0;
    }
    footer .menu_social_w {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

footer .menu_social {
    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 .menu_social li {
    margin: 0 .125rem;
}

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

footer .menu_social li a:hover,
footer .menu_social li a:focus {
    opacity: .8;
}

footer .menu_social li a i {
    padding: 0.25rem;
}
footer .sep_foot {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    margin: 1.25rem 0 0 0;
}
#sub_footer a {
    color:#fff;
}

#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 * */

.fix-image {
    background-position: center center;
    background-size: cover;
    min-height: 554px;
    position: relative;
    width: 100%;
}

.fix-image::after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.fix-image .txt-block {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.crp_int_noimg .txt-block h1 {
    color: #333;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    margin: 0 auto 1.25rem;
    padding: 2rem 2rem 1.5rem;
    font-family: 'Amatic SC', cursive;
}
.fix-image .txt-block .cont-tit-int {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 56%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.fix-image .txt-block h1 {
    color: #fff;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    padding: 0.75rem 0.75rem 0 0.75rem;
    font-family: 'Amatic SC', cursive;
}

.fix-image .txt-block h1 span {
    text-transform:none;
    font-weight: 400;
    margin: 0;
    font-size: 2.125rem;
    line-height: 1.3em;
    display: block;
    font-family: 'Poppins', Helvetica;
}
/*
@media (max-width: 991px) {
    .fix-image {
        top: -76px;
    }
}
*/
@media (max-width: 767px) {
    .fix-image {
        background-position: center center;
        background-size: cover;
        min-height: 380px;
        position: relative;
        width: 100%;
    }
    .fix-image .txt-block h1 {
        font-size: 4rem;
        font-weight: 700;
        line-height: 1;
    }
    .fix-image .txt-block h1 span {
        font-size: 1.5rem;
        line-height: 1.3em;
    }
    .crp_int_noimg .txt-block h1 {
        color: #333;
        display: block;
        font-weight: 700;
        font-size: 3rem;
        line-height: 1;
        display: inline-block;
        margin: 0 auto 1rem;
        padding: 1.25rem 0.75rem 1.5rem 0.75rem;
    }
}
@media (max-width: 575px) { 
    .fix-image .txt-block h1 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1;
    }
}
.crp_int_noimg {
    margin-top: 0 !important;
    background: none!important;
}
@media (max-width: 991x) {
    .crp_int_noimg {
        margin-top: 0 !important;
    }
}
/* * * camere * * */
.py-6 {
    padding:6rem 0 6rem 0;
}
.pt-6 {
    padding-top:6rem;
}
.pb-6 {
    padding-bottom:6rem;
}
.rooms-wrapper {
    max-width:840px;
    margin:0 auto;
}
.ve-al-top a {
    position: relative;
    display: block;
}
.ve-al-top a:after {
    position: absolute;
    top: 0;
    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.24) 70%, rgba(0,0,0,0.35) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.24) 70%,rgba(0,0,0,0.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.24) 70%,rgba(0,0,0,0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    z-index: 1;
}
.ve-al {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.12);
    margin:0 0 50px 0;
}
.ve-al-txt {
    height: 100%;
    padding:26px 30px;
}
.ve-al-txt p {
    color:#555;
    font-size: 1rem;
}


.ve-al-txt h2 span {
    font-size: 1.125rem;
color: #82A5A1;
display: block;
font-weight: 400;
text-transform: uppercase;
margin:0 0 5px 0;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.ve-al-txt h2, .ve-al-txt h3  {
    font-size: 3rem;
margin-bottom: 16px;
font-family: 'Amatic SC', cursive;
text-transform: uppercase;
font-weight: 700;
}
.ve-al-txt h2 a {
    color:#333;
}
.price {
    position: absolute;
    bottom:7px;
    right:auto;
    left:30px;
    font-size: 1.5rem;
    font-weight: 700;
    color:#F4C15C;
    margin:0 0 0 0;
    z-index:2;
}
@media (min-width: 768px) { 
    .price {
        right:40px;
        left:auto;
        bottom:15px;
        font-size: 1.825rem;
    }
}
@media (min-width: 992px) {
    .ve-al-txt {
        padding:32px 40px;
    }
    .ve-al-txt p {
        color:#555;
        font-size: 1.125rem;
    }
    .ve-al-txt h2 {
        font-size: 4rem;
    }
}
.price .from {
    font-size: 1.125rem;
    margin:0 3px 0 0;
    font-weight: 400;
    color:#fff;
}
.price .price-unit {
    font-size: 1rem;
    font-weight: 400;
    margin:0 0 0 3px;
    color:#fff;
}
.ve-al a.c-link {
    color: #F4C15C;
}
.ve-al a.c-link:before {
    color: #F4C15C;
}
/* * * vetrina offerta e buoni sconto nel footer * */
.ve-off-foot {
    overflow:hidden;
    min-height:none;
    position: relative;
    padding-top: 2em;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    width: 100%;
}

.ve-off-foot-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ve-off-foot:hover .ve-off-foot-image {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.ve-off-foot::before {
    border-color: rgba(255, 255, 255, 0.5);
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    position: absolute;
    border-width: 0;
    border-top-width: 1px; 
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    content: "";
    display: block;
    z-index: 1;
    border-style: solid;
}
.ve-off-foot-content {
    height: 100%;
    z-index: 3;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.vof-white {
    background-color: rgba(255, 255, 255, 0.8);
}
.vof-black {
    background-color: rgba(0, 0, 0, 0.6);
}
.ve-off-foot-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin:0 0 30px 0;
}
.ve-off-foot-content p {
    font-size: 17px;
    margin:0 0 30px 0;
}
@media (min-width: 576px) {
    .ve-off-foot {
        padding-right: 4rem;
        padding-bottom: 4rem;
        padding-left: 4rem;
        padding-top: 4rem;
    }
    .ve-off-foot::before {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .ve-off-foot-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .ve-off-foot-content h3 {
        font-size: 3rem;
        margin:0 0 30px 0;
    }
    .ve-off-foot-content p {
        font-size: 18px;
        margin:0 0 30px 0;
    }
}

.vof-white h3 a {
    color:#000;
}
.vof-black h3 a {
    color:#fff;
}
.vof-white p {
    color:#444;
}
.vof-black p {
    color:#fff;
}
.read-off {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.read-off:hover {
    text-decoration: underline;
}
.vof-white .read-off {
    color:#222;
}
.vof-black .read-off {
    color:#fff;
}
/* * * dettaglio camera * */
.txt-block .room-price {
    font-size: 25px;
    font-weight: 700;
    color:#F4C15C;
    margin:40px 0 0 0;
}
.cont-tit-int .room-price span {
    color:#fff;
}
.txt-block .room-price .from {
    font-size:14px ;
    font-style: italic;
}
.txt-block .room-price .price-unit {
    font-size:14px ;
}
@media (min-width: 768px) {
    .txt-block .room-price {
        font-size: 32px;
        margin:40px 0 0 0;
    }
    .txt-block .room-price .from {
        font-size:26px ;
    }
    .txt-block .room-price .price-unit {
        font-size:26px ;
    }
 }
.swiper-container .icon-left-open-big, .swiper-container .icon-right-open-big  {
    opacity: 0.6;
}
.tt-h3-room {
    font-size: 1.7rem;
}
@media (min-width: 991px) { 
    .tt-h3-room {
        font-size: 1.5rem;
    }
}
.bg-light-grey {
    background-color: #f4f4f4;
}
.ico-person {
    background: url('../img/ico-person.png') no-repeat top left;
    display: inline-block;
    height:24px;
    width:19px;
    margin:0 1px 0 0;
   
}
.ico-bed {
    background: url('../img/ico-bed.png') no-repeat top left;
    display: inline-block;
    height:24px;
    width:32px;
    margin:0 1px 0 0;
  
}
.ico-single-bed {
    background: url('../img/ico-single-bed.png') no-repeat top left;
    display: inline-block;
    height:24px;
    width:28px;
    margin:0 1px 0 0;
   
}
.lb-ser {
    display: inline-block;
}
.eti-ser {
    font-size:18px ;
    font-weight: 600;
    margin:0 0 5px 0;
    color:#333;
}
.ser-group {
    margin:10px 0 35px 0;
    font-size: 18px;
    color:#333;
}
.ser-group .ser-dt {
    margin:0 0 17px 0;
}
.cont-cta {
    padding:100px 0 10px;
    font-size: 18px;
}
.cont-cta-offer {
    padding:0 15px 6rem;
}
.btn-cta {
    font-size: 18px!important;
    text-transform: uppercase;
    padding:12px 17px;
    margin:0 0 16px 0;
    white-space: normal;
    line-height: 24px;
}
@media (min-width: 767px) { 
    .btn-cta {
        font-size: 20px!important;
        line-height: 26px;
        text-transform: uppercase;
        padding:15px 20px;
        margin:0 0 16px 0;
        white-space: normal;
    }
}
.request-offer {
position: relative;
padding-top: 3rem;
padding-right: 3rem;
padding-bottom: 3rem;
padding-left: 3rem;
background-color: #f4f4f4;
}
.request-offer:before {
    border-color: #DDDDDD;
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    position: absolute;
    border-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    content: "";
    display: block;
    border-style: solid;
    z-index:1;
}
.prod-offer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
    margin:0 0 40px 0;
}
.prod-offer h4 {
    font-size: 19px;
    font-weight: 400;
}
.prod-offer .price-prod {
    color:#82A5A1;
}
@media (min-width: 576px) {
    .prod-offer h4 {
        font-size: 24px;
        font-weight: 400;
    }
} 
.request-offer form {
    position: relative;
    z-index:3;
}
.request-offer .form-control {
    border-radius:0;
    border:1px solid #ddd;
}
.request-offer .form-control-lg {
    font-size: 1rem;
    padding: .7rem 1rem;
}
.form-control.is-invalid {
    border-color: #dc3545;
}
.label-privacy {
    font-size: 17px;
}
.label-privacy a {
   font-weight: 600;
   color:#92082B;
}
.btn.btn-request {
    font-size: 18px;
    margin:0 auto;
    padding: 15px 20px;
}
.fw-off {
    max-width:750px;
    margin:0 auto;
}
.gift-price {
    color:#333;
    font-size: 24px;
    font-weight: 700;
}
.gift-price span, .price-prod span {
    font-size:16px ;
    font-weight: normal;
}
.gallery-room .swiper-button-prev,
.gallery-room .swiper-button-next {
    width: 66px;
    height: 66px;
    color: #fff;
    font-size: 2rem;
    top: auto;
    bottom: 0;
    background: rgba(28, 31, 51, 0.6);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gallery-room .swiper-button-prev,
.gallery-room .swiper-container-rtl .swiper-button-next {
    right: 67px;
    left: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}
/* * * buoini regalo * * */
.cont-ve-gift {
    max-width:840px;
    margin:0 auto;
}
.ve-gift-top a {
    display: block;
}
.ve-gift {
    margin:0 0 50px 0;
    background-color:#D77660;
}
.ve-gift-bottom {
    padding:25px 30px;
}
.ve-gift-bottom h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    margin:0 0 20px 0;
}
.ve-gift-bottom h3 a {
    color:#fff;
}
.ve-gift-bottom p {
    color:#fff;
}
.gift-price {
    color:#fff;
}
.ve-gift .btn-read {
    margin:11px 0 0 0;
    color:#fff;
    border:1px solid #fff;
    color:#fff;
    background-color: transparent;
    font-weight: 400;
    padding: .75rem 1.125rem;
}
.ve-gift .btn-read:hover {
    background-color: transparent;
    border:1px solid #fff;
    color:#fff;
}
.ve-gift-cor .img-responsive-wrapper .img-responsive {
    position: relative;
    padding-bottom: 400px;
    height: 0;
}
@media (min-width: 768px) { 
    .ve-gift-bottom h3 {
        font-size: 3.5rem;
    }
}
/* *  altre camere * */
.card-otr {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.12);
box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.12);
}
.cards {
    padding: 0;
    margin: 2.5rem 0;
} 
.card {
    background: #fff;
    text-align: center;
    
}
.cards .card {
    margin:0 0 30px 0;
    background-color: #fff;
    border:none;
}
.card-title {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    color:#333;
}
.card-title a {
    color:#333;
    font-family: 'Amatic SC', cursive;
}
.card-title:after {
    position: absolute;
    content: '';
    background: #ddd;
    width: 70px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.card-text {
    color:#333;
    font-size:1rem;
}
.card img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-type {
    text-transform: uppercase;
    color: #F4C15C;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.card-title span {
    color: #82A5A1;
    font-size: 1.125rem;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    display: block;
    font-weight: 400;
}
.card-block {
    font-size: 16px;
    color: #6C6C6C;
    padding: 1.5rem 2rem 3rem;
}

.card-text {
    font-size: 1rem;
}
.rooms-ot .btn-br {
    border:1px solid #FF0000;
    color:#FF0000;
    background-color: transparent;
}
.rooms-ot .btn-br:hover {
    border:1px solid #555;
    color:#555;
    background-color: transparent;
}
.cont-off-image {
    height:100%;
    position: relative;
}
.ve-off-ot {
    margin:20px 0 0 0;
}
.section-header h2 {
    font-size:3rem;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    color: #82A5A1;
}
@media (min-width: 768px) {
    .ve-off-ot {
        margin:40px 0 0 0;
    }
    .section-header h2 {
        font-size:4rem;
        
    }
} 

/* offers */
.cont-off-el {
    max-width:840px;
    margin:0 auto;
}
/*
.offer {
    background: #fff;
    padding: 0;
    margin: 0 0 3.75rem 0;
    min-height: 320px;
    -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.10);
}
.offer-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.offer-inner h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
@media (min-width: 768px) { 
    .offer-inner {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .offer-inner h3 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
}
.offer-photo {
    min-height: 250px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.offer-photo a {
    display: block;
    height: 100%;
    width: 100%;
}
*/
.click-espande{
    cursor: pointer;
}
.request-offer h2 {
    margin:10px 0 0 0!important;
}
/* * * * * */



/* * testi * */

.txt-header {
    margin: 0;
    text-align: center;
}
.txt-header-level-1 {
    margin:50px 0 0 0;
}/*
.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.5rem !important;
    color: #777;
    line-height: 2rem;
    margin: 0.5rem auto 2rem auto !important;
    text-transform: none;
    font-weight: 400;
    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.1875rem;
    margin: 0 0 2rem 0;
    line-height: 2rem;
}

.txt-block p a {
    color: #729591;
    font-size: inherit;
    font-weight: 600;
}

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

.txt-luogodata {
    color: #888 !important;
    text-transform: uppercase;
    margin: 0 0 1rem 0 !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;
}

.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: #eee;
}
.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;
}

.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;
}

.gallery_img {
    margin: 0 -0.625rem 0 -0.625rem;
}

.map-6 {
    width: 100%;
    height: 350px;
}

.txt-block h2 {
    color: #82A5A1;
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 auto 2rem auto;
    max-width: 752px;
    font-family: 'Amatic SC', cursive;
}

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

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

/* * * 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 a:hover h4 {
    color:#82A5A1;
}
.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;
}

.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;
}



/* * * 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;
    font-family: 'Amatic SC', cursive;
    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;
    font-family: 'Amatic SC', cursive;
}
@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: 991px) {
    .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;
}

/* * * * elenco testi * * * */

.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: 2rem 0 0 0;
    padding: 0;
}

.txt-block .txt-block-ele h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0px 0 18px 0;
    font-weight: 700;
}

@media (min-width: 992px) {
    .txt-block .txt-block-ele h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

.txt-block-ele p.txt-abstract {
    font-size: 1.0625rem !important;
    line-height: 1.75rem;
    margin: 0!important;
    color: #555;
}

.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: 1rem !important;
        line-height: 1.5rem;
      
    }
}

.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 #82A5A1;
    background-color:transparent;
    color:#82A5A1;
}

.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;
    }
}
/* * * 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: #82A5A1;
    color: #fff;
    border: 1px solid #82A5A1;
}

.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 * */
.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: 20px;
    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;
} 
/* 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;

}
.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;
    color: #fff;
    font-size: 1.125rem;
    padding: 0.625rem 1.5rem;
    text-transform: uppercase;
    margin: 1.275rem 0 0 0;
}
.btn-contact:hover {
    color: #fff;
}
@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:90px 0 45px;
}
.cont-rec a, .adress-box h4, .info-box h4 {
    font-size: 20px;
    line-height: 25px;
    color:#333;
    font-weight: 600;
    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: 300;
    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: 300;
        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;
}

/* * * vetrina offerta e buoni sconto nel footer * */
.ve-off-foot {
    overflow:hidden;
    min-height:none;
    position: relative;
    padding-top: 2em;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    width: 100%;
}

.ve-off-foot-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ve-off-foot:hover .ve-off-foot-image {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.ve-off-foot::before {
    border-color: rgba(255, 255, 255, 0.5);
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    position: absolute;
    border-width: 0;
    border-top-width: 1px; 
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    content: "";
    display: block;
    z-index: 1;
    border-style: solid;
}
.ve-off-foot-content {
    height: 100%;
    z-index: 3;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.vof-white {
    background-color: rgba(255, 255, 255, 0.7);
}
.vof-black {
    background-color: rgba(40, 48, 68, 0.8)
}
.ve-off-foot-content h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 3rem;
    font-weight: 700;
    margin:0 0 30px 0;
    line-height: 1;
}
.ve-off-foot-content p {
    font-size: 17px;
    margin:0 0 30px 0;
}
@media (min-width: 576px) {
    .ve-off-foot {
        padding-right: 4rem;
        padding-bottom: 4rem;
        padding-left: 4rem;
        padding-top: 4rem;
    }
    .ve-off-foot::before {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }
    .ve-off-foot-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .ve-off-foot-content h3 {
        font-size: 5rem;
        margin:0 0 30px 0;
    }
    .ve-off-foot-content p {
        font-size: 18px;
        margin:0 0 30px 0;
    }
}

.vof-white h3 a {
    color:#000;
}
.vof-black h3 a {
    color:#fff;
}
.vof-white p {
    color:#444;
}
.vof-black p {
    color:#fff;
}
.read-off {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.read-off:hover {
    text-decoration: underline;
}
.vof-white .read-off {
    color:#222;
}
.vof-black .read-off {
    color:#fff;
}

/* * * territorio * */
.ve-att {
    margin:0 0 50px 0;
} 
.ve-att-txt h2 a, .ve-att-txt h3 a {
    color: #82A5A1;
}
.ve-att-txt h2 a:hover, .ve-att-txt h3 a:hover {
    color: #444;
}
.ve-att-txt h2, .ve-att-txt h3 {
    font-size: 2.25rem;
}
.img-att {
    min-height:220px;
    width:100%;
    position: relative;
overflow: hidden;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
@media (min-width: 576px) { 
    .img-att {
        min-height:300px;
    }
}
@media (min-width: 768px) {
    .ve-att-txt h2, .ve-att-txt h3 {
        font-size: 3rem;
    }
    .img-att {
        min-height:400px;
    }
}
/*Fix boostrap 4 blueimp gallery*/
.blueimp-gallery .prev, .blueimp-gallery .next {
    color: #fff!important;
}
/*** 
	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;
	
}
/* Mini evidenza home Bollino home */
.evi {
    position: absolute;
    right: 100px;
    top: 160px;
    transform: rotate(-8deg);
    z-index:2;
}
.evi-cont {
   background-color:rgba(244, 244, 244, 0.76);
   background-color:rgb(130, 165, 161, 0.76);
   width: 160px;
   height: 110px;
   display: inline-block;
   text-align: center;
   border-radius: 4%;
   overflow: hidden;
   cursor: pointer;
   padding: 10px;
}
@media (max-width:575px) {
   .evi {
       right: 30px;
       top: 115px;
  }
  .evi-cont {
       width: 140px;
       height: 90px;
       padding: 5px;
   }
}
.evi-a {
   width: 100%;
   height: 100%;
   display: flex;
   flex-flow: column;
   justify-content: center;
   align-items: center;
   padding: 0;
   text-transform: inherit;
   color: fff;
}
.evi-tit {
   width: 100%;
   display: block;
   color: #fff;
   font-weight: 600;
}
.evi-sub {
   margin-top: 4px;
   font-size: 14px;
   line-height: 16px;
   color:#fff;
}


/*** 
	Overlay mappa
***/
.mappa-activation {
	position: relative;
	width: 100%;
	padding-top: 66.66%; /* 1:1 Aspect Ratio = 100 */
	min-height: 350px;
}
.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;
}