/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
/* line 8, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
}

/* 2 */
/**
 * Remove default margin. */
/* line 19, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
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 31, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
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 38, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
}

/* 2 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
/* line 48, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
/* line 56, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
[hidden], template {
  display: none;
}

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
/* line 65, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
a {
  background-color: transparent;
}
/* line 67, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers. */
/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
/* line 79, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
/* line 85, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome. */
/* line 91, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
/* line 98, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9. */
/* line 105, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers. */
/* line 112, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 118, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 124, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 131, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
sub {
  bottom: -0.25em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
/* line 140, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11. */
/* line 146, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari. */
/* line 155, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers. */
/* line 161, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers. */
/* line 169, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers. */
/* line 175, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
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. */
/**
 * 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. */
/* line 192, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
}

/* 3 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
/* line 203, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * 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 213, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
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. */
/* line 223, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
}

/* 3 */
/* line 230, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
}

/* 3 */
/**
 * Re-set default cursor for disabled elements. */
/* line 239, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+. */
/* line 245, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 249, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input {
  line-height: normal;
  /* 2 */
}
/* line 250, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 254, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
}
/* line 260, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 262, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/* line 269, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
/**
 * 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. */
/**
 * 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`. */
/**
 * 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). */
/**
 * 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). */
/**
 * Define consistent border, margin, and padding. */
/* line 301, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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. */
/* line 310, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
legend {
  border: 0;
  /* 1 */
  padding: 0;
}

/* 2 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 319, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
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 326, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
optgroup {
  font-weight: bold;
}

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
/* line 335, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 339, /myapp/commercity/app/assets/stylesheets/c/vendor/_normalize.sass */
td, th {
  padding: 0;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/vendor/magnify.css */
.magnifying > body {
  overflow-x: hidden !important;
}

/* line 4, /myapp/commercity/app/assets/stylesheets/c/vendor/magnify.css */
.magnify {
  position: relative;
  display: inline-block;
}

/* line 8, /myapp/commercity/app/assets/stylesheets/c/vendor/magnify.css */
.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: none;
  /* Place the lens on top of other elements */
  z-index: 100;
}

/* line 24, /myapp/commercity/app/assets/stylesheets/c/vendor/magnify.css */
.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

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

/*!
 *  Font Awesome 4.7.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("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot");
  src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.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;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 125, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 2, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller {
  display: none;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(1):checked ~ .tab_heads_container label:nth-child(1) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(1):checked ~ .tab_heads_container label:nth-child(1) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(1):checked ~ .tab_panels_container > .tab_panel:nth-child(1) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(2):checked ~ .tab_heads_container label:nth-child(2) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(2):checked ~ .tab_heads_container label:nth-child(2) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(2):checked ~ .tab_panels_container > .tab_panel:nth-child(2) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(3):checked ~ .tab_heads_container label:nth-child(3) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(3):checked ~ .tab_heads_container label:nth-child(3) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(3):checked ~ .tab_panels_container > .tab_panel:nth-child(3) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(4):checked ~ .tab_heads_container label:nth-child(4) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(4):checked ~ .tab_heads_container label:nth-child(4) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(4):checked ~ .tab_panels_container > .tab_panel:nth-child(4) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(5):checked ~ .tab_heads_container label:nth-child(5) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(5):checked ~ .tab_heads_container label:nth-child(5) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(5):checked ~ .tab_panels_container > .tab_panel:nth-child(5) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(6):checked ~ .tab_heads_container label:nth-child(6) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(6):checked ~ .tab_heads_container label:nth-child(6) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(6):checked ~ .tab_panels_container > .tab_panel:nth-child(6) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(7):checked ~ .tab_heads_container label:nth-child(7) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(7):checked ~ .tab_heads_container label:nth-child(7) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(7):checked ~ .tab_panels_container > .tab_panel:nth-child(7) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(8):checked ~ .tab_heads_container label:nth-child(8) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(8):checked ~ .tab_heads_container label:nth-child(8) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(8):checked ~ .tab_panels_container > .tab_panel:nth-child(8) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(9):checked ~ .tab_heads_container label:nth-child(9) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(9):checked ~ .tab_heads_container label:nth-child(9) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(9):checked ~ .tab_panels_container > .tab_panel:nth-child(9) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(10):checked ~ .tab_heads_container label:nth-child(10) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(10):checked ~ .tab_heads_container label:nth-child(10) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(10):checked ~ .tab_panels_container > .tab_panel:nth-child(10) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(11):checked ~ .tab_heads_container label:nth-child(11) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(11):checked ~ .tab_heads_container label:nth-child(11) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(11):checked ~ .tab_panels_container > .tab_panel:nth-child(11) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(12):checked ~ .tab_heads_container label:nth-child(12) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(12):checked ~ .tab_heads_container label:nth-child(12) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(12):checked ~ .tab_panels_container > .tab_panel:nth-child(12) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(13):checked ~ .tab_heads_container label:nth-child(13) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(13):checked ~ .tab_heads_container label:nth-child(13) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(13):checked ~ .tab_panels_container > .tab_panel:nth-child(13) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(14):checked ~ .tab_heads_container label:nth-child(14) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(14):checked ~ .tab_heads_container label:nth-child(14) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(14):checked ~ .tab_panels_container > .tab_panel:nth-child(14) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(15):checked ~ .tab_heads_container label:nth-child(15) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(15):checked ~ .tab_heads_container label:nth-child(15) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(15):checked ~ .tab_panels_container > .tab_panel:nth-child(15) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(16):checked ~ .tab_heads_container label:nth-child(16) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(16):checked ~ .tab_heads_container label:nth-child(16) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(16):checked ~ .tab_panels_container > .tab_panel:nth-child(16) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(17):checked ~ .tab_heads_container label:nth-child(17) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(17):checked ~ .tab_heads_container label:nth-child(17) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(17):checked ~ .tab_panels_container > .tab_panel:nth-child(17) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(18):checked ~ .tab_heads_container label:nth-child(18) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(18):checked ~ .tab_heads_container label:nth-child(18) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(18):checked ~ .tab_panels_container > .tab_panel:nth-child(18) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(19):checked ~ .tab_heads_container label:nth-child(19) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(19):checked ~ .tab_heads_container label:nth-child(19) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(19):checked ~ .tab_panels_container > .tab_panel:nth-child(19) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(20):checked ~ .tab_heads_container label:nth-child(20) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(20):checked ~ .tab_heads_container label:nth-child(20) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(20):checked ~ .tab_panels_container > .tab_panel:nth-child(20) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(21):checked ~ .tab_heads_container label:nth-child(21) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(21):checked ~ .tab_heads_container label:nth-child(21) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(21):checked ~ .tab_panels_container > .tab_panel:nth-child(21) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(22):checked ~ .tab_heads_container label:nth-child(22) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(22):checked ~ .tab_heads_container label:nth-child(22) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(22):checked ~ .tab_panels_container > .tab_panel:nth-child(22) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(23):checked ~ .tab_heads_container label:nth-child(23) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(23):checked ~ .tab_heads_container label:nth-child(23) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(23):checked ~ .tab_panels_container > .tab_panel:nth-child(23) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(24):checked ~ .tab_heads_container label:nth-child(24) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(24):checked ~ .tab_heads_container label:nth-child(24) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(24):checked ~ .tab_panels_container > .tab_panel:nth-child(24) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(25):checked ~ .tab_heads_container label:nth-child(25) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(25):checked ~ .tab_heads_container label:nth-child(25) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(25):checked ~ .tab_panels_container > .tab_panel:nth-child(25) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(26):checked ~ .tab_heads_container label:nth-child(26) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(26):checked ~ .tab_heads_container label:nth-child(26) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(26):checked ~ .tab_panels_container > .tab_panel:nth-child(26) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(27):checked ~ .tab_heads_container label:nth-child(27) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(27):checked ~ .tab_heads_container label:nth-child(27) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(27):checked ~ .tab_panels_container > .tab_panel:nth-child(27) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(28):checked ~ .tab_heads_container label:nth-child(28) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(28):checked ~ .tab_heads_container label:nth-child(28) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(28):checked ~ .tab_panels_container > .tab_panel:nth-child(28) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(29):checked ~ .tab_heads_container label:nth-child(29) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(29):checked ~ .tab_heads_container label:nth-child(29) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(29):checked ~ .tab_panels_container > .tab_panel:nth-child(29) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(30):checked ~ .tab_heads_container label:nth-child(30) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(30):checked ~ .tab_heads_container label:nth-child(30) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(30):checked ~ .tab_panels_container > .tab_panel:nth-child(30) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(31):checked ~ .tab_heads_container label:nth-child(31) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(31):checked ~ .tab_heads_container label:nth-child(31) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(31):checked ~ .tab_panels_container > .tab_panel:nth-child(31) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(32):checked ~ .tab_heads_container label:nth-child(32) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(32):checked ~ .tab_heads_container label:nth-child(32) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(32):checked ~ .tab_panels_container > .tab_panel:nth-child(32) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(33):checked ~ .tab_heads_container label:nth-child(33) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(33):checked ~ .tab_heads_container label:nth-child(33) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(33):checked ~ .tab_panels_container > .tab_panel:nth-child(33) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(34):checked ~ .tab_heads_container label:nth-child(34) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(34):checked ~ .tab_heads_container label:nth-child(34) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(34):checked ~ .tab_panels_container > .tab_panel:nth-child(34) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(35):checked ~ .tab_heads_container label:nth-child(35) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(35):checked ~ .tab_heads_container label:nth-child(35) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(35):checked ~ .tab_panels_container > .tab_panel:nth-child(35) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(36):checked ~ .tab_heads_container label:nth-child(36) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(36):checked ~ .tab_heads_container label:nth-child(36) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(36):checked ~ .tab_panels_container > .tab_panel:nth-child(36) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(37):checked ~ .tab_heads_container label:nth-child(37) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(37):checked ~ .tab_heads_container label:nth-child(37) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(37):checked ~ .tab_panels_container > .tab_panel:nth-child(37) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(38):checked ~ .tab_heads_container label:nth-child(38) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(38):checked ~ .tab_heads_container label:nth-child(38) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(38):checked ~ .tab_panels_container > .tab_panel:nth-child(38) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(39):checked ~ .tab_heads_container label:nth-child(39) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(39):checked ~ .tab_heads_container label:nth-child(39) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(39):checked ~ .tab_panels_container > .tab_panel:nth-child(39) {
  display: block;
}
/* line 7, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(40):checked ~ .tab_heads_container label:nth-child(40) {
  border-bottom: 2px solid #aaa;
  color: black;
}
/* line 10, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tabs_container input[type='radio'].tab_controller:nth-child(40):checked ~ .tab_heads_container label:nth-child(40) {
  color: white;
  font-weight: 800;
}
/* line 14, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container input[type='radio'].tab_controller:nth-child(40):checked ~ .tab_panels_container > .tab_panel:nth-child(40) {
  display: block;
}
/* line 17, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tabs_container .tab_panel {
  display: none;
}

/* line 20, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tab_heads_container {
  border-bottom: 1px solid #d1d5d7;
  padding: 0 20px;
}
/* line 23, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tab_heads_container {
  background: #aaa;
}
/* line 25, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tab_heads_container label {
  display: inline-block;
  padding: 28px 0 16px;
  margin: 0 10px;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
  color: #999;
  font-size: 14px;
  transition: color 0.3s;
}
/* line 35, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.sub_tabs_container .tab_heads_container label {
  padding: 10px 0;
  color: white;
}

/* line 39, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tab_panel {
  background: white;
  padding: 24px;
}
/* line 42, /usr/local/bundle/gems/cd2_tabs-0.2.6/app/assets/stylesheets/tabs.sass */
.tab_panel.sub_tabs_container {
  padding: 0;
}

