/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*
  Mixins are slightly modified from Benjamin Doherty's first implementations: http://gist.github.com/377912
  rgba-background mixin can now be passed an option $dir variable
*/
/* line 49, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/singularitygs-1.0.6/stylesheets/singularitygs/helpers/_clearfix.scss */
.header, .thumb-grid {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  /* line 29, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/singularitygs-1.0.6/stylesheets/singularitygs/helpers/_clearfix.scss */
  .header:before, .thumb-grid:before, .header:after, .thumb-grid:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  /* line 36, ../../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/singularitygs-1.0.6/stylesheets/singularitygs/helpers/_clearfix.scss */
  .header:after, .thumb-grid:after {
    clear: both; }

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em; }

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold; }

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic; }

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%; }

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none; }

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0; }

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
COLOR SCHEMER
*********************/
/*********************
COLORS
*********************/
/* line 72, ../scss/_mixins.scss */
.thumb-grid img, .project-thumb img, .entry-content img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* line 87, ../scss/_mixins.scss */
body {
  font-family: "Avenir Next W01 Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

/* line 91, ../scss/_mixins.scss */
body em {
  font-family: "AvenirNextW01-ThinItali", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

/* line 95, ../scss/_mixins.scss */
body strong, a, a:visited, .meta time {
  font-family: "AvenirNextLTW01-Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

/* line 99, ../scss/_mixins.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Felbridge W01", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

/* line 103, ../scss/_mixins.scss */
#submit, #inner-footer .button, .button {
  font-family: "Felbridge W01 Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

/* line 120, ../scss/_mixins.scss */
.thumb-grid.centered li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

/* line 129, ../scss/_mixins.scss */
.stripes {
  height: 5px; }
  /* line 132, ../scss/_mixins.scss */
  .orange.stripes {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5OGMyNiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNkOThjMjYiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZGQ5NzNjIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNkZDk3M2MiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2UwYTM1MiIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZTBhMzUyIi8+PHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNlNGFlNjciLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2U0YWU2NyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZThiYTdkIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlOGJhN2QiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZTJiYyIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZlMmJjIi8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmQ4YTMiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZDhhMyIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjZDg5Ii8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmNkODkiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmYzI3MCIvPjxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjZmZjMjcwIi8+PHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNmZmI3NTYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmYjc1NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZjMjcwIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNmZmMyNzAiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmY2Q4OSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZjZDg5Ii8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmQ4YTMiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZDhhMyIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZmZlMmJjIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNmZmUyYmMiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2U4YmE3ZCIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZThiYTdkIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNlNGFlNjciLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2U0YWU2NyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTBhMzUyIi8+PHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiNlMGEzNTIiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2RkOTczYyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZGQ5NzNjIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNkOThjMjYiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Q5OGMyNiIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjYzM3ZTIyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzM3ZTIyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-linear-gradient(left, #d98c26 0%, #d98c26 5%, #dd973c 5%, #dd973c 10%, #e0a352 10%, #e0a352 15%, #e4ae67 15%, #e4ae67 20%, #e8ba7d 20%, #e8ba7d 25%, #ffe2bc 25%, #ffe2bc 30%, #ffd8a3 30%, #ffd8a3 35%, #ffcd89 35%, #ffcd89 40%, #ffc270 40%, #ffc270 45%, #ffb756 45%, #ffb756 50%, #ffc270 50%, #ffc270 55%, #ffcd89 55%, #ffcd89 60%, #ffd8a3 60%, #ffd8a3 65%, #ffe2bc 65%, #ffe2bc 70%, #e8ba7d 70%, #e8ba7d 75%, #e4ae67 75%, #e4ae67 80%, #e0a352 80%, #e0a352 85%, #dd973c 85%, #dd973c 90%, #d98c26 90%, #d98c26 95%, #c37e22 95%, #c37e22 100%);
    background-image: -moz-linear-gradient(left, #d98c26 0%, #d98c26 5%, #dd973c 5%, #dd973c 10%, #e0a352 10%, #e0a352 15%, #e4ae67 15%, #e4ae67 20%, #e8ba7d 20%, #e8ba7d 25%, #ffe2bc 25%, #ffe2bc 30%, #ffd8a3 30%, #ffd8a3 35%, #ffcd89 35%, #ffcd89 40%, #ffc270 40%, #ffc270 45%, #ffb756 45%, #ffb756 50%, #ffc270 50%, #ffc270 55%, #ffcd89 55%, #ffcd89 60%, #ffd8a3 60%, #ffd8a3 65%, #ffe2bc 65%, #ffe2bc 70%, #e8ba7d 70%, #e8ba7d 75%, #e4ae67 75%, #e4ae67 80%, #e0a352 80%, #e0a352 85%, #dd973c 85%, #dd973c 90%, #d98c26 90%, #d98c26 95%, #c37e22 95%, #c37e22 100%);
    background-image: -o-linear-gradient(left, #d98c26 0%, #d98c26 5%, #dd973c 5%, #dd973c 10%, #e0a352 10%, #e0a352 15%, #e4ae67 15%, #e4ae67 20%, #e8ba7d 20%, #e8ba7d 25%, #ffe2bc 25%, #ffe2bc 30%, #ffd8a3 30%, #ffd8a3 35%, #ffcd89 35%, #ffcd89 40%, #ffc270 40%, #ffc270 45%, #ffb756 45%, #ffb756 50%, #ffc270 50%, #ffc270 55%, #ffcd89 55%, #ffcd89 60%, #ffd8a3 60%, #ffd8a3 65%, #ffe2bc 65%, #ffe2bc 70%, #e8ba7d 70%, #e8ba7d 75%, #e4ae67 75%, #e4ae67 80%, #e0a352 80%, #e0a352 85%, #dd973c 85%, #dd973c 90%, #d98c26 90%, #d98c26 95%, #c37e22 95%, #c37e22 100%);
    background-image: linear-gradient(to right, #d98c26 0%, #d98c26 5%, #dd973c 5%, #dd973c 10%, #e0a352 10%, #e0a352 15%, #e4ae67 15%, #e4ae67 20%, #e8ba7d 20%, #e8ba7d 25%, #ffe2bc 25%, #ffe2bc 30%, #ffd8a3 30%, #ffd8a3 35%, #ffcd89 35%, #ffcd89 40%, #ffc270 40%, #ffc270 45%, #ffb756 45%, #ffb756 50%, #ffc270 50%, #ffc270 55%, #ffcd89 55%, #ffcd89 60%, #ffd8a3 60%, #ffd8a3 65%, #ffe2bc 65%, #ffe2bc 70%, #e8ba7d 70%, #e8ba7d 75%, #e4ae67 75%, #e4ae67 80%, #e0a352 80%, #e0a352 85%, #dd973c 85%, #dd973c 90%, #d98c26 90%, #d98c26 95%, #c37e22 95%, #c37e22 100%); }
  /* line 157, ../scss/_mixins.scss */
  .blue.stripes {
    height: 5px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NmY4NCIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiM0NzZmODQiLz48c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNTA3ZDk1Ii8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiM1MDdkOTUiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzU5OGJhNSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjNTk4YmE1Ii8+PHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM2OTk3YWUiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzY5OTdhZSIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjN2FhMmI3Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM3YWEyYjciLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNhZWFlYWUiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2FlYWVhZSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjYTJhMmEyIi8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNhMmEyYTIiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIvPjxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjOTU5NTk1Ii8+PHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiM4ODg4ODgiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTU5NTk1Ii8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiM5NTk1OTUiLz48c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2EyYTJhMiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjYTJhMmEyIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNhZWFlYWUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2FlYWVhZSIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzdhYTJiNyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjN2FhMmI3Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM2OTk3YWUiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzY5OTdhZSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjNTk4YmE1Ii8+PHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiM1OThiYTUiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzUwN2Q5NSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjNTA3ZDk1Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM0NzZmODQiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzQ3NmY4NCIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjM2U2MTczIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2U2MTczIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-linear-gradient(left, #476f84 0%, #476f84 5%, #507d95 5%, #507d95 10%, #598ba5 10%, #598ba5 15%, #6997ae 15%, #6997ae 20%, #7aa2b7 20%, #7aa2b7 25%, #bbbbbb 25%, #bbbbbb 30%, #aeaeae 30%, #aeaeae 35%, #a2a2a2 35%, #a2a2a2 40%, #959595 40%, #959595 45%, #888888 45%, #888888 50%, #959595 50%, #959595 55%, #a2a2a2 55%, #a2a2a2 60%, #aeaeae 60%, #aeaeae 65%, #bbbbbb 65%, #bbbbbb 70%, #7aa2b7 70%, #7aa2b7 75%, #6997ae 75%, #6997ae 80%, #598ba5 80%, #598ba5 85%, #507d95 85%, #507d95 90%, #476f84 90%, #476f84 95%, #3e6173 95%, #3e6173 100%);
    background-image: -moz-linear-gradient(left, #476f84 0%, #476f84 5%, #507d95 5%, #507d95 10%, #598ba5 10%, #598ba5 15%, #6997ae 15%, #6997ae 20%, #7aa2b7 20%, #7aa2b7 25%, #bbbbbb 25%, #bbbbbb 30%, #aeaeae 30%, #aeaeae 35%, #a2a2a2 35%, #a2a2a2 40%, #959595 40%, #959595 45%, #888888 45%, #888888 50%, #959595 50%, #959595 55%, #a2a2a2 55%, #a2a2a2 60%, #aeaeae 60%, #aeaeae 65%, #bbbbbb 65%, #bbbbbb 70%, #7aa2b7 70%, #7aa2b7 75%, #6997ae 75%, #6997ae 80%, #598ba5 80%, #598ba5 85%, #507d95 85%, #507d95 90%, #476f84 90%, #476f84 95%, #3e6173 95%, #3e6173 100%);
    background-image: -o-linear-gradient(left, #476f84 0%, #476f84 5%, #507d95 5%, #507d95 10%, #598ba5 10%, #598ba5 15%, #6997ae 15%, #6997ae 20%, #7aa2b7 20%, #7aa2b7 25%, #bbbbbb 25%, #bbbbbb 30%, #aeaeae 30%, #aeaeae 35%, #a2a2a2 35%, #a2a2a2 40%, #959595 40%, #959595 45%, #888888 45%, #888888 50%, #959595 50%, #959595 55%, #a2a2a2 55%, #a2a2a2 60%, #aeaeae 60%, #aeaeae 65%, #bbbbbb 65%, #bbbbbb 70%, #7aa2b7 70%, #7aa2b7 75%, #6997ae 75%, #6997ae 80%, #598ba5 80%, #598ba5 85%, #507d95 85%, #507d95 90%, #476f84 90%, #476f84 95%, #3e6173 95%, #3e6173 100%);
    background-image: linear-gradient(to right, #476f84 0%, #476f84 5%, #507d95 5%, #507d95 10%, #598ba5 10%, #598ba5 15%, #6997ae 15%, #6997ae 20%, #7aa2b7 20%, #7aa2b7 25%, #bbbbbb 25%, #bbbbbb 30%, #aeaeae 30%, #aeaeae 35%, #a2a2a2 35%, #a2a2a2 40%, #959595 40%, #959595 45%, #888888 45%, #888888 50%, #959595 50%, #959595 55%, #a2a2a2 55%, #a2a2a2 60%, #aeaeae 60%, #aeaeae 65%, #bbbbbb 65%, #bbbbbb 70%, #7aa2b7 70%, #7aa2b7 75%, #6997ae 75%, #6997ae 80%, #598ba5 80%, #598ba5 85%, #507d95 85%, #507d95 90%, #476f84 90%, #476f84 95%, #3e6173 95%, #3e6173 100%); }
  /* line 183, ../scss/_mixins.scss */
  .no-cssgradients .orange.stripes {
    background-color: #dd973c; }
  /* line 186, ../scss/_mixins.scss */
  .no-cssgradients .blue.stripes {
    background-color: #507d95; }

/* line 203, ../scss/_mixins.scss */
.clearfix {
  zoom: 1; }
  /* line 205, ../scss/_mixins.scss */
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  /* line 206, ../scss/_mixins.scss */
  .clearfix:after {
    clear: both; }

/* line 209, ../scss/_mixins.scss */
.thumb-grid img, .project-thumb img, .entry-content img {
  padding: 10px;
  border: 1px solid #c7bca2;
  -webkit-box-shadow: inset 0 0 5px rgba(53, 83, 99, 0.3);
  -moz-box-shadow: inset 0 0 5px rgba(53, 83, 99, 0.3);
  box-shadow: inset 0 0 5px rgba(53, 83, 99, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
  /* line 215, ../scss/_mixins.scss */
  .thumb-grid img:hover, .project-thumb img:hover, .entry-content img:hover {
    border: 1px solid #7a97a6;
    -webkit-box-shadow: inset 0 0 10px rgba(173, 112, 31, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(173, 112, 31, 0.3);
    box-shadow: inset 0 0 10px rgba(173, 112, 31, 0.3);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

/*********************
TOOLS
*********************/
/* line 229, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
BUTTONS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* line 256, ../scss/_mixins.scss */
#submit, #inner-footer .button, .button {
  border: 1px solid #ff9b14;
  border-top-color: #ffa832;
  border-left-color: #ffa832;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffac3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb756), to(#ffac3d));
  background-image: -webkit-linear-gradient(top, #ffb756, #ffac3d);
  background-image: -moz-linear-gradient(top, #ffb756, #ffac3d);
  background-image: -o-linear-gradient(top, #ffb756, #ffac3d);
  background-image: -ms-linear-gradient(top, #ffb756, #ffac3d);
  background-image: linear-gradient(to bottom, #ffb756, #ffac3d);
  text-shadow: 0 -1px 0 #996d33, 0 1px 1px #ffc577; }
  /* line 270, ../scss/_mixins.scss */
  #submit:hover, #inner-footer .button:hover, #submit:focus, #inner-footer .button:focus, .button:hover, .button:focus {
    border: 1px solid #ff9b14;
    border-top-color: #ef8900;
    border-left-color: #ef8900;
    background-color: #ffa123;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffac3d), to(#ffa123));
    background-image: -webkit-linear-gradient(top, #ffac3d, #ffa123);
    background-image: -moz-linear-gradient(top, #ffac3d, #ffa123);
    background-image: -o-linear-gradient(top, #ffac3d, #ffa123);
    background-image: -ms-linear-gradient(top, #ffac3d, #ffa123);
    background-image: linear-gradient(to bottom, #ffac3d, #ffa123); }
  /* line 278, ../scss/_mixins.scss */
  #submit:active, #inner-footer .button:active, .button:active {
    background-color: #ffb756;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffac3d), to(#ffb756));
    background-image: -webkit-linear-gradient(top, #ffac3d, #ffb756);
    background-image: -moz-linear-gradient(top, #ffac3d, #ffb756);
    background-image: -o-linear-gradient(top, #ffac3d, #ffb756);
    background-image: -ms-linear-gradient(top, #ffac3d, #ffb756);
    background-image: linear-gradient(to bottom, #ffac3d, #ffb756); }

/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 14, ../scss/animate.scss */
.icon-spinner, #gallerySlider .placeholder .icon-spin, #logo a {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes spinning {
  /* line 28, ../scss/animate.scss */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 31, ../scss/animate.scss */
  100% {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes spinning {
  /* line 36, ../scss/animate.scss */
  0% {
    -moz-transform: rotate(0deg); }

  /* line 39, ../scss/animate.scss */
  100% {
    -moz-transform: rotate(359deg); } }

@-o-keyframes spinning {
  /* line 44, ../scss/animate.scss */
  0% {
    -o-transform: rotate(0deg); }

  /* line 47, ../scss/animate.scss */
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spinning {
  /* line 52, ../scss/animate.scss */
  0% {
    transform: rotate(0deg); }

  /* line 55, ../scss/animate.scss */
  100% {
    transform: rotate(359deg); } }

/* line 59, ../scss/animate.scss */
.icon-spinner, #gallerySlider .placeholder .icon-spin {
  -webkit-animation: spinning 1s infinite;
  /* Safari 4+ */
  -moz-animation: spinning 1s infinite;
  /* Fx 5+ */
  -o-animation: spinning 1s infinite;
  /* Opera 12+ */
  animation: spinning 1s infinite;
  /* IE 10+ */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

@-webkit-keyframes fadeInLeft {
  /* line 209, ../scss/animate.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  /* line 214, ../scss/animate.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  /* line 221, ../scss/animate.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  /* line 226, ../scss/animate.scss */
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  /* line 233, ../scss/animate.scss */
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  /* line 238, ../scss/animate.scss */
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  /* line 245, ../scss/animate.scss */
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  /* line 250, ../scss/animate.scss */
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 256, ../scss/animate.scss */
#logo a {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, ../scss/icons.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 30, ../scss/icons.scss */
#gallerySlider .placeholder .icon-spin, #menu-toggle, #closebutton {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* line 101, ../scss/icons.scss */
#gallerySlider .placeholder .icon-spin:before, .icon-spinner:before {
  content: "\e013"; }

/* line 104, ../scss/icons.scss */
#menu-toggle:before {
  content: "\e014"; }

/* line 122, ../scss/icons.scss */
#closebutton:before, .icon-eye-blocked:before {
  content: "\e01a"; }

/* line 125, ../scss/icons.scss */
.icon-eye:before {
  content: "\e01b"; }

/* The gallery overlay */
/* line 3, ../scss/touchTouch.scss */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background: url('../images/rgbapng/ffffff99.png?1370370150');
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

/* This class will trigger the animation */
/* line 22, ../scss/touchTouch.scss */
#galleryOverlay.visible {
  opacity: 1; }

/* line 26, ../scss/touchTouch.scss */
#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }

/* line 41, ../scss/touchTouch.scss */
#gallerySlider .placeholder {
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block; }
  /* line 48, ../scss/touchTouch.scss */
  #gallerySlider .placeholder .icon-spin {
    font-size: 50px; }

/* The before element moves the
 * image halfway from the top */
/* line 57, ../scss/touchTouch.scss */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

/* line 65, ../scss/touchTouch.scss */
#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

/* line 72, ../scss/touchTouch.scss */
#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

/* line 77, ../scss/touchTouch.scss */
#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  /* line 85, ../scss/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 86, ../scss/touchTouch.scss */
  50% {
    margin-left: -30px; }

  /* line 87, ../scss/touchTouch.scss */
  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  /* line 91, ../scss/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 92, ../scss/touchTouch.scss */
  50% {
    margin-left: 30px; }

  /* line 93, ../scss/touchTouch.scss */
  100% {
    margin-left: 0px; } }

/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  /* line 99, ../scss/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 100, ../scss/touchTouch.scss */
  50% {
    margin-left: -30px; }

  /* line 101, ../scss/touchTouch.scss */
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  /* line 105, ../scss/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 106, ../scss/touchTouch.scss */
  50% {
    margin-left: 30px; }

  /* line 107, ../scss/touchTouch.scss */
  100% {
    margin-left: 0px; } }

/* Arrows */
/* line 112, ../scss/touchTouch.scss */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

/* line 130, ../scss/touchTouch.scss */
#prevArrow:hover, #nextArrow:hover {
  opacity: 1; }

/* line 134, ../scss/touchTouch.scss */
#prevArrow {
  background-position: left top;
  left: 40px; }

/* line 139, ../scss/touchTouch.scss */
#nextArrow {
  background-position: right top;
  right: 40px; }

/* line 143, ../scss/touchTouch.scss */
#closebutton {
  display: block;
  font-size: 44px;
  /*line-height: 25px;*/
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 5; }

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/labs/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 * 
 * Classes added:
 * 	1) hint
 */
/* line 13, ../scss/tooltips/hint-core.scss */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */ }
  /* line 17, ../scss/tooltips/hint-core.scss */
  .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
  /* line 41, ../scss/tooltips/hint-core.scss */
  .hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    visibility: visible;
    opacity: 1; }
  /* line 49, ../scss/tooltips/hint-core.scss */
  .hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  /* line 61, ../scss/tooltips/hint-core.scss */
  .hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: white;
    text-shadow: 0 -1px 0px black;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 * 
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
/* line 16, ../scss/tooltips/hint-mixins.scss */
.hint--top:before {
  border-top-color: #383838; }

/* line 16, ../scss/tooltips/hint-mixins.scss */
.hint--bottom:before {
  border-bottom-color: #383838; }

/* line 16, ../scss/tooltips/hint-mixins.scss */
.hint--left:before {
  border-left-color: #383838; }

/* line 16, ../scss/tooltips/hint-mixins.scss */
.hint--right:before {
  border-right-color: #383838; }

/**
 * top tooltip
 */
/* line 14, ../scss/tooltips/hint-position.scss */
.hint--top:before {
  margin-bottom: -12px; }
/* line 19, ../scss/tooltips/hint-position.scss */
.hint--top:after {
  margin-left: -18px; }
/* line 24, ../scss/tooltips/hint-position.scss */
.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }
/* line 29, ../scss/tooltips/hint-position.scss */
.hint--top:hover:before, .hint--top:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
/* line 14, ../scss/tooltips/hint-position.scss */
.hint--bottom:before {
  margin-top: -12px; }
/* line 19, ../scss/tooltips/hint-position.scss */
.hint--bottom:after {
  margin-left: -18px; }
/* line 24, ../scss/tooltips/hint-position.scss */
.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }
/* line 29, ../scss/tooltips/hint-position.scss */
.hint--bottom:hover:before, .hint--bottom:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * right tooltip
 */
/* line 37, ../scss/tooltips/hint-position.scss */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px; }
/* line 44, ../scss/tooltips/hint-position.scss */
.hint--right:after {
  margin-bottom: -14px; }
/* line 49, ../scss/tooltips/hint-position.scss */
.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }
/* line 54, ../scss/tooltips/hint-position.scss */
.hint--right:hover:before, .hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
/* line 37, ../scss/tooltips/hint-position.scss */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px; }
/* line 44, ../scss/tooltips/hint-position.scss */
.hint--left:after {
  margin-bottom: -14px; }
/* line 49, ../scss/tooltips/hint-position.scss */
.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }
/* line 54, ../scss/tooltips/hint-position.scss */
.hint--left:hover:before, .hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 * 
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 * 	
 */
/**
 * Error
 */
/* line 17, ../scss/tooltips/hint-color-types.scss */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--error.hint--top:before {
  border-top-color: #b34e4d; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--error.hint--left:before {
  border-left-color: #b34e4d; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

/**
 * Warning
 */
/* line 17, ../scss/tooltips/hint-color-types.scss */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--warning.hint--top:before {
  border-top-color: #c09854; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--warning.hint--left:before {
  border-left-color: #c09854; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--warning.hint--right:before {
  border-right-color: #c09854; }

/**
 * Info
 */
/* line 17, ../scss/tooltips/hint-color-types.scss */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--info.hint--top:before {
  border-top-color: #3986ac; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--info.hint--left:before {
  border-left-color: #3986ac; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--info.hint--right:before {
  border-right-color: #3986ac; }

/**
 * Success
 */
/* line 17, ../scss/tooltips/hint-color-types.scss */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--success.hint--top:before {
  border-top-color: #458746; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--success.hint--bottom:before {
  border-bottom-color: #458746; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--success.hint--left:before {
  border-left-color: #458746; }
/* line 11, ../scss/tooltips/hint-mixins.scss */
.hint--success.hint--right:before {
  border-right-color: #458746; }

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 * 
 * Classes added:
 * 	1) hint--always
 * 	
 */
/* line 21, ../scss/tooltips/hint-always.scss */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }
/* line 13, ../scss/tooltips/hint-always.scss */
.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY-8px;
  -moz-transform: translateY-8px;
  transform: translateY-8px; }
/* line 13, ../scss/tooltips/hint-always.scss */
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY8px;
  -moz-transform: translateY8px;
  transform: translateY8px; }
/* line 13, ../scss/tooltips/hint-always.scss */
.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX-8px;
  -moz-transform: translateX-8px;
  transform: translateX-8px; }
/* line 13, ../scss/tooltips/hint-always.scss */
.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX8px;
  -moz-transform: translateX8px;
  transform: translateX8px; }

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 * 
 * Classes added:
 * 	1) hint--rounded
 *  
 */
/* line 12, ../scss/tooltips/hint-rounded.scss */
.hint--rounded:after {
  border-radius: 4px; }

/* line 36, ../scss/tooltips/hint.scss */
.hint--top.thumb:before, .hint--top.project-thumb:before {
  margin-left: -6px;
  border-top-color: #6b8b9c; }
/* line 40, ../scss/tooltips/hint.scss */
.hint--top.thumb:after, .hint--top.project-thumb:after {
  width: 110%;
  white-space: normal;
  margin-left: -55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #6b8b9c;
  font-size: 1em;
  text-shadow: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/* line 26, ../scss/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 30, ../scss/_base.scss */
#content.colors {
  background: #fff;
  padding: 80px 0; }

/* line 36, ../scss/_base.scss */
ul.colors li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
  margin: 70px 40px 40px 40px;
  position: relative; }
  /* line 44, ../scss/_base.scss */
  ul.colors li:before {
    position: absolute;
    top: -60px;
    left: 0; }
  /* line 49, ../scss/_base.scss */
  ul.colors li:nth-child(1) {
    background: #ffb756; }
    /* line 51, ../scss/_base.scss */
    ul.colors li:nth-child(1):before {
      content: '$orange';
      display: block; }
  /* line 56, ../scss/_base.scss */
  ul.colors li:nth-child(2) {
    background: #d98c26; }
    /* line 58, ../scss/_base.scss */
    ul.colors li:nth-child(2):before {
      content: '$darkOrange';
      display: block; }
  /* line 63, ../scss/_base.scss */
  ul.colors li:nth-child(3) {
    background: #996d33; }
    /* line 65, ../scss/_base.scss */
    ul.colors li:nth-child(3):before {
      content: '$brown';
      display: block; }
  /* line 70, ../scss/_base.scss */
  ul.colors li:nth-child(4) {
    background: #4c3619; }
    /* line 72, ../scss/_base.scss */
    ul.colors li:nth-child(4):before {
      content: '$darkBrown';
      display: block; }
  /* line 77, ../scss/_base.scss */
  ul.colors li:nth-child(5) {
    background: #336077; }
    /* line 79, ../scss/_base.scss */
    ul.colors li:nth-child(5):before {
      content: '$blue';
      display: block; }
  /* line 84, ../scss/_base.scss */
  ul.colors li:nth-child(6) {
    background: #1e3947; }
    /* line 86, ../scss/_base.scss */
    ul.colors li:nth-child(6):before {
      content: '$darkBlue';
      display: block; }
  /* line 91, ../scss/_base.scss */
  ul.colors li:nth-child(7) {
    background: #fff9ee; }
    /* line 93, ../scss/_base.scss */
    ul.colors li:nth-child(7):before {
      content: '$bgColor';
      display: block; }

/*********************
GENERAL STYLES
*********************/
/* line 104, ../scss/_base.scss */
body {
  line-height: 1.6;
  color: #1e3947;
  background-color: #fff9ee; }

/* line 118, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  display: block; }

/* line 124, ../scss/_base.scss */
ul {
  margin: 0; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 173, ../scss/_base.scss */
.wrap {
  max-width: 72em;
  margin: 0 auto;
  padding: 0 5.88235%; }

/*********************
LINK STYLES
*********************/
/* line 183, ../scss/_base.scss */
a, a:visited {
  color: #476f84;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }
  /* line 188, ../scss/_base.scss */
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #336077;
    text-decoration: underline; }
  /* line 193, ../scss/_base.scss */
  a[class^="icon"]:hover, a[class^="icon"]:focus, a:visited[class^="icon"]:hover, a:visited[class^="icon"]:focus {
    color: #336077;
    text-decoration: none; }
  /* line 203, ../scss/_base.scss */
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 212, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #336077;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  /* line 221, ../scss/_base.scss */
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/* line 226, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

/* line 231, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

/* line 237, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em; }

/* line 241, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em; }

/* line 245, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 252, ../scss/_base.scss */
p {
  margin: 0 0 1em 0; }
  /* line 254, ../scss/_base.scss */
  p:last-child {
    margin-bottom: 0; }

/*********************
HEADER STYLES
*********************/
/* line 262, ../scss/_base.scss */
.header {
  position: relative; }

/* line 267, ../scss/_base.scss */
#inner-header {
  position: relative; }

/* line 271, ../scss/_base.scss */
#logo {
  margin-left: 10px;
  font-size: 1em; }
  /* line 274, ../scss/_base.scss */
  #logo a {
    display: block;
    height: 110px;
    height: 0;
    padding-bottom: 30%;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../images/fstop-logo-orange-og.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 1em 0; }
  /* line 292, ../scss/_base.scss */
  .no-svg #logo a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/fstop-logo-350.png?1362695965');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 550px;
    height: 200px;
    display: block; }
  /* line 298, ../scss/_base.scss */
  .lt-ie9 #logo a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/fstop-logo-350.png?1362695965');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 550px;
    height: 200px;
    background-position-x: 0; }

/* line 304, ../scss/_base.scss */
.tagline {
  text-align: center;
  padding: 1em 0;
  color: #1e3947; }

/* line 309, ../scss/_base.scss */
.stripes {
  height: 5px;
  background-color: #d98c26; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 327, ../scss/_base.scss */
.nav {
  position: relative;
  clear: both;
  padding-top: 5px; }

/* line 335, ../scss/_base.scss */
#menu-toggle {
  display: block;
  background: #fff9ee;
  color: #d98c26;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 1px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #ffd08c #ffd9a1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-decoration: none !important; }
  /* line 352, ../scss/_base.scss */
  #menu-toggle.open {
    background: #fff1d5;
    top: 6px; }
  /* line 358, ../scss/_base.scss */
  #menu-toggle span {
    text-indent: 200%;
    font: 0/0;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden; }

/* line 374, ../scss/_base.scss */
ul {
  /* end &.main-menu */ }
  /* line 375, ../scss/_base.scss */
  ul#menu-main-menu {
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
    display: none;
    background: #fff6e4;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #ffe1b5;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    /* line 385, ../scss/_base.scss */
    ul#menu-main-menu li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      /* line 388, ../scss/_base.scss */
      ul#menu-main-menu li a, ul#menu-main-menu li a:visited {
        display: block;
        text-decoration: none;
        padding: 10px 12px;
        color: #476f84;
        -webkit-tap-highlight-color: #fff9ee;
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
        border-bottom: solid 2px transparent; }
        @media screen and (min-width: 344px) {
          /* line 388, ../scss/_base.scss */
          ul#menu-main-menu li a, ul#menu-main-menu li a:visited {
            padding: 10px 15px; } }
        @media screen and (min-width: 364px) {
          /* line 388, ../scss/_base.scss */
          ul#menu-main-menu li a, ul#menu-main-menu li a:visited {
            padding: 10px 18px; } }
        /* line 407, ../scss/_base.scss */
        ul#menu-main-menu li a:active, ul#menu-main-menu li a:visited:active {
          background: #d98c26;
          color: #fff9ee; }
      /* line 422, ../scss/_base.scss */
      ul#menu-main-menu li ul.sub-menu li a,
      ul#menu-main-menu li ul.children li a {
        padding-left: 30px; }

/* end ul */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 458, ../scss/_base.scss */
#content {
  background: #fff1d5; }

/* line 461, ../scss/_base.scss */
#inner-content {
  padding-top: 1.4%;
  padding-bottom: 1.4%; }

/* line 471, ../scss/_base.scss */
.projects .thumb-grid {
  padding: 32px 0; }
/* line 476, ../scss/_base.scss */
.thumb-grid li a {
  position: relative; }
/* line 479, ../scss/_base.scss */
.thumb-grid li:last-child {
  margin-right: 0 !important; }
/* line 487, ../scss/_base.scss */
.thumb-grid.centered {
  text-align: center; }
  /* line 489, ../scss/_base.scss */
  .thumb-grid.centered li {
    width: 26%;
    margin: 0 7% 7% -4px; }
    /* line 493, ../scss/_base.scss */
    .thumb-grid.centered li:nth-child(3n) {
      margin-right: 0; }

/* line 510, ../scss/_base.scss */
.description li {
  margin-bottom: 1em; }
  /* line 512, ../scss/_base.scss */
  .description li h4 {
    margin: 0; }

/* line 517, ../scss/_base.scss */
.project-tags {
  margin: 1em 0;
  text-align: center; }
  /* line 520, ../scss/_base.scss */
  .project-tags a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #e6b471;
    padding: 0 10px;
    margin: 0 2px;
    border: solid 1px #ffdfa2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    /* line 527, ../scss/_base.scss */
    .project-tags a:hover {
      text-decoration: none;
      color: #b87720;
      background: #fff9ee; }
    /* line 532, ../scss/_base.scss */
    .project-tags a.current {
      color: #b87720;
      background: #fff9ee; }
      /* line 535, ../scss/_base.scss */
      .project-tags a.current:hover {
        color: #1e3947;
        background: #fff9ef; }

/*********************
Pictures
*********************/
/* line 545, ../scss/_base.scss */
.picture-frames {
  margin: 0;
  text-align: center; }
  /* line 549, ../scss/_base.scss */
  .picture-frames li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    margin-left: -4px;
    padding: 3%;
    background: #fff;
    border: solid 10px #000;
    border-color: #111 #222 #333 #222;
    position: relative;
    -webkit-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.8);
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    /* line 571, ../scss/_base.scss */
    .picture-frames li:nth-child(2n) {
      margin-right: 0; }
    /* line 574, ../scss/_base.scss */
    .picture-frames li:before, .picture-frames li:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%; }
    /* line 581, ../scss/_base.scss */
    .picture-frames li:before {
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0; }
  /* line 592, ../scss/_base.scss */
  .picture-frames a {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    /* line 597, ../scss/_base.scss */
    .picture-frames a img {
      width: 100%;
      height: auto;
      display: block; }
      /* line 601, ../scss/_base.scss */
      .picture-frames a img:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: solid 1px red; }
    /* line 611, ../scss/_base.scss */
    .picture-frames a:before, .picture-frames a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%; }
    /* line 617, ../scss/_base.scss */
    .picture-frames a:before {
      top: 0;
      left: 0;
      z-index: 10;
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); }
    /* line 625, ../scss/_base.scss */
    .picture-frames a:after {
      /* nail stalk...or something */ }
    /* line 629, ../scss/_base.scss */
    .picture-frames a:hover span:after {
      -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
      box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8);
      border-color: #aaa #bbb #ccc #bbb; }
    /* line 633, ../scss/_base.scss */
    .picture-frames a span {
      /* matte */
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      /* line 643, ../scss/_base.scss */
      .picture-frames a span:before, .picture-frames a span:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: -2px;
        left: -2px; }
      /* line 651, ../scss/_base.scss */
      .picture-frames a span:after {
        border: solid 2px #ddd;
        border-color: #ccc #ddd #eee #ddd;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

/* end .hentry */
/* line 669, ../scss/_base.scss */
.post-content {
  margin-bottom: 1em; }

/* line 677, ../scss/_base.scss */
.page-title, .section-title, article header h1 {
  font-size: 1.7em;
  color: #d98c26;
  text-align: center;
  text-shadow: 1px 1px 1px #725126; }
  /* line 682, ../scss/_base.scss */
  .blog .page-title, .single-post .page-title, .blog .section-title, .single-post .section-title, .blog article header h1, .single-post article header h1 {
    text-align: left; }
  /* line 689, ../scss/_base.scss */
  .page-title a, .page-title a:visited, .section-title a, .section-title a:visited, article header h1 a, article header h1 a:visited {
    color: inherit; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 715, ../scss/_base.scss */
.byline {
  color: #999; }

/* line 721, ../scss/_base.scss */
.meta time {
  color: #336077; }

/* entry content */
/* line 728, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  /* line 763, ../scss/_base.scss */
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  /* line 770, ../scss/_base.scss */
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  /* line 785, ../scss/_base.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  /* line 792, ../scss/_base.scss */
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  /* line 797, ../scss/_base.scss */
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
/* line 805, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  /* line 811, ../scss/_base.scss */
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  /* line 817, ../scss/_base.scss */
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 855, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

/* line 858, ../scss/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  /* line 860, ../scss/_base.scss */
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    /* line 864, ../scss/_base.scss */
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      text-decoration: none;
      position: relative; }
      /* line 871, ../scss/_base.scss */
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        color: #f01d4f;
        text-decoration: underline; }
  /* line 880, ../scss/_base.scss */
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative; }
    /* line 885, ../scss/_base.scss */
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  /* line 896, ../scss/_base.scss */
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    /* line 899, ../scss/_base.scss */
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  /* line 908, ../scss/_base.scss */
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 951, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left; }
/* line 955, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 966, ../scss/_base.scss */
#comments {
  /* number of comments span */ }

/* line 983, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  /* line 985, ../scss/_base.scss */
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    /* line 993, ../scss/_base.scss */
    .commentlist li:last-child {
      margin-bottom: 0; }
    /* line 997, ../scss/_base.scss */
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  /* line 1015, ../scss/_base.scss */
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  /* line 1019, ../scss/_base.scss */
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  /* line 1024, ../scss/_base.scss */
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  /* line 1038, ../scss/_base.scss */
  .commentlist .odd {
    background: #eee; }
  /* line 1041, ../scss/_base.scss */
  .commentlist .even {
    background: #fefefe; }
  /* line 1056, ../scss/_base.scss */
  .commentlist .vcard {
    margin-left: 50px; }
    /* line 1059, ../scss/_base.scss */
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    /* line 1067, ../scss/_base.scss */
    .commentlist .vcard time {
      float: right; }
      /* line 1070, ../scss/_base.scss */
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        /* line 1074, ../scss/_base.scss */
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    /* line 1084, ../scss/_base.scss */
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  /* line 1109, ../scss/_base.scss */
  .commentlist .comment_content {
    margin-left: 50px; }
    /* line 1112, ../scss/_base.scss */
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  /* line 1121, ../scss/_base.scss */
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    /* line 1133, ../scss/_base.scss */
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1145, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  /* line 1149, ../scss/_base.scss */
  .respond-form form {
    margin: 0.75em 0; }
    /* line 1152, ../scss/_base.scss */
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      /* line 1158, ../scss/_base.scss */
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    /* line 1166, ../scss/_base.scss */
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      /* line 1172, ../scss/_base.scss */
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      /* line 1177, ../scss/_base.scss */
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    /* line 1190, ../scss/_base.scss */
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    /* line 1195, ../scss/_base.scss */
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
/* line 1210, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1223, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
/* line 1228, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1244, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */ }

	/*********************
SIDEBARS & ASIDES
*********************/
/* line 1264, ../scss/_base.scss */
#sidebar1 {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #ffda92;
  -webkit-box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.05);
  background: none; }

/* line 1273, ../scss/_base.scss */
#wp_current_weather-2 {
  text-align: center; }
  /* line 1276, ../scss/_base.scss */
  #wp_current_weather-2 .wpcw_box {
    background-position: center top; }
    /* line 1278, ../scss/_base.scss */
    #wp_current_weather-2 .wpcw_box.icon34 {
      background-position: center -5px; }
  /* line 1283, ../scss/_base.scss */
  #wp_current_weather-2 .wpcw_box {
    padding-top: 93px;
    background-position: center top; }
    /* line 1286, ../scss/_base.scss */
    #wp_current_weather-2 .wpcw_box.icon34 {
      background-position: center -15px;
      padding-top: 75px; }
  /* line 1292, ../scss/_base.scss */
  #wp_current_weather-2 .wp_current_weather dl dd.today .temperature {
    font-size: 2em;
    margin: 0;
    line-height: 2em;
    font-weight: normal;
    text-shadow: none;
    color: #1e3947; }
  /* line 1300, ../scss/_base.scss */
  #wp_current_weather-2 .wp_current_weather dl dd.today .conditions {
    text-shadow: none;
    font-size: 1.3em;
    color: #1e3947; }

/* line 1310, ../scss/_base.scss */
.widget .widgettitle {
  margin: 0;
  text-align: center;
  background: rgba(255, 183, 86, 0.1);
  padding: 1em 0; }
/* line 1316, ../scss/_base.scss */
.widget .inner {
  padding: 1em; }
/* line 1320, ../scss/_base.scss */
.widget:nth-child(1n) {
  background: url('../images/rgbapng/d98c264d.png?1373753698');
  background: rgba(217, 140, 38, 0.3); }
/* line 1323, ../scss/_base.scss */
.widget:nth-child(2n) {
  background: url('../images/rgbapng/d98c2633.png?1373753698');
  background: rgba(217, 140, 38, 0.2); }
/* line 1326, ../scss/_base.scss */
.widget:nth-child(3n) {
  background: url('../images/rgbapng/d98c261a.png?1373753698');
  background: rgba(217, 140, 38, 0.1); }
/* line 1329, ../scss/_base.scss */
.widget:nth-child(4n) {
  background: url('../images/rgbapng/d98c260d.png?1373753698');
  background: rgba(217, 140, 38, 0.05); }
/* line 1351, ../scss/_base.scss */
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */ }
  /* line 1359, ../scss/_base.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em; }

/*********************
FOOTER STYLES
*********************/
/* line 1370, ../scss/_base.scss */
#inner-footer {
  padding: 2em; }

/* line 1378, ../scss/_base.scss */
.footer {
  clear: both;
  background: url(../images/footer-bg.png);
  color: #fff9ee;
  border-top: solid 2px #d98c26;
  -webkit-box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.2); }
  /* line 1385, ../scss/_base.scss */
  .footer .address {
    padding: 0 2em 0 1em; }
    /* line 1389, ../scss/_base.scss */
    .footer .address p {
      margin: 0 0 1em 0; }
    /* line 1393, ../scss/_base.scss */
    .footer .address .phone a {
      color: #fff; }
  /* line 1400, ../scss/_base.scss */
  .footer .hireme {
    margin-right: 0; }
    /* line 1401, ../scss/_base.scss */
    .footer .hireme .button {
      width: 100%;
      padding: 1em;
      text-shadow: none;
      font-weight: 300;
      font-size: 1.3em; }
    /* line 1419, ../scss/_base.scss */
    .footer .hireme .button {
      width: 100%;
      padding: 1em;
      text-shadow: none; }

/* end .footer-links */
@media only screen and (min-width: 35em) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /* line 24, ../scss/_36em.scss */
  #foo {
    background: red; }
  /* line 31, ../scss/_36em.scss */
  .wrap {
    padding: 0 4.34783%; }

  /* line 38, ../scss/_36em.scss */
  #logo {
    padding: 0 10%; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 45, ../scss/_36em.scss */
  #menu-toggle {
    display: none; }

  /* .menu is clearfixed inside mixins.scss */
  /* line 51, ../scss/_36em.scss */
  .nav {
    /* end .menu ul */ }
    /* line 53, ../scss/_36em.scss */
    .nav ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      /* line 55, ../scss/_36em.scss */
      .nav ul#menu-main-menu {
        display: block !important;
        padding: 0; }
        /* line 59, ../scss/_36em.scss */
        .nav ul#menu-main-menu li {
          padding: 0; }
          /* line 61, ../scss/_36em.scss */
          .nav ul#menu-main-menu li a {
            padding: 10px 15px; }
      /* line 67, ../scss/_36em.scss */
      .nav ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        /* line 68, ../scss/_36em.scss */
        .nav ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 112, ../scss/_36em.scss */
  .home #inner-content {
    padding-top: 0; }

  /* line 118, ../scss/_36em.scss */
  .home #work h4 {
    text-align: center; }
  /* line 121, ../scss/_36em.scss */
  .home #work .images {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  /* line 124, ../scss/_36em.scss */
  .home #work .words {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
  /* line 129, ../scss/_36em.scss */
  .home .photos .images {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
  /* line 132, ../scss/_36em.scss */
  .home .photos .words {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }

  /* line 139, ../scss/_36em.scss */
  .archive .picture-frames li {
    width: 22%;
    margin-top: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    margin-left: -4px;
    padding: 2%; }
    /* line 146, ../scss/_36em.scss */
    .archive .picture-frames li:nth-child(2n) {
      margin-right: 4%; }
    /* line 149, ../scss/_36em.scss */
    .archive .picture-frames li:nth-child(4n) {
      margin-right: 0; }

  /* entry content */
  /* line 156, ../scss/_36em.scss */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    /* line 160, ../scss/_36em.scss */
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    /* line 165, ../scss/_36em.scss */
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }

  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 210, ../scss/_36em.scss */
  .widget {
    width: 50%;
    float: left;
    height: 250px; }
    /* line 248, ../scss/_36em.scss */
    .widget ul li {
      /* deep nesting */ }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 271, ../scss/_36em.scss */
  #disqus_thread {
    width: 80%; }

  /* end .footer-links */ }
  @media only screen and (min-width: 35em) and (min-width: 800px) {
    /* line 24, ../scss/_36em.scss */
    #foo {
      background: green; } }

