#header {
    height: 60px;
    background-color: #272727;
    border-bottom: 1px solid #151515;
    border-top: none;
    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);
}

body.network-bar-on #header {
    height: 92px;
}

#header .container {
    width: 1146px;
    margin: 0 auto;
}

#header .logo {
    float: left;
    height: 60px;
    line-height: 60px;
}

#header .logo a {
    height: 60px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    padding: 0 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    vertical-align: bottom;
    -webkit-font-smoothing: subpixel-antialiased;
}
#header .logo a:active,
#header .logo a:focus {
    background-color: transparent;
}

#header .logo .logo_holder {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 15px;
    padding-right: 0px;
    vertical-align: middle;
    width: 34px;
    padding-top: 1px;
    float: left;
}

#header .nav {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto;
    position: relative;
    margin-left: 40px;
    float: left;
}

#header .nav li {
  position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    float: left;
}
#header .nav li > a {
    width: auto;
    height: auto;
    line-height: 26px;
    display: inline-block;
    float: left;
    padding: 5px 10px 5px 12px;
    margin-top: 11px;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fdd733;
}
#header .nav li > button {margin-top: 11px;}

#header .nav li > a.dropdown-toggle {
    color: #fdd733 !important;
}
#header .nav li > a:hover {
    color: #fdd733;
    background-color: transparent;
}

#header .nav a {
    height:55px;
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-size: 18px;
    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-left: 5px;
}

#header .nav .login {
    padding: 0 15px 0px 30px;
}
#header .nav .members-login {
    padding: 0 15px 0px 0px;
}
#header .nav .members-login .btn {
    background-color: transparent;
    border: 2px solid #fdd733;
    display: inline-block;
    color: #fdd733;
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 4px 15px 4px 17px;
    font-family: Arial, sans-serif;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#header .nav .login .btn {
    background-color: #fdd733;
    border: 2px solid #fdd733;
    display: inline-block;
    line-height: 25px;
    float: left;
    color: #333;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 15px 4px 17px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align: center;
}
#header .nav li.login > a:hover {
    color: #222 !important;
    background-color: #fdd733 !important;
}

#header .smallSearch {
    display: inline-block;
    width: 20px;
    height: 60px;
    margin: 0px 10px;
}

#header .smallSearch .searchform {
    position: relative;
    top: 0px;
    float: left;
    margin-top: 12px;
}

#header .smallSearch span {
    padding: 0px;
    height: auto;
    float: left;
    margin-top: 0px;
    cursor: pointer;
}
#header .smallSearch span .fa {
    float: left;
    font-size: 20px;
    line-height: 60px;
}

#header .smallSearch .searchform input[type="text"] {
    background-color: #3d3d3d;
    border: 0px solid #000;
    box-shadow: none;
    font-size: 13px;
    float: right;
    height: 35px;
    line-height: 35px;
    color: #ccc;
    font-family: Arial, sans-serif;
    font-style: normal;
    min-width: auto;
    padding: 0px;
    padding-left: 0px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width: 0;
    box-sizing: border-box;
}

#header .smallSearch .searchform input[type="text"] {
    float: right;
}

#header .smallSearch.active {
    width: auto;
}

#header .smallSearch.active > span {
    display: none;
}

#header .smallSearch.active .searchform {
    display: block;
}

#header .smallSearch.active .searchform input[type="text"] {
    width: 200px;
    padding-left: 40px;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    box-sizing: border-box;
}

#header .smallSearch.active .beicons-pre:before {
    content: '\f002';
    position: absolute;
    color: #c2c2c2;
    left: 12px;
    top: 16px;
    z-index: 1;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-family: 'BeIcons';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal !important;
    line-height: 0;
    margin-right: 5px;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font-family: 'FontAwesome';
}

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


/* Bootstrap's dropdown menu override */
/* -------------------------------------------------- */

.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {margin-top: 0;}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#header .nav .dropdown-menu {
    background-color: #333333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: none !important;
    margin-top: -6px;
    min-width: 200px;
    padding: 0px;
    overflow: hidden;
}

#header .nav .dropdown-menu li {
    display: block;
    width: auto;
    float: none;
    width: 100%;
    height: auto;
    line-height: 34px;
    padding-bottom: 2px;
    border-bottom: 1px solid #272727;
    padding: 0px;
}

#header .nav .dropdown-menu li:last-child {
    border-bottom: none;
}

#header .nav .dropdown-menu li a {
    display: block;
    font-size: 15px;
    line-height: 34px;
    color: #c4c4c4;
    float: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding: 2px 10px 3px 12px;
}

#header .nav .dropdown-menu li a:hover {
    color: #333;
}

#header .nav .dropdown:hover .dropdown-toggle {
    background-color: transparent;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding-bottom: 10px;
}

#header .translatePage img {
    margin-top: 18px;
}

.dropdown .dropdown-toggle {
    color: #fff !important;
}
.dropdown.open .dropdown-toggle {
    background-color: #333;
}

/* Popover */
/* -------------------------------------------------- */

.popover.dark {
    max-width: 200px;
    background-color: #333333;
    border-radius: 4px;
    border-color: #000;
}

.popover.dark .popover-title {
    display: block;
    background-color: transparent;
    border-bottom: none;
    font-size: 13px;
    text-shadow: none;
    color: #fff;
}

.popover.dark.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #000;
    border-bottom-color: rgba(0, 0, 0, 1);
}

.popover.dark.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #333;
}

/* Override Bootstrap's modal styles */
/* -------------------------------------------------- */

.modal-dialog {
    margin: 10% auto;
}

.modal-dialog .modal-body p {
    font-size: 14px;
    line-height: 1.54em;
    margin: 0px;
    padding: 0px;
}

.modal-backdrop.in {
    opacity: 0.75;
}

/* 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 {
    width: 1170px;
    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;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width : 767px) {
    #header .nav {
        display: none;
    }
    #header .open .mobile-nav {
        display: block;
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.55);
        box-shadow: 0px 3px 5px rgba(0,0,0,0.55);
    }
    #header .home,
    #header .hamburger-menu {
        display: block;
    }
}

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

}

