<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/
.pt5 {
    padding-top: 5px;
}

/***card***/
.card {
    position: relative;
    padding: 20px;
    padding-top: 40px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    margin: 30px 0;
    min-height: 300px;
}

    .card * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .card *:hover {
            white-space: normal;
        }

    .card h4 {
        color: #000;
        font-size: 26px;
        margin-top: 5px;
        margin-bottom: 15px;
    }


    .card span {
        color: #ccc;
        min-height: 28%;
    }

    .card &gt; .img-thumbnail {
        width: 310px;
        overflow: hidden;
        margin-top: 10px;
    }

    .card &gt; .description {
        text-align: left;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-top: 10px;
    }

        .card &gt; .description &gt; div {
            display: -webkit-box;
        }

            .card &gt; .description &gt; div &gt; p {
                display: grid;
                width: 100%;
            }

                .card &gt; .description &gt; div &gt; p &gt; span {
                    min-height: 0;
                    color: inherit;
                    padding-left: 25px;
                }

    .card &gt; .card-footer {
        min-height: 57px;
    }

    .card .fa {
        color: #267ffa;
        padding-right: 7px;
    }

@media (max-height: 425px) {
    .card &gt; .description {
        min-height: 200px;
        text-align: left;
        padding-left: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 1024px) {
    .card &gt; .img-thumbnail {
        width: 90%;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .card &gt; .img-thumbnail &gt; img {
        position: relative;
    }
}

@media (min-width: 765px) and (max-width: 990px) {
    .card &gt; .img-thumbnail &gt; img {
        position: relative;
    }
}

/***btn***/
.btn-primary {
    background: #000;
    color: #fff;
    border: 2px solid #a14b18;
}

.btn-outline {
    background: rgba(0, 0, 0, 0.00);
    border: 1px solid #267ffa;
    color: #267ffa;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 15px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/***footer***/
.orari-footer {
    margin-left: 20px !important;
}

/***rss***/

.rss * {
    -webkit-transition: all 1s ease; /* For Safari 3.1 to 6.0 */
    transition: max-height 1s ease;
}

.rss .title, .rss .title &gt; a {
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rss .sumary {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7e8186;
}

.rss:hover .title, .rss:hover .title &gt; a {
    max-height: 2000px;
    white-space: initial;
}

.rss:hover .sumary {
    max-height: 2000px;
}


/**/

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
    margin-bottom: 30px;
}

    .icon-box .icon {
        display: inline-block;
        height: 70px;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 70px;
        text-align: center;
    }

        .icon-box .icon i {
            line-height: 70px;
        }

        .icon-box .icon.icon-gray {
            background-color: #eeeeee;
            color: #555555;
        }

            .icon-box .icon.icon-gray:hover {
                background-color: #d5d5d5;
                color: #bbbbbb;
            }

            .icon-box .icon.icon-gray.icon-bordered {
                background-color: transparent;
                border: 2px solid #eeeeee;
            }

                .icon-box .icon.icon-gray.icon-bordered:hover {
                    background-color: #eeeeee;
                    color: #555555;
                }

        .icon-box .icon.icon-dark {
            background-color: #111111;
            color: #fff;
        }

            .icon-box .icon.icon-dark:hover {
                color: #5e5e5e;
            }

            .icon-box .icon.icon-dark.icon-bordered {
                background-color: transparent;
                border: 2px solid #111111;
                color: #111111;
            }

                .icon-box .icon.icon-dark.icon-bordered:hover {
                    background-color: #111111;
                    border-color: #111111;
                    color: #fff;
                }

        .icon-box .icon.icon-white {
            background-color: #fff;
            color: #333333;
        }

            .icon-box .icon.icon-white:hover {
                background-color: #b3b3b3;
                color: #000000;
            }

            .icon-box .icon.icon-white.icon-bordered {
                background-color: transparent;
                border: 2px solid #fff;
                color: #fff;
            }

                .icon-box .icon.icon-white.icon-bordered:hover {
                    background-color: #fff;
                    border-color: #fff;
                    color: #111111;
                }

            .icon-box .icon.icon-white.icon-border-effect {
                position: relative;
            }

                .icon-box .icon.icon-white.icon-border-effect::after {
                    box-shadow: 0 0 0 3px #fff;
                }

        .icon-box .icon.icon-bordered {
            border: 1px solid #777777;
        }

            .icon-box .icon.icon-bordered:hover {
                background-color: #777777;
                color: #fff;
            }

        .icon-box .icon.icon-rounded {
            border-radius: 3px;
        }

        .icon-box .icon.icon-circled {
            border-radius: 50%;
        }

        .icon-box .icon.icon-xs {
            height: 30px;
            width: 30px;
        }

            .icon-box .icon.icon-xs i {
                font-size: 18px;
                line-height: 30px;
            }

        .icon-box .icon.icon-sm {
            height: 50px;
            width: 50px;
        }

            .icon-box .icon.icon-sm i {
                font-size: 22px;
                line-height: 50px;
            }

        .icon-box .icon.icon-md {
            height: 75px;
            width: 75px;
        }

            .icon-box .icon.icon-md i {
                font-size: 36px;
                line-height: 75px;
            }

        .icon-box .icon.icon-lg {
            height: 80px;
            width: 80px;
        }

            .icon-box .icon.icon-lg i {
                font-size: 40px;
                line-height: 75px;
            }

        .icon-box .icon.icon-xl {
            height: 120px;
            width: 120px;
        }

            .icon-box .icon.icon-xl i {
                font-size: 60px;
                line-height: 120px;
            }

        .icon-box .icon.icon-border-effect {
            position: relative;
        }

            .icon-box .icon.icon-border-effect::after {
                border-radius: 50%;
                box-shadow: 0 0 0 3px;
                box-sizing: content-box;
                content: "";
                height: 100%;
                left: -4px;
                opacity: 0;
                padding: 4px;
                top: -4px;
                transform: scale(0.8);
                transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
                pointer-events: none;
                position: absolute;
                width: 100%;
            }

            .icon-box .icon.icon-border-effect.effect-flat::after {
                border-radius: 0;
            }

            .icon-box .icon.icon-border-effect.effect-rounded::after {
                border-radius: 3px;
            }

            .icon-box .icon.icon-border-effect.effect-circled::after {
                border-radius: 50%;
            }

            .icon-box .icon.icon-border-effect.icon-gray::after {
                box-shadow: 0 0 0 3px #eeeeee;
            }

        .icon-box .icon.icon-top {
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -32px;
        }

    .icon-box i {
        display: inline-block;
        font-size: 40px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .icon-box i[class*="pe-7s-"] {
            vertical-align: text-bottom;
        }

    .icon-box.left {
        text-align: left;
    }

        .icon-box.left a {
            margin-right: 30px;
            padding: 0;
        }

    .icon-box.iconbox-border {
        border: 1px solid #dcdcdc;
    }

    .icon-box.iconbox-bg {
        background-color: #fafafa;
    }

        .icon-box.iconbox-bg.iconbox-bg-dark {
            background-color: #333333;
        }

    .icon-box.icon-left .icon {
        float: left;
        margin-right: 10px;
    }

@media only screen and (max-width: 767px) {
    .icon-box.icon-left .icon {
        float: none !important;
        margin-right: 0;
    }
}

.icon-box.icon-left .icon.no-bg {
    width: auto;
    height: auto;
}

.rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}

.no-rotate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}

.icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1);
}

