/* regency logo  */
#regencyLogo {
    position:relative
}
#regencyLogo .regency__logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#regencyLogo .regency__logo a {
    display: block;
    position: relative;
    padding-right: 0;
    color: #141414;
    letter-spacing: 0;
    text-align: right;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    width: 32px;
    height: 32px;
    opacity: 1 !important;
}
#regencyLogo .regency__logo a:hover {
    opacity: 1 !important;
}
#regencyLogo .regency__logo a .regency__logo--logos .regency__logo--logo-default,
#regencyLogo .regency__logo a .regency__logo--logos .regency__logo--logo-hovered {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
}
#regencyLogo .regency__logo a .regency__logo--logos .regency__logo--logo-default {
    opacity: 1;
}
#regencyLogo .regency__logo a .regency__logo--logos .regency__logo--logo-hovered {
    opacity: 0;
}
#regencyLogo .regency__logo a .regency__logo--text {
    opacity: 0;
    z-index: -1;
    font-style: normal;
    font-weight: normal;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    white-space: nowrap;
    padding-right: 10px;
}
#regencyLogo .regency__logo a:hover .regency__logo--text {
    opacity: 1;
    z-index: 1;
}
#regencyLogo .regency__logo a:hover .regency__logo--logos .regency__logo--logo-default {
    opacity: 0;
}
#regencyLogo .regency__logo a:hover .regency__logo--logos .regency__logo--logo-hovered {
    opacity: 1;
}
