﻿.navbar-brand .cms-image-logo {
    width: 1.5em;
    height: 1.5em;
}

@media (min-width: 1200px) {
    .k-item.cms-menu-contact {
        margin-left: 0.75em;
    }
}

.k-item.cms-menu-contact .k-link {
    /* copied from bootstrap btn-primary */
    color: #fff;
    background-color: #446E9B;
    border-color: #446E9B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446E9B), to(#3e648d));
    background-image: linear-gradient(#6d94bf, #446E9B 50%, #3e648d);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    /*border: 1px solid #345578;*/
    /* copied from bootstrap btn */
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    /*font-size: 1rem;*/
    /*line-height: 1.5;*/
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
    .k-item.cms-menu-contact .k-link:hover {
        color: #fff;
        background-color: #385b80;
        border-color: #345578;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f));
        background-image: linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
        border: 1px solid #2e4b69;
    }