@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../../app/bower_components/normalize-scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 36, ../../app/bower_components/normalize-scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, ../../app/bower_components/normalize-scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../../app/bower_components/normalize-scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, ../../app/bower_components/normalize-scss/_normalize.scss */
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/10/11, Safari, and Firefox < 22.
 */
/* line 98, ../../app/bower_components/normalize-scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../../app/bower_components/normalize-scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, ../../app/bower_components/normalize-scss/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 132, ../../app/bower_components/normalize-scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, ../../app/bower_components/normalize-scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, ../../app/bower_components/normalize-scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, ../../app/bower_components/normalize-scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, ../../app/bower_components/normalize-scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 239, ../../app/bower_components/normalize-scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 247, ../../app/bower_components/normalize-scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 255, ../../app/bower_components/normalize-scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 259, ../../app/bower_components/normalize-scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, ../../app/bower_components/normalize-scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, ../../app/bower_components/normalize-scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, ../../app/bower_components/normalize-scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, ../../app/bower_components/normalize-scss/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../../app/bower_components/normalize-scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../../app/bower_components/normalize-scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../../app/bower_components/normalize-scss/_normalize.scss */
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 407, ../../app/bower_components/normalize-scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, ../../app/bower_components/normalize-scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, ../../app/bower_components/normalize-scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, ../../app/bower_components/normalize-scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../../app/bower_components/normalize-scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../../app/bower_components/normalize-scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../../app/bower_components/normalize-scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, ../../app/bower_components/normalize-scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, ../../app/bower_components/normalize-scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 515, ../../app/bower_components/normalize-scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, ../../app/bower_components/normalize-scss/_normalize.scss */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, ../../app/bower_components/normalize-scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, ../../app/bower_components/normalize-scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 559, ../../app/bower_components/normalize-scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 570, ../../app/bower_components/normalize-scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 575, ../../app/bower_components/normalize-scss/_normalize.scss */
td,
th {
  padding: 0;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
@font-face {
  font-family: 'Roboto Black';
  src: url("../fonts/roboto/roboto-black-webfont.eot");
  src: url("../fonts/roboto/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto/roboto-black-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url("../fonts/roboto/roboto-bold-webfont.eot");
  src: url("../fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/roboto/roboto-light-webfont.eot");
  src: url("../fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-family-sans-serif :  "Roboto Light", sans-serif;
/* line 2, ../../app/styles/global/_global.scss */
html {
  font-size: 21px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../app/styles/global/_global.scss */
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2, ../../app/styles/global/_global.scss */
  html {
    font-size: 21px;
  }
}

/* line 13, ../../app/styles/global/_global.scss */
.max-width-container {
  margin: 0 auto;
  width: 98%;
}

/* line 18, ../../app/styles/global/_global.scss */
.img-background {
  background-size: cover;
  background-position: center center;
}
/* line 22, ../../app/styles/global/_global.scss */
.img-background .bk-image {
  display: none;
}

/* line 26, ../../app/styles/global/_global.scss */
.iPadFix {
  height: 750px !important;
  background-size: auto 100% !important;
}

/* line 31, ../../app/styles/global/_global.scss */
.iPadFix-navbar {
  position: absolute !important;
}

/* line 35, ../../app/styles/global/_global.scss */
a {
  color: #ff803f;
  text-decoration: none;
}
/* line 40, ../../app/styles/global/_global.scss */
a:hover {
  text-decoration: underline;
}

/* line 46, ../../app/styles/global/_global.scss */
q {
  quotes: "“" "”" "‘" "’";
}

/* line 50, ../../app/styles/global/_global.scss */
#disqus_thread {
  margin: 0 20px;
}

/* line 54, ../../app/styles/global/_global.scss */
html {
  font-family: "Roboto Light", sans-serif;
}

/* line 59, ../../app/styles/global/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Bold", sans-serif;
  font-size: 50px;
  font-size: 2.38095rem;
  margin: 0;
}

/* line 66, ../../app/styles/global/_global.scss */
h1 {
  font-size: 50px;
  font-size: 2.38095rem;
}

/* line 70, ../../app/styles/global/_global.scss */
h2 {
  font-size: 48px;
  font-size: 2.28571rem;
}

/* line 74, ../../app/styles/global/_global.scss */
h3 {
  font-size: 45px;
  font-size: 2.14286rem;
}

/* line 78, ../../app/styles/global/_global.scss */
h4 {
  font-size: 30px;
  font-size: 1.42857rem;
}

/* line 82, ../../app/styles/global/_global.scss */
h5 {
  font-size: 28px;
  font-size: 1.33333rem;
}

/* line 86, ../../app/styles/global/_global.scss */
h6 {
  font-size: 25px;
  font-size: 1.19048rem;
}

/* line 5, ../../app/styles/global/_buttons.scss */
.btn {
  border: solid 2px #ff803f;
  color: #ff803f;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  font-size: 23px;
  font-size: 1.09524rem;
  padding: 6px 12px;
  padding: 0.28571rem 0.57143rem;
  min-width: 170px;
  min-width: 8.09524rem;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../app/styles/global/_buttons.scss */
  .btn {
    font-size: 15px;
    font-size: 0.71429rem;
  }
}

/* line 22, ../../app/styles/global/_buttons.scss */
.btn-sm {
  border-radius: 5px;
  min-width: 100px;
  min-width: 4.7619rem;
  font-size: 18px;
  font-size: 0.85714rem;
  line-height: 1.2;
}

/* line 30, ../../app/styles/global/_buttons.scss */
.btn-lg {
  line-height: 3;
}

/* line 35, ../../app/styles/global/_buttons.scss */
.btn-orange-white {
  color: #ff803f;
  background-color: #fff;
  border-color: #ff803f;
}
/* line 40, ../../app/styles/global/_buttons.scss */
.btn-orange-white:hover, .btn-orange-white:active, .btn-orange-white.active {
  background: #ff803f;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 46, ../../app/styles/global/_buttons.scss */
.btn-orange-transparent {
  color: #ff803f;
  background-color: transparent;
  border-color: #ff803f;
}
/* line 51, ../../app/styles/global/_buttons.scss */
.btn-orange-transparent:hover, .btn-orange-transparent:active, .btn-orange-transparent.active {
  background: #ff803f;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 57, ../../app/styles/global/_buttons.scss */
.btn-gray-white {
  color: #5B686C;
  background-color: #fff;
  border-color: #5B686C;
}
/* line 62, ../../app/styles/global/_buttons.scss */
.btn-gray-white:hover, .btn-gray-white:active, .btn-gray-white.active {
  background: #5B686C;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 68, ../../app/styles/global/_buttons.scss */
.btn-facebook-blue {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
/* line 73, ../../app/styles/global/_buttons.scss */
.btn-facebook-blue:hover, .btn-facebook-blue:active, .btn-facebook-blue.active {
  background: #FFFFFF;
  color: #3b5998;
  text-decoration: none;
}

/* line 82, ../../app/styles/global/_buttons.scss */
.button {
  padding: 10px 50px;
  font-size: 16px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 88, ../../app/styles/global/_buttons.scss */
.button-orange {
  background-color: #ff803f;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 93, ../../app/styles/global/_buttons.scss */
.button-orange:hover {
  text-decoration: none;
  background-color: #933103;
}

/* line 1, ../../app/styles/global/_forms.scss */
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
  resize: none;
  outline: none;
}
/* line 19, ../../app/styles/global/_forms.scss */
textarea:focus, textarea.focus {
  border: 1px solid #ff803f;
}

/* line 25, ../../app/styles/global/_forms.scss */
input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
  outline: none;
}
/* line 42, ../../app/styles/global/_forms.scss */
input:focus, input.focus {
  border: 1px solid #ff803f;
}

/* Slider */
/* line 3, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../../app/bower_components/slick.js/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../../app/bower_components/slick.js/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../../app/bower_components/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../../app/bower_components/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../../app/bower_components/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../../app/bower_components/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../../app/bower_components/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../../app/bower_components/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../../app/bower_components/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../../app/bower_components/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../../app/bower_components/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../../app/bower_components/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../../app/bower_components/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../../app/bower_components/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../../app/bower_components/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../../app/bower_components/font-awesome/scss/_animated.scss */
.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 4, ../../app/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../../app/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../../app/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../../app/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../../app/bower_components/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../../app/bower_components/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

/* line 4, ../../app/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../../app/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../../app/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../../app/bower_components/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../../app/bower_components/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 442, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 492, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 494, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 495, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 496, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 499, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 500, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 501, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 503, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 505, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 507, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 508, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 509, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 510, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 511, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 512, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 513, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 514, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 515, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 517, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 518, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 519, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 520, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 521, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 522, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 523, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 524, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 525, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 526, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 527, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 528, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 529, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 530, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 531, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 532, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 533, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 534, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 535, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 536, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 537, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 538, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 539, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 540, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 541, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 542, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 543, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 544, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 545, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 546, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 547, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 548, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 549, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 550, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 551, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 552, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 553, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 554, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 557, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 558, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 559, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 560, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 561, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 562, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 563, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 564, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 565, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 566, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 567, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 568, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 569, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 570, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 571, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 572, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 573, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 574, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 575, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 576, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 577, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 578, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 580, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 581, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 582, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 583, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 584, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 585, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 586, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 587, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 588, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 589, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 590, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 591, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 592, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 593, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 594, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 595, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 597, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 598, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 599, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 600, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 601, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 603, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 604, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 605, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 606, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 608, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 610, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 612, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 614, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 616, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 617, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 618, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 619, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 620, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 621, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 622, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 623, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 624, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 625, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 626, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 627, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 629, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 631, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 633, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 634, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 636, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 638, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 639, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 640, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 641, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 642, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 643, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 644, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 645, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 646, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 647, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 648, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 649, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 650, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 651, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 652, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 653, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 654, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 655, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 656, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 657, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 658, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 660, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 661, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 662, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 663, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 664, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 665, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 666, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 667, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 668, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 669, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 670, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 671, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 672, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 673, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 674, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 675, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 676, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 677, ../../app/bower_components/font-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 2, ../../app/styles/components/_header.scss */
nav ul {
  max-height: 1600px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: -1600px;
  background: rgba(35, 35, 35, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 0.25s ease-in-out;
}
/* line 15, ../../app/styles/components/_header.scss */
nav ul a {
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid rgba(255, 128, 63, 0.5);
  width: 50%;
  margin: 0 auto;
  font-size: 34px;
  font-size: 1.61905rem;
  line-height: 70px;
  line-height: 3.33333rem;
  padding-top: 40px;
  padding-top: 1.90476rem;
  padding-bottom: 4.5px;
  padding-bottom: 0.21429rem;
  transition: 0.3s ease-in-out;
}
/* line 23, ../../app/styles/components/_header.scss */
nav ul a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../../app/styles/components/_header.scss */
  nav ul a {
    font-size: 20px;
    font-size: 0.95238rem;
    line-height: 50px;
    line-height: 2.38095rem;
    padding-top: 30px;
    padding-top: 1.42857rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) and (max-height: 500px) {
  /* line 15, ../../app/styles/components/_header.scss */
  nav ul a {
    line-height: 35px;
    line-height: 1.66667rem;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  /* line 15, ../../app/styles/components/_header.scss */
  nav ul a {
    font-size: 24px;
    font-size: 1.14286rem;
    line-height: 50px;
    line-height: 2.38095rem;
    padding-top: 45px;
    padding-top: 2.14286rem;
    padding-bottom: 6.4px;
    padding-bottom: 0.30476rem;
    transition: 0.3s ease-in-out;
  }
}
/* line 54, ../../app/styles/components/_header.scss */
nav ul li:hover a {
  font-size: 35px;
  font-size: 1.66667rem;
  color: #ff803f;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 54, ../../app/styles/components/_header.scss */
  nav ul li:hover a {
    font-size: 22px;
    font-size: 1.04762rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 62, ../../app/styles/components/_header.scss */
  nav ul li:first-child {
    margin-top: 40px;
    margin-top: 1.90476rem;
  }
}

/* line 71, ../../app/styles/components/_header.scss */
.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 20;
}
/* line 80, ../../app/styles/components/_header.scss */
.main-header .max-width-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
/* line 86, ../../app/styles/components/_header.scss */
.main-header .max-width-container .searchbox-wrap {
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  border: 0;
  border-radius: 0;
  color: #232323;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 98, ../../app/styles/components/_header.scss */
.main-header .max-width-container:hover > * {
  opacity: 1;
}
/* line 102, ../../app/styles/components/_header.scss */
.main-header .max-width-container input.searchbox-wrap:focus > * {
  opacity: 1;
}
/* line 107, ../../app/styles/components/_header.scss */
.main-header.downed {
  background: rgba(35, 35, 35, 0.8);
}
/* line 110, ../../app/styles/components/_header.scss */
.main-header.downed form {
  background-color: rgba(151, 151, 151, 0.4) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
/* line 117, ../../app/styles/components/_header.scss */
.main-header.active > nav > ul {
  top: 0;
  left: 0;
}

/* line 124, ../../app/styles/components/_header.scss */
.logo {
  background-image: url(/cms-media/ips/logos/menu-bar/logo-ips-280x47-w.png);
  background-position: 0px 0px;
  width: 281px;
  height: 42px;
  text-indent: -99999px;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 124, ../../app/styles/components/_header.scss */
  .logo {
    background-image: url(/cms-media/ips/logos/menu-bar/logo-ips-280x47-w.png);
    background-position: 0px -141px;
    width: 281px;
	height: 42px;
    text-indent: -99999px;
    float: left;
    margin: 5px 0;
  }
  /* line 137, ../../app/styles/components/_header.scss */
  .logo.monograma {
    background-position: 95px -171px;
    width: 32px;
    height: 30px;
  }
}

/* line 147, ../../app/styles/components/_header.scss */
.toogle {
  display: inline-block;
  width: 30px;
  margin: 0 auto;
  z-index: 100;
  cursor: pointer;
  padding: 20px 15px 10px;
  position: absolute;
  top: 7px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 147, ../../app/styles/components/_header.scss */
  .toogle {
    right: 10px;
  }
}

/* line 164, ../../app/styles/components/_header.scss */
.toogle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}

/* line 177, ../../app/styles/components/_header.scss */
.toogle span:nth-child(1) {
  top: 0px;
}

/* line 181, ../../app/styles/components/_header.scss */
.toogle span:nth-child(2), .toogle span:nth-child(3) {
  top: 10px;
}

/* line 185, ../../app/styles/components/_header.scss */
.toogle span:nth-child(4) {
  top: 20px;
}

/* line 189, ../../app/styles/components/_header.scss */
.toogle.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 195, ../../app/styles/components/_header.scss */
.toogle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 199, ../../app/styles/components/_header.scss */
.toogle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 203, ../../app/styles/components/_header.scss */
.toogle.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 212, ../../app/styles/components/_header.scss */
.searchbox-wrap {
  background: #FFFFFF;
  color: #232323;
  background: #FFFFFF;
  height: 40px;
  padding: 0px 2px;
  opacity: 0;
  position: absolute;
  right: 50px;
  width: 200px;
  border-radius: 10px;
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 212, ../../app/styles/components/_header.scss */
  .searchbox-wrap {
    position: absolute;
    width: 40px;
  }
  /* line 230, ../../app/styles/components/_header.scss */
  .searchbox-wrap.open {
    width: 200px;
    position: absolute;
    margin: 0 auto;
  }
}
/* line 237, ../../app/styles/components/_header.scss */
.searchbox-wrap input {
  width: 80%;
  color: #232323;
  box-shadow: none;
  line-height: 1.5rem;
  outline: 0 none;
  border: 0 none;
  background: transparent;
  width: calc(96% - 30px);
  font-size: 17px;
  font-size: 0.80952rem;
}
/* line 249, ../../app/styles/components/_header.scss */
.searchbox-wrap .search-icon {
  background-color: transparent;
  border: 0 none;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  right: 5px;
  padding: 5px;
}
/* line 259, ../../app/styles/components/_header.scss */
.searchbox-wrap a {
  text-decoration: none;
  color: #232323;
}

/* line 265, ../../app/styles/components/_header.scss */
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 272, ../../app/styles/components/_header.scss */
circle {
  fill: rgba(255, 255, 255, 0.1);
}

/* line 276, ../../app/styles/components/_header.scss */
input[type=search]::-ms-clear {
  width: 0;
  height: 0;
}

/* line 281, ../../app/styles/components/_header.scss */
.home-logo {
  position: absolute;
  right: 260px;
  color: #FFFFFF;
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  /* line 281, ../../app/styles/components/_header.scss */
  .home-logo {
    right: 100px;
  }
}
/* line 291, ../../app/styles/components/_header.scss */
.home-logo:hover {
  text-decoration: none;
}

/* line 2, ../../app/styles/components/_header_v2.scss */
nav.filters-mobile-menu ul {
  width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  position: fixed;
  top: 0;
  left: -400px;
  z-index: 10;
  list-style: none;
  background-color: #232323;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
}
/* line 17, ../../app/styles/components/_header_v2.scss */
nav.filters-mobile-menu ul a {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  padding: 25px 0 25px 15px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 34px;
  font-size: 1.61905rem;
  line-height: 70px;
  line-height: 3.33333rem;
  padding-bottom: 4.5px;
  padding-bottom: 0.21429rem;
}
/* line 25, ../../app/styles/components/_header_v2.scss */
nav.filters-mobile-menu ul a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../../app/styles/components/_header_v2.scss */
  nav.filters-mobile-menu ul a {
    font-size: 20px;
    font-size: 0.95238rem;
    line-height: 50px;
    line-height: 2.38095rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
@media only screen and (max-width: 767px) and (max-height: 500px) {
  /* line 17, ../../app/styles/components/_header_v2.scss */
  nav.filters-mobile-menu ul a {
    line-height: 35px;
    line-height: 1.66667rem;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  /* line 17, ../../app/styles/components/_header_v2.scss */
  nav.filters-mobile-menu ul a {
    font-size: 24px;
    font-size: 1.14286rem;
    line-height: 50px;
    line-height: 2.38095rem;
    padding-bottom: 6.4px;
    padding-bottom: 0.30476rem;
  }
}
/* line 57, ../../app/styles/components/_header_v2.scss */
nav.filters-mobile-menu ul li:hover a {
  color: #ff803f;
}

/* line 65, ../../app/styles/components/_header_v2.scss */
.blog-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 20;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 65, ../../app/styles/components/_header_v2.scss */
  .blog-header {
    padding: 0;
  }
}
/* line 76, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container {
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 50px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 76, ../../app/styles/components/_header_v2.scss */
  .blog-header .max-width-container {
    background-color: #ff803f;
    margin: 0;
    width: 100%;
  }
}
/* line 88, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .ips-logo {
  background-image: url(/cms-media/ips/logos/menu-bar/logo-ips-280x47-w.png);
  background-position: 0px 0px;
  width: 280px;
  height: 47px;
  position: absolute;
  left: 0;
  text-indent: -99999px;
  display: inline-block;
  margin-top: 0px;
  vertical-align: middle;
  transition: 0.25s ease-in-out;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 88, ../../app/styles/components/_header_v2.scss */
  .blog-header .max-width-container .ips-logo {
    position: relative;
    background-position: 0px -141px;
    display: inline-block;
  }
}
/* line 106, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .searchbox-wrapper {
  position: absolute;
  right: 50px;
  display: inline-block;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  width: 500px;
  height: 50px;
  padding: 0px 2px;
  text-align: right;
  transition: 0.25s ease;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 106, ../../app/styles/components/_header_v2.scss */
  .blog-header .max-width-container .searchbox-wrapper {
    width: 300px;
    right: 0;
  }
}
/* line 124, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .searchbox-wrapper .searchbox-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  background-color: transparent;
  vertical-align: middle;
  line-height: 50px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 139, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .searchbox-wrapper a {
  text-decoration: none;
  color: #232323;
}
/* line 144, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .searchbox-wrapper .searchbox-input {
  width: 0;
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 2px;
  background: transparent;
  box-shadow: none;
  color: #FFFFFF;
  transition: all 0.25s linear;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 156, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .searchbox-wrapper .searchbox-input:focus {
  width: 75%;
}
/* line 161, ../../app/styles/components/_header_v2.scss */
.blog-header .max-width-container .home-logo {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  background-color: transparent;
  vertical-align: middle;
  line-height: 50px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 161, ../../app/styles/components/_header_v2.scss */
  .blog-header .max-width-container .home-logo {
    display: none !important;
  }
}
/* line 179, ../../app/styles/components/_header_v2.scss */
.blog-header.downed {
  background: rgba(255, 128, 63, 0.9);
}
/* line 181, ../../app/styles/components/_header_v2.scss */
.blog-header.downed form {
  background-color: rgba(151, 151, 151, 0.4) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
/* line 187, ../../app/styles/components/_header_v2.scss */
.blog-header.active > nav > ul {
  top: 0;
  left: 0;
}

/* line 193, ../../app/styles/components/_header_v2.scss */
.toggle {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 25px;
  z-index: 100;
  cursor: pointer;
  padding: 20px 15px 10px;
  display: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 193, ../../app/styles/components/_header_v2.scss */
  .toggle {
    display: inline-block;
  }
}

/* line 209, ../../app/styles/components/_header_v2.scss */
.toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}

/* line 222, ../../app/styles/components/_header_v2.scss */
.toggle span:nth-child(1) {
  top: 0px;
}

/* line 226, ../../app/styles/components/_header_v2.scss */
.toggle span:nth-child(2), .toggle span:nth-child(3) {
  top: 10px;
}

/* line 230, ../../app/styles/components/_header_v2.scss */
.toggle span:nth-child(4) {
  top: 20px;
}

/* line 234, ../../app/styles/components/_header_v2.scss */
.toggle.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 240, ../../app/styles/components/_header_v2.scss */
.toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 244, ../../app/styles/components/_header_v2.scss */
.toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 248, ../../app/styles/components/_header_v2.scss */
.toggle.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 1, ../../app/styles/components/grid-system.scss */
.row-one {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
}
/* line 8, ../../app/styles/components/grid-system.scss */
.row-one div {
  width: 100%;
}
/* line 11, ../../app/styles/components/grid-system.scss */
.row-one div article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
}

/* line 18, ../../app/styles/components/grid-system.scss */
.row-many {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 27, ../../app/styles/components/grid-system.scss */
.row-many > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../../app/styles/components/grid-system.scss */
  .row-many > div {
    width: 100%;
  }
}
/* line 33, ../../app/styles/components/grid-system.scss */
.row-many > div article {
  margin: 5px;
  height: 300px;
}

/* line 1, ../../app/styles/components/grid_system_v2.scss */
section.blog-wrapper {
  background-color: #D7D7D7;
  width: 100%;
}

/* line 7, ../../app/styles/components/grid_system_v2.scss */
.layout-row {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 20, ../../app/styles/components/grid_system_v2.scss */
.layout-row article, .layout-row > div {
  min-height: 1px;
  float: left;
}
/* line 25, ../../app/styles/components/grid_system_v2.scss */
.layout-row .one-fourth {
  width: 24%;
  margin: 0.5%;
}
/* line 29, ../../app/styles/components/grid_system_v2.scss */
.layout-row .one-third {
  width: 32%;
  margin: 0.5%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 29, ../../app/styles/components/grid_system_v2.scss */
  .layout-row .one-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
/* line 45, ../../app/styles/components/grid_system_v2.scss */
.layout-row .one-half {
  width: 49%;
  margin: 0.5%;
}
/* line 49, ../../app/styles/components/grid_system_v2.scss */
.layout-row .two-thirds {
  width: 65%;
  margin: 0.5%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65.5%;
          flex: 0 1 65.5%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 49, ../../app/styles/components/grid_system_v2.scss */
  .layout-row .two-thirds {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
/* line 62, ../../app/styles/components/grid_system_v2.scss */
.layout-row .three-fourths {
  width: 74%;
  margin: 0.5%;
}
/* line 66, ../../app/styles/components/grid_system_v2.scss */
.layout-row .one {
  width: 99%;
  margin: 0.5%;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 7, ../../app/styles/components/grid_system_v2.scss */
  .layout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  /* line 76, ../../app/styles/components/grid_system_v2.scss */
  .layout-row .one-fourth, .layout-row .one-third, .layout-row .one-half, .layout-row .two-thirds, .layout-row .three-fourths, .layout-row .one {
    width: 100%;
    margin: 0;
  }
}

/*
.main-footer{
  text-align: center;
  border-top: solid 1px $color-main-lighting-grey;
  color: $color-main-soft-grey;

  .max-width-container{
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    & > *{
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      text-align: left;
      &.great{
        text-align: right;
        a{
          text-indent: -9999999px;
          @include sprite($gptw);
          display: inline-block;
        }
      }
    }
  }

}
*/
/* line 29, ../../app/styles/components/_footer.scss */
footer.footer div.container {
  max-width: 1170px !important;
}
/* line 31, ../../app/styles/components/_footer.scss */
footer.footer div.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
/* line 34, ../../app/styles/components/_footer.scss */
footer.footer div.container .row figure {
  margin: 0;
}

/* line 1, ../../app/styles/components/_hero.scss */
.hero {
  height: 600px;
  height: 100vh;
  overflow: hidden;
}
/* line 6, ../../app/styles/components/_hero.scss */
.hero img {
  width: 100%;
}
/* line 10, ../../app/styles/components/_hero.scss */
.hero .slick-list, .hero .slick-slide {
  height: 600px;
  height: 100vh;
}
/* line 15, ../../app/styles/components/_hero.scss */
.hero .slick-slide {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../../app/styles/components/_hero.scss */
  .hero .slick-slide {
    position: relative;
  }
}
/* line 24, ../../app/styles/components/_hero.scss */
.hero article {
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../../app/styles/components/_hero.scss */
  .hero article {
    position: absolute;
    margin-top: 80px;
  }
}
/* line 34, ../../app/styles/components/_hero.scss */
.hero article h2 {
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 150px 10px;
  padding: 7.14286rem 0.47619rem;
  font-size: 70px;
  font-size: 3.33333rem;
  text-shadow: 0 0 20px black;
}
@media only screen and (max-width: 767px) {
  /* line 45, ../../app/styles/components/_hero.scss */
  .hero article h2 {
    font-size: 2.3rem;
    padding: 10px 60px;
  }
}

/* line 65, ../../app/styles/components/_hero.scss */
.arrow-slider {
  border: 0 none;
  background: transparent;
  position: absolute;
  margin: -60px 0 0 0;
  top: 50%;
  z-index: 2;
  padding: 0;
  outline: 0 none;
  width: 0px;
  height: 0px;
  text-indent: -999999px;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
/* line 82, ../../app/styles/components/_hero.scss */
.arrow-slider:hover {
  opacity: 0.7;
}
/* line 86, ../../app/styles/components/_hero.scss */
.arrow-slider.previous-arrow {
  left: 1%;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 41px solid #D7D7D7;
  margin-left: 19px;
}
/* line 93, ../../app/styles/components/_hero.scss */
.arrow-slider.previous-arrow:before, .arrow-slider.previous-arrow:after {
  content: '';
  position: absolute;
  border-right: 60px solid transparent;
  display: block;
  left: -18px;
}
/* line 101, ../../app/styles/components/_hero.scss */
.arrow-slider.previous-arrow:before {
  border-top: 30px solid transparent;
  border-bottom: 36px solid #D7D7D7;
  bottom: -30px;
}
/* line 107, ../../app/styles/components/_hero.scss */
.arrow-slider.previous-arrow:after {
  border-bottomt: 30px solid transparent;
  border-top: 36px solid #D7D7D7;
  top: -30px;
}
/* line 113, ../../app/styles/components/_hero.scss */
.arrow-slider.previous-arrow span {
  position: absolute;
  background: #D7D7D7;
  right: -41px;
  top: -30px;
  width: 18px;
  height: 60px;
}
/* line 123, ../../app/styles/components/_hero.scss */
.arrow-slider.next-arrow {
  right: 1%;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 41px solid #D7D7D7;
  margin-right: 19px;
}
/* line 130, ../../app/styles/components/_hero.scss */
.arrow-slider.next-arrow:before, .arrow-slider.next-arrow:after {
  content: '';
  position: absolute;
  border-left: 60px solid transparent;
  display: block;
  right: -18px;
}
/* line 138, ../../app/styles/components/_hero.scss */
.arrow-slider.next-arrow:before {
  border-top: 30px solid transparent;
  border-bottom: 36px solid #D7D7D7;
  bottom: -30px;
}
/* line 144, ../../app/styles/components/_hero.scss */
.arrow-slider.next-arrow:after {
  border-bottomt: 30px solid transparent;
  border-top: 36px solid #D7D7D7;
  top: -30px;
}
/* line 150, ../../app/styles/components/_hero.scss */
.arrow-slider.next-arrow span {
  position: absolute;
  background: #D7D7D7;
  left: -41px;
  top: -30px;
  width: 18px;
  height: 60px;
}

/* line 1, ../../app/styles/components/_hero_v2.scss */
.banner.hero {
  height: 600px;
  height: 100vh;
  overflow: hidden;
}
/* line 6, ../../app/styles/components/_hero_v2.scss */
.banner.hero img {
  width: 100%;
}
/* line 10, ../../app/styles/components/_hero_v2.scss */
.banner.hero .avatar {
  margin-top: 40px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../../app/styles/components/_hero_v2.scss */
  .banner.hero .avatar {
    width: 50px;
    height: 50px;
  }
}
/* line 20, ../../app/styles/components/_hero_v2.scss */
.banner.hero article.as-hero {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../../app/styles/components/_hero_v2.scss */
  .banner.hero article.as-hero {
    position: absolute;
    margin-top: 50px;
  }
}
/* line 29, ../../app/styles/components/_hero_v2.scss */
.banner.hero article.as-hero h2 {
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 150px 10px;
  padding: 7.14286rem 0.47619rem;
  font-size: 70px;
  font-size: 3.33333rem;
  text-shadow: 0 0 20px black;
}
/* line 39, ../../app/styles/components/_hero_v2.scss */
.banner.hero article.as-hero .article-info {
  text-align: left;
}
/* line 43, ../../app/styles/components/_hero_v2.scss */
.banner.hero article.as-hero .ips-category-icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../../app/styles/components/_hero_v2.scss */
  .banner.hero article h2 {
    font-size: 2.3rem;
    padding: 10px 60px;
  }
}

/* line 1, ../../app/styles/components/_categories-buttons.scss */
.categories-buttons {
  display: block;
  list-style: none;
  padding: 28px 0px 13px;
  padding: 1.33333rem 0rem 0.61905rem 0rem;
}
/* line 28, ../../app/styles/global/_mixins.scss */
.categories-buttons:after, .categories-buttons:before {
  display: block;
  content: '';
  clear: both;
}
/* line 6, ../../app/styles/components/_categories-buttons.scss */
.categories-buttons li {
  display: block;
  float: left;
  width: 16.66%;
  text-align: center;
  padding-bottom: 15px;
  padding-bottom: 0.71429rem;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 6, ../../app/styles/components/_categories-buttons.scss */
  .categories-buttons li {
    width: 33.33%;
  }
}
/* line 17, ../../app/styles/components/_categories-buttons.scss */
.categories-buttons li a {
  min-width: 0;
  width: 95%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  height: 4rem;
}

/* line 1, ../../app/styles/components/_article_list.scss */
article.article-box {
  vertical-align: middle;
  text-align: center;
  position: relative;
  height: 505px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 14, ../../app/styles/components/_article_list.scss */
article.article-box .category-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  background: #933103;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 28, ../../app/styles/components/_article_list.scss */
article.article-box h3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-size: 1.66667rem;
  margin-top: 20px;
  margin-top: 0.95238rem;
  margin-bottom: 20px;
  margin-bottom: 0.95238rem;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../../app/styles/components/_article_list.scss */
  article.article-box h3 {
    font-size: 24px;
    font-size: 1.14286rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 28, ../../app/styles/components/_article_list.scss */
  article.article-box h3 {
    font-size: 28px;
    font-size: 1.33333rem;
  }
}
/* line 43, ../../app/styles/components/_article_list.scss */
article.article-box .infobox {
  position: static;
  background: rgba(35, 35, 35, 0.8);
  color: #FFFFFF;
  display: inline-block;
  margin: auto;
  min-height: 47%;
  max-height: 80%;
  width: 80%;
  max-width: 80%;
  overflow: hidden;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding: 0.95238rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../../app/styles/components/_article_list.scss */
  article.article-box .infobox {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 43, ../../app/styles/components/_article_list.scss */
  article.article-box .infobox {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
}
/* line 69, ../../app/styles/components/_article_list.scss */
article.article-box .infobox a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 75, ../../app/styles/components/_article_list.scss */
article.article-box .infobox .author a {
  color: #ff803f;
  text-decoration: none;
}

/* line 85, ../../app/styles/components/_article_list.scss */
.load-more-list {
  padding: 10px 0;
  text-align: center;
}
/* line 88, ../../app/styles/components/_article_list.scss */
.load-more-list a {
  border: solid 1px #5B686C;
  color: #5B686C;
  background: #FFFFFF;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  min-width: 260px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
/* line 99, ../../app/styles/components/_article_list.scss */
.load-more-list a:hover {
  background: #5B686C;
  color: #FFFFFF;
}

/* line 106, ../../app/styles/components/_article_list.scss */
.font-icons {
  width: 50px;
  color: white;
}

/* line 1, ../../app/styles/components/_article_list_v2.scss */
.article-list {
  background-color: #D7D7D7;
  padding: 50px 0;
  max-width: 1600px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 1, ../../app/styles/components/_article_list_v2.scss */
  .article-list {
    padding: 0;
  }
}

/* line 14, ../../app/styles/components/_article_list_v2.scss */
.load-more-articles {
  text-align: center;
  padding: 10px;
}
/* line 17, ../../app/styles/components/_article_list_v2.scss */
.load-more-articles a {
  display: block;
}

/* line 22, ../../app/styles/components/_article_list_v2.scss */
article h3 {
  text-transform: uppercase;
}

/* line 26, ../../app/styles/components/_article_list_v2.scss */
article a {
  cursor: pointer;
}

/* line 29, ../../app/styles/components/_article_list_v2.scss */
.author-link {
  color: #232323;
}

/* line 32, ../../app/styles/components/_article_list_v2.scss */
article a:hover {
  text-decoration: none;
}

/* line 35, ../../app/styles/components/_article_list_v2.scss */
article a:hover h3, .author-link:hover {
  text-decoration: none;
  color: #ff803f;
}

/* line 42, ../../app/styles/components/_article_list_v2.scss */
article time {
  color: #5B686C;
  text-transform: uppercase;
  font-size: 15px;
}

/* line 48, ../../app/styles/components/_article_list_v2.scss */
article p {
  margin: 25px 0;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 48, ../../app/styles/components/_article_list_v2.scss */
  article p {
    font-size: 16px;
  }
}

/* line 57, ../../app/styles/components/_article_list_v2.scss */
.ips-category-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  text-align: center;
  background: #ff803f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 70, ../../app/styles/components/_article_list_v2.scss */
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}

/* line 79, ../../app/styles/components/_article_list_v2.scss */
.filters-container {
  height: 500px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  /* line 79, ../../app/styles/components/_article_list_v2.scss */
  .filters-container {
    height: 400px;
  }
}
/* line 91, ../../app/styles/components/_article_list_v2.scss */
.filters-container ul {
  list-style-type: none;
  padding: 0;
}
/* line 96, ../../app/styles/components/_article_list_v2.scss */
.filters-container li {
  width: 80%;
  margin: 30px auto;
}
/* line 101, ../../app/styles/components/_article_list_v2.scss */
.filters-container a.filter-link {
  font-size: 24px;
  cursor: pointer;
  color: #565656;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 101, ../../app/styles/components/_article_list_v2.scss */
  .filters-container a.filter-link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 101, ../../app/styles/components/_article_list_v2.scss */
  .filters-container a.filter-link {
    font-size: 20px;
  }
}
/* line 117, ../../app/styles/components/_article_list_v2.scss */
.filters-container a.filter-link:hover {
  text-decoration: none;
  color: #ff803f;
}
/* line 122, ../../app/styles/components/_article_list_v2.scss */
.filters-container a.filter-link.active {
  color: #ff803f;
  border-top: 1px solid #ff803f;
  border-bottom: 1px solid #ff803f;
}

/* line 130, ../../app/styles/components/_article_list_v2.scss */
article.as-block {
  min-height: 570px;
  height: auto;
  background-color: #FFFFFF;
  color: #232323;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 130, ../../app/styles/components/_article_list_v2.scss */
  article.as-block {
    min-height: auto;
  }
}
/* line 142, ../../app/styles/components/_article_list_v2.scss */
article.as-block h3 {
  color: #232323;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 142, ../../app/styles/components/_article_list_v2.scss */
  article.as-block h3 {
    font-size: 24px;
    font-size: 1.14286rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 142, ../../app/styles/components/_article_list_v2.scss */
  article.as-block h3 {
    font-size: 18px;
    font-size: 0.85714rem;
  }
}
/* line 153, ../../app/styles/components/_article_list_v2.scss */
article.as-block p {
  display: block;
  width: 100%;
  max-height: 75px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
  margin: 5px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 153, ../../app/styles/components/_article_list_v2.scss */
  article.as-block p {
    font-size: 16px;
    font-size: 0.7619rem;
  }
}
/* line 167, ../../app/styles/components/_article_list_v2.scss */
article.as-block .article-image {
  width: 100%;
  height: 250px;
  position: relative;
}
/* line 172, ../../app/styles/components/_article_list_v2.scss */
article.as-block .article-image .font-icons {
  width: 50px;
  text-align: center;
}
/* line 178, ../../app/styles/components/_article_list_v2.scss */
article.as-block .article-info {
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
/* line 183, ../../app/styles/components/_article_list_v2.scss */
article.as-block .article-info .avatar-container {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 100%;
  overflow: auto;
}
/* line 190, ../../app/styles/components/_article_list_v2.scss */
article.as-block .article-info .avatar-container .avatar {
  float: left;
}
/* line 194, ../../app/styles/components/_article_list_v2.scss */
article.as-block .article-info .avatar-container .author-link {
  margin-left: 10px;
  float: left;
  height: 50px;
  line-height: 50px;
}

/* line 206, ../../app/styles/components/_article_list_v2.scss */
article.as-image {
  height: 500px;
  position: relative;
}
/* line 210, ../../app/styles/components/_article_list_v2.scss */
article.as-image time, article.as-image h3, article.as-image p {
  color: #FFFFFF;
}
/* line 214, ../../app/styles/components/_article_list_v2.scss */
article.as-image .article-image {
  width: 100%;
  height: 100%;
}
/* line 219, ../../app/styles/components/_article_list_v2.scss */
article.as-image .article-info {
  position: absolute;
  bottom: 0;
  padding: 25px;
  overflow: auto;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 226, ../../app/styles/components/_article_list_v2.scss */
article.as-image .article-info .text-container {
  width: 90%;
  float: right;
}
/* line 231, ../../app/styles/components/_article_list_v2.scss */
article.as-image .article-info .avatar-container {
  width: 10%;
  float: left;
}
/* line 235, ../../app/styles/components/_article_list_v2.scss */
article.as-image .article-info .avatar-container .avatar {
  margin-top: 40px;
}
/* line 239, ../../app/styles/components/_article_list_v2.scss */
article.as-image .article-info .avatar-container .author-link {
  display: none;
}

/* line 246, ../../app/styles/components/_article_list_v2.scss */
article.as-hero {
  position: relative;
}
/* line 249, ../../app/styles/components/_article_list_v2.scss */
article.as-hero h3 {
  font-family: 'Roboto Black';
  font-size: 60px;
}
/* line 254, ../../app/styles/components/_article_list_v2.scss */
article.as-hero time, article.as-hero h3, article.as-hero p {
  color: #FFFFFF;
}
/* line 258, ../../app/styles/components/_article_list_v2.scss */
article.as-hero a:hover h3 {
  color: #ff803f;
}
/* line 262, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-image {
  width: 100%;
  height: 100vh;
}
/* line 267, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-info {
  width: 60%;
  position: absolute;
  bottom: 10%;
  padding: 25px;
  overflow: auto;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 275, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-info .avatar-container {
  width: 10%;
  margin-right: 1%;
  float: left;
}
/* line 280, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-info .avatar-container .avatar {
  margin-top: 45px;
}
/* line 284, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-info .avatar-container .author-link {
  display: none;
}
/* line 289, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-info .text-container {
  width: 89%;
  float: right;
}
/* line 294, ../../app/styles/components/_article_list_v2.scss */
article.as-hero .article-info .button-container {
  width: 90%;
  margin-left: 10%;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 302, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .article-info {
    width: 100%;
  }
  /* line 306, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .button-container {
    display: none;
  }
}

/* Media query to transform the articles blocks like the one in the Hero Banner */
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 315, ../../app/styles/components/_article_list_v2.scss */
  .load-more-articles {
    padding: 0 !important;
  }
  /* line 317, ../../app/styles/components/_article_list_v2.scss */
  .load-more-articles .button {
    display: block;
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }

  /* line 326, ../../app/styles/components/_article_list_v2.scss */
  .opacification {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  /* line 332, ../../app/styles/components/_article_list_v2.scss */
  .filters-container, .ips-category-icon, .author-link {
    display: none;
  }

  /* line 338, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .article-info .text-container {
    width: 90%;
    float: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 338, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .article-info .text-container {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 346, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .article-info .text-container h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 350, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .article-info .avatar-container {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 355, ../../app/styles/components/_article_list_v2.scss */
  article.as-hero .article-info .avatar-container .avatar {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 364, ../../app/styles/components/_article_list_v2.scss */
  article.as-block, article.as-image {
    height: 50vh;
    position: relative;
    margin: 0;
  }
  /* line 369, ../../app/styles/components/_article_list_v2.scss */
  article.as-block time, article.as-block h3, article.as-block p, article.as-image time, article.as-image h3, article.as-image p {
    color: #FFFFFF;
  }
  /* line 373, ../../app/styles/components/_article_list_v2.scss */
  article.as-block h3, article.as-image h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 373, ../../app/styles/components/_article_list_v2.scss */
  article.as-block h3, article.as-image h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 380, ../../app/styles/components/_article_list_v2.scss */
  article.as-block time, article.as-image time {
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 388, ../../app/styles/components/_article_list_v2.scss */
  article.as-block p, article.as-image p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 396, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-image, article.as-image .article-image {
    height: 100%;
  }
  /* line 400, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-info, article.as-image .article-info {
    position: absolute;
    bottom: 0;
    padding: 25px;
    overflow: auto;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 407, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-info .text-container, article.as-image .article-info .text-container {
    width: 90%;
    float: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 407, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-info .text-container, article.as-image .article-info .text-container {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 416, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-info .avatar-container, article.as-image .article-info .avatar-container {
    width: 10%;
    float: left;
    position: static;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) and (max-width: 767px) {
  /* line 416, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-info .avatar-container, article.as-image .article-info .avatar-container {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 424, ../../app/styles/components/_article_list_v2.scss */
  article.as-block .article-info .avatar-container .avatar, article.as-image .article-info .avatar-container .avatar {
    margin-top: 40px;
  }
}
/* line 1, ../../app/styles/components/_profile_quote.scss */
.author-box, .profile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  padding: 15px 45px;
  background-color: #D7D7D7;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../app/styles/components/_profile_quote.scss */
  .author-box, .profile-head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* line 14, ../../app/styles/components/_profile_quote.scss */
.author-box div.photo, .author-box div.socialmedia, .profile-head div.photo, .profile-head div.socialmedia {
  width: 20%;
}
/* line 19, ../../app/styles/components/_profile_quote.scss */
.author-box div.name, .author-box div.content, .profile-head div.name, .profile-head div.content {
  width: 80%;
}
/* line 24, ../../app/styles/components/_profile_quote.scss */
.author-box div.name, .author-box div.photo, .profile-head div.name, .profile-head div.photo {
  -ms-flex-item-align: center;
      align-self: center;
}
/* line 29, ../../app/styles/components/_profile_quote.scss */
.author-box div.photo, .profile-head div.photo {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../../app/styles/components/_profile_quote.scss */
  .author-box div.photo, .profile-head div.photo {
    width: 30%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
/* line 41, ../../app/styles/components/_profile_quote.scss */
.author-box div.photo img, .profile-head div.photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* line 48, ../../app/styles/components/_profile_quote.scss */
.author-box div.photo figure, .profile-head div.photo figure {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 54, ../../app/styles/components/_profile_quote.scss */
  .author-box div.name, .profile-head div.name {
    width: 100%;
  }
}
/* line 61, ../../app/styles/components/_profile_quote.scss */
.author-box div.socialmedia, .profile-head div.socialmedia {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../../app/styles/components/_profile_quote.scss */
  .author-box div.socialmedia, .profile-head div.socialmedia {
    width: 80%;
    float: right;
    margin: 10px 0;
  }
}
/* line 70, ../../app/styles/components/_profile_quote.scss */
.author-box div.socialmedia .socialcontact, .profile-head div.socialmedia .socialcontact {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../../app/styles/components/_profile_quote.scss */
  .author-box div.socialmedia .socialcontact, .profile-head div.socialmedia .socialcontact {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
  }
}
/* line 81, ../../app/styles/components/_profile_quote.scss */
.author-box div.socialmedia .socialcontact a, .profile-head div.socialmedia .socialcontact a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  text-decoration: none;
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../../app/styles/components/_profile_quote.scss */
  .author-box div.socialmedia .socialcontact a, .profile-head div.socialmedia .socialcontact a {
    margin: 5px;
  }
}
/* line 92, ../../app/styles/components/_profile_quote.scss */
.author-box div.socialmedia .socialcontact a i, .profile-head div.socialmedia .socialcontact a i {
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  /* line 106, ../../app/styles/components/_profile_quote.scss */
  .author-box div.content, .profile-head div.content {
    width: 100%;
  }
}
/* line 111, ../../app/styles/components/_profile_quote.scss */
.author-box div.content p, .profile-head div.content p {
  margin: 0;
}
/* line 116, ../../app/styles/components/_profile_quote.scss */
.author-box div.content a .btn-orange-transparent, .profile-head div.content a .btn-orange-transparent {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  /* line 116, ../../app/styles/components/_profile_quote.scss */
  .author-box div.content a .btn-orange-transparent, .profile-head div.content a .btn-orange-transparent {
    margin-top: 25px;
  }
}

/* line 126, ../../app/styles/components/_profile_quote.scss */
.author-box {
  background: repeating-linear-gradient(-55deg, #D7D7D7, #D7D7D7 5px, #c2c9d4 5px, #c2c9d4 6px);
}

/* line 137, ../../app/styles/components/_profile_quote.scss */
.profile-head {
  margin-top: 0;
  padding: 170px 25px;
  color: #FFFFFF;
  text-align: left;
}
/* line 142, ../../app/styles/components/_profile_quote.scss */
.profile-head p, .profile-head h1 {
  font-size: 26px;
  font-size: 1.2381rem;
}
@media only screen and (max-width: 767px) {
  /* line 142, ../../app/styles/components/_profile_quote.scss */
  .profile-head p, .profile-head h1 {
    font-size: 18px;
    font-size: 0.85714rem;
  }
}
@media screen and (max-width: 550px) {
  /* line 150, ../../app/styles/components/_profile_quote.scss */
  .profile-head div.photo, .profile-head div.name {
    width: 100% !important;
    float: none;
  }
}
/* line 156, ../../app/styles/components/_profile_quote.scss */
.profile-head div.photo, .profile-head div.socialmedia {
  width: 40%;
}
/* line 161, ../../app/styles/components/_profile_quote.scss */
.profile-head div.name, .profile-head div.content {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  /* line 161, ../../app/styles/components/_profile_quote.scss */
  .profile-head div.name, .profile-head div.content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 169, ../../app/styles/components/_profile_quote.scss */
  .profile-head div.photo, .profile-head div.name {
    width: 50%;
  }
}
/* line 178, ../../app/styles/components/_profile_quote.scss */
.profile-head h1 {
  font-size: 55px;
  font-size: 2.61905rem;
}
/* line 184, ../../app/styles/components/_profile_quote.scss */
.profile-head div.photo img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
/* line 192, ../../app/styles/components/_profile_quote.scss */
.profile-head .socialmedia .socialcontact {
  width: 140px !important;
}
/* line 195, ../../app/styles/components/_profile_quote.scss */
.profile-head .socialmedia .socialcontact a {
  width: 50px !important;
  height: 50px !important;
}

/* line 1, ../../app/styles/components/_article.scss */
.container {
  max-width: 1080px;
  margin: 0 auto;
}
/* line 5, ../../app/styles/components/_article.scss */
.container.article {
  margin-top: 0;
  position: relative;
  top: 0px;
}

/* line 13, ../../app/styles/components/_article.scss */
.read-and-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../../app/styles/components/_article.scss */
  .read-and-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 21, ../../app/styles/components/_article.scss */
section.article {
  height: 50vh;
  background-size: cover;
  background-position: center center;
}
/* line 26, ../../app/styles/components/_article.scss */
section.article img {
  display: none;
}

/* line 33, ../../app/styles/components/_article.scss */
article.article {
  height: auto;
  vertical-align: middle;
  text-align: inherit;
  position: relative;
  height: auto;
  width: 95%;
  float: right;
  top: -130px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../../app/styles/components/_article.scss */
  article.article {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 50, ../../app/styles/components/_article.scss */
  article.article div.category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 59, ../../app/styles/components/_article.scss */
article.article div.category {
  height: 50px;
  width: 50px;
  background: #ff803f;
  position: absolute;
  left: -50px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 59, ../../app/styles/components/_article.scss */
  article.article div.category {
    position: relative;
    left: 0;
    margin-right: 5px;
  }
}
/* line 77, ../../app/styles/components/_article.scss */
article.article div.category i {
  margin: 0 auto;
}
/* line 80, ../../app/styles/components/_article.scss */
article.article div.category i:hover {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
/* line 92, ../../app/styles/components/_article.scss */
article.article div.article-info .article-author {
  margin-right: 20px;
  padding-left: 5px;
}
/* line 101, ../../app/styles/components/_article.scss */
article.article div.article-content img {
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}
/* line 107, ../../app/styles/components/_article.scss */
article.article div.article-content figure {
  width: 100%;
  margin: 0;
  border: 0;
  text-align: center;
  vertical-align: middle;
}
/* line 114, ../../app/styles/components/_article.scss */
article.article div.article-content figure img {
  max-width: 95%;
  height: auto;
  margin: 0 auto;
}
/* line 122, ../../app/styles/components/_article.scss */
article.article div.article-content p a {
  word-wrap: break-word;
  font-size: 18px;
}
/* line 128, ../../app/styles/components/_article.scss */
article.article div.article-content .article-tags a {
  background: #5B686C;
  color: #FFFFFF;
  border-radius: 20px;
  margin: 3px;
  margin-top: 8px;
  padding: 2px 8px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.66667rem;
}
/* line 137, ../../app/styles/components/_article.scss */
article.article div.article-content .article-tags a:hover {
  text-decoration: none;
  background: #ff803f;
}
/* line 142, ../../app/styles/components/_article.scss */
article.article div.article-content .article-tags i {
  margin-right: 5px;
}

/* line 150, ../../app/styles/components/_article.scss */
blockquote {
  font-size: 2em;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
/* line 156, ../../app/styles/components/_article.scss */
blockquote:before {
  font-size: 5rem;
  content: open-quote;
  color: #666;
  position: absolute;
  left: -25px;
  top: -15px;
}

/* line 171, ../../app/styles/components/_article.scss */
div.comments div.write-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
/* line 178, ../../app/styles/components/_article.scss */
div.comments div.write-comment figure {
  width: 10%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 184, ../../app/styles/components/_article.scss */
div.comments div.write-comment figure img {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 25px;
}
/* line 192, ../../app/styles/components/_article.scss */
div.comments div.write-comment form {
  width: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 196, ../../app/styles/components/_article.scss */
div.comments div.write-comment form textarea {
  width: 100%;
  box-sizing: border-box;
}
/* line 201, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 206, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.login {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 211, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.login a {
  margin: 0 auto;
}
/* line 218, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.separator {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 223, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.separator span {
  margin: 0 auto;
}
/* line 228, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.info {
  width: 75%;
}
/* line 235, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 238, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.info div input {
  width: 50%;
}
/* line 241, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.info div input:first-child {
  margin-right: 5px;
}
/* line 245, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.info div input:last-child {
  margin-left: 5px;
}
/* line 251, ../../app/styles/components/_article.scss */
div.comments div.write-comment form .register div.info button {
  float: right;
}

/* line 261, ../../app/styles/components/_article.scss */
div.total-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/* line 267, ../../app/styles/components/_article.scss */
div.total-comments p {
  margin-left: 20%;
}

/* line 273, ../../app/styles/components/_article.scss */
div.comment-box, .reply-box, .reply-box-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  padding: 15px;
}
/* line 279, ../../app/styles/components/_article.scss */
div.comment-box img, .reply-box img, .reply-box-form img {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  margin-right: 1em;
}
/* line 286, ../../app/styles/components/_article.scss */
div.comment-box .comment-body, div.comment-box form.reply, .reply-box .comment-body, .reply-box form.reply, .reply-box-form .comment-body, .reply-box-form form.reply {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 289, ../../app/styles/components/_article.scss */
div.comment-box .comment-body h5, div.comment-box .comment-body p, div.comment-box form.reply h5, div.comment-box form.reply p, .reply-box .comment-body h5, .reply-box .comment-body p, .reply-box form.reply h5, .reply-box form.reply p, .reply-box-form .comment-body h5, .reply-box-form .comment-body p, .reply-box-form form.reply h5, .reply-box-form form.reply p {
  margin: 5px;
  padding: 0px 15px;
}

/* line 296, ../../app/styles/components/_article.scss */
.reply-box img, .reply-box-form img {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50px !important;
}

/* line 302, ../../app/styles/components/_article.scss */
div.comment-box {
  border-bottom: 1px solid gray;
}

/* line 308, ../../app/styles/components/_article.scss */
button.reply {
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* line 334, ../../app/styles/components/_article.scss */
.excert {
  font-family: "Roboto Regular", sans-serif;
}

/* line 1, ../../app/styles/components/_share_module.scss */
.share-module {
  width: 50px;
  min-width: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../app/styles/components/_share_module.scss */
  .share-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 13, ../../app/styles/components/_share_module.scss */
.share-module a.facebook, .share-module a.twitter, .share-module a.googleplus, .share-module a.linkedin {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
/* line 18, ../../app/styles/components/_share_module.scss */
.share-module a.facebook i, .share-module a.twitter i, .share-module a.googleplus i, .share-module a.linkedin i {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../../app/styles/components/_share_module.scss */
  .share-module a.facebook, .share-module a.twitter, .share-module a.googleplus, .share-module a.linkedin {
    width: 50px;
    max-width: 50px;
  }
}
/* line 29, ../../app/styles/components/_share_module.scss */
.share-module .facebook {
  background-color: #5a5a5a;
}
/* line 32, ../../app/styles/components/_share_module.scss */
.share-module .facebook:hover {
  background-color: #3b5998;
}
/* line 38, ../../app/styles/components/_share_module.scss */
.share-module .twitter {
  background-color: #959595;
}
/* line 41, ../../app/styles/components/_share_module.scss */
.share-module .twitter:hover {
  background-color: #55acee;
}
/* line 47, ../../app/styles/components/_share_module.scss */
.share-module .googleplus {
  background-color: #737373;
}
/* line 50, ../../app/styles/components/_share_module.scss */
.share-module .googleplus:hover {
  background-color: #dd4b39;
}
/* line 56, ../../app/styles/components/_share_module.scss */
.share-module .linkedin {
  background-color: #565656;
}
/* line 59, ../../app/styles/components/_share_module.scss */
.share-module .linkedin:hover {
  background-color: #0077b5;
}

/* line 67, ../../app/styles/components/_share_module.scss */
.facebook {
  background-color: #3b5998;
  color: white;
}

/* line 72, ../../app/styles/components/_share_module.scss */
.twitter {
  background-color: #55acee;
  color: white;
}

/* line 78, ../../app/styles/components/_share_module.scss */
.googleplus {
  background-color: #dd4b39;
  color: white;
}

/* line 84, ../../app/styles/components/_share_module.scss */
.linkedin {
  background-color: #0077b5;
  color: white;
}

/* line 1, ../../app/styles/components/_search.scss */
.container-search-article {
  margin-top: 10px;
}

/* line 5, ../../app/styles/components/_search.scss */
.search-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 55px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../app/styles/components/_search.scss */
.search-container-list {
  margin-top: 10px;
}

/* line 18, ../../app/styles/components/_search.scss */
.article-result {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
/* line 25, ../../app/styles/components/_search.scss */
.article-result .search-image {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/* line 31, ../../app/styles/components/_search.scss */
.article-result .category a {
  background: #5B686C;
  color: #FFFFFF;
  border-radius: 20px;
  margin: 3px;
  padding: 2px 8px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.66667rem;
}
/* line 39, ../../app/styles/components/_search.scss */
.article-result .category a:hover {
  text-decoration: none;
  background: #ff803f;
}
/* line 46, ../../app/styles/components/_search.scss */
.article-result article.search-article-box {
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 59, ../../app/styles/components/_search.scss */
.article-result article.search-article-box .category-icon-search {
  position: absolute;
  top: 0;
  left: 25px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  background: #933103;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 59, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .category-icon-search {
    left: 0;
  }
}
/* line 78, ../../app/styles/components/_search.scss */
.article-result article.search-article-box .article-result-img {
  display: inline-block;
  width: 35%;
  float: left;
  margin: 0 25px;
  position: relative;
  top: 0;
  left: 0;
  max-height: 270px;
}
@media only screen and (max-width: 767px) {
  /* line 78, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .article-result-img {
    display: none;
  }
}
/* line 95, ../../app/styles/components/_search.scss */
.article-result article.search-article-box h3 {
  margin-top: 20px;
  margin-top: 0.95238rem;
  margin-bottom: 20px;
  margin-bottom: 0.95238rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  /* line 104, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    color: #FFFFFF;
    display: inline-block;
    margin: auto;
    min-height: 47%;
    max-height: 80%;
    width: 80%;
    max-width: 80%;
    overflow: hidden;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding: 0.95238rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 104, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
  }
  /* line 127, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox .article-result-title a, .article-result article.search-article-box .mobox .article-result-title h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 133, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox a {
    color: #FFFFFF;
    text-decoration: none;
  }
  /* line 139, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox .author a {
    color: #ff803f;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 104, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox {
    width: 58%;
    display: block;
    float: left;
    text-align: left;
  }
  /* line 155, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox .article-result-title a, .article-result article.search-article-box .mobox .article-result-title h3 {
    color: #232323;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bolder;
  }
  /* line 166, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox .author {
    display: inline-block;
    font-weight: bold;
    font-size: 0.7rem;
    color: #232323;
  }
  /* line 173, ../../app/styles/components/_search.scss */
  .article-result article.search-article-box .mobox .author a {
    position: relative;
    margin-top: 0;
    text-decoration: none;
    color: #ff803f;
  }
}

/* line 186, ../../app/styles/components/_search.scss */
.article-result-text {
  width: auto !important;
  margin-top: 3.0rem;
  color: #232323;
  text-align: justify;
  font-size: 0.8rem;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 186, ../../app/styles/components/_search.scss */
  .article-result-text {
    font-size: 0.8rem;
    display: block;
    margin: 0 auto;
    width: 85%;
    text-align: justify;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-left: 5px;
  }
}

/* line 209, ../../app/styles/components/_search.scss */
.load-more-list {
  padding: 10px 0;
  text-align: center;
}
/* line 212, ../../app/styles/components/_search.scss */
.load-more-list button {
  border: solid 1px #5B686C;
  color: #5B686C;
  background: #FFFFFF;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  min-width: 349px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
/* line 223, ../../app/styles/components/_search.scss */
.load-more-list button:hover {
  background: #5B686C;
  color: #FFFFFF;
}

/* line 230, ../../app/styles/components/_search.scss */
.font-icons {
  width: 50px;
  color: white;
}

/* line 1, ../../app/styles/components/_search_v2.scss */
.filters-context {
  height: 150px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 6, ../../app/styles/components/_search_v2.scss */
.search-filters {
  max-height: 100%;
}
/* line 8, ../../app/styles/components/_search_v2.scss */
.search-filters ul {
  overflow: auto;
  margin: 0;
}
/* line 12, ../../app/styles/components/_search_v2.scss */
.search-filters li {
  width: 33%;
  margin: 20px 0;
  float: left;
}
/* line 18, ../../app/styles/components/_search_v2.scss */
.search-filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 27, ../../app/styles/components/_search_v2.scss */
.search-filters ul li {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/* line 36, ../../app/styles/components/_search_v2.scss */
.search-title {
  display: none;
  background-color: #FFFFFF;
  color: #ff803f;
  padding: 20px;
}
/* line 41, ../../app/styles/components/_search_v2.scss */
.search-title h3 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 1px solid #ff803f;
  border-bottom: 1px solid #ff803f;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 51, ../../app/styles/components/_search_v2.scss */
  .filters-context {
    height: auto;
    margin-bottom: 0;
  }

  /* line 55, ../../app/styles/components/_search_v2.scss */
  .search-filter {
    display: none;
  }

  /* line 58, ../../app/styles/components/_search_v2.scss */
  .search-title {
    display: block;
  }
}
/* line 1, ../../app/styles/components/_search_blank.scss */
.no-results-container {
  width: 100%;
  height: 300px;
}
/* line 5, ../../app/styles/components/_search_blank.scss */
.no-results-container .no-results-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #232323;
  font-size: 1.8rem;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../app/styles/components/_search_blank.scss */
  .no-results-container .no-results-text {
    font-weight: bold;
    font-size: 1.2rem;
  }
}

/* line 22, ../../app/styles/components/_search_blank.scss */
.no-results-title h3 {
  font-size: 1rem;
}

/* line 27, ../../app/styles/components/_search_blank.scss */
.posts-might-like-text {
  font-size: 1rem;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

/* line 34, ../../app/styles/components/_search_blank.scss */
.no-search-posts-web {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../app/styles/components/_search_blank.scss */
  .no-search-posts-web .individual-article {
    width: 33%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  /* line 37, ../../app/styles/components/_search_blank.scss */
  .no-search-posts-web .individual-article {
    width: 95%;
    margin: 0 auto;
  }
}

/* line 50, ../../app/styles/components/_search_blank.scss */
.no-results-searchbox {
  position: relative;
  top: 90%;
  left: 0;
  opacity: 1;
  width: 250px;
  margin: 0 auto;
}
/* line 57, ../../app/styles/components/_search_blank.scss */
.no-results-searchbox input {
  border-style: solid;
  border-width: 1px;
}
/* line 62, ../../app/styles/components/_search_blank.scss */
.no-results-searchbox button {
  margin-right: 16px;
}
/* line 66, ../../app/styles/components/_search_blank.scss */
.no-results-searchbox .no-result-icon {
  top: 3px;
  right: 20px;
}

/* line 74, ../../app/styles/components/_search_blank.scss */
figure.travolta {
  width: auto;
  text-align: center;
}
/* line 78, ../../app/styles/components/_search_blank.scss */
figure.travolta img {
  margin: 0 auto;
  width: 100%;
}
