
#supersized-fs {
    display: none
}
#gallery-image-description-fs {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 50px;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    text-align: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 60px;
}
#gallery-image-description-fs span{
    font-family: "Fira Sans Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-gal{
    float: right;
    background: transparent;
    border: 1px solid #FFF;
    text-transform: uppercase;
    color: #fff;
    font-family: "Fira Sans Condensed", sans-serif;
    padding: 10px 50px;
    margin-top: 10px;
}
.btn-gal:hover, .btn-gal:focus{
    background: #fff;
    border: 1px solid #fff;
}

#supersized-fs .grid-wrapper {
    max-width: initial;
    float: left;
    /*width: 270px;*/
    /*background-color: #fff*/
}

#supersized-controls-wrapper-fs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%
}

#supersized-controls-wrapper-fs img {
    margin: 0 auto;
    max-width: 100%;
    /*height: 100px;*/
    /*padding: 20px 50px;*/
    /*background-color: #fff*/
}

#controls-fs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 100001;
    text-align: center
}

#controls-fs a {
    z-index: 1002
}

#controls-fs .prev {
    display: none;
    position: absolute;
    top: 50%;
    left: 60px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url('../../img/gal/arrow-left.svg') no-repeat 0 0;
    background-size: 40px auto;
    cursor: pointer
}

#controls-fs .next {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url('../../img/gal/arrow-right.svg') no-repeat 0 0;
    background-size: 40px auto;
    cursor: pointer
}

#supersized-fs-close {
    z-index: 100001;
    position: absolute;
    top: 40px;
    right: 60px;
    width: 33px;
    height: 33px;
    padding: 0;
    background: url('../../img/gal/btn-close-white.svg') no-repeat 0 0;
    background-size: 33px auto;
    cursor: pointer
}
#supersized-fs, #supersized, #supersized-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 8020;
    height: 100%;
    width: 100%;
    background-color: #000;
}
#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    /*background: url('../../img/gal/loading-supersized.gif') no-repeat center center;*/
}

#wrapper {
    position: relative;
}
.wrapper{
    box-sizing: border-box;
}
.grid-wrapper {
    position: relative;
}
.grid-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    display: block;
}
.st-pusher {
    position: relative
}

.st-pusher .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 101
}
.container.grey {
    padding: 100px 0;
    background-color: #f4f1e9;
    text-align: center
}

.container.grey.directions {
    background-color: #fff
}

.container.grey {
    padding: 80px 0;
}

.gallery .media-object{
    height: auto;
}

.gallery .item-packery img {
    display: block;
    width: 100%;

}

.gallery .item-packery-noisotope .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    padding: 8px;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    text-align: center;
    height: 60px;
    max-height: 60px;
    overflow-y: hidden;
    line-height: 22px;
    display: flex;
    justify-items: center;
    flex-direction: column;
    justify-content: center;
}
.gallery .item-packery-noisotope .caption .title{
    flex-direction: column;
    justify-content: center;
    height: auto;
    overflow: hidden;
    margin: 0px;
    max-height: 45px;
}
.gallery .item-packery-noisotope:hover .caption {
    opacity: 1
}

.gallery .item-packery-noisotope .caption .title a{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.gallery .item-packery-noisotope.mediagallery .caption .title {
    float: left;
    line-height: 3rem
}

.gallery .item-packery-noisotope .caption .download {
    float: right;
    display: inline-block;
    padding: 10px;
    line-height: 1rem;
    background-color: #263746;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    color: #fff
}

.gallery .item-packery-noisotope img.btn-play {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%)
}
.gutter-sizer {
    width: 3.5%
}



@media screen and (min-width: 0) and (max-width: 1180px) {

    .grid-wrapper {
        /*max-width: 90%*/
    }

}

@media screen and (min-width: 0) and (max-width: 767px) {

    .grid-sizer,
    .item-packery-noisotope {
        /*width: auto*/
    }
    .gallery .item-packery-noisotope {
        position: relative;
            }

    .gallery .item-packery-noisotope .caption {
        top: auto;
        bottom: 0;
        left: 0;
        /*height: auto;*/
        padding: 10px;
        /*background-color: rgba(255, 255, 255, .8);*/
        opacity: 1
    }

}
*{box-sizing:border-box;}
body.lock, html.lock {
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*#supersized-loader {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*z-index: 0;*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*margin: -30px 0 0 -30px;*/
    /*text-indent: -999em;*/
    /*!*background: url(/assets/i/loading-supersized.gif) no-repeat center center*!*/
/*}*/

#supersized-fs,
#supersized,
#supersized-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 8020;
    height: 100%;
    width: 100%;
    background-color: #000
}