@media only screen and (min-width: 50em) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_50em.scss */
  .wrap {
    padding: 0 2.12766%; }

  /*********************
  HEADER STYLES
  *********************/
  /* line 36, ../scss/_50em.scss */
  #logo {
    padding: 0 20%; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 44, ../scss/_50em.scss */
  .nav {
    padding: 0 10.6383%;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    /* line 50, ../scss/_50em.scss */
    .nav ul#menu-main-menu li:hover a, .nav ul#menu-main-menu li:focus a, .nav ul#menu-main-menu li:active a {
      background: #fff;
      color: #1e3947; }
    /* line 58, ../scss/_50em.scss */
    .nav li {
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      /* line 62, ../scss/_50em.scss */
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
      /* line 82, ../scss/_50em.scss */
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        /* line 90, ../scss/_50em.scss */
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          /* line 92, ../scss/_50em.scss */
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          /* line 109, ../scss/_50em.scss */
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
      /* line 131, ../scss/_50em.scss */
      .nav li:hover ul {
        top: auto;
        display: block; }

  /* end .nav */
  /*********************
  PROJECTS
  *********************/
  /* line 150, ../scss/_50em.scss */
  .description {
    text-align: center; }
    /* line 152, ../scss/_50em.scss */
    .description li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      width: 40%;
      margin: 2%;
      text-align: left; }
      /* line 158, ../scss/_50em.scss */
      .description li h4 {
        margin: 0; }

  /* line 165, ../scss/_50em.scss */
  .projects .thumb-grid li {
    width: 18%;
    margin: 0 2% 2% -.25em; }
    /* line 168, ../scss/_50em.scss */
    .projects .thumb-grid li:nth-child(3n) {
      margin-right: 2%; }
    /* line 171, ../scss/_50em.scss */
    .projects .thumb-grid li:nth-child(5n) {
      margin-right: 0; }
  /* line 176, ../scss/_50em.scss */
  .single-project .thumb-grid {
    width: 30%;
    float: left;
    margin: 0 1em 1em 0;
    padding: 0; }
    /* line 182, ../scss/_50em.scss */
    .single-project .thumb-grid li {
      width: 42%;
      margin: 0 5% 5% 0; }
      /* line 185, ../scss/_50em.scss */
      .single-project .thumb-grid li:nth-child(2n) {
        margin-right: 0; }
      /* line 188, ../scss/_50em.scss */
      .single-project .thumb-grid li:nth-child(3n) {
        margin-right: 5%; }
      /* line 191, ../scss/_50em.scss */
      .single-project .thumb-grid li:nth-child(5n) {
        margin-right: 5%; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 243, ../scss/_50em.scss */
  .widget {
    width: 25%;
    float: left;
    height: 220px; }
    /* line 280, ../scss/_50em.scss */
    .widget ul li {
      /* deep nesting */ }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 393, ../scss/_50em.scss */
  #disqus_thread {
    width: 80%; }

  /* line 399, ../scss/_50em.scss */
  .footer .address {
    width: 48.93617%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none; }
  /* line 408, ../scss/_50em.scss */
  .footer .hireme {
    width: 48.93617%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
@media only screen and (min-width: 65em) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 12, ../scss/_65em.scss */
  .wrap {
    padding: 0 1.40845%; }

  /* line 15, ../scss/_65em.scss */
  #logo {
    padding: 0 30%; }

  /* line 18, ../scss/_65em.scss */
  .nav {
    padding: 0 15.49296%; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    /* line 28, ../scss/_print.scss */
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    /* line 33, ../scss/_print.scss */
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group; }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
