﻿#skin_header{ background:#fff;border-bottom:1px solid #e1e1e1;}
.logo_style{ padding:10px 10px 10px 15px; float:left;}
.site_logo { line-height:80px; }
.site_logo img { max-height:80px; }
.menu_box{ float:right; padding:38px 0 27px 0;}
.scroll-to-fixed-fixed .menu_box{padding:18px 0; }
.scroll-to-fixed-fixed .logo_style { padding-top:5px; padding-bottom:5px; }
.scroll-to-fixed-fixed .site_logo {line-height:60px;}
.scroll-to-fixed-fixed .site_logo img{max-height:60px;}
.scroll-to-fixed-fixed #standardMenu .subMenu , .scroll-to-fixed-fixed #megaMenu .category{ padding:18px 0 0 0;}

/* =Header
----------------------------------------------------------------------------- */
#Header {
    /*margin-bottom: 10px;*/
}

#Header.wide {
    width: 100% !important;
}

#header_main {
    background: #fff;
}

.headerBanner {
    background-image: url('../Images/Header.jpg');
    background-repeat: repeat-x;
}


.headerBanner.page_width_wide {
    background-image: url('../Images/Header_wide.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.headerBanner img{
    float:left;
    padding: 15px 10px;
}
.headerBanner h1{
    color: white;
    padding: 0 10px;
    margin: 15px 0 0 0;
}
.headerTitle{
    float: left;
    /*width: 575px;*/
    /*line-height: 75px;*/
    display: inline-block;
    text-align: left;
}
.headerTitle h1 {
    margin: 0;
}
.headerLogin{
    float: right;
    margin: 0 !important;
    /*width: 300px;*/
    display: inline-block;
    text-align: right;
    color: #fff;
    padding: 5px 10px 0;
}
.headerLogin ul 
{
    padding: 0;
}
.headerLogin ul a, 
.headerLogin ul a:hover, 
.headerLogin ul a:visited
{
    color: white;
}
#loginList {
    padding: 20px 10px 0;
    font-size: 18px;
}
    #loginList a {
        font-family: 'Open Sans', sans-serif !important;
        letter-spacing: .05em;
        font-size: 15px;
        line-height: 1.34em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }
#loginList .fa-solid {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
#logoutList{
    font-size: 14px;
}
#logoutList .fa-solid {
    padding-right: 10px;
    font-size: 18px;
    vertical-align: bottom;
}

.headerBannerHome {
    background: none;
    border-bottom: 1px solid #e1e1e1;
}
.headerBannerHome img{
    float:left;
    padding: 15px 10px;
}
.headerBannerHome h1{
    padding: 0 10px;
    margin: 15px 0 0 0;
    overflow-wrap: break-word;
}



.headerBannerHome .headerLogin ul a, 
.headerBannerHome .headerLogin ul a:hover, 
.headerBannerHome .headerLogin ul a:visited{
    color: #337ab7;
}


#menuDiv{ 
    border-bottom: 1px solid #e9e9e9;
}

#menuDiv.page_width_wide {
    padding-left: 2%;
    padding-right: 1%;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .headerBannerHome h1, .headerBanner h1{
        font-size: 24px;
    }
    .headerBannerHome img, .headerBanner img {
        padding: 10px 0 10px 5px;
    }
}

@media (max-width: 768px) {
    .headerBannerHome h1, .headerBanner h1{
        font-size: 15px;
        margin-top: 20px;
    }
    #loginList {
        padding: 10px;
    }
    #loginList a {
        font-size: 12px;
    }
        #loginList > li > a > .fa-solid {
            font-size: 15px;
        }
}

@media (max-width: 414px) {
    .headerBannerHome h1, .headerBanner h1{
        font-size: 15px;
        padding: 0 0 0 5px;
        /*display: block;*/
        margin-top: 10px;
        width: 70%;
    }
}



#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}


.menu__box {
    display: block;
    position: absolute;
    top: 100%;
    width: 100vw;
    max-width: 400px;
    margin: 0;
    line-height: 22px;
    padding: 0 0;
    list-style: none;
    background-color: #ebebeb;
    box-shadow: inset 0 1rem 1rem -1rem rgba(0, 0, 0, 0.25), 0px 3px 6px #29292965;
    transition-duration: 0.25s;
    left: -100%;
    align-items: center;
    background-color:red;
}
.menu__box {
    display: flex;
    position: initial;
    width: auto;
    line-height: 1.3;
    box-shadow: none;
    background-color: initial;
    max-width: initial;
}
.search-form-outline {

    margin-right: 100px;
}
.search-form-outline i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 36%;
}