#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none
}

#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges
}

#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality
}

#supersized a {
    width: 100%;
    height: 100%;
    display: block
}

#supersized li {
    position: fixed;
    display: block;
    list-style: none;
    z-index: -30;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

#supersized li.prevslide {
    z-index: -20
}

#supersized li.activeslide {
    z-index: -10
}

#supersized li.image-loading {
    /*background: #000 url(/assets/i/loading-supersized.gif) no-repeat center center;*/
    width: 100%;
    height: 100%
}

#supersized li.image-loading img {
    visibility: hidden
}

#supersized li.prevslide img,
#supersized li.activeslide img {
    display: inline
}

.gallery-buttons{
    margin-top: -40px;
    margin-bottom: 10px;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    * {
        margin: 0;
        padding: 0
    }
    #supersized-loader {
        display: none;
    }
    #supersized-fs,
    #supersized-wrapper,
    #supersized {
        display: none;
    }
}
ul{
    padding: 0;
    margin: 0;
}
/*selector:-webkit-full-screen {*/
    /*display: none; // displays the element only when in fullscreen*/
/*}*/
.gallery-image-V > a:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url('../../img/gal/play-bluserena.png') no-repeat 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    display:block;
    background-size: cover;
}
.gallery-image-T > a:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url('../../img/gal/virtual-tur-bluserena.png') no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    display: block;
    background-size: cover;
}
.gallery-image-T img, .gallery-image-V img {
    width: 100%;
    /*min-height: 100%;*/
}

.gallery-filters{
    margin-bottom: 40px;
    font-family: "Fira Sans Condensed", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.gallery-filters .title{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #48B9FF;
    margin-bottom: 15px;
}
.gallery-filters p{
    font-family: "Cinzel",serif;
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    margin-top: 50px;
}
.btn-gallery-G2{
    background-color: #7caaa4;
    border-color: #7caaa4;
    font-family: "Fira Sans Condensed", sans-serif;
}
.btn-gallery-G1{
    background-color: #7caaa4;
    border-color: #7caaa4;
    font-family: "Fira Sans Condensed", sans-serif;
}
.btn-gallery-selected{
    border-color: #8f9893;
    background-color: #fff;
    color: #8f9893;
    font-family: "Fira Sans Condensed", sans-serif;
}
.btn-gallery-cucinamamme,.btn-gallery-parcogiochi{
    background-color: #a28595;
    border-color: #a28595;
}
.btn-gallery-cucinamamme.btn-gallery-selected,.btn-gallery-parcogiochi.btn-gallery-selected{
    background-color: #fff;
    color: #a28595;
    border-color: #a28595;
}
.btn-gallery{
    font-family: "Fira Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    width: 175px;
    height: 68px;
    text-align: center;
    display: flex;
    flex-direction: column;
    float: left;
    justify-content: center;
}
.gallery-container{
    max-width: 1500px;
    margin: auto;
}
.gallery-page .home-tripadvisor{
    padding: 20px 0;
    min-height: 330px;
}

.gallery-image a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 0%;
    height: 0%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 0;

}
/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out
 */
.gallery-image a:hover:after {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gallery-image .title a:after{
    display: none;
}
.form-control-gallery{
    text-transform: uppercase;
    /*height: 62px;*/
    font-size: 16px;
    /*font-weight: 500;*/
    line-height: 28px;
    box-shadow: none;
    /*color: #76736A;*/
    width: 100%;
    padding: 10px 0 10px 13px;
    height: 42px;
    border: 1px solid #ddd;
}
.gallery-fs img{
    z-index: 999;
}
@media screen and (min-width: 0) and (max-width: 916px) {
    .gallery-filters{
        padding: 15px 30px;
        margin-bottom: 0;
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
}
@media (min-width: 300px) and (max-width: 767px){
    #newsletter-popup .menu-newsletter {
        width: 300px;
        padding: 20px;
        margin-top: 110px;
    }
    #newsletter-popup .menu-newsletter .title{
        font-size: 20px;
    }
    #newsletter-popup p.sub-title{
        font-size: 16px;
        margin: 0 15px 15px;
    }
    #newsletter-popup .menu-newsletter input{
        padding: 10px;
    }
    #newsletter-popup .menu-newsletter .privacy-accept{
        margin-bottom: 15px;
        font-size: 12px;
    }

}
@media screen and (min-width: 0) and (max-width: 414px) {
    .gallery-filters{
        padding: 15px 0 0 0;
        margin-bottom: 0;
    }
}