/* line 17, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 20, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1; }

/* line 22, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 24, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 26, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 28, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 101, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 30, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 114, ../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 1, ../sass/partials/layout.scss */
body {
  background: url(../../construct/images/header-bg.jpg);
  background: url(../images/background.png); }

/* line 6, ../sass/partials/layout.scss */
#top-bar {
  display: none; }

/* line 9, ../sass/partials/layout.scss */
.layout-centered #main {
  margin-bottom: 0; }

/* line 12, ../sass/partials/layout.scss */
#breadcrumb-wrap {
  display: none; }

/* line 15, ../sass/partials/layout.scss */
#header {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  z-index: 70; }
  /* line 25, ../sass/partials/layout.scss */
  #header #header-inner {
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
    /* line 30, ../sass/partials/layout.scss */
    #header #header-inner .header-wrapper #logo {
      height: auto;
      width: auto;
      padding: 20px; }
      /* line 35, ../sass/partials/layout.scss */
      #header #header-inner .header-wrapper #logo #site-title a {
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        height: 30px;
        width: 124px;
        background: url(../images/toolbox-logo.png) no-repeat; }
    /* line 43, ../sass/partials/layout.scss */
    #header #header-inner .header-wrapper .nav-container {
      float: right; }
      /* line 45, ../sass/partials/layout.scss */
      #header #header-inner .header-wrapper .nav-container #primary-menu {
        float: left;
        margin: 17px 20px 0 0; }
        /* line 49, ../sass/partials/layout.scss */
        #header #header-inner .header-wrapper .nav-container #primary-menu ul li {
          margin: 0; }
          /* line 51, ../sass/partials/layout.scss */
          #header #header-inner .header-wrapper .nav-container #primary-menu ul li a {
            padding: 0 15px; }
        /* line 55, ../sass/partials/layout.scss */
        #header #header-inner .header-wrapper .nav-container #primary-menu ul ul {
          background: none;
          padding-top: 10px; }

/* line 65, ../sass/partials/layout.scss */
#page {
  padding-bottom: 0; }

/* line 68, ../sass/partials/layout.scss */
#bottom {
  margin-top: 0;
  height: auto;
  background: #111111; }

/* line 73, ../sass/partials/layout.scss */
#footer {
  padding-top: 0;
  background: none; }

/* line 77, ../sass/partials/layout.scss */
#credits {
  text-align: center; }

/* line 80, ../sass/partials/layout.scss */
.separator {
  width: 100%;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
  height: 0;
  margin: 20px 0;
  background: none;
  display: none; }

/* line 88, ../sass/partials/layout.scss */
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }

/* line 97, ../sass/partials/layout.scss */
.hidden {
  display: none; }

/*---------------------------------------------------------------------------*/
/*  Media Queries
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 1035px) {
  /* line 104, ../sass/partials/layout.scss */
  .layout-centered #container {
    width: 940px; }
    /* line 106, ../sass/partials/layout.scss */
    .layout-centered #container #content {
      width: 980px;
      overflow: hidden; }

  /* line 115, ../sass/partials/layout.scss */
  .home .separator:nth-of-type(3n) {
    display: block; }

  /* line 123, ../sass/partials/layout.scss */
  .archive .separator:nth-of-type(2n) {
    display: block; } }
/* for 1035px or less - Tablets */
@media screen and (max-width: 1035px) {
  /* line 130, ../sass/partials/layout.scss */
  #logo {
    float: left; }

  /* line 133, ../sass/partials/layout.scss */
  #primary-menu {
    margin: 17px 20px 0 0;
    position: static;
    left: auto;
    padding-top: 0; }
    /* line 139, ../sass/partials/layout.scss */
    #primary-menu ul li {
      right: auto; }

  /* line 145, ../sass/partials/layout.scss */
  .layout-centered #container,
  #container {
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 620px; }

  /* line 152, ../sass/partials/layout.scss */
  .separator:nth-of-type(even) {
    display: block; } }
