﻿/*----------------
	MENU LARGE
----------------*/

#menutop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 85px;
    background-color: #fff;
    z-index: 5000;
    transition: max-height 0.2s;
}

#menutop img.logo {
    max-width: 250px;
}

#menutop.scrolled {
    max-height: 50px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    transition: max-height 0.5s;
}

#menutop.scrolled div.menutop-grid, #menutop.scrolled div.menutop-grid div.cell {
    padding-top: 0;
    padding-bottom: 0;
    transition: padding 0.5s;
}

#menutop.scrolled img.logo {
    margin-top: 5px;
    max-height: 40px;
}

#menutop img.background {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.menu .svg {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.menu ul {
    margin-bottom: 0;
}

.menu ul {
    width: 100%;
    text-align: right;
}

.menu ul li {
    display: inline-block;
    text-align: left;
    list-style: none;
}

.menu ul li a {
    padding: .5rem 1rem;
    color: #000;
    line-height: 20px;
    font-family: montserrat-bold;
}

.menu ul li i.svg {
    padding: 2px 0 0 8px;
    margin-right: 8px;
    color: #273691;
    vertical-align: middle;
}

.menu ul li i.notify::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -36px;
    padding: 0;
    margin-left: 14px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    background-color: #7e1136 !important;
}

.menu ul li ul {
    display: none;
    position: absolute;
    padding: 0;
    width: auto;
    max-width: 280px;
    max-height: calc(100vh - 80px);
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 5px #666;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu ul li ul li, #submenu-mobile ul.notify li {
    display: block;
    padding: 1px 12px;
    width: 100%;
    list-style: none;
}

.menu ul li ul li:last-child {
    border-radius: 0 0 10px 10px;
}

.menu ul.notify li a, #submenu-mobile ul.notify li a {
    font-size: 14px;
}

.menu ul li ul.notify li::before, #submenu-mobile ul.notify li::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 10px;
    padding: 0;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 12px;
    background-color: #7e1136 !important;
}

.menu ul li ul.notify li a, #submenu-mobile ul.notify li a {
    display: block;
    margin-left: 1.2rem;
    width: 98%;
}

#menularge ul li:hover ul {
    display: block;
}

#menularge ul li ul li:hover, #submenu-mobile ul.notify li:hover {
    color: #fff;
    background-color: #273691;
}

#menularge ul li ul li:hover a, #submenu-mobile ul.notify li:hover a {
    color: #fff;
}

.nav-renew {
    cursor: pointer;
}

/*----------------
	MENU MOBILE
----------------*/