/* line 1, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 2, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
* {
  box-sizing: border-box !important;
}

/* line 5, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
body {
  font-family: "usual", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  color: #2D3138;
}

/* line 11, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
img {
  max-width: 100%;
}

/* line 14, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
a {
  color: #940f12;
  text-decoration: none;
}
/* line 17, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
a:hover {
  text-decoration: underline;
}

/* line 20, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
table {
  border-spacing: 0;
  width: 100%;
}

/* line 24, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.hidden {
  display: none;
}

/* line 27, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
[data-url] {
  cursor: pointer;
}

/* line 40, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.page {
  background: white;
}

/* line 43, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
input:disabled {
  opacity: 0.7;
}

/* line 47, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.wrap {
  margin: 0 auto;
  max-width: 1300px;
}
/* line 50, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.wrap--padded {
  padding: 24px;
}
/* line 52, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.wrap__narrow {
  max-width: 900px;
}
/* line 54, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.wrap__narrow-ultra {
  max-width: 500px;
}
/* line 56, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.wrap__narrow-padded {
  padding: 0 16px;
}

/* line 59, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.row {
  padding: 16px;
}
/* line 61, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.row--colored {
  background-color: #940f12;
}
/* line 63, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.row--colored-dark {
  background-color: #1b1b1b;
}
/* line 65, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.row--colored-dark a {
  color: white;
}
/* line 67, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.row--sides {
  padding: 0 16px;
}

/* line 70, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.logo {
  max-height: 70px;
  max-width: 340px;
  width: 100%;
  height: 100%;
  background-image: url(/assets/c/logo--dark-27cf1bf08da6132cc6709eada48b789bdbe1900f382821d340bcc26eae3da6c4.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 76, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.logo--light {
  background-image: url(/assets/c/logo--light-d5886cb596b61dfa5d669d8cb5471d627ba068dc756b0192c6bf5ca53358e88c.svg);
}
/* line 78, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.logo--checkout {
  background-image: url(/assets/c/logo--checkout-d5886cb596b61dfa5d669d8cb5471d627ba068dc756b0192c6bf5ca53358e88c.svg);
}
/* line 85, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.logo--no-container {
  height: 70px;
  width: 340px;
  margin: 0 auto;
}

/* line 91, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.gs, .car-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 94, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.gs--centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 600px) {
  /* line 96, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .gs--m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 900px) {
  /* line 99, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .gs--l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1008px) {
  /* line 102, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .gs--xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  /* line 105, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .gs--xxl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 108, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.gs--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

/* line 110, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter {
  padding-left: 16px;
}
/* line 112, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--narrow {
  padding-left: 10px;
}
@media (min-width: 1280px) {
  /* line 114, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--narrow--xxl {
    padding-left: 8px;
  }
}
@media (min-width: 600px) {
  /* line 117, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--m {
    padding-left: 16px;
  }
}
@media (min-width: 900px) {
  /* line 120, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--l {
    padding-left: 16px;
  }
}
@media (min-width: 1008px) {
  /* line 123, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--xl {
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  /* line 126, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--xxl {
    padding-left: 16px;
  }
}

/* line 130, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--bottom {
  padding-bottom: 16px;
}
/* line 132, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--bottom--narrow {
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  /* line 134, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--bottom--m {
    padding-bottom: 16px;
  }
}
@media (min-width: 900px) {
  /* line 137, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--bottom--l {
    padding-bottom: 16px;
  }
}

/* line 141, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--top {
  padding-top: 16px;
}
/* line 143, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--top--narrow {
  padding-top: 10px;
}
@media (min-width: 600px) {
  /* line 145, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--top--m {
    padding-top: 16px;
  }
}
@media (min-width: 900px) {
  /* line 148, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--top--l {
    padding-top: 16px;
  }
}

/* line 152, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--right {
  padding-right: 16px;
}
/* line 154, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-gutter--right--narrow {
  padding-right: 10px;
}
@media (min-width: 600px) {
  /* line 156, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--right--m {
    padding-right: 16px;
  }
}
@media (min-width: 900px) {
  /* line 159, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-gutter--right--l {
    padding-right: 16px;
  }
}

/* line 163, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-full {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* line 166, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-half {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

/* line 170, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 170, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/* line 170, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

/* line 170, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.g-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-1--m {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-2--m {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-3--m {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-4--m {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-5--m {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-6--m {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-7--m {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-8--m {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -moz-box-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-9--m {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -moz-box-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-10--m {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-11--m {
    -webkit-box-flex: 11;
    -webkit-flex: 11;
    -moz-box-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11;
  }
}
@media (min-width: 600px) {
  /* line 175, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-12--m {
    -webkit-box-flex: 12;
    -webkit-flex: 12;
    -moz-box-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12;
  }
}
@media (min-width: 900px) {
  /* line 180, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-1--l {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 900px) {
  /* line 180, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-2--l {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media (min-width: 900px) {
  /* line 180, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-3--l {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
@media (min-width: 900px) {
  /* line 180, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-4--l {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
}
@media (min-width: 900px) {
  /* line 180, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-5--l {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
}
@media (min-width: 900px) {
  /* line 180, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .g-6--l {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6;
  }
}
/* line 193, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.m_only {
  display: none;
}
@media (min-width: 600px) {
  /* line 193, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
  .m_only {
    display: block;
  }
}

/* line 200, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.align-right {
  text-align: right;
}
/* line 202, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.align-left {
  text-align: left;
}
/* line 204, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.align-center {
  text-align: center;
}

/* line 207, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.clear {
  clear: both;
}

/* line 210, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.no-wrap {
  white-space: nowrap;
}

/* line 213, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.centered__parent {
  display: table;
  height: 100%;
}

/* line 217, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.centered__item {
  display: table-cell;
  vertical-align: middle;
}

/* line 223, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.devise-form-page {
  background-color: white;
  padding: 50px 16px;
}

/* line 227, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.app-bar {
  padding: 0 20px;
  background-color: #3D3D3D;
}
/* line 230, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.app-bar a {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 6px;
}
/* line 237, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.app-bar__right {
  display: inline-block;
  float: right;
  margin-right: 64px;
}

/* line 242, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
legend {
  position: relative;
  font-size: 12px;
  color: #666;
  background-color: transparent;
}

/* line 248, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.checkbox-hidden {
  display: none;
}
/* line 250, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
input[type='checkbox']:checked + .checkbox-hidden {
  display: block;
}

/* line 253, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.checkbox-span-label {
  margin-left: 6px;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 2, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn {
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding: 9px 28px;
  outline: none;
  background-color: #940f12;
  border: 1px solid #940f12;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* line 17, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--secondary {
  background-color: white;
  border: 1px solid #940f12;
  color: #940f12;
}
/* line 22, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--simple {
  border: 0;
  border-radius: 0;
}
/* line 26, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--small {
  padding: 3px 12px;
  font-size: 0.8rem;
}
/* line 30, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--success {
  color: white;
  background-color: #39b54a;
}
/* line 34, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--system {
  background-color: black;
  border: 1px solid black;
}
/* line 38, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--disabled {
  background-color: whitesmoke;
  border: 1px solid whitesmoke;
  color: rgba(0, 0, 0, 0.75);
}
/* line 43, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--split-second {
  border-radius: 0 4px 4px 0;
  padding: 8px;
}
/* line 47, /myapp/commercity/app/assets/stylesheets/c/application/elements/buttons.sass */
.btn--alert {
  background-color: #d02f2f;
  border: 1px solid #d02f2f;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-1dp {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 4, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 7, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 3px -2px rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* line 10, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.14);
}

/* line 13, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.14);
}

/* line 16, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.14);
}

/* line 19, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.2), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.14);
}

/* line 22, /myapp/commercity/app/assets/stylesheets/c/application/elements/shadows.sass */
.shadow-24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.2), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}

/* line 2, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  line-height: 28px;
  padding: 8px 12px;
  -webkit-transition: border-color 0.1s, box-shadow 0.1s;
  transition: border-color 0.1s, box-shadow 0.1s;
  resize: vertical;
  background: white;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 40px;
  margin: 0;
  border: 1px solid #e0e0e0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
}
/* line 32, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #666;
}
/* line 35, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
input[type="text"].error,
input[type="password"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="month"].error,
input[type="week"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="time"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #d02f2f;
}

/* line 38, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
textarea {
  height: auto;
}

/* line 41, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
select,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  color: #0d0d0d;
  height: 40px;
  background-color: white;
  font-family: inherit;
  line-height: 125%;
  border-radius: 6px;
  padding: 0 12px;
  position: relative;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  background-image: url(/assets/c/select_arrow_down_blk-16f75fa707712a4f77c5cd24e9255a239fb29f5c1670c2e8f9b3e911dede2b74.png);
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
}

/* line 63, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
}

/* line 66, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.select2-selection__choice {
  white-space: pre-wrap;
}

/* line 69, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.select2-search--inline {
  height: 26px;
}
/* line 71, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.select2-search--inline input {
  height: 26px !important;
}

/* line 74, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field {
  margin-bottom: 10px;
}
/* line 76, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field__help {
  margin-top: -10px;
  font-size: 12px;
  color: #787878;
  padding-left: 4px;
  font-style: italic;
}
/* line 82, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field__destroy-nested {
  line-height: 40px;
  padding: 0 10px;
}
/* line 86, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field__with-post-checkbox label {
  font-size: 12px;
  float: left;
  margin-right: 6px;
  margin-bottom: 0;
}
/* line 91, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field__with-post-checkbox input[type="checkbox"] {
  position: relative;
  bottom: 2px;
}
/* line 95, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field__with-collection-check-box input[type="checkbox"] {
  position: relative;
  bottom: -4px;
  float: left;
  margin-right: 6px;
}
/* line 101, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--highlighted input {
  background-color: #ffffd8;
}
/* line 103, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--inner-label {
  position: relative;
}
/* line 105, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--inner-label label {
  position: absolute;
  z-index: 10;
  top: 3px;
  left: 13px;
  font-size: 11px;
  color: #666;
}
/* line 113, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--inner-label.g-gutter--narrow--xxl label {
  left: 21px;
}
/* line 116, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--inner-label input[type="text"],
.field--inner-label input[type="password"],
.field--inner-label input[type="date"],
.field--inner-label input[type="datetime"],
.field--inner-label input[type="datetime-local"],
.field--inner-label input[type="month"],
.field--inner-label input[type="week"],
.field--inner-label input[type="email"],
.field--inner-label input[type="number"],
.field--inner-label input[type="search"],
.field--inner-label input[type="tel"],
.field--inner-label input[type="time"],
.field--inner-label input[type="url"] {
  padding: 16px 10px 0;
  height: 44px;
}
/* line 131, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--inner-label select {
  padding: 12px 35px 2px 13px;
  height: 44px;
}

/* line 135, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  padding: 14px 35px 0px 6px;
  min-height: 44px;
  height: auto;
}

/* line 140, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--float-label {
  position: relative;
}
/* line 142, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--float-label label {
  color: #919293;
  box-sizing: border-box;
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  text-align: left;
  transform: translateY(3px);
  transition: all 0.2s ease-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

/* line 163, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--float-label.field--not-empty label {
  opacity: 1;
  transform: none;
}
/* line 166, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field--float-label.field--not-empty input {
  padding-bottom: 2px;
  padding-top: 18px;
}

/* line 171, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.field__error {
  font-size: 12px;
  color: #d02f2f;
}

/* line 175, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
label {
  display: block;
  margin-bottom: 2.5px;
}
/* line 178, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
label.error {
  color: #d02f2f;
}

/* line 181, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.select2-container {
  width: 100% !important;
}

/* line 185, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.ui-autocomplete {
  max-width: 500px;
  background: white;
  list-style: none;
  padding: 4px 0 0 0;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ddd;
}
/* line 193, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.ui-autocomplete .ui-menu-item {
  color: rgba(0, 0, 0, 0.75);
  padding: 4px 16px 2px;
}
/* line 197, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.ui-autocomplete .ui-menu-item:nth-child(2n) {
  background: #660a0c;
}
/* line 200, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.ui-autocomplete .ui-menu-item:last {
  border-radius: 0 0 3px 3px;
}
/* line 203, /myapp/commercity/app/assets/stylesheets/c/application/elements/forms.sass */
.ui-autocomplete .ui-menu-item:hover {
  background: #c21418;
}

