/* Tab style */
#scrollUp {
position: fixed;
right: 10px;
font-size: 20px;
line-height: 40px;
width: 40px;
height: 40px;
bottom: 20px;
background-color: #bca858;
color: #ffffff;
text-align: center;
background-image: url('/img/top.png');
background-position: center;
background-repeat: no-repeat;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
border-radius: 50%;
-webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
z-index: 15962536; }

#scrollUp:hover {
    background-color: #000000;
color: #ffffff;
}
