body {
    font-family: 'proxima-nova',sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.o-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
	float: left; /* vnm pridano */
}

.f-grid { /* vnm pridano */
    display: flex; /* vnm pridano */
    flex-direction: row; /* vnm pridano */
    flex-wrap: nowrap; /* vnm pridano */
    overflow: hidden; /* vnm pridano */
} /* vnm pridano */

.c-site-header {
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(37,64,143,0.05);
    position: relative;
}


    .c-site-header__responsive-wrap {
        display: none;
        padding: 14px 20px;
    }

        .c-site-header__responsive-logo,
        .c-site-header__open-menu {
            flex: 1 0 50%;
            width: 50%;
        }

        .c-site-header__open-menu {
            text-align: right;
        }

        .c-site-header__open-menu .c-link {
            background: none;
            padding: 2px;
            margin: 0;
            box-sizing: border-box;;
            border: 0;
            display: inline-flex;
            font-size: 14px;
            line-height: 14px;
            color: #3856A8;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .c-site-header__open-menu .c-link:hover {
            color: #2e4689;
            cursor: pointer;
        }

        .c-site-header__open-menu .c-link:focus,
        .c-site-header__open-menu .c-link:active {
            border: none;
            outline: none;
        }

        .c-site-header__open-menu .c-link .material-icons {
            font-size: 30px;
            line-height: 14px;
            margin-right: 8px;
        }



    .c-site-header__top {
        padding-top: 14px;
        padding-bottom: 0px; /* vnm 14px */
        padding-left: 20px;
        padding-right: 20px;
        bottom: 14px;
        border-bottom: 1px solid #E7E7E7;
    }

        .c-site-header__close-menu {
            display: none;
        }

        .c-site-header__close-menu .c-link {
            box-sizing: border-box;
            background: none;
            padding: 0;
            margin: 0;
            text-decoration: none;
            font-weight: 700;
            align-items: center;
            transition: color 200ms ease-out;
            color: #D63B40;
            font-size: 12px;
            line-height: 14px;
            border: 0;
            display: inline-flex;
            vertical-align: middle;
        }

        .c-site-header__close-menu .c-link:active,
        .c-site-header__close-menu .c-link:focus {
            border: none;
            outline: 0;
        }

        .c-site-header__close-menu .c-link:hover {
            color: #B93337;
            cursor: pointer;
        }

        .c-site-header__close-menu .c-link .c-icon {
            margin-right: 5px;
        }

        .c-site-header__close-menu .c-link .material-icons {
            font-size: 13px
            line-height: 14px;
        }


        .c-site-header__logo {
            flex: 1 0 auto;
        }

            .c-site-header__title {
                margin: 0;
                padding: 0;
            }

    

            .c-site-header__title a {
                display: inline-block;
                background-size: 100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                vertical-align: middle;
                text-indent: -9999px;
                background-image: url('images/brand/logo.svg');
                width: 196px;
                height: 35px;
            }                

    .c-site-header__bottom {
         padding-left: 20px;
         padding-right: 20px;
    }

        .c-site-header__menu {
            display: flex;
            justify-content: flex-start;
            padding-top: 17px; /* vnm 28px */
            padding-bottom: 14px;
            padding-left: 100px; /* vnm 0 */
            padding-right: 0;
            margin: 0;
            list-style: none;
        }

            .c-site-header__menu-item {
                font-weight: 600;
                margin-right: 5%;
            }
              

                .c-site-header__menu-item:last-of-type {
                    margin-right: 0;
                }

                 .c-site-header__menu-item a {
                    text-decoration: none;
                    color: #878787;
                    font-size: 14px;
                    line-height: 21px;
                    transition: color 200ms ease-out;

                }

                .c-site-header__menu-item a:hover {
                    color: #5c606d;
                }

                .c-site-header__menu-item.c-site-header__menu-item--active {
                    color: #3856A8;
                    position: relative;
                }

                .c-site-header__menu-item.c-site-header__menu-item--active:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -14px;
                    display: inline-block;
                    width: 100%;
                    height: 4px;
                    border-radius: 2px;
                    background-color: #3856A8;
                }

                .c-site-header__menu-item.c-site-header__menu-item--active a:hover {
                    color: #2e4689;
                }

                .c-site-header__menu-item.c-site-header__menu-item--disabled {
                    color: #c1c3ca;
                }

                .c-site-header__menu-item.c-site-header__menu-item--last {
                    flex: 1 1 auto;
                    text-align: right;
                }


