.container::before, .embed-header::before, .header::before, .cf::before, .container::after, .embed-header::after, .header::after, .cf::after {
  content: " ";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'AvenirNext';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/avenir/light.otf") format("opentype");
}
@font-face {
  font-family: 'AvenirNext';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/avenir/light-italic.otf") format("opentype");
}
@font-face {
  font-family: 'AvenirNext';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/avenir/regular.otf") format("opentype");
}
@font-face {
  font-family: 'AvenirNext';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/avenir/regular-italic.otf") format("opentype");
}
@font-face {
  font-family: 'AvenirNext';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/avenir/semibold.otf") format("opentype");
}
@font-face {
  font-family: 'AvenirNext';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/avenir/semibold-italic.otf") format("opentype");
}
@font-face {
  font-family: 'Digital-7';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/digital.otf") format("opentype");
}
body {
  background: #fff;
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-weight: normal;
  margin: 0;
}

a, a:link, a:visited {
  background-color: transparent;
  cursor: pointer;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

i, dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

td, th {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  padding: 10px;
  margin: 0 auto;
}

.item, .item-highlight {
  background: url("img/ajax-loader.gif") center center no-repeat;
  position: relative;
  padding: 10px;
  overflow: hidden;
  clear: both;
}

.embed-header {
  position: relative;
  line-height: 1;
  padding-top: 4px;
}
.embed-header .embed-index, .embed-header .embed-img, .embed-header .embed-title, .embed-header .embed-share {
  float: left;
}
.embed-header .embed-index {
  line-height: 40px;
  margin-right: 4px;
  font-size: 2em;
  font-weight: 300;
}
.embed-header .embed-img {
  margin-right: 4px;
}
.embed-header .embed-title {
  padding-top: 6px;
  width: calc(100% - 185px);
  overflow: hidden;
}
.embed-header .embed-share {
  position: absolute;
  right: 0;
  padding-top: 6px;
}

.hide-small {
  display: none;
}

@media screen and (min-width: 768px) {
  .container {
    width: 728px;
    padding: 10px;
  }

  .item, .item-highlight {
    clear: none;
  }

  .item {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 952px;
  }
}
@media screen and (min-width: 1020px) {
  .container {
    width: 980px;
  }
}
.header {
  padding: 10px 10px 0 10px;
  margin: 0 auto;
  max-width: 1170px;
}

.counter {
  font-size: 2.2em;
  font-family: "Digital-7", Helvetica, sans-serif;
  text-align: center;
  padding: 2px 0;
}
.counter a {
  text-decoration: none;
  color: #303030;
}

.title {
  font-weight: 300;
  font-size: 1.6em;
  text-align: center;
  padding: 4px;
}

.logo {
  background: url("img/logo/logo50x50.png") 50% 50% no-repeat;
  width: 100%;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 20px;
  }

  .counter {
    text-align: right;
    width: 100px;
  }

  .title {
    font-size: 2em;
    width: calc(100% - 150px);
  }

  .logo {
    width: 50px;
  }

  .logo, .counter, .title {
    float: left;
  }
}
.twitter-tweet {
  border-radius: 5px;
}

.embed {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
  opacity: 0;
  overflow: hidden;
}
.embed iframe, .embed object, .embed video {
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0 auto !important;
}

.embed.visible {
  opacity: 1;
}

.embed-16by9 {
  padding-bottom: 56.25%;
}

.embed-4by3 {
  padding-bottom: 75%;
}

.embed-16by9, .embed-4by3 {
  height: 0;
}
.embed-16by9 iframe, .embed-16by9 object, .embed-16by9 video, .embed-4by3 iframe, .embed-4by3 object, .embed-4by3 video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.share {
  position: relative;
  display: inline-block;
}
.share a {
  display: inline-block;
  text-decoration: none;
}
.share > a {
  position: relative;
  z-index: 9999;
  background: #1a8bcc;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 4px;
}
.share, .share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share li {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.share li:hover {
  background: #f1f1f1;
}
.share li a {
  color: #666;
  padding: 0.8em 1.5em;
  width: 120px;
}
.share li a:hover {
  color: #333;
}
.share li:first-child {
  border-radius: 4px 4px 0 0;
}
.share li:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 0;
}
.share ul {
  position: absolute;
  z-index: 9000;
  top: 100%;
  right: 0;
  margin-top: 4px;
  box-shadow: 0 0 4px #999;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
          transition: opacity 0.2s ease, visibility 0.2s ease;
}
.share ul.visible {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */