@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

strong{
    font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
}

.in {
    display: inline-block
}

.clearfix::after,
.clearfix::before,
.menu_lingue ul li::after,
.menu_lingue ul::before {
    content: " ";
    display: table
}

.clearfix::after,
.menu_lingue ul::before {
    clear: both
}

.img {
    background-size: cover;
    background-position: center center
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #29AAE4
}

a:hover {
    text-decoration: underline
}

.hidden {
    overflow: hidden;
    height: 100%;
    position: relative
}

html,
body {
    height: 100%
}

body {
    position: relative;
    font-size: 16px;
    background-color: #fff
}

header {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    ;
    z-index: 10;
    -webkit-box-shadow: -1px 0px 16px 0px rgba(50, 50, 71, 0.60);
    box-shadow: -1px 0px 16px 0px rgba(50, 50, 71, 0.60)
}

.scrolloff {
    pointer-events: none
}

/*.contenuto li{ list-style-position: inside; list-style-type: disc;}*/
/*Colonne al 50%*/
.col_50 {
    width: 100%;
    position: relative
}

.col_50 .sx {
    float: left;
    width: 49%;
    margin-right: 0.5%
}

.col_50 .dx {
    float: right;
    width: 49%;
    margin-left: 0.5%
}

.col_50 strong {
    color: #000
}

.col_50 ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: .5em 0 1em
}

.menu_lingue {
    background: #fff
}

.menu_lingue ul {
    padding: 10px 0;
    text-align: center
}

.menu_lingue ul li {
    display: inline-block
}

.menu_lingue ul li a {
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    padding: 0 4px
}

.menu_lingue ul li.active a {
    color: #EEEEEE
}

#logo {
    padding: 20px 0;
    display: block;
    text-align: center;
    height: 145px
}

#logo img {
    margin: 0 auto;
}

.menu_landing ul {
    padding: 10px 0;
    text-align: center
}

.menu_landing ul li {
    display: inline-block;
    padding: 0 5px
}

.menu_landing ul li a {
    font-size: 9px
}

.menu_landing ul li.active a {
    text-decoration: underline
}

.menu_principale {
    position: absolute;
    left: 0;
    top: 225px;
    z-index: 11
}

.menu_principale ul {
    text-align: center
}

.menu_principale ul li a {
    text-transform: uppercase;
    line-height: 23px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 2px 0;
    font-family: 'Montserrat', sans-serif;
}

.menu_principale ul li:hover a {
    background: #29AAE4;
    color: #fff
}

.menu_principale ul li.active a {
    background: #29AAE4;
    color: #fff
}

.cancella-prenotazione {
    width: 100%;
    font-size: 11.5px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: #f15f5f;
    margin-top: 10px;
}

.cancella-prenotazione a {
    color: #fff;
}

.servizi-be {
    color: #a6a5a3;
    cursor: pointer;
}

footer {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 11;
    text-align: center;
}

.logo-gruppo img{
    margin-bottom: 12px
}

footer a:link,
footer a:visited,
footer a:active {
    color: #29AAE4
}

footer a:hover {
    text-decoration: none
}

footer .social {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

footer .social li {
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 5px
}

footer .social li {
    font-size: 27px;
    color: #29AAE4
}

.menu_footer ul {
    text-align: center
}

.menu_footer ul li {
    display: inline-block
}

.menu_footer ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    padding: 0 5px;
    color: #77746c;
    line-height: 14px
}

.menu_footer ul li.active a {
    color: #9d9d9d;
}

h1,
h2 {
    font-size: 22px;
    margin-top: 10px !important;
    margin-bottom: 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #29AAE4;
}

h2 {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px
}

section {
    color: #787878;
    position: absolute;
    top: 0;
    height: 100%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    z-index: 9;
    padding: 50px 20px;
    border-right: 10px solid rgba(255, 255, 255, 0.6);
    position: relative;
    background-clip: padding-box;
}

section.home {
    display: none
}

.contenuto {
    height: calc(100% - 84px);
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #787878;
    overflow:auto;
}

/* width */
::-webkit-scrollbar {
  width: 1px;
}

.contenuto_minigallery {
    height: calc(100% - 200px)
}

.contenuto p a:link {
    color: #a6a5a3
}