.c-site-footer {
    margin-top: 0px;
    color: #878787;
}

    .c-site-footer .o-grid--wrap {
        flex-wrap: wrap;
    }

    .c-site-footer__top {
        padding-top: 56px;
        padding-bottom: 56px;
        background-color: #fff;
        padding-left: 30px;
        padding-right: 30px;
    }

        .c-site-footer__col {
            flex: 1 0 auto;
        }

            .c-site-footer__title {
                font-weight: 700;
                color: #3856A8;
                margin-bottom: 29px
            }

            .c-site-footer__menu {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .c-site-footer__menu a {
                    color: inherit;
                }

                .c-site-footer__menu-item {
                    margin-bottom: 14px;
                    font-weight: 600;
                }

                .c-site-footer__menu-item a {
                    text-decoration: none;
                }

                .c-site-footer__menu-item a:hover {
                    text-decoration: underline;
                }


            .c-site-footer__title a {
                background-image: url('images/brand/logo.svg');
                width: 196px;
                height: 35px;
                display: inline-block;
                background-size: 100% 100%;
                background-position: center;
                background-repeat: no-repeat;
                vertical-align: middle;
                text-indent: -9999px;
            }

    .c-site-footer__bottom {
        padding-top: 21px;
        padding-bottom: 21px;
        background-color: #F9FBFF;
        padding-left: 20px;
        padding-right: 20px;
    }

        .c-site-footer__credits {
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            font-weight: 600;
            margin-bottom: 0;
        }




        

@media (max-width: 1024px) { 
/*
    .c-site-header__title .c-icon {
        width: 152px;
        height: 28px;
    }
*/

}

@media (max-width: 900px) { 

   .c-site-footer__col {
        flex: 1 0 50%;
        width: 50%;
        margin-bottom: 28px;
    }
	
	.o-grid { /* vnm pridano */
    display: flex; /* vnm pridano */
    flex-direction: row; /* vnm pridano */
    flex-wrap: nowrap; /* vnm pridano */
    overflow: hidden; /* vnm pridano */
	float: none; /* vnm pridano */
}

/*
}




@media (max-width: 768px) { 
*/
    .c-site-header__title .c-icon { /* vnm pridano */
        width: 152px; /* vnm pridano */
        height: 28px; /* vnm pridano */
    } /* vnm pridano */


    .c-site-header__wrap {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -300px;
        width: 300px;
        background-color: rgba(255,255,255,.98);
        height: 100%;
        transform: translateX(300px);
        transition: transform 200ms ease-out;
    }

    .c-site-header__wrap .o-wrap {
        padding: 0;
    }

    .c-site-header__wrap.c-site-header__wrap--opened {
        transform: translateX(-300px);
    }

    .c-site-header__wrap.c-site-header__wrap--opened .c-site-header__top {

    }

        .c-site-header__top {
            padding: 28px 40px 14px;
        }

        .c-site-header__title .c-icon {
            width: 120px;
            height: 22px;
        }

        .c-site-header__close-menu {
            display: block;
            /* margin-top: 14px; */
            flex: 0 0 auto;
            /* margin-left: auto; */
			margin: 0; /* vnm pridano */
        }

        .c-site-header__logo,
        .c-site-header__search,
        .c-site-header__actions {
            flex: 1 0 100%;
            width: 100%;
        }

            .c-site-header__logo--responsive {
                display: none;
            }

            .c-site-header__menu {
                flex-wrap: wrap;
                padding-top: 27px; /* vnm 0px */
				padding-left: 0px; /* vnm pridano */
            }

                .c-site-header__menu-item {
                    flex: 1 0 auto;
                    width: 100%;
                    margin-bottom: 14px;
                }

                .c-site-header__menu-item.c-site-header__menu-item--active {
                    font-weight: 700;
                }

                .c-site-header__menu-item.c-site-header__menu-item--active:after {
                    display: none;
                }

                .c-site-header__menu-item.c-site-header__menu-item--last {
                    text-align: left;
                }

        .c-site-header__bottom {
            padding: 28px 40px;
        }


    .c-site-header__responsive-wrap {
        display: block;
		min-height: 20px; /* vnm pridano */
    }


    .c-site-footer {
        margin-top: 84px
    }

    .c-site-footer__top {
        padding-top: 42px;
        padding-bottom: 0;
    }

    .c-site-footer__col {
        flex: 1 0 50%;
        width: 50%;
        margin-bottom: 28px;
    }



        .c-site-footer__title {
            margin-bottom: 14px;

        }

        .c-site-footer__title a {
            width: 120px;
            height: 22px;
        }

}


@media (max-width: 500px) { 

    .c-site-footer__col {
        flex: 1 0 100%;
        width: 100%;
        text-align: center;

    }
    
}
    

@media (max-width: 425px) { 


    .c-site-footer {
        margin-top: 56px;
    }


    .c-site-footer__top {
        padding-top: 28px;

    }
    
}
