@charset "UTF-8";

 @font-face {
  font-family: 'onebigphoto';
  src: url('../font/onebigphoto.eot?77177590');
  src: url('../font/onebigphoto.eot?77177590#iefix') format('embedded-opentype'),
       url('../font/onebigphoto.woff?77177590') format('woff'),
       url('../font/onebigphoto.ttf?77177590') format('truetype'),
       url('../font/onebigphoto.svg?77177590#onebigphoto') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'onebigphoto';
    src: url('../font/onebigphoto.svg?77177590#onebigphoto') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "onebigphoto";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* 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 - magrins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-gplus-1:before { content: '\2b'; } /* '+' */
.icon-stumbleupon:before { content: '\2f'; } /* '/' */
.icon-pinterest:before { content: '\31'; } /* '1' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-rss-1:before { content: '\52'; } /* 'R' */
.icon-twitter-1:before { content: '\54'; } /* 'T' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-tumblr:before { content: '\74'; } /* 't' */
.icon-thumbs-up:before { content: '\e020'; } /* '' */
.icon-thumbs-down:before { content: '\e021'; } /* '' */
.icon-star:before { content: '\e031'; } /* '' */
.icon-search:before { content: '\e03e'; } /* '' */
.icon-ok:before { content: '\e070'; } /* '' */
.icon-eye:before { content: '\e09d'; } /* '' */
.icon-camera:before { content: '\e0a9'; } /* '' */
.icon-heart:before { content: '\e0b1'; } /* '' */
.icon-right-open:before { content: '\e0cc'; } /* '' */
.icon-left-open:before { content: '\e0cd'; } /* '' */
.icon-thumbs-up-1:before { content: '👍'; } /* '\1f44d' */
.icon-thumbs-up-2:before { content: '\e801'; } /* '' */
.icon-thumbs-down-2:before { content: '\e800'; } /* '' */
.icon-thumbs-down-1:before { content: '👎'; } /* '\1f44e' */