.icon-box .icon-border-effect:hover::after {
    opacity: 1;
    transform: scale(1);
}
/*
 * 5.0 -&gt; Img Icon Box
 * -----------------------------------------------
*/
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1);
}

.icon-box:hover .icon i {
    color: #fff;
}

.img-icon-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

    .img-icon-box:before {
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        display: block;
    }

    .img-icon-box i,
    .img-icon-box .img-icon-box h3 {
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
        -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    }

    .img-icon-box .img-icon-details {
        position: relative;
        min-height: 330px;
    }

        .img-icon-box .img-icon-details i {
            color: #FFF;
        }

    .img-icon-box .img-icon-content {
        opacity: 0;
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
        -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    }

    .img-icon-box:hover i {
        font-size: 0;
    }

    .img-icon-box:hover .img-icon-content {
        opacity: 1;
    }
/* -------- Icon Box Services ---------- */
.service-icon-box {
    margin-bottom: 30px;
    overflow: hidden;
}

    .service-icon-box a {
        background: #eeeeee;
        color: #fff;
        display: inline-block;
        height: 70px;
        line-height: 80px;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        width: 70px;
    }

        .service-icon-box a i {
            font-size: 28px;
        }

    .service-icon-box:hover a i {
        color: #fff;
    }


.bg-theme-colored {
    background-color: #3dc0ea !important;
}

.footer-links a {
    text-transform: uppercase;
}


.h100i {
    height: 100px;
}

.h110i {
    height: 110px;
}


.h120i {
    height: 120px;
}


.h130i {
    height: 130px;
}


.h140i {
    height: 140px;
}


.h150i {
    height: 150px;
}


.h160i {
    height: 160px;
}


.h170i {
    height: 170px;
}


.h180i {
    height: 180px;
}


.h190i {
    height: 190px;
}


.h200i {
    height: 200px;
}

.roll-opening-hours ul li {
    line-height: initial !important;
}

ul.freddy-list li a, ul.freddy-list li i {
    color: black;
    font-size: 120%;
}

.freddy-pagination {
    list-style: none;
    padding: 0;
}
    .freddy-pagination li {
        margin-left: 0 !important;
        margin-top: 0 !important;
        display: inline-block;
        padding: .5rem 1rem;
        background-color: #0facee;
        cursor: pointer;
    }
    .freddy-pagination li.enabled a {
        text-decoration: underline;
        font-weight: bold;
    }
.freddy-pagination li a {
    color: white;
    text-decoration: none;
}

#news-details {
    min-height: 400px;
    margin-bottom: 2rem;
}</pre></body></html>