﻿#layout-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

    #layout-header .columns .content {
        text-align: left;
        padding-left: 9px;
    }

    #layout-header .columns a {
        text-transform: none;
    }

    #layout-header a {
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
    }

        #layout-header a:hover {
            color: rgb(210, 210, 210);
        }

    #layout-header ul {
        margin-bottom: 0;
    }

        #layout-header ul.breadcrumb {
            width: 83.3333333%;
            margin-left: auto;
            margin-right: auto;
            font-size: 14px;
            color: #434343;
            text-align: left;
            padding-left: 0;
            text-transform: uppercase;
        }

            #layout-header ul.breadcrumb a {
                color: #434343;
            }

#banhead {
    background: linear-gradient(to bottom, rgba(91,100,108,1) 0%,rgba(45,55,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff5b646c', endColorstr='#ff2d3740'); /* IE */
    height: 60px;
    width: 83.3333%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    #banhead {
        width: 100%;
        margin: 0;
    }

    #layout-header ul.breadcrumb {
        width: 100%;
        margin-left: 15px;
    }
}

#banhead.mini {
    height: 30px;
}

    #banhead.mini .widget-navigation ul.menu li {
        line-height: 30px;
        font-size: 14px;
    }

    #banhead.mini #search #search-field {
        margin-top: 5px;
        margin-right: 3px;
    }

.menu.menu-main-menu #mobile-search-field {
    display: none;
}

.menu.menu-main-menu.mobile.visible #mobile-search-field {
    display: none;
}

#banhead.mini #search {
    position: relative;
    top: -30px;
    padding: 0;
}

#search {
    background: #666666;
    padding: 0 5px;
    float: right;
    height: 100%;
    color: white;
    text-align: center;
}

    #search #brand-field span {
        font-size: 0.70em;
    }

    #search #brand-field {
        margin-top: 3px;
        padding-bottom: 3px;
    }

    #search #search-field {
        background: #f16f25;
        line-height: 19px;
        margin-top: 3px;
    }

    #search button {
        background: none;
        height: 18px;
        border: 0;
        margin: 0;
        font-size: 14px;
        padding: 0;
        margin-bottom: 2px;
        color: white;
    }

    #search #brand-field .global img {
        margin-top: -2px;
    }

    #search #search-field input {
        border: 0;
        margin: 0;
        padding: 0;
        float: left;
        width: 180px;
        height: 21px;
    }

    #search #search-field {
        text-decoration: none; display:none;
    }

        #search #search-field a div {
            padding: 0 14px;
            height: 40px;
            display: inline;
            color: white;
            font-size: 0.8em;
        }

.widget-navigation ul.menu li {
    display: inline-block;
    padding: 0 6px;
    line-height: 60px;
    font-size: 1em;
}

.widget-navigation .content {
    line-height: 1.5em;
}

#branding {
    padding: 0;
    margin: 0;
    float: left;
    height: 100%;
}

    #branding a {
        text-decoration: none;
        color: #434343;
    }

        #branding a img {
            height: 60px;
        }

#layout-header .megamenu {
    width: 100%;
    background: linear-gradient(to bottom, rgba(45,55,64,1) 0%, rgba(91,100,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff2d3740', endColorstr='#ff5b646c'); /* IE */
    position: absolute;
    left: 0;
    display: none;
    padding: 20px;
}

div#banhead div.megamenu {
    display: none;
    transition: all 0.3s ease;
}

div#banhead:hover div.megamenu {
    display: block;
}

#layout-header .column-container {
    width: 80%;
    margin: 0 auto;
}

    #layout-header .column-container .column {
        height: 80%;
        float: left;
    }

        #layout-header .column-container .column .content {
            text-transform: none;
            border-right: 1px solid lightgrey;
            height: 100%;
            width: 100%;
        }

#banhead .widget-navigation ul.menu li div.columns {
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #banhead {
        background:-webkit-linear-gradient(left top,rgba(91, 100, 108, 1)0%,rgba(45, 55, 64, 1)100%);
    }
    
}

.widget-Breadcrumb {display:none !important}

@media screen and (max-width: 1100px){
#search #brand-field span.hcm {
   display:none;
}
}