.contenuto p a:hover {
    text-decoration: underline
}

aside {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 260px
}

aside .intestazione_aside li {
    display: inline-block
}

aside .intestazione_aside li a {
    text-transform: uppercase;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    background: #29AAE4;
    color: #fff;
    text-decoration: none;
    font-size: 15px
}

aside .intestazione_aside li.active a {
    text-transform: uppercase;
    background: #fff;
    color: #ccc
}

aside #contenuti_aside {
    background: #fff;
    padding: 10px;
    height:204px;
}

aside #contenuti_aside li {
    position: relative
}

aside #contenuti_aside>li:last-child {
    top: -500px;
}

.offerte_slider {
    height: 185px;
    width: 100%;
    position: relative;
    margin-top:10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.offerte_slider .img {
    height: 200px
}

.offerte_slider h3 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: rgba(64, 64, 64, 0.8);
    padding: 10px 0 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

.offerte_slider span {
    display: inline-block;
    font-size: 20px
}

.swiper-pagination-bullet {
    border-radius: 0px !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important
}

.ScriptServizi {
    text-align: center;
    background-color: #f1ece0;
    width: 90%;
    padding: 5px;
    margin-left: 5%;
}

.ScriptServizi a {
    color: #225d4e;
}

.titolo-pagina {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #d0c0a5;
    text-align: right;
    font-size: 58px;
    font-weight: 300;
    line-height: 42px;
    font-family: 'Neuton', serif;
}

address {
    text-align: center;
    font-size: 13px;
    padding-bottom: 12px;
    color: #77746c;
    line-height: 16px
}

section .chiudi {
    background: #29AAE4 url("../images/hide.png") 7px 22px no-repeat scroll;
    color: #fff;
    cursor: pointer;
    height: 66px;
    position: absolute;
    right: -31px;
    top: 25px;
    width: 31px
}

.ritorna {
    background: #29AAE4 url("../images/ritorna.png") 7px 22px no-repeat scroll;
    color: #fff;
    cursor: pointer;
    height: 66px;
    position: absolute;
    left: -40px;
    top: 25px;
    width: 31px;
    z-index: 10
}

#gallery {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0
}

#gallery .bottom {
    position: absolute;
    bottom: 40px;
    padding-left: 250px;
    width: 100%;
    text-align: center
}

#gallery h3 {
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-shadow: 3px 1px 6px #000;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px
}

#gallery .button {
    display: inline-block;
    background: #212121;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    border-radius: 3px
}

#gallery a:hover {
    text-decoration: none
}

.qr li {
    margin-bottom: 10px;
    float: left;
}

.qr li:nth-child(1),
.qr li:nth-child(6) {
    width: 100%;
}

.qr li:nth-child(2),
.qr li:nth-child(4) {
    width: 49%;
}

.qr li:nth-child(3),
.qr li:nth-child(5) {
    width: 49%;
    float: right;
}

.qr li:nth-child(6) {
    margin-bottom: 0;
}

.qr li .datepicker {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #29AAE4;
    background: url(../images/qr.png) #29AAE4 right 0px center no-repeat;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.qr li select {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.qr li .customSelect {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #29AAE4;
    background: url(../images/qr.png) #29AAE4 right -3px center no-repeat;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 6px;
    cursor: pointer;
}

.qr li .btn_qr {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    background: #29AAE4;
    color: #fff;
    height: 33px;
    line-height: 33px;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

#offerte_slider .img {
    width: 100%;
    height: 140px;
    border: 1px solid #fff;
}

#offerte_slider h3 {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase
}

#offerte_slider p {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.contenuti_articoli{
    padding: 10px;
    background: #fff;
    width: auto;
    position: relative;
    margin-bottom: 15px;
}

.contenuti_articoli .img{
    width:150px;
    height: 150px;
    display: inline-block;
}

.container-testo h3{
              text-transform: uppercase;
              margin-bottom: 10px;
              font-size:17px;
              color:#29AAE4;
}

.bottone-news{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #29AAE4;
    padding: 3px 10px;
    margin: 0 auto;
    margin-top: 10px;
    color:#fff;
}

.contenuti_articoli .container-testo{
    width:280px;
    display: inline-block;
    position: absolute;
    padding: 0 10px;
}

