/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 12, ../sass/node.scss */
.node {
  /* Node wrapper */
}
/* line 13, ../sass/node.scss */
.preview .node {
  /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */
}
/* line 17, ../sass/node.scss */
.node .node-title {
  /* Node title */
}
/* line 20, ../sass/node.scss */
.node .user-picture {
  /* The picture of the node author */
}
/* line 23, ../sass/node.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 26, ../sass/node.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 29, ../sass/node.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}

/* line 33, ../sass/node.scss */
.node-promoted {
  /* A node that has been promoted to the front page */
}

/* line 36, ../sass/node.scss */
.node-sticky {
  /* A sticky node (displayed before others in a list) */
}

/* line 39, ../sass/node.scss */
.node-by-viewer {
  /* A node created by the current user */
}

/* line 42, ../sass/node.scss */
.node-teaser {
  /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* line 51, ../sass/node.scss */
.node-page {
  /* Page content node */
}

/* line 54, ../sass/node.scss */
.node-article {
  /* Article content node */
}

/* line 57, ../sass/node.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 60, ../sass/node.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
/* line 55, ../sass/_custom.scss */
.lt-ie8 .node-unpublished p.unpublished > * {
  position: relative;
}

/* line 65, ../sass/node.scss */
.clearfix {
  clear: both;
}

/* line 70, ../sass/node.scss */
.node-blogs,
.node-news {
  margin-bottom: 60px;
}
/* line 75, ../sass/node.scss */
.node-blogs .meta .comment_forbidden,
.node-news .meta .comment_forbidden {
  display: none;
}
/* line 80, ../sass/node.scss */
.node-blogs .translation-link,
.node-news .translation-link {
  display: none;
}
/* line 84, ../sass/node.scss */
.node-blogs .content,
.node-news .content {
  padding: 5px 10px 10px 10px;
  margin-top: 10px;
}
/* line 89, ../sass/node.scss */
.node-blogs .sub-content,
.node-news .sub-content {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  height: 40px;
  position: relative;
}
/* line 94, ../sass/node.scss */
.node-blogs .sub-content .comment-counter,
.node-news .sub-content .comment-counter {
  position: absolute;
  height: 40px;
  line-height: 40px;
  left: 10px;
}
/* line 100, ../sass/node.scss */
.node-blogs .sub-content.top,
.node-news .sub-content.top {
  margin-top: 10px;
}
/* line 104, ../sass/node.scss */
.node-blogs .sub-content .share-links .share-span-wrapper,
.node-news .sub-content .share-links .share-span-wrapper {
  display: inline-block;
}
/* line 106, ../sass/node.scss */
.node-blogs .sub-content .share-links .share-span-wrapper .share-span,
.node-news .sub-content .share-links .share-span-wrapper .share-span {
  display: block;
  float: left;
}
/* line 109, ../sass/node.scss */
.node-blogs .sub-content .share-links .share-span-wrapper .share-span.share-up,
.node-news .sub-content .share-links .share-span-wrapper .share-span.share-up {
  margin-top: -7px;
}
/* line 119, ../sass/node.scss */
.node-blogs .meta,
.node-news .meta {
  padding: 15px 0;
}
/* line 121, ../sass/node.scss */
.node-blogs .meta .vocabulary,
.node-news .meta .vocabulary {
  display: inline-block;
  /*padding-right: 20px;*/
  color: #737373;
}
/* line 123, ../sass/node.scss */
.node-blogs .meta .vocabulary li,
.node-news .meta .vocabulary li {
  display: inline-block;
}
/* line 131, ../sass/node.scss */
.node-blogs .meta .vocabulary a,
.node-news .meta .vocabulary a {
  padding: 5px;
  color: #C80000;
  background-color: #c8c8c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 136, ../sass/node.scss */
.node-blogs .meta .vocabulary a:hover,
.node-news .meta .vocabulary a:hover {
  background-color: #f2f2f2;
}
/* line 141, ../sass/node.scss */
.node-blogs .meta .vocabulary .no-game-page,
.node-news .meta .vocabulary .no-game-page {
  display: inline-block;
  padding: 5px 10px;
  color: #737373;
  background: #f2f2f2;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 158, ../sass/node.scss */
.node-blogs .info-title img,
.node-news .info-title img {
  width: 62px;
  max-height: 62px;
  float: left;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 165, ../sass/node.scss */
.node-blogs .info-title h2,
.node-news .info-title h2 {
  font-size: 1.2em;
  line-height: 1.75em;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 173, ../sass/node.scss */
.node-blogs .info-title .submitted,
.node-news .info-title .submitted {
  padding-left: 10px;
  padding-right: 10px;
  color: #737373;
}
/* line 177, ../sass/node.scss */
.node-blogs .info-title .submitted strong,
.node-news .info-title .submitted strong {
  color: #C80000;
}
/* line 183, ../sass/node.scss */
.node-blogs .image,
.node-news .image {
  padding: 0 10px;
}
/* line 186, ../sass/node.scss */
.node-blogs .post-image,
.node-news .post-image {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 190, ../sass/node.scss */
.node-blogs .share-links,
.node-news .share-links {
  height: 40px;
  line-height: 40px;
  margin-top: -3px;
  float: right;
}
/* line 197, ../sass/node.scss */
.node-blogs .links,
.node-news .links {
  line-height: 40px;
}

@media all and (max-width: 1024px) {
  /*  .node-blogs .sub-content .share-links {
      .share-span-wrapper {
        display: block;
        text-align: right;
      }
    }//*/
}
@media all and (max-width: 500px) {
  /* line 217, ../sass/node.scss */
  ul.links.inline {
    display: none;
  }
}
@media all and (max-width: 480px) {
  /* line 224, ../sass/node.scss */
  .info-title img {
    display: none;
  }
}
