@import url(http://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed);
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 76, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 88, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 102, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 123, ../scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
/* line 152, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 161, ../scss/_normalize.scss */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 173, ../scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 182, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 194, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 202, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 212, ../scss/_normalize.scss */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 221, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 230, ../scss/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 245, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 251, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 257, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 263, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 269, ../scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 281, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 292, ../scss/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 302, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 310, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 334, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

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

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 363, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 375, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 390, ../scss/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 403, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 415, ../scss/_normalize.scss */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 441, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 465, ../scss/_normalize.scss */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
/* line 479, ../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 497, ../scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 508, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 523, ../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 538, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 547, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 558, ../scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 573, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 590, ../scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 601, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
/* line 611, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 621, ../scss/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 637, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 651, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 660, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 676, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 40, ../scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 55, ../scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 62, ../scss/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 66, ../scss/_slick.scss */
.slick-loading .slick-list {
  background: white url(/assets/images/ajax-loader.gif) center center no-repeat;
}
/* line 70, ../scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 75, ../scss/_slick.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 83, ../scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 89, ../scss/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 95, ../scss/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 99, ../scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 103, ../scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 107, ../scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 110, ../scss/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 113, ../scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 119, ../scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 123, ../scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 127, ../scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 131, ../scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/assets/fonts/slick.eot);
  src: url(/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/slick.woff) format("woff"), url(/assets/fonts/slick.ttf) format("truetype"), url(/assets/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 154, ../scss/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  box-shadow: none;
  outline: none;
}
/* line 171, ../scss/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 175, ../scss/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 179, ../scss/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 183, ../scss/_slick.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 192, ../scss/_slick.scss */
.slick-prev {
  left: -5px;
}
/* line 194, ../scss/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -5px;
}
/* line 198, ../scss/_slick.scss */
.slick-prev:before {
  content: "\2190";
}
/* line 200, ../scss/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

/* line 205, ../scss/_slick.scss */
.slick-next {
  right: -5px;
}
/* line 207, ../scss/_slick.scss */
[dir="rtl"] .slick-next {
  left: -5px;
  right: auto;
}
/* line 211, ../scss/_slick.scss */
.slick-next:before {
  content: "\2192";
}
/* line 213, ../scss/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
/* line 221, ../scss/_slick.scss */
.slick-slider {
  margin-bottom: 10px;
}

/* line 224, ../scss/_slick.scss */
.slick-dots {
  position: static;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 233, ../scss/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 242, ../scss/_slick.scss */
.slick-dots li button {
  border: 0;
  box-shadow: none;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 255, ../scss/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 257, ../scss/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 262, ../scss/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 281, ../scss/_slick.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../scss/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 15, ../scss/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, ../scss/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  /* line 26, ../scss/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, ../scss/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../scss/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/font-awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../scss/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../scss/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../scss/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../scss/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../scss/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../scss/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../scss/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 17, ../scss/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, ../scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, ../scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, ../scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, ../scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 24, ../scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, ../scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, ../scss/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, ../scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, ../scss/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, ../scss/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, ../scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, ../scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 36, ../scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, ../scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, ../scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, ../scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, ../scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, ../scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, ../scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, ../scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, ../scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, ../scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, ../scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, ../scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, ../scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, ../scss/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, ../scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, ../scss/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, ../scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, ../scss/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, ../scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, ../scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, ../scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, ../scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, ../scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, ../scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, ../scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, ../scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, ../scss/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 64, ../scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, ../scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, ../scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 68, ../scss/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, ../scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, ../scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, ../scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, ../scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 75, ../scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, ../scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, ../scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, ../scss/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, ../scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, ../scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, ../scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, ../scss/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, ../scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, ../scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, ../scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, ../scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, ../scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, ../scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, ../scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, ../scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, ../scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, ../scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, ../scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, ../scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, ../scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, ../scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, ../scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, ../scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, ../scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, ../scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, ../scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, ../scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, ../scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, ../scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 106, ../scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, ../scss/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, ../scss/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, ../scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, ../scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, ../scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, ../scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, ../scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, ../scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, ../scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, ../scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, ../scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 119, ../scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, ../scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, ../scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, ../scss/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, ../scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, ../scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, ../scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, ../scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, ../scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, ../scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, ../scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, ../scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, ../scss/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, ../scss/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 134, ../scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, ../scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, ../scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, ../scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, ../scss/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 140, ../scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, ../scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, ../scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, ../scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, ../scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, ../scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, ../scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, ../scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, ../scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, ../scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, ../scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, ../scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, ../scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, ../scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, ../scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, ../scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, ../scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, ../scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 161, ../scss/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, ../scss/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, ../scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, ../scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 166, ../scss/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 167, ../scss/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 168, ../scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 169, ../scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 170, ../scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 171, ../scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 172, ../scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 173, ../scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 174, ../scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 175, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 176, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 177, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 178, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 179, ../scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 180, ../scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 181, ../scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 182, ../scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 183, ../scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 184, ../scss/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 185, ../scss/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 187, ../scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 189, ../scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 190, ../scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 191, ../scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 193, ../scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 195, ../scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 196, ../scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 198, ../scss/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 199, ../scss/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 202, ../scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 203, ../scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 204, ../scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 205, ../scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 206, ../scss/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 207, ../scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 208, ../scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 209, ../scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 210, ../scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 211, ../scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 212, ../scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 213, ../scss/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 214, ../scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 215, ../scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 216, ../scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 217, ../scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 218, ../scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 219, ../scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 221, ../scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 223, ../scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 225, ../scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 226, ../scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 227, ../scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 229, ../scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 231, ../scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 233, ../scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 234, ../scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 235, ../scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 237, ../scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 238, ../scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 239, ../scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 241, ../scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 242, ../scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 243, ../scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 244, ../scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 245, ../scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 246, ../scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 247, ../scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 248, ../scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 249, ../scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 250, ../scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 251, ../scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 252, ../scss/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 253, ../scss/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 254, ../scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 255, ../scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 256, ../scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 257, ../scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 258, ../scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 259, ../scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 260, ../scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 261, ../scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 262, ../scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 263, ../scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 264, ../scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 265, ../scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 266, ../scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 267, ../scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 268, ../scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 269, ../scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 270, ../scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 271, ../scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 273, ../scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 274, ../scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 275, ../scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 276, ../scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 277, ../scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 278, ../scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 280, ../scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 281, ../scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 282, ../scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 283, ../scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 284, ../scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 285, ../scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 286, ../scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 287, ../scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 288, ../scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 289, ../scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 290, ../scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 291, ../scss/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 292, ../scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 294, ../scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 297, ../scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 298, ../scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 299, ../scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 300, ../scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 302, ../scss/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 303, ../scss/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 304, ../scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 305, ../scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 306, ../scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 307, ../scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 308, ../scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 309, ../scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 310, ../scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 311, ../scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 312, ../scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 313, ../scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 314, ../scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 315, ../scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 316, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 317, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 318, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 319, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 320, ../scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 321, ../scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 322, ../scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 323, ../scss/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 324, ../scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 325, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 326, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 327, ../scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 328, ../scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 329, ../scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 330, ../scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 331, ../scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 332, ../scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 333, ../scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 334, ../scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 335, ../scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 336, ../scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 337, ../scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 338, ../scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 339, ../scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 341, ../scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 343, ../scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 345, ../scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 347, ../scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 348, ../scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 350, ../scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 352, ../scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 356, ../scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 359, ../scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 361, ../scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 363, ../scss/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 364, ../scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 365, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 366, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 367, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 368, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 369, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 370, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 371, ../scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 372, ../scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 373, ../scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 374, ../scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 375, ../scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 376, ../scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 377, ../scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 378, ../scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 379, ../scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 380, ../scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 381, ../scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 382, ../scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 383, ../scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 384, ../scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 385, ../scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 386, ../scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 387, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 388, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 389, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 390, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 391, ../scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 392, ../scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 393, ../scss/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 394, ../scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 395, ../scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 396, ../scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 397, ../scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 398, ../scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 399, ../scss/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 400, ../scss/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 401, ../scss/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 403, ../scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 404, ../scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 405, ../scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 406, ../scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 407, ../scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 408, ../scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 409, ../scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 410, ../scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 411, ../scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 412, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 413, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 414, ../scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 416, ../scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 417, ../scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 418, ../scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 419, ../scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 421, ../scss/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 422, ../scss/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 423, ../scss/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 424, ../scss/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, ../scss/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 426, ../scss/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 427, ../scss/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 430, ../scss/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 432, ../scss/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 433, ../scss/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 434, ../scss/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 435, ../scss/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 436, ../scss/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 437, ../scss/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 438, ../scss/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 439, ../scss/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 440, ../scss/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 441, ../scss/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 442, ../scss/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 443, ../scss/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 444, ../scss/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 445, ../scss/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 446, ../scss/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 447, ../scss/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 448, ../scss/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 449, ../scss/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 450, ../scss/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 451, ../scss/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 452, ../scss/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 453, ../scss/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 454, ../scss/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 455, ../scss/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 456, ../scss/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 457, ../scss/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 459, ../scss/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 461, ../scss/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 462, ../scss/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 463, ../scss/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 464, ../scss/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 465, ../scss/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 466, ../scss/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 467, ../scss/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 468, ../scss/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 469, ../scss/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 470, ../scss/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 473, ../scss/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 475, ../scss/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 477, ../scss/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 479, ../scss/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 480, ../scss/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 481, ../scss/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 482, ../scss/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 483, ../scss/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 488, ../scss/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 489, ../scss/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 491, ../scss/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 493, ../scss/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 494, ../scss/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 495, ../scss/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 496, ../scss/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 497, ../scss/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 498, ../scss/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 500, ../scss/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 502, ../scss/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 504, ../scss/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 505, ../scss/font-awesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 507, ../scss/font-awesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 508, ../scss/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 509, ../scss/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 510, ../scss/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 511, ../scss/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 512, ../scss/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 513, ../scss/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 515, ../scss/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 516, ../scss/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 517, ../scss/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 518, ../scss/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 519, ../scss/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 520, ../scss/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 521, ../scss/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 522, ../scss/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 523, ../scss/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 524, ../scss/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 525, ../scss/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 526, ../scss/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 527, ../scss/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 528, ../scss/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 529, ../scss/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 530, ../scss/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 531, ../scss/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 532, ../scss/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 533, ../scss/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 534, ../scss/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 535, ../scss/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 536, ../scss/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 537, ../scss/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 538, ../scss/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 539, ../scss/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 540, ../scss/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 541, ../scss/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 542, ../scss/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 543, ../scss/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 544, ../scss/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 545, ../scss/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 546, ../scss/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 547, ../scss/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 548, ../scss/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 549, ../scss/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 550, ../scss/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 551, ../scss/font-awesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 552, ../scss/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 555, ../scss/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 556, ../scss/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 557, ../scss/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 558, ../scss/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 559, ../scss/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 560, ../scss/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 561, ../scss/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 562, ../scss/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 563, ../scss/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 564, ../scss/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 565, ../scss/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 566, ../scss/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 567, ../scss/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 568, ../scss/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 569, ../scss/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 570, ../scss/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 571, ../scss/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 572, ../scss/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 573, ../scss/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 574, ../scss/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 575, ../scss/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 576, ../scss/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 577, ../scss/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 578, ../scss/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 579, ../scss/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 580, ../scss/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 581, ../scss/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 582, ../scss/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 583, ../scss/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 584, ../scss/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 585, ../scss/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 586, ../scss/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 587, ../scss/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 588, ../scss/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 589, ../scss/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 590, ../scss/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 591, ../scss/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 593, ../scss/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 594, ../scss/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 595, ../scss/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 596, ../scss/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 6, ../scss/app.scss */
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* line 14, ../scss/app.scss */
body {
  background-color: white;
  color: black;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  margin: 0 !important;
  padding: 0 2.5rem;
}

/* line 23, ../scss/app.scss */
a, i {
  transition: .125s ease-in-out;
  -moz-transition: .125s ease-in-out;
  -webkit-transition: .125s ease-in-out;
}

/* line 29, ../scss/app.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 34, ../scss/app.scss */
a:hover {
  color: black;
}

/* line 38, ../scss/app.scss */
strong {
  font-weight: 900;
}

/* line 42, ../scss/app.scss */
h1 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}

/* line 47, ../scss/app.scss */
header, footer {
  text-align: center;
  line-height: 125%;
}

/* line 52, ../scss/app.scss */
header {
  padding: 2.5rem 0;
}
/* line 56, ../scss/app.scss */
header nav a {
  margin: 0 2.5px;
  padding: 3px 5px;
}
/* line 60, ../scss/app.scss */
header nav a:hover {
  background-color: #EEE;
  color: black;
}
/* line 65, ../scss/app.scss */
header nav a:active {
  background-color: black;
  color: white !important;
}
/* line 70, ../scss/app.scss */
header nav a.active {
  background-color: black;
  color: white !important;
}

/* line 78, ../scss/app.scss */
main {
  max-width: 800px;
  margin: 0 auto;
}
/* line 82, ../scss/app.scss */
main figure {
  margin: 0;
}
/* line 85, ../scss/app.scss */
main figure img {
  height: 100%;
  width: 100%;
}
/* line 91, ../scss/app.scss */
main nav.gallery-nav {
  margin: 2rem auto;
  text-align: center;
  width: 100%;
}
/* line 96, ../scss/app.scss */
main nav.gallery-nav i {
  display: inline-block;
  margin: 0 1rem;
  padding: 3px 5px;
}
/* line 101, ../scss/app.scss */
main nav.gallery-nav i:hover {
  background-color: #eee;
}
/* line 105, ../scss/app.scss */
main nav.gallery-nav i:active {
  background-color: black;
  color: white;
}

/* line 113, ../scss/app.scss */
footer {
  padding: 2.5rem 0;
}
/* line 116, ../scss/app.scss */
footer p {
  font-size: 1.2rem;
  margin: 0;
}
/* line 120, ../scss/app.scss */
footer p a {
  color: #aaa;
}

/* line 126, ../scss/app.scss */
.left {
  float: left;
}

/* line 127, ../scss/app.scss */
.right {
  float: right;
}

/* line 128, ../scss/app.scss */
.clear {
  clear: both;
}
