/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */
@media only screen and (max-width: 768px) {
  .only-mob {
    display: block !important;
    float: right;
    margin-bottom: 0;
    margin-top: 2px;
  }

  .node-promos-and-actions .promos-and-actions-body-and-title {
    width: 100%;
    padding: 5px;
  }

}

@media only screen and (max-width: 480px) {

  /* 
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   * 
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  .node-promos-and-actions .promos-and-actions-body-and-title {
    width: 100%;
    padding: 5px;
  }

  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }

  #header #block-accordion-menu-1,
  #block-gazprom-extras-lederboard-menu-button {
    /*display: block;*/
    padding-left: 70px;
  }

  #block-gazprom-extras-lederboard-menu-button {
    background-size: auto 50%;
  }

  .only-mob {
    display: block !important;
    float: right;
    margin-bottom: 0;
    margin-top: 2px;
  }

  .region-leaderboard .region-inner {
    background-position: 10px -2px !important;
    background-size: auto 80% !important;
  }
}

@media only screen and (max-width: 420px) {
  .region-leaderboard .region-inner {
    background-size: auto 50% !important;
  }
}


@media only screen and (min-width: 768px) {}

#fbook {
  float: right;
  margin-top: -20px;
}

.only-mob {
  display: none;
}

.node-promos-and-actions .promos-and-actions-body-and-title {
  width: 100%;
  padding: 5px;
}

@media only screen and (min-width: 1025px) {
  #fbook {
    float: right;
    margin-top: -20px;
  }

  .only-mob {
    display: none;
  }

  .node-promos-and-actions .promos-and-actions-body-and-title {
    width: 100%;
    padding: 5px;
  }
}

#block-block-14 {
  width: 336px;
  display: inline-block;
  top: 20px;
}