#onlineCount {
  transition: opacity 0.5s ease-in-out;
}

#onlineCount.updating {
  opacity: 0;
}
.logo {
    position: relative;
    background: url(https://i.imgur.com/u0ZpyFr.gif) 0 0 / auto no-repeat scroll !important;
    width: 298px !important;
    height: 80px;
    animation: flipInY 3s;
}
#icon-aanbevolen {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(https://i.imgur.com/QeDWSo6.gif) bottom right no-repeat;
    z-index: 1;
    margin-left: -9px;
    margin-top: -5px;
    animation: flipInY 3s;
}

.cover > .hotel {
    position: absolute;
    background: url(/cdn/assets/img/bg-hotel.gif) 40% 45% / auto no-repeat scroll;
    width: 1225px !important;
    height: 700px;
    top: 0px;
    right: 0;
}
.btn.green {
    background: #90887f !important;
}
.btn.green:hover {
    background: #c0b4a6 !important;
}

.online-count {
    position: relative;
    margin: 0 0 0 60px;
    font-weight: 600;
    top: 85px !important;
    animation: fadeIn 3s;
    right: 100px !important;
}