/* sticky navigacny button (scroll down) */
a#floatMenu {
    background-color: #62dc00;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 84px;
    -moz-border-top-left-radius: 84px;
    -ms-border-top-left-radius: 84px;
    -o-border-top-left-radius: 84px;
    border-top-left-radius: 84px;
    -webkit-border-top-right-radius: 84px;
    -moz-border-top-right-radius: 84px;
    -ms-border-top-right-radius: 84px;
    -o-border-top-right-radius: 84px;
    border-top-right-radius: 84px;
    color: #22426e;
    font-size: 20px;   
    font-weight: 700; 
    text-decoration: none;	
    text-align: center;
    
    bottom: -100px;
    height: 84px;
    left: 50%;
    margin-left: -69px;
    position: fixed;
    width: 168px;
    z-index: 8000;
}

a#floatMenu span {
	font-size: 50px;
	line-height: 80%;
}

