/**
* Techland Update CSS
*/

/* new sticky logo */
.has-sticky-logo .sticky-logo {
    display: none;
}
.top-bar.is-sticky .has-sticky-logo .sticky-logo {
    display: block;
}
.top-bar.is-sticky .has-sticky-logo .main-logo {
    display: none;
}
.top-bar.is-sticky.sticky-off {
    position: absolute;
}

.feature a {
    text-decoration: none;
    color: inherit;
}
.w-100 {
    width: 100%;
}

.top-bar.sticky-off.in,
.top-bar.sticky-off.out {
    animation:none!important;
	transition: none !important;
}
.top-bar.sticky-off {
    background-color: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}