.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

#luoghi_list h2 {
    font-weight: bold;
    margin-top: 30px;
}

#luoghi_list .desc-text-page {
	font-size: 16px;
	line-height: 24px;
	color: #0b3d68;
	margin: 0 0 15px;
}

.photos {
    padding-left: 50px;
}

	@media (max-width: 767px) {

        #luoghi_list .desc-text-page {
			padding: 30px;
		}

        .photos {
            padding-top: 30px;
            padding-bottom: 30px;
        }
	}


.image-grid {
    display: grid;
    align-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 15px 30px #a6b1bb;
    transition: all 0.3s ease-in-out;
    transform: translateZ(0)
}

.image-grid:hover {
    box-shadow: 0 30px 30px #a6b1bb;
}

.image-grid>a {
    color: rgba(255, 255, 255, .3);
}

.image-grid img {
    /*aspect-ratio:1/1;width:100%;height:100%;*/
    transition: all 600ms ease !important;
}

.image-grid:hover img {
    -webkit-transform: scale(1.08, 1.08);
    scale: 1.08;
}

.image-grid img.a-fit {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    transition: .6s !important
}

.section-luoghi .image-grid:hover img {
    -webkit-transform: scale(1.04, 1.04);
    scale: 1.04;
}

/*@media(min-width:768px){.a-ratio {aspect-ratio:1/1}.a-fit{object-fit:cover}}
		@supports not (aspect-ratio: 1/1) { @media(min-width:768px){.image-grid img {line-height:270px}.sgallery.hnone .image-grid img{max-height:none}.box_figure .image-grid img{max-height:280px;min-height:280px}} }
		@media(max-width:767px){.image-grid img {height:auto;aspect-ratio:unset}}*/
.image-grid .new2 {
    background: #f9b000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 29px;
    right: -3px;
}

.image-grid .new {
    color: #fff;
    background: #0b3d68;
    font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 25px;
    right: -5px;
        /*;mix-blend-mode:hard-light;padding-right:13px*/
}

.sgallery .item,
.sgallery .esclusivo-list {
    transition: all 300ms ease
}

.sgallery .item:hover {
    transform: translateY(-12px)
}

.sgallery:hover .esclusivo-list {
    transform: translateY(-12px)
}

.sgallery:hover .esclusivo-list:hover {
    transform: translateY(0)
}

.product-name {
    font-weight: bold !important;
    margin-top: 15px;
    color: #0b3d68;
    line-height: 1.2em;
}

.products-list .product-item .product-name {
    font-size: 22px;
    line-height: 28px;
}

#section-cose {
    padding: 30px 30px 45px;
    max-width: 1400px;
    margin: 0 auto;
}

.proposte_inner {
    /*padding: 0 60px;*/
}

.row-proposte {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row-proposte .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: auto;
}

@media (max-width: 1199px) {

    .proposte_inner {
        padding: 0;
    }

    .row-proposte .col-md-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

}

@media (max-width: 991px) {

    .proposte_inner {
        padding: 0 30px;
    }

    .row-proposte .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 767px) {

    #section-cose {
        padding: 0 30px 45px;
    }

    .proposte_inner {
        padding: 0;
    }

    .row-proposte .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.gal {
    margin-top: 15px;
}

.main-content .owl-nav>div {
    top: 45%;
}

.owl-carousel .owl-stage {
    max-height: 180px;
    overflow: hidden;
}

.desc .owl-carousel .owl-item {
    padding: 30px 0;
}

.desc .owl-carousel .owl-item img {
    transition: transform .2s;
}

.desc .owl-carousel .owl-item img:hover {
    transform: scale(1.3);
    z-index: 100;
}

.desc .owl-carousel.owl-carousel .owl-item .product-info img {
    width: auto;
    display: inherit;
}

.header-banner {
    margin: 20px 0 30px;
}

.tp-loader.spinner2 {
    background-color: #1c5e97 !important;
}

.tp-parallax-wrap {
    z-index: 999 !important;
}

