@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'si';
    src: url('font3/socicon.eot');
    src: url('font3/socicon.eot?#iefix') format('embedded-opentype'),
         url('font3/socicon.woff') format('woff'),
         url('font3/socicon.ttf') format('truetype'),
         url('font3/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(font3/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
	float:right;
}

.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:.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: 19px;
    font-size: 13px;
    color: #fff;
	padding-top:7px;
	background-color:#fcc10e;
	border-radius:37px;
	-moz-border-radius:37px;
	-ms-border-radius:37px;
	-webkit-border-radius:37px;
	-o-border-radius:37px;
    
}

.soc a:hover {
    z-index: 2;
    background-color:#141a23 !important;
-webkit-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important; transition:all ease-in-out
   0.5s;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-pinterest:before {
    content:'d';
}
.soc-linkedin:before {
    content:'j';
}
.soc-rss:before {
    content:',';
}

