<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'si';
    src: url('../../fontInc/socicon.eot');
    src: url('../../fontInc/socicon.eot?#iefix') format('embedded-opentype'),
         url('../../fontInc/socicon.woff') format('woff'),
         url('../../fontInc/socicon.ttf') format('truetype'),
         url('../../fontInc/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(../../fontInc/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:2rem auto; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
	margin:0!important;
	padding:0!important;
}

.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: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    color: #000;
    background-color: #ffffff;
	border:0px solid #838d8f;
	transition-property:background-color 0.5s, border 0.5s;
	-webkit-transition:background-color 0.5s, border 0.5s;
	transition:background-color 0.5s, border 0.5s;
}

.soc li a:hover {
	background-color:#2d4d8e; border:0px solid #FFF; text-decoration:none;color:#fff;
}

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

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-rss:before {
    content:',';
}
.soc-youtube:before {
    content:'r';
}

.soc li a.blu{background-color: #2d4d8e;color:#fff;}

@media all and (max-width:600px){
	.soc{display: table;}
}
</pre></body></html>