@font-face {
    font-family: 'si';
    src: url('soc/socicon.eot');
    src: url('soc/socicon.eot?#iefix') format('embedded-opentype'),
         url('soc/socicon.woff') format('woff'),
         url('soc/socicon.ttf') format('truetype'),
         url('soc/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('soc/socicon.svg') format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
	margin:2px;
}

.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:.1s; -ms-transition:.1s; -moz-transition:.1s; -webkit-transition:.1s; transition:.1s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #A3A3A3 !important;
    margin-right: 2px;
    color: #f9f9f9;
    background-color: rgba(0,0,0,0.2);
}
.soc a:hover { z-index: 2; }

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-pinterest {
    background-color: #c92619;
}
.soc-pinterest:before {
    content:'d';
}
.soc-email1 {
    background-color: #A4A4A4;
}
.soc-email1:before {
    content:'<';
}

.soc-twitter:hover {
    /*background-color: #61bbf2;*/
	background-color: #4da7de;
}
.soc-facebook:hover {
    /*background-color: #526fac;*/
	background-color: #3e5b98;
}
.soc-google:hover {
    /*background-color: #ed5241;*/
	background-color: #d93e2d;
}
.soc-pinterest:hover {
    /*background-color: #dd3a2d;*/
	background-color: #c92619;
}
.soc-email1:hover {
    /*background-color: #B4B4B4;*/
	background-color: #A4A4A4;
}


