.henlo_share_icons { position: fixed; left: 0; bottom: 0; z-index: 100; width: 100%; background-color: #1d3a44; display: inline-block; text-align: center; }
.henlo_share_icons ul { margin: 0; }
.henlo_share_icons li { display: inline-block; padding: 0 !important; }
.henlo_share_icons li:before { content: "" !important; }
.henlo_share_icons a { color: #fff !important; display: inline-block; width: 3em; height: 3em; line-height: 3.25em; text-align: center; text-decoration: none !important; }
.henlo_share_icons a:hover { background-color: #e9a00d !important; }
.henlo_share_icons .henlo_share_google a { background-color: #d3492c; }
.henlo_share_icons .henlo_share_twitter a { background-color: #2aa9e0; }
.henlo_share_icons .henlo_share_facebook a { background-color: #204385; }
.henlo_share_icons .henlo_share_linkedin a { background-color: #546493; }
.henlo_share_icons .henlo_share_reddit a { background-color: #999; }
.henlo_share_icons .henlo_share_views a { background-color: #666; }

.henlo_share_icons .henlo_share_pre { color: #fff; line-height: 3.25em; height: 3em; padding: 0 1em !important; }

/* Make Inline - remove these lines to fix em to the right */
.henlo_share_icons { position: static; margin: 10px 0 20px 0; display: inline-block; }
.henlo_share_icons li { float: left; }

@media (min-width: 768px) { 

    .henlo_share_icons { 
    	width: auto; bottom: 
    	auto; top: 17em; 
    	/*margin-top: -4em; */
    }
    .henlo_share_icons li { display: block; }	

}


@media (min-width: 768px) and (min-height: 768px) { 
	.henlo_share_icons { top: 38em; }
}