/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

/* line 6, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-left: 4px;
}

/* line 12, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 4px 6px;
  font-size: 14px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #333 !important;
}

/* line 21, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__icon svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 28, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button span {
  padding-left: 0.4em;
}

/* Non solid icons get a stroke */
/* line 33, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
/* line 39, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

/* line 45, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter {
  background-color: #55acee;
}

/* line 49, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

/* line 53, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

/* line 57, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

/* line 61, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook {
  background-color: #3b5998;
}

/* line 65, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

/* line 69, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email {
  background-color: #777;
}

/* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

/* line 79, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 84, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

/* line 90, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

/* line 95, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

/* line 101, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

/* line 106, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-modal {
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
}

/* line 16, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-show {
  visibility: visible;
}

/* line 20, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-overlay {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}

/* line 33, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
/* line 39, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-content {
  -moz-box-shadow: 6px 6px 0 0 #292929;
  -webkit-box-shadow: 6px 6px 0 0 #292929;
  box-shadow: 6px 6px 0 0 #292929;
  color: black;
  background: #EEE;
  position: relative;
  margin: 0 auto;
}

/* line 47, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}

/* line 58, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-content > div {
  padding: 24px;
  margin: 0;
  font-size: 16px;
}

/* line 64, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-content li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 69, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}

/* line 76, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-effect-1 .md-content {
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
}

/* line 82, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_modal.scss */
.md-show.md-effect-1 .md-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Make clicks pass-through */
/* line 2, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress {
  pointer-events: none;
}

/* line 5, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress .deter-bar,
.ui-mprogress .indeter-bar,
.ui-mprogress .query-bar,
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg,
.ui-mprogress .mp-ui-dashed {
  position: fixed;
  z-index: 1032;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3a81f0;
}

/* line 19, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg {
  z-index: 1031;
  background: #b0d0ef;
}

/* line 24, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress .mp-ui-dashed {
  z-index: 1030;
  background: transparent;
}

/* line 28, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress .mp-ui-dashed:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, rgba(0, 0, 0, 0) 42%);
  background-size: 10px 10px !important;
  background-position: 0px -23px;
  -webkit-animation: buffer 3s infinite linear;
  -moz-animation: buffer 3s infinite linear;
  -ms-animation: buffer 3s infinite linear;
  -o-animation: buffer 3s infinite linear;
  animation: buffer 3s infinite linear;
}

/* line 44, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress .peg {
  position: absolute;
  display: block;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #3a81f0, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* line 59, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.ui-mprogress .indeter-bar {
  -moz-animation: indeterminate 2800ms infinite linear;
  -webkit-animation: indeterminate 2800ms infinite linear;
  animation: indeterminate 2800ms infinite linear;
}

/* line 63, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.mprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 67, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_mprogress.scss */
.mprogress-custom-parent .deter-bar,
.mprogress-custom-parent .indeter-bar,
.mprogress-custom-parent .query-bar,
.mprogress-custom-parent .bar-bg,
.mprogress-custom-parent .buffer-bg,
.mprogress-custom-parent .mp-ui-dashed {
  position: absolute;
}

