/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

*:focus {
  outline: none; }

a {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.blogger {
  zoom: 1; }
  .blogger:before, .blogger:after {
    content: "";
    display: table; }
  .blogger:after {
    clear: both; }

.sticker-normal {
  width: 186px;
  height: 306px;
  background: url('../img/main-bg.png?1472547894') no-repeat; }

.blogger {
  position: relative;
  height: 100%; }
  .blogger .blogger__head {
    position: relative;
    margin-top: 78px;
    width: 100%;
    height: 100px; }
    .blogger .blogger__head .blogger__pic {
      position: absolute;
      top: 0px;
      width: 100px;
      height: 100px;
      left: 50%;
      margin-left: -47px;
      border: 2px solid #54B3C9;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .blogger .blogger__name {
    font-size: 13px;
    font-weight: 900;
    color: #000;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .blogger .blogger__award {
    position: relative;
    margin: 10px auto 0; }
    .blogger .blogger__award.icon--champion {
      width: 149px;
      height: 56px;
      background: url('../img/top1.png?1472548119') no-repeat; }
    .blogger .blogger__award.icon--firstRunnerUp {
      width: 149px;
      height: 56px;
      background: url('../img/top2.png?1472548126') no-repeat; }
    .blogger .blogger__award.icon--secondRunnerUp {
      width: 149px;
      height: 56px;
      background: url('../img/top3.png?1472548134') no-repeat; }
    .blogger .blogger__award.icon--other {
      width: 93px;
      height: 51px;
      background: url('../img/top15.png?1472548146') no-repeat; }
  .blogger .blogger__more {
    position: absolute;
    margin-left: -49px;
    bottom: 3px;
    left: 50%;
    width: 100px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../img/btn_text.png?1472548320');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .blogger .blogger__more:hover {
      will-change: background-color;
      background-color: #CB2B31; }
