.notifications-box{position:relative;overflow:visible}.notifications-box .notification-wrapper{position:absolute;right:20px;top:50%;-webkit-box-sizing:border-box;box-sizing:border-box;width:30px;height:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:default}.notifications-box .notification-wrapper .notification-icon{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background:transparent url("http://vorek.pl/templates/qbsoft/images/bell.png") no-repeat 50%;background-size:contain;-webkit-transform-origin:top center;transform-origin:top center}.notifications-box .notification-wrapper .notification-badge{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);padding:2px 4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;background-color:rgba(41,41,41,.8);color:#fff;font-weight:700;font-size:.9em;line-height:1}.notifications-box .notification-wrapper .notifications-info-wrapper{position:absolute;bottom:0;left:50%;width:0;height:0;overflow:visible}.notifications-box .notification-wrapper .notifications-info-wrapper .notifications-info{background-color:rgba(67,67,67,.8);color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;visibility:hidden;opacity:0;display:inline-block;padding:10px;-webkit-transition:visibility 0s linear .5s,opacity .5s linear;transition:visibility 0s linear .5s,opacity .5s linear;z-index:1;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%);cursor:default;white-space:nowrap;border-radius:3px;-webkit-box-shadow:3px 3px 29px -6px rgba(0,0,0,.75);box-shadow:3px 3px 29px -6px rgba(0,0,0,.75)}.notifications-box .notification-wrapper .notifications-info-wrapper .notifications-info .info-line{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:2px}.notifications-box .notification-wrapper .notifications-info-wrapper .notifications-info .info-line:first-child{margin-top:0}.notifications-box .notification-wrapper .notifications-info-wrapper .notifications-info a{text-decoration:underline;color:inherit}.notifications-box .notification-wrapper .notifications-info-wrapper .notifications-info a:hover{text-decoration:none}.notifications-box .notification-wrapper .notifications-info-wrapper .notifications-info .value{font-weight:700}.notifications-box .notification-wrapper:hover .notifications-info-wrapper .notifications-info{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s}.notifications-box .notification-wrapper.active .notification-badge{background-color:rgba(188,31,19,.8);color:#fff}.notifications-box .notification-wrapper.active .notification-icon{-webkit-animation:a linear .3s infinite;animation:a linear .3s infinite}@-webkit-keyframes a{0%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:rotate(10deg);transform:rotate(10deg)}}@keyframes a{0%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}to{-webkit-transform:rotate(10deg);transform:rotate(10deg)}}.r_head{overflow:visible}