@charset "UTF-8";
/*------------------------------------*    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the handler framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*    KERNEL STYLESHEET
\*------------------------------------*/
/**
 * handler acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * handler aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. handler is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * handler is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing handler. May your web fonts render perfectly.
 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*    $WARNING
\*------------------------------------*/
/*
 * handler, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * handler to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in handler directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*    $GRID-SIZE
\*------------------------------------*/
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*    $HEIGHT & LINE-HEIGHTS
\*------------------------------------*/
/**
 * Golden ratio: 1.61803398875
 */
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell handler when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $CUBIC-BEZER
\*------------------------------------*/
/**
 * CSS cubic-bezier timing functions. Timing functions courtesy of jquery.easie (github.com/jaukia/easie)
 *
 * Timing functions are the same as demoed here: http://jqueryui.com/resources/demos/effect/easing.html
 *
 * @type cubic-bezier
 */
/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * handler will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*    $_FUNCTIONS VARS
\*------------------------------------*/
/**
 * Buttons
 */
/**
 * Inputs
 */
/**
 * Global variables to enable or disable vendor prefixes
 */
/**
 * A global setting to enable or disable the `$asset-pipeline` variable for all functions that accept it.
 *
 * @type Bool
 */
/**
 * Functions
 */
/**
 * Checks if a list contains a value(s).
 *
 * @access private
 *
 * @param {List} $list
 *   The list to check against.
 *
 * @param {List} $values
 *   A single value or list of values to check for.
 *
 * @example scss - Usage
 *   contains($list, $value)
 *
 * @return {Bool}
 */
/**
 * Checks if a list does not contains a value.
 *
 * @access private
 *
 * @param {List} $list
 *   The list to check against.
 *
 * @return {Bool}
 */
/**
 * Checks for a valid CSS length.
 *
 * @param {String} $value
 */
/**
 * Programatically determines whether a color is light or dark.
 *
 * @link http://robots.thoughtbot.com/closer-look-color-lightness
 *
 * @param {Color (Hex)} $color
 *
 * @example scss - Usage
 *   is-light($color)
 *
 * @return {Bool}
 */
/**
 *Checks for a valid number.
 *
 * @param {Number} $value
 *
 * @require {function} contains
 */
/**
 * Checks for a valid CSS size.
 *
 * @param {String} $value
 *
 * @require {function} contains
 * @require {function} is-length
 */
/**
 * Scaling Variables
 */
/**
 * Convert pixels to ems
 * eg. for a relational value of 12px write em(12) when the parent is 16px
 * if the parent is another value say 24px write em(12, 24)
 */
/**
 * Convert pixels to rems
 * eg. for a relational value of 12px write rem(12)
 * Assumes $em-base is the font-size of <html>
 */
/**
 * Mixes a color with black.
 *
 * @param {Color} $color
 *
 * @param {Number (Percentage)} $percent
 *   The amount of black to be mixed in.
 *
 * @example scss - Usage
 *   .element {
 *     background-color: shade(#ffbb52, 60%);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     background-color: #664a20;
 *   }
 *
 * @return {Color}
 */
/**
 * Strips the unit from a number.
 *
 * @param {Number (With Unit)} $value
 *
 * @example scss - Usage
 *   $dimension: strip-units(10em);
 *
 * @example css - CSS Output
 *   $dimension: 10;
 *
 * @return {Number (Unitless)}
 */
/**
 * Mixes a color with white.
 *
 * @param {Color} $color
 *
 * @param {Number (Percentage)} $percent
 *   The amount of white to be mixed in.
 *
 * @example scss - Usage
 *   .element {
 *     background-color: tint(#6ecaa6, 40%);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     background-color: #a8dfc9;
 *   }
 *
 * @return {Color}
 */
/**
 * Return vendor-prefixed property names if appropriate
 * Example: transition-property-names((transform, color, background), moz) -> -moz-transform, color, background
 */
/**
 * Converts shorthand to the 4-value syntax.
 *
 * @param {List} $shorthand
 *
 * @example scss - Usage
 *   .element {
 *     margin: unpack(1em 2em);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     margin: 1em 2em 1em 2em;
 *   }
 */
/**
 * Mixins
 */
/**
 * http://www.w3.org/TR/css3-animations/#the-animation-name-property-
 *
 * Each of these mixins support comma separated lists of values, which allows different
 * transitions for individual properties to be described in a single style rule. Each value in the list
 * corresponds to the value at that same position in the other properties.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Provides a quick method for targeting `border-color` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include border-color(#a60b55 #76cd9c null #e8ae1a);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-left-color: #e8ae1a;
 *     border-right-color: #76cd9c;
 *     border-top-color: #a60b55;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `border-color`
 */
/**
 * Provides a quick method for targeting `border-radius` on both corners on the side of a box.
 *
 * @param {Number} $radii
 *   List of arguments
 *
 * @example scss - Usage
 *   .element-one {
 *     @include border-top-radius(5px);
 *   }
 *
 *   .element-two {
 *     @include border-left-radius(3px);
 *   }
 *
 * @example css - CSS Output
 *   .element-one {
 *     border-top-left-radius: 5px;
 *     border-top-right-radius: 5px;
 *   }
 *
 *   .element-two {
 *     border-bottom-left-radius: 3px;
 *     border-top-left-radius: 3px;
 *   }
 *
 * @output `border-radius`
 */
/**
 * Provides a quick method for targeting `border-style` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include border-style(dashed null solid);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-bottom-style: solid;
 *     border-top-style: dashed;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `border-style`
 */
/**
 * Provides a quick method for targeting `border-width` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include border-width(1em null 20px);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-bottom-width: 20px;
 *     border-top-width: 1em;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `border-width`
 */
/**
 * Provides an calculate.
 *
 * @param {String} $property
 * @param {Int} $value
 */
/**
 * Provides an easy way to include a clearfix for containing floats.
 *
 * @link http://cssmojo.com/latest_new_clearfix_so_far/
 *
 * @example scss - Usage
 *   .element {
 *     @include clearfix;
 *   }
 *
 * @example css - CSS Output
 *   .element::after {
 *     clear: both;
 *     content: "";
 *     display: table;
 *   }
 */
/**
 * Flex-box mixin
 */
/**
 * Vertical box align
 */
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * @include font-smoothing;
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Hides the text in an element, commonly used to show an image. Some elements will need block-level styles applied.
 *
 * @link http://zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 *
 * @example scss - Usage
 *   .element {
 *     @include hide-text;
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     overflow: hidden;
 *     text-indent: 101%;
 *     white-space: nowrap;
 *   }
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Provides a quick method for targeting `margin` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include margin(null 10px 3em 20vh);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     margin-bottom: 3em;
 *     margin-left: 20vh;
 *     margin-right: 10px;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `margin`
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as handler is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/**
 * Provides a quick method for targeting `padding` on specific sides of a box. Use a `null` value to “skip” a side.
 *
 * @param {Arglist} $vals
 *   List of arguments
 *
 * @example scss - Usage
 *   .element {
 *     @include padding(12vh null 10px 5%);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     padding-bottom: 10px;
 *     padding-left: 5%;
 *     padding-top: 12vh;
 *   }
 *
 * @require {mixin} directional-property
 *
 * @output `padding`
 */
/**
 * Outputs the spec and prefixed versions of the `::placeholders` pseudo-element.
 */
/**
 * Provides a quick method for setting an element’s position. Use a `null` value to “skip” a side.
 *
 * @param {Position} $position [relative]
 *   A CSS position value
 *
 * @param {Arglist} $coordinates [null null null null]
 *   List of values that correspond to the 4-value syntax for the edges of a box
 *
 * @example scss - Usage
 *   .element {
 *     @include position(absolute, 0 null null 10em);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     left: 10em;
 *     position: absolute;
 *     top: 0;
 *   }
 *
 * @require {function} is-length
 * @require {function} unpack
 */
/**
 * A mixin for generating vendor prefixes on non-standardized properties.
 *
 * @param {String} $property
 *   Property to prefix
 *
 * @param {*} $value
 *   Value to use
 *
 * @param {List} $prefixes
 *   Prefixes to define
 *
 * @example scss - Usage
 *   .element {
 *     @include prefixer(border-radius, 10px, webkit ms spec);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     -webkit-border-radius: 10px;
 *     -moz-border-radius: 10px;
 *     border-radius: 10px;
 *   }
 *
 * @require {variable} $prefix-for-webkit
 * @require {variable} $prefix-for-mozilla
 * @require {variable} $prefix-for-microsoft
 * @require {variable} $prefix-for-opera
 * @require {variable} $prefix-for-spec
 */
/**
 * Outputs the spec and prefixed versions of the `::selection` pseudo-element.
 *
 * @param {Bool} $current-selector [false]
 *   If set to `true`, it takes the current element into consideration.
 *
 * @example scss - Usage
 *   .element {
 *     @include selection(true) {
 *       background-color: #ffbb52;
 *     }
 *   }
 *
 * @example css - CSS Output
 *   .element::-moz-selection {
 *     background-color: #ffbb52;
 *   }
 *
 *   .element::selection {
 *     background-color: #ffbb52;
 *   }
 */
/**
 * Sets the `width` and `height` of the element.
 *
 * @param {List} $size
 *   A list of at most 2 size values.
 *
 *   If there is only a single value in `$size` it is used for both width and height. All units are supported.
 *
 * @example scss - Usage
 *   .first-element {
 *     @include size(2em);
 *   }
 *
 *   .second-element {
 *     @include size(auto 10em);
 *   }
 *
 * @example css - CSS Output
 *   .first-element {
 *     width: 2em;
 *     height: 2em;
 *   }
 *
 *   .second-element {
 *     width: auto;
 *     height: 10em;
 *   }
 *
 */
/**
 * Shorthand mixin. Supports multiple parentheses-deliminated values for each variable.
 * Example: @include transition (all 2s ease-in-out);
            @include transition (opacity 1s ease-in 2s, width 2s ease-out);
            @include transition-property (transform, opacity);
 */
/**
 * Provides a quick method for setting an triangle
 *
 * @param {Size} $size
 * @param {Arglist} $color
 * @param {Arglist} $direction
 *
 * @require {function} length
 * @require {function} nth
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Provides an easy way to change the `word-wrap` property.
 *
 * @param {String} $wrap [break-word]
 *   Value for the `word-break` property.
 *
 * @example scss - Usage
 *   .wrapper {
 *     @include word-wrap(break-word);
 *   }
 *
 * @example css - CSS Output
 *   .wrapper {
 *     overflow-wrap: break-word;
 *     word-break: break-all;
 *     word-wrap: break-word;
 *   }
 */
/**
 * Helpers
 */
/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

/**
 * Generates variables for all buttons. Please note that you must use interpolation on the variable: `false`.
 *
 * @example scss - Usage
 *   false {
 *     background-color: #f00;
 *   }
 *
 *   false,
 *   false {
 *     background-color: #0f0;
 *   }
 *
 *   false {
 *     background-color: #00f;
 *   }
 *
 * @example css - CSS Output
 *   button,
 *   input[type="button"],
 *   input[type="reset"],
 *   input[type="submit"] {
 *     background-color: #f00;
 *   }
 *
 *   button:focus,
 *   input[type="button"]:focus,
 *   input[type="reset"]:focus,
 *   input[type="submit"]:focus,
 *   button:hover,
 *   input[type="button"]:hover,
 *   input[type="reset"]:hover,
 *   input[type="submit"]:hover {
 *     background-color: #0f0;
 *   }
 *
 *   button:active,
 *   input[type="button"]:active,
 *   input[type="reset"]:active,
 *   input[type="submit"]:active {
 *     background-color: #00f;
 *   }
 *
 * @require assign-inputs
 *
 * @type List
 */
/**
 * Generates variables for all text-based inputs. Please note that you must use interpolation on the variable: `false`.
 *
 * @example scss - Usage
 *   false {
 *     border: 1px solid #f00;
 *   }
 *
 *   false,
 *   false {
 *     border: 1px solid #0f0;
 *   }
 *
 *   false {
 *     border: 1px solid #00f;
 *   }
 *
 * @example css - CSS Output
 *   input[type="color"],
 *   input[type="date"],
 *   input[type="datetime"],
 *   input[type="datetime-local"],
 *   input[type="email"],
 *   input[type="month"],
 *   input[type="number"],
 *   input[type="password"],
 *   input[type="search"],
 *   input[type="tel"],
 *   input[type="text"],
 *   input[type="time"],
 *   input[type="url"],
 *   input[type="week"],
 *   textarea {
 *     border: 1px solid #f00;
 *   }
 *
 *   input[type="color"]:focus,
 *   input[type="date"]:focus,
 *   input[type="datetime"]:focus,
 *   input[type="datetime-local"]:focus,
 *   input[type="email"]:focus,
 *   input[type="month"]:focus,
 *   input[type="number"]:focus,
 *   input[type="password"]:focus,
 *   input[type="search"]:focus,
 *   input[type="tel"]:focus,
 *   input[type="text"]:focus,
 *   input[type="time"]:focus,
 *   input[type="url"]:focus,
 *   input[type="week"]:focus,
 *   textarea:focus,
 *   input[type="color"]:hover,
 *   input[type="date"]:hover,
 *   input[type="datetime"]:hover,
 *   input[type="datetime-local"]:hover,
 *   input[type="email"]:hover,
 *   input[type="month"]:hover,
 *   input[type="number"]:hover,
 *   input[type="password"]:hover,
 *   input[type="search"]:hover,
 *   input[type="tel"]:hover,
 *   input[type="text"]:hover,
 *   input[type="time"]:hover,
 *   input[type="url"]:hover,
 *   input[type="week"]:hover,
 *   textarea:hover {
 *     border: 1px solid #0f0;
 *   }
 *
 *   input[type="color"]:active,
 *   input[type="date"]:active,
 *   input[type="datetime"]:active,
 *   input[type="datetime-local"]:active,
 *   input[type="email"]:active,
 *   input[type="month"]:active,
 *   input[type="number"]:active,
 *   input[type="password"]:active,
 *   input[type="search"]:active,
 *   input[type="tel"]:active,
 *   input[type="text"]:active,
 *   input[type="time"]:active,
 *   input[type="url"]:active,
 *   input[type="week"]:active,
 *   textarea:active {
 *     border: 1px solid #00f;
 *   }
 *
 * @require assign-inputs
 *
 * @type List
 */
/**
 * Directional-property mixins are shorthands for writing properties like the following
 *
 * @ignore You can also use `false` instead of `null`.
 *
 * @param {List} $vals
 *   List of directional values
 *
 * @example scss - Usage
 *   .element {
 *     @include border-style(dotted null);
 *     @include margin(null 0 10px);
 *   }
 *
 * @example css - CSS Output
 *   .element {
 *     border-bottom-style: dotted;
 *     border-top-style: dotted;
 *     margin-bottom: 10px;
 *     margin-left: 0;
 *     margin-right: 0;
 *   }
 *
 * @require {function} contains-falsy
 *
 * @return {List}
 */
/**
 *Output directional properties, for instance `margin`.
 *
 * @access private
 *
 * @param {String} $pre
 *   Prefix to use
 * @param {String} $suf
 *   Suffix to use
 * @param {List} $vals
 *   List of values
 *
 * @require {function} collapse-directionals
 * @require {function} contains-falsy
 */
/**
 * Base
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
  box-sizing: content-box; }

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
	* Let’s make the box model all nice, shall we...?
	*/
*,
*:before,
*:after {
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf, .grid, .nav, .stat-group, .container {
  *zoom: 1; }
  .cf:before,
  .grid:before,
  .nav:before,
  .stat-group:before,
  .container:before,
  .cf:after, .grid:after, .nav:after, .stat-group:after, .container:after {
    content: "";
    display: table; }
  .cf:after, .grid:after, .nav:after, .stat-group:after, .container:after {
    clear: both; }

/*------------------------------------*    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.island,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup,
  .islet ul, .islet ol, .islet dl,
  .islet blockquote, .islet p, .islet address,
  .islet table,
  .islet fieldset, .islet figure,
  .islet pre,
  .islet .form-fields > li,
  .islet .media,
  .islet .island,
  .islet .islet {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*    $MAIN
\*------------------------------------*/
html {
  font: 1rem/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333; }

h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

h3, .gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>handler</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1; }

.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1; }

.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1; }

/*------------------------------------*    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2; }

.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4; }

/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "\2018" "\2019" "\201C" "\201D"; }
  q:before {
    content: "\2018"; }
  q:after {
    content: "\2019"; }
  q q:before {
    content: "\201C"; }
  q q:after {
    content: "\201D"; }

blockquote {
  quotes: "\201C" "\201D"; }
  blockquote p:before {
    content: "\201C"; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\201D"; }
  blockquote q:before {
    content: "\2018"; }
  blockquote q:after {
    content: "\2019"; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
	 * .4em is roughly equal to the width of the opening “ that we wish to hang.
	 */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
	 * Override this setting in your theme stylesheet
	 */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px; }

.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 120px; }

.img--medium {
  height: 240px; }

.img--tall {
  height: 360px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 6px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 12px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #cfcf30; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 24px; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
	 * Style these via your theme stylesheet.
	 */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block; }

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0; }

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*		$GRIDS
	\*------------------------------------*/
/**
	 * Fluid and nestable grid system, e.g.:
	 *
	   <div class="grid">

		   <div class="grid__item  one-third">
			   <p>One third grid</p>
		   </div><!--

		--><div class="grid__item  two-thirds">
			   <p>Two thirds grid</p>
		   </div><!--

		--><div class="grid__item  one-half">
			   <p>One half grid</p>
		   </div><!--

		--><div class="grid__item  one-quarter">
			   <p>One quarter grid</p>
		   </div><!--

		--><div class="grid__item  one-quarter">
			   <p>One quarter grid</p>
		   </div>

	   </div>
	 *
	 * Demo: jsfiddle.net/inuitcss/CLYUC
	 *
	 */
/**
	 * Grid wrapper
	 */
.grid {
  margin-left: -24px;
  margin-bottom: 0;
  list-style: none; }

/**
	 * Very infrequently occuring grid wrappers as children of grid wrappers.
	 */
.grid > .grid {
  margin-left: 0; }

/**
	 * Grid
	 */
.grid__item {
  float: left;
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top; }

/*------------------------------------*		$NAV
	\*------------------------------------*/
/**
	 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
	 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
	 * e.g.:
	 *
	   <ul class=nav>
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 * Demo: jsfiddle.net/inuitcss/Vnph4
	 *
	 */
.nav {
  list-style: none;
  margin-left: 0; }
  .nav > li,
  .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
	 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
	 *
	   <ul class="nav  nav--stacked">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 */
.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

/**
	 * `.nav--banner` extends `.nav` and centres the list, e.g.:
	 *
	   <ul class="nav  nav--banner">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 */
.nav--banner {
  text-align: center; }

/**
	 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
	 *
	   <ul class="nav  nav--block">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 */
.nav--block {
  line-height: 1;
  /**
		 * Remove whitespace caused by `inline-block`.
		 */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 12px; }

/**
	 * Force a nav to occupy 100% of the available width of its parent. Extends
	 * `.nav`, e.g.:
	 *
	   <ul class="nav  nav--fit">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>Portfolio</a></li>
		   <li><a href=#>Contact</a></li>
	   </ul>
	 *
	 * Thanks to @pimpl for this idea!
	 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
	 * Make a list of keywords. Extends `.nav`, e.g.:
	 *
	   `<ul class="nav  nav--keywords>`
	 *
	 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*		$PAGINATION
	\*------------------------------------*/
/**
	 * Basic pagination object, extends `.nav`.
	 * Requires some funky commenting to collapse any white-space caused by the
	 * `display:inline-block;` rules.
	 *
	   <ol class="nav  pagination">
		   <li class=pagination__first>First</li>
		   <li class=pagination__prev>Previous</li>
		   <li><a href=/page/1>1</a></li>
		   <li><a href=/page/2>2</a></li>
		   <li class=current><a href=/page/3>3</a></li>
		   <li><a href=/page/4>4</a></li>
		   <li><a href=/page/5>5</a></li>
		   <li class=pagination__next><a href=/page/next>Next</a></li>
		   <li class=pagination__last><a href=/page/last>Last</a></li>
	   </ol>
	 *
	 * Demo: jsfiddle.net/inuitcss/9Y6PU
	 *
	 */
.pagination {
  text-align: center;
  /**
		 * Remove whitespace caused by `inline-block`.
		 */
  letter-spacing: -0.31em;
  word-spacing: -0.43em; }

.pagination > li {
  padding: 12px;
  letter-spacing: normal;
  word-spacing: normal; }

.pagination > li > a {
  padding: 12px;
  margin: -12px; }

.pagination__first a:before {
  content: "\00AB" "\00A0"; }

.pagination__last a:after {
  content: "\00A0" "\00BB"; }

/*------------------------------------*		$BREADCRUMB
	\*------------------------------------*/
/**
	 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
	 *
	   <ol class="nav  breadcrumb">
		   <li><a href=#>Home</a></li>
		   <li><a href=#>About</a></li>
		   <li><a href=#>The Board</a></li>
		   <li class=current><a href=#>Directors</a></li>
	   </ol>
	 *
	 * Demo: jsfiddle.net/inuitcss/rkAY9
	 *
	 */
.breadcrumb > li + li:before {
  content: "\00BB" "\00A0"; }

/**
	 * For denoting a path-like structure, GitHub style, e.g.:
	 *
	   <ol class="nav  breadcrumb--path">
		   <li class=breadcrumb__root><a href=#>handler</a></li>
		   <li><a href=#>handler</a></li>
		   <li><a href=#>partials</a></li>
		   <li class=current><a href=#>objects</a></li>
	   </ol>
	 *
	 */
.breadcrumb--path > li + li:before {
  content: "\002F" "\00A0"; }

/**
	 * Assign a delimiter on the fly through a data attribute, e.g.:
	 *
	   <ol class="nav  breadcrumb">
		   <li><a href=#>Home</a></li>
		   <li data-breadcrumb="|"><a href=#>About</a></li>
		   <li data-breadcrumb="|"><a href=#>The Board</a></li>
		   <li data-breadcrumb="|" class=current><a href=#>Directors</a></li>
	   </ol>
	 *
	 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " "; }

/**
	 * Denote the root of the tree.
	 */
.breadcrumb__root {
  font-weight: bold; }

/*------------------------------------*		 $STATS
	 \*------------------------------------*/
/**
	  * Simple object to display key–value statistic-like information, e.g.:
	  *
		<div class=stat-group>
			<dl class=stat>
				<dt class=stat__title>Tweets</dt>
				<dd class=stat__value>27,740</dd>
			</dl>

			<dl class=stat>
				<dt class=stat__title>Following</dt>
				<dd class=stat__value>11,529</dd>
			</dl>

			<dl class=stat>
				<dt class=stat__title>Followers</dt>
				<dd class=stat__value>12,105</dd>
			</dl>
		</div>
	  *
	  * Demo: jsfiddle.net/inuitcss/Bpwu6
	  *
	  */
.stat-group {
  margin-left: -24px; }

