/* OPTION  */ 
	#button { 
			background-color: rgba(0, 0, 0, 0.4);
			background-image: url("http://static.tumblr.com/8rdzlhn/FSio4f0fl/logo.png");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 20px auto;
			border-radius: 2px;
			bottom: 5px;
			color: transparent;
			font-family: Futura,"Century Gothic",AppleGothic,sans-serif;
			font-size: 10px;
			height: 25px;
			border: 1px solid rgba(0, 0, 0, 0.18);
			display:none;
			line-height: 25px;
			opacity: 1;
			position: fixed;
			right: 8px;
			text-transform: uppercase;
			transition: all 0.9s ease-out 0s;
			width: 25px;
			z-index: 9999;   
 		}
    #button:hover { 
           width: 143px;
           background-position: 140px;
           border-radius: 2px;
           color: #FFF;
           padding-left: 7px; 
           padding-right: 13px;
       }
	#button-top {
			background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
			border: 1px solid rgba(0, 0, 0, 0.18);
			border-radius: 3px;
			color: #ffffff;
			font: bold 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
			padding: 0px 5px;
			position: fixed;
			right: 3px;
			text-align: right;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
			top: 2px !important;
			transition: all 0.5s ease-out 0s;
			width: 105px;
			z-index: 42;
			-webkit-transition: all 0.5s ease-out 0s; 
			-moz-transition: all 0.5s ease-out 0s; 
			-o-transition: all 0.5s ease-out 0s; 
			transition: all 0.5s ease-out 0s;
         }
		 
	.fa-cloud-download {
			padding: 0 3px 0 0;
         }
            
	#button-top:hover {
           opacity: 0.9;
         }
		 
	.tmblr-iframe {
			right: 121px !important;
		}
	
	.tumblr_controls {
			right: 121px !important;
		}