HTML, body {
margin: 0px;
padding: 0px;
border: 0px;
}

@font-face {
    font-family: 'si';
    src: url('/font/socicon.eot');
    src: url('/font/socicon.eot?#iefix') format('embedded-opentype'),
         url('/font/socicon.woff') format('woff'),
         url('/font/socicon.ttf') format('truetype'),
         url('/font/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(/font/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0px; padding:15px;
    list-style:none;
	position:fixed;
	top:50%;
	left:50%;
	height:46px;
	width:124px; /* (2x46)+32=124 */
	transform: translate(-50%, -50%);
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
	font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:box-shadow .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out;
    -ms-transition:box-shadow .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out;
    -moz-transition:box-shadow .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out;
    -webkit-transition:box-shadow .2s ease-in-out, transform .2s ease-in-out,opacity .2s ease-in-out;
    transition:box-shadow .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	opacity: 0.6;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 4px;
    color: #ffffff;
    background-color: none;
	

	
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	opacity: 1;
	box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.2), 0 11px 20px 0 rgba(0, 0, 0, 0.19);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-gurushots {
    background-color: black;
	background-image: url('/font/socicon_gurushots.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
	background-position: 50% 50%; 
    display: block;
	width: 36px; 
    height: 36px;
    content:"";
}

.soc-flickr {
    background-color: #c1c5cc;
	background-image: url('/font/socicon_flickr.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
	background-position: 50% 50%; 
    display: block;
	width: 36px; 
    height: 36px;
    content:"";
}


.soc-facebook {
    background-color: #3e5b98;
	background-image: url('/font/socicon_facebook.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
	background-position: 50% 50%; 
    display: block;
	width: 36px; 
    height: 36px;
    content:"";
}
.soc-facebook:before {
    
}
.soc-reddit {
    background-color: #e74a1e;
}
.soc-reddit:before {
    content:'\e022';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-instagram {
    background-color: #405de6;
	background-image: url('/font/socicon_instagram.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
	background-position: 50% 50%; 
    display: block;
	width: 36px; 
    height: 36px;
    content:"";
}
.soc-instagram:before {
    
}
.soc-pinterest {
    background-color: #c92619;
}
.soc-pinterest:before {
    content:'\e043';
}

.soc-tumblr {
    background-color: #45556c;
}
.soc-tumblr:before {
    content:'\e059';
}
.soc-rss {
    background-color: #f26109;
}
.soc-rss:before {
    content:'\e00b';
}
.soc-youtube {
    background-color: red;
	background-image: url('/font/socicon_youtube.png');
    background-repeat: no-repeat;
    background-size: 36px 36px;
	background-position: 50% 50%; 
    display: block;
	width: 36px; 
    height: 36px;
    content:"";
}
.soc-youtube:before {
    
}