/* line 2, /myapp/commercity/app/assets/stylesheets/c/application/elements/cookie.sass */
.cc_container {
  position: fixed;
  z-index: 100;
  background: #222;
  color: white;
  width: 50%;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  padding: 10px;
  max-width: 400px;
  min-width: 300px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

/* line 17, /myapp/commercity/app/assets/stylesheets/c/application/elements/cookie.sass */
a.cc_logo {
  display: none;
}

/* line 20, /myapp/commercity/app/assets/stylesheets/c/application/elements/cookie.sass */
p.cc_message {
  color: white;
  margin: 0;
}

/* line 24, /myapp/commercity/app/assets/stylesheets/c/application/elements/cookie.sass */
a.cc_btn.cc_btn_accept_all {
  background-color: #940f12;
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/elements/site_search.sass */
.site-search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 5, /myapp/commercity/app/assets/stylesheets/c/application/elements/site_search.sass */
.site-search__form input[type=text] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: inherit;
}
/* line 10, /myapp/commercity/app/assets/stylesheets/c/application/elements/site_search.sass */
.site-search__form input[type=submit] {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account {
  background-color: #fbfbfb;
}

/* line 4, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu {
  padding-left: 0;
  margin: 0;
}
/* line 7, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu li {
  list-style: none;
}
/* line 9, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu li:first-child a {
  border-top: 1px solid #e0e0e0;
  border-radius: 6px 6px 0 0;
}
/* line 12, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu li:last-child a {
  border-radius: 0 0 6px 6px;
}

/* line 15, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu-item {
  border: 1px solid #e0e0e0;
  color: #1f1f1f;
  background-color: #fff;
  height: auto;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.24s background-color ease-out;
  transition: 0.24s background-color ease-out;
  border-top: none;
  padding: 8px 15px;
  font-size: 100%;
  display: block;
}
/* line 28, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
/* line 30, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu-item.active {
  background-color: #940f12;
  color: white;
}

/* line 34, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__content {
  background-color: white;
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
/* line 40, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__content h2 {
  margin-top: 0;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/engine/flash_messages.sass */
.flash {
  padding: 14px;
  background: #484a4e;
  color: white;
  transition: 0.3s;
  opacity: 1;
  max-height: 200px;
}
/* line 9, /myapp/commercity/app/assets/stylesheets/c/engine/flash_messages.sass */
.cart .flash {
  margin-bottom: 32px;
  font-size: 0.9rem;
  padding: 8px;
}

/* line 268, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.inline_invoice_fields {
  display: table;
}

/* line 271, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.inline_invoice_fields > * {
  display: table-cell;
  width: 180px;
}

/* line 275, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
div#invoice .label {
  font-weight: bold;
  margin-right: 10px;
}

/* line 279, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
div#invoice {
  line-height: 25px;
}
/* line 282, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
div#invoice .invoice-logo {
  max-width: 200px;
}
/* line 284, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
div#invoice .invoice-logo img {
  height: 100%;
}

/* line 287, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
div#invoice-vat-exempt {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 8px;
}

/* line 293, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
tr.read {
  opacity: 0.7;
}
/* line 295, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
tr.unread {
  font-weight: bold;
}
/* line 297, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
tr.open {
  background-color: rgba(80, 131, 219, 0.15);
}

/* line 300, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.c-message {
  width: 100%;
  height: 750px;
}

/* line 306, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.regions-preview .home-blocks {
  padding: 5px 0;
}
/* line 309, /myapp/commercity/app/assets/stylesheets/c/_core.sass */
.regions-preview .home-block {
  margin: 5px;
  height: 360px;
  background-color: #fdf4e3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 29, /myapp/vendor/assets/stylesheets/flexslider.css */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 37, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 43, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 47, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 51, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 55, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 63, /myapp/vendor/assets/stylesheets/flexslider.css */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 66, /myapp/vendor/assets/stylesheets/flexslider.css */
* html .flexslider .slides {
  height: 1%;
}

/* line 69, /myapp/vendor/assets/stylesheets/flexslider.css */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 75, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 89, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider .slides {
  zoom: 1;
}

/* line 92, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 96, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 104, /myapp/vendor/assets/stylesheets/flexslider.css */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 107, /myapp/vendor/assets/stylesheets/flexslider.css */
.carousel li {
  margin-right: 5px;
}

/* line 110, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav {
  *height: 0;
}

/* line 113, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 133, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 141, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 144, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 147, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 151, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 155, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 158, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 162, /myapp/vendor/assets/stylesheets/flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 165, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 171, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 184, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 190, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 193, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 196, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 202, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 208, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 224, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 228, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 233, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 238, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 243, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 256, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 259, /myapp/vendor/assets/stylesheets/flexslider.css */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 267, /myapp/vendor/assets/stylesheets/flexslider.css */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 271, /myapp/vendor/assets/stylesheets/flexslider.css */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 1, /myapp/vendor/assets/stylesheets/magnify.css */
html.magnifying > body {
  overflow-x: hidden !important;
}

/* line 4, /myapp/vendor/assets/stylesheets/magnify.css */
.magnify {
  position: relative;
  display: inline-block;
}

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

/* line 28, /myapp/vendor/assets/stylesheets/magnify.css */
.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

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

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
/* line 7, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

/* line 21, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay.visible {
  opacity: 1;
}

/* line 23, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 29, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

/* line 33, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 43, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

/* line 55, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 62, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
}

/* line 73, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

/* line 76, /myapp/vendor/assets/stylesheets/baguette.css */
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
/* line 112, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

/* line 118, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

/* line 133, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

/* line 135, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button#next-button {
  right: 2%;
}

/* line 137, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button#previous-button {
  left: 2%;
}

/* line 139, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

/* line 145, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
/* line 154, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

/* line 164, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

/* line 178, /myapp/vendor/assets/stylesheets/baguette.css */
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart {
  padding: 40px;
  background-color: white;
}
/* line 4, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart h1 {
  margin-top: 0;
  font-size: 1.5rem;
}

/* line 8, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  margin: 20px 0;
}
@media (max-width: 700px) {
  /* line 8, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items {
    display: block;
    text-align: left;
  }
  /* line 16, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items tbody {
    display: block;
  }
}

/* line 19, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__heading {
  padding: 20px 0;
  font-weight: normal;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
  /* line 19, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items__heading {
    display: none;
  }
}
/* line 26, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__heading--align-left {
  text-align: left;
}
/* line 28, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__heading--align-right {
  text-align: right;
}

@media (max-width: 700px) {
  /* line 31, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items__row {
    display: block;
  }
  /* line 34, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items__row + .cart-items__row {
    margin-top: 10px;
  }
}

/* line 37, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 40, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell img {
  max-width: 120px;
}
/* line 42, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell input[type="number"] {
  width: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  display: inline-block;
}
/* line 47, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell b {
  font-size: 1.4rem;
}
/* line 49, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell i {
  color: #d02f2f;
  margin-right: 15px;
  font-size: 1rem;
}
@media (max-width: 700px) {
  /* line 37, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items__cell {
    display: inline-block;
    border-bottom: 0;
  }
  /* line 56, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items__cell h3 {
    font-size: 1rem;
  }
}
/* line 58, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell--align-left {
  text-align: left;
}
/* line 60, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell--align-right {
  text-align: right;
}
@media (max-width: 700px) {
  /* line 60, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
  .cart-items__cell--align-right {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* line 65, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart-items__cell--last {
  padding: 10px 0 20px;
  border-bottom: 0;
}

/* line 71, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.stock_notice--alert {
  display: block;
  color: #d02f2f;
  font-weight: bold;
  margin-top: 4px;
}

/* line 77, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart__order-summary {
  width: 100%;
}
/* line 79, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart__order-summary table {
  max-width: 320px;
  margin-left: auto;
}

/* line 84, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.order-summary__cell span {
  font-size: 1rem;
}
/* line 86, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.order-summary__cell b {
  font-size: 1.4rem;
}
/* line 88, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.order-summary__cell--first {
  padding-right: 15px;
}

/* line 91, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.cart__actions {
  padding-top: 20px;
}

/* line 94, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.checkout-disabled {
  margin-top: 8px;
}
/* line 97, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_cart.sass */
.checkout-disabled span {
  display: inline-block;
  max-width: 300px;
  color: #d02f2f;
  font-weight: bold;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout {
  background-color: white;
  overflow: hidden;
}
/* line 4, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout h3 {
  margin: 0 0 28px;
  font-size: 1.4rem;
}

/* line 8, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__header {
  background-color: #940f12;
  padding-top: 20px;
}

/* line 12, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__header-inner {
  height: 100px;
  padding: 10px 0;
}

/* line 16, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__breadcrumb {
  color: #666;
  margin-bottom: 24px;
  font-size: 12px;
}

/* line 21, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__content {
  padding: 50px 28px;
  position: relative;
  z-index: 1;
}

/* line 26, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary-td {
  padding: 0 0 8px;
}
/* line 28, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary-td img {
  max-width: 70px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
/* line 35, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary-td--label {
  color: #777;
}
/* line 37, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary-td--label-large {
  font-size: 16px;
}
/* line 39, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary-td--bold {
  font-size: 18px;
  font-weight: 600;
}

/* line 43, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__content--splitter {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin: 16px 0;
}

/* line 49, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__anon {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
@media (min-width: 600px) {
  /* line 49, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
  .checkout__anon {
    padding: 0 0 0 25px;
    margin: 0 0 0 25px;
    border-top: none;
    border-left: 1px solid #ddd;
  }
}

/* line 59, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary {
  position: relative;
  height: 100%;
  margin: 25px 0 0 0;
  padding: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
}
@media (min-width: 600px) {
  /* line 59, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
  .checkout__summary {
    margin: 0 0 0 25px;
    padding: 0 0 0 25px;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12);
  }
}
/* line 69, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__summary:after {
  content: "";
  display: block;
  width: 400%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fafafa;
  box-shadow: 0 -1px 0 #e1e1e1 inset;
  background-position: left top;
}

/* line 82, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__content-summary {
  background-color: #fafafa;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
}
/* line 89, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__content-summary h4 {
  margin-top: 0;
}

/* line 92, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__stock-warning {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #ddd;
  opacity: 0.7;
}
/* line 97, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__stock-warning h3 {
  margin: 0;
  font-size: 1.1rem;
}
/* line 100, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__stock-warning p {
  margin-top: 5px;
  font-size: 0.8rem;
  font-style: italic;
}

/* line 106, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__notes h4 {
  margin-bottom: 0;
}
/* line 109, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__notes form {
  margin-top: 16px;
}

/* line 112, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.checkout__note-confirm {
  color: #90d24d;
  font-size: 0.9rem;
  margin-top: 2px;
  display: block;
}

/* line 118, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment-links {
  margin-bottom: 12px;
}
/* line 121, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment-links a {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 1px;
}

/* line 126, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment_details {
  margin-bottom: 16px;
}
/* line 129, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment_details fieldset + fieldset {
  margin-top: 16px;
}
/* line 133, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment_details.sagepay input[type='submit'] {
  margin-top: 16px;
}
/* line 137, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment_details.finance input[type='submit'] {
  width: 100%;
}
/* line 140, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.payment_details--hide {
  display: none !important;
}

/* line 144, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko {
  background-color: #122e34;
  color: white;
  margin-top: 32px;
  padding: 8px;
  border: 1px solid black;
  border-radius: 4px;
}
/* line 152, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko fieldset {
  border: 0;
  padding-top: 7px;
}
/* line 156, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko legend {
  color: white;
}
/* line 159, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko label {
  margin-top: 10px;
}
/* line 162, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko input[type='submit'] {
  margin-top: 10px;
}
/* line 165, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko input[type='range'] {
  width: 100%;
}
/* line 168, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko input[type='number'] {
  color: rgba(0, 0, 0, 0.75);
}
/* line 171, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko table {
  width: 75%;
  margin: auto;
}
/* line 175, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko th {
  text-align: left;
}
/* line 178, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko th, .deko tr {
  padding-top: 4px;
}
/* line 181, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.deko p {
  margin: 0;
  color: white;
}

/* line 187, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard table {
  width: 100%;
  margin-bottom: 16px;
}
/* line 191, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard small {
  font-size: 100%;
}
/* line 194, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard small small {
  font-size: 100%;
  font-weight: bold;
}
/* line 198, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard label {
  display: inline-block;
}
/* line 201, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard td {
  padding: 4px 0;
}
/* line 204, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard td:first-child {
  text-align: left !important;
}
/* line 207, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard td:last-child {
  text-align: left !important;
  font-weight: bold;
}
/* line 211, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard input[type="image"] {
  margin: 0 8px 8px !important;
  background-color: #fff;
  transition: 0.2s;
  transform: scale(1);
  display: inline-block;
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
}
/* line 221, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard input[type="image"]:hover {
  transform: scale(1.03);
}
/* line 224, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard input[type="submit"] {
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding: 9px 28px;
  outline: none;
  background-color: #940f12;
  border: 1px solid #940f12;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* line 240, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] table {
  background-color: #fafafa;
  padding: 16PX;
  border: 1px solid #ddd;
  border-radius: 4px;
}
/* line 246, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] table, .BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tbody, .BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tr, .BarclayCard form[name="OGONE_PM_CHOICE_FORM"] td {
  display: block;
  text-align: center !important;
  line-height: 1;
}
/* line 251, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tr:nth-child(2) {
  padding: 16px 0 0;
}
/* line 254, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tr:nth-child(2) > td:nth-child(1), .BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tr:nth-child(3) > td:nth-child(1) {
  display: none;
}
/* line 257, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tr:nth-child(2) > td:nth-child(2), .BarclayCard form[name="OGONE_PM_CHOICE_FORM"] tr:nth-child(3) > td:nth-child(2) {
  padding: 0;
}
/* line 260, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] small small span {
  position: absolute;
  top: 20px;
  left: 28px;
  font-weight: lighter;
  font-size: 80%;
  opacity: 0.66;
}
/* line 268, /myapp/commercity/app/assets/stylesheets/c/application/checkout/_checkout.sass */
.BarclayCard form[name="OGONE_PM_CHOICE_FORM"] small small a {
  display: block;
}

/* line 3, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__text {
  color: white;
}
/* line 5, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__text a {
  color: white;
}
/* line 7, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__wrap {
  position: relative;
  background: white;
  padding: 10px 10px 10px 0;
}
@media (min-width: 600px) {
  /* line 7, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .header__wrap {
    padding: 20px 20px 20px 0;
  }
}
/* line 13, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__wrap--narrow {
  padding: 5px;
}
/* line 16, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__logo {
  height: 70px;
}
/* line 20, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__toggle i {
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  /* line 19, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .header__toggle {
    display: none;
  }
}
/* line 26, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__search input[type="search"] {
  background: #e5e5e5;
  border: 0;
  padding: 0 12px;
  height: 36px;
  width: 100%;
  max-width: 460px;
}
/* line 34, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__search--bordered input[type="search"] {
  border: 1px solid #929292;
}
/* line 37, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__menu {
  display: none;
}
/* line 39, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__menu ul {
  margin: 0;
  padding: 0;
}
/* line 42, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__menu li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
/* line 47, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__menu--uppercase li {
  text-transform: uppercase;
}
/* line 50, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__menu--colored li {
  color: #940f12;
}
@media (min-width: 600px) {
  /* line 37, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .header__menu {
    display: block;
  }
}
/* line 55, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__basket {
  padding: 20px 30px;
  text-align: center;
  background-color: #940f12;
  transition: 0.2s;
}
/* line 60, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__basket a {
  color: white;
}
/* line 62, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__basket b {
  display: block;
  font-size: 1.15rem;
}
/* line 67, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__basket--rounded {
  border-radius: 4px;
}
/* line 69, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.header__basket--full-height {
  height: 100%;
}

/* line 72, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu {
  position: relative;
  padding: 0 16px;
  display: none;
}
/* line 76, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu a {
  color: white;
  text-transform: uppercase;
}
/* line 79, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu--centered {
  text-align: center;
}
/* line 81, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.show-menu .main-menu {
  display: block;
}
@media (min-width: 600px) {
  /* line 72, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .main-menu {
    display: block;
  }
}

/* line 86, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu__item--root {
  display: inline-block;
  margin-right: 16px;
  list-style: none;
  padding: 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  /* line 86, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .main-menu__item--root {
    width: initial;
  }
}

/* line 95, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu__item--child {
  display: none;
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
  padding: 0 16px 16px 16px;
}
/* line 101, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu__item--child ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 105, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu__item--child li {
  padding-top: 16px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  /* line 95, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .main-menu__item--child {
    column-count: 3;
  }
}
@media (max-width: 601px) {
  /* line 95, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .main-menu__item--child {
    text-align: center;
  }
}

/* line 114, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
.main-menu__item--root:hover .main-menu__item--child {
  display: block;
  width: 100%;
  background-color: #2b2b2b;
  left: 0;
  z-index: 2;
}
@media (min-width: 600px) {
  /* line 114, /myapp/commercity/app/assets/stylesheets/c/application/partials/_header.sass */
  .main-menu__item--root:hover .main-menu__item--child {
    position: absolute;
  }
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu {
  padding-top: 1px;
  margin-bottom: 16px;
}
@media (min-width: 900px) {
  /* line 1, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
  .categories-menu {
    margin-bottom: 0;
  }
}

/* line 7, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
  line-height: 1.5rem;
  background-color: #f5f5f5;
}
/* line 14, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
/* line 17, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section input[type="checkbox"] {
  display: none;
}
/* line 19, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section label:after {
  content: "-";
  display: block;
  cursor: pointer;
  font-size: 1.2rem;
}
/* line 24, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section input[type="checkbox"]:checked ~ label:after {
  content: "+";
}
/* line 26, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section input[type="checkbox"]:checked ~ .categories-menu__list {
  display: none;
}
/* line 28, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section input[type="checkbox"]:hover ~ h2 {
  background-color: #e5e5e5;
}
/* line 31, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section h2 {
  font-weight: lighter;
  margin: 0;
  padding: 8px 8px 8px 16px;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: 0.2s;
}
/* line 38, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section h2:hover {
  background-color: #e5e5e5;
}

/* line 41, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__expand {
  position: absolute;
  top: 8px;
  right: 16px;
  color: rgba(26, 26, 26, 0.75);
}

/* line 48, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 52, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section li {
  font-size: 0.85rem;
  text-transform: uppercase;
}
/* line 55, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section li a {
  transition: 0.2s;
  text-decoration: none;
  color: #4e4e4e;
  display: inline-block;
  padding: 8px 8px 8px 24px;
  width: 100%;
  font-size: 0.8rem;
}
/* line 63, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section li a:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}
/* line 67, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section img {
  width: 100%;
  margin: 0;
  display: block;
}
/* line 73, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section--sub li {
  font-size: 0.85rem;
}
/* line 75, /myapp/commercity/app/assets/stylesheets/c/application/partials/_categories_sidebars/_2.sass */
.categories-menu__section--sub a {
  display: block;
  padding: 8px 8px 8px 40px !important;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_grids/_standard.sass */
.product-grid {
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* line 8, /myapp/commercity/app/assets/stylesheets/c/application/products/_grids/_standard.sass */
.product-grid .pagination {
  background-color: #940f12;
  padding: 13px 16px;
  margin-top: 10px;
}
/* line 12, /myapp/commercity/app/assets/stylesheets/c/application/products/_grids/_standard.sass */
.product-grid .pagination span, .product-grid .pagination em, .product-grid .pagination a {
  color: white;
  text-decoration: none;
}
/* line 15, /myapp/commercity/app/assets/stylesheets/c/application/products/_grids/_standard.sass */
.product-grid .pagination a:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 19, /myapp/commercity/app/assets/stylesheets/c/application/products/_grids/_standard.sass */
.product-grid__previews {
  font-size: 0;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header {
  background-color: #940f12;
  padding: 13px 16px;
  margin-bottom: 16px;
}

/* line 6, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header__table {
  display: table;
  width: 100%;
}

/* line 10, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header__results {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: white;
}
@media (max-width: 640px) {
  /* line 10, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
  .grid-header__results {
    font-size: 13px;
  }
}
/* line 17, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header__results select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  color: #424947;
  padding: 8px 8px 8px;
  width: auto;
  margin: 0 0 0 10px;
}
@media (max-width: 550px) {
  /* line 17, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
  .grid-header__results select {
    margin: 3px 0 0 0;
    display: block;
  }
}

/* line 32, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header__per-page {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: white;
}
@media (max-width: 640px) {
  /* line 39, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
  .grid-header__per-page span {
    display: none;
  }
}
@media (max-width: 360px) {
  /* line 32, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
  .grid-header__per-page {
    display: none;
  }
}
/* line 43, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header__per-page a {
  display: inline-block;
  padding: 8px 5px;
  background-color: #c21418;
  color: white;
  margin-right: 2px;
}
/* line 49, /myapp/commercity/app/assets/stylesheets/c/application/products/_results_bars/_1.sass */
.grid-header__per-page a.selected {
  background-color: white;
  color: #c21418;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview {
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
@media (min-width: 1001px) {
  /* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview {
    width: 24.21939%;
    margin-right: 1.0408163265%;
  }
  /* line 9, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) and (min-width: 701px) {
  /* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview {
    width: 32.2210424899%;
    margin-right: 1.1684362651%;
  }
  /* line 14, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 700px) and (min-width: 401px) {
  /* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview {
    width: 49%;
    margin-right: 2%;
  }
  /* line 19, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  /* line 1, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
  .product-preview {
    width: 100%;
  }
}

/* line 24, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview__info {
  padding: 16px 8px;
}
/* line 26, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview__info h3 {
  text-transform: uppercase;
  color: #940f12;
  font-size: 1.1rem;
  margin-bottom: 0;
  min-height: 45px;
}

/* line 34, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview__part-no {
  font-size: 0.8rem;
  color: #777;
  text-transform: uppercase;
}

/* line 38, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview__price {
  color: #1b1b1b;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 42, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview__features {
  font-size: 0.9rem;
  min-height: 50px;
  font-weight: 500;
}
/* line 46, /myapp/commercity/app/assets/stylesheets/c/application/products/_blocks/_4.sass */
.product-preview__features p {
  margin: 0;
  color: #1b1b1b;
}

/* line 2, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-show__main_image {
  border: 1px solid #cacaca;
}
/* line 4, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-show__thumbnail {
  display: inline-block;
  width: 32.5%;
  padding: 1%;
}

/* line 9, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-thumbnails {
  margin: 0 -3px;
  padding-top: 10px;
  cursor: pointer;
}

/* line 14, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details {
  padding: 16px 0;
}
/* line 16, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details h1 {
  text-transform: uppercase;
  color: #940f12;
  margin: 0;
}
@media (max-width: 599px) {
  /* line 16, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
  .product-details h1 {
    margin: 24px 0 16px;
  }
}
/* line 22, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details h3 {
  margin-top: 0;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 1.4rem;
}
/* line 27, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details table {
  max-width: 300px;
  color: rgba(0, 0, 0, 0.9);
}
/* line 31, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details .btn--success * {
  color: white;
  text-transform: uppercase;
}

/* line 35, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-show__brand {
  margin-top: 12px;
}

/* line 38, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details__section {
  padding: 16px 0;
  text-transform: uppercase;
}
/* line 41, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details__section--bordered {
  border-top: 2px solid #cacaca;
  border-bottom: 2px solid #cacaca;
}

/* line 46, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details__qty span {
  width: 20%;
  margin-right: 16px;
}
/* line 49, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details__qty input[type="number"] {
  width: 80%;
}

/* line 52, /myapp/commercity/app/assets/stylesheets/c/application/products/_shows/_3.sass */
.product-details__cart {
  min-width: 185px;
}

/* line 1, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account {
  background-color: #fbfbfb;
}

/* line 4, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu {
  padding-left: 0;
  margin: 0;
}
/* line 7, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu li {
  list-style: none;
}
/* line 9, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu li:first-child a {
  border-top: 1px solid #e0e0e0;
  border-radius: 6px 6px 0 0;
}
/* line 12, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu li:last-child a {
  border-radius: 0 0 6px 6px;
}

/* line 15, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu-item {
  border: 1px solid #e0e0e0;
  color: #1f1f1f;
  background-color: #fff;
  height: auto;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.24s background-color ease-out;
  transition: 0.24s background-color ease-out;
  border-top: none;
  padding: 8px 15px;
  font-size: 100%;
  display: block;
}
/* line 28, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
/* line 30, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__menu-item.active {
  background-color: #940f12;
  color: white;
}

/* line 34, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__content {
  background-color: white;
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
/* line 40, /myapp/commercity/app/assets/stylesheets/c/application/accounts/_show.sass */
.account__content h2 {
  margin-top: 0;
}

/* line 3, /myapp/app/assets/stylesheets/application/core.sass */
background_gradient, .row--colored, .product-carousel > h3, .footer, .main-menu {
  background: #bc0303;
  background: -moz-linear-gradient(-45deg, #bc0303 0%, #750204 60%, #d30404 100%);
  background: -webkit-linear-gradient(-45deg, #bc0303 0%, #750204 60%, #d30404 100%);
  background: linear-gradient(135deg, #bc0303 0%, #750204 60%, #d30404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0303', endColorstr='#d30404',GradientType=1 );
}

/* line 9, /myapp/app/assets/stylesheets/application/core.sass */
* {
  box-sizing: border-box;
}

/* line 12, /myapp/app/assets/stylesheets/application/core.sass */
body {
  font-family: "usual", sans-serif;
  font-size: 87.5%;
  background-color: white;
  background-image: url(/assets/bg-05d42a9f26da688042db5563101199c15b1c7750ed284c9c38de19339d2428fa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(0, 0, 0, 0.75);
}

/* line 21, /myapp/app/assets/stylesheets/application/core.sass */
img {
  max-width: 100%;
}

/* line 24, /myapp/app/assets/stylesheets/application/core.sass */
p {
  line-height: 1.2rem;
  font-size: 1rem;
}

/* line 28, /myapp/app/assets/stylesheets/application/core.sass */
a {
  text-decoration: none;
  color: #940f12;
}
/* line 32, /myapp/app/assets/stylesheets/application/core.sass */
a:hover {
  text-decoration: underline;
}

/* line 35, /myapp/app/assets/stylesheets/application/core.sass */
h1 {
  margin-top: 0;
}

/* line 38, /myapp/app/assets/stylesheets/application/core.sass */
select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 44, /myapp/app/assets/stylesheets/application/core.sass */
.logo--invert {
  background-image: url(/assets/logo--light-d5886cb596b61dfa5d669d8cb5471d627ba068dc756b0192c6bf5ca53358e88c.svg);
}

/* line 47, /myapp/app/assets/stylesheets/application/core.sass */
.btn {
  cursor: pointer;
}

/* line 50, /myapp/app/assets/stylesheets/application/core.sass */
.btn--cool {
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: bold;
  font-style: italic;
}

/* line 56, /myapp/app/assets/stylesheets/application/core.sass */
.btn--giant {
  border-radius: 12px;
  font-size: 2.7rem;
  line-height: 1.25rem;
  padding: 48px 84px;
}
@media (max-width: 787px) {
  /* line 56, /myapp/app/assets/stylesheets/application/core.sass */
  .btn--giant {
    border-radius: 6px;
    font-size: 1.35rem;
    line-height: 1.25rem;
    padding: 20px 42px;
  }
}

/* line 68, /myapp/app/assets/stylesheets/application/core.sass */
.cool-link {
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-top: 16px;
  font-style: italic;
}

@media (min-width: 700px) {
  /* line 76, /myapp/app/assets/stylesheets/application/core.sass */
  .gs--700px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 83, /myapp/app/assets/stylesheets/application/core.sass */
.page {
  min-height: calc(100vh - 575px);
}

/* line 86, /myapp/app/assets/stylesheets/application/core.sass */
.sales-highlights {
  font-size: 0;
  padding: 8px 16px;
}
@media (min-width: 600px) {
  /* line 86, /myapp/app/assets/stylesheets/application/core.sass */
  .sales-highlights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 599px) {
  /* line 86, /myapp/app/assets/stylesheets/application/core.sass */
  .sales-highlights {
    display: none;
  }
}

/* line 97, /myapp/app/assets/stylesheets/application/core.sass */
.sales-highlight img {
  display: block;
}
/* line 100, /myapp/app/assets/stylesheets/application/core.sass */
.sales-highlight + .sales-highlight {
  margin-left: 32px;
}
@media (max-width: 599px) {
  /* line 96, /myapp/app/assets/stylesheets/application/core.sass */
  .sales-highlight {
    display: none;
  }
}

/* line 105, /myapp/app/assets/stylesheets/application/core.sass */
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media (min-width: 900px) {
  /* line 105, /myapp/app/assets/stylesheets/application/core.sass */
  .hero {
    height: 400px;
  }
}
/* line 114, /myapp/app/assets/stylesheets/application/core.sass */
.hero h1, .hero p {
  color: white;
}
/* line 117, /myapp/app/assets/stylesheets/application/core.sass */
.hero h1 {
  font-family: "eurostile", sans-serif;
  margin-bottom: 0;
  font-weight: lighter;
  font-style: italic;
  font-size: 3rem;
  line-height: 3rem;
}
/* line 125, /myapp/app/assets/stylesheets/application/core.sass */
.hero p {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
/* line 130, /myapp/app/assets/stylesheets/application/core.sass */
.hero .btn--giant {
  margin: 16px 0 8px;
}

@media (max-width: 1050px) {
  /* line 133, /myapp/app/assets/stylesheets/application/core.sass */
  .hero__overlay--bottom-left {
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  /* line 133, /myapp/app/assets/stylesheets/application/core.sass */
  .hero__overlay--bottom-left {
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
}
@media (max-width: 899px) {
  /* line 133, /myapp/app/assets/stylesheets/application/core.sass */
  .hero__overlay--bottom-left {
    padding: 16px;
  }
  /* line 142, /myapp/app/assets/stylesheets/application/core.sass */
  .hero__overlay--bottom-left h1 {
    margin: 24px 0;
    font-size: 2.8rem;
  }
  /* line 145, /myapp/app/assets/stylesheets/application/core.sass */
  .hero__overlay--bottom-left p {
    margin-bottom: 32px;
    font-size: 1.2rem;
  }
}

@media (min-width: 900px) {
  /* line 149, /myapp/app/assets/stylesheets/application/core.sass */
  .hero__overlay--top-right {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

/* line 155, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search {
  background-color: #1b1b1b;
  padding: 16px 16px 10px;
}
/* line 158, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search h3 {
  margin: 0 0 16px;
}
/* line 160, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search h3, .parts-search label {
  color: white;
}
/* line 162, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search label {
  margin-right: 16px;
}
/* line 164, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search td {
  padding-bottom: 16px;
}
/* line 166, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search input[type="text"], .parts-search select {
  width: 100%;
  border-radius: 0;
}
@media (min-width: 900px) {
  /* line 155, /myapp/app/assets/stylesheets/application/core.sass */
  .parts-search {
    min-width: 325px;
  }
  /* line 171, /myapp/app/assets/stylesheets/application/core.sass */
  .parts-search input[type="text"], .parts-search select {
    max-width: 325px;
  }
  /* line 173, /myapp/app/assets/stylesheets/application/core.sass */
  .parts-search div {
    text-align: right;
  }
}
/* line 176, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search--narrow {
  min-width: initial;
}
/* line 178, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search--narrow input[type="text"], .parts-search--narrow select {
  max-width: 100%;
}
/* line 180, /myapp/app/assets/stylesheets/application/core.sass */
.parts-search--narrow div {
  text-align: left;
}

/* line 184, /myapp/app/assets/stylesheets/application/core.sass */
.home-highlights img {
  display: block;
}
@media (min-width: 350px) and (max-width: 599px) {
  /* line 183, /myapp/app/assets/stylesheets/application/core.sass */
  .home-highlights {
    font-size: 0;
  }
  /* line 188, /myapp/app/assets/stylesheets/application/core.sass */
  .home-highlights div {
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 183, /myapp/app/assets/stylesheets/application/core.sass */
  .home-highlights {
    display: none;
  }
}

/* line 194, /myapp/app/assets/stylesheets/application/core.sass */
.free-shipping {
  background-color: #2f6fb6;
}

/* line 197, /myapp/app/assets/stylesheets/application/core.sass */
.body-text {
  padding: 16px;
}
/* line 198, /myapp/app/assets/stylesheets/application/core.sass */
.body-text p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
/* line 201, /myapp/app/assets/stylesheets/application/core.sass */
.body-text p:first-of-type {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
@media (min-width: 400px) {
  /* line 197, /myapp/app/assets/stylesheets/application/core.sass */
  .body-text {
    padding: 32px;
  }
}
@media (min-width: 600px) {
  /* line 197, /myapp/app/assets/stylesheets/application/core.sass */
  .body-text {
    padding: 50px;
  }
}
/* line 209, /myapp/app/assets/stylesheets/application/core.sass */
.body-text h1 {
  color: #940f12;
  text-transform: uppercase;
}

/* line 213, /myapp/app/assets/stylesheets/application/core.sass */
.side-section {
  margin-bottom: 16px;
}

/* line 216, /myapp/app/assets/stylesheets/application/core.sass */
.testimonial {
  background-color: #940f12;
  padding: 40px 16px 16px;
  text-align: right;
  position: relative;
  font-family: "eurostile", sans-serif;
  font-style: italic;
}
/* line 224, /myapp/app/assets/stylesheets/application/core.sass */
.testimonial * {
  color: white;
  font-size: 1rem;
}
/* line 227, /myapp/app/assets/stylesheets/application/core.sass */
.testimonial b {
  display: block;
  margin-top: 16px;
}

/* line 231, /myapp/app/assets/stylesheets/application/core.sass */
.testimonal__speech {
  display: block;
  text-align: left;
  position: absolute;
  top: -10px;
  left: 16px;
  opacity: 0.6;
}
/* line 238, /myapp/app/assets/stylesheets/application/core.sass */
.testimonal__speech span {
  font-style: italic;
  font-size: 4.5rem;
  font-weight: bold;
}

/* line 243, /myapp/app/assets/stylesheets/application/core.sass */
.testimonial__body {
  font-style: italic;
}

/* line 246, /myapp/app/assets/stylesheets/application/core.sass */
.brand-strip {
  padding: 0 32px 32px;
}
@media (max-width: 599px) {
  /* line 246, /myapp/app/assets/stylesheets/application/core.sass */
  .brand-strip {
    padding: 0 16px 32px;
  }
  /* line 250, /myapp/app/assets/stylesheets/application/core.sass */
  .brand-strip img {
    max-width: 250px;
  }
}

/* line 255, /myapp/app/assets/stylesheets/application/core.sass */
.heading-bar {
  border: 1px solid #cacaca;
  padding: 16px;
}
/* line 259, /myapp/app/assets/stylesheets/application/core.sass */
.heading-bar * {
  text-transform: uppercase;
  font-size: 0.75rem;
}
/* line 263, /myapp/app/assets/stylesheets/application/core.sass */
.product-recently-viewed + .heading-bar {
  margin-top: 16px;
}

/* line 267, /myapp/app/assets/stylesheets/application/core.sass */
.no-bar .product-grid__previews {
  margin-top: 0;
}

/* line 270, /myapp/app/assets/stylesheets/application/core.sass */
.product-preview__features {
  margin: 6px 0;
}
/* line 272, /myapp/app/assets/stylesheets/application/core.sass */
.product-preview__features p {
  font-size: 12px;
  word-break: break-word;
}

@media (max-width: 899px) {
  /* line 276, /myapp/app/assets/stylesheets/application/core.sass */
  .categories-menu {
    margin-top: 16px;
  }
}

/* line 280, /myapp/app/assets/stylesheets/application/core.sass */
.categories-menu__section {
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  position: relative;
  line-height: 1.5rem;
  background-color: white;
}
/* line 287, /myapp/app/assets/stylesheets/application/core.sass */
.categories-menu__section:last-of-type {
  border-bottom: 1px solid #cacaca;
}

/* line 290, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter {
  border: 1px solid #cacaca;
  margin-top: 16px;
  position: relative;
}
/* line 295, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter .active a {
  color: white;
  padding: 18px;
  transition: 0.5s;
  display: block;
  width: 100%;
  background: #940f12;
}
/* line 302, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter .active a:hover {
  background: #c21418;
}
/* line 304, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter .active i {
  margin-right: 12px;
}
/* line 307, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter ul {
  padding: 16px 0;
  margin: 0;
  list-style: none;
  max-height: 300px;
  overflow: auto;
}
/* line 313, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter a {
  cursor: pointer;
  display: block;
  padding: 1px 17px;
  font-size: 0.8rem;
  color: #555;
  font-weight: 600;
}
/* line 320, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter a:hover {
  background-color: #e5e5e5;
}
/* line 322, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter:first-of-type {
  margin-top: 0;
}
/* line 324, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter:last-of-type {
  margin-right: 0;
}
/* line 327, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter label {
  position: absolute;
  top: 16px;
  right: 16px;
}
/* line 331, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter input[type="checkbox"] {
  display: none;
}
/* line 333, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter label:after {
  content: "-";
  display: block;
  cursor: pointer;
  font-size: 1.2rem;
}
/* line 338, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter input[type="checkbox"]:checked ~ label:after {
  content: "+";
}
/* line 340, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter input[type="checkbox"]:checked ~ ul {
  display: none;
}
@media (min-width: 700px) {
  /* line 290, /myapp/app/assets/stylesheets/application/core.sass */
  .category-filter {
    margin-right: 16px;
    margin-top: 0;
  }
}

/* line 347, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter__heading {
  padding: 16px;
  border-bottom: 1px solid #cacaca;
}
/* line 350, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter__heading h3 {
  color: #940f12;
  margin: 0;
}

/* line 354, /myapp/app/assets/stylesheets/application/core.sass */
.category-filter__active {
  font-weight: bold;
  text-decoration: underline;
}

/* line 358, /myapp/app/assets/stylesheets/application/core.sass */
.product-grid__previews {
  margin-top: 16px;
}

/* line 362, /myapp/app/assets/stylesheets/application/core.sass */
.pagination * {
  margin-right: 6px;
}
/* line 364, /myapp/app/assets/stylesheets/application/core.sass */
.pagination .current {
  font-weight: bold;
}

/* line 368, /myapp/app/assets/stylesheets/application/core.sass */
.blog-preview {
  padding: 16px;
  border: 1px solid #cacaca;
  margin-bottom: 16px;
}
/* line 372, /myapp/app/assets/stylesheets/application/core.sass */
.blog-preview:last-of-type {
  margin-bottom: 0;
}
/* line 374, /myapp/app/assets/stylesheets/application/core.sass */
.blog-preview h3 {
  display: inline-block;
  color: #940f12;
  text-transform: uppercase;
  margin-right: 8px;
}

@media (min-width: 900px) {
  /* line 380, /myapp/app/assets/stylesheets/application/core.sass */
  .blogs-menu {
    padding-left: 32px;
  }
  /* line 383, /myapp/app/assets/stylesheets/application/core.sass */
  .blogs-menu h2 {
    margin-top: 0;
  }
}
/* line 385, /myapp/app/assets/stylesheets/application/core.sass */
.blogs-menu ul {
  list-style: none;
}
/* line 387, /myapp/app/assets/stylesheets/application/core.sass */
.blogs-menu h2 {
  color: #940f12;
}

/* line 392, /myapp/app/assets/stylesheets/application/core.sass */
.car-specs {
  text-transform: unset;
}
/* line 395, /myapp/app/assets/stylesheets/application/core.sass */
.car-specs table {
  max-width: 100%;
}
/* line 397, /myapp/app/assets/stylesheets/application/core.sass */
.car-specs td {
  vertical-align: top;
}
/* line 399, /myapp/app/assets/stylesheets/application/core.sass */
.car-specs ul {
  margin: 0 0 0 16px;
  padding: 0;
}

/* line 404, /myapp/app/assets/stylesheets/application/core.sass */
.car-specs__list-row td {
  padding-top: 16px;
}
/* line 406, /myapp/app/assets/stylesheets/application/core.sass */
.car-specs__list-row td:last-of-type {
  padding-left: 24px;
}

/* line 409, /myapp/app/assets/stylesheets/application/core.sass */
.car-thumbnails {
  margin: 0 -4px;
}
/* line 413, /myapp/app/assets/stylesheets/application/core.sass */
.car-thumbnails img {
  height: 75px;
  width: 75px;
  margin: 4px;
}

/* line 420, /myapp/app/assets/stylesheets/application/core.sass */
.enquiries p {
  font-size: 14px;
}
/* line 422, /myapp/app/assets/stylesheets/application/core.sass */
.enquiries .new_enquiry {
  border: 1px solid #cacaca;
  padding: 16px;
  margin-bottom: 32px;
}
/* line 426, /myapp/app/assets/stylesheets/application/core.sass */
.enquiries .contact-info {
  padding-top: 56px;
  padding-left: 54px;
}
/* line 429, /myapp/app/assets/stylesheets/application/core.sass */
.enquiries .contact-info ul {
  padding-left: 16px;
}

/* line 435, /myapp/app/assets/stylesheets/application/core.sass */
.row--small {
  padding: 8px 16px;
}

/* line 440, /myapp/app/assets/stylesheets/application/core.sass */
.express-order {
  padding: 16px;
}
/* line 443, /myapp/app/assets/stylesheets/application/core.sass */
.express-order td, .express-order th {
  border: 1px #cacaca solid;
  padding: 4px 8px;
}
/* line 451, /myapp/app/assets/stylesheets/application/core.sass */
.express-order--narrow {
  width: 80px;
}
/* line 453, /myapp/app/assets/stylesheets/application/core.sass */
.express-order--fixed {
  width: 320px;
}

/* line 458, /myapp/app/assets/stylesheets/application/core.sass */
.cc_container {
  position: fixed;
  z-index: 100;
  background: #222;
  color: white;
  width: 50%;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  padding: 10px;
  max-width: 400px;
  min-width: 300px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

/* line 473, /myapp/app/assets/stylesheets/application/core.sass */
a.cc_logo {
  display: none;
}

/* line 476, /myapp/app/assets/stylesheets/application/core.sass */
p.cc_message {
  color: white;
  margin: 0;
}

/* line 480, /myapp/app/assets/stylesheets/application/core.sass */
a.cc_btn.cc_btn_accept_all {
  background-color: #940f12;
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

/* line 491, /myapp/app/assets/stylesheets/application/core.sass */
.checkout__stock-warning {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #ddd;
  color: red;
  font-weight: bold;
}

/* line 1, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel {
  background: white;
}
/* line 4, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel > h3 {
  display: block;
  padding: 10px;
  color: white;
  font-family: "eurostile", sans-serif;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 16px;
}

/* line 16, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel--small .product-preview__info {
  min-height: initial;
}

/* line 19, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__item, .brand-strip li {
  position: relative;
  max-width: 25%;
  display: inline-block;
}
/* line 24, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__item > div, .brand-strip li > div {
  width: 100%;
}

/* line 28, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(148, 15, 18, 0.1);
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 39, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__item:hover .product-carousel__overlay {
  opacity: 1;
  cursor: pointer;
}

/* line 43, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__info {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 47, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__info h4, .product-carousel__info p {
  font-size: 1rem;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  color: white;
  padding: 8px;
}
/* line 55, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__info h4 {
  background-color: #940f12;
}
/* line 57, /myapp/app/assets/stylesheets/partials/_carousel.sass */
.product-carousel__info p {
  background-color: black;
}

/* line 1, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer {
  font-family: "eurostile", sans-serif;
  font-style: italic;
}
/* line 6, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer h2, .footer h3, .footer span, .footer a, .footer li, .footer p {
  color: white;
}
/* line 8, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
/* line 12, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer li {
  font-size: 1rem;
}
/* line 14, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer p {
  margin: 4px 0 0;
}
/* line 16, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer .logo {
  min-height: 50px;
  background-position: center;
}
@media (min-width: 900px) {
  /* line 16, /myapp/app/assets/stylesheets/partials/_footer.sass */
  .footer .logo {
    display: inline-block;
  }
}
@media (max-width: 899px) {
  /* line 16, /myapp/app/assets/stylesheets/partials/_footer.sass */
  .footer .logo {
    max-width: 100%;
    margin: 32px 0;
  }
}

@media (max-width: 899px) {
  /* line 25, /myapp/app/assets/stylesheets/partials/_footer.sass */
  .footer__section {
    text-align: center;
    margin-bottom: 32px;
  }
}

/* line 30, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer__slogan {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 16px;
}
/* line 35, /myapp/app/assets/stylesheets/partials/_footer.sass */
.footer__slogan p {
  max-width: 350px;
  display: inline-block;
}
@media (max-width: 899px) {
  /* line 30, /myapp/app/assets/stylesheets/partials/_footer.sass */
  .footer__slogan {
    margin-bottom: 32px;
  }
}

@media (max-width: 899px) {
  /* line 41, /myapp/app/assets/stylesheets/partials/_footer.sass */
  .footer__slogan, .footer__copyright {
    text-align: center !important;
  }
}

/* line 2, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-reviews i {
  color: #f7b800;
}

/* line 5, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-reviews__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 16px;
}
/* line 10, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-reviews__heading p {
  font-size: 0.9rem !important;
  line-height: 1.4rem !important;
  margin: 0 8px 0 0;
}

/* line 15, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
/* line 19, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review p {
  font-size: 0.9rem !important;
  line-height: 1.4rem !important;
}
/* line 23, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review + .google-review {
  margin-top: 16px;
}

/* line 26, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review__img {
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin-right: 16px;
}
/* line 30, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review__img img {
  display: block;
  width: 50px;
  height: 50px;
}

/* line 35, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 38, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review__content p {
  margin: 8px 0 0;
}

/* line 42, /myapp/app/assets/stylesheets/partials/_google_review.sass */
.google-review__link a {
  font-family: "eurostile", sans-serif;
  font-style: italic;
  text-transform: capitalize;
  font-size: 1.15rem;
}

/* line 1, /myapp/app/assets/stylesheets/partials/_header.sass */
.header {
  font-family: "eurostile", sans-serif;
  font-style: italic;
  position: relative;
}
@media (max-width: 599px) {
  /* line 6, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header * {
    box-shadow: none !important;
  }
}

/* line 10, /myapp/app/assets/stylesheets/partials/_header.sass */
#google_translate_element {
  overflow-x: auto;
  font-size: 1em;
}
/* line 13, /myapp/app/assets/stylesheets/partials/_header.sass */
#google_translate_element div {
  display: inline-block !important;
}
/* line 16, /myapp/app/assets/stylesheets/partials/_header.sass */
#google_translate_element select {
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 0.85em !important;
  height: 32px !important;
}
/* line 24, /myapp/app/assets/stylesheets/partials/_header.sass */
#google_translate_element * {
  font-size: 1rem;
}
@media (max-width: 899px) {
  /* line 10, /myapp/app/assets/stylesheets/partials/_header.sass */
  #google_translate_element {
    width: 100%;
  }
}

/* line 30, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__top {
  padding: 4px 16px;
  color: white;
}
/* line 34, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__top .gs, .header__top .car-thumbnails {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 37, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__top a {
  color: white;
  margin-bottom: 4px;
  display: inline-block;
}
/* line 42, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__top * {
  font-size: 0.85rem;
}
@media (min-width: 900px) {
  /* line 42, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__top * {
    font-size: 1.1rem;
  }
}
/* line 46, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__top span {
  white-space: nowrap;
}
/* line 48, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__top span:first-child {
  margin-right: 16px;
}
/* line 51, /myapp/app/assets/stylesheets/partials/_header.sass */
.row--dark .header__top {
  padding: 8px 16px;
}
/* line 54, /myapp/app/assets/stylesheets/partials/_header.sass */
.row--dark .header__top * {
  font-size: 0.85rem;
}
@media (min-width: 900px) {
  /* line 54, /myapp/app/assets/stylesheets/partials/_header.sass */
  .row--dark .header__top * {
    font-size: 1.25rem;
  }
}

/* line 59, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__main {
  background-color: white;
  padding: 16px;
  width: 100%;
}

@media (max-width: 899px) {
  /* line 64, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__tablet-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 68, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__logo {
  height: 70px;
  width: 100%;
}
@media (max-width: 599px) {
  /* line 68, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__logo {
    max-width: 100%;
    background-position: 50%;
  }
}

/* line 77, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__search input[type="text"] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 82, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__search button {
  margin-left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #e0e0e0;
  border: 0;
}
@media (max-width: 899px) {
  /* line 76, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__search {
    padding-top: 8px;
  }
  /* line 91, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__search input[type="text"] {
    width: 100%;
    max-width: 100%;
  }
}

/* line 95, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__menu {
  text-transform: uppercase;
  padding-top: 8px;
}

/* line 99, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__basket {
  padding: 16px 30px;
  border-radius: 4px;
}
/* line 103, /myapp/app/assets/stylesheets/partials/_header.sass */
.header__basket p {
  margin: 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 899px) {
  /* line 99, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__basket {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 110, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__basket--resp {
    display: none;
  }
}
@media (max-width: 899px) {
  /* line 110, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__basket--resp {
    display: block;
    width: 100%;
    text-align: right;
    padding: 8px 16px;
    border-radius: 0;
  }
  /* line 121, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__basket--resp b {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  /* line 125, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__basket--resp a {
    line-height: 1.21rem;
  }
}
@media (max-width: 400px) {
  /* line 129, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__basket--resp span {
    font-size: 13px;
  }
}

@media (max-width: 899px) {
  /* line 132, /myapp/app/assets/stylesheets/partials/_header.sass */
  .header__toggle {
    z-index: 419;
    position: relative;
    display: inline-block;
    padding: 0 24px 0 12px;
  }
}

@media (max-width: 899px) {
  /* line 139, /myapp/app/assets/stylesheets/partials/_header.sass */
  .trade-link {
    display: none;
  }
}

@media (max-width: 899px) {
  /* line 143, /myapp/app/assets/stylesheets/partials/_header.sass */
  .trade-link--resp {
    display: initial !important;
  }
}

/* line 149, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu {
  position: relative;
  font-family: "eurostile", sans-serif;
  font-style: italic;
}
/* line 152, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 157, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu li {
  display: inline-block;
}
/* line 165, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu a, .main-menu span {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 12px 8px;
  display: inline-block;
  color: white;
  cursor: pointer;
}
/* line 173, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu a > i, .main-menu span > i {
  color: white;
}
/* line 176, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu__item--root {
  padding: 10px 0;
  font-size: 1.1rem;
}

/* line 180, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu__shadow {
  display: none;
}
@media (max-width: 899px) {
  /* line 180, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu__shadow {
    position: fixed;
    z-index: 419;
    text-align: center;
    transition: 0.3s;
    width: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.33);
    opacity: 0;
    pointer-events: none;
  }
  /* line 197, /myapp/app/assets/stylesheets/partials/_header.sass */
  .show-menu .main-menu__shadow {
    opacity: 1;
    pointer-events: initial;
  }
}

@media (max-width: 899px) {
  /* line 201, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--resp {
    position: fixed;
    z-index: 420;
    text-align: center;
    transition: 0.3s;
    width: 100%;
    display: block;
    top: 0;
    bottom: 0;
    padding-top: 80px;
    text-align: left;
    width: 200px;
    right: -200px;
  }
  /* line 216, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--resp a, .main-menu--resp span {
    padding: 4px 8px;
  }
  /* line 219, /myapp/app/assets/stylesheets/partials/_header.sass */
  .show-menu .main-menu--resp {
    right: 0;
  }
  /* line 222, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--resp li {
    display: block;
  }
}

/* line 225, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu--brand {
  background: #1b1b1b;
  display: block !important;
}
/* line 229, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu--brand > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 234, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu--brand > ul > li {
  text-align: center;
  vertical-align: middle;
}
/* line 238, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu--brand > ul > li > a {
  width: 100%;
  font-size: 1.25rem;
}
/* line 242, /myapp/app/assets/stylesheets/partials/_header.sass */
.main-menu--brand > ul > li > a > ins {
  text-decoration: none;
}
@media (max-width: 900px) {
  /* line 246, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--brand i {
    display: none;
  }
}
@media (max-width: 599px) {
  /* line 250, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--brand > ul {
    display: block;
  }
  /* line 252, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--brand > ul > li {
    width: 49%;
  }
  /* line 254, /myapp/app/assets/stylesheets/partials/_header.sass */
  .main-menu--brand > ul > li > a {
    font-size: 1.15rem;
  }
}

/* line 257, /myapp/app/assets/stylesheets/partials/_header.sass */
.menu-activator {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 260, /myapp/app/assets/stylesheets/partials/_header.sass */
.alfa-menu, .fiat-menu, .jeep-menu, .brand-menu {
  background-color: white;
  position: absolute;
  z-index: 16;
  left: 0;
  left: 0;
  padding: 8px 16px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  width: 100%;
}
/* line 272, /myapp/app/assets/stylesheets/partials/_header.sass */
.alfa-menu a, .fiat-menu a, .jeep-menu a, .brand-menu a {
  color: #940f12;
}
@media (max-width: 900px) {
  /* line 260, /myapp/app/assets/stylesheets/partials/_header.sass */
  .alfa-menu, .fiat-menu, .jeep-menu, .brand-menu {
    display: none;
  }
}

/* line 279, /myapp/app/assets/stylesheets/partials/_header.sass */
.alfa-menu:hover, .show-alfa-menu .alfa-menu {
  opacity: 1;
  pointer-events: initial;
}

/* line 284, /myapp/app/assets/stylesheets/partials/_header.sass */
.fiat-menu:hover, .show-fiat-menu .fiat-menu {
  opacity: 1;
  pointer-events: initial;
}

/* line 289, /myapp/app/assets/stylesheets/partials/_header.sass */
.jeep-menu:hover, .show-jeep-menu .jeep-menu {
  opacity: 1;
  pointer-events: initial;
}

/* line 294, /myapp/app/assets/stylesheets/partials/_header.sass */
.brand-menu:hover, .show-brand-menu .brand-menu {
  opacity: 1;
  pointer-events: initial;
}

/* line 24, /myapp/app/assets/stylesheets/application.sass */
pre {
  white-space: normal !important;
}

/* line 27, /myapp/app/assets/stylesheets/application.sass */
.covid19banner {
  color: white;
  background-color: #940f12;
}
/* line 30, /myapp/app/assets/stylesheets/application.sass */
.covid19banner * {
  color: white;
}

/* line 35, /myapp/app/assets/stylesheets/application.sass */
.cart-items__cell input[type="checkbox"] {
  display: none;
}

/* line 38, /myapp/app/assets/stylesheets/application.sass */
#page_wrapper {
  padding: 32px;
}

/* line 41, /myapp/app/assets/stylesheets/application.sass */
.btn {
  transition: 0.3s;
}
/* line 44, /myapp/app/assets/stylesheets/application.sass */
.btn:disabled {
  filter: grayscale(1);
  opacity: 0.666;
}

/* line 49, /myapp/app/assets/stylesheets/application.sass */
.product-grid .pagination {
  background-color: transparent;
  padding: 16px 0 8px;
  margin: 0;
}
/* line 54, /myapp/app/assets/stylesheets/application.sass */
.product-grid .pagination * {
  margin-right: 2px;
}
/* line 57, /myapp/app/assets/stylesheets/application.sass */
.product-grid .pagination span, .product-grid .pagination a, .product-grid .pagination em {
  font-weight: bold;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #940f12;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-style: italic;
  display: inline-block;
}
/* line 68, /myapp/app/assets/stylesheets/application.sass */
.product-grid .pagination a {
  cursor: pointer;
  transition: 0.2s;
}
/* line 72, /myapp/app/assets/stylesheets/application.sass */
.product-grid .pagination a:hover {
  opacity: 0.89;
}
/* line 75, /myapp/app/assets/stylesheets/application.sass */
.product-grid .pagination .current {
  text-decoration: underline;
}

/* line 79, /myapp/app/assets/stylesheets/application.sass */
li.active a {
  color: #7e0204;
  font-weight: bold;
}

/* line 84, /myapp/app/assets/stylesheets/application.sass */
.product-details table {
  max-width: initial;
}

/* line 87, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered {
  font-size: 0.8rem;
}
/* line 88, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered .stock--out {
  color: red;
  font-weight: 800;
}
/* line 94, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered table {
  width: 100%;
}
/* line 97, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered td {
  vertical-align: top;
  padding: 5px 0;
}
/* line 101, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered td + td {
  padding-left: 10px;
}
/* line 104, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered td.price_td {
  font-size: 1rem;
}
/* line 107, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered td.price_td b {
  margin-bottom: 5px;
}
/* line 110, /myapp/app/assets/stylesheets/application.sass */
.product-details__section--bordered + .product-details__section--bordered {
  border-top: 0;
}
@media (min-width: 400px) {
  /* line 114, /myapp/app/assets/stylesheets/application.sass */
  .product-details__section--bordered:first-child {
    min-width: 150px;
  }
}

/* line 117, /myapp/app/assets/stylesheets/application.sass */
.price-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 124, /myapp/app/assets/stylesheets/application.sass */
.product__add-to-cart .btn {
  border-radius: 4px;
}
@media (max-width: 499px) {
  /* line 123, /myapp/app/assets/stylesheets/application.sass */
  .product__add-to-cart {
    display: block;
  }
  /* line 130, /myapp/app/assets/stylesheets/application.sass */
  .product__add-to-cart .btn {
    margin-top: 12px;
  }
}

/* line 134, /myapp/app/assets/stylesheets/application.sass */
.surcharge-option input {
  display: none;
}

/* line 137, /myapp/app/assets/stylesheets/application.sass */
.old-price {
  opacity: 0.5;
}

/* line 140, /myapp/app/assets/stylesheets/application.sass */
.small {
  text-transform: none;
  font-size: 12px;
}

/* line 144, /myapp/app/assets/stylesheets/application.sass */
.express-order {
  text-align: left;
}
/* line 146, /myapp/app/assets/stylesheets/application.sass */
.express-order td, .express-order th {
  padding: 5px;
}

/* line 150, /myapp/app/assets/stylesheets/application.sass */
.row--dark {
  background-color: #170303;
}

/* line 154, /myapp/app/assets/stylesheets/application.sass */
.new_address form.edit_cart input[type="submit"]:disabled, .get_address form.edit_cart input[type="submit"]:disabled, .create_address form.edit_cart input[type="submit"]:disabled {
  background-color: #c1bcbc;
  border: 1px solid #c1bcbc;
}

/* line 159, /myapp/app/assets/stylesheets/application.sass */
.product-preview figure {
  margin: 12px 40px;
}
/* line 162, /myapp/app/assets/stylesheets/application.sass */
.product-preview img {
  display: block;
  margin: 0 auto;
}
/* line 166, /myapp/app/assets/stylesheets/application.sass */
.product-preview h3 {
  margin-top: 0;
}

/* line 169, /myapp/app/assets/stylesheets/application.sass */
.product-preview__info {
  min-height: 200px;
}
/* line 172, /myapp/app/assets/stylesheets/application.sass */
.product-preview__info h3 {
  font-size: 1rem;
}

/* line 175, /myapp/app/assets/stylesheets/application.sass */
.product-preview__part-no {
  font-size: 0.75rem;
}

/* line 178, /myapp/app/assets/stylesheets/application.sass */
.product-preview__offer {
  color: #940f12;
}

/* line 181, /myapp/app/assets/stylesheets/application.sass */
.product-preview__price {
  margin-top: 4px;
  display: block;
}
/* line 185, /myapp/app/assets/stylesheets/application.sass */
.product-preview__price small {
  font-weight: lighter;
  text-transform: none;
}

/* line 189, /myapp/app/assets/stylesheets/application.sass */
.product-preview--wide {
  width: 100% !important;
  margin-right: 0 !important;
}
/* line 193, /myapp/app/assets/stylesheets/application.sass */
.product-preview--wide > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 198, /myapp/app/assets/stylesheets/application.sass */
.product-preview--wide .product-preview__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 201, /myapp/app/assets/stylesheets/application.sass */
.product-preview--wide .product-preview__controls {
  padding: 16px 8px;
  min-width: 200px;
}
/* line 205, /myapp/app/assets/stylesheets/application.sass */
.product-preview--wide .product-preview__controls span {
  display: block;
}
@media (max-width: 768px) {
  /* line 201, /myapp/app/assets/stylesheets/application.sass */
  .product-preview--wide .product-preview__controls {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* line 212, /myapp/app/assets/stylesheets/application.sass */
.product-show__main_image img {
  display: block;
  margin: 0 auto;
}

/* line 216, /myapp/app/assets/stylesheets/application.sass */
.product-details__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 220, /myapp/app/assets/stylesheets/application.sass */
.product-details__quantity p {
  font-size: 0.8rem;
  margin-right: 8px;
}

/* line 224, /myapp/app/assets/stylesheets/application.sass */
.checkout__bar {
  font-family: "eurostile", sans-serif;
  font-style: italic;
}

/* line 228, /myapp/app/assets/stylesheets/application.sass */
.special-offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #940f12;
  padding: 8px 16px;
  color: white;
  margin-bottom: 16px;
}
/* line 236, /myapp/app/assets/stylesheets/application.sass */
.special-offers h2 {
  margin: 0;
  font-family: "eurostile", sans-serif;
  font-style: italic;
}
/* line 241, /myapp/app/assets/stylesheets/application.sass */
.special-offers p {
  margin: 0 0 -2px 16px;
  font-size: 0.9rem;
}

/* line 245, /myapp/app/assets/stylesheets/application.sass */
.product-preview.offers {
  position: relative;
}
/* line 248, /myapp/app/assets/stylesheets/application.sass */
.product-preview.offers:after {
  content: "On offer";
  color: white;
  font-size: 1rem;
  font-family: "eurostile", sans-serif;
  font-style: italic;
  background-color: #940f12;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 24px;
}

/* line 263, /myapp/app/assets/stylesheets/application.sass */
.product-preview.offers.offers--reduced:after {
  content: "Reduced";
}

/* line 266, /myapp/app/assets/stylesheets/application.sass */
.product-show__thumbnail {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 599px) {
  /* line 266, /myapp/app/assets/stylesheets/application.sass */
  .product-show__thumbnail {
    width: 50px;
    height: 50px;
  }
}

/* line 275, /myapp/app/assets/stylesheets/application.sass */
.price_td {
  line-height: 1.6;
}

/* line 278, /myapp/app/assets/stylesheets/application.sass */
.price-conversions {
  transition: 0.2s ease-in-out;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  transform: scale(0.99);
}
/* line 286, /myapp/app/assets/stylesheets/application.sass */
.price-conversions b {
  display: block;
}

/* line 289, /myapp/app/assets/stylesheets/application.sass */
.price-conversions--visible {
  pointer-events: initial;
  opacity: 1;
  max-height: 420px;
  transform: scale(1);
}

/* line 295, /myapp/app/assets/stylesheets/application.sass */
.cart {
  padding: 16px 16px 40px;
}

/* line 298, /myapp/app/assets/stylesheets/application.sass */
.checkout__content-summary {
  line-height: 1.6;
  margin-top: 16px;
}
/* line 302, /myapp/app/assets/stylesheets/application.sass */
.checkout__content-summary h4 {
  margin-bottom: 4px;
}

/* line 305, /myapp/app/assets/stylesheets/application.sass */
.providers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1b1b1b;
  overflow-x: auto;
}
/* line 311, /myapp/app/assets/stylesheets/application.sass */
.providers .delivery img {
  max-width: 120px;
}
/* line 314, /myapp/app/assets/stylesheets/application.sass */
.providers .payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 318, /myapp/app/assets/stylesheets/application.sass */
.providers .payments img {
  max-width: 60px;
}
/* line 321, /myapp/app/assets/stylesheets/application.sass */
.providers .payments .paypal img {
  max-width: 110px;
}
/* line 324, /myapp/app/assets/stylesheets/application.sass */
.providers .payments .worldpay img {
  max-width: 120px;
}
/* line 327, /myapp/app/assets/stylesheets/application.sass */
.providers img {
  display: block;
  padding: 8px;
}

/* line 331, /myapp/app/assets/stylesheets/application.sass */
.show_delivery_field {
  display: none;
}
/* line 334, /myapp/app/assets/stylesheets/application.sass */
.show_delivery_fields .show_delivery_field {
  display: block;
}

/* line 337, /myapp/app/assets/stylesheets/application.sass */
.hide_delivery_field {
  display: block;
}
/* line 340, /myapp/app/assets/stylesheets/application.sass */
.show_delivery_fields .hide_delivery_field {
  display: none;
}

/* line 347, /myapp/app/assets/stylesheets/application.sass */
.brand-page > h1 {
  color: #940f12;
  text-transform: uppercase;
  font-family: "eurostile", sans-serif;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 900px) {
  /* line 356, /myapp/app/assets/stylesheets/application.sass */
  .brand-page .product-grid__previews {
    margin-top: 0;
  }
}
/* line 360, /myapp/app/assets/stylesheets/application.sass */
.brand-page .category-filter {
  margin-right: 0px;
}
/* line 361, /myapp/app/assets/stylesheets/application.sass */
.brand-page .category-filter + .category-filter {
  margin-top: 16px;
}
/* line 366, /myapp/app/assets/stylesheets/application.sass */
.brand-page .category-filter ul {
  max-height: initial;
}

/* line 369, /myapp/app/assets/stylesheets/application.sass */
.shop_by_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 374, /myapp/app/assets/stylesheets/application.sass */
.shop_by_menu li {
  display: inline-block;
  font-family: "eurostile", sans-serif;
  font-style: italic;
}
@media (max-width: 899px) {
  /* line 374, /myapp/app/assets/stylesheets/application.sass */
  .shop_by_menu li {
    display: block;
  }
}
/* line 382, /myapp/app/assets/stylesheets/application.sass */
.shop_by_menu a {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 12px 8px;
  display: inline-block;
  color: #940f12;
}
