/* line 139, ../sass/app.sass */.imageSection .imageWrap {-moz-border-radius-topleft: 10px;-webkit-border-top-left-radius: 10px;-o-border-top-left-radius: 10px;-ms-border-top-left-radius: 10px;-khtml-border-top-left-radius: 10px;border-top-left-radius: 10px;-moz-border-radius-bottomleft: 10px;-webkit-border-bottom-left-radius: 10px;-o-border-bottom-left-radius: 10px;-ms-border-bottom-left-radius: 10px;-khtml-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;width: 400px;height: 300px;float: left;margin-right: 20px;background: url(../img/dark_checkered_bg.png);}/* line 146, ../sass/app.sass */.imageSection .imageWrap .targetImage {-moz-border-radius-topleft: 10px;-webkit-border-top-left-radius: 10px;-o-border-top-left-radius: 10px;-ms-border-top-left-radius: 10px;-khtml-border-top-left-radius: 10px;border-top-left-radius: 10px;-moz-border-radius-bottomleft: 10px;-webkit-border-bottom-left-radius: 10px;-o-border-bottom-left-radius: 10px;-ms-border-bottom-left-radius: 10px;-khtml-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;}/* line 148, ../sass/app.sass */.imageSection .colors {margin-top: 20px;width: 400px;float: left;}/* line 152, ../sass/app.sass */.imageSection .colors .function {clear: left;margin-bottom: 10px;}
/* line 156, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch {
  width: 40px;
  height: 20px;
  margin-right: 0px;
  background: transparent;
  float: left;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: inset 0px 10px 0px rgba(255,255,255,0.11);
  -webkit-box-shadow: inset 0px 10px 0px rgba(255,255,255,0.11);
  -moz-box-shadow: inset 0px 10px 0px rgba(255,255,255,0.11);
  -o-box-shadow: inset 0px 10px 0px rgba(255,255,255,0.11);
  left: 35px;
}
/* line 163, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:hover {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.35);
  -o-box-shadow: 0 1px 10px rgba(0,0,0,0.35);
  box-shadow: 0 1px 10px rgba(0,0,0,0.35);
}
/* line 167, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 169, ../sass/app.sass */
.imageSection .colors .function .swatches .swatch:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 182, ../sass/app.sass */
canvas {
  display: none;
}