.tp-caption.Photography-Display,
.Photography-Display {
    z-index: 7;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.title-splash {
    margin: 0 auto 20px !important;
    text-transform: none;
    color: #fff;
    text-align: center !important;
}

.title-splash div {
    font-size: 55px !important;
    line-height: 55px !important;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
    white-space: normal;
    min-width: 580px;
}

.title-desc {
    margin: 0 auto 20px !important;
    text-transform: none;
    color: #fff;
    text-align: center !important;
}

.title-desc div {
    font-weight: 300;
    /*white-space: normal;*/
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    padding: 0 120px;
    letter-spacing: normal;
    font-size: 16px !important;
    line-height: 16px !important;
}

.title-btn {
    margin: 20px auto 0 !important;
    text-transform: uppercase;
    color: #fff;
    text-align: center !important;
}

.title-btn div {
    font-size: 15px !important;
    font-weight: bold !important;
    border: none;
    padding: 0 40px !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
    display: inline-block !important;
    background: #fff;
    border-radius: 4px;
    color: #1c5e97;
}

.btn21 {
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .title-splash div {
        min-width: 580px;
        font-size: 45px !important;
        line-height: 45px !important;
    }
}

@media (max-width: 991px) {
    .title-splash div {
        min-width: 580px;
        font-size: 45px !important;
        line-height: 45px !important;
    }
}

@media (max-width: 767px) {
    .btn21,
    .btn22 {
        margin: 0 0 15px;
        width: 100%;
    }

    .title-splash div {
        min-width: 360px;
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .header-banner {
        margin-top: 15px;
    }

    .title-desc {
        display: none;
    }

    .title-btn div {
        font-size: 15px;
    }
}

@media (max-width: 479px) {
    .title-splash div {
        min-width: 280px;
        font-size: 24px !important;
        line-height: 24px !important;
    }
}

.content-area {
    max-width: 1200px;
    margin: 0 auto
}

#primary {
    min-height: 600px;
    padding: 30px 60px;
    color: #0b3d68;
}

#primary.primary-single {
    padding-left: 60px;
}

.slider-wrap .content-area .tutti {
    margin-bottom: 30px;
}

.blog-single {
    padding-top: 30px;
}

#allegati-main {
    margin-top: 15px;
}

.blog-single .img-divider {
    margin-top: 50px;
}

.title-mt-center .title-block {
    font-size: 48px;
    text-transform: none;
    margin: 30px 0 60px;
}

.mappa-cnt {
    background: #fff;
}

.mappa {
    height: 700px;
    padding: 0;
    font-family: arial, serif;
    font-weight: bold;
    overflow: hidden;
}

.mappa_pie {
    font-size: 11px;
    line-height: 15px;
    margin: 15px 0 30px;
    color: #999;
    text-align: center;
}

.firstHeading {
    color: #0b3d68;
    font-size: 18px;
    font-weight: bold;
}

.desc {
    color: #0b3d68;
    font-size: 20px;
    line-height: 1.6em;
    margin: 40px auto 0;
}

.desc ul,
.desc ol {
    padding: 20px;
}

.desc ul li,
.desc ol li {
    padding: 10px 0;
}

.desc strong {
    font-weight: 700;
    color: #1c5e97;
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
    font-weight: bold !important;
}

.desc .foto_dx {
    float: right;
    margin: 7px 0 15px 40px;
    max-width: 55%;
}

.desc .desc_image {
    color: #1c5e97;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
}

.desc .foto_sx {
    float: left;
    margin: 7px 40px 5px 0;
    max-width: 55%;
}

.desc .foto_dx img,
.desc .foto_sx img {
    max-width: 100%;
    max-height: 400px;
    transition: all .3s ease 0s;
}

.desc img {
    border-radius: 16px;
}

.foto_last {
    max-width: 50%;
}

.foto_last img {
    max-width: none;
    width: 500px !important;
    margin: 0;
}

.foto_last .desc_image {
    width: 380px !important;
}

@media (min-width: 768px) {
    .desc .foto_dx img:hover,
    .desc .foto_sx img:hover {
        transform: scale(1.1);
        z-index: 100;
    }
}

@media (max-width: 767px) {

    .blog-single {
        padding-top: 0;
    }

    .desc {
        margin: 30px 30px 0;
    }

    .desc img {
        width: 100%;
    }

    .desc .foto_sx,
    .desc .foto_dx {
        float: none;
        margin: 15px 0;
        max-width: none;
    }

    .foto_last {
        max-width: none;
        margin-bottom: 15px;
    }

    .foto_last img,
    .foto_last .desc_image {
        width: 100% !important;
    }

    .desc .foto_dx img,
    .desc .foto_sx img {
        max-height: none;
    }
}