
#custom_html-2
{
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: visible;
}

.header-widgets-container
{
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
}

.header-msg
{
    position: absolute;
    right: 0;
    /*bottom: 130px;*/
    bottom: 100px;
    width: 600px;
    text-align: center;
    color: #1a2c5e;
    font-size: 18px;
    line-height: 30px;
    z-index: 999;
}

.header-msg a
{
    font-size: 1.5rem;
    font-weight: bold;
}

.header-msg a.bigger
{
    font-size: 2rem;
    font-weight: bold;
}

.header-msg .columns-container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-msg .column {
    flex: 1; 
    padding: 0 10px;
}


.column:not(:last-child) {
    border-right: 1px dotted #000;
}



.header-msg i
{
    color: #3f6795;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.menu-topbar {
    background-color: #efefef;
    line-height: 30px;
    font-style: italic;
    color: #3f6795;
    position: absolute;
    bottom: 50px;
    width: 100%;
    position: absolute;
    height: 30px;
}

.menu-topbar ul
{
    list-style: none; 
    display: flex; 
    justify-content: center; 
    padding: 0;
}

.menu-topbar ul li
{
    margin: 0 30px;
    padding: 0;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#avia-menu {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
}

#avia-menu > li {
    flex-grow: 1;
    text-align: center;
}

#avia-menu > li > a {
    display: block;
}

@media only screen and (min-width: 768px) {
    .logo img {
        top: 50%;
        transform: translateY(-50%);
    }

    .container.av-logo-container {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 880px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
    .header-msg {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #header_main {
        padding-bottom: 45px !important;
    }
    .menu-topbar ul li
    {
        font-size: 12px;
        text-align: center;
        margin: 0px 7px;
    }
    .menu-topbar
    {
        height: auto;
        min-height: 30px;
        bottom: 0;
    }
}