header#stco_menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 2.5rem;
    z-index: 199;
    transition: top .3s ease-out;
    background: #020024;
    background: linear-gradient(180deg, #020024 0%, #0c2666 100%, #203979 100%); }
header#stco_menu .bg1 {
    background-color: #102457; }
header#stco_menu .bg2 {
    background-color: #880e02; }
header#stco_menu .navbar {
    height: 2.5rem; }
header#stco_menu .navbar .row {
    width: 100%; }
header#stco_menu .navbar .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5rem; }
header#stco_menu .navbar .top .navbar-brand {
    position: absolute;
    top: 0;
    height: 2.5rem;
    display: block; }
header#stco_menu .navbar .top .icon {
    color: #fff;
    font-size: 1.5rem;
    padding: .5rem; }
header#stco_menu .navbar .top .icon > i {
    margin-top: .4rem; }
header#stco_menu .navbar .main {
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    height: 5rem; }
header#stco_menu .navbar .main #menu_stco {
    list-style-type: none;
    width: 100%; }
@media (min-width: 576px) {
    header#stco_menu .navbar .main #menu_stco {
        margin-top: 1rem; } }
@media (max-width: 575px) {
    header#stco_menu .navbar .main #menu_stco {
        padding-top: 3rem; } }
header#stco_menu .navbar .main #menu_stco li {
    color: #ffffff;
    padding: 0 .6rem; }
header#stco_menu .navbar .main #menu_stco li > div a {
    color: #515150; }
header#stco_menu .navbar .main #menu_stco li a {
    font-size: .9rem;
    color: #ffffff;
    font-weight: 100;
    text-shadow: 0 1px 1px rgba(19, 32, 41, 0.43); }
header#stco_menu .navbar .main #menu_stco li:hover a {
    font-weight: 100;
    color: #C8A76F; }
header#stco_menu .navbar .main #menu_stco li:hover > div a {
    color: #515150; }
@media (max-width: 991px) {
    header#stco_menu .navbar .main #menu_stco.navbar-collapse.show {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #122029;
        z-index: 5; }
    header#stco_menu .navbar .main #menu_stco.navbar-collapse.show ul {
        padding: 2rem;
        margin-top: 4rem; }
    header#stco_menu .navbar .main #menu_stco.navbar-collapse.show ul > li {
        text-align: center; }
    header#stco_menu .navbar .main #menu_stco.navbar-collapse.show ul > li > a {
        font-size: 1.4rem;
        font-weight: 100; } }
header#stco_menu .stco-icon-invert {
    background-image: url(/images/pogon_logo.svg?64c116faff2ba1f5f44c554738838274);
    margin-top: 2rem; }
header#stco_menu .stco-icon, header#stco_menu .stco-icon-invert {
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8.3rem;
    height: 8rem;
    margin-left: calc(8.333333% + 30px);
    cursor: pointer;
    outline: none; }
header#stco_menu .navbar-brand {
    z-index: 10; }
header#stco_menu .navbar-dark .navbar-toggler {
    border-color: #f8f9fa;
    z-index: 100;
    position: fixed;
    top: 3.5rem;
    right: 1rem; }