.next_offerte_slider {
    background: url(../images/next.png);
    width: 37px;
    height: 72px;
    position: absolute;
    top: 38px;
    right: -15px;
    z-index: 100;
    cursor: pointer;
}

.prev_offerte_slider {
    background: url(../images/prev.png);
    width: 37px;
    height: 72px;
    position: absolute;
    top: 38px;
    left: -15px;
    z-index: 100;
    cursor: pointer;
}

.item a:hover {
    text-decoration: none;
}

.nascondi_contenuti header {
    left: -100%;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.nascondi_contenuti aside {
    right: -100%;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.mini_gallery {
    margin-top: 16px
}

.mini_gallery li {
    display: inline-block;
    width: 49%
}

.mini_gallery li:nth-child(even) {
    float: right
}

.mini_gallery li:nth-child(odd) {
    float: left
}

.mini_gallery li .img {
    height: 100px
}

.menu_secondario {
    background: #fff;
    top: 140px;
    padding: 15px 10px;
    position: absolute;
    left: 280px;
    min-width: 230px;
    z-index: 12
}

.menu_secondario li {
    white-space: nowrap;
}

.menu_secondario li a {
    display: block;
    font-size: 11px;
    color: #29AAE4;
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 10px;
    text-decoration: none;
    text-align: left;
}

.menu_secondario li:hover a,
.menu_secondario li.active a {
    background: #29AAE4;
    color: #fff
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

#check_zindex {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -1px;
    top: -1px;
    z-index: 0;
}

.listaCatGallery{
    margin-left: 15px;
}

.listaCatGallery li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}

.listaCatGallery li.active {
    color: #29AAE4;
    font-weight: bold;
}

.gallery_minigallery li {
    width: 49%;
    float: left;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.gallery_minigallery li:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.gallery_minigallery li .img {
    height: 70px;
    border: solid 1px #fff;
}

ul.gallery_minigallery.gallery_isotope.clearfix {
    top: 20px;
    padding-bottom: 10px
}

.offerte li {
    width: 100%;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: #fff
}

.offerte li .img {
    height: 120px;
    width: 30%;
    float: left;
}

.offerte li .contenuto_offerta {
    width: 67%;
    float: right
}

.offerte h2,
.offerte h3 {
    font-size: 18px;
    color: #29AAE4;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.offerte h3 {
    font-size: 14px;
    color: #000
}

.buttonMobile {
    display: none
}

.buttonMobile li {
    float: left;
    width: 50%;
    position: relative;
    background: #29AAE4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.buttonMobile li:first-child {
    border-right: solid 2px #fff
}

.buttonMobile li a {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.buttonMobile li a::before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    pointer-events: none;
    padding-right: 15px
}

.buttonMobile li:nth-child(2) a::before {
    content: "\f274"
}

header,
.menu_principale,
footer {
    width: 260px
}

section {
    left: 260px;
    width: 290px
}

section.interna {
    width: 500px
}

section.interna .menu_secondario {
    left: 490px
}

.datepicker_cal {}

#form_newsletter {
    width: 100%;
    position: relative;
}

#form_newsletter div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    position: relative
}

#form_newsletter div label.nome_campo {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

#form_newsletter div input {
    width: 99.5%;
    display: block;
    line-height: 24px;
    text-indent: 5px;
}

.privacy_div.clearfix {
    line-height: 20px
}

#form_newsletter div input.error {
    border: 1px solid #868889;
}

#form_newsletter div label.error {
    color: #F00;
    position: absolute;
    right: 0;
    top: 0;
}

#form_newsletter div.privacy_div label.error {
    color: #F00;
    position: absolute;
    right: 0;
    top: 20px;
}

#form_newsletter div textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 11px;
    margin-top: 10px;
}

.btn {
    font-family: 'Muli', sans-serif !important;
    height: 30px !important;
    line-height: 30px !important;
    display: block;
    background-color: #77746c;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    border: 0;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px
}

.btn:hover {
    background-color: #77746c;
}

.form_to_validate a {
    color: #b1b4b6 !important;
}

#form_contatti {
    width: 100%;
    position: relative;
}

#form_contatti div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    position: relative
}

#form_contatti div label.nome_campo {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

