.wrapContactNavigationCombined
{
    flex-wrap: wrap;

/*    margin: 60px 0 80px;*/
    margin: 60px 0 24px;
    background: #969696;
    background: linear-gradient(135deg, rgba(150,150,150,1) 0%, rgba(120,120,120,1) 100%);
}

/* telefon */
.boxContactNavigationTel
{
    align-content: center;
    border-right: 1px solid #ccc;
}

    .wrapContactNavigationCombined .boxContactFormCallShadow
    {
        text-shadow: none;
    }

        .wrapContactNavigationCombined .wrapContactPhoneDispecink
        {
            background: none;
        }

        .wrapContactNavigationCombined .wrapContactPhone
        {
            padding: 20px 20px 20px 72px;
        }

            .wrapContactNavigationCombined .boxContactFormCall span, .wrapContactNavigationCombined .boxHeaderContactDescription
            {
                margin-bottom: 0;

                color: #fff;
                font-family: 'Open Sans', sans-serif;
                font-size: 90%;
                text-transform: none;
            }

            .wrapContactNavigationCombined .wrapContactPhone a, .wrapContactPhone a:link
            {
                font-size: 225%;
                text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.25);
            }

/* email */
.wrapContactNavigationCombined .wrapContactPhone a.aContactNavigationEmail
{
    margin-top: 24px;
    padding-bottom: 5px;

    font-family: 'Open Sans', sans-serif;
    font-size: 125%;
    font-weight: 700;
    text-transform: lowercase;
}

/* rozcestník */
.wrapContactNavigationCombined .wrapMenuContact
{
    margin: 0;
}

    .wrapContactNavigationCombined .wrapMenuContact a
    {
        margin: 0;
        padding-top: 125px;
        padding-bottom: 24px;
        color: #f2f2f2;
    }

    .wrapContactNavigationCombined .wrapMenuContact a:hover
    {
        transition: all ease-in-out 0.3s;
        background: none;

        color: #fff;
    }

        .wrapContactNavigationCombined .wrapMenuContact a.icoUser::before
        {
            background: transparent url('/templates/__shared__/images/icon-contact-employee-darkgreen.svg') no-repeat center center;
            background-size: contain;
        }

        .wrapContactNavigationCombined .wrapMenuContact a.icoBook::before
        {
            background: transparent url('/templates/__shared__/images/icon-contact-checkbox-darkgreen.svg') no-repeat center center;
            background-size: contain;
        }

        .wrapContactNavigationCombined .wrapMenuContact a.icoMail::before
        {
            background: transparent url('/templates/__shared__/images/icon-contact-consultation-darkgreen.svg') no-repeat center center;
            background-size: contain;
        }

        .wrapContactNavigationCombined .wrapMenuContact a.icoBranches::before
        {
            background: transparent url('/templates/__shared__/images/icon-contact-marker-darkgreen.svg') no-repeat center center;
            background-size: contain;
        }


