
/*----------------------------- HEADER ---------------------------------*/
#header {
    height: 115px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "PT Sans";
}

#header .header-logo
{
    float: left;
    width: 20%;
    height: 95px;
}

#header .header-top {
    position: relative;
    height: 30px;
}

#header .header-top form
{
    position: absolute;
    left: 5px;
    width: 40%;
    text-align: left;
}

#header #contacts
{
    position: absolute;
    top:3px;
    right: 20px;
    text-align: right;
    font-size: 14px;
    color: #555;
}

#header #contacts a, #menubar .menu-contacts a
{
    color: inherit;
}

#header .header-menu
{
    float: left;
    width: 80%;
    padding-left: 20px;
}

#header .header-menu h2
{
    color: #888;
    text-transform: uppercase;
    margin-top: 30px;
}

#header .header-logo img
{
    height: 100%;
}

#header #input-search
{
    display: inline-block;
    max-width: 270px;
    width: 80%;
    height: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    padding-left: 5px;
    margin-right: 0;
    color: #555;
    font-size: 13px;
}

#header #button-search
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #c4c4c4;
    border: none;
    border-radius: 2px;
    margin-left: -32px;
    color: #fff;
}

/*--------------------- MENU ----------------------*/
#menubar {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    background: #fff !important;
    padding-left: 0;
    margin-top: 12px;
}

#menubar > div > ul > li {
    text-wrap:avoid;
}

#menubar #navigationBar > ul > li > a {
    color: #333;
    text-wrap: avoid;
    padding-right: 18px;
}

#header .menu-button {
    display: block;
    background: #e6544c;
    box-shadow: 0px 1px 10px rgba(230, 55, 57, 0.3);
    border-radius: 30px;
    height: 30px;
    width: 145px;

    color: #fff !important;
    text-transform: none;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0 !important;
    margin-top: 4px;
    margin-left: 15px;
    text-align: center;
}

#menubar .menu-button-md .menu-button
{
    height: 24px;
    padding-top: 2px;
    margin-top: 0;
}

#menubar .navbar-toggler
{
    margin-left: auto;
}
#menubar .menu-logo, #menubar form, #menubar .menu-contacts
{
    display: none;
}

#menubar form
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menubar .menu-logo img
{
    height: 45px;
}

#menubar .menu-contacts
{
    color: #555;
    font-size: 14px;
    padding-right: 20px;
}

#menubar .menu-button-md {
display: none;
}

#menubar .dropdown-menu
{
    text-transform: none;
}

#menubar .navbar-toggler
{
    border: none;
}

#header .mheader
{
    display: none;
    text-align: center;
}
/*------------------------------------------*/

@media (min-width: 1200px) /*xl*/
{
    .li-menu-button
    {
        padding-left: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) /*lg*/
{
    #header .header-logo
    {
        width: 15%;
    }
    
    #header .header-menu {
        width: 85%;
    }
}

@media (max-width: 991px) /*md*/
{
    #header .header-menu, .header-top
    {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    #header #contacts
    {
        right: 12px;
    }

    #header .header-menu h2
    {
        font-size: 24px;
    }
    
    #header .header-top > form
    {
        display: none;
    }

    #header {
        min-height: 60px;
        padding-top: 0;
        height: auto;
    }
    
    #menubar
    {
        margin-top: 0;
    }

    #menubar ul > li
    {
        padding-left: 20px;
    }
    
    #menubar .menu-button
    {
        margin-left: 0;
    }
    
    #menubar .menu-logo, #menubar form, #menubar .menu-contacts, #menubar .menu-button-md
    {
        display: inline-block;
    }
    
}

@media (max-width: 575px) {
   
    #header .header-logo
    {
        width: 40%;
        height: auto;
    }
    
    #header .header-logo img
    {
        height: auto;
        width: 80%;
    }
    
    #header .header-menu h2{
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
    }

    #header #menubar .menu-button {
        display: none;
    }

    #header .mheader a {
        display: inline-block;
        color: #555;
        margin-left: 15px;
        margin-right: 15px;
    }

    #header .mheader .menu-button {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        height: 26px;
        padding-top: 2px;
        margin-top: 10px;
    }

    #menubar .menu-contacts {
        display: none;
    }
}

@media (max-width: 420px) {

}