/*bens variables*/
/*bens-mixins*/
@-webkit-keyframes bounceInUp {
  /* line 195, ../scss/demo.scss */
  /* line 223, ../sass/_custom.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  /* line 200, ../scss/demo.scss */
  /* line 225, ../sass/_custom.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 205, ../scss/demo.scss */
  /* line 227, ../sass/_custom.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 209, ../scss/demo.scss */
  /* line 229, ../sass/_custom.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  /* line 214, ../scss/demo.scss */
  /* line 232, ../sass/_custom.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(400px);
  }

  /* line 219, ../scss/demo.scss */
  /* line 234, ../sass/_custom.scss */
  60% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

  /* line 224, ../scss/demo.scss */
  /* line 236, ../sass/_custom.scss */
  80% {
    -moz-transform: translateY(10px);
  }

  /* line 228, ../scss/demo.scss */
  /* line 238, ../sass/_custom.scss */
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  /* line 234, ../scss/demo.scss */
  /* line 241, ../sass/_custom.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(400px);
  }

  /* line 239, ../scss/demo.scss */
  /* line 243, ../sass/_custom.scss */
  60% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

  /* line 244, ../scss/demo.scss */
  /* line 245, ../sass/_custom.scss */
  80% {
    -o-transform: translateY(10px);
  }

  /* line 248, ../scss/demo.scss */
  /* line 247, ../sass/_custom.scss */
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  /* line 254, ../scss/demo.scss */
  /* line 250, ../sass/_custom.scss */
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  /* line 259, ../scss/demo.scss */
  /* line 252, ../sass/_custom.scss */
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }

  /* line 264, ../scss/demo.scss */
  /* line 254, ../sass/_custom.scss */
  80% {
    transform: translateY(10px);
  }

  /* line 268, ../scss/demo.scss */
  /* line 256, ../sass/_custom.scss */
  100% {
    transform: translateY(0);
  }
}

/*
 * 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: 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.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/ben\/Sites\/FTW\/ftw-site\/sites\/all\/themes\/ftw\/sass\/responsive\.custom\.scss}line{font-family:\0000349}}
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
}
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */
