@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?feb1io');
  src:url('fonts/icomoon.eot?#iefixfeb1io') format('embedded-opentype'),
    url('fonts/icomoon.woff?feb1io') format('woff'),
    url('fonts/icomoon.ttf?feb1io') format('truetype'),
    url('fonts/icomoon.svg?feb1io#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  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;
}

.icon-facebook:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\e603";
}
.icon-youtube:before {
  content: "\e600";
}
.icon-youtube2:before {
  content: "\e601";
}
.icon-soundcloud:before {
  content: "\e604";
}
.icon-soundcloud2:before {
  content: "\e606";
}
.icon-soundcloud22:before {
  content: "\e605";
}

.share-container li {
    float:left;
    padding: 5px;
}

.share-container li a {
    color: rgb(180,180,180);
    font-size: 30px;
    text-decoration:none;
}

.share-container li a:hover{
    color: rgb(0,0,0);
}

/*
.share-container li {}

.share-container li a {
    color: rgba(0,0,0,.4);
}

.share-facebook:before{
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;  
line-height: 1;
content: "\e644";
font-size: 36px;
}

.share-facebook img {
  display: none;
}

.share-twitter:before{
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;  
line-height: 1;
content: "\e640";
font-size: 36px;
}

.share-twitter img{
  display: none;
}

.share-tumblr:before{
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;  
line-height: 1;
content: "\e646";
font-size: 36px;
}

.share-tumblr img{
  display: none;
}


.share-pinterest:before{
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;  
line-height: 1;
content: "\e641";
font-size: 36px;
}

.share-pinterest img{
  display: none;
}

.share-gplus{
  display: none;
}

.shareVia input {
    padding: 11px;
    position: absolute;
    top: -2px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.3);
}*/