/* for 680px or less - Mobiles */
@media screen and (max-width: 680px) {
  /* line 161, ../sass/partials/layout.scss */
  #logo {
    float: none; }
    /* line 163, ../sass/partials/layout.scss */
    #logo h1 {
      width: 124px;
      margin: 0 auto; }

  /* line 168, ../sass/partials/layout.scss */
  .nav-container {
    display: none; }

  /* line 172, ../sass/partials/layout.scss */
  .layout-centered #container,
  #container {
    width: 300px;
    padding: 0 5px; }

  /* line 176, ../sass/partials/layout.scss */
  .separator {
    display: block; } }
/* line 184, ../sass/partials/layout.scss */
.separator:last-child {
  display: block; }

/* line 1, ../sass/partials/typography.scss */
body, #home-title, .item .meta-category, .item .post-title a, .item .post-title, .single .post-title, .page .page-title {
  font-family: kulturista-web, serif; }

/* line 4, ../sass/partials/typography.scss */
a {
  color: #61cdda; }
  /* line 6, ../sass/partials/typography.scss */
  a:hover {
    color: white; }

/* line 10, ../sass/partials/typography.scss */
#content a {
  color: #333; }
  /* line 12, ../sass/partials/typography.scss */
  #content a:hover {
    color: #61cdda; }

/* line 16, ../sass/partials/typography.scss */
.item .post-title a, .item .post-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px; }

/* line 21, ../sass/partials/typography.scss */
.item .post-content {
  font-size: 14px;
  line-height: 1.5; }

/* line 25, ../sass/partials/typography.scss */
#home-title {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  font-size: 18px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 0 0 20px 0; }

/* line 32, ../sass/partials/typography.scss */
.widget ul li {
  margin-bottom: 10px; }

/* line 35, ../sass/partials/typography.scss */
#primary-menu ul li a {
  font-size: 13px;
  font-weight: 500; }

/* line 39, ../sass/partials/typography.scss */
.no-results {
  color: rgba(255, 255, 255, 0.8); }

/* line 42, ../sass/partials/typography.scss */
p {
  margin-bottom: 20px; }

/**** Isotope Filtering ****/
/* line 3, ../sass/partials/isotope.scss */
.isotope-item {
  z-index: 2; }

/* line 5, ../sass/partials/isotope.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
/* line 12, ../sass/partials/isotope.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: none;
  -moz-transition-duration: none;
  transition-duration: none; }

/* line 18, ../sass/partials/isotope.scss */
.isotope {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  transition-property: none; }

/* line 24, ../sass/partials/isotope.scss */
.isotope .isotope-item {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  transition-property: none; }

/**** disabling Isotope CSS3 transitions ****/
/* line 34, ../sass/partials/isotope.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }

/* disable CSS transitions for containers with infinite scrolling*/
/* line 41, ../sass/partials/isotope.scss */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

/* line 1, ../sass/partials/modules.scss */
.top {
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 20px; }

/* line 6, ../sass/partials/modules.scss */
.filters {
  float: left;
  width: 760px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }
  /* line 12, ../sass/partials/modules.scss */
  .filters .row {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }

/* line 18, ../sass/partials/modules.scss */
.ad {
  float: left;
  width: 160px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  margin-bottom: 10px; }
  /* line 24, ../sass/partials/modules.scss */
  .ad .yoggrt {
    background: none;
    padding: 0;
    margin: 0;
    border: none; }
  /* line 31, ../sass/partials/modules.scss */
  .ad .one .bsa_it_ad {
    background: transparent;
    border: none;
    font-family: inherit;
    padding: 0px;
    margin: 0; }
    /* line 37, ../sass/partials/modules.scss */
    .ad .one .bsa_it_ad:hover img {
      -moz-box-shadow: 0 0 3px #000;
      -webkit-box-shadow: 0 0 3px #000;
      box-shadow: 0 0 3px #000; }
    /* line 42, ../sass/partials/modules.scss */
    .ad .one .bsa_it_ad .bsa_it_i {
      display: block;
      padding: 0;
      float: none;
      margin: 0 0 5px; }
      /* line 47, ../sass/partials/modules.scss */
      .ad .one .bsa_it_ad .bsa_it_i img {
        padding: 0;
        border: none; }
    /* line 52, ../sass/partials/modules.scss */
    .ad .one .bsa_it_ad .bsa_it_t {
      color: white;
      font-weight: bold; }
    /* line 56, ../sass/partials/modules.scss */
    .ad .one .bsa_it_ad .bsa_it_d {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6); }
  /* line 61, ../sass/partials/modules.scss */
  .ad .one .bsa_it_p {
    display: none; }
  /* line 65, ../sass/partials/modules.scss */
  .ad a#bsap_aplink, .ad a#bsap_aplink:hover {
    display: block;
    line-height: 24px;
    font-size: 10px; }

