/**  
* 
*
*    Scroll Up 
*    Copyright 2015  Inno-mods.io 
*
*    @author    Inno-mods.io 
*    @copyright Inno-mods.io
*    @version   1.1.0
*    Visit us at http://www.inno-mods.io  
*  
* 
**/
/*
* .scrollup-button
*/
.scrollup-button
{
    width:40px;
    height:40px;
    display:none;	   
    position:fixed;
    border-radius: 20px;
    cursor: pointer;
    z-index: 99999; 
}
/*
* .scrollup-arrow
*/
.scrollup-arrow
{
    border-left: 4px solid; 
    border-top: 4px solid; 
    margin:15px 13px;
    display: inline-block;
    width: 15px; 
    height: 15px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
