/* Minification failed. Returning unminified contents.
(3,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(10,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(25,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(29,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(78,25): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(81,36): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(130,24): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(147,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
 */

.onHoverCustomColor:hover {
    color: var(--main-color-2) !important; /*rgba(191,153,88,0.95)*/
    background-color: inherit !important;
    text-decoration: none;
}

.onHoverCustomBackgroundColor:hover {
    color: #fff !important; /*rgba(191,153,88,0.95)*/
    background-color: var(--main-color-2) !important;
}

a:hover {
    text-decoration: none !important;
}

.linkBox {
    text-transform: uppercase;
    letter-spacing: .05rem;
}

    .linkBox a {
        margin-left: -15px;
        padding: 15px;
        color: var(--main-color-2);
        transition: all .35s ease-in-out;
        text-decoration: none;
        color: #fff !important; /*rgba(191,153,88,0.95)*/
        background-color: var(--main-color-2) !important;
    }

.handwritingHeader {
    font-size: 1.5rem;
    font-style: italic;
    color: #312a29;
    letter-spacing: .05rem;
    line-height: 1.4;
}

/*@media(min-width:992px) {
    .container-fluid {
        padding-top: 50px;
    }
}*/

/*#region Content Partials */
div.info {
    padding: 20px;
    height: 100%;
}

    div.info h3, .header h3 {
        text-rendering: optimizeLegibility;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: .05rem;
    }

    div.info h2, .header h2 {
        text-rendering: optimizeLegibility;
        font-size: 1.4rem;
        font-weight: 500;
        word-wrap: break-word;
    }

    div.info p, p.content {
        text-rendering: optimizeLegibility;
        font-weight: 300;
        text-align: justify;
    }

    div.info a {
        text-transform: uppercase;
    }

        div.info a.onHoverCustomBackgroundColor {
            padding: 1rem;
            color: var(--main-color-2);
            transition: all .35s ease-in-out;
            text-decoration: none;
            border: 1px solid var(--main-color-2);
        }

.infoOverlay .info h3 {
    font-size: 1.7rem;
    font-weight: 500;
}

.infoOverlay .info h2 {
    font-size: 2rem;
    font-weight: 700;
    /*background: radial-gradient(#b8b0b0, #b8b0b0a3, transparent);*/
}

@media(min-width:992px) {
    div.info {
        padding: 1rem;
    }

    .infoOverlay-animation img {
        filter: unset;
    }

    .infoOverlay-animation .info {
        border-width: 0px;
    }

        .infoOverlay-animation .info .row div:not(:first-child) {
            display: none;
        }

    .infoOverlay-animation:hover img {
        animation: blurIn .7s 1 forwards;
    }

    .infoOverlay-animation:hover .info {
        border-width: 1px;
        animation: slide-up .7s;
    }

        .infoOverlay-animation:hover .info .row div {
            display: block;
            animation: fadeInUp .7s 1 forwards;
        }
}

div.bordered {
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color-2);
    border-image: initial;
}
/*#endregion */

/*#region Swiper Slider */

.swiper-button-group {
    display: none;
    width: 100%;
    position: absolute;
}

    .swiper-button-group .swiper-button {
        position: relative !important;
        height: 70px !important;
        transition: all .35s ease-in-out;
        color: var(--main-color-2);
        background: transparent; /*#413838;*/
        font-size: 0;
        line-height: 0;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        text-transform: none;
        font: inherit;
        align-items: flex-start;
        text-align: center;
        text-rendering: auto;
        letter-spacing: normal;
        word-spacing: normal;
        text-indent: 0px;
        text-shadow: none;
        -webkit-writing-mode: horizontal-tb;
        -webkit-tap-highlight-color: transparent;
    }

        .swiper-button-group .swiper-button.swiper-button-prev {
            float: left;
        }

        .swiper-button-group .swiper-button.swiper-button-next {
            float: right;
        }

/*#endregion */

/*#region Tabs And Slider */
.bg-img-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#fff,rgba(0,0,0,.1));
    opacity: 1.6;
}
/*#endregion */

/*#region HWeb */

/*#hwebframe {
    border: none;
    width: 100%;
    height: 270px;
}

[data-pageid="3061"] .hweb-row {
    display: none !important;
}

.hweb-row {
    display: flex !important;
}

@media(min-width:481px) {
}

@media(min-width:728px) {
    #hwebframe {
        width: 728px;
        height: 240px;
    }
}

@media(min-width:1024px) {
    .hweb-row {
        position: absolute;
        width: 100%;
        bottom: -1rem;
        z-index: 2;
    }
}*/

/*#endregion */