#form_contatti div input {
    width: 99.5%;
    display: block;
    line-height: 30px;
    border: 1px solid #868889;
    text-indent: 5px;
}

.privacy_div.clearfix {
    line-height: 20px
}

#form_contatti div input.error {
    border: 1px solid #868889;
}

#form_contatti div label.error {
    color: #F00;
    position: absolute;
    right: 0;
    top: 0;
}

#form_contatti div.privacy_div label.error {
    color: #F00;
    position: absolute;
    right: 0;
    top: 20px;
}

#form_contatti div textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #868889;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 11px;
    margin-top: 10px;
}

.form_personalizzato ul li input {
    width: 100%;
    line-height: 20px;
    padding-left: 5px;
}

.form_personalizzato ul li a {
    color: #b1b4b6 !important;
}

.form_personalizzato ul li textarea {
    width: 100%;
    line-height: 20px;
    padding-left: 5px;
    height: 110px;
}

.form_personalizzato ul li {
    margin-top: 10px;
}

a.pacetta-offerte {
    position: relative;
    top: -20px;
}

a.pacetta-offerte img {
    width: 259px;
}

.pacetta-offerte-mobile {
    display: none;
}

#ui-datepicker-div{
    width:240px;
    font-size:14px;
    font-family: 'Raleway', sans-serif;
}

.ui-widget-header{
    background: #29AAE4 !important;
}

.btn-responsive-menu {
    display: none;
    padding: 5px;
    cursor: pointer;
    width: 32px;
    background: #29AAE4;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1000;
    top: 40px;
    left: 10px
}

.icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #fff;
    border-radius: 1px
}

.divascookies .divascookies-banner-container .divascookies-policy-link a {
    text-decoration: underline;
}


@media(max-height:800px) {
              .logo-gruppo{display: none}
 }

 @media(max-height:640px) {
              .menu_principale ul li a{line-height: 20px}
              .menu_principale{top:195px;}
              #logo img{height:140px;}
 }

@media(max-width:1255px) {

    section.interna .menu_secondario {
        bottom:140px;
        top:unset;
    }
}

@media(max-width:1100px) {

    .col_50 .sx,
    .col_50 .dx {
        width: 100%
    }
}

@media(max-width:1050px) {
    #logo img {
        height: 175px;
    }

    #check_zindex {
        z-index: 950
    }

    section {
        width: 250px;
        left: 220px;
        padding: 50px 20px
    }

    .gallery_minigallery li {
        width: 100%
    }

    header,
    .menu_principale,
    footer {
        width: 220px
    }

    .menu_principale ul li a {
        font-size: 14px
    }

    .menu_footer ul li a,
    .menu_lingue ul li a {
        font-size: 13px
    }

    .menu_lingue ul li a {
        padding: 0 8px
    }

    aside .intestazione_aside li a {
        font-size: 12px
    }

    aside {
        width: 240px
    }

    address {
        font-size: 10px
    }

    .menu_secondario {
        left: 250px
    }
}

@media(max-width:1024px) {

.mCustomScrollBox{
direction: unset;
}

#mCSB_1_container{
        direction: unset;
    unicode-bidi: normal;
}

     .contenuti_articoli{
        border:1px solid #ccc;
     }

