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

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

.kuwaha {
    padding: 20px 0 35px;
}
.jele {
    font-size: 56px;
    line-height: 1.2;
}
.jowor-description {
    font-size: 14px;
}

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

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

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

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

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

.jowor-stick-header.stick-header.stuck.animate-sticky-header,
.fypiby.stick-header.stuck.animate-sticky-header,
.zujoto.stick-header.stuck.animate-sticky-header {
    top: 0;
}
body.admin-bar .jowor-stick-header.stick-header.stuck.animate-sticky-header,
body.admin-bar .fypiby.stick-header.stuck.animate-sticky-header,
body.admin-bar .zujoto.stick-header.stuck.animate-sticky-header {
    top: 32px;
}