﻿/**********************************/
/* OptionOne.css Header Overrides */
/**********************************/
.topbar { display : none; }
.nav > li { text-align: left; }
.fixedHeader { position: relative; width:100%; }
.fixedHeaderPadding { display: none; }
@media (min-width: 768px) {
    .fixedHeader { 
        height: 140px; 
        position: fixed;
                background-color: #fff;
        z-index: 1;
    }
    .fixedHeaderPadding { 
        height: 140px; 
        display: block;
    }
    .fixedHeader .socialIcons a {
        border: 0;
        color: #fff;
        font-size: 18px;
        margin-top: 3px;
    }
    .fixedHeader a { 
        color: #fff; 
    }
    .navbar { 
        background-color: #ffffff; 
    }
    .searchBoxHolder { 
        position: absolute; 
        top: 0; 
        right: 0; 
        z-index: 1000; 
    }
    .searchInputContainer .NormalTextBox { 
        font-size: 12px; 
        padding: 2px; 
        line-height: 14px; 
    }
    div.logocontainer .container { 
        height: 100px; 
    }
    .topbar {
        display: block;
        background-color: #2b313f;
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        vertical-align: middle;
    }
    .navbar-right {
        margin-right: 0;
        top: 40px;
    }
}



