/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
* www.KNACSS.com V4.4.5 (1er avril 2016) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
ul,
ol {
  padding-left: 2em;
}
img {
  vertical-align: middle;
}
/* height auto only for non SVG images */
img:not([src$=".svg"]) {
  height: auto;
}
blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}
/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * .625);
}
body {
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  line-height: 1.5;
}
a {
  color: #333;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.5;
}
h1,
.h1-like {
  font-size: 3.2rem;
  font-family: sans-serif;
}
h2,
.h2-like {
  font-size: 2.8rem;
  font-family: sans-serif;
}
h3,
.h3-like {
  font-size: 2.4rem;
}
h4,
.h4-like {
  font-size: 2rem;
}
h5,
.h5-like {
  font-size: 1.8rem;
}
h6,
.h6-like {
  font-size: 1.6rem;
}
/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}
.small {
  font-size: 0.8em;
}
.big {
  font-size: 1.2em;
}
.bigger {
  font-size: 1.5em;
}
.biggest {
  font-size: 2em;
}
code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}
em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}
/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}
/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}
/* margin-bottom on tables */
table {
  margin-bottom: 2rem;
}
/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
  clear: both;
}
/* blocks that must contain floats */
.clearfix::after,
.line::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
/* simple blocks alignment */
.left {
  margin-right: auto;
}
.right {
  margin-left: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* text and contents alignment */
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* floating elements */
.fl {
  float: left;
}
img.fl {
  margin-right: 1rem;
}
.fr {
  float: right;
}
img.fr {
  margin-left: 1rem;
}
img.fl,
img.fr {
  margin-bottom: 0.5rem;
}
/* table layout */
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row > *,
.col {
  display: table-cell;
  vertical-align: top;
}
/* no table-cell for script tag when body is a .row */
body > script {
  display: none !important;
}
/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*="flex-container"],
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container-h {
  flex-direction: row;
}
.flex-container-v {
  flex-direction: column;
}
.flex-item-fluid {
  flex: 1;
  min-width: 0;
}
.flex-item-first {
  order: -1;
}
.flex-item-medium {
  order: 0;
}
.flex-item-last {
  order: 1;
}
.flex-item-center {
  margin: auto;
}
/* ---------------------------------- */
/* ==Grillade                         */
/* ---------------------------------- */
/* grid container */
[class*="grid-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -2rem;
  /* inline-block fallback for IE9 generation */
  letter-spacing: -0.31em;
}
/* grid childs */
[class*="grid-"] > * {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(100% * 1 / 4 - 2rem - .01px);
  min-width: 0;
  margin-left: 2rem;
  /* inline-block fallback for IE9 generation */
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
[class*="grid-2"] > * {
  width: calc(100% * 1 / 2 - 2rem - .01px);
}
[class*="grid-2"] > .flex-item-double {
  width: calc(100% * 2 / 2 - 2rem - .01px);
}
[class*="grid-3"] > * {
  width: calc(100% * 1 / 3 - 2rem - .01px);
}
[class*="grid-3"] > .flex-item-double {
  width: calc(100% * 2 / 3 - 2rem - .01px);
}
[class*="grid-4"] > * {
  width: calc(100% * 1 / 4 - 2rem - .01px);
}
[class*="grid-4"] > .flex-item-double {
  width: calc(100% * 2 / 4 - 2rem - .01px);
}
[class*="grid-5"] > * {
  width: calc(100% * 1 / 5 - 2rem - .01px);
}
[class*="grid-5"] > .flex-item-double {
  width: calc(100% * 2 / 5 - 2rem - .01px);
}
[class*="grid-6"] > * {
  width: calc(100% * 1 / 6 - 2rem - .01px);
}
[class*="grid-6"] > .flex-item-double {
  width: calc(100% * 2 / 6 - 2rem - .01px);
}
[class*="grid-7"] > * {
  width: calc(100% * 1 / 7 - 2rem - .01px);
}
[class*="grid-7"] > .flex-item-double {
  width: calc(100% * 2 / 7 - 2rem - .01px);
}
[class*="grid-8"] > * {
  width: calc(100% * 1 / 8 - 2rem - .01px);
}
[class*="grid-8"] > .flex-item-double {
  width: calc(100% * 2 / 8 - 2rem - .01px);
}
[class*="grid-10"] > * {
  width: calc(100% * 1 / 10 - 2rem - .01px);
}
[class*="grid-10"] > .flex-item-double {
  width: calc(100% * 2 / 10 - 2rem - .01px);
}
[class*="grid-12"] > * {
  width: calc(100% * 1 / 12 - 2rem - .01px);
}
[class*="grid-12"] > .flex-item-double {
  width: calc(100% * 2 / 12 - 2rem - .01px);
}
/* Responsive grid */
@media (max-width: 640px) {
  [class*="-small-4"] > * {
    width: calc(100% * 1 / 4 - 2rem - .01px);
  }
  [class*="-small-4"] > .flex-item-double {
    width: calc(100% * 1 / 2 - 2rem - .01px);
  }
  [class*="-small-3"] > * {
    width: calc(100% * 1 / 3 - 2rem - .01px);
  }
  [class*="-small-3"] > .flex-item-double {
    width: calc(100% * 2 / 3 - 2rem - .01px);
  }
  [class*="-small-2"] > * {
    width: calc(100% * 1 / 2 - 2rem - .01px);
  }
  [class*="-small-2"] > .flex-item-double {
    width: calc(100% - 2rem - .01px);
  }
  [class*="-small-1"] > * {
    width: calc(100% - 2rem - .01px);
  }
  [class*="-small-1"] > .flex-item-double {
    width: calc(100% - 2rem - .01px);
  }
}
@media (max-width: 320px) {
  [class*="-tiny-2"] > * {
    width: calc(100% * 1 / 2 - 2rem - .01px);
  }
  [class*="-tiny-2"] > .flex-item-double {
    width: calc(100% - 2rem - .01px);
  }
  [class*="-tiny-1"] > * {
    width: calc(100% - 2rem - .01px);
  }
  [class*="-tiny-1"] > .flex-item-double {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-2-1 > *:nth-child(odd) {
  width: calc(66.66666666666666% - 2rem - .01px);
}
.grid-2-1 > *:nth-child(even) {
  width: calc(33.33333333333333% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-2-1 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-1-2 > *:nth-child(odd) {
  width: calc(33.33333333333333% - 2rem - .01px);
}
.grid-1-2 > *:nth-child(even) {
  width: calc(66.66666666666666% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-1-2 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-3-1 > *:nth-child(odd) {
  width: calc(75% - 2rem - .01px);
}
.grid-3-1 > *:nth-child(even) {
  width: calc(25% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-3-1 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-1-3 > *:nth-child(odd) {
  width: calc(25% - 2rem - .01px);
}
.grid-1-3 > *:nth-child(even) {
  width: calc(75% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-1-3 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-3-2 > *:nth-child(odd) {
  width: calc(60% - 2rem - .01px);
}
.grid-3-2 > *:nth-child(even) {
  width: calc(40% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-3-2 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-2-3 > *:nth-child(odd) {
  width: calc(40% - 2rem - .01px);
}
.grid-2-3 > *:nth-child(even) {
  width: calc(60% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-2-3 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-4-1 > *:nth-child(odd) {
  width: calc(80% - 2rem - .01px);
}
.grid-4-1 > *:nth-child(even) {
  width: calc(20% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-4-1 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.grid-1-4 > *:nth-child(odd) {
  width: calc(20% - 2rem - .01px);
}
.grid-1-4 > *:nth-child(even) {
  width: calc(80% - 2rem - .01px);
}
@media (max-width: 640px) {
  .grid-1-4 > *:nth-child(n) {
    width: calc(100% - 2rem - .01px);
  }
}
.pull {
  margin-right: auto;
}
.push {
  margin-left: auto;
}
/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}
.table {
  display: table;
}
#recaptcha_table,
table.table-auto {
  table-layout: auto;
}
td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}
/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block;
}
/* forms items */
form,
fieldset {
  border: none;
}
input,
button,
select,
label,
.btn {
  font-family: inherit;
  font-size: inherit;
}
button,
input,
optgroup,
select,
textarea {
  color: #000;
}
label {
  display: inline-block;
  cursor: pointer;
}
legend {
  border: 0;
  white-space: normal;
}
textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}
select {
  -webkit-appearance: menulist-button;
}
/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}
.btn:focus,
input[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* unstyled forms */
button.unstyled,
input[type="button"].unstyled,
input[type="submit"].unstyled,
input[type="reset"].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.unstyled:focus,
input[type="button"].unstyled:focus,
input[type="submit"].unstyled:focus,
input[type="reset"].unstyled:focus {
  box-shadow: none;
  outline: none;
}
/* ---------------------------------- */
/* ==state helpers                    */
/* ---------------------------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none;
}
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}
ul.is-unstyled,
ul.unstyled {
  list-style: none;
  padding-left: 0;
}
/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3333%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.6666%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.w50p {
  width: 50px;
}
.w100p {
  width: 100px;
}
.w150p {
  width: 150px;
}
.w200p {
  width: 200px;
}
.w300p {
  width: 300px;
}
.w400p {
  width: 400px;
}
.w500p {
  width: 500px;
}
.w600p {
  width: 600px;
}
.w700p {
  width: 700px;
}
.w800p {
  width: 800px;
}
.w960p {
  width: 960px;
}
.mw960p {
  max-width: 960px;
}
.w1140p {
  width: 1140px;
}
.mw1140p {
  max-width: 1140px;
}
.wauto {
  width: auto;
}
/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
.man,
.ma0 {
  margin: 0;
}
.pan,
.pa0 {
  padding: 0;
}
.mas {
  margin: 1rem;
}
.mam {
  margin: 2rem;
}
.mal {
  margin: 4rem;
}
.pas {
  padding: 1rem;
}
.pam {
  padding: 2rem;
}
.pal {
  padding: 4rem;
}
.mtn,
.mt0 {
  margin-top: 0;
}
.mts {
  margin-top: 1rem;
}
.mtm {
  margin-top: 2rem;
}
.mtl {
  margin-top: 4rem;
}
.mrn,
.mr0 {
  margin-right: 0;
}
.mrs {
  margin-right: 1rem;
}
.mrm {
  margin-right: 2rem;
}
.mrl {
  margin-right: 4rem;
}
.mbn,
.mb0 {
  margin-bottom: 0;
}
.mbs {
  margin-bottom: 1rem;
}
.mbm {
  margin-bottom: 2rem;
}
.mbl {
  margin-bottom: 4rem;
}
.mln,
.ml0 {
  margin-left: 0;
}
.mls {
  margin-left: 1rem;
}
.mlm {
  margin-left: 2rem;
}
.mll {
  margin-left: 4rem;
}
.mauto {
  margin: auto;
}
.mtauto {
  margin-top: auto;
}
.mrauto {
  margin-right: auto;
}
.mbauto {
  margin-bottom: auto;
}
.mlauto {
  margin-left: auto;
}
.ptn,
.pt0 {
  padding-top: 0;
}
.pts {
  padding-top: 1rem;
}
.ptm {
  padding-top: 2rem;
}
.ptl {
  padding-top: 4rem;
}
.prn,
.pr0 {
  padding-right: 0;
}
.prs {
  padding-right: 1rem;
}
.prm {
  padding-right: 2rem;
}
.prl {
  padding-right: 4rem;
}
.pbn,
.pb0 {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 1rem;
}
.pbm {
  padding-bottom: 2rem;
}
.pbl {
  padding-bottom: 4rem;
}
.pln,
.pl0 {
  padding-left: 0;
}
.pls {
  padding-left: 1rem;
}
.plm {
  padding-left: 2rem;
}
.pll {
  padding-left: 4rem;
}
/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 961px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}
/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 961px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .large-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.3333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.6666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 641px) and (max-width: 960px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .medium-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.3333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.6666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 321px) and (max-width: 640px) {
  /* quick reset in small resolution and less */
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.3333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.6666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 320px) {
  /* quick tiny resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    flex-direction: column;
  }
  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  th,
  td {
    display: block;
    width: auto;
    text-align: left;
  }
  thead {
    display: none;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.3333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.6666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}
/* quick print reset */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==misc rules                  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}
@media (max-width: 640px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 640px) {
  .no-wrapping {
    word-wrap: normal;
    hyphens: manual;
  }
}
/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}
mark {
  padding: 2px 4px;
}
sup,
sub {
  vertical-align: 0;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  position: relative;
  padding-left: 3em;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}
blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "\2014 \0020";
}
q {
  font-style: normal;
}
q,
.q {
  quotes: "“\00a0" "\00a0”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}
/* tables */
table,
.table {
  border: 1px solid #ccc;
}
caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}
td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}
/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a LESS @import */
/* @import "my-styles.less"; */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/jRvZDltghxTY.eot');
  src: url('../fonts/rV9O6B3AD6LE.eot#iefix-ik96we') format('embedded-opentype'), url('../fonts/DqqmCWINTRkx.woff') format('woff'), url('../fonts/NOEqAeH9PTSN.ttf') format('truetype'), url('../images/cQ0lohFvK6sg.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e601";
}
.icon-home2:before {
  content: "\e602";
}
.icon-home3:before {
  content: "\e603";
}
.icon-home4:before {
  content: "\e604";
}
.icon-home5:before {
  content: "\e605";
}
.icon-home6:before {
  content: "\e606";
}
.icon-home7:before {
  content: "\e607";
}
.icon-home8:before {
  content: "\e608";
}
.icon-home9:before {
  content: "\e609";
}
.icon-office:before {
  content: "\e60a";
}
.icon-city:before {
  content: "\e60b";
}
.icon-newspaper:before {
  content: "\e60c";
}
.icon-magazine:before {
  content: "\e60d";
}
.icon-design:before {
  content: "\e60e";
}
.icon-pencil:before {
  content: "\e60f";
}
.icon-pencil2:before {
  content: "\e610";
}
.icon-pencil3:before {
  content: "\e611";
}
.icon-pencil4:before {
  content: "\e612";
}
.icon-pencil5:before {
  content: "\e613";
}
.icon-pencil6:before {
  content: "\e614";
}
.icon-pencil7:before {
  content: "\e615";
}
.icon-eraser:before {
  content: "\e616";
}
.icon-eraser2:before {
  content: "\e617";
}
.icon-eraser3:before {
  content: "\e618";
}
.icon-quill:before {
  content: "\e619";
}
.icon-quill2:before {
  content: "\e61a";
}
.icon-quill3:before {
  content: "\e61b";
}
.icon-quill4:before {
  content: "\e61c";
}
.icon-pen:before {
  content: "\e61d";
}
.icon-pen-plus:before {
  content: "\e61e";
}
.icon-pen-minus:before {
  content: "\e61f";
}
.icon-pen2:before {
  content: "\e620";
}
.icon-pen3:before {
  content: "\e621";
}
.icon-pen4:before {
  content: "\e622";
}
.icon-pen5:before {
  content: "\e623";
}
.icon-marker:before {
  content: "\e624";
}
.icon-marker2:before {
  content: "\e625";
}
.icon-blog:before {
  content: "\e626";
}
.icon-blog2:before {
  content: "\e627";
}
.icon-pen6:before {
  content: "\e628";
}
.icon-brush:before {
  content: "\e629";
}
.icon-spray:before {
  content: "\e62a";
}
.icon-palette:before {
  content: "\e62b";
}
.icon-palette2:before {
  content: "\e62c";
}
.icon-color-sampler:before {
  content: "\e62d";
}
.icon-toggle:before {
  content: "\e62e";
}
.icon-bucket:before {
  content: "\e62f";
}
.icon-bucket2:before {
  content: "\e630";
}
.icon-gradient:before {
  content: "\e631";
}
.icon-eyedropper:before {
  content: "\e632";
}
.icon-eyedropper2:before {
  content: "\e633";
}
.icon-eyedropper3:before {
  content: "\e634";
}
.icon-droplet:before {
  content: "\e635";
}
.icon-droplet2:before {
  content: "\e636";
}
.icon-droplet-contrast:before {
  content: "\e637";
}
.icon-color-clear:before {
  content: "\e638";
}
.icon-paint-format:before {
  content: "\e639";
}
.icon-stamp:before {
  content: "\e63a";
}
.icon-images:before {
  content: "\e63b";
}
.icon-image:before {
  content: "\e63c";
}
.icon-image2:before {
  content: "\e63d";
}
.icon-image-compare:before {
  content: "\e63e";
}
.icon-images2:before {
  content: "\e63f";
}
.icon-image3:before {
  content: "\e640";
}
.icon-images3:before {
  content: "\e641";
}
.icon-image4:before {
  content: "\e642";
}
.icon-image5:before {
  content: "\e643";
}
.icon-image6:before {
  content: "\e644";
}
.icon-camera:before {
  content: "\e645";
}
.icon-camera2:before {
  content: "\e646";
}
.icon-camera3:before {
  content: "\e647";
}
.icon-shutter:before {
  content: "\e648";
}
.icon-headphones:before {
  content: "\e649";
}
.icon-headset:before {
  content: "\e64a";
}
.icon-music:before {
  content: "\e64b";
}
.icon-music2:before {
  content: "\e64c";
}
.icon-music3:before {
  content: "\e64d";
}
.icon-music4:before {
  content: "\e64e";
}
.icon-music5:before {
  content: "\e64f";
}
.icon-music6:before {
  content: "\e650";
}
.icon-album:before {
  content: "\e651";
}
.icon-cassette:before {
  content: "\e652";
}
.icon-tape:before {
  content: "\e653";
}
.icon-piano:before {
  content: "\e654";
}
.icon-guitar:before {
  content: "\e655";
}
.icon-trumpet:before {
  content: "\e656";
}
.icon-speakers:before {
  content: "\e657";
}
.icon-play:before {
  content: "\e658";
}
.icon-play2:before {
  content: "\e659";
}
.icon-clapboard-play:before {
  content: "\e65a";
}
.icon-clapboard:before {
  content: "\e65b";
}
.icon-media:before {
  content: "\e65c";
}
.icon-presentation:before {
  content: "\e65d";
}
.icon-movie:before {
  content: "\e65e";
}
.icon-film:before {
  content: "\e65f";
}
.icon-film2:before {
  content: "\e660";
}
.icon-film3:before {
  content: "\e661";
}
.icon-film4:before {
  content: "\e662";
}
.icon-video-camera:before {
  content: "\e663";
}
.icon-video-camera2:before {
  content: "\e664";
}
.icon-video-camera-slash:before {
  content: "\e665";
}
.icon-video-camera3:before {
  content: "\e666";
}
.icon-video-camera4:before {
  content: "\e667";
}
.icon-video-camera-slash2:before {
  content: "\e668";
}
.icon-video-camera5:before {
  content: "\e669";
}
.icon-recording:before {
  content: "\e66a";
}
.icon-dice:before {
  content: "\e66b";
}
.icon-gamepad:before {
  content: "\e66c";
}
.icon-gamepad2:before {
  content: "\e66d";
}
.icon-gamepad3:before {
  content: "\e66e";
}
.icon-pacman:before {
  content: "\e66f";
}
.icon-spades:before {
  content: "\e670";
}
.icon-clubs:before {
  content: "\e671";
}
.icon-diamonds:before {
  content: "\e672";
}
.icon-chess-king:before {
  content: "\e673";
}
.icon-chess-queen:before {
  content: "\e674";
}
.icon-chess-rock:before {
  content: "\e675";
}
.icon-chess-bishop:before {
  content: "\e676";
}
.icon-chess-knight:before {
  content: "\e677";
}
.icon-chess-pawn:before {
  content: "\e678";
}
.icon-chess:before {
  content: "\e679";
}
.icon-bullhorn:before {
  content: "\e67a";
}
.icon-megaphone:before {
  content: "\e67b";
}
.icon-new:before {
  content: "\e67c";
}
.icon-connection:before {
  content: "\e67d";
}
.icon-connection2:before {
  content: "\e67e";
}
.icon-connection3:before {
  content: "\e67f";
}
.icon-connection4:before {
  content: "\e680";
}
.icon-podcast:before {
  content: "\e681";
}
.icon-station:before {
  content: "\e682";
}
.icon-station2:before {
  content: "\e683";
}
.icon-antenna:before {
  content: "\e684";
}
.icon-satellite-dish:before {
  content: "\e685";
}
.icon-satellite-dish2:before {
  content: "\e686";
}
.icon-feed:before {
  content: "\e687";
}
.icon-podcast2:before {
  content: "\e688";
}
.icon-antenna2:before {
  content: "\e689";
}
.icon-mic:before {
  content: "\e68a";
}
.icon-mic-off:before {
  content: "\e68b";
}
.icon-mic2:before {
  content: "\e68c";
}
.icon-mic-off2:before {
  content: "\e68d";
}
.icon-mic3:before {
  content: "\e68e";
}
.icon-mic4:before {
  content: "\e68f";
}
.icon-mic5:before {
  content: "\e690";
}
.icon-book:before {
  content: "\e691";
}
.icon-book2:before {
  content: "\e692";
}
.icon-book-play:before {
  content: "\e693";
}
.icon-book3:before {
  content: "\e694";
}
.icon-bookmark:before {
  content: "\e695";
}
.icon-books:before {
  content: "\e696";
}
.icon-archive:before {
  content: "\e697";
}
.icon-reading:before {
  content: "\e698";
}
.icon-library:before {
  content: "\e699";
}
.icon-library2:before {
  content: "\e69a";
}
.icon-graduation:before {
  content: "\e69b";
}
.icon-file-text:before {
  content: "\e69c";
}
.icon-profile:before {
  content: "\e69d";
}
.icon-file-empty:before {
  content: "\e69e";
}
.icon-file-empty2:before {
  content: "\e69f";
}
.icon-files-empty:before {
  content: "\e6a0";
}
.icon-files-empty2:before {
  content: "\e6a1";
}
.icon-file-plus:before {
  content: "\e6a2";
}
.icon-file-plus2:before {
  content: "\e6a3";
}
.icon-file-minus:before {
  content: "\e6a4";
}
.icon-file-minus2:before {
  content: "\e6a5";
}
.icon-file-download:before {
  content: "\e6a6";
}
.icon-file-download2:before {
  content: "\e6a7";
}
.icon-file-upload:before {
  content: "\e6a8";
}
.icon-file-upload2:before {
  content: "\e6a9";
}
.icon-file-check:before {
  content: "\e6aa";
}
.icon-file-check2:before {
  content: "\e6ab";
}
.icon-file-eye:before {
  content: "\e6ac";
}
.icon-file-eye2:before {
  content: "\e6ad";
}
.icon-file-text2:before {
  content: "\e6ae";
}
.icon-file-text3:before {
  content: "\e6af";
}
.icon-file-picture:before {
  content: "\e6b0";
}
.icon-file-picture2:before {
  content: "\e6b1";
}
.icon-file-music:before {
  content: "\e6b2";
}
.icon-file-music2:before {
  content: "\e6b3";
}
.icon-file-play:before {
  content: "\e6b4";
}
.icon-file-play2:before {
  content: "\e6b5";
}
.icon-file-video:before {
  content: "\e6b6";
}
.icon-file-video2:before {
  content: "\e6b7";
}
.icon-copy:before {
  content: "\e6b8";
}
.icon-copy2:before {
  content: "\e6b9";
}
.icon-file-zip:before {
  content: "\e6ba";
}
.icon-file-zip2:before {
  content: "\e6bb";
}
.icon-file-xml:before {
  content: "\e6bc";
}
.icon-file-xml2:before {
  content: "\e6bd";
}
.icon-file-css:before {
  content: "\e6be";
}
.icon-file-css2:before {
  content: "\e6bf";
}
.icon-file-presentation:before {
  content: "\e6c0";
}
.icon-file-presentation2:before {
  content: "\e6c1";
}
.icon-file-stats:before {
  content: "\e6c2";
}
.icon-file-stats2:before {
  content: "\e6c3";
}
.icon-file-locked:before {
  content: "\e6c4";
}
.icon-file-locked2:before {
  content: "\e6c5";
}
.icon-file-spreadsheet:before {
  content: "\e6c6";
}
.icon-file-spreadsheet2:before {
  content: "\e6c7";
}
.icon-copy3:before {
  content: "\e6c8";
}
.icon-copy4:before {
  content: "\e6c9";
}
.icon-paste:before {
  content: "\e6ca";
}
.icon-paste2:before {
  content: "\e6cb";
}
.icon-paste3:before {
  content: "\e6cc";
}
.icon-paste4:before {
  content: "\e6cd";
}
.icon-stack:before {
  content: "\e6ce";
}
.icon-stack2:before {
  content: "\e6cf";
}
.icon-stack3:before {
  content: "\e6d0";
}
.icon-folder:before {
  content: "\e6d1";
}
.icon-folder-search:before {
  content: "\e6d2";
}
.icon-folder-download:before {
  content: "\e6d3";
}
.icon-folder-upload:before {
  content: "\e6d4";
}
.icon-folder-plus:before {
  content: "\e6d5";
}
.icon-folder-plus2:before {
  content: "\e6d6";
}
.icon-folder-minus:before {
  content: "\e6d7";
}
.icon-folder-minus2:before {
  content: "\e6d8";
}
.icon-folder-check:before {
  content: "\e6d9";
}
.icon-folder-heart:before {
  content: "\e6da";
}
.icon-folder-remove:before {
  content: "\e6db";
}
.icon-folder2:before {
  content: "\e6dc";
}
.icon-folder-open:before {
  content: "\e6dd";
}
.icon-folder3:before {
  content: "\e6de";
}
.icon-folder4:before {
  content: "\e6df";
}
.icon-folder-plus3:before {
  content: "\e6e0";
}
.icon-folder-minus3:before {
  content: "\e6e1";
}
.icon-folder-plus4:before {
  content: "\e6e2";
}
.icon-folder-minus4:before {
  content: "\e6e3";
}
.icon-folder-download2:before {
  content: "\e6e4";
}
.icon-folder-upload2:before {
  content: "\e6e5";
}
.icon-folder-download3:before {
  content: "\e6e6";
}
.icon-folder-upload3:before {
  content: "\e6e7";
}
.icon-folder5:before {
  content: "\e6e8";
}
.icon-folder-open2:before {
  content: "\e6e9";
}
.icon-folder6:before {
  content: "\e6ea";
}
.icon-folder-open3:before {
  content: "\e6eb";
}
.icon-certificate:before {
  content: "\e6ec";
}
.icon-cc:before {
  content: "\e6ed";
}
.icon-price-tag:before {
  content: "\e6ee";
}
.icon-price-tag2:before {
  content: "\e6ef";
}
.icon-price-tags:before {
  content: "\e6f0";
}
.icon-price-tag3:before {
  content: "\e6f1";
}
.icon-price-tags2:before {
  content: "\e6f2";
}
.icon-price-tag4:before {
  content: "\e6f3";
}
.icon-price-tags3:before {
  content: "\e6f4";
}
.icon-price-tag5:before {
  content: "\e6f5";
}
.icon-price-tags4:before {
  content: "\e6f6";
}
.icon-barcode:before {
  content: "\e6f7";
}
.icon-barcode2:before {
  content: "\e6f8";
}
.icon-qrcode:before {
  content: "\e6f9";
}
.icon-ticket:before {
  content: "\e6fa";
}
.icon-ticket2:before {
  content: "\e6fb";
}
.icon-theater:before {
  content: "\e6fc";
}
.icon-store:before {
  content: "\e6fd";
}
.icon-store2:before {
  content: "\e6fe";
}
.icon-cart:before {
  content: "\e6ff";
}
.icon-cart2:before {
  content: "\e700";
}
.icon-cart3:before {
  content: "\e701";
}
.icon-cart4:before {
  content: "\e702";
}
.icon-cart5:before {
  content: "\e703";
}
.icon-cart-add:before {
  content: "\e704";
}
.icon-cart-add2:before {
  content: "\e705";
}
.icon-cart-remove:before {
  content: "\e706";
}
.icon-basket:before {
  content: "\e707";
}
.icon-bag:before {
  content: "\e708";
}
.icon-bag2:before {
  content: "\e709";
}
.icon-percent:before {
  content: "\e70a";
}
.icon-coins:before {
  content: "\e70b";
}
.icon-coin-dollar:before {
  content: "\e70c";
}
.icon-coin-euro:before {
  content: "\e70d";
}
.icon-coin-pound:before {
  content: "\e70e";
}
.icon-coin-yen:before {
  content: "\e70f";
}
.icon-piggy-bank:before {
  content: "\e710";
}
.icon-wallet:before {
  content: "\e711";
}
.icon-cash:before {
  content: "\e712";
}
.icon-cash2:before {
  content: "\e713";
}
.icon-cash3:before {
  content: "\e714";
}
.icon-cash4:before {
  content: "\e715";
}
.icon-credit-card:before {
  content: "\e716";
}
.icon-credit-card2:before {
  content: "\e717";
}
.icon-calculator:before {
  content: "\e718";
}
.icon-calculator2:before {
  content: "\e719";
}
.icon-calculator3:before {
  content: "\e71a";
}
.icon-chip:before {
  content: "\e71b";
}
.icon-lifebuoy:before {
  content: "\e71c";
}
.icon-phone:before {
  content: "\e71d";
}
.icon-phone2:before {
  content: "\e71e";
}
.icon-phone-slash:before {
  content: "\e71f";
}
.icon-phone-wave:before {
  content: "\e720";
}
.icon-phone-plus:before {
  content: "\e721";
}
.icon-phone-minus:before {
  content: "\e722";
}
.icon-phone-plus2:before {
  content: "\e723";
}
.icon-phone-minus2:before {
  content: "\e724";
}
.icon-phone-incoming:before {
  content: "\e725";
}
.icon-phone-outgoing:before {
  content: "\e726";
}
.icon-phone3:before {
  content: "\e727";
}
.icon-phone-slash2:before {
  content: "\e728";
}
.icon-phone-wave2:before {
  content: "\e729";
}
.icon-phone-hang-up:before {
  content: "\e72a";
}
.icon-phone-hang-up2:before {
  content: "\e72b";
}
.icon-address-book:before {
  content: "\e72c";
}
.icon-address-book2:before {
  content: "\e72d";
}
.icon-address-book3:before {
  content: "\e72e";
}
.icon-notebook:before {
  content: "\e72f";
}
.icon-at-sign:before {
  content: "\e730";
}
.icon-envelop:before {
  content: "\e731";
}
.icon-envelop2:before {
  content: "\e732";
}
.icon-envelop3:before {
  content: "\e733";
}
.icon-envelop4:before {
  content: "\e734";
}
.icon-envelop5:before {
  content: "\e735";
}
.icon-mailbox:before {
  content: "\e736";
}
.icon-pushpin:before {
  content: "\e737";
}
.icon-pushpin2:before {
  content: "\e738";
}
.icon-location:before {
  content: "\e739";
}
.icon-location2:before {
  content: "\e73a";
}
.icon-location3:before {
  content: "\e73b";
}
.icon-location4:before {
  content: "\e73c";
}
.icon-location5:before {
  content: "\e73d";
}
.icon-location6:before {
  content: "\e73e";
}
.icon-location7:before {
  content: "\e73f";
}
.icon-compass:before {
  content: "\e740";
}
.icon-compass2:before {
  content: "\e741";
}
.icon-compass3:before {
  content: "\e742";
}
.icon-compass4:before {
  content: "\e743";
}
.icon-compass5:before {
  content: "\e744";
}
.icon-compass6:before {
  content: "\e745";
}
.icon-map:before {
  content: "\e746";
}
.icon-map2:before {
  content: "\e747";
}
.icon-map3:before {
  content: "\e748";
}
.icon-map4:before {
  content: "\e749";
}
.icon-map5:before {
  content: "\e74a";
}
.icon-direction:before {
  content: "\e74b";
}
.icon-reset:before {
  content: "\e74c";
}
.icon-history:before {
  content: "\e74d";
}
.icon-clock:before {
  content: "\e74e";
}
.icon-clock2:before {
  content: "\e74f";
}
.icon-clock3:before {
  content: "\e750";
}
.icon-clock4:before {
  content: "\e751";
}
.icon-watch:before {
  content: "\e752";
}
.icon-watch2:before {
  content: "\e753";
}
.icon-alarm:before {
  content: "\e754";
}
.icon-alarm-add:before {
  content: "\e755";
}
.icon-alarm-check:before {
  content: "\e756";
}
.icon-alarm-cancel:before {
  content: "\e757";
}
.icon-bell:before {
  content: "\e758";
}
.icon-bell2:before {
  content: "\e759";
}
.icon-bell3:before {
  content: "\e75a";
}
.icon-bell-plus:before {
  content: "\e75b";
}
.icon-bell-minus:before {
  content: "\e75c";
}
.icon-bell-check:before {
  content: "\e75d";
}
.icon-bell-cross:before {
  content: "\e75e";
}
.icon-stopwatch:before {
  content: "\e75f";
}
.icon-calendar:before {
  content: "\e760";
}
.icon-calendar2:before {
  content: "\e761";
}
.icon-calendar3:before {
  content: "\e762";
}
.icon-calendar4:before {
  content: "\e763";
}
.icon-calendar5:before {
  content: "\e764";
}
.icon-printer:before {
  content: "\e765";
}
.icon-printer2:before {
  content: "\e766";
}
.icon-printer3:before {
  content: "\e767";
}
.icon-printer4:before {
  content: "\e768";
}
.icon-shredder:before {
  content: "\e769";
}
.icon-mouse:before {
  content: "\e76a";
}
.icon-mouse2:before {
  content: "\e76b";
}
.icon-mouse-left:before {
  content: "\e76c";
}
.icon-mouse-right:before {
  content: "\e76d";
}
.icon-keyboard:before {
  content: "\e76e";
}
.icon-keyboard2:before {
  content: "\e76f";
}
.icon-typewriter:before {
  content: "\e770";
}
.icon-display:before {
  content: "\e771";
}
.icon-display2:before {
  content: "\e772";
}
.icon-display3:before {
  content: "\e773";
}
.icon-display4:before {
  content: "\e774";
}
.icon-laptop:before {
  content: "\e775";
}
.icon-mobile:before {
  content: "\e776";
}
.icon-mobile2:before {
  content: "\e777";
}
.icon-tablet:before {
  content: "\e778";
}
.icon-mobile3:before {
  content: "\e779";
}
.icon-tv:before {
  content: "\e77a";
}
.icon-radio:before {
  content: "\e77b";
}
.icon-cabinet:before {
  content: "\e77c";
}
.icon-drawer:before {
  content: "\e77d";
}
.icon-drawer2:before {
  content: "\e77e";
}
.icon-drawer-out:before {
  content: "\e77f";
}
.icon-drawer-in:before {
  content: "\e780";
}
.icon-drawer3:before {
  content: "\e781";
}
.icon-box:before {
  content: "\e782";
}
.icon-box-add:before {
  content: "\e783";
}
.icon-box-remove:before {
  content: "\e784";
}
.icon-download:before {
  content: "\e785";
}
.icon-upload:before {
  content: "\e786";
}
.icon-floppy-disk:before {
  content: "\e787";
}
.icon-floppy-disks:before {
  content: "\e788";
}
.icon-floppy-disks2:before {
  content: "\e789";
}
.icon-floppy-disk2:before {
  content: "\e78a";
}
.icon-floppy-disk3:before {
  content: "\e78b";
}
.icon-disk:before {
  content: "\e78c";
}
.icon-disk2:before {
  content: "\e78d";
}
.icon-usb-stick:before {
  content: "\e78e";
}
.icon-drive:before {
  content: "\e78f";
}
.icon-server:before {
  content: "\e790";
}
.icon-database:before {
  content: "\e791";
}
.icon-database2:before {
  content: "\e792";
}
.icon-database3:before {
  content: "\e793";
}
.icon-database4:before {
  content: "\e794";
}
.icon-database-menu:before {
  content: "\e795";
}
.icon-database-add:before {
  content: "\e796";
}
.icon-database-remove:before {
  content: "\e797";
}
.icon-database-insert:before {
  content: "\e798";
}
.icon-database-export:before {
  content: "\e799";
}
.icon-database-upload:before {
  content: "\e79a";
}
.icon-database-refresh:before {
  content: "\e79b";
}
.icon-database-diff:before {
  content: "\e79c";
}
.icon-database-edit:before {
  content: "\e79d";
}
.icon-database-edit2:before {
  content: "\e79e";
}
.icon-database-check:before {
  content: "\e79f";
}
.icon-database-arrow:before {
  content: "\e7a0";
}
.icon-database-time:before {
  content: "\e7a1";
}
.icon-database-time2:before {
  content: "\e7a2";
}
.icon-undo:before {
  content: "\e7a3";
}
.icon-redo:before {
  content: "\e7a4";
}
.icon-rotate-ccw:before {
  content: "\e7a5";
}
.icon-rotate-cw:before {
  content: "\e7a6";
}
.icon-rotate-ccw2:before {
  content: "\e7a7";
}
.icon-rotate-cw2:before {
  content: "\e7a8";
}
.icon-rotate-ccw3:before {
  content: "\e7a9";
}
.icon-rotate-cw3:before {
  content: "\e7aa";
}
.icon-flip-vertical:before {
  content: "\e7ab";
}
.icon-flip-vertical2:before {
  content: "\e7ac";
}
.icon-flip-horizontal:before {
  content: "\e7ad";
}
.icon-flip-horizontal2:before {
  content: "\e7ae";
}
.icon-flip-vertical3:before {
  content: "\e7af";
}
.icon-flip-vertical4:before {
  content: "\e7b0";
}
.icon-angle:before {
  content: "\e7b1";
}
.icon-shear:before {
  content: "\e7b2";
}
.icon-unite:before {
  content: "\e7b3";
}
.icon-subtract:before {
  content: "\e7b4";
}
.icon-interset:before {
  content: "\e7b5";
}
.icon-exclude:before {
  content: "\e7b6";
}
.icon-align-left:before {
  content: "\e7b7";
}
.icon-align-center-horizontal:before {
  content: "\e7b8";
}
.icon-align-right:before {
  content: "\e7b9";
}
.icon-align-top:before {
  content: "\e7ba";
}
.icon-align-center-vertical:before {
  content: "\e7bb";
}
.icon-align-bottom:before {
  content: "\e7bc";
}
.icon-undo2:before {
  content: "\e7bd";
}
.icon-redo2:before {
  content: "\e7be";
}
.icon-forward:before {
  content: "\e7bf";
}
.icon-reply:before {
  content: "\e7c0";
}
.icon-reply-all:before {
  content: "\e7c1";
}
.icon-bubble:before {
  content: "\e7c2";
}
.icon-bubbles:before {
  content: "\e7c3";
}
.icon-bubbles2:before {
  content: "\e7c4";
}
.icon-bubble2:before {
  content: "\e7c5";
}
.icon-bubbles3:before {
  content: "\e7c6";
}
.icon-bubbles4:before {
  content: "\e7c7";
}
.icon-bubble-notification:before {
  content: "\e7c8";
}
.icon-bubbles5:before {
  content: "\e7c9";
}
.icon-bubbles6:before {
  content: "\e7ca";
}
.icon-bubble3:before {
  content: "\e7cb";
}
.icon-bubble-dots:before {
  content: "\e7cc";
}
.icon-bubble-lines:before {
  content: "\e7cd";
}
.icon-bubble4:before {
  content: "\e7ce";
}
.icon-bubble-dots2:before {
  content: "\e7cf";
}
.icon-bubble-lines2:before {
  content: "\e7d0";
}
.icon-bubble5:before {
  content: "\e7d1";
}
.icon-bubble6:before {
  content: "\e7d2";
}
.icon-bubbles7:before {
  content: "\e7d3";
}
.icon-bubble7:before {
  content: "\e7d4";
}
.icon-bubbles8:before {
  content: "\e7d5";
}
.icon-bubble8:before {
  content: "\e7d6";
}
.icon-bubble-dots3:before {
  content: "\e7d7";
}
.icon-bubble-lines3:before {
  content: "\e7d8";
}
.icon-bubble9:before {
  content: "\e7d9";
}
.icon-bubble-dots4:before {
  content: "\e7da";
}
.icon-bubble-lines4:before {
  content: "\e7db";
}
.icon-bubbles9:before {
  content: "\e7dc";
}
.icon-bubbles10:before {
  content: "\e7dd";
}
.icon-bubble-blocked:before {
  content: "\e7de";
}
.icon-bubble-quote:before {
  content: "\e7df";
}
.icon-bubble-user:before {
  content: "\e7e0";
}
.icon-bubble-smiley:before {
  content: "\e7e1";
}
.icon-bubble-check:before {
  content: "\e7e2";
}
.icon-bubble-video:before {
  content: "\e7e3";
}
.icon-bubble-link:before {
  content: "\e7e4";
}
.icon-bubble-lock:before {
  content: "\e7e5";
}
.icon-bubble-star:before {
  content: "\e7e6";
}
.icon-bubble-heart:before {
  content: "\e7e7";
}
.icon-bubble-paperclip:before {
  content: "\e7e8";
}
.icon-bubble-cancel:before {
  content: "\e7e9";
}
.icon-bubble-plus:before {
  content: "\e7ea";
}
.icon-bubble-minus:before {
  content: "\e7eb";
}
.icon-bubble-notification2:before {
  content: "\e7ec";
}
.icon-bubble-left:before {
  content: "\e7ed";
}
.icon-bubble-right:before {
  content: "\e7ee";
}
.icon-bubble-first:before {
  content: "\e7ef";
}
.icon-bubble-last:before {
  content: "\e7f0";
}
.icon-bubble-reply:before {
  content: "\e7f1";
}
.icon-bubble-forward:before {
  content: "\e7f2";
}
.icon-bubble-reply2:before {
  content: "\e7f3";
}
.icon-bubble-forward2:before {
  content: "\e7f4";
}
.icon-user:before {
  content: "\e7f5";
}
.icon-users:before {
  content: "\e7f6";
}
.icon-user-plus:before {
  content: "\e7f7";
}
.icon-user-minus:before {
  content: "\e7f8";
}
.icon-user-cancel:before {
  content: "\e7f9";
}
.icon-user-block:before {
  content: "\e7fa";
}
.icon-user-lock:before {
  content: "\e7fb";
}
.icon-user-check:before {
  content: "\e7fc";
}
.icon-users2:before {
  content: "\e7fd";
}
.icon-user2:before {
  content: "\e7fe";
}
.icon-users3:before {
  content: "\e7ff";
}
.icon-user-plus2:before {
  content: "\e800";
}
.icon-user-minus2:before {
  content: "\e801";
}
.icon-user-cancel2:before {
  content: "\e802";
}
.icon-user-block2:before {
  content: "\e803";
}
.icon-user-lock2:before {
  content: "\e804";
}
.icon-user-check2:before {
  content: "\e805";
}
.icon-user3:before {
  content: "\e806";
}
.icon-user4:before {
  content: "\e807";
}
.icon-user5:before {
  content: "\e808";
}
.icon-user6:before {
  content: "\e809";
}
.icon-users4:before {
  content: "\e80a";
}
.icon-user-tie:before {
  content: "\e80b";
}
.icon-user7:before {
  content: "\e80c";
}
.icon-users5:before {
  content: "\e80d";
}
.icon-collaboration:before {
  content: "\e80e";
}
.icon-vcard:before {
  content: "\e80f";
}
.icon-hat:before {
  content: "\e810";
}
.icon-bowtie:before {
  content: "\e811";
}
.icon-tie:before {
  content: "\e812";
}
.icon-hanger:before {
  content: "\e813";
}
.icon-tshirt:before {
  content: "\e814";
}
.icon-pants:before {
  content: "\e815";
}
.icon-shorts:before {
  content: "\e816";
}
.icon-sock:before {
  content: "\e817";
}
.icon-laundry:before {
  content: "\e818";
}
.icon-quotes-left:before {
  content: "\e819";
}
.icon-quotes-right:before {
  content: "\e81a";
}
.icon-quotes-left2:before {
  content: "\e81b";
}
.icon-quotes-right2:before {
  content: "\e81c";
}
.icon-hour-glass:before {
  content: "\e81d";
}
.icon-hour-glass2:before {
  content: "\e81e";
}
.icon-hour-glass3:before {
  content: "\e81f";
}
.icon-spinner:before {
  content: "\e820";
}
.icon-spinner2:before {
  content: "\e821";
}
.icon-spinner3:before {
  content: "\e822";
}
.icon-spinner4:before {
  content: "\e823";
}
.icon-spinner5:before {
  content: "\e824";
}
.icon-spinner6:before {
  content: "\e825";
}
.icon-spinner7:before {
  content: "\e826";
}
.icon-spinner8:before {
  content: "\e827";
}
.icon-spinner9:before {
  content: "\e828";
}
.icon-spinner10:before {
  content: "\e829";
}
.icon-spinner11:before {
  content: "\e82a";
}
.icon-microscope:before {
  content: "\e82b";
}
.icon-binoculars:before {
  content: "\e82c";
}
.icon-binoculars2:before {
  content: "\e82d";
}
.icon-search:before {
  content: "\e82e";
}
.icon-zoom-in:before {
  content: "\e82f";
}
.icon-zoom-out:before {
  content: "\e830";
}
.icon-search2:before {
  content: "\e831";
}
.icon-zoom-in2:before {
  content: "\e832";
}
.icon-zoom-out2:before {
  content: "\e833";
}
.icon-search3:before {
  content: "\e834";
}
.icon-search4:before {
  content: "\e835";
}
.icon-zoom-in3:before {
  content: "\e836";
}
.icon-zoom-out3:before {
  content: "\e837";
}
.icon-search5:before {
  content: "\e838";
}
.icon-search6:before {
  content: "\e839";
}
.icon-enlarge:before {
  content: "\e83a";
}
.icon-shrink:before {
  content: "\e83b";
}
.icon-enlarge2:before {
  content: "\e83c";
}
.icon-shrink2:before {
  content: "\e83d";
}
.icon-enlarge3:before {
  content: "\e83e";
}
.icon-shrink3:before {
  content: "\e83f";
}
.icon-enlarge4:before {
  content: "\e840";
}
.icon-shrink4:before {
  content: "\e841";
}
.icon-enlarge5:before {
  content: "\e842";
}
.icon-shrink5:before {
  content: "\e843";
}
.icon-enlarge6:before {
  content: "\e844";
}
.icon-shrink6:before {
  content: "\e845";
}
.icon-enlarge7:before {
  content: "\e846";
}
.icon-shrink7:before {
  content: "\e847";
}
.icon-key:before {
  content: "\e848";
}
.icon-key2:before {
  content: "\e849";
}
.icon-key3:before {
  content: "\e84a";
}
.icon-key4:before {
  content: "\e84b";
}
.icon-key5:before {
  content: "\e84c";
}
.icon-keyhole:before {
  content: "\e84d";
}
.icon-lock:before {
  content: "\e84e";
}
.icon-lock2:before {
  content: "\e84f";
}
.icon-lock3:before {
  content: "\e850";
}
.icon-lock4:before {
  content: "\e851";
}
.icon-unlocked:before {
  content: "\e852";
}
.icon-lock5:before {
  content: "\e853";
}
.icon-unlocked2:before {
  content: "\e854";
}
.icon-safe:before {
  content: "\e855";
}
.icon-wrench:before {
  content: "\e856";
}
.icon-wrench2:before {
  content: "\e857";
}
.icon-wrench3:before {
  content: "\e858";
}
.icon-equalizer:before {
  content: "\e859";
}
.icon-equalizer2:before {
  content: "\e85a";
}
.icon-equalizer3:before {
  content: "\e85b";
}
.icon-equalizer4:before {
  content: "\e85c";
}
.icon-cog:before {
  content: "\e85d";
}
.icon-cogs:before {
  content: "\e85e";
}
.icon-cog2:before {
  content: "\e85f";
}
.icon-cog3:before {
  content: "\e860";
}
.icon-cog4:before {
  content: "\e861";
}
.icon-cog5:before {
  content: "\e862";
}
.icon-cog6:before {
  content: "\e863";
}
.icon-cog7:before {
  content: "\e864";
}
.icon-factory:before {
  content: "\e865";
}
.icon-hammer:before {
  content: "\e866";
}
.icon-hammer-wrench:before {
  content: "\e867";
}
.icon-knife:before {
  content: "\e868";
}
.icon-screwdriver:before {
  content: "\e869";
}
.icon-screwdriver2:before {
  content: "\e86a";
}
.icon-magic-wand:before {
  content: "\e86b";
}
.icon-magic-wand2:before {
  content: "\e86c";
}
.icon-pulse:before {
  content: "\e86d";
}
.icon-pulse2:before {
  content: "\e86e";
}
.icon-aid-kit:before {
  content: "\e86f";
}
.icon-aid-kit2:before {
  content: "\e870";
}
.icon-stethoscope:before {
  content: "\e871";
}
.icon-ambulance:before {
  content: "\e872";
}
.icon-alarm2:before {
  content: "\e873";
}
.icon-pandage:before {
  content: "\e874";
}
.icon-pandage2:before {
  content: "\e875";
}
.icon-bug:before {
  content: "\e876";
}
.icon-bug2:before {
  content: "\e877";
}
.icon-syringe:before {
  content: "\e878";
}
.icon-syringe2:before {
  content: "\e879";
}
.icon-pill:before {
  content: "\e87a";
}
.icon-construction:before {
  content: "\e87b";
}
.icon-traffic-cone:before {
  content: "\e87c";
}
.icon-traffic-lights:before {
  content: "\e87d";
}
.icon-pie-chart:before {
  content: "\e87e";
}
.icon-pie-chart2:before {
  content: "\e87f";
}
.icon-pie-chart3:before {
  content: "\e880";
}
.icon-pie-chart4:before {
  content: "\e881";
}
.icon-pie-chart5:before {
  content: "\e882";
}
.icon-pie-chart6:before {
  content: "\e883";
}
.icon-pie-chart7:before {
  content: "\e884";
}
.icon-stats-dots:before {
  content: "\e885";
}
.icon-stats-bars:before {
  content: "\e886";
}
.icon-pie-chart8:before {
  content: "\e887";
}
.icon-stats-bars2:before {
  content: "\e888";
}
.icon-stats-bars3:before {
  content: "\e889";
}
.icon-stats-bars4:before {
  content: "\e88a";
}
.icon-stats-bars5:before {
  content: "\e88b";
}
.icon-stats-bars6:before {
  content: "\e88c";
}
.icon-chart:before {
  content: "\e88d";
}
.icon-stats-growth:before {
  content: "\e88e";
}
.icon-stats-decline:before {
  content: "\e88f";
}
.icon-stats-growth2:before {
  content: "\e890";
}
.icon-stats-decline2:before {
  content: "\e891";
}
.icon-stairs-up:before {
  content: "\e892";
}
.icon-stairs-down:before {
  content: "\e893";
}
.icon-stairs:before {
  content: "\e894";
}
.icon-stairs2:before {
  content: "\e895";
}
.icon-ladder:before {
  content: "\e896";
}
.icon-rating:before {
  content: "\e897";
}
.icon-rating2:before {
  content: "\e898";
}
.icon-rating3:before {
  content: "\e899";
}
.icon-cake:before {
  content: "\e89a";
}
.icon-podium:before {
  content: "\e89b";
}
.icon-stars:before {
  content: "\e89c";
}
.icon-medal-star:before {
  content: "\e89d";
}
.icon-medal:before {
  content: "\e89e";
}
.icon-medal2:before {
  content: "\e89f";
}
.icon-medal-first:before {
  content: "\e8a0";
}
.icon-medal-second:before {
  content: "\e8a1";
}
.icon-medal-third:before {
  content: "\e8a2";
}
.icon-crown:before {
  content: "\e8a3";
}
.icon-trophy:before {
  content: "\e8a4";
}
.icon-trophy2:before {
  content: "\e8a5";
}
.icon-trophy3:before {
  content: "\e8a6";
}
.icon-diamond:before {
  content: "\e8a7";
}
.icon-diamond2:before {
  content: "\e8a8";
}
.icon-trophy4:before {
  content: "\e8a9";
}
.icon-gift:before {
  content: "\e8aa";
}
.icon-gift2:before {
  content: "\e8ab";
}
.icon-balloon:before {
  content: "\e8ac";
}
.icon-pipe:before {
  content: "\e8ad";
}
.icon-mustache:before {
  content: "\e8ae";
}
.icon-mustache2:before {
  content: "\e8af";
}
.icon-glass:before {
  content: "\e8b0";
}
.icon-glass2:before {
  content: "\e8b1";
}
.icon-glass3:before {
  content: "\e8b2";
}
.icon-glass4:before {
  content: "\e8b3";
}
.icon-bottle:before {
  content: "\e8b4";
}
.icon-bottle2:before {
  content: "\e8b5";
}
.icon-bottle3:before {
  content: "\e8b6";
}
.icon-bottle4:before {
  content: "\e8b7";
}
.icon-mug:before {
  content: "\e8b8";
}
.icon-fork-knife:before {
  content: "\e8b9";
}
.icon-spoon-knife:before {
  content: "\e8ba";
}
.icon-cook:before {
  content: "\e8bb";
}
.icon-plate:before {
  content: "\e8bc";
}
.icon-steak:before {
  content: "\e8bd";
}
.icon-fish:before {
  content: "\e8be";
}
.icon-chicken:before {
  content: "\e8bf";
}
.icon-hamburger:before {
  content: "\e8c0";
}
.icon-pizza:before {
  content: "\e8c1";
}
.icon-cheese:before {
  content: "\e8c2";
}
.icon-bread:before {
  content: "\e8c3";
}
.icon-icecream:before {
  content: "\e8c4";
}
.icon-milk:before {
  content: "\e8c5";
}
.icon-cup:before {
  content: "\e8c6";
}
.icon-cup2:before {
  content: "\e8c7";
}
.icon-coffee-baen:before {
  content: "\e8c8";
}
.icon-coffee:before {
  content: "\e8c9";
}
.icon-teapot:before {
  content: "\e8ca";
}
.icon-leaf:before {
  content: "\e8cb";
}
.icon-leaf2:before {
  content: "\e8cc";
}
.icon-apple:before {
  content: "\e8cd";
}
.icon-grapes:before {
  content: "\e8ce";
}
.icon-cherry:before {
  content: "\e8cf";
}
.icon-tree:before {
  content: "\e8d0";
}
.icon-tree2:before {
  content: "\e8d1";
}
.icon-tree3:before {
  content: "\e8d2";
}
.icon-tree4:before {
  content: "\e8d3";
}
.icon-cactus:before {
  content: "\e8d4";
}
.icon-mountains:before {
  content: "\e8d5";
}
.icon-paw:before {
  content: "\e8d6";
}
.icon-footprint:before {
  content: "\e8d7";
}
.icon-tent:before {
  content: "\e8d8";
}
.icon-flower:before {
  content: "\e8d9";
}
.icon-flower2:before {
  content: "\e8da";
}
.icon-rocket:before {
  content: "\e8db";
}
.icon-meter:before {
  content: "\e8dc";
}
.icon-meter2:before {
  content: "\e8dd";
}
.icon-meter-slow:before {
  content: "\e8de";
}
.icon-meter-medium:before {
  content: "\e8df";
}
.icon-meter-fast:before {
  content: "\e8e0";
}
.icon-meter3:before {
  content: "\e8e1";
}
.icon-hammer2:before {
  content: "\e8e2";
}
.icon-balance:before {
  content: "\e8e3";
}
.icon-scale:before {
  content: "\e8e4";
}
.icon-bomb:before {
  content: "\e8e5";
}
.icon-fire:before {
  content: "\e8e6";
}
.icon-fire2:before {
  content: "\e8e7";
}
.icon-lab:before {
  content: "\e8e8";
}
.icon-atom:before {
  content: "\e8e9";
}
.icon-atom2:before {
  content: "\e8ea";
}
.icon-magnet:before {
  content: "\e8eb";
}
.icon-magnet2:before {
  content: "\e8ec";
}
.icon-dumbbell:before {
  content: "\e8ed";
}
.icon-skull:before {
  content: "\e8ee";
}
.icon-skull2:before {
  content: "\e8ef";
}
.icon-lamp:before {
  content: "\e8f0";
}
.icon-lamp2:before {
  content: "\e8f1";
}
.icon-lamp3:before {
  content: "\e8f2";
}
.icon-spotlight:before {
  content: "\e8f3";
}
.icon-lamp4:before {
  content: "\e8f4";
}
.icon-lamp5:before {
  content: "\e8f5";
}
.icon-lamp6:before {
  content: "\e8f6";
}
.icon-lamp7:before {
  content: "\e8f7";
}
.icon-lamp8:before {
  content: "\e8f8";
}
.icon-broom:before {
  content: "\e8f9";
}
.icon-toiletpaper:before {
  content: "\e8fa";
}
.icon-bin:before {
  content: "\e8fb";
}
.icon-bin2:before {
  content: "\e8fc";
}
.icon-bin3:before {
  content: "\e8fd";
}
.icon-bin4:before {
  content: "\e8fe";
}
.icon-bin5:before {
  content: "\e8ff";
}
.icon-briefcase:before {
  content: "\e900";
}
.icon-briefcase2:before {
  content: "\e901";
}
.icon-briefcase3:before {
  content: "\e902";
}
.icon-airplane:before {
  content: "\e903";
}
.icon-airplane2:before {
  content: "\e904";
}
.icon-airplane3:before {
  content: "\e905";
}
.icon-airplane4:before {
  content: "\e906";
}
.icon-paperplane:before {
  content: "\e907";
}
.icon-car:before {
  content: "\e908";
}
.icon-steering-wheel:before {
  content: "\e909";
}
.icon-car2:before {
  content: "\e90a";
}
.icon-gas:before {
  content: "\e90b";
}
.icon-bus:before {
  content: "\e90c";
}
.icon-truck2:before {
  content: "\e90d";
}
.icon-bike:before {
  content: "\e90e";
}
.icon-road:before {
  content: "\e90f";
}
.icon-train:before {
  content: "\e910";
}
.icon-train2:before {
  content: "\e911";
}
.icon-ship:before {
  content: "\e912";
}
.icon-boat:before {
  content: "\e913";
}
.icon-chopper:before {
  content: "\e914";
}
.icon-chopper2:before {
  content: "\e915";
}
.icon-cube:before {
  content: "\e916";
}
.icon-cube2:before {
  content: "\e917";
}
.icon-cube3:before {
  content: "\e918";
}
.icon-cube4:before {
  content: "\e919";
}
.icon-pyramid:before {
  content: "\e91a";
}
.icon-pyramid2:before {
  content: "\e91b";
}
.icon-package:before {
  content: "\e91c";
}
.icon-puzzle:before {
  content: "\e91d";
}
.icon-puzzle2:before {
  content: "\e91e";
}
.icon-puzzle3:before {
  content: "\e91f";
}
.icon-puzzle4:before {
  content: "\e920";
}
.icon-glasses-3d:before {
  content: "\e921";
}
.icon-glasses-3d2:before {
  content: "\e922";
}
.icon-glasses:before {
  content: "\e923";
}
.icon-glasses2:before {
  content: "\e924";
}
.icon-brain:before {
  content: "\e925";
}
.icon-accessibility:before {
  content: "\e926";
}
.icon-accessibility2:before {
  content: "\e927";
}
.icon-strategy:before {
  content: "\e928";
}
.icon-target:before {
  content: "\e929";
}
.icon-target2:before {
  content: "\e92a";
}
.icon-target3:before {
  content: "\e92b";
}
.icon-ammo:before {
  content: "\e92c";
}
.icon-gun:before {
  content: "\e92d";
}
.icon-gun-forbidden:before {
  content: "\e92e";
}
.icon-shield:before {
  content: "\e92f";
}
.icon-shield-check:before {
  content: "\e930";
}
.icon-shield-notice:before {
  content: "\e931";
}
.icon-shield2:before {
  content: "\e932";
}
.icon-shield3:before {
  content: "\e933";
}
.icon-shield4:before {
  content: "\e934";
}
.icon-soccer:before {
  content: "\e935";
}
.icon-football:before {
  content: "\e936";
}
.icon-archery:before {
  content: "\e937";
}
.icon-bow:before {
  content: "\e938";
}
.icon-sword:before {
  content: "\e939";
}
.icon-tennis:before {
  content: "\e93a";
}
.icon-pingpong:before {
  content: "\e93b";
}
.icon-baseball:before {
  content: "\e93c";
}
.icon-basketball:before {
  content: "\e93d";
}
.icon-golf:before {
  content: "\e93e";
}
.icon-golf2:before {
  content: "\e93f";
}
.icon-hockey:before {
  content: "\e940";
}
.icon-racing:before {
  content: "\e941";
}
.icon-finish:before {
  content: "\e942";
}
.icon-eight-ball:before {
  content: "\e943";
}
.icon-bowling:before {
  content: "\e944";
}
.icon-bowling2:before {
  content: "\e945";
}
.icon-power:before {
  content: "\e946";
}
.icon-power2:before {
  content: "\e947";
}
.icon-power3:before {
  content: "\e948";
}
.icon-switch:before {
  content: "\e949";
}
.icon-switch2:before {
  content: "\e94a";
}
.icon-power-cord:before {
  content: "\e94b";
}
.icon-power-cord2:before {
  content: "\e94c";
}
.icon-outlet:before {
  content: "\e94d";
}
.icon-clipboard:before {
  content: "\e94e";
}
.icon-clipboard2:before {
  content: "\e94f";
}
.icon-clipboard3:before {
  content: "\e950";
}
.icon-clipboard4:before {
  content: "\e951";
}
.icon-clipboard5:before {
  content: "\e952";
}
.icon-clipboard6:before {
  content: "\e953";
}
.icon-playlist:before {
  content: "\e954";
}
.icon-playlist-add:before {
  content: "\e955";
}
.icon-list-numbered:before {
  content: "\e956";
}
.icon-list:before {
  content: "\e957";
}
.icon-list2:before {
  content: "\e958";
}
.icon-more:before {
  content: "\e959";
}
.icon-more2:before {
  content: "\e95a";
}
.icon-grid:before {
  content: "\e95b";
}
.icon-grid2:before {
  content: "\e95c";
}
.icon-grid3:before {
  content: "\e95d";
}
.icon-grid4:before {
  content: "\e95e";
}
.icon-grid5:before {
  content: "\e95f";
}
.icon-grid6:before {
  content: "\e960";
}
.icon-grid7:before {
  content: "\e961";
}
.icon-tree5:before {
  content: "\e962";
}
.icon-tree6:before {
  content: "\e963";
}
.icon-tree7:before {
  content: "\e964";
}
.icon-lan:before {
  content: "\e965";
}
.icon-lan2:before {
  content: "\e966";
}
.icon-lan3:before {
  content: "\e967";
}
.icon-menu:before {
  content: "\e968";
}
.icon-circle-small:before {
  content: "\e969";
}
.icon-menu2:before {
  content: "\e96a";
}
.icon-menu3:before {
  content: "\e96b";
}
.icon-menu4:before {
  content: "\e96c";
}
.icon-menu5:before {
  content: "\e96d";
}
.icon-menu6:before {
  content: "\e96e";
}
.icon-menu7:before {
  content: "\e96f";
}
.icon-menu8:before {
  content: "\e970";
}
.icon-menu9:before {
  content: "\e971";
}
.icon-menu10:before {
  content: "\e972";
}
.icon-cloud:before {
  content: "\e973";
}
.icon-cloud-download:before {
  content: "\e974";
}
.icon-cloud-upload:before {
  content: "\e975";
}
.icon-cloud-check:before {
  content: "\e976";
}
.icon-cloud2:before {
  content: "\e977";
}
.icon-cloud-download2:before {
  content: "\e978";
}
.icon-cloud-upload2:before {
  content: "\e979";
}
.icon-cloud-check2:before {
  content: "\e97a";
}
.icon-download2:before {
  content: "\e97b";
}
.icon-download3:before {
  content: "\e97c";
}
.icon-upload2:before {
  content: "\e97d";
}
.icon-upload3:before {
  content: "\e97e";
}
.icon-import:before {
  content: "\e97f";
}
.icon-import2:before {
  content: "\e980";
}
.icon-download4:before {
  content: "\e981";
}
.icon-upload4:before {
  content: "\e982";
}
.icon-download5:before {
  content: "\e983";
}
.icon-upload5:before {
  content: "\e984";
}
.icon-download6:before {
  content: "\e985";
}
.icon-upload6:before {
  content: "\e986";
}
.icon-download7:before {
  content: "\e987";
}
.icon-upload7:before {
  content: "\e988";
}
.icon-download8:before {
  content: "\e989";
}
.icon-upload8:before {
  content: "\e98a";
}
.icon-download9:before {
  content: "\e98b";
}
.icon-upload9:before {
  content: "\e98c";
}
.icon-download10:before {
  content: "\e98d";
}
.icon-upload10:before {
  content: "\e98e";
}
.icon-sphere:before {
  content: "\e98f";
}
.icon-sphere2:before {
  content: "\e990";
}
.icon-sphere3:before {
  content: "\e991";
}
.icon-planet:before {
  content: "\e992";
}
.icon-planet2:before {
  content: "\e993";
}
.icon-earth:before {
  content: "\e994";
}
.icon-earth2:before {
  content: "\e995";
}
.icon-earth3:before {
  content: "\e996";
}
.icon-link:before {
  content: "\e997";
}
.icon-unlink:before {
  content: "\e998";
}
.icon-link2:before {
  content: "\e999";
}
.icon-unlink2:before {
  content: "\e99a";
}
.icon-link3:before {
  content: "\e99b";
}
.icon-unlink3:before {
  content: "\e99c";
}
.icon-link4:before {
  content: "\e99d";
}
.icon-unlink4:before {
  content: "\e99e";
}
.icon-link5:before {
  content: "\e99f";
}
.icon-unlink5:before {
  content: "\e9a0";
}
.icon-anchor:before {
  content: "\e9a1";
}
.icon-flag:before {
  content: "\e9a2";
}
.icon-flag2:before {
  content: "\e9a3";
}
.icon-flag3:before {
  content: "\e9a4";
}
.icon-flag4:before {
  content: "\e9a5";
}
.icon-flag5:before {
  content: "\e9a6";
}
.icon-flag6:before {
  content: "\e9a7";
}
.icon-flag7:before {
  content: "\e9a8";
}
.icon-flag8:before {
  content: "\e9a9";
}
.icon-attachment:before {
  content: "\e9aa";
}
.icon-attachment2:before {
  content: "\e9ab";
}
.icon-eye:before {
  content: "\e9ac";
}
.icon-eye-plus:before {
  content: "\e9ad";
}
.icon-eye-minus:before {
  content: "\e9ae";
}
.icon-eye-blocked:before {
  content: "\e9af";
}
.icon-eye2:before {
  content: "\e9b0";
}
.icon-eye-blocked2:before {
  content: "\e9b1";
}
.icon-eye3:before {
  content: "\e9b2";
}
.icon-eye-blocked3:before {
  content: "\e9b3";
}
.icon-eye4:before {
  content: "\e9b4";
}
.icon-bookmark2:before {
  content: "\e9b5";
}
.icon-bookmark3:before {
  content: "\e9b6";
}
.icon-bookmarks:before {
  content: "\e9b7";
}
.icon-bookmark4:before {
  content: "\e9b8";
}
.icon-spotlight2:before {
  content: "\e9b9";
}
.icon-starburst:before {
  content: "\e9ba";
}
.icon-snowflake:before {
  content: "\e9bb";
}
.icon-temperature:before {
  content: "\e9bc";
}
.icon-temperature2:before {
  content: "\e9bd";
}
.icon-weather-lightning:before {
  content: "\e9be";
}
.icon-weather-lightning2:before {
  content: "\e9bf";
}
.icon-weather-rain:before {
  content: "\e9c0";
}
.icon-weather-rain2:before {
  content: "\e9c1";
}
.icon-weather-snow:before {
  content: "\e9c2";
}
.icon-weather-snow2:before {
  content: "\e9c3";
}
.icon-weather-cloud-wind:before {
  content: "\e9c4";
}
.icon-weather-cloud-wind2:before {
  content: "\e9c5";
}
.icon-weather-cloud-sun:before {
  content: "\e9c6";
}
.icon-weather-cloud-sun2:before {
  content: "\e9c7";
}
.icon-weather-cloudy:before {
  content: "\e9c8";
}
.icon-weather-cloudy2:before {
  content: "\e9c9";
}
.icon-weather-sun-wind:before {
  content: "\e9ca";
}
.icon-weather-sun-wind2:before {
  content: "\e9cb";
}
.icon-sun:before {
  content: "\e9cc";
}
.icon-sun2:before {
  content: "\e9cd";
}
.icon-moon:before {
  content: "\e9ce";
}
.icon-day-night:before {
  content: "\e9cf";
}
.icon-day-night2:before {
  content: "\e9d0";
}
.icon-weather-windy:before {
  content: "\e9d1";
}
.icon-fan:before {
  content: "\e9d2";
}
.icon-umbrella:before {
  content: "\e9d3";
}
.icon-sun3:before {
  content: "\e9d4";
}
.icon-contrast:before {
  content: "\e9d5";
}
.icon-brightness-contrast:before {
  content: "\e9d6";
}
.icon-brightness-high:before {
  content: "\e9d7";
}
.icon-brightness-medium:before {
  content: "\e9d8";
}
.icon-brightness-low:before {
  content: "\e9d9";
}
.icon-bed:before {
  content: "\e9da";
}
.icon-bed2:before {
  content: "\e9db";
}
.icon-furniture:before {
  content: "\e9dc";
}
.icon-chair:before {
  content: "\e9dd";
}
.icon-star-empty:before {
  content: "\e9de";
}
.icon-star-empty2:before {
  content: "\e9df";
}
.icon-star-full:before {
  content: "\e9e0";
}
.icon-star-empty3:before {
  content: "\e9e1";
}
.icon-star-half:before {
  content: "\e9e2";
}
.icon-star-full2:before {
  content: "\e9e3";
}
.icon-star:before {
  content: "\e9e4";
}
.icon-heart:before {
  content: "\e9e5";
}
.icon-heart2:before {
  content: "\e9e6";
}
.icon-heart3:before {
  content: "\e9e7";
}
.icon-heart4:before {
  content: "\e9e8";
}
.icon-heart-broken:before {
  content: "\e9e9";
}
.icon-heart5:before {
  content: "\e9ea";
}
.icon-heart6:before {
  content: "\e9eb";
}
.icon-heart-broken2:before {
  content: "\e9ec";
}
.icon-heart7:before {
  content: "\e9ed";
}
.icon-heart8:before {
  content: "\e9ee";
}
.icon-heart-broken3:before {
  content: "\e9ef";
}
.icon-lips:before {
  content: "\e9f0";
}
.icon-lips2:before {
  content: "\e9f1";
}
.icon-thumbs-up:before {
  content: "\e9f2";
}
.icon-thumbs-up2:before {
  content: "\e9f3";
}
.icon-thumbs-down:before {
  content: "\e9f4";
}
.icon-thumbs-down2:before {
  content: "\e9f5";
}
.icon-thumbs-up3:before {
  content: "\e9f6";
}
.icon-thumbs-down3:before {
  content: "\e9f7";
}
.icon-height:before {
  content: "\e9f8";
}
.icon-man:before {
  content: "\e9f9";
}
.icon-woman:before {
  content: "\e9fa";
}
.icon-man-woman:before {
  content: "\e9fb";
}
.icon-male:before {
  content: "\e9fc";
}
.icon-female:before {
  content: "\e9fd";
}
.icon-peace:before {
  content: "\e9fe";
}
.icon-yin-yang:before {
  content: "\e9ff";
}
.icon-happy:before {
  content: "\ea00";
}
.icon-happy2:before {
  content: "\ea01";
}
.icon-smile:before {
  content: "\ea02";
}
.icon-smile2:before {
  content: "\ea03";
}
.icon-tongue:before {
  content: "\ea04";
}
.icon-tongue2:before {
  content: "\ea05";
}
.icon-sad:before {
  content: "\ea06";
}
.icon-sad2:before {
  content: "\ea07";
}
.icon-wink:before {
  content: "\ea08";
}
.icon-wink2:before {
  content: "\ea09";
}
.icon-grin:before {
  content: "\ea0a";
}
.icon-grin2:before {
  content: "\ea0b";
}
.icon-cool:before {
  content: "\ea0c";
}
.icon-cool2:before {
  content: "\ea0d";
}
.icon-angry:before {
  content: "\ea0e";
}
.icon-angry2:before {
  content: "\ea0f";
}
.icon-evil:before {
  content: "\ea10";
}
.icon-evil2:before {
  content: "\ea11";
}
.icon-shocked:before {
  content: "\ea12";
}
.icon-shocked2:before {
  content: "\ea13";
}
.icon-baffled:before {
  content: "\ea14";
}
.icon-baffled2:before {
  content: "\ea15";
}
.icon-confused:before {
  content: "\ea16";
}
.icon-confused2:before {
  content: "\ea17";
}
.icon-neutral:before {
  content: "\ea18";
}
.icon-neutral2:before {
  content: "\ea19";
}
.icon-hipster:before {
  content: "\ea1a";
}
.icon-hipster2:before {
  content: "\ea1b";
}
.icon-wondering:before {
  content: "\ea1c";
}
.icon-wondering2:before {
  content: "\ea1d";
}
.icon-sleepy:before {
  content: "\ea1e";
}
.icon-sleepy2:before {
  content: "\ea1f";
}
.icon-frustrated:before {
  content: "\ea20";
}
.icon-frustrated2:before {
  content: "\ea21";
}
.icon-crying:before {
  content: "\ea22";
}
.icon-crying2:before {
  content: "\ea23";
}
.icon-cursor:before {
  content: "\ea24";
}
.icon-cursor2:before {
  content: "\ea25";
}
.icon-lasso:before {
  content: "\ea26";
}
.icon-lasso2:before {
  content: "\ea27";
}
.icon-select:before {
  content: "\ea28";
}
.icon-select2:before {
  content: "\ea29";
}
.icon-point-up:before {
  content: "\ea2a";
}
.icon-point-right:before {
  content: "\ea2b";
}
.icon-point-down:before {
  content: "\ea2c";
}
.icon-point-left:before {
  content: "\ea2d";
}
.icon-pointer:before {
  content: "\ea2e";
}
.icon-reminder:before {
  content: "\ea2f";
}
.icon-drag-left-right:before {
  content: "\ea30";
}
.icon-drag-left:before {
  content: "\ea31";
}
.icon-drag-right:before {
  content: "\ea32";
}
.icon-touch:before {
  content: "\ea33";
}
.icon-multitouch:before {
  content: "\ea34";
}
.icon-touch-zoom:before {
  content: "\ea35";
}
.icon-touch-pinch:before {
  content: "\ea36";
}
.icon-hand:before {
  content: "\ea37";
}
.icon-grab:before {
  content: "\ea38";
}
.icon-stack-empty:before {
  content: "\ea39";
}
.icon-stack-plus:before {
  content: "\ea3a";
}
.icon-stack-minus:before {
  content: "\ea3b";
}
.icon-stack-star:before {
  content: "\ea3c";
}
.icon-stack-picture:before {
  content: "\ea3d";
}
.icon-stack-down:before {
  content: "\ea3e";
}
.icon-stack-up:before {
  content: "\ea3f";
}
.icon-stack-cancel:before {
  content: "\ea40";
}
.icon-stack-check:before {
  content: "\ea41";
}
.icon-stack-text:before {
  content: "\ea42";
}
.icon-stack-clubs:before {
  content: "\ea43";
}
.icon-stack-spades:before {
  content: "\ea44";
}
.icon-stack-hearts:before {
  content: "\ea45";
}
.icon-stack-diamonds:before {
  content: "\ea46";
}
.icon-stack-user:before {
  content: "\ea47";
}
.icon-stack4:before {
  content: "\ea48";
}
.icon-stack-music:before {
  content: "\ea49";
}
.icon-stack-play:before {
  content: "\ea4a";
}
.icon-move:before {
  content: "\ea4b";
}
.icon-dots:before {
  content: "\ea4c";
}
.icon-warning:before {
  content: "\ea4d";
}
.icon-warning2:before {
  content: "\ea4e";
}
.icon-notification:before {
  content: "\ea4f";
}
.icon-notification2:before {
  content: "\ea50";
}
.icon-question:before {
  content: "\ea51";
}
.icon-question2:before {
  content: "\ea52";
}
.icon-question3:before {
  content: "\ea53";
}
.icon-question4:before {
  content: "\ea54";
}
.icon-question5:before {
  content: "\ea55";
}
.icon-question6:before {
  content: "\ea56";
}
.icon-plus:before {
  content: "\ea57";
}
.icon-minus:before {
  content: "\ea58";
}
.icon-plus2:before {
  content: "\ea59";
}
.icon-minus2:before {
  content: "\ea5a";
}
.icon-plus3:before {
  content: "\ea5b";
}
.icon-minus3:before {
  content: "\ea5c";
}
.icon-plus-circle:before {
  content: "\ea5d";
}
.icon-minus-circle:before {
  content: "\ea5e";
}
.icon-plus-circle2:before {
  content: "\ea5f";
}
.icon-minus-circle2:before {
  content: "\ea60";
}
.icon-info:before {
  content: "\ea61";
}
.icon-info2:before {
  content: "\ea62";
}
.icon-cancel-circle:before {
  content: "\ea63";
}
.icon-cancel-circle2:before {
  content: "\ea64";
}
.icon-blocked:before {
  content: "\ea65";
}
.icon-cancel-square:before {
  content: "\ea66";
}
.icon-cancel-square2:before {
  content: "\ea67";
}
.icon-cancel:before {
  content: "\ea68";
}
.icon-spam:before {
  content: "\ea69";
}
.icon-cross:before {
  content: "\ea6a";
}
.icon-cross2:before {
  content: "\ea6b";
}
.icon-cross3:before {
  content: "\ea6c";
}
.icon-checkmark:before {
  content: "\ea6d";
}
.icon-checkmark2:before {
  content: "\ea6e";
}
.icon-checkmark3:before {
  content: "\ea6f";
}
.icon-checkmark4:before {
  content: "\ea70";
}
.icon-checkmark5:before {
  content: "\ea71";
}
.icon-spell-check:before {
  content: "\ea72";
}
.icon-spell-check2:before {
  content: "\ea73";
}
.icon-enter:before {
  content: "\ea74";
}
.icon-exit:before {
  content: "\ea75";
}
.icon-enter2:before {
  content: "\ea76";
}
.icon-exit2:before {
  content: "\ea77";
}
.icon-enter3:before {
  content: "\ea78";
}
.icon-exit3:before {
  content: "\ea79";
}
.icon-wall:before {
  content: "\ea7a";
}
.icon-fence:before {
  content: "\ea7b";
}
.icon-play3:before {
  content: "\ea7c";
}
.icon-pause:before {
  content: "\ea7d";
}
.icon-stop:before {
  content: "\ea7e";
}
.icon-previous:before {
  content: "\ea7f";
}
.icon-next:before {
  content: "\ea80";
}
.icon-backward:before {
  content: "\ea81";
}
.icon-forward2:before {
  content: "\ea82";
}
.icon-play4:before {
  content: "\ea83";
}
.icon-pause2:before {
  content: "\ea84";
}
.icon-stop2:before {
  content: "\ea85";
}
.icon-backward2:before {
  content: "\ea86";
}
.icon-forward3:before {
  content: "\ea87";
}
.icon-first:before {
  content: "\ea88";
}
.icon-last:before {
  content: "\ea89";
}
.icon-previous2:before {
  content: "\ea8a";
}
.icon-next2:before {
  content: "\ea8b";
}
.icon-eject:before {
  content: "\ea8c";
}
.icon-volume-high:before {
  content: "\ea8d";
}
.icon-volume-medium:before {
  content: "\ea8e";
}
.icon-volume-low:before {
  content: "\ea8f";
}
.icon-volume-mute:before {
  content: "\ea90";
}
.icon-speaker-left:before {
  content: "\ea91";
}
.icon-speaker-right:before {
  content: "\ea92";
}
.icon-volume-mute2:before {
  content: "\ea93";
}
.icon-volume-increase:before {
  content: "\ea94";
}
.icon-volume-decrease:before {
  content: "\ea95";
}
.icon-volume-high2:before {
  content: "\ea96";
}
.icon-volume-medium2:before {
  content: "\ea97";
}
.icon-volume-medium3:before {
  content: "\ea98";
}
.icon-volume-low2:before {
  content: "\ea99";
}
.icon-volume-mute3:before {
  content: "\ea9a";
}
.icon-volume-increase2:before {
  content: "\ea9b";
}
.icon-volume-decrease2:before {
  content: "\ea9c";
}
.icon-volume-decrease3:before {
  content: "\ea9d";
}
.icon-volume-5:before {
  content: "\ea9e";
}
.icon-volume-4:before {
  content: "\ea9f";
}
.icon-volume-3:before {
  content: "\eaa0";
}
.icon-volume-2:before {
  content: "\eaa1";
}
.icon-volume-1:before {
  content: "\eaa2";
}
.icon-volume-0:before {
  content: "\eaa3";
}
.icon-volume-mute4:before {
  content: "\eaa4";
}
.icon-volume-mute5:before {
  content: "\eaa5";
}
.icon-loop:before {
  content: "\eaa6";
}
.icon-loop2:before {
  content: "\eaa7";
}
.icon-loop3:before {
  content: "\eaa8";
}
.icon-infinite-square:before {
  content: "\eaa9";
}
.icon-infinite:before {
  content: "\eaaa";
}
.icon-infinite2:before {
  content: "\eaab";
}
.icon-loop4:before {
  content: "\eaac";
}
.icon-shuffle:before {
  content: "\eaad";
}
.icon-shuffle2:before {
  content: "\eaae";
}
.icon-wave:before {
  content: "\eaaf";
}
.icon-wave2:before {
  content: "\eab0";
}
.icon-split:before {
  content: "\eab1";
}
.icon-merge:before {
  content: "\eab2";
}
.icon-first2:before {
  content: "\eab3";
}
.icon-last2:before {
  content: "\eab4";
}
.icon-arrow-up:before {
  content: "\eab5";
}
.icon-arrow-up2:before {
  content: "\eab6";
}
.icon-arrow-up3:before {
  content: "\eab7";
}
.icon-arrow-up4:before {
  content: "\eab8";
}
.icon-arrow-right:before {
  content: "\eab9";
}
.icon-arrow-right2:before {
  content: "\eaba";
}
.icon-arrow-right3:before {
  content: "\eabb";
}
.icon-arrow-right4:before {
  content: "\eabc";
}
.icon-arrow-down:before {
  content: "\eabd";
}
.icon-arrow-down2:before {
  content: "\eabe";
}
.icon-arrow-down3:before {
  content: "\eabf";
}
.icon-arrow-down4:before {
  content: "\eac0";
}
.icon-arrow-left:before {
  content: "\eac1";
}
.icon-arrow-left2:before {
  content: "\eac2";
}
.icon-arrow-left3:before {
  content: "\eac3";
}
.icon-arrow-left4:before {
  content: "\eac4";
}
.icon-arrow-up5:before {
  content: "\eac5";
}
.icon-arrow-right5:before {
  content: "\eac6";
}
.icon-arrow-down5:before {
  content: "\eac7";
}
.icon-arrow-left5:before {
  content: "\eac8";
}
.icon-arrow-up-left:before {
  content: "\eac9";
}
.icon-arrow-up6:before {
  content: "\eaca";
}
.icon-arrow-up-right:before {
  content: "\eacb";
}
.icon-arrow-right6:before {
  content: "\eacc";
}
.icon-arrow-down-right:before {
  content: "\eacd";
}
.icon-arrow-down6:before {
  content: "\eace";
}
.icon-arrow-down-left:before {
  content: "\eacf";
}
.icon-arrow-left6:before {
  content: "\ead0";
}
.icon-arrow-up-left2:before {
  content: "\ead1";
}
.icon-arrow-up7:before {
  content: "\ead2";
}
.icon-arrow-up-right2:before {
  content: "\ead3";
}
.icon-arrow-right7:before {
  content: "\ead4";
}
.icon-arrow-down-right2:before {
  content: "\ead5";
}
.icon-arrow-down7:before {
  content: "\ead6";
}
.icon-arrow-down-left2:before {
  content: "\ead7";
}
.icon-arrow-left7:before {
  content: "\ead8";
}
.icon-arrow-up-left3:before {
  content: "\ead9";
}
.icon-arrow-up8:before {
  content: "\eada";
}
.icon-arrow-up-right3:before {
  content: "\eadb";
}
.icon-arrow-right8:before {
  content: "\eadc";
}
.icon-arrow-down-right3:before {
  content: "\eadd";
}
.icon-arrow-down8:before {
  content: "\eade";
}
.icon-arrow-down-left3:before {
  content: "\eadf";
}
.icon-arrow-left8:before {
  content: "\eae0";
}
.icon-circle-up:before {
  content: "\eae1";
}
.icon-circle-right:before {
  content: "\eae2";
}
.icon-circle-down:before {
  content: "\eae3";
}
.icon-circle-left:before {
  content: "\eae4";
}
.icon-circle-up2:before {
  content: "\eae5";
}
.icon-circle-right2:before {
  content: "\eae6";
}
.icon-circle-down2:before {
  content: "\eae7";
}
.icon-circle-left2:before {
  content: "\eae8";
}
.icon-circle-up-left:before {
  content: "\eae9";
}
.icon-circle-up3:before {
  content: "\eaea";
}
.icon-circle-up-right:before {
  content: "\eaeb";
}
.icon-circle-right3:before {
  content: "\eaec";
}
.icon-circle-down-right:before {
  content: "\eaed";
}
.icon-circle-down3:before {
  content: "\eaee";
}
.icon-circle-down-left:before {
  content: "\eaef";
}
.icon-circle-left3:before {
  content: "\eaf0";
}
.icon-circle-up-left2:before {
  content: "\eaf1";
}
.icon-circle-up4:before {
  content: "\eaf2";
}
.icon-circle-up-right2:before {
  content: "\eaf3";
}
.icon-circle-right4:before {
  content: "\eaf4";
}
.icon-circle-down-right2:before {
  content: "\eaf5";
}
.icon-circle-down4:before {
  content: "\eaf6";
}
.icon-circle-down-left2:before {
  content: "\eaf7";
}
.icon-circle-left4:before {
  content: "\eaf8";
}
.icon-arrow-resize:before {
  content: "\eaf9";
}
.icon-arrow-resize2:before {
  content: "\eafa";
}
.icon-arrow-resize3:before {
  content: "\eafb";
}
.icon-arrow-resize4:before {
  content: "\eafc";
}
.icon-arrow-resize5:before {
  content: "\eafd";
}
.icon-arrow-resize6:before {
  content: "\eafe";
}
.icon-arrow-resize7:before {
  content: "\eaff";
}
.icon-arrow-resize8:before {
  content: "\eb00";
}
.icon-square-up-left:before {
  content: "\eb01";
}
.icon-square-up:before {
  content: "\eb02";
}
.icon-square-up-right:before {
  content: "\eb03";
}
.icon-square-right:before {
  content: "\eb04";
}
.icon-square-down-right:before {
  content: "\eb05";
}
.icon-square-down:before {
  content: "\eb06";
}
.icon-square-down-left:before {
  content: "\eb07";
}
.icon-square-left:before {
  content: "\eb08";
}
.icon-arrow-up9:before {
  content: "\eb09";
}
.icon-arrow-right9:before {
  content: "\eb0a";
}
.icon-arrow-down9:before {
  content: "\eb0b";
}
.icon-arrow-left9:before {
  content: "\eb0c";
}
.icon-arrow-up10:before {
  content: "\eb0d";
}
.icon-arrow-right10:before {
  content: "\eb0e";
}
.icon-arrow-down10:before {
  content: "\eb0f";
}
.icon-arrow-left10:before {
  content: "\eb10";
}
.icon-arrow-up-left4:before {
  content: "\eb11";
}
.icon-arrow-up11:before {
  content: "\eb12";
}
.icon-arrow-up-right4:before {
  content: "\eb13";
}
.icon-arrow-right11:before {
  content: "\eb14";
}
.icon-arrow-down-right4:before {
  content: "\eb15";
}
.icon-arrow-down11:before {
  content: "\eb16";
}
.icon-arrow-down-left4:before {
  content: "\eb17";
}
.icon-arrow-left11:before {
  content: "\eb18";
}
.icon-arrow-up-left5:before {
  content: "\eb19";
}
.icon-arrow-up12:before {
  content: "\eb1a";
}
.icon-arrow-up-right5:before {
  content: "\eb1b";
}
.icon-arrow-right12:before {
  content: "\eb1c";
}
.icon-arrow-down-right5:before {
  content: "\eb1d";
}
.icon-arrow-down12:before {
  content: "\eb1e";
}
.icon-arrow-down-left5:before {
  content: "\eb1f";
}
.icon-arrow-left12:before {
  content: "\eb20";
}
.icon-arrow-up13:before {
  content: "\eb21";
}
.icon-arrow-right13:before {
  content: "\eb22";
}
.icon-arrow-down13:before {
  content: "\eb23";
}
.icon-arrow-left13:before {
  content: "\eb24";
}
.icon-arrow-up14:before {
  content: "\eb25";
}
.icon-arrow-right14:before {
  content: "\eb26";
}
.icon-arrow-down14:before {
  content: "\eb27";
}
.icon-arrow-left14:before {
  content: "\eb28";
}
.icon-circle-up5:before {
  content: "\eb29";
}
.icon-circle-right5:before {
  content: "\eb2a";
}
.icon-circle-down5:before {
  content: "\eb2b";
}
.icon-circle-left5:before {
  content: "\eb2c";
}
.icon-circle-up6:before {
  content: "\eb2d";
}
.icon-circle-right6:before {
  content: "\eb2e";
}
.icon-circle-down6:before {
  content: "\eb2f";
}
.icon-circle-left6:before {
  content: "\eb30";
}
.icon-arrow-up15:before {
  content: "\eb31";
}
.icon-arrow-right15:before {
  content: "\eb32";
}
.icon-arrow-down15:before {
  content: "\eb33";
}
.icon-arrow-left15:before {
  content: "\eb34";
}
.icon-arrow-up16:before {
  content: "\eb35";
}
.icon-arrow-right16:before {
  content: "\eb36";
}
.icon-arrow-down16:before {
  content: "\eb37";
}
.icon-arrow-left16:before {
  content: "\eb38";
}
.icon-menu-open:before {
  content: "\eb39";
}
.icon-menu-open2:before {
  content: "\eb3a";
}
.icon-menu-close:before {
  content: "\eb3b";
}
.icon-menu-close2:before {
  content: "\eb3c";
}
.icon-enter4:before {
  content: "\eb3d";
}
.icon-enter5:before {
  content: "\eb3e";
}
.icon-esc:before {
  content: "\eb3f";
}
.icon-enter6:before {
  content: "\eb40";
}
.icon-backspace:before {
  content: "\eb41";
}
.icon-backspace2:before {
  content: "\eb42";
}
.icon-tab:before {
  content: "\eb43";
}
.icon-transmission:before {
  content: "\eb44";
}
.icon-transmission2:before {
  content: "\eb45";
}
.icon-sort:before {
  content: "\eb46";
}
.icon-sort2:before {
  content: "\eb47";
}
.icon-move-up:before {
  content: "\eb48";
}
.icon-move-down:before {
  content: "\eb49";
}
.icon-sort-alpha-asc:before {
  content: "\eb4a";
}
.icon-sort-alpha-desc:before {
  content: "\eb4b";
}
.icon-sort-numeric-asc:before {
  content: "\eb4c";
}
.icon-sort-numberic-desc:before {
  content: "\eb4d";
}
.icon-sort-amount-asc:before {
  content: "\eb4e";
}
.icon-sort-amount-desc:before {
  content: "\eb4f";
}
.icon-sort-time-asc:before {
  content: "\eb50";
}
.icon-sort-time-desc:before {
  content: "\eb51";
}
.icon-battery-6:before {
  content: "\eb52";
}
.icon-battery-5:before {
  content: "\eb53";
}
.icon-battery-4:before {
  content: "\eb54";
}
.icon-battery-3:before {
  content: "\eb55";
}
.icon-battery-2:before {
  content: "\eb56";
}
.icon-battery-1:before {
  content: "\eb57";
}
.icon-battery-0:before {
  content: "\eb58";
}
.icon-battery-charging:before {
  content: "\eb59";
}
.icon-key-keyboard:before {
  content: "\eb5a";
}
.icon-key-A:before {
  content: "\eb5b";
}
.icon-key-up:before {
  content: "\eb5c";
}
.icon-key-right:before {
  content: "\eb5d";
}
.icon-key-down:before {
  content: "\eb5e";
}
.icon-key-left:before {
  content: "\eb5f";
}
.icon-command:before {
  content: "\eb60";
}
.icon-shift:before {
  content: "\eb61";
}
.icon-ctrl:before {
  content: "\eb62";
}
.icon-opt:before {
  content: "\eb63";
}
.icon-checkbox-checked:before {
  content: "\eb64";
}
.icon-checkbox-unchecked:before {
  content: "\eb65";
}
.icon-checkbox-partial:before {
  content: "\eb66";
}
.icon-square:before {
  content: "\eb67";
}
.icon-triangle:before {
  content: "\eb68";
}
.icon-triangle2:before {
  content: "\eb69";
}
.icon-diamond3:before {
  content: "\eb6a";
}
.icon-diamond4:before {
  content: "\eb6b";
}
.icon-checkbox-checked2:before {
  content: "\eb6c";
}
.icon-checkbox-unchecked2:before {
  content: "\eb6d";
}
.icon-checkbox-partial2:before {
  content: "\eb6e";
}
.icon-radio-checked:before {
  content: "\eb6f";
}
.icon-radio-checked2:before {
  content: "\eb70";
}
.icon-radio-unchecked:before {
  content: "\eb71";
}
.icon-toggle-on:before {
  content: "\eb72";
}
.icon-toggle-off:before {
  content: "\eb73";
}
.icon-checkmark-circle:before {
  content: "\eb74";
}
.icon-circle:before {
  content: "\eb75";
}
.icon-circle2:before {
  content: "\eb76";
}
.icon-circles:before {
  content: "\eb77";
}
.icon-circles2:before {
  content: "\eb78";
}
.icon-crop:before {
  content: "\eb79";
}
.icon-crop2:before {
  content: "\eb7a";
}
.icon-make-group:before {
  content: "\eb7b";
}
.icon-ungroup:before {
  content: "\eb7c";
}
.icon-vector:before {
  content: "\eb7d";
}
.icon-vector2:before {
  content: "\eb7e";
}
.icon-rulers:before {
  content: "\eb7f";
}
.icon-ruler:before {
  content: "\eb80";
}
.icon-pencil-ruler:before {
  content: "\eb81";
}
.icon-scissors:before {
  content: "\eb82";
}
.icon-scissors2:before {
  content: "\eb83";
}
.icon-scissors3:before {
  content: "\eb84";
}
.icon-haircut:before {
  content: "\eb85";
}
.icon-comb:before {
  content: "\eb86";
}
.icon-filter:before {
  content: "\eb87";
}
.icon-filter2:before {
  content: "\eb88";
}
.icon-filter3:before {
  content: "\eb89";
}
.icon-filter4:before {
  content: "\eb8a";
}
.icon-font:before {
  content: "\eb8b";
}
.icon-ampersand:before {
  content: "\eb8c";
}
.icon-ligature:before {
  content: "\eb8d";
}
.icon-ligature2:before {
  content: "\eb8e";
}
.icon-font-size:before {
  content: "\eb8f";
}
.icon-typography:before {
  content: "\eb90";
}
.icon-text-height:before {
  content: "\eb91";
}
.icon-text-width:before {
  content: "\eb92";
}
.icon-height2:before {
  content: "\eb93";
}
.icon-width:before {
  content: "\eb94";
}
.icon-bold:before {
  content: "\eb95";
}
.icon-underline:before {
  content: "\eb96";
}
.icon-italic:before {
  content: "\eb97";
}
.icon-strikethrough:before {
  content: "\eb98";
}
.icon-strikethrough2:before {
  content: "\eb99";
}
.icon-font-size2:before {
  content: "\eb9a";
}
.icon-bold2:before {
  content: "\eb9b";
}
.icon-underline2:before {
  content: "\eb9c";
}
.icon-italic2:before {
  content: "\eb9d";
}
.icon-strikethrough3:before {
  content: "\eb9e";
}
.icon-omega:before {
  content: "\eb9f";
}
.icon-sigma:before {
  content: "\eba0";
}
.icon-nbsp:before {
  content: "\eba1";
}
.icon-page-break:before {
  content: "\eba2";
}
.icon-page-break2:before {
  content: "\eba3";
}
.icon-superscript:before {
  content: "\eba4";
}
.icon-subscript:before {
  content: "\eba5";
}
.icon-superscript2:before {
  content: "\eba6";
}
.icon-subscript2:before {
  content: "\eba7";
}
.icon-text-color:before {
  content: "\eba8";
}
.icon-highlight:before {
  content: "\eba9";
}
.icon-pagebreak:before {
  content: "\ebaa";
}
.icon-clear-formatting:before {
  content: "\ebab";
}
.icon-table:before {
  content: "\ebac";
}
.icon-table2:before {
  content: "\ebad";
}
.icon-insert-template:before {
  content: "\ebae";
}
.icon-pilcrow:before {
  content: "\ebaf";
}
.icon-ltr:before {
  content: "\ebb0";
}
.icon-rtl:before {
  content: "\ebb1";
}
.icon-ltr2:before {
  content: "\ebb2";
}
.icon-rtl2:before {
  content: "\ebb3";
}
.icon-section:before {
  content: "\ebb4";
}
.icon-paragraph-left:before {
  content: "\ebb5";
}
.icon-paragraph-center:before {
  content: "\ebb6";
}
.icon-paragraph-right:before {
  content: "\ebb7";
}
.icon-paragraph-justify:before {
  content: "\ebb8";
}
.icon-paragraph-left2:before {
  content: "\ebb9";
}
.icon-paragraph-center2:before {
  content: "\ebba";
}
.icon-paragraph-right2:before {
  content: "\ebbb";
}
.icon-paragraph-justify2:before {
  content: "\ebbc";
}
.icon-indent-increase:before {
  content: "\ebbd";
}
.icon-indent-decrease:before {
  content: "\ebbe";
}
.icon-paragraph-left3:before {
  content: "\ebbf";
}
.icon-paragraph-center3:before {
  content: "\ebc0";
}
.icon-paragraph-right3:before {
  content: "\ebc1";
}
.icon-paragraph-justify3:before {
  content: "\ebc2";
}
.icon-indent-increase2:before {
  content: "\ebc3";
}
.icon-indent-decrease2:before {
  content: "\ebc4";
}
.icon-share:before {
  content: "\ebc5";
}
.icon-share2:before {
  content: "\ebc6";
}
.icon-new-tab:before {
  content: "\ebc7";
}
.icon-new-tab2:before {
  content: "\ebc8";
}
.icon-popout:before {
  content: "\ebc9";
}
.icon-embed:before {
  content: "\ebca";
}
.icon-embed2:before {
  content: "\ebcb";
}
.icon-markup:before {
  content: "\ebcc";
}
.icon-regexp:before {
  content: "\ebcd";
}
.icon-regexp2:before {
  content: "\ebce";
}
.icon-code:before {
  content: "\ebcf";
}
.icon-circle-css:before {
  content: "\ebd0";
}
.icon-circle-code:before {
  content: "\ebd1";
}
.icon-terminal:before {
  content: "\ebd2";
}
.icon-unicode:before {
  content: "\ebd3";
}
.icon-seven-segment-0:before {
  content: "\ebd4";
}
.icon-seven-segment-1:before {
  content: "\ebd5";
}
.icon-seven-segment-2:before {
  content: "\ebd6";
}
.icon-seven-segment-3:before {
  content: "\ebd7";
}
.icon-seven-segment-4:before {
  content: "\ebd8";
}
.icon-seven-segment-5:before {
  content: "\ebd9";
}
.icon-seven-segment-6:before {
  content: "\ebda";
}
.icon-seven-segment-7:before {
  content: "\ebdb";
}
.icon-seven-segment-8:before {
  content: "\ebdc";
}
.icon-seven-segment-9:before {
  content: "\ebdd";
}
.icon-share3:before {
  content: "\ebde";
}
.icon-share4:before {
  content: "\ebdf";
}
.icon-mail:before {
  content: "\ebe0";
}
.icon-mail2:before {
  content: "\ebe1";
}
.icon-mail3:before {
  content: "\ebe2";
}
.icon-mail4:before {
  content: "\ebe3";
}
.icon-google:before {
  content: "\ebe4";
}
.icon-google-plus:before {
  content: "\ebe5";
}
.icon-google-plus2:before {
  content: "\ebe6";
}
.icon-google-plus3:before {
  content: "\ebe7";
}
.icon-google-drive:before {
  content: "\ebe8";
}
.icon-facebook:before {
  content: "\ebe9";
}
.icon-facebook2:before {
  content: "\ebea";
}
.icon-facebook3:before {
  content: "\ebeb";
}
.icon-ello:before {
  content: "\ebec";
}
.icon-instagram:before {
  content: "\ebed";
}
.icon-twitter:before {
  content: "\ebee";
}
.icon-twitter2:before {
  content: "\ebef";
}
.icon-twitter3:before {
  content: "\ebf0";
}
.icon-feed2:before {
  content: "\ebf1";
}
.icon-feed3:before {
  content: "\ebf2";
}
.icon-feed4:before {
  content: "\ebf3";
}
.icon-youtube:before {
  content: "\ebf4";
}
.icon-youtube2:before {
  content: "\ebf5";
}
.icon-youtube3:before {
  content: "\ebf6";
}
.icon-youtube4:before {
  content: "\ebf7";
}
.icon-twitch:before {
  content: "\ebf8";
}
.icon-vimeo:before {
  content: "\ebf9";
}
.icon-vimeo2:before {
  content: "\ebfa";
}
.icon-vimeo3:before {
  content: "\ebfb";
}
.icon-lanyrd:before {
  content: "\ebfc";
}
.icon-flickr:before {
  content: "\ebfd";
}
.icon-flickr2:before {
  content: "\ebfe";
}
.icon-flickr3:before {
  content: "\ebff";
}
.icon-flickr4:before {
  content: "\ec00";
}
.icon-picassa:before {
  content: "\ec01";
}
.icon-picassa2:before {
  content: "\ec02";
}
.icon-dribbble:before {
  content: "\ec03";
}
.icon-dribbble2:before {
  content: "\ec04";
}
.icon-dribbble3:before {
  content: "\ec05";
}
.icon-forrst:before {
  content: "\ec06";
}
.icon-forrst2:before {
  content: "\ec07";
}
.icon-deviantart:before {
  content: "\ec08";
}
.icon-deviantart2:before {
  content: "\ec09";
}
.icon-steam:before {
  content: "\ec0a";
}
.icon-steam2:before {
  content: "\ec0b";
}
.icon-dropbox:before {
  content: "\ec0c";
}
.icon-onedrive:before {
  content: "\ec0d";
}
.icon-github:before {
  content: "\ec0e";
}
.icon-github2:before {
  content: "\ec0f";
}
.icon-github3:before {
  content: "\ec10";
}
.icon-github4:before {
  content: "\ec11";
}
.icon-github5:before {
  content: "\ec12";
}
.icon-wordpress:before {
  content: "\ec13";
}
.icon-wordpress2:before {
  content: "\ec14";
}
.icon-joomla:before {
  content: "\ec15";
}
.icon-blogger:before {
  content: "\ec16";
}
.icon-blogger2:before {
  content: "\ec17";
}
.icon-tumblr:before {
  content: "\ec18";
}
.icon-tumblr2:before {
  content: "\ec19";
}
.icon-yahoo:before {
  content: "\ec1a";
}
.icon-tux:before {
  content: "\ec1b";
}
.icon-apple2:before {
  content: "\ec1c";
}
.icon-finder:before {
  content: "\ec1d";
}
.icon-android:before {
  content: "\ec1e";
}
.icon-windows:before {
  content: "\ec1f";
}
.icon-windows8:before {
  content: "\ec20";
}
.icon-soundcloud:before {
  content: "\ec21";
}
.icon-soundcloud2:before {
  content: "\ec22";
}
.icon-skype:before {
  content: "\ec23";
}
.icon-reddit:before {
  content: "\ec24";
}
.icon-linkedin:before {
  content: "\ec25";
}
.icon-linkedin2:before {
  content: "\ec26";
}
.icon-lastfm:before {
  content: "\ec27";
}
.icon-lastfm2:before {
  content: "\ec28";
}
.icon-delicious:before {
  content: "\ec29";
}
.icon-stumbleupon:before {
  content: "\ec2a";
}
.icon-stumbleupon2:before {
  content: "\ec2b";
}
.icon-stackoverflow:before {
  content: "\ec2c";
}
.icon-pinterest:before {
  content: "\ec2d";
}
.icon-pinterest2:before {
  content: "\ec2e";
}
.icon-xing:before {
  content: "\ec2f";
}
.icon-xing2:before {
  content: "\ec30";
}
.icon-flattr:before {
  content: "\ec31";
}
.icon-foursquare:before {
  content: "\ec32";
}
.icon-paypal:before {
  content: "\ec33";
}
.icon-paypal2:before {
  content: "\ec34";
}
.icon-paypal3:before {
  content: "\ec35";
}
.icon-yelp:before {
  content: "\ec36";
}
.icon-file-pdf:before {
  content: "\ec37";
}
.icon-file-openoffice:before {
  content: "\ec38";
}
.icon-file-word:before {
  content: "\ec39";
}
.icon-file-excel:before {
  content: "\ec3a";
}
.icon-libreoffice:before {
  content: "\ec3b";
}
.icon-html5:before {
  content: "\ec3c";
}
.icon-html52:before {
  content: "\ec3d";
}
.icon-css3:before {
  content: "\ec3e";
}
.icon-git:before {
  content: "\ec3f";
}
.icon-svg:before {
  content: "\ec40";
}
.icon-codepen:before {
  content: "\ec41";
}
.icon-chrome:before {
  content: "\ec42";
}
.icon-firefox:before {
  content: "\ec43";
}
.icon-IE:before {
  content: "\ec44";
}
.icon-opera:before {
  content: "\ec45";
}
.icon-safari:before {
  content: "\ec46";
}
.icon-IcoMoon:before {
  content: "\ec47";
}
.icon-truck:before {
  content: "\e600";
}
.opensans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.opensanssemi {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.opensansbold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
body {
  background: #EEEEEE;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #292929;
  -webkit-font-smoothing: antialiased;
}
.button {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 15px;
  background: #000;
  border: 0px solid #000;
  outline: 0px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.button a {
  color: #fff;
}
.button .icon {
  margin-right: 10px;
  font-size: 13px;
}
.redButton {
  background: #154386;
  color: #fff;
}
.redButton.borderedButton {
  color: #154386;
  border-color: #154386;
  background: none;
}
.redButton.borderedButton:hover {
  background: #0e2d5a;
  color: #fff;
}
.redButton:hover,
.redButton:active {
  background: #123870;
  color: #fff;
}
.whiteButton {
  background: #fff;
  color: #154386;
}
.whiteButton.borderedButton {
  color: #fff;
  border-color: #fff;
  background: none;
}
.whiteButton.borderedButton:hover {
  background: #0e2d5a;
  color: #fff;
}
.whiteButton:hover,
.whiteButton:active {
  color: #07172e;
}
.roundedButton {
  border-radius: 5px;
}
.borderedButton {
  background: none;
  border-width: 1px;
}
.smallButton {
  font-size: 13px;
  padding: 5px;
}
.smallButton .icon {
  font-size: 10px;
}
strong {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  text-decoration: underline;
  color: #154386;
}
.whitePanel {
  background: #fff;
}
.rightborder {
  border-right: 1px solid #E4E4E4;
}
#mainHeader {
  border-top: 5px solid #154386;
  background: #fff;
}
#mainHeader #mainLogo img {
  width: 280px;
}
#mainHeader #topNav li {
  display: inline-block;
}
#mainHeader #topNav li a {
  display: block;
  min-width: 30px;
  height: 30px;
  padding: 5px 8px;
  border: 1px solid #ECECEC;
  text-align: center;
  color: #6B6B6B;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
}
#mainHeader #topNav li a em {
  font-style: normal;
  margin-left: 5px;
  text-decoration: none;
}
#mainHeader #topNav li a .icon {
  color: #BABABA;
  text-decoration: none;
}
#mainHeader #topNav li a:hover {
  background: #154386;
  color: #fff;
}
#mainHeader #topNav li a:hover .icon {
  color: #fff;
}
#mainHeader #mainNav {
  background: #F0F0F0;
}
#mainHeader #mainNav ul {
  border-left: 1px solid #DEDEDE;
}
#mainHeader #mainNav ul::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
#mainHeader #mainNav ul li {
  position: relative;
  float: left;
  border-right: 1px solid #DEDEDE;
}
#mainHeader #mainNav ul li a {
  display: block;
  padding: 7px 15px;
  color: #313131;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
}
#mainHeader #mainNav ul li a .icon {
  margin-right: 10px;
  color: #C3C3C3;
  font-size: 1.2rem;
}
#mainHeader #mainNav ul li a:hover {
  color: #cc0306;
}
#mainHeader #mainNav ul li a:hover .icon {
  color: #154386;
}
#mainHeader #mainNav ul li.active a,
#mainHeader #mainNav ul li.current-menu-item a {
  color: #154386;
}
#mainHeader #mainNav ul li.special a {
  color: #154386;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#mainHeader #mainNav ul li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0px;
  width: 200px;
  background: #fff;
  border: 0px;
}
#mainHeader #mainNav ul li ul li {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #eee;
}
#mainHeader #mainNav ul li ul li a {
  position: relative;
  text-transform: none;
}
#mainHeader #mainNav ul li ul li a:after {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 1rem;
  color: #ddd;
  content: "\eaba";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mainHeader #mainNav ul li ul li a:hover:after {
  color: #154386;
}
#mainHeader #mainNav ul li:hover ul {
  display: block;
}
#mainWrapper {
  background: url(../images/G1RPBPfe2IzO.jpg) no-repeat center top;
  background-size: contain;
  background-attachment:fixed;
}
#mainWrapper.homePage {
  background: url(../images/G1RPBPfe2IzO.jpg) no-repeat center top;
  background-size: contain;
  background-attachment:fixed;
}
#pageHeader {
  padding: 60px 25px;
  overflow: auto;
}
#pageHeader h3 {
  float: left;
  margin: 0px;
  padding: 5px 10px;
  background: #cc0306;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
}
#pageHeader h4 {
  float: left;
  clear: both;
  margin: 0px;
  padding: 5px 10px;
  background: #fff;
  color: #154386;
  font-size: 2rem;
}
.homePage #pageHeader {
  padding: 100px 25px;
}
.homePage .homePageIntro {
  position: relative;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.homePage .homePageIntro img {
  position: static;
  clear: both;
}
.homePage .homePageIntro h1 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #154386;
}
.homePage .homePageIntro p {
  font-size: 1.6rem;
}
.homePage .homePageMap {
  padding: 25px;
  background: #F1F1F1 no-repeat center bottom;
  background-size: contain;
  text-align: center;
}
.homePage .homePageMap h3 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #cc0306;
}
.homePage .homePageMap p {
  font-size: 1.6rem;
}
.homePage hgroup {
  margin-bottom: 30px;
  text-align: center;
}
.homePage hgroup h2 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #154386;
}
.homePage ul.iconList li {
  display: flex;
  max-width: 275px;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.homePage ul.iconList li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration:none;
  color:#303030
}
.homePage ul.iconList li a:hover {
  color:#1935A3;
  text-decoration:underline;
}
.homePage ul.iconList li span {
  width: 80%;
}
.homePage ul.iconList li span.icon {
  width: 20%;
  font-size: 2.5rem;
  color: #BABABA;
}
.homePage .testimonial .buble {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #D3D3D3;
  border-radius: 15px;
  text-align: center;
  font-style: italic;
  font-style: 1.5rem;
}
.homePage .testimonial .buble img {
  position: absolute;
  bottom: -16px;
}
.homePage .testimonial h6 {
  margin-top: 20px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #cc0306;
  font-size: 1.5rem;
}
.contentPage aside {
  margin: 0px!important;
  background: #EAEAEA;
}
.contentPage aside h3 {
  margin: 15px 20px;
  font-size: 2.2rem;
  color: #154386;
}
.contentPage aside h3 .icon {
  margin-right: 20px;
  font-size: 1.5rem;
  color: #C3C3C3;
}
.contentPage aside ul.secondNav {
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}
.contentPage aside ul.secondNav li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #525252;
  text-decoration: none;
}
.contentPage aside ul.secondNav li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.contentPage aside ul.secondNav li a:hover:after {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.1);
  content: "\eaba";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contentPage aside ul.secondNav li.active a {
  padding-left: 16px;
  background: #fff;
  border-left: 4px solid #cc0306;
  color: #000;
}
.contentPage aside ul.secondNav li.active a:after {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 1.5rem;
  color: #154386;
  content: "\eaba";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contentPage aside .callToAction {
  border-bottom: 1px solid #DBDBDB;
}
.contentPage aside .testimonial p {
  font-style: italic;
  font-size: 1.3rem;
  color: #575757;
}
.contentPage aside .testimonial h6 {
  margin: 0px;
  margin-top: 15px;
  color: #cc0306;
  font-size: 1.6rem;
}
.contentPage aside .sepcialOffer {
  border: 1px solid #154386;
}
.contentPage aside .sepcialOffer h4 {
  margin: 0px;
  font-size: 1.2rem;
  color: #154386;
  text-transform: uppercase;
}
.contentPage aside .sepcialOffer h5 {
  margin: 0px;
  font-size: 1.5rem;
}
.contentPage aside .sepcialOffer p {
  font-size: 1.1rem;
}
.contentPage article .arianeLine {
  font-size: 1.2rem;
}
.contentPage article .arianeLine a {
  color: #484848;
}
.contentPage article h1 {
  margin: 10px 0px;
  font-size: 3.5rem;
  color: #cc0306;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.contentPage article h2 {
  font-size: 1.8rem;
  color: #154386;
}
.contentPage article h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #cc0306;
}
.contentPage article h4 {
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.contentPage article hr {
  width: 50px;
  background: none;
  border: 0px;
  border-bottom: 4px solid #154386;
}
.contentPage article a {
  text-decoration: none;
}
.contentPage article a:hover {
  text-decoration: none;
}
.contentPage article strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.contentPage article ul {
  margin: 15px 0px;
}
.contentPage article ul li {
  margin-bottom: 3px;
}
.contentPage article ul li:before {
  position: relative;
  top: -2px;
  margin-right: 20px;
  font-size: 0.7rem;
  color: #cc0306;
  content: "\eb67";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contentPage article .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.contentPage article .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
#mainFooter {
  background: #fff;
}
#mainFooter h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #154386;
  text-transform: uppercase;
}
#mainFooter ul {
  padding-left: 30px;
}
#mainFooter ul li {
  margin-bottom: 5px;
  list-style: disc;
  color: #ddd;
}
#mainFooter ul li a {
  color: #C60800;
  text-decoration: none;
}
#mainFooter ul li a:hover {
  color: #003366;
  text-decoration: underline;
}
#mainFooter a {
  color: #134BA0;
  text-decoration: none;
}
#mainFooter a:hover {
  color: #CD0F0F;
  text-decoration: underline;
}
#mainFooter .specialFooterBloc {
  background: #22427C;
  text-align: center;
  color: #fff;
}
#mainFooter .specialFooterBloc h3 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
#mainFooter .specialFooterBloc h4 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
  text-transform: none;
}
#mainFooter .specialFooterBloc p {
  font-size: 1.6rem; 
}
#mainFooter .specialFooterBloc a {
  color: #fff;
}
#mainFooter .specialFooterBloc a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu-menu-langue-container {
  float: right;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 640px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 640px) {
  .hide-on-desktop {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* Morgane */
@media all and (max-width: 1000px) {
  .homePageMap ul.iconList li {
    margin-bottom: 0 !important;
  }

  p[style="text-align: justify;"], h1[style="text-align: justify;"] {
    text-align: left !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .icon-w-text {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media all and (min-width: 500px) {
  .mr-lg-20 {
    margin-right: 30px !important;
  }
}

li h2 {
  display: inline-block;
}

.specialFooterBloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mt-20 {
  margin-top: 20px;
}

.no-underline {
  text-decoration: none;
}

.btn-simple {
  padding: 5px;
  background-color: #cc0306;
  border: 2px solid #cc0306;
  border-radius: 9px;
  display: inline-block;
  width: 300px;
}

/* FORM */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