.stat {
  float: left;
  margin-left: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.stat__title {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  -ms-flex-order: 2; }

.stat__value {
  margin-left: 0;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  -ms-flex-order: 1; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in handler, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
	* Whole
	*/
.one-whole {
  width: 100%; }

/**
	* Halves
	*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
	* Thirds
	*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
	* Quarters
	*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
	* Fifths
	*/
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
	* Sixths
	*/
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
	* Eighths
	*/
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
	* Tenths
	*/
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
	* Twelfths
	*/
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 480px) {
  /**
	* Whole
	*/
  .palm-one-whole {
    width: 100%; }
  /**
	* Halves
	*/
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
	* Thirds
	*/
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
	* Quarters
	*/
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
	* Fifths
	*/
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
	* Sixths
	*/
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
	* Eighths
	*/
  .palm-one-eighth {
    width: 12.5%; }
  .palm-three-eighths {
    width: 37.5%; }
  .palm-five-eighths {
    width: 62.5%; }
  .palm-seven-eighths {
    width: 87.5%; }
  /**
	* Tenths
	*/
  .palm-one-tenth {
    width: 10%; }
  .palm-three-tenths {
    width: 30%; }
  .palm-seven-tenths {
    width: 70%; }
  .palm-nine-tenths {
    width: 90%; }
  /**
	* Twelfths
	*/
  .palm-one-twelfth {
    width: 8.333%; }
  .palm-five-twelfths {
    width: 41.666%; }
  .palm-seven-twelfths {
    width: 58.333%; }
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
	* Whole
	*/
  .lap-one-whole {
    width: 100%; }
  /**
	* Halves
	*/
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
	* Thirds
	*/
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
	* Quarters
	*/
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
	* Fifths
	*/
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
	* Sixths
	*/
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
	* Eighths
	*/
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  /**
	* Tenths
	*/
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  /**
	* Twelfths
	*/
  .lap-one-twelfth {
    width: 8.333%; }
  .lap-five-twelfths {
    width: 41.666%; }
  .lap-seven-twelfths {
    width: 58.333%; }
  .lap-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 481px) {
  /**
	* Whole
	*/
  .lap-and-up-one-whole {
    width: 100%; }
  /**
	* Halves
	*/
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%; }
  /**
	* Thirds
	*/
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }
  /**
	* Quarters
	*/
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }
  /**
	* Fifths
	*/
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }
  /**
	* Sixths
	*/
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }
  /**
	* Eighths
	*/
  .lap-and-up-one-eighth {
    width: 12.5%; }
  .lap-and-up-three-eighths {
    width: 37.5%; }
  .lap-and-up-five-eighths {
    width: 62.5%; }
  .lap-and-up-seven-eighths {
    width: 87.5%; }
  /**
	* Tenths
	*/
  .lap-and-up-one-tenth {
    width: 10%; }
  .lap-and-up-three-tenths {
    width: 30%; }
  .lap-and-up-seven-tenths {
    width: 70%; }
  .lap-and-up-nine-tenths {
    width: 90%; }
  /**
	* Twelfths
	*/
  .lap-and-up-one-twelfth {
    width: 8.333%; }
  .lap-and-up-five-twelfths {
    width: 41.666%; }
  .lap-and-up-seven-twelfths {
    width: 58.333%; }
  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (max-width: 1023px) {
  /**
	* Whole
	*/
  .portable-one-whole {
    width: 100%; }
  /**
	* Halves
	*/
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
	* Thirds
	*/
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
	* Quarters
	*/
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
	* Fifths
	*/
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
	* Sixths
	*/
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
	* Eighths
	*/
  .portable-one-eighth {
    width: 12.5%; }
  .portable-three-eighths {
    width: 37.5%; }
  .portable-five-eighths {
    width: 62.5%; }
  .portable-seven-eighths {
    width: 87.5%; }
  /**
	* Tenths
	*/
  .portable-one-tenth {
    width: 10%; }
  .portable-three-tenths {
    width: 30%; }
  .portable-seven-tenths {
    width: 70%; }
  .portable-nine-tenths {
    width: 90%; }
  /**
	* Twelfths
	*/
  .portable-one-twelfth {
    width: 8.333%; }
  .portable-five-twelfths {
    width: 41.666%; }
  .portable-seven-twelfths {
    width: 58.333%; }
  .portable-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1024px) {
  /**
	* Whole
	*/
  .desk-one-whole {
    width: 100%; }
  /**
	* Halves
	*/
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }
  /**
	* Thirds
	*/
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }
  /**
	* Quarters
	*/
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }
  /**
	* Fifths
	*/
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }
  /**
	* Sixths
	*/
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }
  /**
	* Eighths
	*/
  .desk-one-eighth {
    width: 12.5%; }
  .desk-three-eighths {
    width: 37.5%; }
  .desk-five-eighths {
    width: 62.5%; }
  .desk-seven-eighths {
    width: 87.5%; }
  /**
	* Tenths
	*/
  .desk-one-tenth {
    width: 10%; }
  .desk-three-tenths {
    width: 30%; }
  .desk-seven-tenths {
    width: 70%; }
  .desk-nine-tenths {
    width: 90%; }
  /**
	* Twelfths
	*/
  .desk-one-twelfth {
    width: 8.333%; }
  .desk-five-twelfths {
    width: 41.666%; }
  .desk-seven-twelfths {
    width: 58.333%; }
  .desk-eleven-twelfths {
    width: 91.666%; } }

/**
	 * If you have set the additional `$responsive-extra` variable to ‘true’ in
	 * `_vars.scss` then you now have access to the following class available to
	 * accomodate much larger screen resolutions.
	 */
/* endif */
/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: "Helvetica Neue", sans-serif !important;
  color: #4a8ec2 !important; }

.brand-face {
  font-family: "Helvetica Neue", sans-serif !important; }