.contenuti_articoli .container-testo{
    width: calc(100% - 160px);
}

    .pacetta-offerte-mobile {
        display: block;
    }

    a.pacetta-offerte-mobile {
        position: relative;
        text-align: center;
        margin-top: 15px;
    }

    a.pacetta-offerte-mobile img {
        width: 259px;
    }

    footer a:link,
    footer a:visited,
    footer a:active {
        color: #000
    }

    .menu_footer ul li a,
    .menu_lingue ul li a {
        color: #8a867b;
        font-size: 10px
    }

    address {
        color: #8a867b;
        font-size: 14px
    }

    html,
    body {
        height: auto
    }

    body {
        -webkit-backface-visibility: hidden;
        overflow-x: hidden
    }

    #gallery .bottom {
        padding-left: 0;
        bottom: 30px
    }

    #gallery h3 {
        font-size: 20px;
        margin-bottom: 0
    }

    #gallery .button {
        display: none
    }

    .buttonMobile {
        display: block;
        bottom: 0;
        width: 100%;
        z-index: 100
    }

    .btn-responsive-menu {
        display: block
    }

    #check_zindex {
        z-index: 850
    }

    header {
        background: #fff;
        -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 71, 0.6);
        box-shadow: 0 0 0 0 rgba(50, 50, 71, 0.6);
        width: 100%;
        height: 240px;
        left: auto;
        position: relative;
        top: auto;
        z-index: 10;
        text-align: center
    }

    #logo {
        padding: 10px 0;
        height: auto;
        display: inline-block;
        width: 185px
    }

    aside {
        display: none
    }

    .menu_principale ul li a {
        line-height: 33px
    }

    .menu_principale ul li {
        margin-top: 7px
    }

    div#mCSB_1_container {
        padding: 0 20px;
    }

    h1 {
        padding-left: 20px;
        margin-top: 20px !important
    }

    .titolo-pagina {
        z-index: 9000;
        top: 595px;
        right: 25px;
        font-size: 40px;
        line-height: 29px;
    }


    #gallery {
        height: 400px !important;
        left: auto;
        position: relative;
        top: auto;
        width: 100%
    }

    footer {
        background: #fff;
        bottom: auto;
        left: auto;
        position: relative;
        z-index: 11;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 10px
    }

    section {
        background: #fff;
        border-right: 0;
        height: auto;
        padding: 0px 0px 20px;
        position: relative;
        top: auto;
        z-index: 9;
        width: 100%;
        left: auto;
        outline: 0;
    }

    section.interna {
        width: 100%
    }

    section.interna .menu_secondario {
        left: auto;
        bottom: unset;
    }

    .chiudi {
        display: none
    }

    .contenuto {
        height: auto
    }

    .contenuto_minigallery {
        height: auto
    }

    .mCustomScrollBox {
        height: auto !important;
        overflow: visible !important
    }

    .mCSB_scrollTools {
        display: none !important
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0 !important
    }

    .menu_secondario {
        background: #fff;
        bottom: auto;
        padding: 15px 10px;
        position: relative;
        left: auto;
        width: 100%;
        z-index: 12;
        top: 0;
    }

    .menu_principale {
        padding-right: 0;
        background: #fff;
        -webkit-transform: translateX(-200px) !important;
        -ms-transform: translateX(-200px) !important;
        transform: translateX(-200px) !important;
        -webkit-transition: all 1.5s ease 0s;
        transition: all 1.5s ease 0s;
        height: 100%;
        width: 200px;
        top: 0;
        position: fixed;
        right: auto;
        padding: 10px;
        -webkit-box-shadow: inset -22px -1px 47px -43px rgba(48, 48, 48, 0.61);
        box-shadow: inset -22px -1px 47px -43px rgba(48, 48, 48, 0.61);
    }

    .apri_menu_mobile .menu_principale {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        -webkit-transition: all 1.5s ease 0s;
        transition: all 1.5s ease 0s;
    }

    .chiudi_menu_mobile header,
    .chiudi_menu_mobile #gallery,
    .chiudi_menu_mobile section,
    .chiudi_menu_mobile footer,
    .chiudi_menu_mobile .btn-responsive-menu,
    .chiudi_menu_mobile .buttonMobile,
    .chiudi_menu_mobile .titolo-pagina {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 1.5s ease 0s;
        transition: all 1.5s ease 0s;
    }

    .apri_menu_mobile header,
    .apri_menu_mobile #gallery,
    .apri_menu_mobile section,
    .apri_menu_mobile footer,
    .apri_menu_mobile .btn-responsive-menu,
    .apri_menu_mobile .buttonMobile,
    .apri_menu_mobile .titolo-pagina {
        -webkit-transform: translateX(200px) !important;
        -ms-transform: translateX(200px) !important;
        transform: translateX(200px) !important;
        -webkit-transition: all 1.5s ease 0s;
        transition: all 1.5s ease 0s;
    }

    address {
        padding-top: 5px;
    }
}

@media(max-width:400px) {
    header {
        height: 240px
    }

    #logo {
        height: auto;
        width: 170px
    }

    .contenuti_articoli .img{
    height: 200px;
}

.container-testo h3{
    font-size:14px;
}

}

@media(max-width:396px) {
    .titolo-pagina {
        font-size: 31px;
    }
}