/* line 72, ../sass/partials/modules.scss */
.filter li {
  display: inline-block;
  margin: 0 5px 10px 0; }
  /* line 75, ../sass/partials/modules.scss */
  .filter li a {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    font-size: 13px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.1); }
    /* line 85, ../sass/partials/modules.scss */
    .filter li a span {
      color: rgba(255, 255, 255, 0.3); }
    /* line 88, ../sass/partials/modules.scss */
    .filter li a:hover {
      background: rgba(255, 255, 255, 0.2); }
  /* line 93, ../sass/partials/modules.scss */
  .filter li.active a {
    background: rgba(97, 205, 218, 0.7);
    color: white; }
    /* line 96, ../sass/partials/modules.scss */
    .filter li.active a span {
      color: rgba(255, 255, 255, 0.6); }
/* line 102, ../sass/partials/modules.scss */
.filter:last-child {
  border: none;
  margin: 0; }

/* line 107, ../sass/partials/modules.scss */
#sort-by {
  float: left; }

/* line 110, ../sass/partials/modules.scss */
#live-search {
  float: right;
  margin-top: -3px;
  position: relative; }
  /* line 114, ../sass/partials/modules.scss */
  #live-search label {
    display: inline-block;
    margin-right: 5px; }
  /* line 118, ../sass/partials/modules.scss */
  #live-search input {
    font-family: inherit;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    height: 20px;
    padding: 5px 12px;
    line-height: 20px;
    background: transparent;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 1px 0;
    border: none;
    color: rgba(255, 255, 255, 0.8); }
  /* line 131, ../sass/partials/modules.scss */
  #live-search.active input, #live-search input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.8);
    color: #333; }
  /* line 136, ../sass/partials/modules.scss */
  #live-search .clear-link {
    position: absolute;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    background: url("../images/cancel.png");
    height: 20px;
    width: 20px;
    right: 5px;
    top: 5px;
    z-index: 10;
    display: none; }
  /* line 147, ../sass/partials/modules.scss */
  #live-search.active .clear-link {
    display: block; }

/* line 151, ../sass/partials/modules.scss */
#home-title {
  text-align: center; }

/* line 154, ../sass/partials/modules.scss */
.hentry {
  padding: 0; }

/* line 157, ../sass/partials/modules.scss */
.ad-block {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.35); }
  /* line 160, ../sass/partials/modules.scss */
  .ad-block .ad {
    width: 130px;
    margin: 90px auto 0 auto; }
  /* line 164, ../sass/partials/modules.scss */
  .ad-block .supported-by {
    text-align: center;
    margin-bottom: 5px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-variant: small-caps; }
  /* line 172, ../sass/partials/modules.scss */
  .ad-block .fusionentire {
    display: block;
    overflow: hidden;
    width: 130px;
    margin: 0 auto;
    text-align: center; }
    /* line 179, ../sass/partials/modules.scss */
    .ad-block .fusionentire a {
      display: block;
      width: 130px;
      height: 100px; }
    /* line 186, ../sass/partials/modules.scss */
    .ad-block .fusionentire .fusiontext {
      text-align: left;
      background: rgba(255, 255, 255, 0.1);
      padding: 10px;
      width: 110px;
      height: auto;
      line-height: 1.3;
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      margin: 0; }
  /* line 198, ../sass/partials/modules.scss */
  .ad-block .fusion-link {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-variant: small-caps;
    line-height: 24px;
    height: 24px;
    text-align: center; }