.brand-color,
.brand-colour {
  color: #4a8ec2 !important; }

/*------------------------------------*    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important; }

.push--top {
  margin-top: 24px !important; }

.push--right {
  margin-right: 24px !important; }

.push--bottom {
  margin-bottom: 24px !important; }

.push--left {
  margin-left: 24px !important; }

.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.push-half {
  margin: 12px !important; }

.push-half--top {
  margin-top: 12px !important; }

.push-half--right {
  margin-right: 12px !important; }

.push-half--bottom {
  margin-bottom: 12px !important; }

.push-half--left {
  margin-left: 12px !important; }

.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important; }

.soft--top {
  padding-top: 24px !important; }

.soft--right {
  padding-right: 24px !important; }

.soft--bottom {
  padding-bottom: 24px !important; }

.soft--left {
  padding-left: 24px !important; }

.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.soft-half {
  padding: 12px !important; }

.soft-half--top {
  padding-top: 12px !important; }

.soft-half--right {
  padding-right: 12px !important; }

.soft-half--bottom {
  padding-bottom: 12px !important; }

.soft-half--left {
  padding-left: 12px !important; }

.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important; }
  .islet .full-bleed {
    margin-right: -12px !important;
    margin-left: -12px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: "\00A0" "\00BB" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
/**
 * Pages
 */
/*------------------------------------*    $ERROR 404
\*------------------------------------*/
/**
 * Base stuff
 */
.info-header {
  background-color: #f6f6f6;
  position: relative;
  padding: 40px 0;
  margin-bottom: 50px; }
  .info-header h1 {
    color: #212121;
    margin: 0;
    font-size: 25px;
    font-size: 1.5625rem; }
    .info-header h1 span {
      color: #808080; }

.page-content .content {
  color: #2e2e2e;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  max-width: 675px;
  margin-bottom: 50px; }
  .page-content .content ul {
    margin: 0 17px;
    margin-bottom: 24px; }

.page-content .w-link {
  margin-bottom: 50px; }

.page-content .link {
  border-top: 1px solid #e0e0e0;
  padding: 30px 20px;
  background-color: #fff; }
  .page-content .link:nth-child(even) {
    background-color: #f6f6f6; }
  .page-content .link:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .page-content .link .content {
    max-width: 600px;
    margin-bottom: 0;
    padding: 0; }
  .page-content .link h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin-bottom: 15px; }
  .page-content .link p {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem; }
  .page-content .link .w-buttons a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    background-color: #E62686;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 10px;
    transition: background-color 0.5s ease; }
    .page-content .link .w-buttons a:last-child {
      margin-right: 0; }
    .page-content .link .w-buttons a:hover {
      background-color: #AD1B64; }

.content a {
  color: #AD1B64; }
  .content a:hover {
    text-decoration: underline; }

/*------------------------------------*    $ARCHIVE
\*------------------------------------*/
/**
 * Base stuff
 */
/*------------------------------------*    $CONTACT
\*------------------------------------*/
/**
 * Base stuff
 */
.page-template-page-contact .page-content .content {
  padding-left: 0; }

/*------------------------------------*    $FRONT PAGE
\*------------------------------------*/
/**
 * Base stuff
 */
.header-image {
  position: relative;
  height: 300px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .header-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #272727;
    opacity: .6; }
  .header-image .header-content {
    position: relative;
    top: 110px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: #fff; }
    .header-image .header-content h1 {
      font-size: 45px;
      font-size: 2.8125rem; }
    .header-image .header-content p {
      font-weight: 700; }

.page-template-page-educations .w-educations {
  padding: 0 0 50px 0; }
  .page-template-page-educations .w-educations .info-header {
    margin-bottom: 20px; }

.w-educations {
  padding: 50px 0; }
  .w-educations .title {
    overflow: hidden; }
  .w-educations h2 {
    color: #212121;
    display: table;
    white-space: nowrap; }
    .w-educations h2:before, .w-educations h2:after {
      border-top: 1px solid #E62686;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.8em;
      width: 45%; }
    .w-educations h2:before {
      right: 1.5%; }
    .w-educations h2:after {
      left: 1.5%; }
  .w-educations .educations {
    margin-top: 20px; }
    .w-educations .educations a {
      color: #212121; }
      .w-educations .educations a:hover .title {
        bottom: 15px; }
      .w-educations .educations a:hover .overlay {
        opacity: .3; }
    .w-educations .educations .education-item {
      position: relative;
      min-height: 180px;
      background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;  
      margin-bottom: 24px; }
      .w-educations .educations .education-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: #E62686;
        opacity: 0;
        transition: opacity 0.5s ease; }
      .w-educations .educations .education-item img {
        width: 100%;
        height: auto; }
      .w-educations .educations .education-item .title {
        background-color: #fff;
        position: absolute;
        text-align: center;
        bottom: 0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        padding: 10px;
        transition: bottom 0.5s ease; }
        .w-educations .educations .education-item .title h3 {
          margin: 0;
          font-size: 17px;
          font-size: 1.0625rem;
          font-weight: inherit; }

/*------------------------------------*    $HOME - BLOG PAGE
\*------------------------------------*/
/**
 * Base stuff
 */
/*------------------------------------*    $SINGLE PAGE
\*------------------------------------*/
/**
 * Base stuff
 */
.single-links .page-content .content {
  padding-left: 0; }

.single-links .btn {
  color: #fff;
  font-weight: 700;
  padding: 7px 15px;
  background-color: #e62686;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 10px;
  transition: background-color 0.5s ease; }

/**
 * UI Kit
 */
/*------------------------------------*    $SENSIBLE DEFAULTS
\*------------------------------------*/
/**
 * Base stuff
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  -ms-interpolition-mode: bicubic; }

input,
textarea {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  -webkit-appearance: 0;
  -moz-appearance: 0;
  -ms-appearance: 0;
  -o-appearance: 0;
  appearance: 0; }

a {
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px; }

/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #18212e; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #e50e40; }

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background-color: #e50e40; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  border: 1px solid #f00; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover {
  border: 1px solid #0f0; }

input[type="color"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="email"]:active, input[type="month"]:active, input[type="number"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="text"]:active, input[type="time"]:active, input[type="url"]:active, input[type="week"]:active, textarea:active {
  border: 1px solid #00f; }

/*-----------------------------------------------*    $DEFAULT WORDPRESS
\*-----------------------------------------------*/
.alignleft {
  float: left;
  text-align: left; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right;
  text-align: right; }

img.alignright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em; }

img.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
  line-height: 1; }

/*------------------------------------*    $SIDEBAR
\*------------------------------------*/
/**
 * Base stuff
 */
.sidebar {
  margin-bottom: 40px; }
  .sidebar h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
    background-color: #F6F6F6;
    color: #212121;
    padding: 15px; }
  .sidebar .w-special-links {
    margin-bottom: 40px; }
    .sidebar .w-special-links .links p {
      margin-bottom: 7px; }
      .sidebar .w-special-links .links p a {
        padding: 0 15px;
        color: #212121;
        transition: padding-left 0.5s ease; }
        .sidebar .w-special-links .links p a:hover {
          color: #E62686;
          padding-left: 20px; }
  .sidebar .menu-links-algemeen-container ul {
    margin: 0;
    list-style: none; }
    .sidebar .menu-links-algemeen-container ul li {
      margin-bottom: 7px; }
      .sidebar .menu-links-algemeen-container ul li a {
        padding: 0 15px;
        color: #212121;
        transition: padding-left 0.5s ease; }
        .sidebar .menu-links-algemeen-container ul li a:hover {
          color: #E62686;
          padding-left: 20px; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?17697746#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-emo-happy:before {
  content: '\e800'; }

/* '' */
.icon-emo-wink:before {
  content: '\e801'; }

/* '' */
.icon-emo-wink2:before {
  content: '\e802'; }

/* '' */
.icon-emo-unhappy:before {
  content: '\e803'; }

/* '' */
.icon-emo-sleep:before {
  content: '\e804'; }

/* '' */
.icon-emo-thumbsup:before {
  content: '\e805'; }

/* '' */
.icon-emo-devil:before {
  content: '\e806'; }

/* '' */
.icon-emo-surprised:before {
  content: '\e807'; }

/* '' */
.icon-emo-tongue:before {
  content: '\e808'; }

/* '' */
.icon-emo-coffee:before {
  content: '\e809'; }

/* '' */
.icon-emo-sunglasses:before {
  content: '\e80a'; }

/* '' */
.icon-emo-displeased:before {
  content: '\e80b'; }

/* '' */
.icon-emo-beer:before {
  content: '\e80c'; }

/* '' */
.icon-emo-grin:before {
  content: '\e80d'; }

/* '' */
.icon-emo-angry:before {
  content: '\e80e'; }

/* '' */
.icon-emo-saint:before {
  content: '\e80f'; }

/* '' */
.icon-emo-cry:before {
  content: '\e810'; }

/* '' */
.icon-emo-shoot:before {
  content: '\e811'; }

/* '' */
.icon-emo-squint:before {
  content: '\e812'; }

/* '' */
.icon-emo-laugh:before {
  content: '\e813'; }

/* '' */
.icon-spin1:before {
  content: '\e814'; }

/* '' */
.icon-spin2:before {
  content: '\e815'; }

/* '' */
.icon-spin3:before {
  content: '\e816'; }

/* '' */
.icon-spin4:before {
  content: '\e817'; }

/* '' */
.icon-spin5:before {
  content: '\e818'; }

/* '' */
.icon-spin6:before {
  content: '\e819'; }

/* '' */
.icon-firefox:before {
  content: '\e81a'; }

/* '' */
.icon-chrome:before {
  content: '\e81b'; }

/* '' */
.icon-opera:before {
  content: '\e81c'; }

/* '' */
.icon-ie:before {
  content: '\e81d'; }

/* '' */
.icon-crown:before {
  content: '\e81e'; }

/* '' */
.icon-crown-plus:before {
  content: '\e81f'; }

/* '' */
.icon-crown-minus:before {
  content: '\e820'; }

/* '' */
.icon-marquee:before {
  content: '\e821'; }

/* '' */
.icon-glass:before {
  content: '\e822'; }

/* '' */
.icon-music:before {
  content: '\e823'; }

/* '' */
.icon-search:before {
  content: '\e824'; }

/* '' */
.icon-mail:before {
  content: '\e825'; }

/* '' */
.icon-mail-alt:before {
  content: '\e826'; }

/* '' */
.icon-mail-squared:before {
  content: '\e827'; }

/* '' */
.icon-heart:before {
  content: '\e828'; }

/* '' */
.icon-heart-empty:before {
  content: '\e829'; }

/* '' */
.icon-star:before {
  content: '\e82a'; }

/* '' */
.icon-star-empty:before {
  content: '\e82b'; }

/* '' */
.icon-star-half:before {
  content: '\e82c'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e82d'; }

/* '' */
.icon-user:before {
  content: '\e82e'; }

/* '' */
.icon-users:before {
  content: '\e82f'; }

/* '' */
.icon-male:before {
  content: '\e830'; }

/* '' */
.icon-female:before {
  content: '\e831'; }

/* '' */
.icon-child:before {
  content: '\e832'; }

/* '' */
.icon-video:before {
  content: '\e833'; }

/* '' */
.icon-videocam:before {
  content: '\e834'; }

/* '' */
.icon-picture:before {
  content: '\e835'; }

/* '' */
.icon-camera:before {
  content: '\e836'; }

/* '' */
.icon-camera-alt:before {
  content: '\e837'; }

/* '' */
.icon-th-large:before {
  content: '\e838'; }

/* '' */
.icon-th:before {
  content: '\e839'; }

/* '' */
.icon-th-list:before {
  content: '\e83a'; }

/* '' */
.icon-ok:before {
  content: '\e83b'; }

/* '' */
.icon-ok-circled:before {
  content: '\e83c'; }

/* '' */
.icon-ok-circled2:before {
  content: '\e83d'; }

/* '' */
.icon-ok-squared:before {
  content: '\e83e'; }

/* '' */
.icon-cancel:before {
  content: '\e83f'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e840'; }

/* '' */
.icon-cancel-circled2:before {
  content: '\e841'; }

/* '' */
.icon-plus:before {
  content: '\e842'; }

/* '' */
.icon-plus-circled:before {
  content: '\e843'; }

/* '' */
.icon-plus-squared:before {
  content: '\e844'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\e845'; }

/* '' */
.icon-minus:before {
  content: '\e846'; }

/* '' */
.icon-minus-circled:before {
  content: '\e847'; }

/* '' */
.icon-minus-squared:before {
  content: '\e848'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\e849'; }

/* '' */
.icon-help:before {
  content: '\e84a'; }

/* '' */
.icon-help-circled:before {
  content: '\e84b'; }

/* '' */
.icon-info-circled:before {
  content: '\e84c'; }

/* '' */
.icon-info:before {
  content: '\e84d'; }

/* '' */
.icon-home:before {
  content: '\e84e'; }

/* '' */
.icon-link:before {
  content: '\e84f'; }

/* '' */
.icon-unlink:before {
  content: '\e850'; }

/* '' */
.icon-link-ext:before {
  content: '\e851'; }

/* '' */
.icon-link-ext-alt:before {
  content: '\e852'; }

/* '' */
.icon-attach:before {
  content: '\e853'; }

/* '' */
.icon-lock:before {
  content: '\e854'; }

/* '' */
.icon-lock-open:before {
  content: '\e855'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\e856'; }

/* '' */
.icon-pin:before {
  content: '\e857'; }

/* '' */
.icon-eye:before {
  content: '\e858'; }

/* '' */
.icon-eye-off:before {
  content: '\e859'; }

/* '' */
.icon-tag:before {
  content: '\e85a'; }

/* '' */
.icon-tags:before {
  content: '\e85b'; }

/* '' */
.icon-bookmark:before {
  content: '\e85c'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\e85d'; }

/* '' */
.icon-flag:before {
  content: '\e85e'; }

/* '' */
.icon-flag-empty:before {
  content: '\e85f'; }

/* '' */
.icon-flag-checkered:before {
  content: '\e860'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e861'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e862'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\e863'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\e864'; }

/* '' */
.icon-download:before {
  content: '\e865'; }

/* '' */
.icon-upload:before {
  content: '\e866'; }

/* '' */
.icon-download-cloud:before {
  content: '\e867'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e868'; }

/* '' */
.icon-reply:before {
  content: '\e869'; }

/* '' */
.icon-reply-all:before {
  content: '\e86a'; }

/* '' */
.icon-forward:before {
  content: '\e86b'; }

/* '' */
.icon-quote-left:before {
  content: '\e86c'; }

/* '' */
.icon-quote-right:before {
  content: '\e86d'; }

/* '' */
.icon-code:before {
  content: '\e86e'; }

/* '' */
.icon-export:before {
  content: '\e86f'; }

/* '' */
.icon-export-alt:before {
  content: '\e870'; }

/* '' */
.icon-share:before {
  content: '\e871'; }

/* '' */
.icon-share-squared:before {
  content: '\e872'; }

/* '' */
.icon-pencil:before {
  content: '\e873'; }

/* '' */
.icon-pencil-squared:before {
  content: '\e874'; }

/* '' */
.icon-edit:before {
  content: '\e875'; }

/* '' */
.icon-print:before {
  content: '\e876'; }

/* '' */
.icon-retweet:before {
  content: '\e877'; }

/* '' */
.icon-keyboard:before {
  content: '\e878'; }

/* '' */
.icon-gamepad:before {
  content: '\e879'; }

/* '' */
.icon-comment:before {
  content: '\e87a'; }

/* '' */
.icon-chat:before {
  content: '\e87b'; }

/* '' */
.icon-comment-empty:before {
  content: '\e87c'; }

/* '' */
.icon-chat-empty:before {
  content: '\e87d'; }

/* '' */
.icon-bell:before {
  content: '\e87e'; }

/* '' */
.icon-bell-alt:before {
  content: '\e87f'; }

/* '' */
.icon-bell-off:before {
  content: '\e880'; }

/* '' */
.icon-bell-off-empty:before {
  content: '\e881'; }

/* '' */
.icon-attention-alt:before {
  content: '\e882'; }

/* '' */
.icon-attention:before {
  content: '\e883'; }

/* '' */
.icon-attention-circled:before {
  content: '\e884'; }

/* '' */
.icon-location:before {
  content: '\e885'; }

/* '' */
.icon-direction:before {
  content: '\e886'; }

/* '' */
.icon-compass:before {
  content: '\e887'; }

/* '' */
.icon-trash:before {
  content: '\e888'; }

/* '' */
.icon-trash-empty:before {
  content: '\e889'; }

/* '' */
.icon-doc:before {
  content: '\e88a'; }

/* '' */
.icon-docs:before {
  content: '\e88b'; }

/* '' */
.icon-doc-text:before {
  content: '\e88c'; }

/* '' */
.icon-doc-inv:before {
  content: '\e88d'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e88e'; }

/* '' */
.icon-file-pdf:before {
  content: '\e88f'; }

/* '' */
.icon-file-word:before {
  content: '\e890'; }

/* '' */
.icon-file-excel:before {
  content: '\e891'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\e892'; }

/* '' */
.icon-file-image:before {
  content: '\e893'; }

/* '' */
.icon-file-archive:before {
  content: '\e894'; }

/* '' */
.icon-file-audio:before {
  content: '\e895'; }

/* '' */
.icon-file-video:before {
  content: '\e896'; }

/* '' */
.icon-file-code:before {
  content: '\e897'; }

/* '' */
.icon-folder:before {
  content: '\e898'; }

/* '' */
.icon-folder-open:before {
  content: '\e899'; }

/* '' */
.icon-folder-empty:before {
  content: '\e89a'; }

/* '' */
.icon-folder-open-empty:before {
  content: '\e89b'; }

/* '' */
.icon-box:before {
  content: '\e89c'; }

/* '' */
.icon-rss:before {
  content: '\e89d'; }

/* '' */
.icon-rss-squared:before {
  content: '\e89e'; }

/* '' */
.icon-phone:before {
  content: '\e89f'; }

/* '' */
.icon-phone-squared:before {
  content: '\e8a0'; }

/* '' */
.icon-fax:before {
  content: '\e8a1'; }

/* '' */
.icon-menu:before {
  content: '\e8a2'; }

/* '' */
.icon-cog:before {
  content: '\e8a3'; }

/* '' */
.icon-cog-alt:before {
  content: '\e8a4'; }

/* '' */
.icon-wrench:before {
  content: '\e8a5'; }

/* '' */
.icon-sliders:before {
  content: '\e8a6'; }

/* '' */
.icon-basket:before {
  content: '\e8a7'; }

/* '' */
.icon-calendar:before {
  content: '\e8a8'; }

/* '' */
.icon-calendar-empty:before {
  content: '\e8a9'; }

/* '' */
.icon-login:before {
  content: '\e8aa'; }

/* '' */
.icon-logout:before {
  content: '\e8ab'; }

/* '' */
.icon-mic:before {
  content: '\e8ac'; }

/* '' */
.icon-mute:before {
  content: '\e8ad'; }

/* '' */
.icon-volume-off:before {
  content: '\e8ae'; }

/* '' */
.icon-volume-down:before {
  content: '\e8af'; }

/* '' */
.icon-volume-up:before {
  content: '\e8b0'; }

/* '' */
.icon-headphones:before {
  content: '\e8b1'; }

/* '' */
.icon-clock:before {
  content: '\e8b2'; }

/* '' */
.icon-lightbulb:before {
  content: '\e8b3'; }

/* '' */
.icon-block:before {
  content: '\e8b4'; }

/* '' */
.icon-resize-full:before {
  content: '\e8b5'; }

/* '' */
.icon-resize-full-alt:before {
  content: '\e8b6'; }

/* '' */
.icon-resize-small:before {
  content: '\e8b7'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e8b8'; }

/* '' */
.icon-resize-horizontal:before {
  content: '\e8b9'; }

/* '' */
.icon-move:before {
  content: '\e8ba'; }

/* '' */
.icon-zoom-in:before {
  content: '\e8bb'; }

/* '' */
.icon-zoom-out:before {
  content: '\e8bc'; }

/* '' */
.icon-down-circled2:before {
  content: '\e8bd'; }

/* '' */
.icon-up-circled2:before {
  content: '\e8be'; }

/* '' */
.icon-left-circled2:before {
  content: '\e8bf'; }

/* '' */
.icon-right-circled2:before {
  content: '\e8c0'; }

/* '' */
.icon-down-dir:before {
  content: '\e8c1'; }

/* '' */
.icon-up-dir:before {
  content: '\e8c2'; }

/* '' */
.icon-left-dir:before {
  content: '\e8c3'; }

/* '' */
.icon-right-dir:before {
  content: '\e8c4'; }

/* '' */
.icon-down-open:before {
  content: '\e8c5'; }

/* '' */
.icon-left-open:before {
  content: '\e8c6'; }

/* '' */
.icon-right-open:before {
  content: '\e8c7'; }

/* '' */
.icon-up-open:before {
  content: '\e8c8'; }

/* '' */
.icon-angle-left:before {
  content: '\e8c9'; }

/* '' */
.icon-angle-right:before {
  content: '\e8ca'; }

/* '' */
.icon-angle-up:before {
  content: '\e8cb'; }

/* '' */
.icon-angle-down:before {
  content: '\e8cc'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\e8cd'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\e8ce'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\e8cf'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\e8d0'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e8d1'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e8d2'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e8d3'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e8d4'; }

/* '' */
.icon-down:before {
  content: '\e8d5'; }

/* '' */
.icon-left:before {
  content: '\e8d6'; }

/* '' */
.icon-right:before {
  content: '\e8d7'; }

/* '' */
.icon-up:before {
  content: '\e8d8'; }

/* '' */
.icon-down-big:before {
  content: '\e8d9'; }

/* '' */
.icon-left-big:before {
  content: '\e8da'; }

/* '' */
.icon-right-big:before {
  content: '\e8db'; }

/* '' */
.icon-up-big:before {
  content: '\e8dc'; }

/* '' */
.icon-right-hand:before {
  content: '\e8dd'; }

/* '' */
.icon-left-hand:before {
  content: '\e8de'; }

/* '' */
.icon-up-hand:before {
  content: '\e8df'; }

/* '' */
.icon-down-hand:before {
  content: '\e8e0'; }

/* '' */
.icon-left-circled:before {
  content: '\e8e1'; }

/* '' */
.icon-right-circled:before {
  content: '\e8e2'; }

/* '' */
.icon-up-circled:before {
  content: '\e8e3'; }

/* '' */
.icon-down-circled:before {
  content: '\e8e4'; }

/* '' */
.icon-cw:before {
  content: '\e8e5'; }

/* '' */
.icon-ccw:before {
  content: '\e8e6'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e8e7'; }

/* '' */
.icon-level-up:before {
  content: '\e8e8'; }

/* '' */
.icon-level-down:before {
  content: '\e8e9'; }

/* '' */
.icon-shuffle:before {
  content: '\e8ea'; }

/* '' */
.icon-exchange:before {
  content: '\e8eb'; }

/* '' */
.icon-history:before {
  content: '\e8ec'; }

/* '' */
.icon-expand:before {
  content: '\e8ed'; }

/* '' */
.icon-collapse:before {
  content: '\e8ee'; }

/* '' */
.icon-expand-right:before {
  content: '\e8ef'; }

/* '' */
.icon-collapse-left:before {
  content: '\e8f0'; }

/* '' */
.icon-play:before {
  content: '\e8f1'; }

/* '' */
.icon-play-circled:before {
  content: '\e8f2'; }

/* '' */
.icon-play-circled2:before {
  content: '\e8f3'; }

/* '' */
.icon-stop:before {
  content: '\e8f4'; }

/* '' */
.icon-pause:before {
  content: '\e8f5'; }

/* '' */
.icon-to-end:before {
  content: '\e8f6'; }

/* '' */
.icon-to-end-alt:before {
  content: '\e8f7'; }

/* '' */
.icon-to-start:before {
  content: '\e8f8'; }

/* '' */
.icon-to-start-alt:before {
  content: '\e8f9'; }

/* '' */
.icon-fast-fw:before {
  content: '\e8fa'; }

/* '' */
.icon-fast-bw:before {
  content: '\e8fb'; }

/* '' */
.icon-eject:before {
  content: '\e8fc'; }

/* '' */
.icon-target:before {
  content: '\e8fd'; }

/* '' */
.icon-signal:before {
  content: '\e8fe'; }

/* '' */
.icon-wifi:before {
  content: '\e8ff'; }

/* '' */
.icon-award:before {
  content: '\e900'; }

/* '' */
.icon-desktop:before {
  content: '\e901'; }

/* '' */
.icon-laptop:before {
  content: '\e902'; }

/* '' */
.icon-tablet:before {
  content: '\e903'; }

/* '' */
.icon-mobile:before {
  content: '\e904'; }

/* '' */
.icon-inbox:before {
  content: '\e905'; }

/* '' */
.icon-globe:before {
  content: '\e906'; }

/* '' */
.icon-sun:before {
  content: '\e907'; }

/* '' */
.icon-cloud:before {
  content: '\e908'; }

/* '' */
.icon-flash:before {
  content: '\e909'; }

/* '' */
.icon-moon:before {
  content: '\e90a'; }

/* '' */
.icon-umbrella:before {
  content: '\e90b'; }

/* '' */
.icon-flight:before {
  content: '\e90c'; }

/* '' */
.icon-fighter-jet:before {
  content: '\e90d'; }

/* '' */
.icon-paper-plane:before {
  content: '\e90e'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\e90f'; }

/* '' */
.icon-space-shuttle:before {
  content: '\e910'; }

/* '' */
.icon-leaf:before {
  content: '\e911'; }

/* '' */
.icon-font:before {
  content: '\e912'; }

/* '' */
.icon-bold:before {
  content: '\e913'; }

/* '' */
.icon-italic:before {
  content: '\e914'; }

/* '' */
.icon-header:before {
  content: '\e915'; }

/* '' */
.icon-paragraph:before {
  content: '\e916'; }

/* '' */
.icon-text-height:before {
  content: '\e917'; }

/* '' */
.icon-text-width:before {
  content: '\e918'; }

/* '' */
.icon-align-left:before {
  content: '\e919'; }

/* '' */
.icon-align-center:before {
  content: '\e91a'; }

/* '' */
.icon-align-right:before {
  content: '\e91b'; }

/* '' */
.icon-align-justify:before {
  content: '\e91c'; }

/* '' */
.icon-list:before {
  content: '\e91d'; }

/* '' */
.icon-indent-left:before {
  content: '\e91e'; }

/* '' */
.icon-indent-right:before {
  content: '\e91f'; }

/* '' */
.icon-list-bullet:before {
  content: '\e920'; }

/* '' */
.icon-list-numbered:before {
  content: '\e921'; }

/* '' */
.icon-strike:before {
  content: '\e922'; }

/* '' */
.icon-underline:before {
  content: '\e923'; }

/* '' */
.icon-superscript:before {
  content: '\e924'; }

/* '' */
.icon-subscript:before {
  content: '\e925'; }

/* '' */
.icon-table:before {
  content: '\e926'; }

/* '' */
.icon-columns:before {
  content: '\e927'; }

/* '' */
.icon-crop:before {
  content: '\e928'; }

/* '' */
.icon-scissors:before {
  content: '\e929'; }

/* '' */
.icon-paste:before {
  content: '\e92a'; }

/* '' */
.icon-briefcase:before {
  content: '\e92b'; }

/* '' */
.icon-suitcase:before {
  content: '\e92c'; }

/* '' */
.icon-ellipsis:before {
  content: '\e92d'; }

/* '' */
.icon-ellipsis-vert:before {
  content: '\e92e'; }

/* '' */
.icon-off:before {
  content: '\e92f'; }

/* '' */
.icon-road:before {
  content: '\e930'; }

/* '' */
.icon-list-alt:before {
  content: '\e931'; }

/* '' */
.icon-qrcode:before {
  content: '\e932'; }

/* '' */
.icon-barcode:before {
  content: '\e933'; }

/* '' */
.icon-book:before {
  content: '\e934'; }

/* '' */
.icon-ajust:before {
  content: '\e935'; }

/* '' */
.icon-tint:before {
  content: '\e936'; }

/* '' */
.icon-toggle-off:before {
  content: '\e937'; }

/* '' */
.icon-toggle-on:before {
  content: '\e938'; }

/* '' */
.icon-check:before {
  content: '\e939'; }

/* '' */
.icon-check-empty:before {
  content: '\e93a'; }

/* '' */
.icon-circle:before {
  content: '\e93b'; }

/* '' */
.icon-circle-empty:before {
  content: '\e93c'; }

/* '' */
.icon-circle-thin:before {
  content: '\e93d'; }

/* '' */
.icon-circle-notch:before {
  content: '\e93e'; }

/* '' */
.icon-dot-circled:before {
  content: '\e93f'; }

/* '' */
.icon-asterisk:before {
  content: '\e940'; }

/* '' */
.icon-gift:before {
  content: '\e941'; }

/* '' */
.icon-fire:before {
  content: '\e942'; }

/* '' */
.icon-magnet:before {
  content: '\e943'; }

/* '' */
.icon-chart-bar:before {
  content: '\e944'; }

/* '' */
.icon-chart-area:before {
  content: '\e945'; }

/* '' */
.icon-chart-pie:before {
  content: '\e946'; }

/* '' */
.icon-chart-line:before {
  content: '\e947'; }

/* '' */
.icon-ticket:before {
  content: '\e948'; }

/* '' */
.icon-credit-card:before {
  content: '\e949'; }

/* '' */
.icon-floppy:before {
  content: '\e94a'; }

/* '' */
.icon-megaphone:before {
  content: '\e94b'; }

/* '' */
.icon-hdd:before {
  content: '\e94c'; }

/* '' */
.icon-key:before {
  content: '\e94d'; }

/* '' */
.icon-fork:before {
  content: '\e94e'; }

/* '' */
.icon-rocket:before {
  content: '\e94f'; }

/* '' */
.icon-bug:before {
  content: '\e950'; }

/* '' */
.icon-certificate:before {
  content: '\e951'; }

/* '' */
.icon-tasks:before {
  content: '\e952'; }

/* '' */
.icon-filter:before {
  content: '\e953'; }

/* '' */
.icon-beaker:before {
  content: '\e954'; }

/* '' */
.icon-magic:before {
  content: '\e955'; }

/* '' */
.icon-cab:before {
  content: '\e956'; }

/* '' */
.icon-taxi:before {
  content: '\e957'; }

/* '' */
.icon-truck:before {
  content: '\e958'; }

/* '' */
.icon-bus:before {
  content: '\e959'; }

/* '' */
.icon-bicycle:before {
  content: '\e95a'; }

/* '' */
.icon-money:before {
  content: '\e95b'; }

/* '' */
.icon-euro:before {
  content: '\e95c'; }

/* '' */
.icon-pound:before {
  content: '\e95d'; }

/* '' */
.icon-dollar:before {
  content: '\e95e'; }

/* '' */
.icon-rupee:before {
  content: '\e95f'; }

/* '' */
.icon-yen:before {
  content: '\e960'; }

/* '' */
.icon-rouble:before {
  content: '\e961'; }

/* '' */
.icon-shekel:before {
  content: '\e962'; }

/* '' */
.icon-try:before {
  content: '\e963'; }

/* '' */
.icon-won:before {
  content: '\e964'; }

/* '' */
.icon-bitcoin:before {
  content: '\e965'; }

/* '' */
.icon-sort:before {
  content: '\e966'; }

/* '' */
.icon-sort-down:before {
  content: '\e967'; }

/* '' */
.icon-sort-up:before {
  content: '\e968'; }

/* '' */
.icon-sort-alt-up:before {
  content: '\e969'; }

/* '' */
.icon-sort-alt-down:before {
  content: '\e96a'; }

/* '' */
.icon-sort-name-up:before {
  content: '\e96b'; }

/* '' */
.icon-sort-name-down:before {
  content: '\e96c'; }

/* '' */
.icon-sort-number-up:before {
  content: '\e96d'; }

/* '' */
.icon-sort-number-down:before {
  content: '\e96e'; }

/* '' */
.icon-hammer:before {
  content: '\e96f'; }

/* '' */
.icon-gauge:before {
  content: '\e970'; }

/* '' */
.icon-sitemap:before {
  content: '\e971'; }

/* '' */
.icon-spinner:before {
  content: '\e972'; }

/* '' */
.icon-coffee:before {
  content: '\e973'; }

/* '' */
.icon-food:before {
  content: '\e974'; }

/* '' */
.icon-beer:before {
  content: '\e975'; }

/* '' */
.icon-user-md:before {
  content: '\e976'; }

/* '' */
.icon-stethoscope:before {
  content: '\e977'; }

/* '' */
.icon-ambulance:before {
  content: '\e978'; }

/* '' */
.icon-medkit:before {
  content: '\e979'; }

/* '' */
.icon-h-sigh:before {
  content: '\e97a'; }

/* '' */
.icon-hospital:before {
  content: '\e97b'; }

/* '' */
.icon-building:before {
  content: '\e97c'; }

/* '' */
.icon-building-filled:before {
  content: '\e97d'; }

/* '' */
.icon-bank:before {
  content: '\e97e'; }

/* '' */
.icon-smile:before {
  content: '\e97f'; }

/* '' */
.icon-frown:before {
  content: '\e980'; }

/* '' */
.icon-meh:before {
  content: '\e981'; }

/* '' */
.icon-anchor:before {
  content: '\e982'; }

/* '' */
.icon-terminal:before {
  content: '\e983'; }

/* '' */
.icon-eraser:before {
  content: '\e984'; }

/* '' */
.icon-puzzle:before {
  content: '\e985'; }

/* '' */
.icon-shield:before {
  content: '\e986'; }

/* '' */
.icon-extinguisher:before {
  content: '\e987'; }

/* '' */
.icon-bullseye:before {
  content: '\e988'; }

/* '' */
.icon-wheelchair:before {
  content: '\e989'; }

/* '' */
.icon-language:before {
  content: '\e98a'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e98b'; }

/* '' */
.icon-paw:before {
  content: '\e98c'; }

/* '' */
.icon-spoon:before {
  content: '\e98d'; }

/* '' */
.icon-cube:before {
  content: '\e98e'; }

/* '' */
.icon-cubes:before {
  content: '\e98f'; }

/* '' */
.icon-recycle:before {
  content: '\e990'; }

/* '' */
.icon-tree:before {
  content: '\e991'; }

/* '' */
.icon-database:before {
  content: '\e992'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e993'; }

/* '' */
.icon-rebel:before {
  content: '\e994'; }

/* '' */
.icon-empire:before {
  content: '\e995'; }

/* '' */
.icon-bomb:before {
  content: '\e996'; }

/* '' */
.icon-soccer-ball:before {
  content: '\e997'; }

/* '' */
.icon-tty:before {
  content: '\e998'; }

/* '' */
.icon-binoculars:before {
  content: '\e999'; }

/* '' */
.icon-plug:before {
  content: '\e99a'; }

/* '' */
.icon-newspaper:before {
  content: '\e99b'; }

/* '' */
.icon-calc:before {
  content: '\e99c'; }

/* '' */
.icon-copyright:before {
  content: '\e99d'; }

/* '' */
.icon-at:before {
  content: '\e99e'; }

/* '' */
.icon-eyedropper:before {
  content: '\e99f'; }

/* '' */
.icon-brush:before {
  content: '\e9a0'; }

/* '' */
.icon-birthday:before {
  content: '\e9a1'; }

/* '' */
.icon-cc-visa:before {
  content: '\e9a2'; }

/* '' */
.icon-cc-mastercard:before {
  content: '\e9a3'; }

/* '' */
.icon-cc-discover:before {
  content: '\e9a4'; }

/* '' */
.icon-cc-amex:before {
  content: '\e9a5'; }

/* '' */
.icon-cc-paypal:before {
  content: '\e9a6'; }

/* '' */
.icon-cc-stripe:before {
  content: '\e9a7'; }

/* '' */
.icon-adn:before {
  content: '\e9a8'; }

/* '' */
.icon-android:before {
  content: '\e9a9'; }

/* '' */
.icon-angellist:before {
  content: '\e9aa'; }

/* '' */
.icon-apple:before {
  content: '\e9ab'; }

/* '' */
.icon-behance:before {
  content: '\e9ac'; }

/* '' */
.icon-behance-squared:before {
  content: '\e9ad'; }

/* '' */
.icon-bitbucket:before {
  content: '\e9ae'; }

/* '' */
.icon-bitbucket-squared:before {
  content: '\e9af'; }

/* '' */
.icon-cc:before {
  content: '\e9b0'; }

/* '' */
.icon-codeopen:before {
  content: '\e9b1'; }

/* '' */
.icon-css3:before {
  content: '\e9b2'; }

/* '' */
.icon-delicious:before {
  content: '\e9b3'; }

/* '' */
.icon-deviantart:before {
  content: '\e9b4'; }

/* '' */
.icon-digg:before {
  content: '\e9b5'; }

/* '' */
.icon-dribbble:before {
  content: '\e9b6'; }

/* '' */
.icon-dropbox:before {
  content: '\e9b7'; }

/* '' */
.icon-drupal:before {
  content: '\e9b8'; }

/* '' */
.icon-facebook:before {
  content: '\e9b9'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e9ba'; }

/* '' */
.icon-flickr:before {
  content: '\e9bb'; }

/* '' */
.icon-foursquare:before {
  content: '\e9bc'; }

/* '' */
.icon-git-squared:before {
  content: '\e9bd'; }

/* '' */
.icon-git:before {
  content: '\e9be'; }

/* '' */
.icon-github:before {
  content: '\e9bf'; }

/* '' */
.icon-github-squared:before {
  content: '\e9c0'; }

/* '' */
.icon-github-circled:before {
  content: '\e9c1'; }

/* '' */
.icon-gittip:before {
  content: '\e9c2'; }

/* '' */
.icon-google:before {
  content: '\e9c3'; }

/* '' */
.icon-gplus:before {
  content: '\e9c4'; }

/* '' */
.icon-gplus-squared:before {
  content: '\e9c5'; }

/* '' */
.icon-gwallet:before {
  content: '\e9c6'; }

/* '' */
.icon-hacker-news:before {
  content: '\e9c7'; }

/* '' */
.icon-html5:before {
  content: '\e9c8'; }

/* '' */
.icon-instagramm:before {
  content: '\e9c9'; }

/* '' */
.icon-ioxhost:before {
  content: '\e9ca'; }

/* '' */
.icon-joomla:before {
  content: '\e9cb'; }

/* '' */
.icon-jsfiddle:before {
  content: '\e9cc'; }

/* '' */
.icon-lastfm:before {
  content: '\e9cd'; }

/* '' */
.icon-lastfm-squared:before {
  content: '\e9ce'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\e9cf'; }

/* '' */
.icon-linux:before {
  content: '\e9d0'; }

/* '' */
.icon-linkedin:before {
  content: '\e9d1'; }

/* '' */
.icon-maxcdn:before {
  content: '\e9d2'; }

/* '' */
.icon-meanpath:before {
  content: '\e9d3'; }

/* '' */
.icon-openid:before {
  content: '\e9d4'; }

/* '' */
.icon-pagelines:before {
  content: '\e9d5'; }

/* '' */
.icon-paypal:before {
  content: '\e9d6'; }

/* '' */
.icon-pied-piper-squared:before {
  content: '\e9d7'; }

/* '' */
.icon-pied-piper-alt:before {
  content: '\e9d8'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e9d9'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\e9da'; }

/* '' */
.icon-qq:before {
  content: '\e9db'; }

/* '' */
.icon-reddit:before {
  content: '\e9dc'; }

/* '' */
.icon-reddit-squared:before {
  content: '\e9dd'; }

/* '' */
.icon-renren:before {
  content: '\e9de'; }

/* '' */
.icon-skype:before {
  content: '\e9df'; }

/* '' */
.icon-slack:before {
  content: '\e9e0'; }

/* '' */
.icon-slideshare:before {
  content: '\e9e1'; }

/* '' */
.icon-soundcloud:before {
  content: '\e9e2'; }

/* '' */
.icon-spotify:before {
  content: '\e9e3'; }

/* '' */
.icon-stackexchange:before {
  content: '\e9e4'; }

/* '' */
.icon-stackoverflow:before {
  content: '\e9e5'; }

/* '' */
.icon-steam:before {
  content: '\e9e6'; }

/* '' */
.icon-steam-squared:before {
  content: '\e9e7'; }

/* '' */
.icon-stumbleupon:before {
  content: '\e9e8'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e9e9'; }

/* '' */
.icon-tencent-weibo:before {
  content: '\e9ea'; }

/* '' */
.icon-trello:before {
  content: '\e9eb'; }

/* '' */
.icon-tumblr:before {
  content: '\e9ec'; }

/* '' */
.icon-tumblr-squared:before {
  content: '\e9ed'; }

/* '' */
.icon-twitch:before {
  content: '\e9ee'; }

/* '' */
.icon-twitter-squared:before {
  content: '\e9ef'; }

/* '' */
.icon-twitter:before {
  content: '\e9f0'; }

/* '' */
.icon-vimeo-squared:before {
  content: '\e9f1'; }

/* '' */
.icon-vine:before {
  content: '\e9f2'; }

/* '' */
.icon-vkontakte:before {
  content: '\e9f3'; }

/* '' */
.icon-wechat:before {
  content: '\e9f4'; }

/* '' */
.icon-weibo:before {
  content: '\e9f5'; }

/* '' */
.icon-windows:before {
  content: '\e9f6'; }

/* '' */
.icon-wordpress:before {
  content: '\e9f7'; }

/* '' */
.icon-xing:before {
  content: '\e9f8'; }

/* '' */
.icon-xing-squared:before {
  content: '\e9f9'; }

/* '' */
.icon-yelp:before {
  content: '\e9fa'; }

/* '' */
.icon-youtube:before {
  content: '\e9fb'; }

/* '' */
.icon-yahoo:before {
  content: '\e9fc'; }

/* '' */
.icon-youtube-squared:before {
  content: '\e9fd'; }

/* '' */
.icon-youtube-play:before {
  content: '\e9fe'; }

/* '' */
.icon-blank:before {
  content: '\e9ff'; }

/* '' */
.icon-lemon:before {
  content: '\ea00'; }

/* '' */
.icon-note:before {
  content: '\ea01'; }

/* '' */
.icon-note-beamed:before {
  content: '\ea02'; }

/* '' */
.icon-music-1:before {
  content: '\ea03'; }

/* '' */
.icon-search-1:before {
  content: '\ea04'; }

/* '' */
.icon-flashlight:before {
  content: '\ea05'; }

/* '' */
.icon-mail-1:before {
  content: '\ea06'; }

/* '' */
.icon-heart-1:before {
  content: '\ea07'; }

/* '' */
.icon-heart-empty-1:before {
  content: '\ea08'; }

/* '' */
.icon-star-1:before {
  content: '\ea09'; }

/* '' */
.icon-star-empty-1:before {
  content: '\ea0a'; }

/* '' */
.icon-user-1:before {
  content: '\ea0b'; }

/* '' */
.icon-users-1:before {
  content: '\ea0c'; }

/* '' */
.icon-user-add:before {
  content: '\ea0d'; }

/* '' */
.icon-video-1:before {
  content: '\ea0e'; }

/* '' */
.icon-picture-1:before {
  content: '\ea0f'; }

/* '' */
.icon-camera-1:before {
  content: '\ea10'; }

/* '' */
.icon-layout:before {
  content: '\ea11'; }

/* '' */
.icon-menu-1:before {
  content: '\ea12'; }

/* '' */
.icon-check-1:before {
  content: '\ea13'; }

/* '' */
.icon-cancel-1:before {
  content: '\ea14'; }

/* '' */
.icon-cancel-circled-1:before {
  content: '\ea15'; }

/* '' */
.icon-cancel-squared:before {
  content: '\ea16'; }

/* '' */
.icon-plus-1:before {
  content: '\ea17'; }

/* '' */
.icon-plus-circled-1:before {
  content: '\ea18'; }

/* '' */
.icon-plus-squared-1:before {
  content: '\ea19'; }

/* '' */
.icon-minus-1:before {
  content: '\ea1a'; }

/* '' */
.icon-minus-circled-1:before {
  content: '\ea1b'; }

/* '' */
.icon-minus-squared-1:before {
  content: '\ea1c'; }

/* '' */
.icon-help-1:before {
  content: '\ea1d'; }

/* '' */
.icon-help-circled-1:before {
  content: '\ea1e'; }

/* '' */
.icon-info-1:before {
  content: '\ea1f'; }

/* '' */
.icon-info-circled-1:before {
  content: '\ea20'; }

/* '' */
.icon-back:before {
  content: '\ea21'; }

/* '' */
.icon-home-1:before {
  content: '\ea22'; }

/* '' */
.icon-link-1:before {
  content: '\ea23'; }

/* '' */
.icon-attach-1:before {
  content: '\ea24'; }

/* '' */
.icon-lock-1:before {
  content: '\ea25'; }

/* '' */
.icon-lock-open-1:before {
  content: '\ea26'; }

/* '' */
.icon-eye-1:before {
  content: '\ea27'; }

/* '' */
.icon-tag-1:before {
  content: '\ea28'; }

/* '' */
.icon-bookmark-1:before {
  content: '\ea29'; }

/* '' */
.icon-bookmarks:before {
  content: '\ea2a'; }

/* '' */
.icon-flag-1:before {
  content: '\ea2b'; }

/* '' */
.icon-thumbs-up-1:before {
  content: '\ea2c'; }

/* '' */
.icon-thumbs-down-1:before {
  content: '\ea2d'; }

/* '' */
.icon-download-1:before {
  content: '\ea2e'; }

/* '' */
.icon-upload-1:before {
  content: '\ea2f'; }

/* '' */
.icon-upload-cloud-1:before {
  content: '\ea30'; }

/* '' */
.icon-reply-1:before {
  content: '\ea31'; }

/* '' */
.icon-reply-all-1:before {
  content: '\ea32'; }

/* '' */
.icon-forward-1:before {
  content: '\ea33'; }

/* '' */
.icon-quote:before {
  content: '\ea34'; }

/* '' */
.icon-code-1:before {
  content: '\ea35'; }

/* '' */
.icon-export-1:before {
  content: '\ea36'; }

/* '' */
.icon-pencil-1:before {
  content: '\ea37'; }

/* '' */
.icon-feather:before {
  content: '\ea38'; }

/* '' */
.icon-print-1:before {
  content: '\ea39'; }

/* '' */
.icon-retweet-1:before {
  content: '\ea3a'; }

/* '' */
.icon-keyboard-1:before {
  content: '\ea3b'; }

/* '' */
.icon-comment-1:before {
  content: '\ea3c'; }

/* '' */
.icon-chat-1:before {
  content: '\ea3d'; }

/* '' */
.icon-bell-1:before {
  content: '\ea3e'; }

/* '' */
.icon-attention-1:before {
  content: '\ea3f'; }

/* '' */
.icon-alert:before {
  content: '\ea40'; }

/* '' */
.icon-vcard:before {
  content: '\ea41'; }

/* '' */
.icon-address:before {
  content: '\ea42'; }

/* '' */
.icon-location-1:before {
  content: '\ea43'; }

/* '' */
.icon-map:before {
  content: '\ea44'; }

/* '' */
.icon-direction-1:before {
  content: '\ea45'; }

/* '' */
.icon-compass-1:before {
  content: '\ea46'; }

/* '' */
.icon-cup:before {
  content: '\ea47'; }

/* '' */
.icon-trash-1:before {
  content: '\ea48'; }

/* '' */
.icon-doc-1:before {
  content: '\ea49'; }

/* '' */
.icon-docs-1:before {
  content: '\ea4a'; }

/* '' */
.icon-doc-landscape:before {
  content: '\ea4b'; }

/* '' */
.icon-doc-text-1:before {
  content: '\ea4c'; }

/* '' */
.icon-doc-text-inv-1:before {
  content: '\ea4d'; }

/* '' */
.icon-newspaper-1:before {
  content: '\ea4e'; }

/* '' */
.icon-book-open:before {
  content: '\ea4f'; }

/* '' */
.icon-book-1:before {
  content: '\ea50'; }

/* '' */
.icon-folder-1:before {
  content: '\ea51'; }

/* '' */
.icon-archive:before {
  content: '\ea52'; }

/* '' */
.icon-box-1:before {
  content: '\ea53'; }

/* '' */
.icon-rss-1:before {
  content: '\ea54'; }

/* '' */
.icon-phone-1:before {
  content: '\ea55'; }

/* '' */
.icon-cog-1:before {
  content: '\ea56'; }

/* '' */
.icon-tools:before {
  content: '\ea57'; }

/* '' */
.icon-share-1:before {
  content: '\ea58'; }

/* '' */
.icon-shareable:before {
  content: '\ea59'; }

/* '' */
.icon-basket-1:before {
  content: '\ea5a'; }

/* '' */
.icon-bag:before {
  content: '\ea5b'; }

/* '' */
.icon-calendar-1:before {
  content: '\ea5c'; }

/* '' */
.icon-login-1:before {
  content: '\ea5d'; }

/* '' */
.icon-logout-1:before {
  content: '\ea5e'; }

/* '' */
.icon-mic-1:before {
  content: '\ea5f'; }

/* '' */
.icon-mute-1:before {
  content: '\ea60'; }

/* '' */
.icon-sound:before {
  content: '\ea61'; }

/* '' */
.icon-volume:before {
  content: '\ea62'; }

/* '' */
.icon-clock-1:before {
  content: '\ea63'; }

/* '' */
.icon-hourglass:before {
  content: '\ea64'; }

/* '' */
.icon-lamp:before {
  content: '\ea65'; }

/* '' */
.icon-light-down:before {
  content: '\ea66'; }

/* '' */
.icon-light-up:before {
  content: '\ea67'; }

/* '' */
.icon-adjust:before {
  content: '\ea68'; }

/* '' */
.icon-block-1:before {
  content: '\ea69'; }

/* '' */
.icon-resize-full-1:before {
  content: '\ea6a'; }

/* '' */
.icon-resize-small-1:before {
  content: '\ea6b'; }

/* '' */
.icon-popup:before {
  content: '\ea6c'; }

/* '' */
.icon-publish:before {
  content: '\ea6d'; }

/* '' */
.icon-window:before {
  content: '\ea6e'; }

/* '' */
.icon-arrow-combo:before {
  content: '\ea6f'; }

/* '' */
.icon-down-circled-1:before {
  content: '\ea70'; }

/* '' */
.icon-left-circled-1:before {
  content: '\ea71'; }

/* '' */
.icon-right-circled-1:before {
  content: '\ea72'; }

/* '' */
.icon-up-circled-1:before {
  content: '\ea73'; }

/* '' */
.icon-down-open-1:before {
  content: '\ea74'; }

/* '' */
.icon-left-open-1:before {
  content: '\ea75'; }

/* '' */
.icon-right-open-1:before {
  content: '\ea76'; }

/* '' */
.icon-up-open-1:before {
  content: '\ea77'; }

/* '' */
.icon-down-open-mini:before {
  content: '\ea78'; }

/* '' */
.icon-left-open-mini:before {
  content: '\ea79'; }

/* '' */
.icon-right-open-mini:before {
  content: '\ea7a'; }

/* '' */
.icon-up-open-mini:before {
  content: '\ea7b'; }

/* '' */
.icon-down-open-big:before {
  content: '\ea7c'; }

/* '' */
.icon-left-open-big:before {
  content: '\ea7d'; }

/* '' */
.icon-right-open-big:before {
  content: '\ea7e'; }

/* '' */
.icon-up-open-big:before {
  content: '\ea7f'; }

/* '' */
.icon-down-1:before {
  content: '\ea80'; }

/* '' */
.icon-left-1:before {
  content: '\ea81'; }

/* '' */
.icon-right-1:before {
  content: '\ea82'; }

/* '' */
.icon-up-1:before {
  content: '\ea83'; }

/* '' */
.icon-down-dir-1:before {
  content: '\ea84'; }

/* '' */
.icon-left-dir-1:before {
  content: '\ea85'; }

/* '' */
.icon-right-dir-1:before {
  content: '\ea86'; }

/* '' */
.icon-up-dir-1:before {
  content: '\ea87'; }

/* '' */
.icon-down-bold:before {
  content: '\ea88'; }

/* '' */
.icon-left-bold:before {
  content: '\ea89'; }

/* '' */
.icon-right-bold:before {
  content: '\ea8a'; }

/* '' */
.icon-up-bold:before {
  content: '\ea8b'; }

/* '' */
.icon-down-thin:before {
  content: '\ea8c'; }

/* '' */
.icon-left-thin:before {
  content: '\ea8d'; }

/* '' */
.icon-right-thin:before {
  content: '\ea8e'; }

/* '' */
.icon-up-thin:before {
  content: '\ea8f'; }

/* '' */
.icon-ccw-1:before {
  content: '\ea90'; }

/* '' */
.icon-cw-1:before {
  content: '\ea91'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\ea92'; }

/* '' */
.icon-level-down-1:before {
  content: '\ea93'; }

/* '' */
.icon-level-up-1:before {
  content: '\ea94'; }

/* '' */
.icon-shuffle-1:before {
  content: '\ea95'; }

/* '' */
.icon-loop:before {
  content: '\ea96'; }

/* '' */
.icon-switch:before {
  content: '\ea97'; }

/* '' */
.icon-play-1:before {
  content: '\ea98'; }

/* '' */
.icon-stop-1:before {
  content: '\ea99'; }

/* '' */
.icon-pause-1:before {
  content: '\ea9a'; }

/* '' */
.icon-record:before {
  content: '\ea9b'; }

/* '' */
.icon-to-end-1:before {
  content: '\ea9c'; }

/* '' */
.icon-to-start-1:before {
  content: '\ea9d'; }

/* '' */
.icon-fast-forward:before {
  content: '\ea9e'; }

/* '' */
.icon-fast-backward:before {
  content: '\ea9f'; }

/* '' */
.icon-progress-0:before {
  content: '\eaa0'; }

/* '' */
.icon-progress-1:before {
  content: '\eaa1'; }

/* '' */
.icon-progress-2:before {
  content: '\eaa2'; }

/* '' */
.icon-progress-3:before {
  content: '\eaa3'; }

/* '' */
.icon-target-1:before {
  content: '\eaa4'; }

/* '' */
.icon-palette:before {
  content: '\eaa5'; }

/* '' */
.icon-list-1:before {
  content: '\eaa6'; }

/* '' */
.icon-list-add:before {
  content: '\eaa7'; }

/* '' */
.icon-signal-1:before {
  content: '\eaa8'; }

/* '' */
.icon-trophy:before {
  content: '\eaa9'; }

/* '' */
.icon-battery:before {
  content: '\eaaa'; }

/* '' */
.icon-back-in-time:before {
  content: '\eaab'; }

/* '' */
.icon-monitor:before {
  content: '\eaac'; }

/* '' */
.icon-mobile-1:before {
  content: '\eaad'; }

/* '' */
.icon-network:before {
  content: '\eaae'; }

/* '' */
.icon-cd:before {
  content: '\eaaf'; }

/* '' */
.icon-inbox-1:before {
  content: '\eab0'; }

/* '' */
.icon-install:before {
  content: '\eab1'; }

/* '' */
.icon-globe-1:before {
  content: '\eab2'; }

/* '' */
.icon-cloud-1:before {
  content: '\eab3'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\eab4'; }

/* '' */
.icon-flash-1:before {
  content: '\eab5'; }

/* '' */
.icon-moon-1:before {
  content: '\eab6'; }

/* '' */
.icon-flight-1:before {
  content: '\eab7'; }

/* '' */
.icon-paper-plane-1:before {
  content: '\eab8'; }

/* '' */
.icon-leaf-1:before {
  content: '\eab9'; }

/* '' */
.icon-lifebuoy-1:before {
  content: '\eaba'; }

/* '' */
.icon-mouse:before {
  content: '\eabb'; }

/* '' */
.icon-briefcase-1:before {
  content: '\eabc'; }

/* '' */
.icon-suitcase-1:before {
  content: '\eabd'; }

/* '' */
.icon-dot:before {
  content: '\eabe'; }

/* '' */
.icon-dot-2:before {
  content: '\eabf'; }

/* '' */
.icon-dot-3:before {
  content: '\eac0'; }

/* '' */
.icon-brush-1:before {
  content: '\eac1'; }

/* '' */
.icon-magnet-1:before {
  content: '\eac2'; }

/* '' */
.icon-infinity:before {
  content: '\eac3'; }

/* '' */
.icon-erase:before {
  content: '\eac4'; }

/* '' */
.icon-chart-pie-1:before {
  content: '\eac5'; }

/* '' */
.icon-chart-line-1:before {
  content: '\eac6'; }

/* '' */
.icon-chart-bar-1:before {
  content: '\eac7'; }

/* '' */
.icon-chart-area-1:before {
  content: '\eac8'; }

/* '' */
.icon-tape:before {
  content: '\eac9'; }

/* '' */
.icon-graduation-cap-1:before {
  content: '\eaca'; }

/* '' */
.icon-language-1:before {
  content: '\eacb'; }

/* '' */
.icon-ticket-1:before {
  content: '\eacc'; }

/* '' */
.icon-water:before {
  content: '\eacd'; }

/* '' */
.icon-droplet:before {
  content: '\eace'; }

/* '' */
.icon-air:before {
  content: '\eacf'; }

/* '' */
.icon-credit-card-1:before {
  content: '\ead0'; }

/* '' */
.icon-floppy-1:before {
  content: '\ead1'; }

/* '' */
.icon-clipboard:before {
  content: '\ead2'; }

/* '' */
.icon-megaphone-1:before {
  content: '\ead3'; }

/* '' */
.icon-database-1:before {
  content: '\ead4'; }

/* '' */
.icon-drive:before {
  content: '\ead5'; }

/* '' */
.icon-bucket:before {
  content: '\ead6'; }

/* '' */
.icon-thermometer:before {
  content: '\ead7'; }

/* '' */
.icon-key-1:before {
  content: '\ead8'; }

/* '' */
.icon-flow-cascade:before {
  content: '\ead9'; }

/* '' */
.icon-flow-branch:before {
  content: '\eada'; }

/* '' */
.icon-flow-tree:before {
  content: '\eadb'; }

/* '' */
.icon-flow-line:before {
  content: '\eadc'; }

/* '' */
.icon-flow-parallel:before {
  content: '\eadd'; }

/* '' */
.icon-rocket-1:before {
  content: '\eade'; }

/* '' */
.icon-gauge-1:before {
  content: '\eadf'; }

/* '' */
.icon-traffic-cone:before {
  content: '\eae0'; }

/* '' */
.icon-cc-1:before {
  content: '\eae1'; }

/* '' */
.icon-cc-by:before {
  content: '\eae2'; }

/* '' */
.icon-cc-nc:before {
  content: '\eae3'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\eae4'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\eae5'; }

/* '' */
.icon-cc-sa:before {
  content: '\eae6'; }

/* '' */
.icon-cc-nd:before {
  content: '\eae7'; }

/* '' */
.icon-cc-pd:before {
  content: '\eae8'; }

/* '' */
.icon-cc-zero:before {
  content: '\eae9'; }

/* '' */
.icon-cc-share:before {
  content: '\eaea'; }

/* '' */
.icon-cc-remix:before {
  content: '\eaeb'; }

/* '' */
.icon-github-1:before {
  content: '\eaec'; }

/* '' */
.icon-github-circled-1:before {
  content: '\eaed'; }

/* '' */
.icon-flickr-1:before {
  content: '\eaee'; }

/* '' */
.icon-flickr-circled:before {
  content: '\eaef'; }

/* '' */
.icon-vimeo:before {
  content: '\eaf0'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\eaf1'; }

/* '' */
.icon-twitter-1:before {
  content: '\eaf2'; }

/* '' */
.icon-twitter-circled:before {
  content: '\eaf3'; }

/* '' */
.icon-facebook-1:before {
  content: '\eaf4'; }

/* '' */
.icon-facebook-circled:before {
  content: '\eaf5'; }

/* '' */
.icon-facebook-squared-1:before {
  content: '\eaf6'; }

/* '' */
.icon-gplus-1:before {
  content: '\eaf7'; }

/* '' */
.icon-gplus-circled:before {
  content: '\eaf8'; }

/* '' */
.icon-pinterest:before {
  content: '\eaf9'; }

/* '' */
.icon-pinterest-circled-1:before {
  content: '\eafa'; }

/* '' */
.icon-tumblr-1:before {
  content: '\eafb'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\eafc'; }

/* '' */
.icon-linkedin-1:before {
  content: '\eafd'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\eafe'; }

/* '' */
.icon-dribbble-1:before {
  content: '\eaff'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\eb00'; }

/* '' */
.icon-stumbleupon-1:before {
  content: '\eb01'; }

/* '' */
.icon-stumbleupon-circled-1:before {
  content: '\eb02'; }

/* '' */
.icon-lastfm-1:before {
  content: '\eb03'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\eb04'; }

/* '' */
.icon-rdio:before {
  content: '\eb05'; }

/* '' */
.icon-rdio-circled:before {
  content: '\eb06'; }

/* '' */
.icon-spotify-1:before {
  content: '\eb07'; }

/* '' */
.icon-spotify-circled:before {
  content: '\eb08'; }

/* '' */
.icon-qq-1:before {
  content: '\eb09'; }

/* '' */
.icon-instagram:before {
  content: '\eb0a'; }

/* '' */
.icon-dropbox-1:before {
  content: '\eb0b'; }

/* '' */
.icon-evernote:before {
  content: '\eb0c'; }

/* '' */
.icon-flattr:before {
  content: '\eb0d'; }

/* '' */
.icon-skype-1:before {
  content: '\eb0e'; }

/* '' */
.icon-skype-circled:before {
  content: '\eb0f'; }

/* '' */
.icon-renren-1:before {
  content: '\eb10'; }

/* '' */
.icon-sina-weibo:before {
  content: '\eb11'; }

/* '' */
.icon-paypal-1:before {
  content: '\eb12'; }

/* '' */
.icon-picasa:before {
  content: '\eb13'; }

/* '' */
.icon-soundcloud-1:before {
  content: '\eb14'; }

/* '' */
.icon-mixi:before {
  content: '\eb15'; }

/* '' */
.icon-behance-1:before {
  content: '\eb16'; }

/* '' */
.icon-google-circles:before {
  content: '\eb17'; }

/* '' */
.icon-vkontakte-1:before {
  content: '\eb18'; }

/* '' */
.icon-smashing:before {
  content: '\eb19'; }

/* '' */
.icon-sweden:before {
  content: '\eb1a'; }

/* '' */
.icon-db-shape:before {
  content: '\eb1b'; }

/* '' */
.icon-logo-db:before {
  content: '\eb1c'; }

/* '' */
.icon-music-outline:before {
  content: '\eb1d'; }

/* '' */
.icon-music-2:before {
  content: '\eb1e'; }

/* '' */
.icon-search-outline:before {
  content: '\eb1f'; }

/* '' */
.icon-search-2:before {
  content: '\eb20'; }

/* '' */
.icon-mail-2:before {
  content: '\eb21'; }

/* '' */
.icon-heart-2:before {
  content: '\eb22'; }

/* '' */
.icon-heart-filled:before {
  content: '\eb23'; }

/* '' */
.icon-star-2:before {
  content: '\eb24'; }

/* '' */
.icon-star-filled:before {
  content: '\eb25'; }

/* '' */
.icon-user-outline:before {
  content: '\eb26'; }

/* '' */
.icon-user-2:before {
  content: '\eb27'; }

/* '' */
.icon-users-outline:before {
  content: '\eb28'; }

/* '' */
.icon-users-2:before {
  content: '\eb29'; }

/* '' */
.icon-user-add-outline:before {
  content: '\eb2a'; }

/* '' */
.icon-user-add-1:before {
  content: '\eb2b'; }

/* '' */
.icon-user-delete-outline:before {
  content: '\eb2c'; }

/* '' */
.icon-user-delete:before {
  content: '\eb2d'; }

/* '' */
.icon-video-2:before {
  content: '\eb2e'; }

/* '' */
.icon-videocam-outline:before {
  content: '\eb2f'; }

/* '' */
.icon-videocam-1:before {
  content: '\eb30'; }

/* '' */
.icon-picture-outline:before {
  content: '\eb31'; }

/* '' */
.icon-picture-2:before {
  content: '\eb32'; }

/* '' */
.icon-camera-outline:before {
  content: '\eb33'; }

/* '' */
.icon-camera-2:before {
  content: '\eb34'; }

/* '' */
.icon-th-outline:before {
  content: '\eb35'; }

/* '' */
.icon-th-1:before {
  content: '\eb36'; }

/* '' */
.icon-th-large-outline:before {
  content: '\eb37'; }

/* '' */
.icon-th-large-1:before {
  content: '\eb38'; }

/* '' */
.icon-th-list-outline:before {
  content: '\eb39'; }

/* '' */
.icon-th-list-1:before {
  content: '\eb3a'; }

/* '' */
.icon-ok-outline:before {
  content: '\eb3b'; }

/* '' */
.icon-ok-1:before {
  content: '\eb3c'; }

/* '' */
.icon-cancel-outline:before {
  content: '\eb3d'; }

/* '' */
.icon-cancel-2:before {
  content: '\eb3e'; }

/* '' */
.icon-cancel-alt:before {
  content: '\eb3f'; }

/* '' */
.icon-cancel-alt-filled:before {
  content: '\eb40'; }

/* '' */
.icon-cancel-circled-outline:before {
  content: '\eb41'; }

/* '' */
.icon-cancel-circled-2:before {
  content: '\eb42'; }

/* '' */
.icon-plus-outline:before {
  content: '\eb43'; }

/* '' */
.icon-plus-2:before {
  content: '\eb44'; }

/* '' */
.icon-minus-outline:before {
  content: '\eb45'; }

/* '' */
.icon-minus-2:before {
  content: '\eb46'; }

/* '' */
.icon-divide-outline:before {
  content: '\eb47'; }

/* '' */
.icon-divide:before {
  content: '\eb48'; }

/* '' */
.icon-eq-outline:before {
  content: '\eb49'; }

/* '' */
.icon-eq:before {
  content: '\eb4a'; }

/* '' */
.icon-info-outline:before {
  content: '\eb4b'; }

/* '' */
.icon-info-2:before {
  content: '\eb4c'; }

/* '' */
.icon-home-outline:before {
  content: '\eb4d'; }

/* '' */
.icon-home-2:before {
  content: '\eb4e'; }

/* '' */
.icon-link-outline:before {
  content: '\eb4f'; }

/* '' */
.icon-link-2:before {
  content: '\eb50'; }

/* '' */
.icon-attach-outline:before {
  content: '\eb51'; }

/* '' */
.icon-attach-2:before {
  content: '\eb52'; }

/* '' */
.icon-lock-2:before {
  content: '\eb53'; }

/* '' */
.icon-lock-filled:before {
  content: '\eb54'; }

/* '' */
.icon-lock-open-2:before {
  content: '\eb55'; }

/* '' */
.icon-lock-open-filled:before {
  content: '\eb56'; }

/* '' */
.icon-pin-outline:before {
  content: '\eb57'; }

/* '' */
.icon-pin-1:before {
  content: '\eb58'; }

/* '' */
.icon-eye-outline:before {
  content: '\eb59'; }

/* '' */
.icon-eye-2:before {
  content: '\eb5a'; }

/* '' */
.icon-tag-2:before {
  content: '\eb5b'; }

/* '' */
.icon-tags-1:before {
  content: '\eb5c'; }

/* '' */
.icon-bookmark-2:before {
  content: '\eb5d'; }

/* '' */
.icon-flag-2:before {
  content: '\eb5e'; }

/* '' */
.icon-flag-filled:before {
  content: '\eb5f'; }

/* '' */
.icon-thumbs-up-2:before {
  content: '\eb60'; }

/* '' */
.icon-thumbs-down-2:before {
  content: '\eb61'; }

/* '' */
.icon-download-outline:before {
  content: '\eb62'; }

/* '' */
.icon-download-2:before {
  content: '\eb63'; }

/* '' */
.icon-upload-outline:before {
  content: '\eb64'; }

/* '' */
.icon-upload-2:before {
  content: '\eb65'; }

/* '' */
.icon-upload-cloud-outline:before {
  content: '\eb66'; }

/* '' */
.icon-upload-cloud-2:before {
  content: '\eb67'; }

/* '' */
.icon-reply-outline:before {
  content: '\eb68'; }

/* '' */
.icon-reply-2:before {
  content: '\eb69'; }

/* '' */
.icon-forward-outline:before {
  content: '\eb6a'; }

/* '' */
.icon-forward-2:before {
  content: '\eb6b'; }

/* '' */
.icon-code-outline:before {
  content: '\eb6c'; }

/* '' */
.icon-code-2:before {
  content: '\eb6d'; }

/* '' */
.icon-export-outline:before {
  content: '\eb6e'; }

/* '' */
.icon-export-2:before {
  content: '\eb6f'; }

/* '' */
.icon-pencil-2:before {
  content: '\eb70'; }

/* '' */
.icon-pen:before {
  content: '\eb71'; }

/* '' */
.icon-feather-1:before {
  content: '\eb72'; }

/* '' */
.icon-edit-1:before {
  content: '\eb73'; }

/* '' */
.icon-print-2:before {
  content: '\eb74'; }

/* '' */
.icon-comment-2:before {
  content: '\eb75'; }

/* '' */
.icon-chat-2:before {
  content: '\eb76'; }

/* '' */
.icon-chat-alt:before {
  content: '\eb77'; }

/* '' */
.icon-bell-2:before {
  content: '\eb78'; }

/* '' */
.icon-attention-2:before {
  content: '\eb79'; }

/* '' */
.icon-attention-filled:before {
  content: '\eb7a'; }

/* '' */
.icon-warning-empty:before {
  content: '\eb7b'; }

/* '' */
.icon-warning:before {
  content: '\eb7c'; }

/* '' */
.icon-contacts:before {
  content: '\eb7d'; }

/* '' */
.icon-vcard-1:before {
  content: '\eb7e'; }

/* '' */
.icon-address-1:before {
  content: '\eb7f'; }

/* '' */
.icon-location-outline:before {
  content: '\eb80'; }

/* '' */
.icon-location-2:before {
  content: '\eb81'; }

/* '' */
.icon-map-1:before {
  content: '\eb82'; }

/* '' */
.icon-direction-outline:before {
  content: '\eb83'; }

/* '' */
.icon-direction-2:before {
  content: '\eb84'; }

/* '' */
.icon-compass-2:before {
  content: '\eb85'; }

/* '' */
.icon-trash-2:before {
  content: '\eb86'; }

/* '' */
.icon-doc-2:before {
  content: '\eb87'; }

/* '' */
.icon-doc-text-2:before {
  content: '\eb88'; }

/* '' */
.icon-doc-add:before {
  content: '\eb89'; }

/* '' */
.icon-doc-remove:before {
  content: '\eb8a'; }

/* '' */
.icon-news:before {
  content: '\eb8b'; }

/* '' */
.icon-folder-2:before {
  content: '\eb8c'; }

/* '' */
.icon-folder-add:before {
  content: '\eb8d'; }

/* '' */
.icon-folder-delete:before {
  content: '\eb8e'; }

/* '' */
.icon-archive-1:before {
  content: '\eb8f'; }

/* '' */
.icon-box-2:before {
  content: '\eb90'; }

/* '' */
.icon-rss-outline:before {
  content: '\eb91'; }

/* '' */
.icon-rss-2:before {
  content: '\eb92'; }

/* '' */
.icon-phone-outline:before {
  content: '\eb93'; }

/* '' */
.icon-phone-2:before {
  content: '\eb94'; }

/* '' */
.icon-menu-outline:before {
  content: '\eb95'; }

/* '' */
.icon-menu-2:before {
  content: '\eb96'; }

/* '' */
.icon-cog-outline:before {
  content: '\eb97'; }

/* '' */
.icon-cog-2:before {
  content: '\eb98'; }

/* '' */
.icon-wrench-outline:before {
  content: '\eb99'; }

/* '' */
.icon-wrench-1:before {
  content: '\eb9a'; }

/* '' */
.icon-basket-2:before {
  content: '\eb9b'; }

/* '' */
.icon-calendar-outlilne:before {
  content: '\eb9c'; }

/* '' */
.icon-calendar-2:before {
  content: '\eb9d'; }

/* '' */
.icon-mic-outline:before {
  content: '\eb9e'; }

/* '' */
.icon-mic-2:before {
  content: '\eb9f'; }

/* '' */
.icon-volume-off-1:before {
  content: '\eba0'; }

/* '' */
.icon-volume-low:before {
  content: '\eba1'; }

/* '' */
.icon-volume-middle:before {
  content: '\eba2'; }

/* '' */
.icon-volume-high:before {
  content: '\eba3'; }

/* '' */
.icon-headphones-1:before {
  content: '\eba4'; }

/* '' */
.icon-clock-2:before {
  content: '\eba5'; }

/* '' */
.icon-wristwatch:before {
  content: '\eba6'; }

/* '' */
.icon-stopwatch:before {
  content: '\eba7'; }

/* '' */
.icon-lightbulb-1:before {
  content: '\eba8'; }

/* '' */
.icon-block-outline:before {
  content: '\eba9'; }

/* '' */
.icon-block-2:before {
  content: '\ebaa'; }

/* '' */
.icon-resize-full-outline:before {
  content: '\ebab'; }

/* '' */
.icon-resize-full-2:before {
  content: '\ebac'; }

/* '' */
.icon-resize-normal-outline:before {
  content: '\ebad'; }

/* '' */
.icon-resize-normal:before {
  content: '\ebae'; }

/* '' */
.icon-move-outline:before {
  content: '\ebaf'; }

/* '' */
.icon-move-1:before {
  content: '\ebb0'; }

/* '' */
.icon-popup-1:before {
  content: '\ebb1'; }

/* '' */
.icon-zoom-in-outline:before {
  content: '\ebb2'; }

/* '' */
.icon-zoom-in-1:before {
  content: '\ebb3'; }

/* '' */
.icon-zoom-out-outline:before {
  content: '\ebb4'; }

/* '' */
.icon-zoom-out-1:before {
  content: '\ebb5'; }

/* '' */
.icon-popup-2:before {
  content: '\ebb6'; }

/* '' */
.icon-left-open-outline:before {
  content: '\ebb7'; }

/* '' */
.icon-left-open-2:before {
  content: '\ebb8'; }

/* '' */
.icon-right-open-outline:before {
  content: '\ebb9'; }

/* '' */
.icon-right-open-2:before {
  content: '\ebba'; }

/* '' */
.icon-down-2:before {
  content: '\ebbb'; }

/* '' */
.icon-left-2:before {
  content: '\ebbc'; }

/* '' */
.icon-right-2:before {
  content: '\ebbd'; }

/* '' */
.icon-up-2:before {
  content: '\ebbe'; }

/* '' */
.icon-down-outline:before {
  content: '\ebbf'; }

/* '' */
.icon-left-outline:before {
  content: '\ebc0'; }

/* '' */
.icon-right-outline:before {
  content: '\ebc1'; }

/* '' */
.icon-up-outline:before {
  content: '\ebc2'; }

/* '' */
.icon-down-small:before {
  content: '\ebc3'; }

/* '' */
.icon-left-small:before {
  content: '\ebc4'; }

/* '' */
.icon-right-small:before {
  content: '\ebc5'; }

/* '' */
.icon-up-small:before {
  content: '\ebc6'; }

/* '' */
.icon-cw-outline:before {
  content: '\ebc7'; }

/* '' */
.icon-cw-2:before {
  content: '\ebc8'; }

/* '' */
.icon-arrows-cw-outline:before {
  content: '\ebc9'; }

/* '' */
.icon-arrows-cw-1:before {
  content: '\ebca'; }

/* '' */
.icon-loop-outline:before {
  content: '\ebcb'; }

/* '' */
.icon-loop-1:before {
  content: '\ebcc'; }

/* '' */
.icon-loop-alt-outline:before {
  content: '\ebcd'; }

/* '' */
.icon-loop-alt:before {
  content: '\ebce'; }

/* '' */
.icon-shuffle-2:before {
  content: '\ebcf'; }

/* '' */
.icon-play-outline:before {
  content: '\ebd0'; }

/* '' */
.icon-play-2:before {
  content: '\ebd1'; }

/* '' */
.icon-stop-outline:before {
  content: '\ebd2'; }

/* '' */
.icon-stop-2:before {
  content: '\ebd3'; }

/* '' */
.icon-pause-outline:before {
  content: '\ebd4'; }

/* '' */
.icon-pause-2:before {
  content: '\ebd5'; }

/* '' */
.icon-fast-fw-outline:before {
  content: '\ebd6'; }

/* '' */
.icon-fast-fw-1:before {
  content: '\ebd7'; }

/* '' */
.icon-rewind-outline:before {
  content: '\ebd8'; }

/* '' */
.icon-rewind:before {
  content: '\ebd9'; }

/* '' */
.icon-record-outline:before {
  content: '\ebda'; }

/* '' */
.icon-record-1:before {
  content: '\ebdb'; }

/* '' */
.icon-eject-outline:before {
  content: '\ebdc'; }

/* '' */
.icon-eject-1:before {
  content: '\ebdd'; }

/* '' */
.icon-eject-alt-outline:before {
  content: '\ebde'; }

/* '' */
.icon-eject-alt:before {
  content: '\ebdf'; }

/* '' */
.icon-bat1:before {
  content: '\ebe0'; }

/* '' */
.icon-bat2:before {
  content: '\ebe1'; }

/* '' */
.icon-bat3:before {
  content: '\ebe2'; }

/* '' */
.icon-bat4:before {
  content: '\ebe3'; }

/* '' */
.icon-bat-charge:before {
  content: '\ebe4'; }

/* '' */
.icon-plug-1:before {
  content: '\ebe5'; }

/* '' */
.icon-target-outline:before {
  content: '\ebe6'; }

/* '' */
.icon-target-2:before {
  content: '\ebe7'; }

/* '' */
.icon-wifi-outline:before {
  content: '\ebe8'; }

/* '' */
.icon-wifi-1:before {
  content: '\ebe9'; }

/* '' */
.icon-desktop-1:before {
  content: '\ebea'; }

/* '' */
.icon-laptop-1:before {
  content: '\ebeb'; }

/* '' */
.icon-tablet-1:before {
  content: '\ebec'; }

/* '' */
.icon-mobile-2:before {
  content: '\ebed'; }

/* '' */
.icon-contrast:before {
  content: '\ebee'; }

/* '' */
.icon-globe-outline:before {
  content: '\ebef'; }

/* '' */
.icon-globe-2:before {
  content: '\ebf0'; }

/* '' */
.icon-globe-alt-outline:before {
  content: '\ebf1'; }

/* '' */
.icon-globe-alt:before {
  content: '\ebf2'; }

/* '' */
.icon-sun-1:before {
  content: '\ebf3'; }

/* '' */
.icon-sun-filled:before {
  content: '\ebf4'; }

/* '' */
.icon-cloud-2:before {
  content: '\ebf5'; }

/* '' */
.icon-flash-outline:before {
  content: '\ebf6'; }

/* '' */
.icon-flash-2:before {
  content: '\ebf7'; }

/* '' */
.icon-moon-2:before {
  content: '\ebf8'; }

/* '' */
.icon-waves-outline:before {
  content: '\ebf9'; }

/* '' */
.icon-waves:before {
  content: '\ebfa'; }

/* '' */
.icon-rain:before {
  content: '\ebfb'; }

/* '' */
.icon-cloud-sun:before {
  content: '\ebfc'; }

/* '' */
.icon-drizzle:before {
  content: '\ebfd'; }

/* '' */
.icon-snow:before {
  content: '\ebfe'; }

/* '' */
.icon-cloud-flash:before {
  content: '\ebff'; }

/* '' */
.icon-cloud-wind:before {
  content: '\ec00'; }

/* '' */
.icon-wind:before {
  content: '\ec01'; }

/* '' */
.icon-plane-outline:before {
  content: '\ec02'; }

/* '' */
.icon-plane:before {
  content: '\ec03'; }

/* '' */
.icon-leaf-2:before {
  content: '\ec04'; }

/* '' */
.icon-lifebuoy-2:before {
  content: '\ec05'; }

/* '' */
.icon-briefcase-2:before {
  content: '\ec06'; }

/* '' */
.icon-brush-2:before {
  content: '\ec07'; }

/* '' */
.icon-pipette:before {
  content: '\ec08'; }

/* '' */
.icon-power-outline:before {
  content: '\ec09'; }

/* '' */
.icon-power:before {
  content: '\ec0a'; }

/* '' */
.icon-check-outline:before {
  content: '\ec0b'; }

/* '' */
.icon-check-2:before {
  content: '\ec0c'; }

/* '' */
.icon-gift-1:before {
  content: '\ec0d'; }

/* '' */
.icon-temperatire:before {
  content: '\ec0e'; }

/* '' */
.icon-chart-outline:before {
  content: '\ec0f'; }

/* '' */
.icon-chart:before {
  content: '\ec10'; }

/* '' */
.icon-chart-alt-outline:before {
  content: '\ec11'; }

/* '' */
.icon-chart-alt:before {
  content: '\ec12'; }

/* '' */
.icon-chart-bar-outline:before {
  content: '\ec13'; }

/* '' */
.icon-chart-bar-2:before {
  content: '\ec14'; }

/* '' */
.icon-chart-pie-outline:before {
  content: '\ec15'; }

/* '' */
.icon-chart-pie-2:before {
  content: '\ec16'; }

/* '' */
.icon-ticket-2:before {
  content: '\ec17'; }

/* '' */
.icon-credit-card-2:before {
  content: '\ec18'; }

/* '' */
.icon-clipboard-1:before {
  content: '\ec19'; }

/* '' */
.icon-database-2:before {
  content: '\ec1a'; }

/* '' */
.icon-key-outline:before {
  content: '\ec1b'; }

/* '' */
.icon-key-2:before {
  content: '\ec1c'; }

/* '' */
.icon-flow-split:before {
  content: '\ec1d'; }

/* '' */
.icon-flow-merge:before {
  content: '\ec1e'; }

/* '' */
.icon-flow-parallel-1:before {
  content: '\ec1f'; }

/* '' */
.icon-flow-cross:before {
  content: '\ec20'; }

/* '' */
.icon-certificate-outline:before {
  content: '\ec21'; }

/* '' */
.icon-certificate-1:before {
  content: '\ec22'; }

/* '' */
.icon-scissors-outline:before {
  content: '\ec23'; }

/* '' */
.icon-scissors-1:before {
  content: '\ec24'; }

/* '' */
.icon-flask:before {
  content: '\ec25'; }

/* '' */
.icon-wine:before {
  content: '\ec26'; }

/* '' */
.icon-coffee-1:before {
  content: '\ec27'; }

/* '' */
.icon-beer-1:before {
  content: '\ec28'; }

/* '' */
.icon-anchor-outline:before {
  content: '\ec29'; }

/* '' */
.icon-anchor-1:before {
  content: '\ec2a'; }

/* '' */
.icon-puzzle-outline:before {
  content: '\ec2b'; }

/* '' */
.icon-puzzle-1:before {
  content: '\ec2c'; }

/* '' */
.icon-tree-1:before {
  content: '\ec2d'; }

/* '' */
.icon-calculator:before {
  content: '\ec2e'; }

/* '' */
.icon-infinity-outline:before {
  content: '\ec2f'; }

/* '' */
.icon-infinity-1:before {
  content: '\ec30'; }

/* '' */
.icon-pi-outline:before {
  content: '\ec31'; }

/* '' */
.icon-pi:before {
  content: '\ec32'; }

/* '' */
.icon-at-1:before {
  content: '\ec33'; }

/* '' */
.icon-at-circled:before {
  content: '\ec34'; }

/* '' */
.icon-looped-square-outline:before {
  content: '\ec35'; }

/* '' */
.icon-looped-square-interest:before {
  content: '\ec36'; }

/* '' */
.icon-sort-alphabet-outline:before {
  content: '\ec37'; }

/* '' */
.icon-sort-alphabet:before {
  content: '\ec38'; }

/* '' */
.icon-sort-numeric-outline:before {
  content: '\ec39'; }

/* '' */
.icon-sort-numeric:before {
  content: '\ec3a'; }

/* '' */
.icon-dribbble-circled-1:before {
  content: '\ec3b'; }

/* '' */
.icon-dribbble-2:before {
  content: '\ec3c'; }

/* '' */
.icon-facebook-circled-1:before {
  content: '\ec3d'; }

/* '' */
.icon-facebook-2:before {
  content: '\ec3e'; }

/* '' */
.icon-flickr-circled-1:before {
  content: '\ec3f'; }

/* '' */
.icon-flickr-2:before {
  content: '\ec40'; }

/* '' */
.icon-github-circled-2:before {
  content: '\ec41'; }

/* '' */
.icon-github-2:before {
  content: '\ec42'; }

/* '' */
.icon-lastfm-circled-1:before {
  content: '\ec43'; }

/* '' */
.icon-lastfm-2:before {
  content: '\ec44'; }

/* '' */
.icon-linkedin-circled-1:before {
  content: '\ec45'; }

/* '' */
.icon-linkedin-2:before {
  content: '\ec46'; }

/* '' */
.icon-pinterest-circled-2:before {
  content: '\ec47'; }

/* '' */
.icon-pinterest-1:before {
  content: '\ec48'; }

/* '' */
.icon-skype-outline:before {
  content: '\ec49'; }

/* '' */
.icon-skype-2:before {
  content: '\ec4a'; }

/* '' */
.icon-tumbler-circled:before {
  content: '\ec4b'; }

/* '' */
.icon-tumbler:before {
  content: '\ec4c'; }

/* '' */
.icon-twitter-circled-1:before {
  content: '\ec4d'; }

/* '' */
.icon-twitter-2:before {
  content: '\ec4e'; }

/* '' */
.icon-vimeo-circled-1:before {
  content: '\ec4f'; }

/* '' */
.icon-vimeo-1:before {
  content: '\ec50'; }

/* '' */
.icon-search-3:before {
  content: '\ec51'; }

/* '' */
.icon-mail-3:before {
  content: '\ec52'; }

/* '' */
.icon-heart-3:before {
  content: '\ec53'; }

/* '' */
.icon-heart-empty-2:before {
  content: '\ec54'; }

/* '' */
.icon-star-3:before {
  content: '\ec55'; }

/* '' */
.icon-user-3:before {
  content: '\ec56'; }

/* '' */
.icon-video-3:before {
  content: '\ec57'; }

/* '' */
.icon-picture-3:before {
  content: '\ec58'; }

/* '' */
.icon-camera-3:before {
  content: '\ec59'; }

/* '' */
.icon-ok-2:before {
  content: '\ec5a'; }

/* '' */
.icon-ok-circle:before {
  content: '\ec5b'; }

/* '' */
.icon-cancel-3:before {
  content: '\ec5c'; }

/* '' */
.icon-cancel-circle:before {
  content: '\ec5d'; }

/* '' */
.icon-plus-3:before {
  content: '\ec5e'; }

/* '' */
.icon-plus-circle:before {
  content: '\ec5f'; }

/* '' */
.icon-minus-3:before {
  content: '\ec60'; }

/* '' */
.icon-minus-circle:before {
  content: '\ec61'; }

/* '' */
.icon-help-2:before {
  content: '\ec62'; }

/* '' */
.icon-info-3:before {
  content: '\ec63'; }

/* '' */
.icon-home-3:before {
  content: '\ec64'; }

/* '' */
.icon-link-3:before {
  content: '\ec65'; }

/* '' */
.icon-attach-3:before {
  content: '\ec66'; }

/* '' */
.icon-lock-3:before {
  content: '\ec67'; }

/* '' */
.icon-lock-empty:before {
  content: '\ec68'; }

/* '' */
.icon-lock-open-3:before {
  content: '\ec69'; }

/* '' */
.icon-lock-open-empty:before {
  content: '\ec6a'; }

/* '' */
.icon-pin-2:before {
  content: '\ec6b'; }

/* '' */
.icon-eye-3:before {
  content: '\ec6c'; }

/* '' */
.icon-tag-3:before {
  content: '\ec6d'; }

/* '' */
.icon-tag-empty:before {
  content: '\ec6e'; }

/* '' */
.icon-download-3:before {
  content: '\ec6f'; }

/* '' */
.icon-upload-3:before {
  content: '\ec70'; }

/* '' */
.icon-download-cloud-1:before {
  content: '\ec71'; }

/* '' */
.icon-upload-cloud-3:before {
  content: '\ec72'; }

/* '' */
.icon-quote-left-1:before {
  content: '\ec73'; }

/* '' */
.icon-quote-right-1:before {
  content: '\ec74'; }

/* '' */
.icon-quote-left-alt:before {
  content: '\ec75'; }

/* '' */
.icon-quote-right-alt:before {
  content: '\ec76'; }

/* '' */
.icon-pencil-3:before {
  content: '\ec77'; }

/* '' */
.icon-pencil-neg:before {
  content: '\ec78'; }

/* '' */
.icon-pencil-alt:before {
  content: '\ec79'; }

/* '' */
.icon-undo:before {
  content: '\ec7a'; }

/* '' */
.icon-comment-3:before {
  content: '\ec7b'; }

/* '' */
.icon-comment-inv:before {
  content: '\ec7c'; }

/* '' */
.icon-comment-alt:before {
  content: '\ec7d'; }

/* '' */
.icon-comment-inv-alt:before {
  content: '\ec7e'; }

/* '' */
.icon-comment-alt2:before {
  content: '\ec7f'; }

/* '' */
.icon-comment-inv-alt2:before {
  content: '\ec80'; }

/* '' */
.icon-chat-3:before {
  content: '\ec81'; }

/* '' */
.icon-chat-inv:before {
  content: '\ec82'; }

/* '' */
.icon-location-3:before {
  content: '\ec83'; }

/* '' */
.icon-location-inv:before {
  content: '\ec84'; }

/* '' */
.icon-location-alt:before {
  content: '\ec85'; }

/* '' */
.icon-compass-3:before {
  content: '\ec86'; }

/* '' */
.icon-trash-3:before {
  content: '\ec87'; }

/* '' */
.icon-trash-empty-1:before {
  content: '\ec88'; }

/* '' */
.icon-doc-3:before {
  content: '\ec89'; }

/* '' */
.icon-doc-inv-1:before {
  content: '\ec8a'; }

/* '' */
.icon-doc-alt:before {
  content: '\ec8b'; }

/* '' */
.icon-doc-inv-alt:before {
  content: '\ec8c'; }

/* '' */
.icon-article:before {
  content: '\ec8d'; }

/* '' */
.icon-article-alt:before {
  content: '\ec8e'; }

/* '' */
.icon-book-open-1:before {
  content: '\ec8f'; }

/* '' */
.icon-folder-3:before {
  content: '\ec90'; }

/* '' */
.icon-folder-empty-1:before {
  content: '\ec91'; }

/* '' */
.icon-box-3:before {
  content: '\ec92'; }

/* '' */
.icon-rss-3:before {
  content: '\ec93'; }

/* '' */
.icon-rss-alt:before {
  content: '\ec94'; }

/* '' */
.icon-cog-3:before {
  content: '\ec95'; }

/* '' */
.icon-wrench-2:before {
  content: '\ec96'; }

/* '' */
.icon-share-2:before {
  content: '\ec97'; }

/* '' */
.icon-calendar-3:before {
  content: '\ec98'; }

/* '' */
.icon-calendar-inv:before {
  content: '\ec99'; }

/* '' */
.icon-calendar-alt:before {
  content: '\ec9a'; }

/* '' */
.icon-mic-3:before {
  content: '\ec9b'; }

/* '' */
.icon-volume-off-2:before {
  content: '\ec9c'; }

/* '' */
.icon-volume-up-1:before {
  content: '\ec9d'; }

/* '' */
.icon-headphones-2:before {
  content: '\ec9e'; }

/* '' */
.icon-clock-3:before {
  content: '\ec9f'; }

/* '' */
.icon-lamp-1:before {
  content: '\eca0'; }

/* '' */
.icon-block-3:before {
  content: '\eca1'; }

/* '' */
.icon-resize-full-3:before {
  content: '\eca2'; }

/* '' */
.icon-resize-full-alt-1:before {
  content: '\eca3'; }

/* '' */
.icon-resize-small-2:before {
  content: '\eca4'; }

/* '' */
.icon-resize-small-alt:before {
  content: '\eca5'; }

/* '' */
.icon-resize-vertical-1:before {
  content: '\eca6'; }

/* '' */
.icon-resize-horizontal-1:before {
  content: '\eca7'; }

/* '' */
.icon-move-2:before {
  content: '\eca8'; }

/* '' */
.icon-popup-3:before {
  content: '\eca9'; }

/* '' */
.icon-down-3:before {
  content: '\ecaa'; }

/* '' */
.icon-left-3:before {
  content: '\ecab'; }

/* '' */
.icon-right-3:before {
  content: '\ecac'; }

/* '' */
.icon-up-3:before {
  content: '\ecad'; }

/* '' */
.icon-down-circle:before {
  content: '\ecae'; }

/* '' */
.icon-left-circle:before {
  content: '\ecaf'; }

/* '' */
.icon-right-circle:before {
  content: '\ecb0'; }

/* '' */
.icon-up-circle:before {
  content: '\ecb1'; }

/* '' */
.icon-cw-3:before {
  content: '\ecb2'; }

/* '' */
.icon-loop-2:before {
  content: '\ecb3'; }

/* '' */
.icon-loop-alt-1:before {
  content: '\ecb4'; }

/* '' */
.icon-exchange-1:before {
  content: '\ecb5'; }

/* '' */
.icon-split:before {
  content: '\ecb6'; }

/* '' */
.icon-arrow-curved:before {
  content: '\ecb7'; }

/* '' */
.icon-play-3:before {
  content: '\ecb8'; }

/* '' */
.icon-play-circle2:before {
  content: '\ecb9'; }

/* '' */
.icon-stop-3:before {
  content: '\ecba'; }

/* '' */
.icon-pause-3:before {
  content: '\ecbb'; }

/* '' */
.icon-to-start-2:before {
  content: '\ecbc'; }

/* '' */
.icon-to-end-2:before {
  content: '\ecbd'; }

/* '' */
.icon-eject-2:before {
  content: '\ecbe'; }

/* '' */
.icon-target-3:before {
  content: '\ecbf'; }

/* '' */
.icon-signal-2:before {
  content: '\ecc0'; }

/* '' */
.icon-award-1:before {
  content: '\ecc1'; }

/* '' */
.icon-award-empty:before {
  content: '\ecc2'; }

/* '' */
.icon-list-2:before {
  content: '\ecc3'; }

/* '' */
.icon-list-nested:before {
  content: '\ecc4'; }

/* '' */
.icon-bat-empty:before {
  content: '\ecc5'; }

/* '' */
.icon-bat-half:before {
  content: '\ecc6'; }

/* '' */
.icon-bat-full:before {
  content: '\ecc7'; }

/* '' */
.icon-bat-charge-1:before {
  content: '\ecc8'; }

/* '' */
.icon-mobile-3:before {
  content: '\ecc9'; }

/* '' */
.icon-cd-1:before {
  content: '\ecca'; }

/* '' */
.icon-equalizer:before {
  content: '\eccb'; }

/* '' */
.icon-cursor:before {
  content: '\eccc'; }

/* '' */
.icon-aperture:before {
  content: '\eccd'; }

/* '' */
.icon-aperture-alt:before {
  content: '\ecce'; }

/* '' */
.icon-steering-wheel:before {
  content: '\eccf'; }

/* '' */
.icon-book-2:before {
  content: '\ecd0'; }

/* '' */
.icon-book-alt:before {
  content: '\ecd1'; }

/* '' */
.icon-brush-3:before {
  content: '\ecd2'; }

/* '' */
.icon-brush-alt:before {
  content: '\ecd3'; }

/* '' */
.icon-eyedropper-1:before {
  content: '\ecd4'; }

/* '' */
.icon-layers:before {
  content: '\ecd5'; }

/* '' */
.icon-layers-alt:before {
  content: '\ecd6'; }

/* '' */
.icon-sun-2:before {
  content: '\ecd7'; }

/* '' */
.icon-sun-inv:before {
  content: '\ecd8'; }

/* '' */
.icon-cloud-3:before {
  content: '\ecd9'; }

/* '' */
.icon-rain-1:before {
  content: '\ecda'; }

/* '' */
.icon-flash-3:before {
  content: '\ecdb'; }

/* '' */
.icon-moon-3:before {
  content: '\ecdc'; }

/* '' */
.icon-moon-inv:before {
  content: '\ecdd'; }

/* '' */
.icon-umbrella-1:before {
  content: '\ecde'; }

/* '' */
.icon-chart-bar-3:before {
  content: '\ecdf'; }

/* '' */
.icon-chart-pie-3:before {
  content: '\ece0'; }

/* '' */
.icon-chart-pie-alt:before {
  content: '\ece1'; }

/* '' */
.icon-key-3:before {
  content: '\ece2'; }

/* '' */
.icon-key-inv:before {
  content: '\ece3'; }

/* '' */
.icon-hash:before {
  content: '\ece4'; }

/* '' */
.icon-at-2:before {
  content: '\ece5'; }

/* '' */
.icon-pilcrow:before {
  content: '\ece6'; }

/* '' */
.icon-dial:before {
  content: '\ece7'; }

/* '' */
.icon-search-4:before {
  content: '\ece8'; }

/* '' */
.icon-mail-4:before {
  content: '\ece9'; }

/* '' */
.icon-heart-4:before {
  content: '\ecea'; }

/* '' */
.icon-star-4:before {
  content: '\eceb'; }

/* '' */
.icon-user-4:before {
  content: '\ecec'; }

/* '' */
.icon-user-woman:before {
  content: '\eced'; }

/* '' */
.icon-user-pair:before {
  content: '\ecee'; }

/* '' */
.icon-video-alt:before {
  content: '\ecef'; }

/* '' */
.icon-videocam-2:before {
  content: '\ecf0'; }

/* '' */
.icon-videocam-alt:before {
  content: '\ecf1'; }

/* '' */
.icon-camera-4:before {
  content: '\ecf2'; }

/* '' */
.icon-th-2:before {
  content: '\ecf3'; }

/* '' */
.icon-th-list-2:before {
  content: '\ecf4'; }

/* '' */
.icon-ok-3:before {
  content: '\ecf5'; }

/* '' */
.icon-cancel-4:before {
  content: '\ecf6'; }

/* '' */
.icon-cancel-circle-1:before {
  content: '\ecf7'; }

/* '' */
.icon-plus-4:before {
  content: '\ecf8'; }

/* '' */
.icon-home-4:before {
  content: '\ecf9'; }

/* '' */
.icon-lock-4:before {
  content: '\ecfa'; }

/* '' */
.icon-lock-open-4:before {
  content: '\ecfb'; }

/* '' */
.icon-eye-4:before {
  content: '\ecfc'; }

/* '' */
.icon-tag-4:before {
  content: '\ecfd'; }

/* '' */
.icon-thumbs-up-3:before {
  content: '\ecfe'; }

/* '' */
.icon-thumbs-down-3:before {
  content: '\ecff'; }

/* '' */
.icon-download-4:before {
  content: '\ed00'; }

/* '' */
.icon-export-3:before {
  content: '\ed01'; }

/* '' */
.icon-pencil-4:before {
  content: '\ed02'; }

/* '' */
.icon-pencil-alt-1:before {
  content: '\ed03'; }

/* '' */
.icon-edit-2:before {
  content: '\ed04'; }

/* '' */
.icon-chat-4:before {
  content: '\ed05'; }

/* '' */
.icon-print-3:before {
  content: '\ed06'; }

/* '' */
.icon-bell-3:before {
  content: '\ed07'; }

/* '' */
.icon-attention-3:before {
  content: '\ed08'; }

/* '' */
.icon-info-4:before {
  content: '\ed09'; }

/* '' */
.icon-question:before {
  content: '\ed0a'; }

/* '' */
.icon-location-4:before {
  content: '\ed0b'; }

/* '' */
.icon-trash-4:before {
  content: '\ed0c'; }

/* '' */
.icon-doc-4:before {
  content: '\ed0d'; }

/* '' */
.icon-article-1:before {
  content: '\ed0e'; }

/* '' */
.icon-article-alt-1:before {
  content: '\ed0f'; }

/* '' */
.icon-rss-4:before {
  content: '\ed10'; }

/* '' */
.icon-wrench-3:before {
  content: '\ed11'; }

/* '' */
.icon-basket-3:before {
  content: '\ed12'; }

/* '' */
.icon-basket-alt:before {
  content: '\ed13'; }

/* '' */
.icon-calendar-4:before {
  content: '\ed14'; }

/* '' */
.icon-calendar-alt-1:before {
  content: '\ed15'; }

/* '' */
.icon-volume-off-3:before {
  content: '\ed16'; }

/* '' */
.icon-volume-down-1:before {
  content: '\ed17'; }

/* '' */
.icon-volume-up-2:before {
  content: '\ed18'; }

/* '' */
.icon-bullhorn:before {
  content: '\ed19'; }

/* '' */
.icon-clock-4:before {
  content: '\ed1a'; }

/* '' */
.icon-clock-alt:before {
  content: '\ed1b'; }

/* '' */
.icon-stop-4:before {
  content: '\ed1c'; }

/* '' */
.icon-resize-full-4:before {
  content: '\ed1d'; }

/* '' */
.icon-resize-small-3:before {
  content: '\ed1e'; }

/* '' */
.icon-zoom-in-2:before {
  content: '\ed1f'; }

/* '' */
.icon-zoom-out-2:before {
  content: '\ed20'; }

/* '' */
.icon-popup-4:before {
  content: '\ed21'; }

/* '' */
.icon-down-dir-2:before {
  content: '\ed22'; }

/* '' */
.icon-left-dir-2:before {
  content: '\ed23'; }

/* '' */
.icon-right-dir-2:before {
  content: '\ed24'; }

/* '' */
.icon-up-dir-2:before {
  content: '\ed25'; }

/* '' */
.icon-down-4:before {
  content: '\ed26'; }

/* '' */
.icon-up-4:before {
  content: '\ed27'; }

/* '' */
.icon-cw-4:before {
  content: '\ed28'; }

/* '' */
.icon-signal-3:before {
  content: '\ed29'; }

/* '' */
.icon-award-2:before {
  content: '\ed2a'; }

/* '' */
.icon-mobile-4:before {
  content: '\ed2b'; }

/* '' */
.icon-mobile-alt:before {
  content: '\ed2c'; }

/* '' */
.icon-tablet-2:before {
  content: '\ed2d'; }

/* '' */
.icon-ipod:before {
  content: '\ed2e'; }

/* '' */
.icon-cd-2:before {
  content: '\ed2f'; }

/* '' */
.icon-grid:before {
  content: '\ed30'; }

/* '' */
.icon-book-3:before {
  content: '\ed31'; }

/* '' */
.icon-easel:before {
  content: '\ed32'; }

/* '' */
.icon-globe-3:before {
  content: '\ed33'; }

/* '' */
.icon-chart-1:before {
  content: '\ed34'; }

/* '' */
.icon-chart-bar-4:before {
  content: '\ed35'; }

/* '' */
.icon-chart-pie-4:before {
  content: '\ed36'; }

/* '' */
.icon-dollar-1:before {
  content: '\ed37'; }

/* '' */
.icon-at-3:before {
  content: '\ed38'; }

/* '' */
.icon-colon:before {
  content: '\ed39'; }

/* '' */
.icon-semicolon:before {
  content: '\ed3a'; }

/* '' */
.icon-squares:before {
  content: '\ed3b'; }

/* '' */
.icon-money-1:before {
  content: '\ed3c'; }

/* '' */
.icon-facebook-3:before {
  content: '\ed3d'; }

/* '' */
.icon-facebook-rect:before {
  content: '\ed3e'; }

/* '' */
.icon-twitter-3:before {
  content: '\ed3f'; }

/* '' */
.icon-twitter-bird:before {
  content: '\ed40'; }

/* '' */
.icon-twitter-rect:before {
  content: '\ed41'; }

/* '' */
.icon-youtube-1:before {
  content: '\ed42'; }

/* '' */
.icon-windy-rain-inv:before {
  content: '\ed43'; }

/* '' */
.icon-snow-inv:before {
  content: '\ed44'; }

/* '' */
.icon-snow-heavy-inv:before {
  content: '\ed45'; }

/* '' */
.icon-hail-inv:before {
  content: '\ed46'; }

/* '' */
.icon-clouds-inv:before {
  content: '\ed47'; }

/* '' */
.icon-clouds-flash-inv:before {
  content: '\ed48'; }

/* '' */
.icon-temperature:before {
  content: '\ed49'; }

/* '' */
.icon-compass-4:before {
  content: '\ed4a'; }

/* '' */
.icon-na:before {
  content: '\ed4b'; }

/* '' */
.icon-celcius:before {
  content: '\ed4c'; }

/* '' */
.icon-fahrenheit:before {
  content: '\ed4d'; }

/* '' */
.icon-clouds-flash-alt:before {
  content: '\ed4e'; }

/* '' */
.icon-sun-inv-1:before {
  content: '\ed4f'; }

/* '' */
.icon-moon-inv-1:before {
  content: '\ed50'; }

/* '' */
.icon-cloud-sun-inv:before {
  content: '\ed51'; }

/* '' */
.icon-cloud-moon-inv:before {
  content: '\ed52'; }

/* '' */
.icon-cloud-inv:before {
  content: '\ed53'; }

/* '' */
.icon-cloud-flash-inv:before {
  content: '\ed54'; }

/* '' */
.icon-drizzle-inv:before {
  content: '\ed55'; }

/* '' */
.icon-rain-inv:before {
  content: '\ed56'; }

/* '' */
.icon-windy-inv:before {
  content: '\ed57'; }

/* '' */
.icon-sunrise:before {
  content: '\ed58'; }

/* '' */
.icon-sun-3:before {
  content: '\ed59'; }

/* '' */
.icon-moon-4:before {
  content: '\ed5a'; }

/* '' */
.icon-eclipse:before {
  content: '\ed5b'; }

/* '' */
.icon-mist:before {
  content: '\ed5c'; }

/* '' */
.icon-wind-1:before {
  content: '\ed5d'; }

/* '' */
.icon-snowflake:before {
  content: '\ed5e'; }

/* '' */
.icon-cloud-sun-1:before {
  content: '\ed5f'; }

/* '' */
.icon-cloud-moon:before {
  content: '\ed60'; }

/* '' */
.icon-fog-sun:before {
  content: '\ed61'; }

/* '' */
.icon-fog-moon:before {
  content: '\ed62'; }

/* '' */
.icon-fog-cloud:before {
  content: '\ed63'; }

/* '' */
.icon-fog:before {
  content: '\ed64'; }

/* '' */
.icon-cloud-4:before {
  content: '\ed65'; }

/* '' */
.icon-cloud-flash-1:before {
  content: '\ed66'; }

/* '' */
.icon-cloud-flash-alt:before {
  content: '\ed67'; }

/* '' */
.icon-drizzle-1:before {
  content: '\ed68'; }

/* '' */
.icon-rain-2:before {
  content: '\ed69'; }

/* '' */
.icon-windy:before {
  content: '\ed6a'; }

/* '' */
.icon-windy-rain:before {
  content: '\ed6b'; }

/* '' */
.icon-snow-1:before {
  content: '\ed6c'; }

/* '' */
.icon-snow-alt:before {
  content: '\ed6d'; }

/* '' */
.icon-snow-heavy:before {
  content: '\ed6e'; }

/* '' */
.icon-hail:before {
  content: '\ed6f'; }

/* '' */
.icon-clouds:before {
  content: '\ed70'; }

/* '' */
.icon-clouds-flash:before {
  content: '\ed71'; }

/* '' */
.icon-search-5:before {
  content: '\ed72'; }

/* '' */
.icon-mail-5:before {
  content: '\ed73'; }

/* '' */
.icon-heart-5:before {
  content: '\ed74'; }

/* '' */
.icon-heart-broken:before {
  content: '\ed75'; }

/* '' */
.icon-star-5:before {
  content: '\ed76'; }

/* '' */
.icon-star-empty-2:before {
  content: '\ed77'; }

/* '' */
.icon-star-half-1:before {
  content: '\ed78'; }

/* '' */
.icon-star-half_empty:before {
  content: '\ed79'; }

/* '' */
.icon-user-5:before {
  content: '\ed7a'; }

/* '' */
.icon-user-male:before {
  content: '\ed7b'; }

/* '' */
.icon-user-female:before {
  content: '\ed7c'; }

/* '' */
.icon-users-3:before {
  content: '\ed7d'; }

/* '' */
.icon-movie:before {
  content: '\ed7e'; }

/* '' */
.icon-videocam-3:before {
  content: '\ed7f'; }

/* '' */
.icon-isight:before {
  content: '\ed80'; }

/* '' */
.icon-camera-5:before {
  content: '\ed81'; }

/* '' */
.icon-menu-3:before {
  content: '\ed82'; }

/* '' */
.icon-th-thumb:before {
  content: '\ed83'; }

/* '' */
.icon-th-thumb-empty:before {
  content: '\ed84'; }

/* '' */
.icon-th-list-3:before {
  content: '\ed85'; }

/* '' */
.icon-ok-4:before {
  content: '\ed86'; }

/* '' */
.icon-ok-circled-1:before {
  content: '\ed87'; }

/* '' */
.icon-cancel-5:before {
  content: '\ed88'; }

/* '' */
.icon-cancel-circled-3:before {
  content: '\ed89'; }

/* '' */
.icon-plus-5:before {
  content: '\ed8a'; }

/* '' */
.icon-help-circled-2:before {
  content: '\ed8b'; }

/* '' */
.icon-help-circled-alt:before {
  content: '\ed8c'; }

/* '' */
.icon-info-circled-2:before {
  content: '\ed8d'; }

/* '' */
.icon-info-circled-alt:before {
  content: '\ed8e'; }

/* '' */
.icon-home-5:before {
  content: '\ed8f'; }

/* '' */
.icon-link-4:before {
  content: '\ed90'; }

/* '' */
.icon-attach-4:before {
  content: '\ed91'; }

/* '' */
.icon-lock-5:before {
  content: '\ed92'; }

/* '' */
.icon-lock-alt:before {
  content: '\ed93'; }

/* '' */
.icon-lock-open-5:before {
  content: '\ed94'; }

/* '' */
.icon-lock-open-alt-1:before {
  content: '\ed95'; }

/* '' */
.icon-eye-5:before {
  content: '\ed96'; }

/* '' */
.icon-download-5:before {
  content: '\ed97'; }

/* '' */
.icon-upload-4:before {
  content: '\ed98'; }

/* '' */
.icon-download-cloud-2:before {
  content: '\ed99'; }

/* '' */
.icon-upload-cloud-4:before {
  content: '\ed9a'; }

/* '' */
.icon-reply-3:before {
  content: '\ed9b'; }

/* '' */
.icon-pencil-5:before {
  content: '\ed9c'; }

/* '' */
.icon-export-4:before {
  content: '\ed9d'; }

/* '' */
.icon-print-4:before {
  content: '\ed9e'; }

/* '' */
.icon-retweet-2:before {
  content: '\ed9f'; }

/* '' */
.icon-comment-4:before {
  content: '\eda0'; }

/* '' */
.icon-chat-5:before {
  content: '\eda1'; }

/* '' */
.icon-bell-4:before {
  content: '\eda2'; }

/* '' */
.icon-attention-4:before {
  content: '\eda3'; }

/* '' */
.icon-attention-alt-1:before {
  content: '\eda4'; }

/* '' */
.icon-location-5:before {
  content: '\eda5'; }

/* '' */
.icon-trash-5:before {
  content: '\eda6'; }

/* '' */
.icon-doc-5:before {
  content: '\eda7'; }

/* '' */
.icon-newspaper-2:before {
  content: '\eda8'; }

/* '' */
.icon-folder-4:before {
  content: '\eda9'; }

/* '' */
.icon-folder-open-1:before {
  content: '\edaa'; }

/* '' */
.icon-folder-empty-2:before {
  content: '\edab'; }

/* '' */
.icon-folder-open-empty-1:before {
  content: '\edac'; }

/* '' */
.icon-cog-4:before {
  content: '\edad'; }

/* '' */
.icon-calendar-5:before {
  content: '\edae'; }

/* '' */
.icon-login-2:before {
  content: '\edaf'; }

/* '' */
.icon-logout-2:before {
  content: '\edb0'; }

/* '' */
.icon-mic-4:before {
  content: '\edb1'; }

/* '' */
.icon-mic-off:before {
  content: '\edb2'; }

/* '' */
.icon-clock-5:before {
  content: '\edb3'; }

/* '' */
.icon-stopwatch-1:before {
  content: '\edb4'; }

/* '' */
.icon-hourglass-1:before {
  content: '\edb5'; }

/* '' */
.icon-zoom-in-3:before {
  content: '\edb6'; }

/* '' */
.icon-zoom-out-3:before {
  content: '\edb7'; }

/* '' */
.icon-down-open-2:before {
  content: '\edb8'; }

/* '' */
.icon-left-open-3:before {
  content: '\edb9'; }

/* '' */
.icon-right-open-3:before {
  content: '\edba'; }

/* '' */
.icon-up-open-2:before {
  content: '\edbb'; }

/* '' */
.icon-down-5:before {
  content: '\edbc'; }

/* '' */
.icon-left-4:before {
  content: '\edbd'; }

/* '' */
.icon-right-4:before {
  content: '\edbe'; }

/* '' */
.icon-up-5:before {
  content: '\edbf'; }

/* '' */
.icon-down-bold-1:before {
  content: '\edc0'; }

/* '' */
.icon-left-bold-1:before {
  content: '\edc1'; }

/* '' */
.icon-right-bold-1:before {
  content: '\edc2'; }

/* '' */
.icon-up-bold-1:before {
  content: '\edc3'; }

/* '' */
.icon-down-fat:before {
  content: '\edc4'; }

/* '' */
.icon-left-fat:before {
  content: '\edc5'; }

/* '' */
.icon-right-fat:before {
  content: '\edc6'; }

/* '' */
.icon-up-fat:before {
  content: '\edc7'; }

/* '' */
.icon-ccw-2:before {
  content: '\edc8'; }

/* '' */
.icon-shuffle-3:before {
  content: '\edc9'; }

/* '' */
.icon-play-4:before {
  content: '\edca'; }

/* '' */
.icon-pause-4:before {
  content: '\edcb'; }

/* '' */
.icon-stop-5:before {
  content: '\edcc'; }

/* '' */
.icon-to-end-3:before {
  content: '\edcd'; }

/* '' */
.icon-to-start-3:before {
  content: '\edce'; }

/* '' */
.icon-fast-forward-1:before {
  content: '\edcf'; }

/* '' */
.icon-fast-backward-1:before {
  content: '\edd0'; }

/* '' */
.icon-trophy-1:before {
  content: '\edd1'; }

/* '' */
.icon-monitor-1:before {
  content: '\edd2'; }

/* '' */
.icon-tablet-3:before {
  content: '\edd3'; }

/* '' */
.icon-mobile-5:before {
  content: '\edd4'; }

/* '' */
.icon-data-science:before {
  content: '\edd5'; }

/* '' */
.icon-data-science-inv:before {
  content: '\edd6'; }

/* '' */
.icon-inbox-2:before {
  content: '\edd7'; }

/* '' */
.icon-globe-4:before {
  content: '\edd8'; }

/* '' */
.icon-globe-inv:before {
  content: '\edd9'; }

/* '' */
.icon-flash-4:before {
  content: '\edda'; }

/* '' */
.icon-cloud-5:before {
  content: '\eddb'; }

/* '' */
.icon-coverflow:before {
  content: '\eddc'; }

/* '' */
.icon-coverflow-empty:before {
  content: '\eddd'; }

/* '' */
.icon-math:before {
  content: '\edde'; }

/* '' */
.icon-math-circled:before {
  content: '\eddf'; }

/* '' */
.icon-math-circled-empty:before {
  content: '\ede0'; }

/* '' */
.icon-paper-plane-2:before {
  content: '\ede1'; }

/* '' */
.icon-paper-plane-alt:before {
  content: '\ede2'; }

/* '' */
.icon-paper-plane-alt2:before {
  content: '\ede3'; }

/* '' */
.icon-fontsize:before {
  content: '\ede4'; }

/* '' */
.icon-color-adjust:before {
  content: '\ede5'; }

/* '' */
.icon-fire-1:before {
  content: '\ede6'; }

/* '' */
.icon-chart-bar-5:before {
  content: '\ede7'; }

/* '' */
.icon-hdd-1:before {
  content: '\ede8'; }

/* '' */
.icon-connected-object:before {
  content: '\ede9'; }

/* '' */
.icon-ruler:before {
  content: '\edea'; }

/* '' */
.icon-vector:before {
  content: '\edeb'; }

/* '' */
.icon-vector-pencil:before {
  content: '\edec'; }

/* '' */
.icon-at-4:before {
  content: '\eded'; }

/* '' */
.icon-hash-1:before {
  content: '\edee'; }

/* '' */
.icon-female-1:before {
  content: '\edef'; }

/* '' */
.icon-male-1:before {
  content: '\edf0'; }

/* '' */
.icon-spread:before {
  content: '\edf1'; }

/* '' */
.icon-king:before {
  content: '\edf2'; }

/* '' */
.icon-anchor-2:before {
  content: '\edf3'; }

/* '' */
.icon-joystick:before {
  content: '\edf4'; }

/* '' */
.icon-spinner1:before {
  content: '\edf5'; }

/* '' */
.icon-spinner2:before {
  content: '\edf6'; }

/* '' */
.icon-github-3:before {
  content: '\edf7'; }

/* '' */
.icon-github-circled-3:before {
  content: '\edf8'; }

/* '' */
.icon-github-circled-alt:before {
  content: '\edf9'; }

/* '' */
.icon-github-circled-alt2:before {
  content: '\edfa'; }

/* '' */
.icon-twitter-4:before {
  content: '\edfb'; }

/* '' */
.icon-twitter-circled-2:before {
  content: '\edfc'; }

/* '' */
.icon-facebook-4:before {
  content: '\edfd'; }

/* '' */
.icon-facebook-circled-2:before {
  content: '\edfe'; }

/* '' */
.icon-gplus-2:before {
  content: '\edff'; }

/* '' */
.icon-gplus-circled-1:before {
  content: '\ee00'; }

/* '' */
.icon-linkedin-3:before {
  content: '\ee01'; }

/* '' */
.icon-linkedin-circled-2:before {
  content: '\ee02'; }

/* '' */
.icon-dribbble-3:before {
  content: '\ee03'; }

/* '' */
.icon-dribbble-circled-2:before {
  content: '\ee04'; }

/* '' */
.icon-instagram-1:before {
  content: '\ee05'; }

/* '' */
.icon-instagram-circled:before {
  content: '\ee06'; }

/* '' */
.icon-soundcloud-2:before {
  content: '\ee07'; }

/* '' */
.icon-soundcloud-circled:before {
  content: '\ee08'; }

/* '' */
.icon-mfg-logo:before {
  content: '\ee09'; }

/* '' */
.icon-mfg-logo-circled:before {
  content: '\ee0a'; }

/* '' */
.icon-aboveground-rail:before {
  content: '\ee0b'; }

/* '' */
.icon-airfield:before {
  content: '\ee0c'; }

/* '' */
.icon-airport:before {
  content: '\ee0d'; }

/* '' */
.icon-art-gallery:before {
  content: '\ee0e'; }

/* '' */
.icon-bar:before {
  content: '\ee0f'; }

/* '' */
.icon-baseball:before {
  content: '\ee10'; }

/* '' */
.icon-basketball:before {
  content: '\ee11'; }

/* '' */
.icon-beer-2:before {
  content: '\ee12'; }

/* '' */
.icon-belowground-rail:before {
  content: '\ee13'; }

/* '' */
.icon-bicycle-1:before {
  content: '\ee14'; }

/* '' */
.icon-bus-1:before {
  content: '\ee15'; }

/* '' */
.icon-cafe:before {
  content: '\ee16'; }

/* '' */
.icon-campsite:before {
  content: '\ee17'; }

/* '' */
.icon-cemetery:before {
  content: '\ee18'; }

/* '' */
.icon-cinema:before {
  content: '\ee19'; }

/* '' */
.icon-college:before {
  content: '\ee1a'; }

/* '' */
.icon-commerical-building:before {
  content: '\ee1b'; }

/* '' */
.icon-credit-card-3:before {
  content: '\ee1c'; }

/* '' */
.icon-cricket:before {
  content: '\ee1d'; }

/* '' */
.icon-embassy:before {
  content: '\ee1e'; }

/* '' */
.icon-fast-food:before {
  content: '\ee1f'; }

/* '' */
.icon-ferry:before {
  content: '\ee20'; }

/* '' */
.icon-fire-station:before {
  content: '\ee21'; }

/* '' */
.icon-football:before {
  content: '\ee22'; }

/* '' */
.icon-fuel:before {
  content: '\ee23'; }

/* '' */
.icon-garden:before {
  content: '\ee24'; }

/* '' */
.icon-giraffe:before {
  content: '\ee25'; }

/* '' */
.icon-golf:before {
  content: '\ee26'; }

/* '' */
.icon-grocery-store:before {
  content: '\ee27'; }

/* '' */
.icon-harbor:before {
  content: '\ee28'; }

/* '' */
.icon-heliport:before {
  content: '\ee29'; }

/* '' */
.icon-hospital-1:before {
  content: '\ee2a'; }

/* '' */
.icon-industrial-building:before {
  content: '\ee2b'; }

/* '' */
.icon-library:before {
  content: '\ee2c'; }

/* '' */
.icon-lodging:before {
  content: '\ee2d'; }

/* '' */
.icon-london-underground:before {
  content: '\ee2e'; }

/* '' */
.icon-minefield:before {
  content: '\ee2f'; }

/* '' */
.icon-monument:before {
  content: '\ee30'; }

/* '' */
.icon-museum:before {
  content: '\ee31'; }

/* '' */
.icon-pharmacy:before {
  content: '\ee32'; }

/* '' */
.icon-pitch:before {
  content: '\ee33'; }

/* '' */
.icon-police:before {
  content: '\ee34'; }

/* '' */
.icon-post:before {
  content: '\ee35'; }

/* '' */
.icon-prison:before {
  content: '\ee36'; }

/* '' */
.icon-rail:before {
  content: '\ee37'; }

/* '' */
.icon-religious-christian:before {
  content: '\ee38'; }

/* '' */
.icon-religious-islam:before {
  content: '\ee39'; }

/* '' */
.icon-religious-jewish:before {
  content: '\ee3a'; }

/* '' */
.icon-restaurant:before {
  content: '\ee3b'; }

/* '' */
.icon-roadblock:before {
  content: '\ee3c'; }

/* '' */
.icon-school:before {
  content: '\ee3d'; }

/* '' */
.icon-shop:before {
  content: '\ee3e'; }

/* '' */
.icon-skiing:before {
  content: '\ee3f'; }

/* '' */
.icon-soccer:before {
  content: '\ee40'; }

/* '' */
.icon-swimming:before {
  content: '\ee41'; }

/* '' */
.icon-tennis:before {
  content: '\ee42'; }

/* '' */
.icon-theatre:before {
  content: '\ee43'; }

/* '' */
.icon-toilet:before {
  content: '\ee44'; }

/* '' */
.icon-town-hall:before {
  content: '\ee45'; }

/* '' */
.icon-trash-6:before {
  content: '\ee46'; }

/* '' */
.icon-tree-2:before {
  content: '\ee47'; }

/* '' */
.icon-tree-3:before {
  content: '\ee48'; }

/* '' */
.icon-warehouse:before {
  content: '\ee49'; }

/* '' */
.icon-duckduckgo:before {
  content: '\ee4a'; }

/* '' */
.icon-aim:before {
  content: '\ee4b'; }

/* '' */
.icon-delicious-1:before {
  content: '\ee4c'; }

/* '' */
.icon-paypal-2:before {
  content: '\ee4d'; }

/* '' */
.icon-flattr-1:before {
  content: '\ee4e'; }

/* '' */
.icon-android-1:before {
  content: '\ee4f'; }

/* '' */
.icon-eventful:before {
  content: '\ee50'; }

/* '' */
.icon-smashmag:before {
  content: '\ee51'; }

/* '' */
.icon-gplus-3:before {
  content: '\ee52'; }

/* '' */
.icon-wikipedia:before {
  content: '\ee53'; }

/* '' */
.icon-lanyrd:before {
  content: '\ee54'; }

/* '' */
.icon-calendar-6:before {
  content: '\ee55'; }

/* '' */
.icon-stumbleupon-2:before {
  content: '\ee56'; }

/* '' */
.icon-fivehundredpx:before {
  content: '\ee57'; }

/* '' */
.icon-pinterest-2:before {
  content: '\ee58'; }

/* '' */
.icon-bitcoin-1:before {
  content: '\ee59'; }

/* '' */
.icon-w3c:before {
  content: '\ee5a'; }

/* '' */
.icon-foursquare-1:before {
  content: '\ee5b'; }

/* '' */
.icon-html5-1:before {
  content: '\ee5c'; }

/* '' */
.icon-ie-1:before {
  content: '\ee5d'; }

/* '' */
.icon-call:before {
  content: '\ee5e'; }

/* '' */
.icon-grooveshark:before {
  content: '\ee5f'; }

/* '' */
.icon-ninetyninedesigns:before {
  content: '\ee60'; }

/* '' */
.icon-forrst:before {
  content: '\ee61'; }

/* '' */
.icon-digg-1:before {
  content: '\ee62'; }

/* '' */
.icon-spotify-2:before {
  content: '\ee63'; }

/* '' */
.icon-reddit-1:before {
  content: '\ee64'; }

/* '' */
.icon-guest:before {
  content: '\ee65'; }

/* '' */
.icon-gowalla:before {
  content: '\ee66'; }

/* '' */
.icon-appstore:before {
  content: '\ee67'; }

/* '' */
.icon-blogger:before {
  content: '\ee68'; }

/* '' */
.icon-cc-2:before {
  content: '\ee69'; }

/* '' */
.icon-dribbble-4:before {
  content: '\ee6a'; }

/* '' */
.icon-evernote-1:before {
  content: '\ee6b'; }

/* '' */
.icon-flickr-3:before {
  content: '\ee6c'; }

/* '' */
.icon-google-1:before {
  content: '\ee6d'; }

/* '' */
.icon-viadeo:before {
  content: '\ee6e'; }

/* '' */
.icon-instapaper:before {
  content: '\ee6f'; }

/* '' */
.icon-weibo-1:before {
  content: '\ee70'; }

/* '' */
.icon-klout:before {
  content: '\ee71'; }

/* '' */
.icon-linkedin-4:before {
  content: '\ee72'; }

/* '' */
.icon-meetup:before {
  content: '\ee73'; }

/* '' */
.icon-vk:before {
  content: '\ee74'; }

/* '' */
.icon-plancast:before {
  content: '\ee75'; }

/* '' */
.icon-disqus:before {
  content: '\ee76'; }

/* '' */
.icon-rss-5:before {
  content: '\ee77'; }

/* '' */
.icon-skype-3:before {
  content: '\ee78'; }

/* '' */
.icon-twitter-5:before {
  content: '\ee79'; }

/* '' */
.icon-youtube-2:before {
  content: '\ee7a'; }

/* '' */
.icon-vimeo-2:before {
  content: '\ee7b'; }

/* '' */
.icon-windows-1:before {
  content: '\ee7c'; }

/* '' */
.icon-xing-1:before {
  content: '\ee7d'; }

/* '' */
.icon-yahoo-1:before {
  content: '\ee7e'; }

/* '' */
.icon-chrome-1:before {
  content: '\ee7f'; }

/* '' */
.icon-email:before {
  content: '\ee80'; }

/* '' */
.icon-macstore:before {
  content: '\ee81'; }

/* '' */
.icon-myspace:before {
  content: '\ee82'; }

/* '' */
.icon-podcast:before {
  content: '\ee83'; }

/* '' */
.icon-amazon:before {
  content: '\ee84'; }

/* '' */
.icon-steam-1:before {
  content: '\ee85'; }

/* '' */
.icon-cloudapp:before {
  content: '\ee86'; }

/* '' */
.icon-dropbox-2:before {
  content: '\ee87'; }

/* '' */
.icon-ebay:before {
  content: '\ee88'; }

/* '' */
.icon-facebook-5:before {
  content: '\ee89'; }

/* '' */
.icon-github-4:before {
  content: '\ee8a'; }

/* '' */
.icon-github-circled-4:before {
  content: '\ee8b'; }

/* '' */
.icon-googleplay:before {
  content: '\ee8c'; }

/* '' */
.icon-itunes:before {
  content: '\ee8d'; }

/* '' */
.icon-plurk:before {
  content: '\ee8e'; }

/* '' */
.icon-songkick:before {
  content: '\ee8f'; }

/* '' */
.icon-lastfm-3:before {
  content: '\ee90'; }

/* '' */
.icon-gmail:before {
  content: '\ee91'; }

/* '' */
.icon-pinboard:before {
  content: '\ee92'; }

/* '' */
.icon-openid-1:before {
  content: '\ee93'; }

/* '' */
.icon-quora:before {
  content: '\ee94'; }

/* '' */
.icon-soundcloud-3:before {
  content: '\ee95'; }

/* '' */
.icon-tumblr-2:before {
  content: '\ee96'; }

/* '' */
.icon-eventasaurus:before {
  content: '\ee97'; }

/* '' */
.icon-wordpress-1:before {
  content: '\ee98'; }

/* '' */
.icon-yelp-1:before {
  content: '\ee99'; }

/* '' */
.icon-intensedebate:before {
  content: '\ee9a'; }

/* '' */
.icon-eventbrite:before {
  content: '\ee9b'; }

/* '' */
.icon-scribd:before {
  content: '\ee9c'; }

/* '' */
.icon-posterous:before {
  content: '\ee9d'; }

/* '' */
.icon-stripe:before {
  content: '\ee9e'; }

/* '' */
.icon-opentable:before {
  content: '\ee9f'; }

/* '' */
.icon-cart:before {
  content: '\eea0'; }

/* '' */
.icon-print-5:before {
  content: '\eea1'; }

/* '' */
.icon-angellist-1:before {
  content: '\eea2'; }

/* '' */
.icon-instagram-2:before {
  content: '\eea3'; }

/* '' */
.icon-dwolla:before {
  content: '\eea4'; }

/* '' */
.icon-appnet:before {
  content: '\eea5'; }

/* '' */
.icon-statusnet:before {
  content: '\eea6'; }

/* '' */
.icon-acrobat:before {
  content: '\eea7'; }

/* '' */
.icon-drupal-1:before {
  content: '\eea8'; }

/* '' */
.icon-buffer:before {
  content: '\eea9'; }

/* '' */
.icon-pocket:before {
  content: '\eeaa'; }

/* '' */
.icon-bitbucket-1:before {
  content: '\eeab'; }

/* '' */
.icon-lego:before {
  content: '\eeac'; }

/* '' */
.icon-login-3:before {
  content: '\eead'; }

/* '' */
.icon-stackoverflow-1:before {
  content: '\eeae'; }

/* '' */
.icon-hackernews:before {
  content: '\eeaf'; }

/* '' */
.icon-lkdto:before {
  content: '\eeb0'; }

/* '' */
.icon-facebook-6:before {
  content: '\eeb1'; }

/* '' */
.icon-facebook-rect-1:before {
  content: '\eeb2'; }

/* '' */
.icon-twitter-6:before {
  content: '\eeb3'; }

/* '' */
.icon-twitter-bird-1:before {
  content: '\eeb4'; }

/* '' */
.icon-vimeo-3:before {
  content: '\eeb5'; }

/* '' */
.icon-vimeo-rect:before {
  content: '\eeb6'; }

/* '' */
.icon-tumblr-3:before {
  content: '\eeb7'; }

/* '' */
.icon-tumblr-rect:before {
  content: '\eeb8'; }

/* '' */
.icon-googleplus-rect:before {
  content: '\eeb9'; }

/* '' */
.icon-github-text:before {
  content: '\eeba'; }

/* '' */
.icon-github-5:before {
  content: '\eebb'; }

/* '' */
.icon-skype-4:before {
  content: '\eebc'; }

/* '' */
.icon-icq:before {
  content: '\eebd'; }

/* '' */
.icon-yandex:before {
  content: '\eebe'; }

/* '' */
.icon-yandex-rect:before {
  content: '\eebf'; }

/* '' */
.icon-vkontakte-rect:before {
  content: '\eec0'; }

/* '' */
.icon-odnoklassniki:before {
  content: '\eec1'; }

/* '' */
.icon-odnoklassniki-rect:before {
  content: '\eec2'; }

/* '' */
.icon-friendfeed:before {
  content: '\eec3'; }

/* '' */
.icon-friendfeed-rect:before {
  content: '\eec4'; }

/* '' */
.icon-blogger-1:before {
  content: '\eec5'; }

/* '' */
.icon-blogger-rect:before {
  content: '\eec6'; }

/* '' */
.icon-deviantart-1:before {
  content: '\eec7'; }

/* '' */
.icon-jabber:before {
  content: '\eec8'; }

/* '' */
.icon-lastfm-4:before {
  content: '\eec9'; }

/* '' */
.icon-lastfm-rect:before {
  content: '\eeca'; }

/* '' */
.icon-linkedin-5:before {
  content: '\eecb'; }

/* '' */
.icon-linkedin-rect:before {
  content: '\eecc'; }

/* '' */
.icon-picasa-1:before {
  content: '\eecd'; }

/* '' */
.icon-wordpress-2:before {
  content: '\eece'; }

/* '' */
.icon-instagram-3:before {
  content: '\eecf'; }

/* '' */
.icon-instagram-filled:before {
  content: '\eed0'; }

/* '' */
.icon-diigo:before {
  content: '\eed1'; }

/* '' */
.icon-box-4:before {
  content: '\eed2'; }

/* '' */
.icon-box-rect:before {
  content: '\eed3'; }

/* '' */
.icon-tudou:before {
  content: '\eed4'; }

/* '' */
.icon-youku:before {
  content: '\eed5'; }

/* '' */
.icon-win8:before {
  content: '\eed6'; }

/* '' */
.icon-amex:before {
  content: '\eed7'; }

/* '' */
.icon-discover:before {
  content: '\eed8'; }

/* '' */
.icon-visa:before {
  content: '\eed9'; }

/* '' */
.icon-mastercard:before {
  content: '\eeda'; }

/* '' */
.icon-houzz:before {
  content: '\eedb'; }

/* '' */
.icon-bandcamp:before {
  content: '\eedc'; }

/* '' */
.icon-codepen:before {
  content: '\eedd'; }

/* '' */
.icon-glass-1:before {
  content: '\eede'; }

/* '' */
.icon-music-3:before {
  content: '\eedf'; }

/* '' */
.icon-search-6:before {
  content: '\eee0'; }

/* '' */
.icon-search-circled:before {
  content: '\eee1'; }

/* '' */
.icon-mail-6:before {
  content: '\eee2'; }

/* '' */
.icon-mail-circled:before {
  content: '\eee3'; }

/* '' */
.icon-heart-6:before {
  content: '\eee4'; }

/* '' */
.icon-heart-circled:before {
  content: '\eee5'; }

/* '' */
.icon-heart-empty-3:before {
  content: '\eee6'; }

/* '' */
.icon-star-6:before {
  content: '\eee7'; }

/* '' */
.icon-star-circled:before {
  content: '\eee8'; }

/* '' */
.icon-star-empty-3:before {
  content: '\eee9'; }

/* '' */
.icon-user-6:before {
  content: '\eeea'; }

/* '' */
.icon-group:before {
  content: '\eeeb'; }

/* '' */
.icon-group-circled:before {
  content: '\eeec'; }

/* '' */
.icon-torso:before {
  content: '\eeed'; }

/* '' */
.icon-video-4:before {
  content: '\eeee'; }

/* '' */
.icon-video-circled:before {
  content: '\eeef'; }

/* '' */
.icon-video-alt-1:before {
  content: '\eef0'; }

/* '' */
.icon-videocam-4:before {
  content: '\eef1'; }

/* '' */
.icon-video-chat:before {
  content: '\eef2'; }

/* '' */
.icon-picture-4:before {
  content: '\eef3'; }

/* '' */
.icon-camera-6:before {
  content: '\eef4'; }

/* '' */
.icon-photo:before {
  content: '\eef5'; }

/* '' */
.icon-photo-circled:before {
  content: '\eef6'; }

/* '' */
.icon-th-large-2:before {
  content: '\eef7'; }

/* '' */
.icon-th-3:before {
  content: '\eef8'; }

/* '' */
.icon-th-list-4:before {
  content: '\eef9'; }

/* '' */
.icon-view-mode:before {
  content: '\eefa'; }

/* '' */
.icon-ok-5:before {
  content: '\eefb'; }

/* '' */
.icon-ok-circled-2:before {
  content: '\eefc'; }

/* '' */
.icon-ok-circled2-1:before {
  content: '\eefd'; }

/* '' */
.icon-cancel-6:before {
  content: '\eefe'; }

/* '' */
.icon-cancel-circled-4:before {
  content: '\eeff'; }

/* '' */
.icon-cancel-circled2-1:before {
  content: '\ef00'; }

/* '' */
.icon-plus-6:before {
  content: '\ef01'; }

/* '' */
.icon-plus-circled-2:before {
  content: '\ef02'; }

/* '' */
.icon-minus-4:before {
  content: '\ef03'; }

/* '' */
.icon-minus-circled-2:before {
  content: '\ef04'; }

/* '' */
.icon-help-3:before {
  content: '\ef05'; }

/* '' */
.icon-help-circled-3:before {
  content: '\ef06'; }

/* '' */
.icon-info-circled-3:before {
  content: '\ef07'; }

/* '' */
.icon-home-6:before {
  content: '\ef08'; }

/* '' */
.icon-home-circled:before {
  content: '\ef09'; }

/* '' */
.icon-website:before {
  content: '\ef0a'; }

/* '' */
.icon-website-circled:before {
  content: '\ef0b'; }

/* '' */
.icon-attach-5:before {
  content: '\ef0c'; }

/* '' */
.icon-attach-circled:before {
  content: '\ef0d'; }

/* '' */
.icon-lock-6:before {
  content: '\ef0e'; }

/* '' */
.icon-lock-circled:before {
  content: '\ef0f'; }

/* '' */
.icon-lock-open-6:before {
  content: '\ef10'; }

/* '' */
.icon-lock-open-alt-2:before {
  content: '\ef11'; }

/* '' */
.icon-eye-6:before {
  content: '\ef12'; }

/* '' */
.icon-eye-off-1:before {
  content: '\ef13'; }

/* '' */
.icon-tag-5:before {
  content: '\ef14'; }

/* '' */
.icon-tags-2:before {
  content: '\ef15'; }

/* '' */
.icon-bookmark-3:before {
  content: '\ef16'; }

/* '' */
.icon-bookmark-empty-1:before {
  content: '\ef17'; }

/* '' */
.icon-flag-3:before {
  content: '\ef18'; }

/* '' */
.icon-flag-circled:before {
  content: '\ef19'; }

/* '' */
.icon-thumbs-up-4:before {
  content: '\ef1a'; }

/* '' */
.icon-thumbs-down-4:before {
  content: '\ef1b'; }

/* '' */
.icon-download-6:before {
  content: '\ef1c'; }

/* '' */
.icon-download-alt:before {
  content: '\ef1d'; }

/* '' */
.icon-upload-5:before {
  content: '\ef1e'; }

/* '' */
.icon-share-3:before {
  content: '\ef1f'; }

/* '' */
.icon-quote-1:before {
  content: '\ef20'; }

/* '' */
.icon-quote-circled:before {
  content: '\ef21'; }

/* '' */
.icon-export-5:before {
  content: '\ef22'; }

/* '' */
.icon-pencil-6:before {
  content: '\ef23'; }

/* '' */
.icon-pencil-circled:before {
  content: '\ef24'; }

/* '' */
.icon-edit-3:before {
  content: '\ef25'; }

/* '' */
.icon-edit-circled:before {
  content: '\ef26'; }

/* '' */
.icon-edit-alt:before {
  content: '\ef27'; }

/* '' */
.icon-print-6:before {
  content: '\ef28'; }

/* '' */
.icon-retweet-3:before {
  content: '\ef29'; }

/* '' */
.icon-comment-5:before {
  content: '\ef2a'; }

/* '' */
.icon-comment-alt-1:before {
  content: '\ef2b'; }

/* '' */
.icon-bell-5:before {
  content: '\ef2c'; }

/* '' */
.icon-warning-1:before {
  content: '\ef2d'; }

/* '' */
.icon-exclamation:before {
  content: '\ef2e'; }

/* '' */
.icon-error:before {
  content: '\ef2f'; }

/* '' */
.icon-error-alt:before {
  content: '\ef30'; }

/* '' */
.icon-location-6:before {
  content: '\ef31'; }

/* '' */
.icon-location-circled:before {
  content: '\ef32'; }

/* '' */
.icon-compass-5:before {
  content: '\ef33'; }

/* '' */
.icon-compass-circled:before {
  content: '\ef34'; }

/* '' */
.icon-trash-7:before {
  content: '\ef35'; }

/* '' */
.icon-trash-circled:before {
  content: '\ef36'; }

/* '' */
.icon-doc-6:before {
  content: '\ef37'; }

/* '' */
.icon-doc-circled:before {
  content: '\ef38'; }

/* '' */
.icon-doc-new:before {
  content: '\ef39'; }

/* '' */
.icon-doc-new-circled:before {
  content: '\ef3a'; }

/* '' */
.icon-folder-5:before {
  content: '\ef3b'; }

/* '' */
.icon-folder-circled:before {
  content: '\ef3c'; }

/* '' */
.icon-folder-close:before {
  content: '\ef3d'; }

/* '' */
.icon-folder-open-2:before {
  content: '\ef3e'; }

/* '' */
.icon-rss-6:before {
  content: '\ef3f'; }

/* '' */
.icon-phone-3:before {
  content: '\ef40'; }

/* '' */
.icon-phone-circled:before {
  content: '\ef41'; }

/* '' */
.icon-cog-5:before {
  content: '\ef42'; }

/* '' */
.icon-cog-circled:before {
  content: '\ef43'; }

/* '' */
.icon-cogs:before {
  content: '\ef44'; }

/* '' */
.icon-wrench-4:before {
  content: '\ef45'; }

/* '' */
.icon-wrench-circled:before {
  content: '\ef46'; }

/* '' */
.icon-basket-4:before {
  content: '\ef47'; }

/* '' */
.icon-basket-circled:before {
  content: '\ef48'; }

/* '' */
.icon-calendar-7:before {
  content: '\ef49'; }

/* '' */
.icon-calendar-circled:before {
  content: '\ef4a'; }

/* '' */
.icon-mic-5:before {
  content: '\ef4b'; }

/* '' */
.icon-mic-circled:before {
  content: '\ef4c'; }

/* '' */
.icon-volume-off-4:before {
  content: '\ef4d'; }

/* '' */
.icon-volume-down-2:before {
  content: '\ef4e'; }

/* '' */
.icon-volume-1:before {
  content: '\ef4f'; }

/* '' */
.icon-volume-up-3:before {
  content: '\ef50'; }

/* '' */
.icon-headphones-3:before {
  content: '\ef51'; }

/* '' */
.icon-clock-6:before {
  content: '\ef52'; }

/* '' */
.icon-clock-circled:before {
  content: '\ef53'; }

/* '' */
.icon-lightbulb-2:before {
  content: '\ef54'; }

/* '' */
.icon-lightbulb-alt:before {
  content: '\ef55'; }

/* '' */
.icon-block-4:before {
  content: '\ef56'; }

/* '' */
.icon-resize-full-5:before {
  content: '\ef57'; }

/* '' */
.icon-resize-full-alt-2:before {
  content: '\ef58'; }

/* '' */
.icon-resize-small-4:before {
  content: '\ef59'; }

/* '' */
.icon-resize-vertical-2:before {
  content: '\ef5a'; }

/* '' */
.icon-resize-horizontal-2:before {
  content: '\ef5b'; }

/* '' */
.icon-move-3:before {
  content: '\ef5c'; }

/* '' */
.icon-zoom-in-4:before {
  content: '\ef5d'; }

/* '' */
.icon-zoom-out-4:before {
  content: '\ef5e'; }

/* '' */
.icon-down-open-3:before {
  content: '\ef5f'; }

/* '' */
.icon-left-open-4:before {
  content: '\ef60'; }

/* '' */
.icon-right-open-4:before {
  content: '\ef61'; }

/* '' */
.icon-up-open-3:before {
  content: '\ef62'; }

/* '' */
.icon-down-6:before {
  content: '\ef63'; }

/* '' */
.icon-left-5:before {
  content: '\ef64'; }

/* '' */
.icon-right-5:before {
  content: '\ef65'; }

/* '' */
.icon-up-6:before {
  content: '\ef66'; }

/* '' */
.icon-down-circled-2:before {
  content: '\ef67'; }

/* '' */
.icon-left-circled-2:before {
  content: '\ef68'; }

/* '' */
.icon-right-circled-2:before {
  content: '\ef69'; }

/* '' */
.icon-up-circled-2:before {
  content: '\ef6a'; }

/* '' */
.icon-down-hand-1:before {
  content: '\ef6b'; }

/* '' */
.icon-left-hand-1:before {
  content: '\ef6c'; }

/* '' */
.icon-right-hand-1:before {
  content: '\ef6d'; }

/* '' */
.icon-up-hand-1:before {
  content: '\ef6e'; }

/* '' */
.icon-cw-5:before {
  content: '\ef6f'; }

/* '' */
.icon-cw-circled:before {
  content: '\ef70'; }

/* '' */
.icon-arrows-cw-2:before {
  content: '\ef71'; }

/* '' */
.icon-shuffle-4:before {
  content: '\ef72'; }

/* '' */
.icon-play-5:before {
  content: '\ef73'; }

/* '' */
.icon-play-circled-1:before {
  content: '\ef74'; }

/* '' */
.icon-play-circled2-1:before {
  content: '\ef75'; }

/* '' */
.icon-stop-6:before {
  content: '\ef76'; }

/* '' */
.icon-stop-circled:before {
  content: '\ef77'; }

/* '' */
.icon-pause-5:before {
  content: '\ef78'; }

/* '' */
.icon-pause-circled:before {
  content: '\ef79'; }

/* '' */
.icon-record-2:before {
  content: '\ef7a'; }

/* '' */
.icon-eject-3:before {
  content: '\ef7b'; }

/* '' */
.icon-backward:before {
  content: '\ef7c'; }

/* '' */
.icon-backward-circled:before {
  content: '\ef7d'; }

/* '' */
.icon-fast-backward-2:before {
  content: '\ef7e'; }

/* '' */
.icon-fast-forward-2:before {
  content: '\ef7f'; }

/* '' */
.icon-forward-3:before {
  content: '\ef80'; }

/* '' */
.icon-forward-circled:before {
  content: '\ef81'; }

/* '' */
.icon-step-backward:before {
  content: '\ef82'; }

/* '' */
.icon-step-forward:before {
  content: '\ef83'; }

/* '' */
.icon-target-4:before {
  content: '\ef84'; }

/* '' */
.icon-signal-4:before {
  content: '\ef85'; }

/* '' */
.icon-desktop-2:before {
  content: '\ef86'; }

/* '' */
.icon-desktop-circled:before {
  content: '\ef87'; }

/* '' */
.icon-laptop-2:before {
  content: '\ef88'; }

/* '' */
.icon-laptop-circled:before {
  content: '\ef89'; }

/* '' */
.icon-network-1:before {
  content: '\ef8a'; }

/* '' */
.icon-inbox-3:before {
  content: '\ef8b'; }

/* '' */
.icon-inbox-circled:before {
  content: '\ef8c'; }

/* '' */
.icon-inbox-alt:before {
  content: '\ef8d'; }

/* '' */
.icon-globe-5:before {
  content: '\ef8e'; }

/* '' */
.icon-globe-alt-1:before {
  content: '\ef8f'; }

/* '' */
.icon-cloud-6:before {
  content: '\ef90'; }

/* '' */
.icon-cloud-circled:before {
  content: '\ef91'; }

/* '' */
.icon-flight-2:before {
  content: '\ef92'; }

/* '' */
.icon-leaf-3:before {
  content: '\ef93'; }

/* '' */
.icon-font-1:before {
  content: '\ef94'; }

/* '' */
.icon-fontsize-1:before {
  content: '\ef95'; }

/* '' */
.icon-bold-1:before {
  content: '\ef96'; }

/* '' */
.icon-italic-1:before {
  content: '\ef97'; }

/* '' */
.icon-text-height-1:before {
  content: '\ef98'; }

/* '' */
.icon-text-width-1:before {
  content: '\ef99'; }

/* '' */
.icon-align-left-1:before {
  content: '\ef9a'; }

/* '' */
.icon-align-center-1:before {
  content: '\ef9b'; }

/* '' */
.icon-align-right-1:before {
  content: '\ef9c'; }

/* '' */
.icon-align-justify-1:before {
  content: '\ef9d'; }

/* '' */
.icon-list-3:before {
  content: '\ef9e'; }

/* '' */
.icon-indent-left-1:before {
  content: '\ef9f'; }

/* '' */
.icon-indent-right-1:before {
  content: '\efa0'; }

/* '' */
.icon-briefcase-3:before {
  content: '\efa1'; }

/* '' */
.icon-off-1:before {
  content: '\efa2'; }

/* '' */
.icon-road-1:before {
  content: '\efa3'; }

/* '' */
.icon-qrcode-1:before {
  content: '\efa4'; }

/* '' */
.icon-barcode-1:before {
  content: '\efa5'; }

/* '' */
.icon-braille:before {
  content: '\efa6'; }

/* '' */
.icon-book-4:before {
  content: '\efa7'; }

/* '' */
.icon-adjust-1:before {
  content: '\efa8'; }

/* '' */
.icon-tint-1:before {
  content: '\efa9'; }

/* '' */
.icon-check-3:before {
  content: '\efaa'; }

/* '' */
.icon-check-empty-1:before {
  content: '\efab'; }

/* '' */
.icon-asterisk-1:before {
  content: '\efac'; }

/* '' */
.icon-gift-2:before {
  content: '\efad'; }

/* '' */
.icon-fire-2:before {
  content: '\efae'; }

/* '' */
.icon-magnet-2:before {
  content: '\efaf'; }

/* '' */
.icon-chart-2:before {
  content: '\efb0'; }

/* '' */
.icon-chart-circled:before {
  content: '\efb1'; }

/* '' */
.icon-credit-card-4:before {
  content: '\efb2'; }

/* '' */
.icon-megaphone-2:before {
  content: '\efb3'; }

/* '' */
.icon-clipboard-2:before {
  content: '\efb4'; }

/* '' */
.icon-hdd-2:before {
  content: '\efb5'; }

/* '' */
.icon-key-4:before {
  content: '\efb6'; }

/* '' */
.icon-certificate-2:before {
  content: '\efb7'; }

/* '' */
.icon-tasks-1:before {
  content: '\efb8'; }

/* '' */
.icon-filter-1:before {
  content: '\efb9'; }

/* '' */
.icon-gauge-2:before {
  content: '\efba'; }

/* '' */
.icon-smiley:before {
  content: '\efbb'; }

/* '' */
.icon-smiley-circled:before {
  content: '\efbc'; }

/* '' */
.icon-address-book:before {
  content: '\efbd'; }

/* '' */
.icon-address-book-alt:before {
  content: '\efbe'; }

/* '' */
.icon-asl:before {
  content: '\efbf'; }

/* '' */
.icon-glasses:before {
  content: '\efc0'; }

/* '' */
.icon-hearing-impaired:before {
  content: '\efc1'; }

/* '' */
.icon-iphone-home:before {
  content: '\efc2'; }

/* '' */
.icon-person:before {
  content: '\efc3'; }

/* '' */
.icon-adult:before {
  content: '\efc4'; }

/* '' */
.icon-child-1:before {
  content: '\efc5'; }

/* '' */
.icon-blind:before {
  content: '\efc6'; }

/* '' */
.icon-guidedog:before {
  content: '\efc7'; }

/* '' */
.icon-accessibility:before {
  content: '\efc8'; }

/* '' */
.icon-universal-access:before {
  content: '\efc9'; }

/* '' */
.icon-male-2:before {
  content: '\efca'; }

/* '' */
.icon-female-2:before {
  content: '\efcb'; }

/* '' */
.icon-behance-2:before {
  content: '\efcc'; }

/* '' */
.icon-blogger-2:before {
  content: '\efcd'; }

/* '' */
.icon-cc-3:before {
  content: '\efce'; }

/* '' */
.icon-css:before {
  content: '\efcf'; }

/* '' */
.icon-delicious-2:before {
  content: '\efd0'; }

/* '' */
.icon-deviantart-2:before {
  content: '\efd1'; }

/* '' */
.icon-digg-2:before {
  content: '\efd2'; }

/* '' */
.icon-dribbble-5:before {
  content: '\efd3'; }

/* '' */
.icon-facebook-7:before {
  content: '\efd4'; }

/* '' */
.icon-flickr-4:before {
  content: '\efd5'; }

/* '' */
.icon-foursquare-2:before {
  content: '\efd6'; }

/* '' */
.icon-friendfeed-1:before {
  content: '\efd7'; }

/* '' */
.icon-friendfeed-rect-1:before {
  content: '\efd8'; }

/* '' */
.icon-github-6:before {
  content: '\efd9'; }

/* '' */
.icon-github-text-1:before {
  content: '\efda'; }

/* '' */
.icon-googleplus:before {
  content: '\efdb'; }

/* '' */
.icon-instagram-4:before {
  content: '\efdc'; }

/* '' */
.icon-linkedin-6:before {
  content: '\efdd'; }

/* '' */
.icon-path:before {
  content: '\efde'; }

/* '' */
.icon-picasa-2:before {
  content: '\efdf'; }

/* '' */
.icon-pinterest-3:before {
  content: '\efe0'; }

/* '' */
.icon-reddit-2:before {
  content: '\efe1'; }

/* '' */
.icon-skype-5:before {
  content: '\efe2'; }

/* '' */
.icon-slideshare-1:before {
  content: '\efe3'; }

/* '' */
.icon-stackoverflow-2:before {
  content: '\efe4'; }

/* '' */
.icon-stumbleupon-3:before {
  content: '\efe5'; }

/* '' */
.icon-twitter-7:before {
  content: '\efe6'; }

/* '' */
.icon-tumblr-4:before {
  content: '\efe7'; }

/* '' */
.icon-vimeo-4:before {
  content: '\efe8'; }

/* '' */
.icon-vkontakte-2:before {
  content: '\efe9'; }

/* '' */
.icon-w3c-1:before {
  content: '\efea'; }

/* '' */
.icon-wordpress-3:before {
  content: '\efeb'; }

/* '' */
.icon-youtube-3:before {
  content: '\efec'; }

/* '' */
.icon-music-4:before {
  content: '\efed'; }

/* '' */
.icon-search-7:before {
  content: '\efee'; }

/* '' */
.icon-mail-7:before {
  content: '\efef'; }

/* '' */
.icon-heart-7:before {
  content: '\eff0'; }

/* '' */
.icon-star-7:before {
  content: '\eff1'; }

/* '' */
.icon-user-7:before {
  content: '\eff2'; }

/* '' */
.icon-videocam-5:before {
  content: '\eff3'; }

/* '' */
.icon-camera-7:before {
  content: '\eff4'; }

/* '' */
.icon-photo-1:before {
  content: '\eff5'; }

/* '' */
.icon-attach-6:before {
  content: '\eff6'; }

/* '' */
.icon-lock-7:before {
  content: '\eff7'; }

/* '' */
.icon-eye-7:before {
  content: '\eff8'; }

/* '' */
.icon-tag-6:before {
  content: '\eff9'; }

/* '' */
.icon-thumbs-up-5:before {
  content: '\effa'; }

/* '' */
.icon-pencil-7:before {
  content: '\effb'; }

/* '' */
.icon-comment-6:before {
  content: '\effc'; }

/* '' */
.icon-location-7:before {
  content: '\effd'; }

/* '' */
.icon-cup-1:before {
  content: '\effe'; }

/* '' */
.icon-trash-8:before {
  content: '\efff'; }

/* '' */
.icon-doc-7:before {
  content: '\f000'; }

/* '' */
.icon-note-1:before {
  content: '\f001'; }

/* '' */
.icon-cog-6:before {
  content: '\f002'; }

/* '' */
.icon-params:before {
  content: '\f003'; }

/* '' */
.icon-calendar-8:before {
  content: '\f004'; }

/* '' */
.icon-sound-1:before {
  content: '\f005'; }

/* '' */
.icon-clock-7:before {
  content: '\f006'; }

/* '' */
.icon-lightbulb-3:before {
  content: '\f007'; }

/* '' */
.icon-tv:before {
  content: '\f008'; }

/* '' */
.icon-desktop-3:before {
  content: '\f009'; }

/* '' */
.icon-mobile-6:before {
  content: '\f00a'; }

/* '' */
.icon-cd-3:before {
  content: '\f00b'; }

/* '' */
.icon-inbox-4:before {
  content: '\f00c'; }

/* '' */
.icon-globe-6:before {
  content: '\f00d'; }

/* '' */
.icon-cloud-7:before {
  content: '\f00e'; }

/* '' */
.icon-paper-plane-3:before {
  content: '\f00f'; }

/* '' */
.icon-fire-3:before {
  content: '\f010'; }

/* '' */
.icon-graduation-cap-2:before {
  content: '\f011'; }

/* '' */
.icon-megaphone-3:before {
  content: '\f012'; }

/* '' */
.icon-database-3:before {
  content: '\f013'; }

/* '' */
.icon-key-5:before {
  content: '\f014'; }

/* '' */
.icon-beaker-1:before {
  content: '\f015'; }

/* '' */
.icon-truck-1:before {
  content: '\f016'; }

/* '' */
.icon-money-2:before {
  content: '\f017'; }

/* '' */
.icon-food-1:before {
  content: '\f018'; }

/* '' */
.icon-shop-1:before {
  content: '\f019'; }

/* '' */
.icon-diamond:before {
  content: '\f01a'; }

/* '' */
.icon-t-shirt:before {
  content: '\f01b'; }

/* '' */
.icon-wallet:before {
  content: '\f01c'; }

/* '' */
.icon-search-8:before {
  content: '\f01d'; }

/* '' */
.icon-mail-8:before {
  content: '\f01e'; }

/* '' */
.icon-heart-8:before {
  content: '\f01f'; }

/* '' */
.icon-heart-empty-4:before {
  content: '\f020'; }

/* '' */
.icon-star-8:before {
  content: '\f021'; }

/* '' */
.icon-user-8:before {
  content: '\f022'; }

/* '' */
.icon-video-5:before {
  content: '\f023'; }

/* '' */
.icon-picture-5:before {
  content: '\f024'; }

/* '' */
.icon-th-large-3:before {
  content: '\f025'; }

/* '' */
.icon-th-4:before {
  content: '\f026'; }

/* '' */
.icon-th-list-5:before {
  content: '\f027'; }

/* '' */
.icon-ok-6:before {
  content: '\f028'; }

/* '' */
.icon-ok-circle-1:before {
  content: '\f029'; }

/* '' */
.icon-cancel-7:before {
  content: '\f02a'; }

/* '' */
.icon-cancel-circle-2:before {
  content: '\f02b'; }

/* '' */
.icon-plus-circle-1:before {
  content: '\f02c'; }

/* '' */
.icon-minus-circle-1:before {
  content: '\f02d'; }

/* '' */
.icon-link-5:before {
  content: '\f02e'; }

/* '' */
.icon-attach-7:before {
  content: '\f02f'; }

/* '' */
.icon-lock-8:before {
  content: '\f030'; }

/* '' */
.icon-lock-open-7:before {
  content: '\f031'; }

/* '' */
.icon-tag-7:before {
  content: '\f032'; }

/* '' */
.icon-reply-4:before {
  content: '\f033'; }

/* '' */
.icon-reply-all-2:before {
  content: '\f034'; }

/* '' */
.icon-forward-4:before {
  content: '\f035'; }

/* '' */
.icon-code-3:before {
  content: '\f036'; }

/* '' */
.icon-retweet-4:before {
  content: '\f037'; }

/* '' */
.icon-comment-7:before {
  content: '\f038'; }

/* '' */
.icon-comment-alt-2:before {
  content: '\f039'; }

/* '' */
.icon-chat-6:before {
  content: '\f03a'; }

/* '' */
.icon-attention-5:before {
  content: '\f03b'; }

/* '' */
.icon-location-8:before {
  content: '\f03c'; }

/* '' */
.icon-doc-8:before {
  content: '\f03d'; }

/* '' */
.icon-docs-landscape:before {
  content: '\f03e'; }

/* '' */
.icon-folder-6:before {
  content: '\f03f'; }

/* '' */
.icon-archive-2:before {
  content: '\f040'; }

/* '' */
.icon-rss-7:before {
  content: '\f041'; }

/* '' */
.icon-rss-alt-1:before {
  content: '\f042'; }

/* '' */
.icon-cog-7:before {
  content: '\f043'; }

/* '' */
.icon-logout-3:before {
  content: '\f044'; }

/* '' */
.icon-clock-8:before {
  content: '\f045'; }

/* '' */
.icon-block-5:before {
  content: '\f046'; }

/* '' */
.icon-resize-full-6:before {
  content: '\f047'; }

/* '' */
.icon-resize-full-circle:before {
  content: '\f048'; }

/* '' */
.icon-popup-5:before {
  content: '\f049'; }

/* '' */
.icon-left-open-5:before {
  content: '\f04a'; }

/* '' */
.icon-right-open-5:before {
  content: '\f04b'; }

/* '' */
.icon-down-circle-1:before {
  content: '\f04c'; }

/* '' */
.icon-left-circle-1:before {
  content: '\f04d'; }

/* '' */
.icon-right-circle-1:before {
  content: '\f04e'; }

/* '' */
.icon-up-circle-1:before {
  content: '\f04f'; }

/* '' */
.icon-down-dir-3:before {
  content: '\f050'; }

/* '' */
.icon-right-dir-3:before {
  content: '\f051'; }

/* '' */
.icon-down-micro:before {
  content: '\f052'; }

/* '' */
.icon-up-micro:before {
  content: '\f053'; }

/* '' */
.icon-cw-circle:before {
  content: '\f054'; }

/* '' */
.icon-arrows-cw-3:before {
  content: '\f055'; }

/* '' */
.icon-updown-circle:before {
  content: '\f056'; }

/* '' */
.icon-target-5:before {
  content: '\f057'; }

/* '' */
.icon-signal-5:before {
  content: '\f058'; }

/* '' */
.icon-progress-4:before {
  content: '\f059'; }

/* '' */
.icon-progress-5:before {
  content: '\f05a'; }

/* '' */
.icon-progress-6:before {
  content: '\f05b'; }

/* '' */
.icon-progress-7:before {
  content: '\f05c'; }

/* '' */
.icon-progress-8:before {
  content: '\f05d'; }

/* '' */
.icon-progress-9:before {
  content: '\f05e'; }

/* '' */
.icon-progress-10:before {
  content: '\f05f'; }

/* '' */
.icon-progress-11:before {
  content: '\f060'; }

/* '' */
.icon-font-2:before {
  content: '\f061'; }

/* '' */
.icon-list-4:before {
  content: '\f062'; }

/* '' */
.icon-list-numbered-1:before {
  content: '\f063'; }

/* '' */
.icon-indent-left-2:before {
  content: '\f064'; }

/* '' */
.icon-indent-right-2:before {
  content: '\f065'; }

/* '' */
.icon-cloud-8:before {
  content: '\f066'; }

/* '' */
.icon-terminal-1:before {
  content: '\f067'; }

/* '' */
.icon-facebook-rect-2:before {
  content: '\f068'; }

/* '' */
.icon-twitter-bird-2:before {
  content: '\f069'; }

/* '' */
.icon-vimeo-rect-1:before {
  content: '\f06a'; }

/* '' */
.icon-tumblr-rect-1:before {
  content: '\f06b'; }

/* '' */
.icon-googleplus-rect-1:before {
  content: '\f06c'; }

/* '' */
.icon-linkedin-rect-1:before {
  content: '\f06d'; }

/* '' */
.icon-skype-6:before {
  content: '\f06e'; }

/* '' */
.icon-vkontakte-rect-1:before {
  content: '\f06f'; }

/* '' */
.icon-youtube-4:before {
  content: '\f070'; }

/* '' */
.icon-odnoklassniki-rect-1:before {
  content: '\f071'; }

/* '' */
/*------------------------------------*    $HEADER
\*------------------------------------*/
/**
 *  Header style
 */
#header {
  background-color: #fff;
  padding: 10px 0; }
  #header .logo {
    margin: 0 auto;
    display: inline-block; }
    #header .logo a {
      display: block; }
      #header .logo a img {
        max-height: 100%;
        display: inline;
        vertical-align: middle;
        width: 90px; }
  #header .mobile-nav-btn {
    display: none; }
  #header nav {
    display: inline-block;
    margin-left: 30px; }
    #header nav ul {
      margin: 0;
      list-style: none; }
      #header nav ul li {
        display: inline-block;
        padding: 7px 15px;
        margin-right: 5px;
        transition: background-color 0.1s linear; }
        #header nav ul li:last-child {
          margin-right: 0; }
        #header nav ul li:nth-child(2):hover {
          cursor: pointer; }
        #header nav ul li a {
          color: #222;
          font-weight: 700; }
        #header nav ul li:hover {
          background-color: #E62686; }
          #header nav ul li:hover a {
            color: #fff; }
        #header nav ul li .sub-menu {
          display: none;
          position: absolute;
          z-index: 999;
          background-color: black;
          margin-top: 7px;
          margin-left: -15px;
          padding: 10px; }
          #header nav ul li .sub-menu a {
            color: #fff; }
          #header nav ul li .sub-menu .current_page_item {
            background-color: transparent; }
            #header nav ul li .sub-menu .current_page_item a {
              color: #E62686; }
          #header nav ul li .sub-menu li {
            display: block; }
            #header nav ul li .sub-menu li:hover {
              background-color: transparent; }
            #header nav ul li .sub-menu li a:hover {
              color: #E62686; }
      #header nav ul .current-menu-ancestor,
      #header nav ul .current-menu-item {
        background-color: #E62686; }
        #header nav ul .current-menu-ancestor a,
        #header nav ul .current-menu-item a {
          color: #fff; }

/*------------------------------------*    $FOOTER
\*------------------------------------*/
/**
 * Base stuff
 */
footer {
  background-color: #202020;
  padding: 50px 0;
  color: #f2f2f2; }
  footer .menu-footer-menu-container ul {
    margin: 0;
    list-style: none; }
    footer .menu-footer-menu-container ul a {
      color: #f2f2f2; }
      footer .menu-footer-menu-container ul a:hover {
        color: #e62686; }
  footer .widget-easy-twitter-feed-widget-global-wrapper {
    float: right; }
  footer hr {
    margin-top: 40px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6b6b6b;
    padding: 0; }
  footer .w-social {
    padding: 20px 0 0 0;
    text-align: center; }
    footer .w-social ul {
      margin: 0;
      list-style: none; }
      footer .w-social ul li {
        display: inline-block;
        border: 1px solid;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
        margin: 0 10px; }
        footer .w-social ul li a {
          font-size: 20px;
          font-size: 1.25rem;
          color: #f2f2f2;
          display: block; }

/*------------------------------------*    $LOCALIZATION
\*------------------------------------*/
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/*
* Mobile
*/
@media only screen and (max-width: 480px) {
  .widget-easy-twitter-feed-widget-global-wrapper {
    width: 100% !important;
    margin-top: 24px; }
    .widget-easy-twitter-feed-widget-global-wrapper iframe {
      width: 100% !important; }
  .info-header {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 40px 0; }
  .sidebar {
    margin-bottom: 40px; }
  .header-image {
    height: auto; }
    .header-image .header-content {
      position: initial;
      margin: 24px 0; }
      .header-image .header-content h1 {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1.37143;
        line-height: 40px; }
  .page-content .link .w-buttons a {
    width: 100%; }
    .page-content .link .w-buttons a:first-child {
      margin-bottom: 15px; }
  #header nav {
    display: none;
    margin: 0;
    margin-top: 10px; }
    #header nav ul li {
      display: block; }
    #header nav .sub-menu {
      margin-right: -15px;
      position: initial !important; }
  #header nav ul li:last-child {
    margin-right: 5px; }
  #header .mobile-nav-btn {
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    right: 16px;
    top: 23px; }
    #header .mobile-nav-btn:hover {
      cursor: pointer; } }

/*
* Tablet
*/
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .hide-for-lap {
    display: none; }
  .sidebar {
    margin-bottom: 40px; } }

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=app.css.map */
