﻿a {
    color: rgb(55,131,181);
}

.primary-color {
    color: rgb(55,131,181);
}

a:hover,
a:focus,
a:active {
    color: rgb(47,118,164);
}

.li-social:hover > a.email {
    background: rgb(55,131,181);
}

.form-control:focus {
    border-color: rgb(55,131,181);
}

.btn-primary,
.custom-control-input:checked ~ .custom-form-label::before {
    background-color: rgb(55,131,181);
    border-color: rgb(55,131,181);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff;
        background-color: rgb(47,118,164);
        border-color: rgb(47,118,164);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: rgb(47,118,164);
        border-color: rgb(47,118,164);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: rgb(47,118,164);
        border-color: rgb(47,118,164);
    }

.btn-outline-primary {
    color: rgb(55,131,181);
    border-color: rgb(55,131,181);
}

    .btn-outline-primary:hover {
        background-color: rgb(55,131,181);
        border-color: rgb(55,131,181);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: rgb(55,131,181);
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: rgb(55,131,181);
        border-color: rgb(55,131,181);
    }

.btn-link {
    color: rgb(55,131,181);
}

    .btn-link:hover {
        color: rgb(47,118,164);
    }

    .btn-link:disabled, .btn-link.disabled {
        color: rgb(47,118,164);
    }

.form-check-input:checked {
    background-color: rgb(55,131,181);
}

.s-highlight {
    background-color: rgba(55, 131, 181, 0.3);
}

.d-title:after {
    border-bottom: 2px solid rgb(55,131,181);
}

.news-item .news-head a:hover {
    color: rgb(55, 131, 181);
}

.news-item .cover-background > .blend,
.gallery-item .cover-background > .blend {
    background-color: rgba(55, 131, 181, 0.5);
}

#d-content .event-item .event-title a:hover {
    color: rgb(47,118,164);
}

#to-top {
    background-color: rgb(47,118,164);
    color: #fff;
}

@media (min-width: 992px) {
    #mmenu > ul > li > .ul-dropdown {
        border-top: 2px solid rgb(55,131,181);
    }

        #mmenu > ul > li > .ul-dropdown::after {
            border-bottom: 6px solid rgb(55,131,181);
        }
}