/* Layout CSS */
#TopActionBarK3 { width:100%; position:fixed; top:-200px; left:0px; background:#fd57b2; z-index:500000; border-bottom:3px solid #bd106f; padding:10px; transition:all 300ms ease 0s; box-sizing:border-box; }
#TopActionBarK3 .ale-button { display:block; margin:0px !important; }

#BottomActionBarK3 { position:fixed; right:0px; background:#fd57b2; z-index:500000; border-top:3px solid #bd106f; border-left:3px solid #bd106f; border-right:3px solid #bd106f; padding:10px; transition:all 300ms ease 0s; box-sizing:border-box; border-radius:4px; }
#BottomActionBarK3 .ale-button { display:block; margin:0px !important; }
.mobilenavPushDown { top:59px !important; }

.fancybox-overlay { z-index:9999 !important; }

@media only screen and (min-width: 37.5em) and (max-width: 55em) { /*600px  * 880px*/  #BottomActionBarK3{right:285px;} }