@font-face {
  font-family: 'ksocial';
  src: url('../font/ksocial.eot?21575297');
  src: url('../font/ksocial.eot?21575297#iefix') format('embedded-opentype'),
       url('../font/ksocial.woff?21575297') format('woff'),
       url('../font/ksocial.ttf?21575297') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="kicon-share-"]:before,
[class*=" kicon-share-"]:before {
  font-family: 'ksocial';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.kicon-share-gplus:before { content: '\2b'; }
.kicon-share-pinterest:before { content: '\31'; }
.kicon-share-twitter:before { content: '\54'; }
.kicon-share-facebook:before { content: '\66'; }
.kicon-share-plus-squared:before { content: '\229e'; }
.kicon-share-email:before { content: '\5d'; }

.share_button { cursor:pointer; }

div.kshare {
  display:none;
  position:absolute;
  z-index:999;
  background:white;
  margin-top:5px;
  width:171px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.6);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.6);
  box-shadow: 0 2px 6px rgba(0,0,0,.6);
}

input.kshare-input {
  width:100%;
  border:0;
  outline:0;
  margin:0;
  font-size:10px !important;
  padding:8px 10px 9px;
  border-bottom:1px solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.kshare-items {
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

ul.kshare-items li {
  float:left;
}

ul.kshare-items li a {
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  display:block;
  font-size:18px;
  color:#000;
  border-right:1px solid #eee;
}

ul.kshare-items li:last-child a {
  border-right:none;
}

ul.kshare-items li a, input.kshare-input {
  -webkit-transition:all 100ms linear;
  -moz-transition:all 100ms linear;
  transition:all 100ms linear;
}

ul.kshare-items li a.share-facebook:hover {
  color:#3b5998 !important;
}

ul.kshare-items li a.share-twitter:hover {
  color:#00aced !important;
}

ul.kshare-items li a.share-google:hover {
  color:#dd4b39 !important;
}

ul.kshare-items li a.share-pinterest:hover {
  color:#cb2027 !important;
}