@keyframes indeterminate {
  0% {
    -webkit-transform: translateX(-100%) scaleX(0.2);
    -moz-transform: translateX(-100%) scaleX(0.2);
    -ms-transform: translateX(-100%) scaleX(0.2);
    -o-transform: translateX(-100%) scaleX(0.2);
    transform: translateX(-100%) scaleX(0.2);
  }
  20% {
    -webkit-transform: translateX(-40%) scaleX(0.2);
    -moz-transform: translateX(-40%) scaleX(0.2);
    -ms-transform: translateX(-40%) scaleX(0.2);
    -o-transform: translateX(-40%) scaleX(0.2);
    transform: translateX(-40%) scaleX(0.2);
  }
  30% {
    -webkit-transform: translateX(0%) scaleX(0.5);
    -moz-transform: translateX(0%) scaleX(0.5);
    -ms-transform: translateX(0%) scaleX(0.5);
    -o-transform: translateX(0%) scaleX(0.5);
    transform: translateX(0%) scaleX(0.5);
  }
  55% {
    -webkit-transform: translateX(100%) scaleX(0.7);
    -moz-transform: translateX(100%) scaleX(0.7);
    -ms-transform: translateX(100%) scaleX(0.7);
    -o-transform: translateX(100%) scaleX(0.7);
    transform: translateX(100%) scaleX(0.7);
  }
  55.99% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  56% {
    -webkit-transform: translateX(-100%) scaleX(0);
    -moz-transform: translateX(-100%) scaleX(0);
    -ms-transform: translateX(-100%) scaleX(0);
    -o-transform: translateX(-100%) scaleX(0);
    transform: translateX(-100%) scaleX(0);
  }
  56.99% {
    -webkit-transform: translateX(-100%) scaleX(0.6);
    -moz-transform: translateX(-100%) scaleX(0.6);
    -ms-transform: translateX(-100%) scaleX(0.6);
    -o-transform: translateX(-100%) scaleX(0.6);
    transform: translateX(-100%) scaleX(0.6);
  }
  75% {
    -webkit-transform: translateX(-5%) scaleX(0.6);
    -moz-transform: translateX(-5%) scaleX(0.6);
    -ms-transform: translateX(-5%) scaleX(0.6);
    -o-transform: translateX(-5%) scaleX(0.6);
    transform: translateX(-5%) scaleX(0.6);
  }
  85% {
    -webkit-transform: translateX(30%) scaleX(0.3);
    -moz-transform: translateX(30%) scaleX(0.3);
    -ms-transform: translateX(30%) scaleX(0.3);
    -o-transform: translateX(30%) scaleX(0.3);
    transform: translateX(30%) scaleX(0.3);
  }
  98% {
    -webkit-transform: translateX(100%) scaleX(0.2);
    -moz-transform: translateX(100%) scaleX(0.2);
    -ms-transform: translateX(100%) scaleX(0.2);
    -o-transform: translateX(100%) scaleX(0.2);
    transform: translateX(100%) scaleX(0.2);
  }
  99.99% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* line 44, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
html {
  box-sizing: border-box;
  font-family: 'Karla', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 50, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
button {
  font-family: 'Karla', helvetica, sans-serif;
}

/* line 54, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 58, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
strong {
  font-weight: 700;
}

/* line 62, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.pull-right {
  float: right;
}

/* line 66, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.pull-left {
  float: left;
}

/* line 70, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.light {
  font-weight: 400;
  font-size: 90%;
}

/* line 75, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
body, html {
  height: 100%;
  padding: 0;
  margin: 0;
}

/* line 81, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
body {
  background: white;
}
/* line 83, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
body.design-mode, body.home {
  background: #444444 url(gray-tile.gif);
}

/* line 90, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
h3 {
  margin: 0;
}

/* line 94, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
h1 {
  position: relative;
  margin: 0;
  float: left;
}
/* line 98, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
h1 a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 107, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#header {
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  background: white;
  z-index: 300;
  position: relative;
  z-index: 20;
}
/* line 113, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.pre-preloader #header {
  display: none;
}
/* line 116, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#header .container {
  *zoom: 1;
  padding: 0 0 12px 0;
  background: white;
}
/* line 38, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#header .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 120, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.checkout-narrow #header .container {
  width: 700px;
}

/* line 126, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#header_grad {
  position: relative;
  z-index: 25;
  margin-bottom: 12px;
  background: white;
  height: 1px;
}
/* line 135, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.pre-preloader #header_grad, .design-mode #header_grad {
  height: 6px;
  background: #00ccd2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ccd2 0%, #00ccd2 0%, #fd6aba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ccd2 0%, #00ccd2 0%, #fd6aba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ccd2 0%, #00ccd2 0%, #fd6aba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccd2', endColorstr='#fd6aba',GradientType=1 );
  /* IE6-9 */
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 1000%;
  }
}
@-moz-keyframes backgroundScroll {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 90000% 90000%;
  }
}
@-webkit-keyframes backgroundScroll {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 90000% 90000%;
  }
}
@keyframes backgroundScroll {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 90000% 90000%;
  }
}
@-moz-keyframes backgroundScroll2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -90000% 90000%;
  }
}
@-webkit-keyframes backgroundScroll2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -90000% 90000%;
  }
}
@keyframes backgroundScroll2 {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -90000% 90000%;
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes neg-spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-1800deg);
    transform: rotate(-1800deg);
  }
}
@-webkit-keyframes neg-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1800deg);
    transform: rotate(-1800deg);
  }
}
@keyframes neg-spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-1800deg);
    -ms-transform: rotate(-1800deg);
    -webkit-transform: rotate(-1800deg);
    transform: rotate(-1800deg);
  }
}
@-moz-keyframes wander {
  2% {
    transform: translate(2.46px, -10.88px) rotate(2.45deg);
  }
  4% {
    transform: translate(-4.65px, 5.95px) rotate(-2.43deg);
  }
  6% {
    transform: translate(-9.61px, 9.46px) rotate(3.44deg);
  }
  8% {
    transform: translate(-8.38px, 4.74px) rotate(-1.35deg);
  }
  10% {
    transform: translate(8.59px, -0.02px) rotate(1.47deg);
  }
  12% {
    transform: translate(3.52px, 9.71px) rotate(-0.53deg);
  }
  14% {
    transform: translate(4.61px, 4.85px) rotate(0.36deg);
  }
  16% {
    transform: translate(-4.94px, -4.73px) rotate(3.61deg);
  }
  18% {
    transform: translate(-9.59px, -8.45px) rotate(3.57deg);
  }
  20% {
    transform: translate(-10.68px, 9.44px) rotate(2.6deg);
  }
  22% {
    transform: translate(-10.95px, -5.97px) rotate(-2.45deg);
  }
  24% {
    transform: translate(4.88px, -8.5px) rotate(-2.61deg);
  }
  26% {
    transform: translate(-1.15px, 3.74px) rotate(1.43deg);
  }
  28% {
    transform: translate(-3.54px, -8.45px) rotate(3.71deg);
  }
  30% {
    transform: translate(7.08px, -10.71px) rotate(2.52deg);
  }
  32% {
    transform: translate(9.49px, -6.05px) rotate(-2.39deg);
  }
  34% {
    transform: translate(8.27px, 9.46px) rotate(1.37deg);
  }
  36% {
    transform: translate(2.36px, 6.13px) rotate(-2.71deg);
  }
  38% {
    transform: translate(-7.06px, -0.12px) rotate(2.65deg);
  }
  40% {
    transform: translate(10.93px, 8.59px) rotate(-2.62deg);
  }
  42% {
    transform: translate(-2.4px, -2.35px) rotate(-0.4deg);
  }
  44% {
    transform: translate(0.19px, -7.2px) rotate(-2.41deg);
  }
  46% {
    transform: translate(-6.12px, 2.21px) rotate(1.5deg);
  }
  48% {
    transform: translate(-9.49px, -8.22px) rotate(3.57deg);
  }
  50% {
    transform: translate(-6.17px, -7.24px) rotate(-2.33deg);
  }
  52% {
    transform: translate(9.53px, 1.02px) rotate(-2.61deg);
  }
  54% {
    transform: translate(-1.33px, -1.34px) rotate(-2.55deg);
  }
  56% {
    transform: translate(6.14px, -1.09px) rotate(2.45deg);
  }
  58% {
    transform: translate(-7.3px, -9.67px) rotate(-2.39deg);
  }
  60% {
    transform: translate(6.06px, 6.02px) rotate(3.35deg);
  }
  62% {
    transform: translate(-4.91px, -2.29px) rotate(1.59deg);
  }
  64% {
    transform: translate(-6.17px, 8.51px) rotate(3.58deg);
  }
  66% {
    transform: translate(8.28px, 4.81px) rotate(0.56deg);
  }
  68% {
    transform: translate(-6.02px, -2.51px) rotate(-2.55deg);
  }
  70% {
    transform: translate(1.34px, 3.45px) rotate(-1.38deg);
  }
  72% {
    transform: translate(-7.13px, -0.07px) rotate(2.36deg);
  }
  74% {
    transform: translate(1.35px, 10.86px) rotate(2.61deg);
  }
  76% {
    transform: translate(11.93px, -5.99px) rotate(-2.37deg);
  }
  78% {
    transform: translate(-5.93px, 4.85px) rotate(3.71deg);
  }
  80% {
    transform: translate(-7.33px, 1.37px) rotate(0.5deg);
  }
  82% {
    transform: translate(10.72px, 11.86px) rotate(2.53deg);
  }
  84% {
    transform: translate(-1.28px, 6.17px) rotate(-1.66deg);
  }
  86% {
    transform: translate(4.97px, 1.03px) rotate(2.4deg);
  }
  88% {
    transform: translate(-5.99px, -8.24px) rotate(1.54deg);
  }
  90% {
    transform: translate(-9.68px, -2.48px) rotate(0.63deg);
  }
  92% {
    transform: translate(11.92px, -10.91px) rotate(-0.47deg);
  }
  94% {
    transform: translate(8.22px, 7.32px) rotate(-0.66deg);
  }
  96% {
    transform: translate(7.19px, 1.21px) rotate(-2.5deg);
  }
  98% {
    transform: translate(6.16px, 0.11px) rotate(1.33deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes wander {
  2% {
    transform: translate(2.46px, -10.88px) rotate(2.45deg);
  }
  4% {
    transform: translate(-4.65px, 5.95px) rotate(-2.43deg);
  }
  6% {
    transform: translate(-9.61px, 9.46px) rotate(3.44deg);
  }
  8% {
    transform: translate(-8.38px, 4.74px) rotate(-1.35deg);
  }
  10% {
    transform: translate(8.59px, -0.02px) rotate(1.47deg);
  }
  12% {
    transform: translate(3.52px, 9.71px) rotate(-0.53deg);
  }
  14% {
    transform: translate(4.61px, 4.85px) rotate(0.36deg);
  }
  16% {
    transform: translate(-4.94px, -4.73px) rotate(3.61deg);
  }
  18% {
    transform: translate(-9.59px, -8.45px) rotate(3.57deg);
  }
  20% {
    transform: translate(-10.68px, 9.44px) rotate(2.6deg);
  }
  22% {
    transform: translate(-10.95px, -5.97px) rotate(-2.45deg);
  }
  24% {
    transform: translate(4.88px, -8.5px) rotate(-2.61deg);
  }
  26% {
    transform: translate(-1.15px, 3.74px) rotate(1.43deg);
  }
  28% {
    transform: translate(-3.54px, -8.45px) rotate(3.71deg);
  }
  30% {
    transform: translate(7.08px, -10.71px) rotate(2.52deg);
  }
  32% {
    transform: translate(9.49px, -6.05px) rotate(-2.39deg);
  }
  34% {
    transform: translate(8.27px, 9.46px) rotate(1.37deg);
  }
  36% {
    transform: translate(2.36px, 6.13px) rotate(-2.71deg);
  }
  38% {
    transform: translate(-7.06px, -0.12px) rotate(2.65deg);
  }
  40% {
    transform: translate(10.93px, 8.59px) rotate(-2.62deg);
  }
  42% {
    transform: translate(-2.4px, -2.35px) rotate(-0.4deg);
  }
  44% {
    transform: translate(0.19px, -7.2px) rotate(-2.41deg);
  }
  46% {
    transform: translate(-6.12px, 2.21px) rotate(1.5deg);
  }
  48% {
    transform: translate(-9.49px, -8.22px) rotate(3.57deg);
  }
  50% {
    transform: translate(-6.17px, -7.24px) rotate(-2.33deg);
  }
  52% {
    transform: translate(9.53px, 1.02px) rotate(-2.61deg);
  }
  54% {
    transform: translate(-1.33px, -1.34px) rotate(-2.55deg);
  }
  56% {
    transform: translate(6.14px, -1.09px) rotate(2.45deg);
  }
  58% {
    transform: translate(-7.3px, -9.67px) rotate(-2.39deg);
  }
  60% {
    transform: translate(6.06px, 6.02px) rotate(3.35deg);
  }
  62% {
    transform: translate(-4.91px, -2.29px) rotate(1.59deg);
  }
  64% {
    transform: translate(-6.17px, 8.51px) rotate(3.58deg);
  }
  66% {
    transform: translate(8.28px, 4.81px) rotate(0.56deg);
  }
  68% {
    transform: translate(-6.02px, -2.51px) rotate(-2.55deg);
  }
  70% {
    transform: translate(1.34px, 3.45px) rotate(-1.38deg);
  }
  72% {
    transform: translate(-7.13px, -0.07px) rotate(2.36deg);
  }
  74% {
    transform: translate(1.35px, 10.86px) rotate(2.61deg);
  }
  76% {
    transform: translate(11.93px, -5.99px) rotate(-2.37deg);
  }
  78% {
    transform: translate(-5.93px, 4.85px) rotate(3.71deg);
  }
  80% {
    transform: translate(-7.33px, 1.37px) rotate(0.5deg);
  }
  82% {
    transform: translate(10.72px, 11.86px) rotate(2.53deg);
  }
  84% {
    transform: translate(-1.28px, 6.17px) rotate(-1.66deg);
  }
  86% {
    transform: translate(4.97px, 1.03px) rotate(2.4deg);
  }
  88% {
    transform: translate(-5.99px, -8.24px) rotate(1.54deg);
  }
  90% {
    transform: translate(-9.68px, -2.48px) rotate(0.63deg);
  }
  92% {
    transform: translate(11.92px, -10.91px) rotate(-0.47deg);
  }
  94% {
    transform: translate(8.22px, 7.32px) rotate(-0.66deg);
  }
  96% {
    transform: translate(7.19px, 1.21px) rotate(-2.5deg);
  }
  98% {
    transform: translate(6.16px, 0.11px) rotate(1.33deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes wander {
  2% {
    transform: translate(2.46px, -10.88px) rotate(2.45deg);
  }
  4% {
    transform: translate(-4.65px, 5.95px) rotate(-2.43deg);
  }
  6% {
    transform: translate(-9.61px, 9.46px) rotate(3.44deg);
  }
  8% {
    transform: translate(-8.38px, 4.74px) rotate(-1.35deg);
  }
  10% {
    transform: translate(8.59px, -0.02px) rotate(1.47deg);
  }
  12% {
    transform: translate(3.52px, 9.71px) rotate(-0.53deg);
  }
  14% {
    transform: translate(4.61px, 4.85px) rotate(0.36deg);
  }
  16% {
    transform: translate(-4.94px, -4.73px) rotate(3.61deg);
  }
  18% {
    transform: translate(-9.59px, -8.45px) rotate(3.57deg);
  }
  20% {
    transform: translate(-10.68px, 9.44px) rotate(2.6deg);
  }
  22% {
    transform: translate(-10.95px, -5.97px) rotate(-2.45deg);
  }
  24% {
    transform: translate(4.88px, -8.5px) rotate(-2.61deg);
  }
  26% {
    transform: translate(-1.15px, 3.74px) rotate(1.43deg);
  }
  28% {
    transform: translate(-3.54px, -8.45px) rotate(3.71deg);
  }
  30% {
    transform: translate(7.08px, -10.71px) rotate(2.52deg);
  }
  32% {
    transform: translate(9.49px, -6.05px) rotate(-2.39deg);
  }
  34% {
    transform: translate(8.27px, 9.46px) rotate(1.37deg);
  }
  36% {
    transform: translate(2.36px, 6.13px) rotate(-2.71deg);
  }
  38% {
    transform: translate(-7.06px, -0.12px) rotate(2.65deg);
  }
  40% {
    transform: translate(10.93px, 8.59px) rotate(-2.62deg);
  }
  42% {
    transform: translate(-2.4px, -2.35px) rotate(-0.4deg);
  }
  44% {
    transform: translate(0.19px, -7.2px) rotate(-2.41deg);
  }
  46% {
    transform: translate(-6.12px, 2.21px) rotate(1.5deg);
  }
  48% {
    transform: translate(-9.49px, -8.22px) rotate(3.57deg);
  }
  50% {
    transform: translate(-6.17px, -7.24px) rotate(-2.33deg);
  }
  52% {
    transform: translate(9.53px, 1.02px) rotate(-2.61deg);
  }
  54% {
    transform: translate(-1.33px, -1.34px) rotate(-2.55deg);
  }
  56% {
    transform: translate(6.14px, -1.09px) rotate(2.45deg);
  }
  58% {
    transform: translate(-7.3px, -9.67px) rotate(-2.39deg);
  }
  60% {
    transform: translate(6.06px, 6.02px) rotate(3.35deg);
  }
  62% {
    transform: translate(-4.91px, -2.29px) rotate(1.59deg);
  }
  64% {
    transform: translate(-6.17px, 8.51px) rotate(3.58deg);
  }
  66% {
    transform: translate(8.28px, 4.81px) rotate(0.56deg);
  }
  68% {
    transform: translate(-6.02px, -2.51px) rotate(-2.55deg);
  }
  70% {
    transform: translate(1.34px, 3.45px) rotate(-1.38deg);
  }
  72% {
    transform: translate(-7.13px, -0.07px) rotate(2.36deg);
  }
  74% {
    transform: translate(1.35px, 10.86px) rotate(2.61deg);
  }
  76% {
    transform: translate(11.93px, -5.99px) rotate(-2.37deg);
  }
  78% {
    transform: translate(-5.93px, 4.85px) rotate(3.71deg);
  }
  80% {
    transform: translate(-7.33px, 1.37px) rotate(0.5deg);
  }
  82% {
    transform: translate(10.72px, 11.86px) rotate(2.53deg);
  }
  84% {
    transform: translate(-1.28px, 6.17px) rotate(-1.66deg);
  }
  86% {
    transform: translate(4.97px, 1.03px) rotate(2.4deg);
  }
  88% {
    transform: translate(-5.99px, -8.24px) rotate(1.54deg);
  }
  90% {
    transform: translate(-9.68px, -2.48px) rotate(0.63deg);
  }
  92% {
    transform: translate(11.92px, -10.91px) rotate(-0.47deg);
  }
  94% {
    transform: translate(8.22px, 7.32px) rotate(-0.66deg);
  }
  96% {
    transform: translate(7.19px, 1.21px) rotate(-2.5deg);
  }
  98% {
    transform: translate(6.16px, 0.11px) rotate(1.33deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* line 338, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 344, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.inline-block {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 348, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
a {
  color: black;
}

/* line 352, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.center {
  text-align: center;
}

/* line 356, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.centered-m {
  margin-left: auto;
  margin-right: auto;
}

/* line 362, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.checkout .not-cart {
  display: none;
}

/* line 367, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#nav {
  margin-right: -12px;
  margin-top: 5px;
}
/* line 370, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#nav li {
  float: left;
  position: relative;
  margin-left: 5px;
}
/* line 375, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#nav a {
  -moz-transition: background-color 200ms, color 200ms;
  -o-transition: background-color 200ms, color 200ms;
  -webkit-transition: background-color 200ms, color 200ms;
  transition: background-color 200ms, color 200ms;
  color: black;
  text-decoration: none;
  font-size: 25px;
  padding: 4px 10px;
  font-weight: 700;
  border-radius: 3px;
}
/* line 385, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#nav a:hover {
  background-color: #00ccd2;
  color: white;
}
/* line 388, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#nav a:hover #cart_link {
  background-position: 0 -72px;
}
/* line 390, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#nav a:hover #cart_link:after {
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

/* line 399, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#cart_link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  transition: background-position 000ms;
  background-image: url(/assets/cart-9b74eb3f2c786defe1e521e5aeaedb2193a2fc568bb8836d16aed947f591a426.svg);
  width: 31px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  background-size: 31px;
  margin-right: 8px;
  position: relative;
}
/* line 412, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#cart_link.with-stuff:after {
  -moz-transition: -moz-transform 200ms ease, -webkit-transform 200ms ease;
  -o-transition: -o-transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transition: -webkit-transform 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  content: "5";
  position: absolute;
  right: -15px;
  top: -6px;
  font-size: 19px;
  color: white;
  background: black;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

/* line 431, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.noselect, .btn-primary.big-photo-maker-btn, .quantity-cell {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */
}

/* line 441, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#mc_embed_signup {
  padding: 0;
}
/* line 443, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#mc_embed_signup form {
  padding: 0 !important;
}
/* line 446, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#mc_embed_signup label {
  font-size: inherit !important;
  font-weight: 400 !important;
}
/* line 450, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#mc_embed_signup input.email {
  height: auto !important;
}
/* line 454, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
#mc_embed_signup input.button {
  clear: none !important;
}

/* line 460, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.pink {
  color: #fd6aba;
}

/* line 463, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.seafoam {
  color: #00ccd2;
}

/* line 467, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.thumbs-up {
  background: url(/assets/thumbs-up-696cd1f71fc7aadda7d629735fff8c450d02a117628ff2dc01c55c8dfaa6cd55.png) center left no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  padding-left: 30px;
}

/* line 533, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.flash.notice {
  border: 1px solid #00ccd2;
  border-radius: 5px;
  padding: 12px;
  background: rgba(5, 202, 209, 0.21);
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 542, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.half-col {
  width: 50%;
}

/* line 545, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.half-col {
  width: 50%;
}

/* line 549, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.nice-box {
  border: 1px solid #ffee9c;
  background: #fffbe8;
  padding: 12px;
}

/* line 587, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.noselect, .btn-primary.big-photo-maker-btn, .quantity-cell {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */
}

/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/magnify.css */
html.magnifying > body {
  overflow-x: hidden !important;
}

/* line 4, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/magnify.css */
.magnify {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* line 11, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/magnify.css */
.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: none;
  /* Place the lens on top of other elements */
  z-index: 100;
}

/* line 31, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/magnify.css */
.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.75;
}

/* line 35, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/magnify.css */
.magnify .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

/* line 6, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-left: 4px;
}

/* line 12, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 4px 6px;
  font-size: 14px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  border: 1px solid #333 !important;
}

/* line 21, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__icon svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 28, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button span {
  padding-left: 0.4em;
}

/* Non solid icons get a stroke */
/* line 33, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
/* line 39, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

/* line 45, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter {
  background-color: #55acee;
}

/* line 49, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

/* line 53, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

/* line 57, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

/* line 61, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook {
  background-color: #3b5998;
}

/* line 65, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

/* line 69, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email {
  background-color: #777;
}

/* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

/* line 79, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 84, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

/* line 90, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

/* line 95, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

/* line 101, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

/* line 106, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/_social.scss */
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

/* line 2, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-loading #tiny_preview {
  -moz-animation: wander 10s linear infinite;
  -webkit-animation: wander 10s linear infinite;
  animation: wander 10s linear infinite;
  z-index: 10;
}

/* line 8, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
body.zoomed,
body.design-loading {
  overflow: hidden;
}

/* line 14, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#preview_loading {
  z-index: 2;
  color: white;
  top: 0;
  position: absolute;
  left: 0;
  font-size: 0;
  padding-top: 20px;
  padding-left: 20px;
}

/* line 33, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.framed, #preview_loading {
  width: 570px;
  height: 570px;
  border: 10px solid #e2e2e2;
  outline: 1px solid #b3b3b3;
}

/* line 41, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview {
  position: relative;
  width: 570px;
  height: 570px;
  box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.8);
}
/* line 46, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview.dancey {
  transition: left 200ms ease, margin-left 200ms ease;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -285px;
  left: 50%;
  margin-left: -285px;
}
/* line 66, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview.zoomed {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.loaded-preview {
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  background-size: contain;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 3;
}
/* line 81, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.loaded-preview.loaded {
  opacity: 1;
}

/* line 86, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#preview_container {
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 35;
  background: #191919;
}
/* line 100, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-loading #preview_container {
  opacity: 1;
}

/* line 105, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#wall {
  height: 100%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
/* line 110, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-loading #wall {
  background: url(/assets/loader-gradient-d347d4dc513cbb13196fb165653cea8d9a3f2018374d7cd5d202ebd72ad65bc1.png);
  background-position: 0px 0px;
  animation: animatedBackground 10s linear infinite;
}

/* line 117, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.click-to-zoom-hint {
  padding: 5px;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 400ms;
}
/* line 122, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.click-to-zoom-hint span {
  background: white;
  border-radius: 5px;
  padding: 3px 10px;
  color: black;
}
/* line 128, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-loading .click-to-zoom-hint {
  opacity: 0;
}

/* line 133, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#image_loader_zoomed,
#image_loader {
  height: 1px;
  width: 1px;
  position: absolute;
  left: -10px;
  overflow: hidden;
}

/* line 143, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#big_preview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: none;
  opacity: 0;
  transition: opacity 200ms;
  background: rgba(0, 0, 0, 0.8);
}

/* line 156, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.zoomed-fading-thing {
  opacity: 1;
}

/* line 160, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.close-modal {
  color: white;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  line-height: 0;
  top: 20px;
  right: 10px;
  z-index: 36;
}
/* line 169, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.close-modal:hover {
  opacity: 0.8;
}

/* line 175, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#content {
  -moz-box-shadow: 0 0 30px black;
  -webkit-box-shadow: 0 0 30px black;
  box-shadow: 0 0 30px black;
  background: white;
  height: 100%;
  position: relative;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
}
/* line 184, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-loading #content {
  display: none;
}
/* line 187, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-mode #content {
  overflow: hidden;
}

/* line 192, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#primary_details {
  top: 140px;
}

/* line 196, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details {
  -moz-box-shadow: 6px 6px 0px 0px #5c5c5c;
  -webkit-box-shadow: 6px 6px 0px 0px #5c5c5c;
  box-shadow: 6px 6px 0px 0px #5c5c5c;
  position: absolute;
  right: 18px;
  z-index: 3;
  border: 1px solid black;
  top: 88px;
  width: 313px;
  padding: 12px;
  background: white;
}
/* line 205, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details.shoppable {
  top: 121px;
  right: 30px;
}
/* line 211, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details #stitchta_link,
.product-details #redo_link {
  cursor: pointer;
  position: absolute;
  bottom: -77px;
  text-align: center;
  left: 0;
  right: 0;
  font-style: italic;
  font-weight: 700;
}
/* line 221, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details #stitchta_link span,
.product-details #redo_link span {
  background: white;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border: 1px solid #999;
  -moz-box-shadow: 4px 4px #CCC;
  -webkit-box-shadow: 4px 4px #CCC;
  box-shadow: 4px 4px #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 12px;
}
/* line 230, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details #stitchta_link:hover span,
.product-details #redo_link:hover span {
  background: #00ccd2;
  -moz-box-shadow: 4px 4px black;
  -webkit-box-shadow: 4px 4px black;
  box-shadow: 4px 4px black;
}
/* line 237, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details #stitchta_link {
  bottom: -157px;
  font-style: normal;
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px solid #999;
}
/* line 243, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details #stitchta_link a {
  background: #ffff81;
  text-decoration: none;
}
/* line 252, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.product-details h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #CCC;
}

/* line 263, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#loading_message {
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  border: 5px solid violet;
  opacity: 0;
  color: white;
  position: absolute;
  text-align: center;
  top: 250px;
  font-size: 40px;
  font-weight: 700;
  z-index: 1;
  overflow: hidden;
  background: black;
  width: auto;
  height: 64px;
  left: 35px;
  right: 35px;
  line-height: 54px;
  font-size: 26px;
}
/* line 283, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#loading_message .xs {
  font-size: 18px;
}
/* line 286, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#loading_message span {
  transition: opacity 200ms;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 294, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#loading_message span.show {
  opacity: 1;
}
/* line 298, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.design-loading #loading_message {
  opacity: 1;
  z-index: 200;
}

/* line 316, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview-box {
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  position: absolute;
  width: 610px;
  height: 610px;
  top: 119px;
  left: 40px;
}
/* line 323, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview-box.format-mini {
  top: 101px;
  left: 51px;
}
/* line 327, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview-box.shoppable {
  width: 475px;
  height: 749px;
  top: 119px;
  left: 102px;
}
/* line 333, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.preview-box .framed, .preview-box #preview_loading {
  border: 0;
  height: 100%;
  width: 100%;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

/* line 341, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.quantity {
  border: 1px solid #989898;
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-size: 20px;
  outline: 0;
  min-height: 28px;
  -moz-box-shadow: 2px 2px black;
  -webkit-box-shadow: 2px 2px black;
  box-shadow: 2px 2px black;
}

/* line 352, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.quantity-tag {
  float: left;
}

/* line 356, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.add-to-cart {
  float: right;
  width: 160px;
}

/* line 361, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#shipping_thing {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -110px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 195px;
  display: block;
  text-indent: -10000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 361, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
  #shipping_thing {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -83px;
    height: 40px;
    width: 195px;
  }
}

/* line 370, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#product_stats {
  font-family: courier;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 376, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#design_price {
  color: #0015E7;
}

/* line 380, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.subtotal-cell {
  min-width: 110px;
}

/* line 384, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#quantity_label {
  display: block;
}

/* line 388, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#product_widgets {
  *zoom: 1;
  padding-bottom: 6px;
}
/* line 38, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#product_widgets:after {
  content: "";
  display: table;
  clear: both;
}
/* line 391, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#product_widgets.added-to-cart {
  text-align: center;
  color: #666;
  line-height: 28px;
}

/* line 399, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#free_shipping_on_checkout {
  width: 700px;
  background: yellow;
  display: block;
  text-align: center;
  padding: 6px 12px;
  margin-bottom: 1em;
}

/* line 408, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.designs-subheader {
  font-size: 18px;
}
/* line 410, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.designs-subheader span {
  padding-bottom: 3px;
  border-bottom: 1px solid #fd6aba;
}

/* line 416, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.not-ready-h3 {
  font-size: 24px;
}

/* line 420, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.big-photo-maker-btn-link {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

/* line 426, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.check-out-now {
  border: 1px solid #999;
  border-radius: 3px;
  background: #EEE;
  padding: 3px 6px;
  text-decoration: none;
  -moz-box-shadow: 2px 2px #999;
  -webkit-box-shadow: 2px 2px #999;
  box-shadow: 2px 2px #999;
  margin-left: 4px;
}
/* line 434, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.check-out-now:hover {
  border: 1px solid #333;
  text-decoration: underline;
  -moz-box-shadow: 2px 2px #333;
  -webkit-box-shadow: 2px 2px #333;
  box-shadow: 2px 2px #333;
}

/* line 442, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#mona_angle {
  margin-left: 24px;
  float: right;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border: 10px solid #e2e2e2;
  outline: 1px solid #b3b3b3;
  width: auto;
  max-width: 100%;
}

/* line 462, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.pick-link, .justify li {
  cursor: pointer;
  font-size: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 0 0 #8b8b8b;
  -webkit-box-shadow: 2px 2px 0 0 #8b8b8b;
  box-shadow: 2px 2px 0 0 #8b8b8b;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #999;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bccde7+0,bccde7+0,e3d7ef+100,e3d7ef+100 */
  background: #bccde7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bccde7 0%, #bccde7 0%, #e3d7ef 100%, #e3d7ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bccde7 0%, #bccde7 0%, #e3d7ef 100%, #e3d7ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bccde7 0%, #bccde7 0%, #e3d7ef 100%, #e3d7ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccde7', endColorstr='#e3d7ef',GradientType=1 );
  /* IE6-9 */
}
/* line 471, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.pick-link a, .justify li a {
  text-decoration: none;
}
/* line 483, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.pick-link:hover, .justify li:hover {
  border: 1px solid #333;
}

/* line 490, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#social {
  padding: 12px;
  position: absolute;
  top: 116px;
  right: 366px;
  z-index: 101;
}
/* line 496, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#social.format-mini {
  top: 103px;
}

/* line 501, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.format-option {
  display: block;
}

/* line 506, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
.model-bg.mini {
  margin-top: 83px;
  margin-left: -158px;
}

/* line 512, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#size_picker {
  background: transparent;
  border: 0;
  padding: 0;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

/* line 520, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#size_note {
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 2px 4px;
  position: absolute;
}
/* line 525, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#size_note.format-mini {
  left: 40px;
  top: 58px;
}
/* line 529, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_large.scss */
#size_note.format-mega {
  left: 13px;
  top: 58px;
}

/* line 200, loader/*.png */
.loader-sprite, .loader-1057, .loader-1359, .loader-1361, .loader-1362, .loader-1363, .loader-1365, .loader-1369, .loader-1370, .loader-1372, .loader-1383, .loader-1426, .loader-1609, .loader-492, .loader-493, .loader-495, .loader-517, .loader-552, .loader-578, .loader-622, .loader-clock, .icon.work-icon {
  background-image: url(/assets/loader-s20a9ff5be7-48f682a39c4466b46e622c7085b10f741c3285a121ca9ccb31755d35a3b54b99.png);
  background-repeat: no-repeat;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1057 {
  background-position: 0 0;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1359 {
  background-position: 0 -160px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1361 {
  background-position: 0 -304px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1362 {
  background-position: 0 -448px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1363 {
  background-position: 0 -592px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1365 {
  background-position: 0 -736px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1369 {
  background-position: 0 -880px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1370 {
  background-position: 0 -1024px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1372 {
  background-position: 0 -1168px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1383 {
  background-position: 0 -1312px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1426 {
  background-position: 0 -1456px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-1609 {
  background-position: 0 -1600px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-492 {
  background-position: 0 -1760px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-493 {
  background-position: 0 -1909px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-495 {
  background-position: 0 -2058px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-517 {
  background-position: 0 -2218px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-552 {
  background-position: 0 -2367px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-578 {
  background-position: 0 -2527px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-622 {
  background-position: 0 -2687px;
}

/* line 84, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.loader-clock {
  background-position: 0 -2836px;
}

/* line 7, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.loader-spinner {
  float: left;
  width: 72px;
  height: 72px;
  background: url(/assets/loader/1359-e85de1320bab09c2988a95ebbe066b9cd0dcada3456ee1ed7801b1e8ca12a997.png) center center no-repeat;
  background-size: 72px 72px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* line 17, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.loader-spinner.clock {
  background: url(/assets/loader/clock-1434d7f242a740e9be6b2fe3c9babc8b4b1516dd909c96487f06763388d885a0.png) center center no-repeat !important;
  background-size: 80px 80px !important;
  animation-name: none !important;
}
/* line 22, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.loader-spinner.behind-loader-message {
  visibility: hidden;
}
/* line 26, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.loader-spinner:hover:nth-child(1n+1) {
  background-image: url(/assets/loader/552-09d0d4d92d504343ee5bbccafe0822624e571775edc94d5fe2e81add0f40901e.png);
}
/* line 29, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.loader-spinner:hover:nth-child(2n+2) {
  background-image: url(/assets/loader/1609-0cea577f5f5f0f386cfc96d52b2e0f979efd213a58520549fe80670d0b62450d.png);
}
/* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.loader-spinner:hover:nth-child(3n+3) {
  background-image: url(/assets/loader/578-3375ccbe0bff3799fdac720533ea2f07dc0797bec92aefdd795541f212ab7f94.png);
}

/* line 43, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.design-loading .stuff-1800 {
  -moz-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 1800ms;
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 50, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.design-loading .stuff-neg-1800 {
  -moz-animation-name: neg-spin;
  -webkit-animation-name: neg-spin;
  animation-name: neg-spin;
  -moz-animation-duration: 1800ms;
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 43, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.design-loading .stuff-1400 {
  -moz-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 1400ms;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 50, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.design-loading .stuff-neg-1400 {
  -moz-animation-name: neg-spin;
  -webkit-animation-name: neg-spin;
  animation-name: neg-spin;
  -moz-animation-duration: 1400ms;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 43, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.design-loading .stuff-700 {
  -moz-animation-name: spin;
  -webkit-animation-name: spin;
  animation-name: spin;
  -moz-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* line 50, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.design-loading .stuff-neg-700 {
  -moz-animation-name: neg-spin;
  -webkit-animation-name: neg-spin;
  animation-name: neg-spin;
  -moz-animation-duration: 700ms;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* line 59, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#loading_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(loader/493.png);
  z-index: 2;
  box-shadow: inset 0 0 5px black;
}
/* line 68, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#loading_bg.t0 {
  background: url(loader/493.png);
  -moz-animation: backgroundScroll 1000s linear infinite;
  -webkit-animation: backgroundScroll 1000s linear infinite;
  animation: backgroundScroll 1000s linear infinite;
}
/* line 72, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#loading_bg.t1 {
  background: url(loader/517.png);
  -moz-animation: backgroundScroll 1000s linear infinite;
  -webkit-animation: backgroundScroll 1000s linear infinite;
  animation: backgroundScroll 1000s linear infinite;
}
/* line 76, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#loading_bg.t2 {
  background: url(loader/492.png);
  -moz-animation: backgroundScroll2 1000s linear infinite;
  -webkit-animation: backgroundScroll2 1000s linear infinite;
  animation: backgroundScroll2 1000s linear infinite;
}
/* line 80, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#loading_bg.t3 {
  background: url(loader/622.png);
  -moz-animation: backgroundScroll2 1000s linear infinite;
  -webkit-animation: backgroundScroll2 1000s linear infinite;
  animation: backgroundScroll2 1000s linear infinite;
}

/* line 88, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 90, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.icon.work-icon {
  background-position: 0 0;
  width: 50px;
  height: 50px;
  background-size: 50px;
}

/* line 101, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.pre-preloader {
  -moz-animation: animatedBackground 10s linear infinite;
  -webkit-animation: animatedBackground 10s linear infinite;
  animation: animatedBackground 10s linear infinite;
  height: 100%;
  background: url(loader-gradient-d347d4dc513cbb13196fb165653cea8d9a3f2018374d7cd5d202ebd72ad65bc1.png);
  background-position: 0px 0px;
}

/* line 110, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#pre_blurb {
  overflow: hidden;
  *zoom: 1;
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-transition: -moz-transform 900ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -o-transition: -o-transform 900ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: transform 900ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/* line 120, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#pre_blurb.drop {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 123, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#pre_blurb h1, #pre_blurb p {
  line-height: 1;
  margin: 0;
  float: none;
}
/* line 128, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#pre_blurb h1 {
  font-size: 24px;
  font-weight: 700;
}
/* line 132, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#pre_blurb p {
  line-height: 1.3;
  margin-top: 12px;
}

/* line 138, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
#tiles {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}

/* line 146, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -moz-animation-name: floating;
  -webkit-animation-name: floating;
  animation-name: floating;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: 24px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
/* line 158, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:first-child {
  margin-left: 0;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(1) {
  -moz-animation-delay: 120ms;
  -webkit-animation-delay: 120ms;
  animation-delay: 120ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(2) {
  -moz-animation-delay: 240ms;
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(3) {
  -moz-animation-delay: 360ms;
  -webkit-animation-delay: 360ms;
  animation-delay: 360ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(4) {
  -moz-animation-delay: 480ms;
  -webkit-animation-delay: 480ms;
  animation-delay: 480ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(5) {
  -moz-animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(6) {
  -moz-animation-delay: 720ms;
  -webkit-animation-delay: 720ms;
  animation-delay: 720ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(7) {
  -moz-animation-delay: 840ms;
  -webkit-animation-delay: 840ms;
  animation-delay: 840ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(8) {
  -moz-animation-delay: 960ms;
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(9) {
  -moz-animation-delay: 1080ms;
  -webkit-animation-delay: 1080ms;
  animation-delay: 1080ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(10) {
  -moz-animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(11) {
  -moz-animation-delay: 1320ms;
  -webkit-animation-delay: 1320ms;
  animation-delay: 1320ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(12) {
  -moz-animation-delay: 1440ms;
  -webkit-animation-delay: 1440ms;
  animation-delay: 1440ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(13) {
  -moz-animation-delay: 1560ms;
  -webkit-animation-delay: 1560ms;
  animation-delay: 1560ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(14) {
  -moz-animation-delay: 1680ms;
  -webkit-animation-delay: 1680ms;
  animation-delay: 1680ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(15) {
  -moz-animation-delay: 1800ms;
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(16) {
  -moz-animation-delay: 1920ms;
  -webkit-animation-delay: 1920ms;
  animation-delay: 1920ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(17) {
  -moz-animation-delay: 2040ms;
  -webkit-animation-delay: 2040ms;
  animation-delay: 2040ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(18) {
  -moz-animation-delay: 2160ms;
  -webkit-animation-delay: 2160ms;
  animation-delay: 2160ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(19) {
  -moz-animation-delay: 2280ms;
  -webkit-animation-delay: 2280ms;
  animation-delay: 2280ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(20) {
  -moz-animation-delay: 2400ms;
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
/* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile:nth-child(21) {
  -moz-animation-delay: 2520ms;
  -webkit-animation-delay: 2520ms;
  animation-delay: 2520ms;
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-493 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -1110px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-493 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -363px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-517 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: -43px -150px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-517 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -70px -123px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-552 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -1430px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-552 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -443px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-578 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -1590px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-578 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -603px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-622 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -1750px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-622 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -523px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-815 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -1910px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-815 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -523px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-821 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -2070px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-821 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -603px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-825 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -2230px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-825 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -763px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1034 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -3350px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1034 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -923px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1057 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -3190px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1057 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -843px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1130 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -3030px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1130 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -843px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1359 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -2870px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1359 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -923px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1362 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -2710px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1362 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -763px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1369 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -2550px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1369 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -683px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1370 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -2390px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1370 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -683px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1372 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -1270px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1372 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -363px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1383 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -310px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1383 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -283px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1417 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -470px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1417 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -203px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1418 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -630px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1418 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -203px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1426 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -790px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1426 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -80px -283px;
    height: 80px;
    width: 80px;
  }
}
/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.preload-tile.tile-1609 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -950px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 160px;
  width: 160px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .preload-tile.tile-1609 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -443px;
    height: 80px;
    width: 80px;
  }
}

@-moz-keyframes floating {
  0% {
    -moz-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  50% {
    -moz-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    -moz-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  50% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@keyframes floating {
  0% {
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  50% {
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
/* line 191, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.indetermin-bar {
  margin-top: 24px;
  width: 100%;
  height: 5px;
}

/* line 197, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
.ok {
  display: inline-block;
  vertical-align: text-bottom;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: -142px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 70px;
  width: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 197, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_large.scss */
  .ok {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -43px -123px;
    height: 35px;
    width: 27px;
  }
}

/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
h1 {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -70px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 206px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -10000px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
  h1 {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -43px;
    height: 40px;
    width: 206px;
  }
}

/* line 7, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

/* line 13, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.tablet-only-block {
  display: none;
}

/* line 17, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items {
  font-size: 20px;
}
/* line 19, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items table {
  width: 700px;
  border-collapse: collapse;
  margin-bottom: 12px;
}
/* line 24, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items td {
  padding: 6px 12px;
}
/* line 27, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items .first {
  padding-left: 0;
  width: 51px;
  padding-right: 0;
}
/* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items .last {
  text-align: right;
  padding-right: 0;
}
/* line 36, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items .subtotal-row {
  font-weight: 700;
}
/* line 38, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_items .subtotal-row td {
  text-align: right;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
  padding-top: 12px;
}

/* line 55, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#cart_trigger {
  cursor: pointer;
  line-height: 45px;
  height: 45px;
}

/* line 61, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.add-on-line-item {
  display: block;
  color: #666;
  font-size: 80%;
}

/* line 70, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.last-row td {
  padding-bottom: 12px;
}

/* line 76, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.link-row {
  padding: 14px 0 !important;
  text-align: right;
}
/* line 79, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.link-row .btn-link {
  padding-left: 0;
  padding-right: 0;
}

/* line 86, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 5px 16px;
  text-decoration: none;
  font-weight: 700;
}
/* line 96, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn.bigger {
  font-size: 22px;
  padding: 12px 24px;
}

/* line 102, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-primary {
  -moz-box-shadow: 2px 2px black;
  -webkit-box-shadow: 2px 2px black;
  box-shadow: 2px 2px black;
  color: black;
  background: #fd6aba;
}
/* line 106, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-primary:hover {
  background-color: black;
  color: #fd6aba;
}
/* line 110, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-primary.big-photo-maker-btn {
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
  -moz-box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 30px 20px #d4d4d4;
  -webkit-box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 30px 20px #d4d4d4;
  box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 30px 20px #d4d4d4;
  cursor: pointer;
  color: black;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bccde7+0,bccde7+0,e3d7ef+100,e3d7ef+100 */
  background: #bccde7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bccde7 0%, #bccde7 0%, #e3d7ef 100%, #e3d7ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bccde7 0%, #bccde7 0%, #e3d7ef 100%, #e3d7ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bccde7 0%, #bccde7 0%, #e3d7ef 100%, #e3d7ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bccde7', endColorstr='#e3d7ef',GradientType=1 );
  /* IE6-9 */
  font-weight: 700;
  padding: 12px 20px;
}
/* line 135, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-primary.big-photo-maker-btn u {
  text-decoration: none;
  font-size: 39px;
}
/* line 140, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-primary.big-photo-maker-btn:hover {
  -moz-box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 38px 36px #d4d4d4;
  -webkit-box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 38px 36px #d4d4d4;
  box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 38px 36px #d4d4d4;
}
/* line 559, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.btn-primary.big-photo-maker-btn:hover #pick_your_photo_inner {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 562, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.btn-primary.big-photo-maker-btn:hover .big-right-finger {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 565, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.btn-primary.big-photo-maker-btn:hover .big-rainbow {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 142, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-primary.big-photo-maker-btn:hover:active {
  -moz-box-shadow: 0px 3px gray, 0px 1px #767676, 0px 2px #6c6c6c, 0px 3px #626262, 0px 4px #585858, 0px 6px #4e4e4e, 0px 10px 6px -1px gray, 0 0 45px 45px #b1b1b1;
  -webkit-box-shadow: 0px 3px gray, 0px 1px #767676, 0px 2px #6c6c6c, 0px 3px #626262, 0px 4px #585858, 0px 6px #4e4e4e, 0px 10px 6px -1px gray, 0 0 45px 45px #b1b1b1;
  box-shadow: 0px 3px gray, 0px 1px #767676, 0px 2px #6c6c6c, 0px 3px #626262, 0px 4px #585858, 0px 6px #4e4e4e, 0px 10px 6px -1px gray, 0 0 45px 45px #b1b1b1;
}
/* line 582, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
.btn-primary.big-photo-maker-btn:hover:active #pick_your_photo_inner {
  -moz-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

/* line 150, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo_inner {
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

/* line 154, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-rainbow {
  margin-bottom: 12px;
}

/* line 158, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-rainbow,
.big-right-finger {
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/* line 163, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-fourth {
  -moz-box-shadow: 2px 2px black;
  -webkit-box-shadow: 2px 2px black;
  box-shadow: 2px 2px black;
  color: black;
  background: #00ccd2;
}
/* line 167, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-fourth:hover {
  background-color: #00ccd2;
  color: black;
}

/* line 173, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-third {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #e2e2e2;
  color: black;
  font-weight: normal;
}
/* line 178, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-third:hover {
  background-color: #00ccd2;
  color: black;
}

/* line 184, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-secondary {
  color: black;
  background: #e2e2e2;
  font-weight: normal;
}
/* line 189, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-secondary:hover {
  background-color: #00ccd2;
  color: black;
}
/* line 193, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-secondary.download-btn {
  border: 1px solid #999;
  display: block;
  width: 100%;
  margin-top: 12px;
}

/* line 201, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-link {
  color: #999;
  padding-left: 0 !important;
}
/* line 204, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.btn-link:hover {
  color: black;
}

/* line 210, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.pie-cf {
  *zoom: 1;
}
/* line 38, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 213, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.cf {
  overflow: hidden;
  *zoom: 1;
}

/* line 218, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.margin-top-12 {
  margin-top: 12px;
}

/* line 222, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#subtitle {
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin-left: 18px;
}

/* line 229, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
h2 {
  font-size: 28px;
  margin: 0 0 12px 0;
}

/* line 234, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps {
  font-size: 0;
  margin-top: 24px;
  margin-bottom: 0;
  text-align: justify;
  padding-bottom: 24px;
  color: #999;
}
/* line 241, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps a {
  color: #999;
}
/* line 244, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps.centered {
  margin-left: auto;
  margin-right: auto;
}
/* line 248, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li {
  padding: 4px 7px;
  font-size: 16px;
}
/* line 251, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li:first-child {
  padding-left: 0;
}
/* line 254, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li:last-child {
  padding-right: 0;
}
/* line 257, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li.active {
  background: #ffe11b;
  color: black;
}
/* line 258, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li.active:first-child {
  padding-left: 7px;
}
/* line 261, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li.active:last-child {
  padding-right: 7px;
}
/* line 266, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps li.active span,
#order_steps li.active a {
  color: black;
}
/* line 272, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps .step {
  font-weight: 700;
}
/* line 275, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#order_steps:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}

/* line 283, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.checkout-header h2 {
  margin-top: 0;
  border-bottom: 1px solid #fd6aba;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

/* line 291, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#modal_bg {
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  display: none;
  opacity: 0;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 303, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.increment, .decrement {
  font-size: 26px;
  cursor: pointer;
  padding: 0 7px;
  height: 30px;
  display: block;
  float: left;
  line-height: 27px;
}

/* line 312, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.decrement {
  border: 1px solid #e2e2e2;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 319, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.increment {
  border: 1px solid #e2e2e2;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 326, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.span-thing {
  display: block;
  float: left;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

/* line 333, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.cart-quantity-field {
  border: 0;
  outline: 0;
  width: 40px;
  font-size: 20px;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
}

/* line 344, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.quantity-cell {
  text-align: center;
}

/* line 349, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.desktop-copy {
  display: inline;
}

/* line 352, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.mobile-copy {
  display: none;
}

/* line 356, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
p {
  margin-top: 0;
}

/* line 360, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#primary_content {
  margin-top: 24px;
}
/* line 362, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.home #primary_content {
  margin-top: 0;
}

/* line 367, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.desktop-only-block {
  display: block;
}

/* line 372, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .main-photo {
  -moz-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.4);
  display: block;
  width: auto;
  max-width: 100%;
}
/* line 378, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .photo {
  margin-bottom: 24px;
  position: relative;
}
/* line 381, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .photo:nth-child(even) {
  margin-left: -15px;
}
/* line 383, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .photo:nth-child(even) .main-photo {
  border: 14px solid #fd6aba;
}
/* line 387, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .photo:nth-child(odd) {
  margin-right: -15px;
}
/* line 389, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .photo:nth-child(odd) .main-photo {
  border: 14px solid #00ccd2;
}
/* line 393, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .photo a {
  display: block;
}
/* line 398, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .direction-caption {
  opacity: 0;
  -moz-transition: opacity 500ms linear 250ms, -moz-transform 200ms;
  -o-transition: opacity 500ms linear 250ms, -o-transform 200ms;
  -webkit-transition: opacity 500ms linear, -webkit-transform 200ms;
  -webkit-transition-delay: 250ms, 0s;
  transition: opacity 500ms linear 250ms, transform 200ms;
  position: absolute;
  font-weight: 700;
  font-style: italic;
  line-height: 0.9;
  padding: 12px;
  color: #00ccd2;
  background: black;
  font-size: 20px;
  top: 202px;
  text-decoration: underline;
  border-radius: 5px;
  border: 1px solid #999;
  box-shadow: 3px 3px black;
  left: 32px;
  background-image: url(/assets/right-finger-aa0261cf5579e0bcf48fe5c3c1c9d76f757453f76ff36d584fca5510689ddc7b.png);
  background-position: 8px center;
  padding-left: 47px;
  background-repeat: no-repeat;
  -moz-background-size: 35px;
  -o-background-size: 35px;
  -webkit-background-size: 35px;
  background-size: 35px;
}
/* line 420, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .direction-caption.the-second {
  top: 80px;
}
/* line 423, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .direction-caption.bottom-right {
  left: auto;
  right: 50px;
  top: auto;
  bottom: 40px;
  color: #fd6aba;
}
/* line 430, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .direction-caption.bottom-left {
  left: 30px;
  top: auto;
  bottom: 40px;
}
/* line 437, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption {
  opacity: 0;
  -moz-transition: opacity 500ms, -moz-transform 200ms;
  -o-transition: opacity 500ms, -o-transform 200ms;
  -webkit-transition: opacity 500ms, -webkit-transform 200ms;
  transition: opacity 500ms, transform 200ms;
  -moz-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.7);
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  font-weight: 700;
  font-style: italic;
  line-height: 0.9;
  padding: 12px;
  color: white;
  background: black;
  font-size: 40px;
}
/* line 449, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption.first {
  top: 40px;
  left: -40px;
}
/* line 453, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption.second {
  top: -55px;
  left: -40px;
}
/* line 457, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption.third {
  bottom: 155px;
  left: -40px;
}
/* line 461, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption.fourth {
  top: 61px;
  left: -46px;
}
/* line 466, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption.second-small {
  top: 17px;
  right: 15px;
  font-size: 20px;
  transform: rotate(10deg);
}
/* line 473, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos .caption.smaller {
  font-size: 33px;
}
/* line 477, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#core_photos small {
  display: block;
  font-size: 18px;
  color: #fd6aba;
  margin-top: 6px;
}

/* line 485, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.cactus {
  vertical-align: bottom;
}

/* line 490, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppable-link {
  display: block;
  margin-bottom: 6px;
  width: 154px;
}

/* line 497, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable {
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: 2px 2px #999;
  -webkit-box-shadow: 2px 2px #999;
  box-shadow: 2px 2px #999;
  width: 178px;
  position: relative;
  background: #EEE;
  padding: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 7px;
}
/* line 501, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable.custom {
  width: auto;
}
/* line 513, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable:hover {
  -moz-box-shadow: 2px 2px black;
  -webkit-box-shadow: 2px 2px black;
  box-shadow: 2px 2px black;
}
/* line 515, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable:hover strong {
  text-decoration: underline;
}
/* line 518, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable:hover .btn {
  background: black;
  color: white;
}
/* line 523, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable:first-child {
  margin-left: 0;
}
/* line 526, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable small {
  display: block;
}
/* line 529, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable p {
  margin-bottom: 6px;
}
/* line 532, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable .btn {
  display: block;
}
/* line 535, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.shoppables .shoppable a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 545, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
h4 {
  margin: 0 0 20px 0;
  font-size: 29px;
}

/* line 551, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn strong {
  text-decoration: underline;
}
/* line 554, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn small {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  padding-right: 0;
  margin-right: 0;
  text-align: center;
}
/* line 571, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn .left {
  -moz-transition: all 50ms;
  -o-transition: all 50ms;
  -webkit-transition: all 50ms;
  transition: all 50ms;
  margin-right: 6px;
}
/* line 575, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn .right {
  -moz-transition: all 50ms;
  -o-transition: all 50ms;
  -webkit-transition: all 50ms;
  transition: all 50ms;
  margin-left: 6px;
}
/* line 579, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn span {
  display: block;
  text-shadow: 1px 1px #ffffff;
}
/* line 587, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn u {
  display: block;
  text-shadow: 2px 2px #ababab;
  font-size: 26px;
  margin-bottom: 6px;
}
/* line 595, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn:hover .left {
  -moz-transform: rotate(-15deg) scale(1.2);
  -ms-transform: rotate(-15deg) scale(1.2);
  -webkit-transform: rotate(-15deg) scale(1.2);
  transform: rotate(-15deg) scale(1.2);
}
/* line 598, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.big-photo-maker-btn:hover .right {
  -moz-transform: rotate(15deg) scale(1.2);
  -ms-transform: rotate(15deg) scale(1.2);
  -webkit-transform: rotate(15deg) scale(1.2);
  transform: rotate(15deg) scale(1.2);
}

/* line 617, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo {
  border: 1px solid #a5a5a5;
  text-align: right;
  position: relative;
}
/* line 623, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo.on-gallery:before, #pick_your_photo.on-gallery:after {
  display: none;
}
/* line 630, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo.big-photo-maker-btn {
  text-align: center;
  border-radius: 100%;
  width: 330px;
  height: 330px;
}
/* line 636, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo:before {
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  content: "";
  display: block;
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 43px;
  width: 71px;
  left: -100px;
  top: 50%;
  margin-top: -21.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 636, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
  #pick_your_photo:before {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 0;
    height: 43px;
    width: 71px;
  }
}
/* line 647, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo:after {
  -moz-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  -webkit-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
  position: absolute;
  content: "";
  display: block;
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: -71px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 43px;
  width: 71px;
  right: -100px;
  top: 50%;
  margin-top: -21.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 647, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
  #pick_your_photo:after {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -71px 0;
    height: 43px;
    width: 71px;
  }
}
/* line 658, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo:hover:before {
  left: -90px;
}
/* line 661, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo:hover:after {
  right: -90px;
}
/* line 665, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo:hover:active:before {
  left: -120px;
}
/* line 668, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#pick_your_photo:hover:active:after {
  right: -120px;
}

/* line 677, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.name-cell {
  font-size: 16px;
}

/* line 681, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.desktop-pull-right {
  float: right;
}

/* line 685, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#mc_embed_signup.confirm-signup {
  border: 1px solid #ffee9c;
  background: #fffbe8;
  padding: 12px;
  width: 260px;
}
/* line 690, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#mc_embed_signup.confirm-signup .email {
  border: 1px solid #999;
  margin-top: 0;
  margin-bottom: 6px;
  background: white;
  width: 100%;
  min-width: 0;
}
/* line 698, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#mc_embed_signup.confirm-signup .button {
  width: 100%;
  min-width: 0;
}

/* line 705, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#modal_background {
  display: none;
  position: fixed;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

/* line 716, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#modal_content {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 722, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#modal_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
}

/* line 731, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.mobile-only-inline {
  display: none;
}

/* line 734, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.desktop-only-inline {
  display: inline;
}

/* line 738, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.desktop-only-block {
  display: block;
}

/* line 742, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.mobile-only-block {
  display: none;
}

/* line 746, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#big_mona {
  min-height: calc(100% * .747834456);
}

/* line 768, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#file_pick_link {
  display: block;
  width: 100%;
  padding: 8px 6px;
}

/* line 774, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.justify {
  text-align: justify;
  font-size: 0.1px;
  /*hide whitespace between elements*/
}
/* line 777, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* line 784, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.justify li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30%;
}
/* line 788, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.justify li a {
  padding: 8px 6px;
  display: block;
}

/* line 795, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#signup {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #00d984;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 4px solid #44921c;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.67);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  display: none;
}
/* line 810, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#signup b {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: -13px -150px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 810, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
  #signup b {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -13px -123px;
    height: 30px;
    width: 30px;
  }
}
/* line 814, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#signup i {
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
}
/* line 819, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#signup input[type="email"] {
  display: inline-block;
  background: white;
  font-weight: normal;
  width: auto;
  border: 1px solid #999;
  height: auto;
  padding: 2px;
}
/* line 829, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.design-loading #signup {
  display: block;
}

/* line 834, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner,
#sale {
  background: #00d984;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 4px solid #44921c;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.67);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 845, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner a,
#sale a {
  color: inherit;
  text-decoration: none;
}
/* line 849, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner b,
#sale b {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: -13px -150px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 849, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
  #stitchta_banner b,
  #sale b {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: -13px -123px;
    height: 30px;
    width: 30px;
  }
}
/* line 853, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner i,
#sale i {
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
}
/* line 858, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.pre-preloader #stitchta_banner, .design-mode #stitchta_banner, .pre-preloader
#sale, .design-mode
#sale {
  display: none;
}

/* line 864, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner {
  background: #e2dfd7;
  color: #2d2d2d;
  border-bottom: #636363;
  font-weight: normal;
  text-shadow: 0 0;
  border-bottom: 0;
  box-shadow: 0 0;
  font-size: 12px;
  display: none;
  border-bottom: 2px solid black;
  font-size: inherit;
}
/* line 876, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
.design-mode #stitchta_banner {
  display: block;
}
/* line 879, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner strong {
  text-decoration: underline;
}
/* line 882, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner a {
  text-decoration: none;
}
/* line 885, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large.scss */
#stitchta_banner:hover {
  text-decoration: underline;
}

/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.shipping-type-blurb {
  font-weight: normal;
  display: block;
  margin-top: 2px;
  margin-left: 25px;
  font-size: 14px;
  padding-right: 16px;
}

/* line 10, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.shipping-option-title,
.radio-container {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
}

/* line 16, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.shipping-option {
  margin-top: 0;
}
/* line 18, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.shipping-option label {
  cursor: pointer;
}

/* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.radio-container {
  width: 25px;
}

/* line 27, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.shipping-choice-widget {
  font-size: 0;
  display: block;
}

/* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#order_summary {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
/* line 38, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#order_summary tr:first-child td {
  padding-top: 0;
}
/* line 44, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#order_summary .total-row td {
  font-weight: 700;
}
/* line 47, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#order_summary .total-row td, #order_summary .total-row th {
  border-top: 1px solid #999;
}
/* line 52, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#order_summary th {
  font-weight: 700;
  text-align: left;
}
/* line 56, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#order_summary td {
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: right;
}

/* line 64, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#checkout-form #method_picker {
  margin-bottom: 12px;
}
/* line 66, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#checkout-form #method_picker label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
}

/* line 79, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#paypal_button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #009cde;
  border-radius: 5px;
  text-align: center;
  padding: 2px 5px;
}
/* line 85, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#paypal_button img {
  height: 15px;
  vertical-align: top;
}

/* line 91, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#paypal_option {
  font-size: 14px;
}

/* line 95, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#cc_submit, #pp_submit {
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
}

/* line 102, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.cart-image {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #999;
}
/* line 105, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.cart-image:hover {
  border: 1px solid #333;
}

/* line 112, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.shipping-price.free-price {
  color: red;
}

/* line 117, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
.error-message.big-checkout-error {
  border: 1px solid red;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  margin-bottom: 12px;
  margin-top: -6px;
}

/* line 128, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#terms_p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  margin-bottom: 0;
}
/* line 134, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#terms_p.error {
  background: #ef2338;
  color: white;
  padding: 8px;
  border-radius: 5px;
}
/* line 139, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#terms_p.error label {
  font-weight: 700 !important;
}
/* line 142, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#terms_p.error a {
  color: white;
}

/* line 148, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_large.scss */
#terms_label {
  font-weight: normal !important;
  font-size: 12px;
}

/* line 4, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.error-message {
  color: #ef2338;
  display: block;
  margin-top: 6px;
}

/* line 9, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row {
  -moz-transition: box-shadow 100ms, border-color 200ms;
  -o-transition: box-shadow 100ms, border-color 200ms;
  -webkit-transition: box-shadow 100ms, border-color 200ms;
  transition: box-shadow 100ms, border-color 200ms;
  width: 346px;
  font-weight: 700;
  background-color: #ffffff;
  border-color: #00ccd2;
  border-width: 2px;
  border-style: solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 56px;
  line-height: 1;
  position: relative;
}
/* line 21, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.shorter-form-row {
  height: 44px;
}
/* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.shorter-form-row .select-value {
  height: 42px;
  line-height: 42px;
}
/* line 27, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.shorter-form-row .select-wrapper:after {
  line-height: 42px;
  top: 17px;
  right: 12px;
}
/* line 33, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row:hover {
  border-color: #70fbff;
}
/* line 36, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.with-error {
  border-color: #ef2338;
  margin-bottom: 1.5em;
}
/* line 39, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.with-error.hosted-field {
  margin-bottom: 0;
}
/* line 43, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.hosted-field {
  height: 46px;
  padding-left: 12px;
  width: 100%;
}
/* line 48, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row label {
  color: #999;
  font-size: 16px;
  left: 0;
  height: 52px;
  line-height: 52px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 0;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  width: 100%;
}
/* line 64, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row label.select-label {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
/* line 71, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.filled label, .form-row.filled.focus label {
  -moz-opacity: 0.0;
  -o-opacity: 0.0;
  -webkit-opacity: 0.0;
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
}
/* line 79, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.braintree-hosted-fields-focused, .form-row.focus {
  border-color: #082DD2;
  -moz-box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px 0px rgba(0, 0, 0, 0.5);
}
/* line 83, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row.braintree-hosted-fields-focused label, .form-row.focus label {
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* line 93, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.simple-form-row {
  width: 346px;
}

/* line 97, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
input[type=tel], input[type=text], input[type=email], textarea {
  color: #000000;
  font-weight: 700;
  height: 52px;
  padding-bottom: 0;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
  display: block;
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  top: 0;
  outline: none;
  width: 100%;
}

/* line 120, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.fancy-textarea {
  padding: 12px;
  border-color: #00ccd2;
  border-width: 2px;
  border-style: solid;
  height: 120px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 127, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.fancy-textarea.error {
  border-color: #ef2338;
}

/* line 132, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
input {
  outline: none;
}

/* line 136, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row-row {
  *zoom: 1;
}
/* line 38, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.form-row-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 138, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row-row .form-row {
  float: right;
}
/* line 140, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row-row .form-row:first-child {
  float: left;
}

/* line 146, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-form-column {
  width: 700px;
}

/* line 150, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-form-half-column {
  min-height: 247px;
  width: 250px;
  padding-right: 20px;
  position: relative;
}
/* line 157, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-form-half-column.cc-col {
  margin-right: 0;
  padding-right: 0;
  width: 200px;
}
/* line 162, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-form-half-column h3 {
  border-bottom: 1px solid #fd6aba;
  padding-bottom: 6px;
  margin-bottom: 12px;
  width: auto;
}

/* line 170, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.form-row-row {
  margin-top: 6px;
}

/* line 174, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
fieldset {
  padding: 0;
  margin: 0 0 12px 0;
  border: 0;
}
/* line 178, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
fieldset .form-row-row:first-child {
  margin-top: 0;
}

/* line 184, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.select-value {
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  z-index: 1;
  left: 0;
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}
/* line 197, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.select-value.select-value-for-format {
  width: 89%;
  font-size: 21px;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 202, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.select-value.select-value-for-format b {
  float: right;
  color: #0015E7;
  font-weight: bold;
}

/* line 210, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.select-field {
  cursor: pointer;
  border: none;
  left: 0;
  height: 100%;
  -moz-opacity: 0.01;
  -o-opacity: 0.01;
  -webkit-opacity: 0.01;
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 226, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
button {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 235, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.buttons {
  *zoom: 1;
  border-top: 1px solid #fd6aba;
  padding-top: 24px;
  margin-top: 24px;
  padding-bottom: 12px;
}
/* line 38, /Users/dougpfeffer/vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.buttons:after {
  content: "";
  display: table;
  clear: both;
}

/* line 244, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#form-errors {
  background: #ef2338;
  color: white;
  padding: 8px;
  border-radius: 5px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* line 253, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.select-wrapper {
  cursor: pointer;
  position: relative;
  display: block;
  height: 100%;
}
/* line 258, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.select-wrapper:after {
  background-image: url(/assets/icons-s6827fcc939-fa55548a5b411b0a062420cbff38de0c978b6c0e02c99d85da8b6d6c525aa25a.png);
  background-position: 0 -150px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 10px;
  width: 13px;
  display: block;
  height: 10px;
  content: "";
  font-size: 7px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 22px;
  color: #bcbcbc;
  line-height: 52px;
  right: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 258, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
  .select-wrapper:after {
    background-image: url(/assets/icons-2x-s9d1da94f0c-7c4f4c32200cdb5b7fc818aa2c7ee4e6191b1c84a6c59d301cfff382a0068db2.png);
    background-size: 206px 1003px;
    background-position: 0 -123px;
    height: 10px;
    width: 12.5px;
  }
}

/* line 278, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-step-title {
  width: 700px;
  position: relative;
}
/* line 281, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-step-title span {
  position: absolute;
  right: 0;
  color: #666;
}

/* line 288, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#same_as_shipping {
  padding-left: 12px;
  font-weight: 400;
  border-color: #999;
}
/* line 293, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#same_as_shipping label {
  color: black;
  cursor: pointer;
}
/* line 297, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#same_as_shipping:hover {
  text-decoration: underline;
}

/* line 302, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.checkout-step-title {
  margin-bottom: 6px;
}

/* line 307, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#checkout-form .form-row-row {
  width: 100%;
}
/* line 311, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#checkout-form label {
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

/* line 318, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.cvv-row, .exp-row {
  width: calc(100%/2 - 6px);
  margin-top: 12px;
}
/* line 321, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.cvv-row .form-row, .exp-row .form-row {
  width: 100%;
}

/* line 327, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#checkout_cols {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* line 331, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
#checkout_cols:after {
  content: "";
  display: table;
  clear: both;
}

/* line 338, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_large.scss */
.shipping-note {
  width: 400px;
  display: block;
  float: left;
}

/* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
#footer {
  text-align: center;
  font-size: 12px;
  margin-top: 24px;
  height: 75px;
  background: #CCC;
}
/* line 4, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
.pre-preloader #footer {
  display: none;
}
/* line 9, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
#footer .container {
  padding: 12px;
  height: 100%;
  color: #666;
}
/* line 12, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
#footer .container a {
  color: #666;
}
/* line 19, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
.design-mode #footer {
  margin-top: 0;
}
/* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
.design-mode #footer, .home #footer {
  background: transparent;
}
/* line 26, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
.design-mode #footer .container, .home #footer .container {
  color: #EEE;
  background: #363636;
}
/* line 28, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
.design-mode #footer .container a, .home #footer .container a {
  color: #EEE;
}

/* line 37, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_large.scss */
#root {
  min-height: calc(100vh - 75px);
}

@media only screen and (min-width: 1150px) {
  /* line 5, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large_only.scss */
  #core_photos .photo a:hover .caption {
    -moz-transform: rotate(2deg) scale(1.05);
    -ms-transform: rotate(2deg) scale(1.05);
    -webkit-transform: rotate(2deg) scale(1.05);
    transform: rotate(2deg) scale(1.05);
  }
  /* line 13, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_large_only.scss */
  #core_photos .direction-caption:hover {
    -moz-transform: rotate(-3deg) scale(1.5);
    -ms-transform: rotate(-3deg) scale(1.5);
    -webkit-transform: rotate(-3deg) scale(1.5);
    transform: rotate(-3deg) scale(1.5);
  }
}
@media only screen and (max-width: 1150px) {
  /* line 17, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #social {
    display: none;
  }

  /* line 20, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #mobile_social {
    display: block;
  }

  /* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #nav {
    margin-top: 9px;
  }
  /* line 25, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #nav a {
    background: #EEE;
    font-size: 20px;
    padding: 4px 4px;
  }

  /* line 31, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #cart_li {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 1015px) {
  /* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  .tablet-only-block {
    display: block;
  }

  /* line 7, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .direction-caption {
    font-size: 15px;
    position: absolute;
    display: block;
    left: auto !important;
    right: 24px !important;
    bottom: auto !important;
    top: 75px !important;
    text-align: right;
    padding: 8px 47px 8px 6px;
    background-position: 99% center;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
  }
  /* line 20, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .direction-caption.bottom-right {
    display: none;
  }
  /* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .direction-caption.bottom-left {
    left: 6px !important;
    right: 6px !important;
    padding-right: 6px;
    background-image: none;
    text-align: center;
    bottom: -39px !important;
  }
  /* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .main-photo {
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    display: block;
    width: auto;
    max-width: 100%;
    border-left: 0;
    border-right: 0;
  }
  /* line 40, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .photo {
    position: relative;
    margin-bottom: 0;
  }
  /* line 43, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .photo:nth-child(even) {
    margin-left: 0px;
  }
  /* line 45, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .photo:nth-child(even) .main-photo {
    border-width: 6px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
  }
  /* line 52, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .photo:nth-child(odd) {
    margin-right: 0px;
  }
  /* line 54, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .photo:nth-child(odd) .main-photo {
    border-width: 6px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
  }
  /* line 63, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption {
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    display: block;
    padding: 12px;
    color: white;
    background: black;
    font-size: 26px;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
  /* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption .cactus {
    width: 16px;
    height: 16px;
  }
  /* line 78, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption.second-small {
    top: auto;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
  /* line 85, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption.first {
    top: auto;
    position: relative;
    left: auto;
  }
  /* line 91, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption.second {
    top: auto;
    right: auto;
    left: auto;
    text-align: center;
    position: relative;
  }
  /* line 98, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption.fourth, #core_photos .caption.third {
    bottom: 12px;
    left: auto;
    top: auto;
    text-align: center;
  }
  /* line 106, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos .caption.smaller {
    font-size: 16px;
  }
  /* line 110, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos small {
    font-size: 13px;
    margin-top: 3px;
  }
  /* line 113, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_medium.scss */
  #core_photos small.top {
    margin-top: 0;
    margin-bottom: 3px;
  }

  /* line 5, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .loader-spinner.behind-loader-message {
    visibility: visible;
  }

  /* line 12, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #free_shipping_on_checkout {
    width: auto;
  }

  /* line 16, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .subtotal-cell {
    min-width: 0;
  }

  /* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .btn-primary.big-photo-maker-btn u {
    font-size: 30px;
  }
  /* line 26, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .btn-primary.big-photo-maker-btn small {
    font-size: 12px;
  }

  /* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #pick_your_photo {
    text-align: center;
  }

  /* line 36, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .big-photo-maker-btn-link {
    margin-top: 30px;
    margin-bottom: 24px;
  }

  /* line 41, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .not-ready-h3 {
    border-top: 1px solid #999;
    padding-top: 12px;
    margin-top: 12px;
    font-size: 18px;
  }

  /* line 48, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #content {
    background: transparent;
    width: auto;
    padding-left: 0;
  }

  /* line 55, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .model-bg {
    display: none;
  }

  /* line 63, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 6px;
  }
  /* line 70, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details h3 {
    font-size: 19px;
  }
  /* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details.shoppable {
    top: auto;
    right: auto;
  }
  /* line 78, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details #redo_link {
    margin-top: 30px;
    margin-bottom: 6px;
  }
  /* line 82, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details #stitchta_link {
    margin-top: 20px;
    font-weight: normal;
  }
  /* line 86, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details #stitchta_link,
  .product-details #redo_link {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  /* line 100, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #tap_below_to_zoom {
    text-align: center;
    margin-bottom: 6px;
  }
  /* line 103, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #tap_below_to_zoom span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.58);
    padding: 3px 6px;
    position: absolute;
    top: 6px;
    z-index: 10;
    right: 12px;
    color: white;
  }

  /* line 115, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .designs-subheader {
    font-size: 16px;
  }
  /* line 117, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .designs-subheader span {
    border: 0;
  }

  /* line 128, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .add-to-cart {
    width: auto;
  }

  /* line 132, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #primary_preview {
    display: none !important;
  }

  /* line 136, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #mona_angle {
    width: 50%;
  }

  /* line 140, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #big_preview_image {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 1200px;
    height: 1200px;
  }

  /* line 149, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box {
    background-color: white;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    height: 100vw;
    background-image: url(/assets/custom-print-model-mobile-5e2e23c5719232712436a473e999207332bf72eb75ce6de527225d44472dbacb.jpg);
    background-position: 8vw 0;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    padding-top: 14.25vw;
    padding-left: 12.75vw;
  }
  /* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box.format-mini {
    height: 81vw;
    border-top: 2vw solid white;
    top: 0;
    left: 0;
    background-image: url(/assets/mini-trimmed-54b97b919d593dd0e59ecd720f79d90d37adc981988fedb8728fda1b49d4828a.jpg);
    background-position: center center;
    padding-left: 13.65vw;
    padding-top: 1vw;
    background-size: 120vw;
  }
  /* line 175, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box .loaded-preview {
    height: 73vw;
    width: 73vw;
  }
  /* line 179, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box.shoppable {
    left: auto;
    top: auto;
    width: 100vw;
    height: 100vw;
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(/assets/art-print-model-1cd8b170169d33647d8784c3e363a7162e4161d01279c67de874f62a9f318d0a.jpg);
    padding-top: 12.75vw;
    padding-left: 0;
    padding-right: 4.6vw;
  }
  /* line 192, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box.shoppable .loaded-preview {
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    height: 77vw;
    width: auto;
  }

  /* line 204, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .button-name {
    display: none;
  }

  /* line 208, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #mobile_social {
    float: right;
    margin-left: 12px;
  }

  /* line 213, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .resp-sharing-button__link {
    display: block;
    margin-left: 0;
    margin-bottom: 6px;
  }

  /* line 220, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #primary_details {
    top: 0;
  }

  /* line 40, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #nav {
    float: none;
    clear: left;
    display: block;
    margin-top: 0;
    padding-top: 12px;
    margin-left: -12px;
    margin-right: 0;
  }
  /* line 48, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/application.scss */
  #nav a {
    background: white;
  }
}
@media only screen and (max-width: 736px) {
  /* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #subtitle {
    margin-left: 0;
    font-size: 14px;
    clear: left;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 2px;
  }

  /* line 10, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #nav {
    margin-top: 0;
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
    clear: left;
    float: none;
  }
  /* line 17, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .checkout-narrow #nav {
    position: absolute;
    top: 12px;
    right: 12px;
    margin-right: 0;
  }
  /* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #nav li {
    margin-bottom: 6px;
    margin-left: 12px;
  }
  /* line 25, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .checkout-narrow #nav li {
    margin-left: 0;
  }
  /* line 29, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #nav li:first-child {
    margin-left: 0;
  }
  /* line 36, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #nav a {
    padding: 2px;
    font-size: 16px;
  }
  /* line 40, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #nav a:hover #cart_link {
    background-position: 0 -41px;
  }

  /* line 47, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_link {
    height: 20px;
    width: 26px;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px;
    margin-right: 12px;
  }
  /* line 55, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .checkout-narrow #cart_link {
    margin-right: 0;
    padding-right: 35px;
  }
  /* line 58, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .checkout-narrow #cart_link.with-stuff:after {
    top: -2px;
    right: 0;
  }
  /* line 63, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_link.with-stuff:after {
    top: -3px;
    right: -8px;
    background: transparent;
    color: black;
    font-size: 16px;
    width: auto;
    text-align: left;
  }

  /* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .margin-top-12 {
    margin-top: 12px;
  }

  /* line 77, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  h2 {
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 23px;
  }

  /* line 84, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  h3 {
    font-size: 16px;
    line-height: 1;
  }

  /* line 89, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .cart-quantity-field {
    font-size: 15px;
    width: 26px;
  }

  /* line 94, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .desktop-copy {
    display: none;
  }

  /* line 97, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .mobile-copy {
    display: inline;
  }

  /* line 102, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .quantity-cell form {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 108, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .increment, .decrement {
    font-size: 17px;
  }

  /* line 112, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .remove-cell {
    width: 30px;
  }

  /* line 116, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items {
    font-size: 12px;
  }
  /* line 118, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items strong {
    font-weight: 400;
  }
  /* line 121, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items table {
    width: auto;
  }
  /* line 124, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items td {
    padding: 2px;
  }
  /* line 128, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items .first img {
    width: 50px;
    height: 50px;
  }
  /* line 133, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items .name-cell {
    display: none;
  }
  /* line 136, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items .last {
    font-size: 16px;
  }
  /* line 139, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items .btn-secondary {
    padding: 2px 4px;
    font-size: 14px;
  }
  /* line 143, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #cart_items table {
    width: 100%;
  }

  /* line 148, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .container {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  /* line 154, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #header {
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid #999;
    -moz-box-shadow: 0px -2px 6px 1px black;
    -webkit-box-shadow: 0px -2px 6px 1px black;
    box-shadow: 0px -2px 6px 1px black;
  }
  /* line 159, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #header .container {
    width: auto !important;
    padding-bottom: 0;
  }
  /* line 163, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .design-mode #header, .home #header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }

  /* line 171, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .checkout-step-title {
    width: auto;
  }

  /* line 176, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .btn.bigger {
    font-size: 16px;
  }

  /* line 181, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #primary_content {
    margin-top: 12px;
  }
  /* line 183, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .pre-preloader #primary_content {
    margin-top: 0;
  }
  /* line 187, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .home #primary_content .container {
    margin: 0;
  }

  /* line 194, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #core_photos .direction-caption {
    bottom: 12px !important;
    top: auto !important;
    right: 6px !important;
  }
  /* line 200, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #core_photos .caption.fourth, #core_photos .caption.third {
    bottom: 0;
  }
  /* line 205, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #core_photos .photo {
    overflow: hidden;
  }

  /* line 210, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #big_corgi {
    max-width: 150% !important;
  }

  /* line 214, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .caption {
    font-size: 17px;
  }
  /* line 216, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .caption.nm {
    display: none;
  }
  /* line 219, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .caption .nm {
    display: none;
  }

  /* line 225, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .shoppables .shoppable,
  .shoppables .shoppable.custom {
    width: calc(100%/2 - 12px);
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 231, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .shoppables .shoppable img,
  .shoppables .shoppable.custom img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  /* line 236, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .shoppables .shoppable:nth-child(even),
  .shoppables .shoppable.custom:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 240, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .shoppables .shoppable:nth-child(odd),
  .shoppables .shoppable.custom:nth-child(odd) {
    margin-right: 12px;
    margin-left: 0;
  }

  /* line 248, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .shoppable-thumb {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
  }

  /* line 255, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .shoppable-link {
    width: auto;
  }

  /* line 270, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .name-cell {
    font-size: 16px;
  }

  /* line 274, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .desktop-pull-right {
    float: none;
  }

  /* line 278, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .mobile-only-inline {
    display: inline;
  }

  /* line 281, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .desktop-only-inline {
    display: none;
  }

  /* line 285, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .mobile-only-block {
    display: block;
  }

  /* line 289, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .desktop-only-block {
    display: none;
  }

  /* line 293, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  h4 {
    margin-bottom: 6px;
  }

  /* line 298, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #pick_your_photo.on-gallery {
    float: none;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* line 305, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #pick_your_photo.big-photo-maker-btn {
    width: 82vw;
    height: 82vw;
  }
  /* line 308, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #pick_your_photo.big-photo-maker-btn.active {
    -moz-box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 38px 36px #d4d4d4;
    -webkit-box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 38px 36px #d4d4d4;
    box-shadow: 0px 3px gray, 0px 4px #767676, 0px 5px #6c6c6c, 0px 6px #626262, 0px 7px #585858, 0px 8px #4e4e4e, 0px 14px 6px -1px gray, 0 0 38px 36px #d4d4d4;
    -moz-box-shadow: 0px 3px gray, 0px 1px #767676, 0px 2px #6c6c6c, 0px 3px #626262, 0px 4px #585858, 0px 6px #4e4e4e, 0px 10px 6px -1px gray, 0 0 45px 45px #b1b1b1;
    -webkit-box-shadow: 0px 3px gray, 0px 1px #767676, 0px 2px #6c6c6c, 0px 3px #626262, 0px 4px #585858, 0px 6px #4e4e4e, 0px 10px 6px -1px gray, 0 0 45px 45px #b1b1b1;
    box-shadow: 0px 3px gray, 0px 1px #767676, 0px 2px #6c6c6c, 0px 3px #626262, 0px 4px #585858, 0px 6px #4e4e4e, 0px 10px 6px -1px gray, 0 0 45px 45px #b1b1b1;
  }
  /* line 559, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
  #pick_your_photo.big-photo-maker-btn.active #pick_your_photo_inner {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 562, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
  #pick_your_photo.big-photo-maker-btn.active .big-right-finger {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  /* line 565, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
  #pick_your_photo.big-photo-maker-btn.active .big-rainbow {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 582, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/global.scss */
  #pick_your_photo.big-photo-maker-btn.active #pick_your_photo_inner {
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  /* line 316, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #pick_your_photo:after, #pick_your_photo:before {
    display: none;
  }

  /* line 322, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .big-rainbow {
    margin-bottom: 6px;
  }

  /* line 328, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .big-photo-maker-btn-link a, .big-photo-maker-btn-link button {
    -webkit-tap-highlight-color: transparent;
  }

  /* line 333, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #big_mona {
    min-height: calc(100vw * .62890625);
  }

  /* line 347, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #file_pick_link_p {
    margin-bottom: 10px;
  }

  /* line 350, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .justify li {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }

  /* line 356, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .md-content > div {
    font-size: 12px;
    padding: 12px;
  }

  /* line 361, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .md-modal {
    min-width: calc(100% - 24px);
  }

  /* line 365, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .md-content h3 {
    font-size: 20px;
  }
  /* line 367, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .md-content h3 img {
    display: none;
  }

  /* line 372, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner,
  #sale {
    background: #00d984;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 4px solid #44921c;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.67);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  }
  /* line 383, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner b,
  #sale b {
    display: none;
  }
  /* line 386, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner i,
  #sale i {
    text-decoration: none;
    font-size: 14px;
  }

  /* line 392, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner {
    font-size: 12px;
    background: #e2dfd7;
    color: #2d2d2d;
    font-weight: normal;
    text-shadow: 0 0;
    border-bottom: 0;
    box-shadow: 0 0;
  }
  /* line 400, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  .design-mode #stitchta_banner {
    display: block;
  }
  /* line 403, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner strong {
    text-decoration: underline;
  }
  /* line 406, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner a {
    text-decoration: none;
  }
  /* line 409, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/site/_small.scss */
  #stitchta_banner:hover {
    text-decoration: underline;
  }

  /* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  .checkout-form-column {
    width: auto;
  }

  /* line 5, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  #order_steps {
    margin-top: 0;
    padding-bottom: 12px;
  }

  /* line 15, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  #checkout-form #method_picker label:first-child {
    margin-right: 24px;
  }
  /* line 18, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  #checkout-form #method_picker label {
    margin-right: 0;
  }

  /* line 24, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  .shipping-option {
    margin-top: 12px;
    margin-bottom: 0;
  }

  /* line 30, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  #order_confirmation_col {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }

  /* line 35, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  #mc_embed_signup.confirm-signup {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: none;
    width: auto;
  }

  /* line 41, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/checkout/_small.scss */
  .error-message.big-checkout-error {
    width: auto;
  }

  /* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .form-row {
    width: auto;
    height: 43px;
  }
  /* line 4, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .form-row label {
    height: 42px;
    line-height: 42px;
  }

  /* line 11, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .form-row-row {
    margin-top: 0;
  }
  /* line 13, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .form-row-row .form-row {
    margin-bottom: 6px;
    float: none;
  }
  /* line 16, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .form-row-row .form-row.with-error {
    margin-bottom: 1.5em;
  }
  /* line 19, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .form-row-row .form-row:first-child {
    float: none;
  }

  /* line 25, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .error-message {
    font-size: 12px;
  }

  /* line 29, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  fieldset {
    margin-bottom: 0;
  }

  /* line 33, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  input[type=tel], input[type=text], input[type=email], textarea {
    height: 40px;
  }

  /* line 37, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .select-value {
    height: 42px;
    line-height: 42px;
  }

  /* line 42, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .select-wrapper:after {
    top: 15px;
  }

  /* line 46, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .buttons {
    padding-top: 12px;
    margin-top: 12px;
  }

  /* line 51, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .shipping-note {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 24px;
    width: 50%;
    text-align: left;
  }

  /* line 59, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .checkout-form-half-column {
    width: auto;
    float: none;
    padding-right: 0;
    min-height: 0;
  }
  /* line 64, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .checkout-form-half-column.cc-col {
    width: auto;
  }
  /* line 68, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .checkout-form-half-column.shipping-col h3 {
    margin-top: 0;
  }

  /* line 74, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  #cc_submit, #pp_submit {
    position: relative;
    bottom: auto;
    top: auto;
    margin-bottom: 24px;
  }

  /* line 81, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .simple-form-row {
    width: auto;
  }

  /* line 84, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/forms/_small.scss */
  .fancy-textarea {
    width: 100%;
  }

  /* line 1, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  #pre_blurb {
    width: auto;
    padding: 12px;
    font-size: 13px;
  }
  /* line 5, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  #pre_blurb p {
    padding-right: 24px;
  }
  /* line 8, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  #pre_blurb br {
    display: none;
  }

  /* line 14, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  #tiles {
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    margin-top: 8vh;
  }

  /* line 21, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  .preload-tile {
    margin-left: 0 !important;
    margin-top: 30px;
  }
  /* line 24, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  .preload-tile:last-child {
    display: none;
  }

  /* line 29, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  .preview {
    width: 90vw;
    height: 90vh;
  }
  /* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  .preview.dancey {
    margin-top: -45vh;
    margin-left: -45vw;
  }

  /* line 40, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  .framed, #preview_loading {
    width: 90vw;
    height: 90vh;
    overflow: hidden;
  }

  /* line 47, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  #loading_message {
    overflow: hidden;
    *zoom: 1;
    font-size: 16px;
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 64px;
    min-height: 4em;
    padding: relative;
    line-height: 1.2;
  }
  /* line 59, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/loader/_small.scss */
  #loading_message span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    bottom: auto;
    text-align: center;
  }

  /* line 5, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .loader-spinner.behind-loader-message {
    visibility: visible;
  }

  /* line 12, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #free_shipping_on_checkout {
    width: auto;
  }

  /* line 16, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .subtotal-cell {
    min-width: 0;
  }

  /* line 23, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .btn-primary.big-photo-maker-btn u {
    font-size: 30px;
  }
  /* line 26, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .btn-primary.big-photo-maker-btn small {
    font-size: 12px;
  }

  /* line 32, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #pick_your_photo {
    text-align: center;
  }

  /* line 36, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .big-photo-maker-btn-link {
    margin-top: 30px;
    margin-bottom: 24px;
  }

  /* line 41, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .not-ready-h3 {
    border-top: 1px solid #999;
    padding-top: 12px;
    margin-top: 12px;
    font-size: 18px;
  }

  /* line 48, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #content {
    background: transparent;
    width: auto;
    padding-left: 0;
  }

  /* line 55, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .model-bg {
    display: none;
  }

  /* line 63, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 6px;
  }
  /* line 70, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details h3 {
    font-size: 19px;
  }
  /* line 73, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details.shoppable {
    top: auto;
    right: auto;
  }
  /* line 78, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details #redo_link {
    margin-top: 30px;
    margin-bottom: 6px;
  }
  /* line 82, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details #stitchta_link {
    margin-top: 20px;
    font-weight: normal;
  }
  /* line 86, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .product-details #stitchta_link,
  .product-details #redo_link {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  /* line 100, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #tap_below_to_zoom {
    text-align: center;
    margin-bottom: 6px;
  }
  /* line 103, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #tap_below_to_zoom span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.58);
    padding: 3px 6px;
    position: absolute;
    top: 6px;
    z-index: 10;
    right: 12px;
    color: white;
  }

  /* line 115, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .designs-subheader {
    font-size: 16px;
  }
  /* line 117, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .designs-subheader span {
    border: 0;
  }

  /* line 128, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .add-to-cart {
    width: auto;
  }

  /* line 132, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #primary_preview {
    display: none !important;
  }

  /* line 136, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #mona_angle {
    width: 50%;
  }

  /* line 140, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #big_preview_image {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 1200px;
    height: 1200px;
  }

  /* line 149, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box {
    background-color: white;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    height: 100vw;
    background-image: url(/assets/custom-print-model-mobile-5e2e23c5719232712436a473e999207332bf72eb75ce6de527225d44472dbacb.jpg);
    background-position: 8vw 0;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    padding-top: 14.25vw;
    padding-left: 12.75vw;
  }
  /* line 164, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box.format-mini {
    height: 81vw;
    border-top: 2vw solid white;
    top: 0;
    left: 0;
    background-image: url(/assets/mini-trimmed-54b97b919d593dd0e59ecd720f79d90d37adc981988fedb8728fda1b49d4828a.jpg);
    background-position: center center;
    padding-left: 13.65vw;
    padding-top: 1vw;
    background-size: 120vw;
  }
  /* line 175, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box .loaded-preview {
    height: 73vw;
    width: 73vw;
  }
  /* line 179, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box.shoppable {
    left: auto;
    top: auto;
    width: 100vw;
    height: 100vw;
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(/assets/art-print-model-1cd8b170169d33647d8784c3e363a7162e4161d01279c67de874f62a9f318d0a.jpg);
    padding-top: 12.75vw;
    padding-left: 0;
    padding-right: 4.6vw;
  }
  /* line 192, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .preview-box.shoppable .loaded-preview {
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    height: 77vw;
    width: auto;
  }

  /* line 204, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .button-name {
    display: none;
  }

  /* line 208, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #mobile_social {
    float: right;
    margin-left: 12px;
  }

  /* line 213, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  .resp-sharing-button__link {
    display: block;
    margin-left: 0;
    margin-bottom: 6px;
  }

  /* line 220, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/design/_small.scss */
  #primary_details {
    top: 0;
  }

  /* line 2, /Users/dougpfeffer/Development/mojilisa/app/assets/stylesheets/footer/_small.scss */
  .home #footer {
    margin-top: 54px;
  }
}
