/* ----------------------------------------------
	Theme Name : Burble's Boilerplate Responsive Themes
	Author : Burble Web
	Author URI : http://www.burbleweb.com/	
 ------------------------------------------------ */


/*-- SOCIAL ICONS --*/

#social {position: fixed; right: 0px; top: 200px; z-index: 100000; line-height: 14px;}

#social ul, #social li {list-style: none;}

#social li {float: left; clear: left;}

#social img.grayscale{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("../../../../themes/burble_960_RESPONSIVE/data-image/svg+xml%3Butf8,%3Csvg%20xmlns=/'http-/www.w3.org/2000/svg/'%3E%3Cfilter%20id=/'grayscale/'%3E%3CfeColorMatrix%20type=/'matrix/'%20values=/'0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200/'/%3E%3C/filter%3E%3C/svg%3E.html#grayscale"); /* Firefox 10+, Firefox on Android */
}

#social img.grayscale:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("../../../../themes/burble_960_RESPONSIVE/data-image/svg+xml%3Butf8,%3Csvg%20xmlns=/'http-/www.w3.org/2000/svg/'%3E%3Cfilter%20id=/'grayscale/'%3E%3CfeColorMatrix%20type=/'matrix/'%20values=/'1%200%200%200%200,%200%201%200%200%200,%200%200%201%200%200,%200%200%200%201%200/'/%3E%3C/filter%3E%3C/svg%3E.html#grayscale");
}