/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.scrollup {
	 z-index: 1; 
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 40px;
    right: 10%;
    display: none;
    text-indent: -9999px;
    background: url('../img/top.png') no-repeat;
    background-color: rgba(50%,50%,50%,0.0);
}