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

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pooka_social";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  font-size: 140%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */

.pooka-sss-wrapper {
	clear: both;
	padding: 30px 0 75px 0;
}
.pooka-sss-wrapper div {
	float: left;
	margin-right: 8px;
}
.pooka-sss-wrapper .pooka-sss-box {
	display: block;
	height: 30px;
	padding: 5px 2px;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
}
.pooka-sss-wrapper .pooka-sss-box a {
	color: #696969;
}
.pooka-sss-wrapper .pooka-sss-box a:active,
.pooka-sss-wrapper .pooka-sss-box a:focus,
.pooka-sss-wrapper .pooka-sss-box a:hover {
	color: #000;
	outline: none;
}
.pooka-sss-wrapper div.share-on {
	padding: 5px 5px 5px 0;
}
.pooka-sss-wrapper .pooka-sss-box span {
  display: inline-block;
  text-indent: -9999em;
}
.pooka-sss-wrapper > .pooka-sss-box {
	background-color: none;
}
.pooka-sss-wrapper div a {
	text-decoration: none;
	border: none;
}
.pooka-sss-clear {
	clear: left;
}