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

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

.xezakox {
    padding: 20px 0 35px;
}
.pelypak {
    font-size: 56px;
    line-height: 1.2;
}
.sowube-description {
    font-size: 14px;
}

/* -------- Sticky - Logo & Navigation -------- */
.sowube-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;
}
.sowube-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;
}
.sowube-stick-header.stick-header.stuck .xezakox {
    padding: 5px 0 5px;
}
.sowube-stick-header.stick-header.stuck .xezakox .pelypak {
    line-height: 1;
    font-size: 40px;
}
.sowube-stick-header.stick-header.stuck .sowube-stick-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.mysuxaf.stick-logonav.stick-logonav-botalign .sowube-stick-header.stick-header.stuck .sowube-stick-inner {
    align-items: flex-end;
}
.sowube-stick-header.stick-header.stuck .sowube-stick-inner > .qirufa {
    flex: 1;
    text-align: left;
}
.mysuxaf.stick-logonav .sowube-stick-header.stick-header.stuck .fudu,
.mysuxaf.stick-logonav .sowube-stick-header.stick-header.stuck .custom-logo-link {
    display: inline-block;
    vertical-align: middle;
}
.sowube-stick-header.stick-header.stuck .sowube-stick-inner > .tamyke {
    background-color: #FFF;
    box-shadow: none;
    flex: 2;
    justify-content: flex-end;
}
.sowube-stick-header.stick-header.stuck .sowube-stick-inner > .tamyke > .qirufa {
    margin: 0;
    padding: 0;
}
.mysuxaf.stick-logonav .sowube-stick-header.stick-header.stuck .tamyke ul {
    float: right;
}

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

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

/* -------- Sticky - Navigation Only -------- */
.tamyke.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;
}
.tamyke.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;
}
.sowube-boxed .tamyke.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

/* -------- Sticky - Top Bar Only -------- */
.gigunix.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;
}
.gigunix.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;
}
.sowube-boxed .gigunix.stick-header.stuck {
    left: auto;
    max-width: 1200px;
}

.sowube-stick-header.stick-header.stuck.animate-sticky-header,
.tamyke.stick-header.stuck.animate-sticky-header,
.gigunix.stick-header.stuck.animate-sticky-header {
    top: 0;
}
body.admin-bar .sowube-stick-header.stick-header.stuck.animate-sticky-header,
body.admin-bar .tamyke.stick-header.stuck.animate-sticky-header,
body.admin-bar .gigunix.stick-header.stuck.animate-sticky-header {
    top: 32px;
}