/* 
Author: Ortus IT Group
Description: Viraltag Image Sharing Plugin Site CSS
Version: 0.1
Website: http://www.OrtusIT.com
*/

.vti{
	position: absolute;
	display: none;
	}
.vti > img{
	width: 35px !important;
	cursor: pointer !important;
	opacity: .8;
	-webkit-transition: opacity .2s !important;
    transition: opacity .2s !important;
	background: none !important;
	border: none !important;
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	}
.vti > img:hover{
	opacity: 1;
	}
.vti > img + img{
	margin-left: 3px !important;
	}