/*--------------------------------------------------------------
# Header Styling
--------------------------------------------------------------*/
.nyvuxym {
    text-align: center;
}

/* ---- Site Header ---- */
.soluhy-logo-align .raduhu {
    text-align: left;
    padding: 0 0 0 20px;
}

.vuqoxi {
    padding: 20px 0 35px;
}
.gofika {
    font-size: 56px;
    line-height: 1.2;
}
.soluhy-description {
    font-size: 14px;
}

/* -------- Sticky - Logo & Navigation -------- */
.soluhy-stick-header.stick-header {
    top: -180px;

    -webkit-transition: top 0.4s ease 0.2s;
     -moz-transition: top 0.4s ease 0.2s;
      -ms-transition: top 0.4s ease 0.2s;
       -o-transition: top 0.4s ease 0.2s;
          transition: top 0.4s ease 0.2s;
}
.soluhy-stick-header.stick-header.stuck {
    background-color: #FFF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: fixed;
    top: -180px;
    left: 0;

    width: 100%;
    z-index: 99999;
}
.soluhy-stick-header.stick-header.stuck .vuqoxi {
    padding: 5px 0 5px;
}
.soluhy-stick-header.stick-header.stuck .vuqoxi .gofika {
    line-height: 1;
    font-size: 40px;
}
.soluhy-stick-header.stick-header.stuck .soluhy-stick-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.qyzox.stick-logonav.stick-logonav-botalign .soluhy-stick-header.stick-header.stuck .soluhy-stick-inner {
    align-items: flex-end;
}
.soluhy-stick-header.stick-header.stuck .soluhy-stick-inner > .xehuc {
    flex: 1;
    text-align: left;
}
.qyzox.stick-logonav .soluhy-stick-header.stick-header.stuck .raduhu,
.qyzox.stick-logonav .soluhy-stick-header.stick-header.stuck .custom-logo-link {
    display: inline-block;
    vertical-align: middle;
}
.soluhy-stick-header.stick-header.stuck .soluhy-stick-inner > .tonoper {
    background-color: #FFF;
    box-shadow: none;
    flex: 2;
    justify-content: flex-end;
}
.soluhy-stick-header.stick-header.stuck .soluhy-stick-inner > .tonoper > .xehuc {
    margin: 0;
    padding: 0;
}
.qyzox.stick-logonav .soluhy-stick-header.stick-header.stuck .tonoper ul {
    float: right;
}

.soluhy-stick-header.stick-header.stuck .jizulyv {
    box-shadow: none;
    width: auto;
    float: right;
    padding: 12px 48px;
}

.soluhy-boxed .soluhy-stick-header.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

/* -------- Sticky - Navigation Only -------- */
.tonoper.stick-header {
    top: -50px;

    -webkit-transition: top 0.4s ease 0.2s;
     -moz-transition: top 0.4s ease 0.2s;
      -ms-transition: top 0.4s ease 0.2s;
       -o-transition: top 0.4s ease 0.2s;
          transition: top 0.4s ease 0.2s;
}
.tonoper.stick-header.stuck {
    background-color: #FFF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.soluhy-boxed .tonoper.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

/* -------- Sticky - Top Bar Only -------- */
.feqyqul.stick-header {
    top: -50px;

    -webkit-transition: top 0.4s ease 0.2s;
     -moz-transition: top 0.4s ease 0.2s;
      -ms-transition: top 0.4s ease 0.2s;
       -o-transition: top 0.4s ease 0.2s;
          transition: top 0.4s ease 0.2s;
}
.feqyqul.stick-header.stuck {
    background-color: #FFF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 0 1px;
    color: inherit;
}
.soluhy-boxed .feqyqul.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

.soluhy-stick-header.stick-header.stuck.animate-sticky-header,
.tonoper.stick-header.stuck.animate-sticky-header,
.feqyqul.stick-header.stuck.animate-sticky-header {
    top: 0;
}
body.admin-bar .soluhy-stick-header.stick-header.stuck.animate-sticky-header,
body.admin-bar .tonoper.stick-header.stuck.animate-sticky-header,
body.admin-bar .feqyqul.stick-header.stuck.animate-sticky-header {
    top: 32px;
}