﻿@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/public/lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/public/lib/font-awesome/webfonts/fa-solid-900.ttf") format("truetype");
}

/* ---------- Promoted Links (pl-) ----------*/
.pl-label {
    position: absolute;
    margin: 2px;
    padding: 10px;
    border-radius: 0;
    color: #fff !important;
    z-index: 1;
}


.promoted-links > .pl-label {
    left: 10px;
}

.promoted-links {
    padding: 9px;
    height: auto;
    color: #aaaaaa;
    cursor: default;
    overflow: hidden;
}

    .promoted-links.force-5 {
        width: 20%;
        float: left;
        position: relative;
    }

.pl-inner {
    border: 1px solid #ebebeb;
    text-align: center;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#ffffff, #f7f7f7, #dadada); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#ffffff, #f7f7f7, #dadada); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ffffff, #f7f7f7, #dadada); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#ffffff, #f7f7f7, #dadada); /* Standard syntax */
}

    .pl-inner span.fa {
        display: block;
        padding-bottom: 15px;
        font-size: 1em;
        color: #464646;
    }

    .pl-inner:hover span.fa, .pl-inner:hover span {
        opacity: .2;
    }


.pl-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .pl-img img {
        width: 100%;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

.pl-btn-txt {
    font-weight: 100;
    position: relative;
    min-height: 175px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 70px;
    color: #142b48;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.4em;
    line-height: 1.1em;
}

    .pl-btn-txt:hover {
        background-color: #888;
    }


    .pl-btn-txt > span.header {
        font-weight: bold;
        display: block;
        line-height: 1.1em;
    }

    .pl-btn-txt > span.sub-header {
        font-weight: normal;
        display: block;
        line-height: .75em;
    }


.pl-desc {
    width: 100%;
    background: white;
    margin: 0;
    text-align: center;
    padding: 15px 5px;
}

    .pl-desc h4 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }

    .pl-desc a h3, .pl-desc a h4 {
        color: dodgerblue;
    }

    .pl-desc a:hover h3, .pl-desc a:hover h4 {
        color: #ccc;
    }

    .pl-desc p {
        font-size: 16px;
        margin: 0;
    }


.pl-img .button, .pl-btn-txt .button {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100px;
    background-color: white;
    position: absolute;
    text-align: center;
    padding: 11px 0 0;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.pl-img .txtbutton, .pl-btn-txt .txtbutton {
    width: 100%;
    height: 100%;
    margin-left: -1px;
    display: block;
    border-radius: 0;
    background: #958a61 !important;
    position: absolute;
    text-align: center;
    padding: 50% 20px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
    cursor: pointer;
}


.pl-img .button:hover, .pl-btn-txt .button:hover {
    background: #142b48;
    color: white;
}

.pl-img .txtbutton:hover, .pl-btn-txt .txtbutton:hover {
    background: #958a61;
    color: white;
}

/*Modal fix*/
.pl-img .zoom, .pl-btn-txt .zoom {
    left: 42%;
    top: 20%;
    opacity: 0;
    line-height: 0;
}

.pl-img .detail, .pl-btn-txt .detail {
    opacity: 0;
}


.promoted-links:hover .pl-img img, .promoted-links:hover .pl-btn-txt img {
    opacity: 0.2;
}

.promoted-links:hover .pl-img .zoom, .promoted-links:hover .pl-btn-txt .zoom {
    top: 50%;
    line-height: 0;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.promoted-links:hover .pl-img .detail, .promoted-links:hover .pl-btn-txt .detail {
    bottom: 50%;
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.pl-btn-txt .zoom {
    font-size: 1em !important;
    line-height: 1.1em !important;
    text-decoration-line: none;
}

.pl-fittext-icon {
    font-size: 2em !important;
}

/* ---------- Owl Carousel ----------*/
.owl-theme.owl-carousel {
    margin: 0;
}

    .owl-theme.owl-carousel .owl-dots {
        position: relative;
        width: 100%;
        /*bottom: -10px;*/
        z-index: 99;
        text-align: center;
    }

        .owl-theme.owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            margin: 0 0.40625em;
            overflow: hidden;
        }

            .owl-theme.owl-carousel .owl-dots .owl-dot span {
                display: inline-block;
                height: 6px;
                width: 6px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: rgba(115,153,200,1);
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: 0;
                -webkit-transition: 0.2s linear;
                transition: 0.2s linear;
            }

                .owl-theme.owl-carousel .owl-dots .owl-dot span:hover {
                    background: #999;
                }

            .owl-theme.owl-carousel .owl-dots .owl-dot.active span {
                /*background: #fff;*/
                border: 2px solid #999 !important;
            }

    .owl-theme.owl-carousel .owl-nav {
        position: absolute;
        z-index: 99;
        top: 38%;
        width: 100%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

        .owl-theme.owl-carousel .owl-nav div {
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            position: absolute;
            margin: 0;
            padding: 0;
            background: none;
        }

        .owl-theme.owl-carousel .owl-nav button {
            font-family: 'Font Awesome 6 Free';
            text-align: center;
        }

            .owl-theme.owl-carousel .owl-nav button.owl-next:before {
                content: "\f054";
            }

            .owl-theme.owl-carousel .owl-nav button.owl-prev:before {
                content: "\f053";
            }

            .owl-theme.owl-carousel .owl-nav button.owl-next,
            .owl-theme.owl-carousel .owl-nav button.owl-prev {
                position: absolute;
                top: 50%;
                font-size: 0px;
                -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
                transition: transform 0.3s ease-out, opacity 0.3s ease-out;
                z-index: 7;
            }

                .owl-theme.owl-carousel .owl-nav button.owl-next:after,
                .owl-theme.owl-carousel .owl-nav button.owl-prev:after {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    top: calc(50% - 30px);
                    width: 60px;
                    height: 60px;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .owl-theme.owl-carousel .owl-nav button.owl-next:after {
                    left: 3px;
                }

                .owl-theme.owl-carousel .owl-nav button.owl-prev:after {
                    right: 3px;
                }

            .owl-theme.owl-carousel .owl-nav button.owl-next {
                right: -50px;
                -webkit-transform: translateX(-100%) translateY(-50%);
                transform: translateX(30%) translateY(-50%);
                opacity: 0;
            }

            .owl-theme.owl-carousel .owl-nav button.owl-prev {
                left: -50px;
                -webkit-transform: translateX(-100%) translateY(-50%);
                transform: translateX(-30%) translateY(-50%);
                opacity: 0;
            }

                .owl-theme.owl-carousel .owl-nav button.owl-next:before,
                .owl-theme.owl-carousel .owl-nav button.owl-prev:before {
                    font-size: 54px;
                }

.owl-theme:hover.owl-carousel .owl-nav button.owl-next,
.owl-theme:hover.owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
}

.owl-dot {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

    .owl-dot.active {
        position: relative;
        bottom: -2px;
    }

        .owl-dot.active span {
            background: transparent !important;
            width: 10px !important;
            height: 10px !important;
            border: 2px solid #fff !important;
        }

div.owl-item > div.panel > div.panel-body > ul {
    -webkit-padding-start: 0px !important;
    list-style: none !important;
}


@media all and (max-width: 767px) {
    .owl-prev,
    .owl-next {
        display: none !important;
    }
}