/* line 208, ../sass/partials/modules.scss */
.share-widget {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAaklEQVQYV2NkYGAwBuKzQAwC9UA8C4ifQ/n/GaEMkCIfIG6E8iWB9DMgZoQpAOncgmTSfyBbCmQSSAFIEqYTZNIZkE6YSSAGyDi4nUC2CbKb4CphdqK7CaYAbieSb8BuAikASSKblIbsJgCKXBfTNjWx1AAAAABJRU5ErkJggg==);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -ms-border-radius: 0 0 3px 0;
  -o-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  height: 70px;
  width: 90px;
  float: left; }
  /* line 216, ../sass/partials/modules.scss */
  .share-widget .share-link {
    background: url("../images/share.png") no-repeat top;
    display: block;
    overflow: hidden;
    text-indent: -9000px;
    display: block;
    height: 100%;
    width: 100%; }
    /* line 222, ../sass/partials/modules.scss */
    .share-widget .share-link:hover {
      background-position: bottom; }
  /* line 226, ../sass/partials/modules.scss */
  .share-widget .share-options {
    display: none;
    position: relative;
    background: #ffffff;
    padding: 20px 10px 10px 10px;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55); }
    /* line 234, ../sass/partials/modules.scss */
    .share-widget .share-options:after {
      bottom: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    /* line 243, ../sass/partials/modules.scss */
    .share-widget .share-options:after {
      border-bottom-color: #ffffff;
      border-width: 5px;
      left: 50%;
      margin-left: -5px; }
    /* line 249, ../sass/partials/modules.scss */
    .share-widget .share-options div {
      margin-bottom: 10px; }
    /* line 252, ../sass/partials/modules.scss */
    .share-widget .share-options .twitter {
      padding-left: 7px; }
    /* line 255, ../sass/partials/modules.scss */
    .share-widget .share-options .facebook {
      padding-left: 5px; }
    /* line 258, ../sass/partials/modules.scss */
    .share-widget .share-options .google {
      padding-left: 10px; }
  /* line 263, ../sass/partials/modules.scss */
  .share-widget.active .share-options {
    display: block; }

/* line 268, ../sass/partials/modules.scss */
.item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f8f8f8; }
  /* line 273, ../sass/partials/modules.scss */
  .item .inner {
    padding: 20px; }
  /* line 276, ../sass/partials/modules.scss */
  .item .featured-image {
    border-bottom: 3px solid #444;
    margin: 0; }
  /* line 283, ../sass/partials/modules.scss */
  .item .post-content {
    height: 70px; }
  /* line 286, ../sass/partials/modules.scss */
  .item .ratings {
    padding: 0 0 0 65px;
    margin: 0 0 20px 0; }
    /* line 289, ../sass/partials/modules.scss */
    .item .ratings ul {
      height: 30px !important;
      width: 110px !important;
      background: #dddddd url("../images/stamp2.png") no-repeat;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px; }
      /* line 294, ../sass/partials/modules.scss */
      .item .ratings ul li {
        background: none !important;
        height: 30px !important;
        width: 110px !important;
        position: relative; }
      /* line 300, ../sass/partials/modules.scss */
      .item .ratings ul .rating {
        position: absolute;
        display: block;
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        z-index: 1; }
      /* line 306, ../sass/partials/modules.scss */
      .item .ratings ul:hover {
        background-position: center -30px; }
      /* line 309, ../sass/partials/modules.scss */
      .item .ratings ul.rated {
        background-position: center bottom; }
      /* line 313, ../sass/partials/modules.scss */
      .item .ratings ul .s1 a {
        position: absolute;
        cursor: pointer;
        left: 0;
        top: 0;
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        text-decoration: none;
        z-index: 10;
        height: 30px;
        width: 130px;
        background: none !important; }
    /* line 327, ../sass/partials/modules.scss */
    .item .ratings .meta {
      display: none; }
  /* line 331, ../sass/partials/modules.scss */
  .item .rated ul, .item .rated ul:hover, .item .loading ul {
    background-position: center bottom; }
  /* line 334, ../sass/partials/modules.scss */
  .item.hidden {
    display: none; }

/* line 338, ../sass/partials/modules.scss */
.techincal-dificulties {
  color: white; }

/* line 341, ../sass/partials/modules.scss */
.hidden {
  display: none !important; }
