/* Styles for SW Landing Pages */
/*******************************************************************************/
/* Site colors */
/* Imports */
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #00275d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #00275d;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* Links */
/* Grays */
/* Typography */
/* Shadows */
.icon {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* IE10+ */

  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C */

  position: relative;
}
.icon span {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-image: url(../img/icons-social.png);
  background-repeat: no-repeat;
}
.icon span.twitter {
  background-position: 0px -97px;
}
.icon span.facebook {
  background-position: 1px 2px;
}
.icon:hover {
  background-color: rgba(255, 255, 255, 0.35);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* IE10+ */

  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C */

  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.icon:active {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* IE10+ */

  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C */

}
/* Input placeholder text color */
/* Hr border color */
/* GLOBAL VALUES */
/* Z-index master list */
/* Sprite icons path 
@iconSpritePath:          "../img/vr-sprite.png";*/
/* Rounded Corners */
/* Backgrounds */
/* Gradients */
/* Text Shadow */
/* Text Glow */
/* Box Shadow */
/* Box Shadow Inset */
/* Transition */
.content-bg {
  background-color: #fafafa;
}
input {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 5px;
  border: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input[type="text"] {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) inset;
  font-size: .9em;
  font-family: Georgia, Times, serif;
  padding: 7px 11px;
  width: 310px;
}
input[type="text"]:focus {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
  outline: none;
}
input[type="submit"] {
  font-size: .85em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 7px;
  margin: 0;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #00AEEF;
  background: #00aeef -moz-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: #00aeef -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
  background: #00aeef -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: #00aeef -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#59caf5', endColorstr='#02739d', GradientType=0);
  background: #00aeef linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="submit"]:active {
  background-color: #009DD6;
  top: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #0BF;
}
a.button {
  color: #000000;
  font-family: news-gothic-std, Verdana, sans-serif;
  text-decoration: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  border: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: .7em;
  letter-spacing: .2em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #00AEEF;
  background: #00aeef -moz-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: #00aeef -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
  background: #00aeef -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: #00aeef -o-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#59caf5', endColorstr='#02739d', GradientType=0);
  background: #00aeef linear-gradient(top, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.button:active {
  background-color: #009DD6;
  top: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
a.button:focus,
a.button:hover {
  background-color: #0BF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
a.button:visited {
  color: #000000;
}
/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}
.row .onecol {
  width: 4.85%;
}
.row .twocol {
  width: 13.45%;
}
.row .threecol {
  width: 22.05%;
}
.row .fourcol {
  width: 30.75%;
}
.row .fivecol {
  width: 39.45%;
}
.row .sixcol {
  width: 48%;
}
.row .sevencol {
  width: 56.75%;
}
.row .eightcol {
  width: 65.4%;
}
.row .ninecol {
  width: 74.05%;
}
.row .tencol {
  width: 82.7%;
}
.row .elevencol {
  width: 91.35%;
}
.row .twelvecol {
  width: 100%;
  float: left;
}
.last {
  margin-right: 0px;
}
img,
object,
embed {
  max-width: 100%;
}
/* ==========================================================================
   Media Queries! Shrink stuff better.
   ========================================================================== */
/* Smaller screens */
@media only screen and (max-width: 1024px) {
  body {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}
/* Mobile */
@media handheld, only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none;
  }
  .row,
  body,
  .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row .onecol,
  .row .twocol,
  .row .threecol,
  .row .fourcol,
  .row .fivecol,
  .row .sixcol,
  .row .sevencol,
  .row .eightcol,
  .row .ninecol,
  .row .tencol,
  .row .elevencol,
  .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Mobile Smaller */
@media handheld, only screen and (max-width: 480px) {
  
}
/* ===== Primary Styles ========================================================
   Author: Kula Partners
   ========================================================================== */
body {
  background: url(../img/bg-wood.jpg) repeat;
}
/* Typography */
body {
  font-family: Georgia, Times, serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #222222;
}
a {
  color: #ffffff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a:visited {
  color: #ffffff;
}
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #d9d9d9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-weight: 300;
  color: #222;
  font-family: news-gothic-std, Verdana, sans-serif;
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-size: 1.75em;
  line-height: 0.8571428571428571em;
  margin: 0.5714285714285714em 0;
}
h2 {
  font-size: 1.3125em;
  line-height: 1.1428571428571428em;
  margin: 1.1428571428571428em 0 0;
}
h3 {
  font-size: 1.125em;
  line-height: 1.3333333333333333em;
  font-weight: 700;
  margin: 1.3333333333333333em 0 0.3333333333333333em;
}
h4 {
  margin: 0;
  font-weight: 700;
}
h5 {
  margin: 0;
}
h6 {
  margin: 0;
}
p,
ul,
ol {
  margin: 0.75em 0;
}
header {
  background: url(../img/footer-flowers.jpg);
  height: 9px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(34, 34, 34, 0.5) inset;
  -moz-box-shadow: 0 0 5px rgba(34, 34, 34, 0.5) inset;
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.5) inset;
}
#main {
  padding: 2em 0 8.5em;
  background: url(../img/concrete-bg.jpg) repeat;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  -webkit-text-shadow: 0 -1px 1px #ffffff;
  -moz-text-shadow: 0 -1px 1px #ffffff;
  text-shadow: 0 -1px 1px #ffffff;
  text-transform: uppercase;
}
#main h3 {
  font-family: Georgia, Times, serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: .075em;
}
#main h1 {
  margin-top: 0;
  padding-bottom: .75em;
  font-weight: bold;
  color: #403d3d;
  letter-spacing: 1px;
  background: url(../img/divider.png) no-repeat bottom center;
}
#main h1 br {
  line-height: 1em;
}
#main #shopping h1 {
  font-size: 1.25em;
}
#main #shopping h3 {
  margin-top: .2em;
}
#main #shopping p {
  line-height: 1.65em;
}
#main p {
  -webkit-text-shadow: 0 -1px 1px #ffffff;
  -moz-text-shadow: 0 -1px 1px #ffffff;
  text-shadow: 0 -1px 1px #ffffff;
  font-size: .9em;
  padding-right: .5em;
}
#main #pp-signup {
  zoom: 1;
  background: url(../img/pp-bg.png) no-repeat;
}
#main #pp-signup:before,
#main #pp-signup:after {
  content: "";
  display: table;
}
#main #pp-signup:after {
  clear: both;
}
#main #pp-signup h2 {
  display: block;
  margin: 1em 0 .75em 0;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: .95em;
}
#main #pp-signup #signup {
  margin-bottom: 1.25em;
}
.shops #bottom {
  margin-top: -5em;
}
#bottom {
  margin-top: -2em;
  padding-bottom: 2em;
  background: #424242 url(../img/cobblestone-tile.jpg) repeat center top;
}
#bottom .container {
  position: relative;
  top: -1.5em;
}
#bottom h1 {
  padding: .75em;
  display: inline-block;
  color: white;
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: .2em;
  background: rgba(0, 0, 0, 0.75);
  line-height: 1.5em;
}
#bottom .resto {
  z-index: 100;
}
#bottom .resto .photo {
  height: 365px;
  position: relative;
  width: 100%;
  background: white;
}
#bottom .resto .photo#bike {
  background: url(../img/resto-bike.jpg);
}
#bottom .resto .photo#amano {
  background: url(../img/resto-amano.jpg);
}
#bottom .resto .photo#hamachi {
  background: url(../img/resto-hamachi.jpg);
}
#bottom .resto h2 {
  margin: 0;
  color: #00aeef;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: .9em 1.1em;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.75);
}
#bottom .resto .copy {
  min-height: 16em;
  background: rgba(0, 0, 0, 0.75);
  padding: 1.5em 1em 1em 1em;
}
#bottom .resto .copy p {
  font-size: .9em;
  margin-top: 1.5em;
  color: #ffffff;
}
#bottom .resto p.contact {
  margin-top: 0;
  font-family: news-gothic-std, Verdana, sans-serif;
}
#bottom .resto p.contact span {
	font-weight: 600;
}
#bottom .shop {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-decoration: none;
}
#bottom .shop h2 {
  margin: 0;
  color: #00aeef;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: auto;
}
#bottom .shop h2 span {
  font-weight: normal;
  display: block;
  font-size: .9em;
  margin-top: .25em;
}
#bottom .shop h2 span.nobreak {
  display: inline;
  margin: 0;
}
#bottom .shop .copy {
  min-height: 5em;
  background: rgba(0, 0, 0, 0.75);
  padding: .75em 1em .5em 1em;
}
#bottom .shop .copy p {
  font-size: .8em;
  margin-top: .5em;
  color: #ffffff;
  line-height: 1.25em;
}
footer {
  -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.25);
  background: url(../img/footer-flowers.jpg);
  padding: 1.5em 0;
}
footer #pp-signup h2 {
  margin: 1em 0 .75em 0;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: .95em;
}
footer #pp-signup p {
  font-size: .9em;
}
/* Media Queries */
@media (max-width: 50em) {
  #main {
    padding-bottom: 6em;
  }
  #main h1 {
    background-position: bottom left;
  }
  #main #header-logo {
    margin-bottom: 2em;
  }
  #main .ninecol {
    padding: .5em;
    z-index: 100;
    position: relative;
  }
  #main .ninecol .fivecol {
    position: relative;
    top: -7em;
    right: -11em;
    margin-bottom: -7em;
    max-width: 50%;
  }
  #main .ninecol #pp-signup {
    padding: 1.25em;
    background-position: center;
    background-size: 120%;
  }
  #main .ninecol #pp-signup input[type="text"] {
    width: 200px;
  }
  #main #shopping .threecol {
    width: 28%;
    height: 200px;
    top: -8em;
    position: absolute;
    right: 1em;
    z-index: 0;
  }
  #bottom {
    margin-top: -6em;
    padding: 20px;
  }
  #bottom .resto {
    margin-bottom: 2em;
  }
  #bottom .resto .copy {
    min-height: 25em;
  }
  #bottom .fourcol {
    width: 30.75%;
    float: left;
    margin-right: 2.74%;
    padding: 0;
  }
  #bottom .threecol {
    width: 36%;
    height: 200px;
    float: left;
    margin-right: 3.25%;
    padding: 0;
  }
  #bottom .twelvecol {
    padding: 0;
  }
  #bottom .twelvecol h1 {
    margin-top: 0;
  }
}
@media (max-width: 35em) {
  #bottom {
    margin-top: -8em;
  }
  #bottom .fourcol {
    width: auto;
    float: none;
    margin-right: 0;
    padding: 0;
  }
  #bottom .resto .copy {
    min-height: 0;
    height: auto;
  }
  #bottom .threecol {
    width: 46%;
    margin-right: 4%;
    height: 210px;
  }
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.right {
  float: right;
}
.overflow-y {
  overflow-y: visible;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
