/* ==========================================================================
   HEADER
   ========================================================================== */

#header {
    height: 60px;
    background-color: #474747;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1040;
    -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px -1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px -1px 4px;
    box-shadow: rgba(0, 0, 0, 0.65) 0px -1px 4px;
    -webkit-transform: translateZ(0);
}
.network-bar-on #header {
    height: 92px;
}
#header a:focus {
    background-color: transparent !important;
}
#header .container {
    width: 1146px;
    margin: 0 auto;
}
#header .navbar {
    display: block;
    float: none;
    width: auto;
    height: 58px;
    margin-bottom: 0px;
    border: none;
}
#header .logo_holder {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 15px;
    vertical-align: middle;
    width: 34px;
    padding-top: 1px;
    padding-right: 0px;
    float: left;
}
#header .nav {
    width: 100%;
    height: auto;
    margin:0 auto;
    display: inline-block;
    position: relative;
}
#header .nav li {
  position: relative;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    float: left;
}
#header .nav li.main a {
    padding: 0 6px 0 6px;
}
#header .nav li > a {
    width: auto;
    height: auto;
    line-height: 58px;
    display: inline-block;
    float: left;
    padding: 0 6px 0 15px;
    margin-top: 0px;
    border: none;
    letter-spacing: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}
#header .nav li > a:hover {
    color: #fdd733;
    background-color: transparent;
}
#header .nav a {
    height:55px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    line-height:55px;
    padding:0 22px;
    /*update new logo*/
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    vertical-align: bottom;
    /*update new logo end*/
}
#header .nav .dropdown a:hover {
    color: #fdd733;
    background-color: #fdd733;
}
#header .nav li a .fa {
    margin-right: 5px;
    width: 20px;
}
#header .nav li.get-back a {
    padding-right: 15px;
}
#header .nav li.get-back a:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    height: 20px;
    border-right: 1px solid #ccc;
}
#header .nav .login {
    padding: 0 15px 0px 0px;
}
#header .nav .login .btn {
    background-color: #fdd733;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    float: left;
    margin-top: 12px;
    color: #333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    min-width: 90px;
    text-align: center;
}
#header .nav .flags {
    float: right;
}
#header .nav .flags .translatePage {
    padding: 24px 0;
}
#header .nav .search {
    float: right;
}
#header .smallSearch {
    width: 168px;
    margin-left: 20px;
}
#header .smallSearch #searchSmall {
    padding: 0px 10px;
    height: 24px;
    width: 120px;
    border: 1px solid #A4C3CA;
    background: #F1F1F1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 0px 0 #FFF;
    border-radius: 5px 0px 0px 5px;
    font-size: 12px;
    font-style: italic;
    position: relative;
    box-sizing: border-box;
}
#header .smallSearch #submitSmall {       
    background-color: #FFD700;
    border-radius: 0px 5px 5px 0px;
    border-style: solid;
    height: 24px;
    margin: 0 0 0 0px;
    padding: 0;
    vertical-align: top;
    width: 40px;
    cursor: pointer;
    color: #747474;
    position: relative;
    left: -7px;
    font-size: 12px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/glassS.jpg);
    background-position: -3px 0px;
    float: right;
    box-sizing: border-box;
}

#header .nav .search a:hover {
    background-color: transparent;
}
#header .nav .search a .fa {
    margin-left: 0px;
}

@media screen and (max-width : 1146px) {
    #header {
        position: absolute;
        width: auto;
    }
}



/* Network Bar */
/* -------------------------------------------------- */

#header.default2 {
    height: 92px;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
}
#header.scroll {
    top: -31px !important;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
}
#header.default2 .nav .login .btn {
    height: auto;
}
#content.default2 > .container {
    margin: 0 auto;
}
#network-bar {
    font-size: 13px;
    border-bottom: 1px solid #444;
    height: 30px;
    line-height: 30px;
    background-color: #222;
}
#network-bar h4 {
    margin: 0px 10px 0px 0px;
    float: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
}
#network-bar .network-links > li {
    display: inline-block;
    float: left;
    padding: 0px 10px;
}
#network-bar .network-links li a {
    color: #ccc;
    text-decoration: none;
}
#network-bar .network-links li a:hover {
    color: #fff;
}
#network-bar .network-links li a .fa {
    margin-left: 5px;
}
#network-bar .network-links li .dropdown-menu {
    margin: 0px;
}
#network-bar .network-links li .dropdown-menu a {
    margin: 0px 5px;
    padding: 2px 5px;
    color: #333;
    font-size: 12px;
}