﻿@media (min-width: 768px) {
    .logo-header img {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .logo-header img {
        width: 180px;
    }
}

.box-content .container {
    background-color: rgb(128, 128, 128,0.4);
    padding:20px;
}

.titolo-condizioni{
    margin-top:25px;
    font-size:26px;
}
h4.titolo-condizioni {
    font-size: 26px;
}
h5.titolo-condizioni {
    font-size: 21px;
}
.sw-dots .swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
    background-color:#fff;
}
.tf-image-wrap::before, .tf-image-wrap::after {
    opacity: 0 !important;
    display:none;
}
.imgGallery {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 767px) {
    .masonry-layout .collection-item .img-style {
        height: 275px;
    }
}