﻿.stickyManager {
    top: auto
}

.stickyManager__sticky {
    position: fixed !important;
    transition: top .3s linear !important;
    -webkit-transition: top .3s linear !important;
    -moz-transition: top .3s linear !important;
    -o-transition: top .3s linear !important;
    width: 100%;
    z-index: 1
}

body {
    transition: margin-top .3s linear
}
