@font-face {
    font-family: 'si';
    src: url('/css/socicon-v1.5/fonts/Socicon.eot');
    src: url('/css/socicon-v1.5/fonts/Socicon.eot?#iefix') format('embedded-opentype'),
         url('/css/socicon-v1.5/fonts/Socicon.woff') format('woff'),
         url('/css/socicon-v1.5/fonts/Socicon.ttf') format('truetype'),
         url('/css/socicon-v1.5/fonts/Socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

[class^="soc-"], [class*=" soc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


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

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
	margin-top:5px;
}

.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: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 0px;	
	margin-left: 0px;	
    color: #ffffff;
    background-color: none;
}

.soc2 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: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 1px;	
	margin-left: 1px;
    color: #ffffff;
    background-color: none;
}

.soc2 {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc2 li {
    display:inline-block;
    *display:inline;
    zoom:1;
	margin-top:5px;
}

.soc a:hover {
    z-index: 2;
	background-color:#9b8888 !important;   
}

.soc-home {
    background-color: #b4b4b4;
	border-radius: 5px !important;
	width: 64px !important;
	margin-left: 1px !important;
	font-size:12px !important;	
}

.soc-home-kids {
    background-color: #b4b4b4;
	border-radius: 5px !important;
	width: 64px !important;
	
	font-size:12px !important;	
}


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

.soc-twitter {
	margin-right: 2px;
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e08d';
}
.soc-linkedin {   
    background-color: #0077b5;
}
.soc-blog:before {
    content:'\e012';
}
.soc-blog {   
    background-color: #ff6600;
}
.soc-linkedin:before {
    content:'\e04c';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e028';
}
.soc-instagram {
    background-color: #735bc8;
}
.soc-instagram:before {
    content:'\e044';
}
.soc-linkedin {
    margin-right: 2px;
    background-color: #0077b5;
}
.socicon-linkedin:before {
  content: "\e04c";
}
.soc-mail {
    background-color: #000000;
}
.soc-mail:before {
    content:'\e01f';
}

.socicon-linkedin:hover {
  content: "\e04c";
}
.soc-twitter:hover {
    background-color: #61bbf2;
}
.soc-facebook:hover {
    background-color: #526fac;
}
.soc-googleplus:hover {
    background-color: #f15f4d;
}
.soc-mail:hover {
    background-color: #363636;
}

