/*******************************************************************************
 * Hilal     : First RTL responsive CSS framework
 * Version   : 0.5.0
 * Home page : http://codeinarabic.github.io/hilal
 * License   : MIT
 * Author    : Mohamed Elkebir @elkebirmed <elkebir.med@gmail.com>
 ******************************************************************************/

/* -----------------------------------------------------------------------------
  Hilal
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
  Hilal -> Rules -> Base : Reset
---------------------------------------------------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 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: #ffff00;
  color: #000000;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 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 and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-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;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Border-Box */
*,
*::before,
*::after {
  box-sizing: inherit;
}
/* This's the main goal [RIGHT!] */
html {
  box-sizing: border-box;
  direction: rtl;
  text-align: right;
}
/* Use `em` & `strong` instead */
i,
b {
  font-style: normal;
  font-weight: normal;
}
/* iPad Input Shadows */
[type='text'],
[type='email'],
[type='search'],
[type='password'] {
     -moz-appearance: none;
  /* mobile firefox too! */
  -webkit-appearance: none;
}
/* -----------------------------------------------------------------------------
  Hilal -> Rules -> Base : Font
----------------------------------------------------------------------------- */
/* Font Face
----------------------------------------------------------------------------- */
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/DroidKufi-Regular.eot');
  src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi-Regular.woff') format('woff'), url('../fonts/DroidKufi-Regular.ttf') format('truetype'), url('../fonts/DroidKufi-Regular.svg') format('svg');
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/DroidKufi-Bold.eot');
  src: url('../fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi-Bold.woff') format('woff'), url('../fonts/DroidKufi-Bold.ttf') format('truetype'), url('../fonts/DroidKufi-Bold.svg') format('svg');
}
/* -----------------------------------------------------------------------------
  Hilal -> Rules -> Base : Site
----------------------------------------------------------------------------- */
/* Page
----------------------------------------------------------------------------- */
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  background: #ffffff;
  color: #1b1c1d;
  font-family: 'Droid Arabic Kufi', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7em;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  padding: 0;
}
/* Text
----------------------------------------------------------------------------- */
p {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin: 0 0 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
code {
  background-color: #f9fafb;
  color: #909090;
}
/* Links
----------------------------------------------------------------------------- */
a {
  color: #4183c4;
  text-decoration: none;
}
a:hover {
  color: #2e6295;
  text-decoration: none;
}
/* Highlighting
----------------------------------------------------------------------------- */
/* Site */
::-webkit-selection {
  background-color: #cce2ff;
  color: #1b1c1d;
}
::-moz-selection {
  background-color: #cce2ff;
  color: #1b1c1d;
}
::selection {
  background-color: #cce2ff;
  color: #1b1c1d;
}
/* Form */
textarea::-webkit-selection,
input::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: #1b1c1d;
}
textarea::-moz-selection,
input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: #1b1c1d;
}
textarea::selection,
input::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: #1b1c1d;
}
/* Image
----------------------------------------------------------------------------- */
img {
  max-width: 100%;
}
/* Colors
----------------------------------------------------------------------------- */
.positive {
  color: #21ba45;
}
.positive-border {
  border-color: #21ba45 !important;
}
.positive-background {
  background-color: #21ba45;
}
.negative {
  color: #db2828;
}
.negative-border {
  border-color: #db2828 !important;
}
.negative-background {
  background-color: #db2828;
}
.info {
  color: #2185d0;
}
.info-border {
  border-color: #2185d0 !important;
}
.info-background {
  background-color: #2185d0;
}
.warning {
  color: #f2711c;
}
.warning-border {
  border-color: #f2711c !important;
}
.warning-background {
  background-color: #f2711c;
}
.facebook {
  color: #3b5998;
}
.facebook-border {
  border-color: #3b5998 !important;
}
.facebook-background {
  background-color: #3b5998;
}
.twitter {
  color: #55acee;
}
.twitter-border {
  border-color: #55acee !important;
}
.twitter-background {
  background-color: #55acee;
}
.googleplus {
  color: #dd4b39;
}
.googleplus-border {
  border-color: #dd4b39 !important;
}
.googleplus-background {
  background-color: #dd4b39;
}
.linkedin {
  color: #1f88be;
}
.linkedin-border {
  border-color: #1f88be !important;
}
.linkedin-background {
  background-color: #1f88be;
}
.youtube {
  color: #cc181e;
}
.youtube-border {
  border-color: #cc181e !important;
}
.youtube-background {
  background-color: #cc181e;
}
.pinterest {
  color: #bd081c;
}
.pinterest-border {
  border-color: #bd081c !important;
}
.pinterest-background {
  background-color: #bd081c;
}
.instagram {
  color: #49769c;
}
.instagram-border {
  border-color: #49769c !important;
}
.instagram-background {
  background-color: #49769c;
}
.positive-background {
  background-color: #b3ffed;
}
.negative-background {
  background-color: #ffd2cf;
}
.info-background {
  background-color: #c2e4f6;
}
.warning-background {
  background-color: #ffc6b1;
}
.facebook {
  color: #3b5998;
}
.facebook-border {
  border-color: #3b5998 !important;
}
.facebook-background {
  background-color: #3b5998;
}
.twitter {
  color: #55acee;
}
.twitter-border {
  border-color: #55acee !important;
}
.twitter-background {
  background-color: #55acee;
}
.googleplus {
  color: #dd4b39;
}
.googleplus-border {
  border-color: #dd4b39 !important;
}
.googleplus-background {
  background-color: #dd4b39;
}
.linkedin {
  color: #1f88be;
}
.linkedin-border {
  border-color: #1f88be !important;
}
.linkedin-background {
  background-color: #1f88be;
}
.youtube {
  color: #cc181e;
}
.youtube-border {
  border-color: #cc181e !important;
}
.youtube-background {
  background-color: #cc181e;
}
.pinterest {
  color: #bd081c;
}
.pinterest-border {
  border-color: #bd081c !important;
}
.pinterest-background {
  background-color: #bd081c;
}
.instagram {
  color: #49769c;
}
.instagram-border {
  border-color: #49769c !important;
}
.instagram-background {
  background-color: #49769c;
}
/* -----------------------------------------------------------------------------
  Hilal -> Rules -> Elements : Icon
----------------------------------------------------------------------------- */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.i {
  display: inline-block;
  font: normal normal normal 1.5rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.i-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.i-2x {
  font-size: 2em;
}
.i-3x {
  font-size: 3em;
}
.i-4x {
  font-size: 4em;
}
.i-5x {
  font-size: 5em;
}
.i-fw {
  width: 1.28571429em;
  text-align: center;
}
.i-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.i-ul > li {
  position: relative;
}
.i-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.i-li.i-lg {
  left: -1.85714286em;
}
.i-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #dcddde;
  border-radius: 0.1em;
}
.i-pull-left {
  float: left;
}
.i-pull-right {
  float: right;
}
.i.i-pull-left {
  margin-right: 0.3em;
}
.i.i-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.i.pull-left {
  margin-right: 0.3em;
}
.i.pull-right {
  margin-left: 0.3em;
}
.i-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.i-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.i-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.i-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.i-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.i-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.i-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
:root .i-rotate-90,
:root .i-rotate-180,
:root .i-rotate-270,
:root .i-flip-horizontal,
:root .i-flip-vertical {
  filter: none;
}
.i-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.i-stack-1x,
.i-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.i-stack-1x {
  line-height: inherit;
}
.i-stack-2x {
  font-size: 2em;
}
.i-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.i-glass:before {
  content: '\f000';
}
.i-music:before {
  content: '\f001';
}
.i-search:before {
  content: '\f002';
}
.i-envelope-o:before {
  content: '\f003';
}
.i-heart:before {
  content: '\f004';
}
.i-star:before {
  content: '\f005';
}
.i-star-o:before {
  content: '\f006';
}
.i-user:before {
  content: '\f007';
}
.i-film:before {
  content: '\f008';
}
.i-th-large:before {
  content: '\f009';
}
.i-th:before {
  content: '\f00a';
}
.i-th-list:before {
  content: '\f00b';
}
.i-check:before {
  content: '\f00c';
}
.i-remove:before,
.i-close:before,
.i-times:before {
  content: '\f00d';
}
.i-search-plus:before {
  content: '\f00e';
}
.i-search-minus:before {
  content: '\f010';
}
.i-power-off:before {
  content: '\f011';
}
.i-signal:before {
  content: '\f012';
}
.i-gear:before,
.i-cog:before {
  content: '\f013';
}
.i-trash-o:before {
  content: '\f014';
}
.i-home:before {
  content: '\f015';
}
.i-file-o:before {
  content: '\f016';
}
.i-clock-o:before {
  content: '\f017';
}
.i-road:before {
  content: '\f018';
}
.i-download:before {
  content: '\f019';
}
.i-arrow-circle-o-down:before {
  content: '\f01a';
}
.i-arrow-circle-o-up:before {
  content: '\f01b';
}
.i-inbox:before {
  content: '\f01c';
}
.i-play-circle-o:before {
  content: '\f01d';
}
.i-rotate-right:before,
.i-repeat:before {
  content: '\f01e';
}
.i-refresh:before {
  content: '\f021';
}
.i-list-alt:before {
  content: '\f022';
}
.i-lock:before {
  content: '\f023';
}
.i-flag:before {
  content: '\f024';
}
.i-headphones:before {
  content: '\f025';
}
.i-volume-off:before {
  content: '\f026';
}
.i-volume-down:before {
  content: '\f027';
}
.i-volume-up:before {
  content: '\f028';
}
.i-qrcode:before {
  content: '\f029';
}
.i-barcode:before {
  content: '\f02a';
}
.i-tag:before {
  content: '\f02b';
}
.i-tags:before {
  content: '\f02c';
}
.i-book:before {
  content: '\f02d';
}
.i-bookmark:before {
  content: '\f02e';
}
.i-print:before {
  content: '\f02f';
}
.i-camera:before {
  content: '\f030';
}
.i-font:before {
  content: '\f031';
}
.i-bold:before {
  content: '\f032';
}
.i-italic:before {
  content: '\f033';
}
.i-text-height:before {
  content: '\f034';
}
.i-text-width:before {
  content: '\f035';
}
.i-align-left:before {
  content: '\f036';
}
.i-align-center:before {
  content: '\f037';
}
.i-align-right:before {
  content: '\f038';
}
.i-align-justify:before {
  content: '\f039';
}
.i-list:before {
  content: '\f03a';
}
.i-dedent:before,
.i-outdent:before {
  content: '\f03b';
}
.i-indent:before {
  content: '\f03c';
}
.i-video-camera:before {
  content: '\f03d';
}
.i-photo:before,
.i-image:before,
.i-picture-o:before {
  content: '\f03e';
}
.i-pencil:before {
  content: '\f040';
}
.i-map-marker:before {
  content: '\f041';
}
.i-adjust:before {
  content: '\f042';
}
.i-tint:before {
  content: '\f043';
}
.i-edit:before,
.i-pencil-square-o:before {
  content: '\f044';
}
.i-share-square-o:before {
  content: '\f045';
}
.i-check-square-o:before {
  content: '\f046';
}
.i-arrows:before {
  content: '\f047';
}
.i-step-backward:before {
  content: '\f048';
}
.i-fast-backward:before {
  content: '\f049';
}
.i-backward:before {
  content: '\f04a';
}
.i-play:before {
  content: '\f04b';
}
.i-pause:before {
  content: '\f04c';
}
.i-stop:before {
  content: '\f04d';
}
.i-forward:before {
  content: '\f04e';
}
.i-fast-forward:before {
  content: '\f050';
}
.i-step-forward:before {
  content: '\f051';
}
.i-eject:before {
  content: '\f052';
}
.i-chevron-left:before {
  content: '\f053';
}
.i-chevron-right:before {
  content: '\f054';
}
.i-plus-circle:before {
  content: '\f055';
}
.i-minus-circle:before {
  content: '\f056';
}
.i-times-circle:before {
  content: '\f057';
}
.i-check-circle:before {
  content: '\f058';
}
.i-question-circle:before {
  content: '\f059';
}
.i-info-circle:before {
  content: '\f05a';
}
.i-crosshairs:before {
  content: '\f05b';
}
.i-times-circle-o:before {
  content: '\f05c';
}
.i-check-circle-o:before {
  content: '\f05d';
}
.i-ban:before {
  content: '\f05e';
}
.i-arrow-left:before {
  content: '\f060';
}
.i-arrow-right:before {
  content: '\f061';
}
.i-arrow-up:before {
  content: '\f062';
}
.i-arrow-down:before {
  content: '\f063';
}
.i-mail-forward:before,
.i-share:before {
  content: '\f064';
}
.i-expand:before {
  content: '\f065';
}
.i-compress:before {
  content: '\f066';
}
.i-plus:before {
  content: '\f067';
}
.i-minus:before {
  content: '\f068';
}
.i-asterisk:before {
  content: '\f069';
}
.i-exclamation-circle:before {
  content: '\f06a';
}
.i-gift:before {
  content: '\f06b';
}
.i-leaf:before {
  content: '\f06c';
}
.i-fire:before {
  content: '\f06d';
}
.i-eye:before {
  content: '\f06e';
}
.i-eye-slash:before {
  content: '\f070';
}
.i-warning:before,
.i-exclamation-triangle:before {
  content: '\f071';
}
.i-plane:before {
  content: '\f072';
}
.i-calendar:before {
  content: '\f073';
}
.i-random:before {
  content: '\f074';
}
.i-comment:before {
  content: '\f075';
}
.i-magnet:before {
  content: '\f076';
}
.i-chevron-up:before {
  content: '\f077';
}
.i-chevron-down:before {
  content: '\f078';
}
.i-retweet:before {
  content: '\f079';
}
.i-shopping-cart:before {
  content: '\f07a';
}
.i-folder:before {
  content: '\f07b';
}
.i-folder-open:before {
  content: '\f07c';
}
.i-arrows-v:before {
  content: '\f07d';
}
.i-arrows-h:before {
  content: '\f07e';
}
.i-bar-chart-o:before,
.i-bar-chart:before {
  content: '\f080';
}
.i-twitter-square:before {
  content: '\f081';
}
.i-facebook-square:before {
  content: '\f082';
}
.i-camera-retro:before {
  content: '\f083';
}
.i-key:before {
  content: '\f084';
}
.i-gears:before,
.i-cogs:before {
  content: '\f085';
}
.i-comments:before {
  content: '\f086';
}
.i-thumbs-o-up:before {
  content: '\f087';
}
.i-thumbs-o-down:before {
  content: '\f088';
}
.i-star-half:before {
  content: '\f089';
}
.i-heart-o:before {
  content: '\f08a';
}
.i-sign-out:before {
  content: '\f08b';
}
.i-linkedin-square:before {
  content: '\f08c';
}
.i-thumb-tack:before {
  content: '\f08d';
}
.i-external-link:before {
  content: '\f08e';
}
.i-sign-in:before {
  content: '\f090';
}
.i-trophy:before {
  content: '\f091';
}
.i-github-square:before {
  content: '\f092';
}
.i-upload:before {
  content: '\f093';
}
.i-lemon-o:before {
  content: '\f094';
}
.i-phone:before {
  content: '\f095';
}
.i-square-o:before {
  content: '\f096';
}
.i-bookmark-o:before {
  content: '\f097';
}
.i-phone-square:before {
  content: '\f098';
}
.i-twitter:before {
  content: '\f099';
}
.i-facebook-f:before,
.i-facebook:before {
  content: '\f09a';
}
.i-github:before {
  content: '\f09b';
}
.i-unlock:before {
  content: '\f09c';
}
.i-credit-card:before {
  content: '\f09d';
}
.i-feed:before,
.i-rss:before {
  content: '\f09e';
}
.i-hdd-o:before {
  content: '\f0a0';
}
.i-bullhorn:before {
  content: '\f0a1';
}
.i-bell:before {
  content: '\f0f3';
}
.i-certificate:before {
  content: '\f0a3';
}
.i-hand-o-right:before {
  content: '\f0a4';
}
.i-hand-o-left:before {
  content: '\f0a5';
}
.i-hand-o-up:before {
  content: '\f0a6';
}
.i-hand-o-down:before {
  content: '\f0a7';
}
.i-arrow-circle-left:before {
  content: '\f0a8';
}
.i-arrow-circle-right:before {
  content: '\f0a9';
}
.i-arrow-circle-up:before {
  content: '\f0aa';
}
.i-arrow-circle-down:before {
  content: '\f0ab';
}
.i-globe:before {
  content: '\f0ac';
}
.i-wrench:before {
  content: '\f0ad';
}
.i-tasks:before {
  content: '\f0ae';
}
.i-filter:before {
  content: '\f0b0';
}
.i-briefcase:before {
  content: '\f0b1';
}
.i-arrows-alt:before {
  content: '\f0b2';
}
.i-group:before,
.i-users:before {
  content: '\f0c0';
}
.i-chain:before,
.i-link:before {
  content: '\f0c1';
}
.i-cloud:before {
  content: '\f0c2';
}
.i-flask:before {
  content: '\f0c3';
}
.i-cut:before,
.i-scissors:before {
  content: '\f0c4';
}
.i-copy:before,
.i-files-o:before {
  content: '\f0c5';
}
.i-paperclip:before {
  content: '\f0c6';
}
.i-save:before,
.i-floppy-o:before {
  content: '\f0c7';
}
.i-square:before {
  content: '\f0c8';
}
.i-navicon:before,
.i-reorder:before,
.i-bars:before {
  content: '\f0c9';
}
.i-list-ul:before {
  content: '\f0ca';
}
.i-list-ol:before {
  content: '\f0cb';
}
.i-strikethrough:before {
  content: '\f0cc';
}
.i-underline:before {
  content: '\f0cd';
}
.i-table:before {
  content: '\f0ce';
}
.i-magic:before {
  content: '\f0d0';
}
.i-truck:before {
  content: '\f0d1';
}
.i-pinterest:before {
  content: '\f0d2';
}
.i-pinterest-square:before {
  content: '\f0d3';
}
.i-google-plus-square:before {
  content: '\f0d4';
}
.i-google-plus:before {
  content: '\f0d5';
}
.i-money:before {
  content: '\f0d6';
}
.i-caret-down:before {
  content: '\f0d7';
}
.i-caret-up:before {
  content: '\f0d8';
}
.i-caret-left:before {
  content: '\f0d9';
}
.i-caret-right:before {
  content: '\f0da';
}
.i-columns:before {
  content: '\f0db';
}
.i-unsorted:before,
.i-sort:before {
  content: '\f0dc';
}
.i-sort-down:before,
.i-sort-desc:before {
  content: '\f0dd';
}
.i-sort-up:before,
.i-sort-asc:before {
  content: '\f0de';
}
.i-envelope:before {
  content: '\f0e0';
}
.i-linkedin:before {
  content: '\f0e1';
}
.i-rotate-left:before,
.i-undo:before {
  content: '\f0e2';
}
.i-legal:before,
.i-gavel:before {
  content: '\f0e3';
}
.i-dashboard:before,
.i-tachometer:before {
  content: '\f0e4';
}
.i-comment-o:before {
  content: '\f0e5';
}
.i-comments-o:before {
  content: '\f0e6';
}
.i-flash:before,
.i-bolt:before {
  content: '\f0e7';
}
.i-sitemap:before {
  content: '\f0e8';
}
.i-umbrella:before {
  content: '\f0e9';
}
.i-paste:before,
.i-clipboard:before {
  content: '\f0ea';
}
.i-lightbulb-o:before {
  content: '\f0eb';
}
.i-exchange:before {
  content: '\f0ec';
}
.i-cloud-download:before {
  content: '\f0ed';
}
.i-cloud-upload:before {
  content: '\f0ee';
}
.i-user-md:before {
  content: '\f0f0';
}
.i-stethoscope:before {
  content: '\f0f1';
}
.i-suitcase:before {
  content: '\f0f2';
}
.i-bell-o:before {
  content: '\f0a2';
}
.i-coffee:before {
  content: '\f0f4';
}
.i-cutlery:before {
  content: '\f0f5';
}
.i-file-text-o:before {
  content: '\f0f6';
}
.i-building-o:before {
  content: '\f0f7';
}
.i-hospital-o:before {
  content: '\f0f8';
}
.i-ambulance:before {
  content: '\f0f9';
}
.i-medkit:before {
  content: '\f0fa';
}
.i-fighter-jet:before {
  content: '\f0fb';
}
.i-beer:before {
  content: '\f0fc';
}
.i-h-square:before {
  content: '\f0fd';
}
.i-plus-square:before {
  content: '\f0fe';
}
.i-angle-double-left:before {
  content: '\f100';
}
.i-angle-double-right:before {
  content: '\f101';
}
.i-angle-double-up:before {
  content: '\f102';
}
.i-angle-double-down:before {
  content: '\f103';
}
.i-angle-left:before {
  content: '\f104';
}
.i-angle-right:before {
  content: '\f105';
}
.i-angle-up:before {
  content: '\f106';
}
.i-angle-down:before {
  content: '\f107';
}
.i-desktop:before {
  content: '\f108';
}
.i-laptop:before {
  content: '\f109';
}
.i-tablet:before {
  content: '\f10a';
}
.i-mobile-phone:before,
.i-mobile:before {
  content: '\f10b';
}
.i-circle-o:before {
  content: '\f10c';
}
.i-quote-left:before {
  content: '\f10d';
}
.i-quote-right:before {
  content: '\f10e';
}
.i-spinner:before {
  content: '\f110';
}
.i-circle:before {
  content: '\f111';
}
.i-mail-reply:before,
.i-reply:before {
  content: '\f112';
}
.i-github-alt:before {
  content: '\f113';
}
.i-folder-o:before {
  content: '\f114';
}
.i-folder-open-o:before {
  content: '\f115';
}
.i-smile-o:before {
  content: '\f118';
}
.i-frown-o:before {
  content: '\f119';
}
.i-meh-o:before {
  content: '\f11a';
}
.i-gamepad:before {
  content: '\f11b';
}
.i-keyboard-o:before {
  content: '\f11c';
}
.i-flag-o:before {
  content: '\f11d';
}
.i-flag-checkered:before {
  content: '\f11e';
}
.i-terminal:before {
  content: '\f120';
}
.i-code:before {
  content: '\f121';
}
.i-mail-reply-all:before,
.i-reply-all:before {
  content: '\f122';
}
.i-star-half-empty:before,
.i-star-half-full:before,
.i-star-half-o:before {
  content: '\f123';
}
.i-location-arrow:before {
  content: '\f124';
}
.i-crop:before {
  content: '\f125';
}
.i-code-fork:before {
  content: '\f126';
}
.i-unlink:before,
.i-chain-broken:before {
  content: '\f127';
}
.i-question:before {
  content: '\f128';
}
.i-info:before {
  content: '\f129';
}
.i-exclamation:before {
  content: '\f12a';
}
.i-superscript:before {
  content: '\f12b';
}
.i-subscript:before {
  content: '\f12c';
}
.i-eraser:before {
  content: '\f12d';
}
.i-puzzle-piece:before {
  content: '\f12e';
}
.i-microphone:before {
  content: '\f130';
}
.i-microphone-slash:before {
  content: '\f131';
}
.i-shield:before {
  content: '\f132';
}
.i-calendar-o:before {
  content: '\f133';
}
.i-fire-extinguisher:before {
  content: '\f134';
}
.i-rocket:before {
  content: '\f135';
}
.i-maxcdn:before {
  content: '\f136';
}
.i-chevron-circle-left:before {
  content: '\f137';
}
.i-chevron-circle-right:before {
  content: '\f138';
}
.i-chevron-circle-up:before {
  content: '\f139';
}
.i-chevron-circle-down:before {
  content: '\f13a';
}
.i-html5:before {
  content: '\f13b';
}
.i-css3:before {
  content: '\f13c';
}
.i-anchor:before {
  content: '\f13d';
}
.i-unlock-alt:before {
  content: '\f13e';
}
.i-bullseye:before {
  content: '\f140';
}
.i-ellipsis-h:before {
  content: '\f141';
}
.i-ellipsis-v:before {
  content: '\f142';
}
.i-rss-square:before {
  content: '\f143';
}
.i-play-circle:before {
  content: '\f144';
}
.i-ticket:before {
  content: '\f145';
}
.i-minus-square:before {
  content: '\f146';
}
.i-minus-square-o:before {
  content: '\f147';
}
.i-level-up:before {
  content: '\f148';
}
.i-level-down:before {
  content: '\f149';
}
.i-check-square:before {
  content: '\f14a';
}
.i-pencil-square:before {
  content: '\f14b';
}
.i-external-link-square:before {
  content: '\f14c';
}
.i-share-square:before {
  content: '\f14d';
}
.i-compass:before {
  content: '\f14e';
}
.i-toggle-down:before,
.i-caret-square-o-down:before {
  content: '\f150';
}
.i-toggle-up:before,
.i-caret-square-o-up:before {
  content: '\f151';
}
.i-toggle-right:before,
.i-caret-square-o-right:before {
  content: '\f152';
}
.i-euro:before,
.i-eur:before {
  content: '\f153';
}
.i-gbp:before {
  content: '\f154';
}
.i-dollar:before,
.i-usd:before {
  content: '\f155';
}
.i-rupee:before,
.i-inr:before {
  content: '\f156';
}
.i-cny:before,
.i-rmb:before,
.i-yen:before,
.i-jpy:before {
  content: '\f157';
}
.i-ruble:before,
.i-rouble:before,
.i-rub:before {
  content: '\f158';
}
.i-won:before,
.i-krw:before {
  content: '\f159';
}
.i-bitcoin:before,
.i-btc:before {
  content: '\f15a';
}
.i-file:before {
  content: '\f15b';
}
.i-file-text:before {
  content: '\f15c';
}
.i-sort-alpha-asc:before {
  content: '\f15d';
}
.i-sort-alpha-desc:before {
  content: '\f15e';
}
.i-sort-amount-asc:before {
  content: '\f160';
}
.i-sort-amount-desc:before {
  content: '\f161';
}
.i-sort-numeric-asc:before {
  content: '\f162';
}
.i-sort-numeric-desc:before {
  content: '\f163';
}
.i-thumbs-up:before {
  content: '\f164';
}
.i-thumbs-down:before {
  content: '\f165';
}
.i-youtube-square:before {
  content: '\f166';
}
.i-youtube:before {
  content: '\f167';
}
.i-xing:before {
  content: '\f168';
}
.i-xing-square:before {
  content: '\f169';
}
.i-youtube-play:before {
  content: '\f16a';
}
.i-dropbox:before {
  content: '\f16b';
}
.i-stack-overflow:before {
  content: '\f16c';
}
.i-instagram:before {
  content: '\f16d';
}
.i-flickr:before {
  content: '\f16e';
}
.i-adn:before {
  content: '\f170';
}
.i-bitbucket:before {
  content: '\f171';
}
.i-bitbucket-square:before {
  content: '\f172';
}
.i-tumblr:before {
  content: '\f173';
}
.i-tumblr-square:before {
  content: '\f174';
}
.i-long-arrow-down:before {
  content: '\f175';
}
.i-long-arrow-up:before {
  content: '\f176';
}
.i-long-arrow-left:before {
  content: '\f177';
}
.i-long-arrow-right:before {
  content: '\f178';
}
.i-apple:before {
  content: '\f179';
}
.i-windows:before {
  content: '\f17a';
}
.i-android:before {
  content: '\f17b';
}
.i-linux:before {
  content: '\f17c';
}
.i-dribbble:before {
  content: '\f17d';
}
.i-skype:before {
  content: '\f17e';
}
.i-foursquare:before {
  content: '\f180';
}
.i-trello:before {
  content: '\f181';
}
.i-female:before {
  content: '\f182';
}
.i-male:before {
  content: '\f183';
}
.i-gittip:before,
.i-gratipay:before {
  content: '\f184';
}
.i-sun-o:before {
  content: '\f185';
}
.i-moon-o:before {
  content: '\f186';
}
.i-archive:before {
  content: '\f187';
}
.i-bug:before {
  content: '\f188';
}
.i-vk:before {
  content: '\f189';
}
.i-weibo:before {
  content: '\f18a';
}
.i-renren:before {
  content: '\f18b';
}
.i-pagelines:before {
  content: '\f18c';
}
.i-stack-exchange:before {
  content: '\f18d';
}
.i-arrow-circle-o-right:before {
  content: '\f18e';
}
.i-arrow-circle-o-left:before {
  content: '\f190';
}
.i-toggle-left:before,
.i-caret-square-o-left:before {
  content: '\f191';
}
.i-dot-circle-o:before {
  content: '\f192';
}
.i-wheelchair:before {
  content: '\f193';
}
.i-vimeo-square:before {
  content: '\f194';
}
.i-turkish-lira:before,
.i-try:before {
  content: '\f195';
}
.i-plus-square-o:before {
  content: '\f196';
}
.i-space-shuttle:before {
  content: '\f197';
}
.i-slack:before {
  content: '\f198';
}
.i-envelope-square:before {
  content: '\f199';
}
.i-wordpress:before {
  content: '\f19a';
}
.i-openid:before {
  content: '\f19b';
}
.i-institution:before,
.i-bank:before,
.i-university:before {
  content: '\f19c';
}
.i-mortar-board:before,
.i-graduation-cap:before {
  content: '\f19d';
}
.i-yahoo:before {
  content: '\f19e';
}
.i-google:before {
  content: '\f1a0';
}
.i-reddit:before {
  content: '\f1a1';
}
.i-reddit-square:before {
  content: '\f1a2';
}
.i-stumbleupon-circle:before {
  content: '\f1a3';
}
.i-stumbleupon:before {
  content: '\f1a4';
}
.i-delicious:before {
  content: '\f1a5';
}
.i-digg:before {
  content: '\f1a6';
}
.i-pied-piper-pp:before {
  content: '\f1a7';
}
.i-pied-piper-alt:before {
  content: '\f1a8';
}
.i-drupal:before {
  content: '\f1a9';
}
.i-joomla:before {
  content: '\f1aa';
}
.i-language:before {
  content: '\f1ab';
}
.i-fax:before {
  content: '\f1ac';
}
.i-building:before {
  content: '\f1ad';
}
.i-child:before {
  content: '\f1ae';
}
.i-paw:before {
  content: '\f1b0';
}
.i-spoon:before {
  content: '\f1b1';
}
.i-cube:before {
  content: '\f1b2';
}
.i-cubes:before {
  content: '\f1b3';
}
.i-behance:before {
  content: '\f1b4';
}
.i-behance-square:before {
  content: '\f1b5';
}
.i-steam:before {
  content: '\f1b6';
}
.i-steam-square:before {
  content: '\f1b7';
}
.i-recycle:before {
  content: '\f1b8';
}
.i-automobile:before,
.i-car:before {
  content: '\f1b9';
}
.i-cab:before,
.i-taxi:before {
  content: '\f1ba';
}
.i-tree:before {
  content: '\f1bb';
}
.i-spotify:before {
  content: '\f1bc';
}
.i-deviantart:before {
  content: '\f1bd';
}
.i-soundcloud:before {
  content: '\f1be';
}
.i-database:before {
  content: '\f1c0';
}
.i-file-pdf-o:before {
  content: '\f1c1';
}
.i-file-word-o:before {
  content: '\f1c2';
}
.i-file-excel-o:before {
  content: '\f1c3';
}
.i-file-powerpoint-o:before {
  content: '\f1c4';
}
.i-file-photo-o:before,
.i-file-picture-o:before,
.i-file-image-o:before {
  content: '\f1c5';
}
.i-file-zip-o:before,
.i-file-archive-o:before {
  content: '\f1c6';
}
.i-file-sound-o:before,
.i-file-audio-o:before {
  content: '\f1c7';
}
.i-file-movie-o:before,
.i-file-video-o:before {
  content: '\f1c8';
}
.i-file-code-o:before {
  content: '\f1c9';
}
.i-vine:before {
  content: '\f1ca';
}
.i-codepen:before {
  content: '\f1cb';
}
.i-jsfiddle:before {
  content: '\f1cc';
}
.i-life-bouy:before,
.i-life-buoy:before,
.i-life-saver:before,
.i-support:before,
.i-life-ring:before {
  content: '\f1cd';
}
.i-circle-o-notch:before {
  content: '\f1ce';
}
.i-ra:before,
.i-resistance:before,
.i-rebel:before {
  content: '\f1d0';
}
.i-ge:before,
.i-empire:before {
  content: '\f1d1';
}
.i-git-square:before {
  content: '\f1d2';
}
.i-git:before {
  content: '\f1d3';
}
.i-y-combinator-square:before,
.i-yc-square:before,
.i-hacker-news:before {
  content: '\f1d4';
}
.i-tencent-weibo:before {
  content: '\f1d5';
}
.i-qq:before {
  content: '\f1d6';
}
.i-wechat:before,
.i-weixin:before {
  content: '\f1d7';
}
.i-send:before,
.i-paper-plane:before {
  content: '\f1d8';
}
.i-send-o:before,
.i-paper-plane-o:before {
  content: '\f1d9';
}
.i-history:before {
  content: '\f1da';
}
.i-circle-thin:before {
  content: '\f1db';
}
.i-header:before {
  content: '\f1dc';
}
.i-paragraph:before {
  content: '\f1dd';
}
.i-sliders:before {
  content: '\f1de';
}
.i-share-alt:before {
  content: '\f1e0';
}
.i-share-alt-square:before {
  content: '\f1e1';
}
.i-bomb:before {
  content: '\f1e2';
}
.i-soccer-ball-o:before,
.i-futbol-o:before {
  content: '\f1e3';
}
.i-tty:before {
  content: '\f1e4';
}
.i-binoculars:before {
  content: '\f1e5';
}
.i-plug:before {
  content: '\f1e6';
}
.i-slideshare:before {
  content: '\f1e7';
}
.i-twitch:before {
  content: '\f1e8';
}
.i-yelp:before {
  content: '\f1e9';
}
.i-newspaper-o:before {
  content: '\f1ea';
}
.i-wifi:before {
  content: '\f1eb';
}
.i-calculator:before {
  content: '\f1ec';
}
.i-paypal:before {
  content: '\f1ed';
}
.i-google-wallet:before {
  content: '\f1ee';
}
.i-cc-visa:before {
  content: '\f1f0';
}
.i-cc-mastercard:before {
  content: '\f1f1';
}
.i-cc-discover:before {
  content: '\f1f2';
}
.i-cc-amex:before {
  content: '\f1f3';
}
.i-cc-paypal:before {
  content: '\f1f4';
}
.i-cc-stripe:before {
  content: '\f1f5';
}
.i-bell-slash:before {
  content: '\f1f6';
}
.i-bell-slash-o:before {
  content: '\f1f7';
}
.i-trash:before {
  content: '\f1f8';
}
.i-copyright:before {
  content: '\f1f9';
}
.i-at:before {
  content: '\f1fa';
}
.i-eyedropper:before {
  content: '\f1fb';
}
.i-paint-brush:before {
  content: '\f1fc';
}
.i-birthday-cake:before {
  content: '\f1fd';
}
.i-area-chart:before {
  content: '\f1fe';
}
.i-pie-chart:before {
  content: '\f200';
}
.i-line-chart:before {
  content: '\f201';
}
.i-lastfm:before {
  content: '\f202';
}
.i-lastfm-square:before {
  content: '\f203';
}
.i-toggle-off:before {
  content: '\f204';
}
.i-toggle-on:before {
  content: '\f205';
}
.i-bicycle:before {
  content: '\f206';
}
.i-bus:before {
  content: '\f207';
}
.i-ioxhost:before {
  content: '\f208';
}
.i-angellist:before {
  content: '\f209';
}
.i-cc:before {
  content: '\f20a';
}
.i-shekel:before,
.i-sheqel:before,
.i-ils:before {
  content: '\f20b';
}
.i-meanpath:before {
  content: '\f20c';
}
.i-buysellads:before {
  content: '\f20d';
}
.i-connectdevelop:before {
  content: '\f20e';
}
.i-dashcube:before {
  content: '\f210';
}
.i-forumbee:before {
  content: '\f211';
}
.i-leanpub:before {
  content: '\f212';
}
.i-sellsy:before {
  content: '\f213';
}
.i-shirtsinbulk:before {
  content: '\f214';
}
.i-simplybuilt:before {
  content: '\f215';
}
.i-skyatlas:before {
  content: '\f216';
}
.i-cart-plus:before {
  content: '\f217';
}
.i-cart-arrow-down:before {
  content: '\f218';
}
.i-diamond:before {
  content: '\f219';
}
.i-ship:before {
  content: '\f21a';
}
.i-user-secret:before {
  content: '\f21b';
}
.i-motorcycle:before {
  content: '\f21c';
}
.i-street-view:before {
  content: '\f21d';
}
.i-heartbeat:before {
  content: '\f21e';
}
.i-venus:before {
  content: '\f221';
}
.i-mars:before {
  content: '\f222';
}
.i-mercury:before {
  content: '\f223';
}
.i-intersex:before,
.i-transgender:before {
  content: '\f224';
}
.i-transgender-alt:before {
  content: '\f225';
}
.i-venus-double:before {
  content: '\f226';
}
.i-mars-double:before {
  content: '\f227';
}
.i-venus-mars:before {
  content: '\f228';
}
.i-mars-stroke:before {
  content: '\f229';
}
.i-mars-stroke-v:before {
  content: '\f22a';
}
.i-mars-stroke-h:before {
  content: '\f22b';
}
.i-neuter:before {
  content: '\f22c';
}
.i-genderless:before {
  content: '\f22d';
}
.i-facebook-official:before {
  content: '\f230';
}
.i-pinterest-p:before {
  content: '\f231';
}
.i-whatsapp:before {
  content: '\f232';
}
.i-server:before {
  content: '\f233';
}
.i-user-plus:before {
  content: '\f234';
}
.i-user-times:before {
  content: '\f235';
}
.i-hotel:before,
.i-bed:before {
  content: '\f236';
}
.i-viacoin:before {
  content: '\f237';
}
.i-train:before {
  content: '\f238';
}
.i-subway:before {
  content: '\f239';
}
.i-medium:before {
  content: '\f23a';
}
.i-yc:before,
.i-y-combinator:before {
  content: '\f23b';
}
.i-optin-monster:before {
  content: '\f23c';
}
.i-opencart:before {
  content: '\f23d';
}
.i-expeditedssl:before {
  content: '\f23e';
}
.i-battery-4:before,
.i-battery-full:before {
  content: '\f240';
}
.i-battery-3:before,
.i-battery-three-quarters:before {
  content: '\f241';
}
.i-battery-2:before,
.i-battery-half:before {
  content: '\f242';
}
.i-battery-1:before,
.i-battery-quarter:before {
  content: '\f243';
}
.i-battery-0:before,
.i-battery-empty:before {
  content: '\f244';
}
.i-mouse-pointer:before {
  content: '\f245';
}
.i-i-cursor:before {
  content: '\f246';
}
.i-object-group:before {
  content: '\f247';
}
.i-object-ungroup:before {
  content: '\f248';
}
.i-sticky-note:before {
  content: '\f249';
}
.i-sticky-note-o:before {
  content: '\f24a';
}
.i-cc-jcb:before {
  content: '\f24b';
}
.i-cc-diners-club:before {
  content: '\f24c';
}
.i-clone:before {
  content: '\f24d';
}
.i-balance-scale:before {
  content: '\f24e';
}
.i-hourglass-o:before {
  content: '\f250';
}
.i-hourglass-1:before,
.i-hourglass-start:before {
  content: '\f251';
}
.i-hourglass-2:before,
.i-hourglass-half:before {
  content: '\f252';
}
.i-hourglass-3:before,
.i-hourglass-end:before {
  content: '\f253';
}
.i-hourglass:before {
  content: '\f254';
}
.i-hand-grab-o:before,
.i-hand-rock-o:before {
  content: '\f255';
}
.i-hand-stop-o:before,
.i-hand-paper-o:before {
  content: '\f256';
}
.i-hand-scissors-o:before {
  content: '\f257';
}
.i-hand-lizard-o:before {
  content: '\f258';
}
.i-hand-spock-o:before {
  content: '\f259';
}
.i-hand-pointer-o:before {
  content: '\f25a';
}
.i-hand-peace-o:before {
  content: '\f25b';
}
.i-trademark:before {
  content: '\f25c';
}
.i-registered:before {
  content: '\f25d';
}
.i-creative-commons:before {
  content: '\f25e';
}
.i-gg:before {
  content: '\f260';
}
.i-gg-circle:before {
  content: '\f261';
}
.i-tripadvisor:before {
  content: '\f262';
}
.i-odnoklassniki:before {
  content: '\f263';
}
.i-odnoklassniki-square:before {
  content: '\f264';
}
.i-get-pocket:before {
  content: '\f265';
}
.i-wikipedia-w:before {
  content: '\f266';
}
.i-safari:before {
  content: '\f267';
}
.i-chrome:before {
  content: '\f268';
}
.i-firefox:before {
  content: '\f269';
}
.i-opera:before {
  content: '\f26a';
}
.i-internet-explorer:before {
  content: '\f26b';
}
.i-tv:before,
.i-television:before {
  content: '\f26c';
}
.i-contao:before {
  content: '\f26d';
}
.i-500px:before {
  content: '\f26e';
}
.i-amazon:before {
  content: '\f270';
}
.i-calendar-plus-o:before {
  content: '\f271';
}
.i-calendar-minus-o:before {
  content: '\f272';
}
.i-calendar-times-o:before {
  content: '\f273';
}
.i-calendar-check-o:before {
  content: '\f274';
}
.i-industry:before {
  content: '\f275';
}
.i-map-pin:before {
  content: '\f276';
}
.i-map-signs:before {
  content: '\f277';
}
.i-map-o:before {
  content: '\f278';
}
.i-map:before {
  content: '\f279';
}
.i-commenting:before {
  content: '\f27a';
}
.i-commenting-o:before {
  content: '\f27b';
}
.i-houzz:before {
  content: '\f27c';
}
.i-vimeo:before {
  content: '\f27d';
}
.i-black-tie:before {
  content: '\f27e';
}
.i-fonticons:before {
  content: '\f280';
}
.i-reddit-alien:before {
  content: '\f281';
}
.i-edge:before {
  content: '\f282';
}
.i-credit-card-alt:before {
  content: '\f283';
}
.i-codiepie:before {
  content: '\f284';
}
.i-modx:before {
  content: '\f285';
}
.i-fort-awesome:before {
  content: '\f286';
}
.i-usb:before {
  content: '\f287';
}
.i-product-hunt:before {
  content: '\f288';
}
.i-mixcloud:before {
  content: '\f289';
}
.i-scribd:before {
  content: '\f28a';
}
.i-pause-circle:before {
  content: '\f28b';
}
.i-pause-circle-o:before {
  content: '\f28c';
}
.i-stop-circle:before {
  content: '\f28d';
}
.i-stop-circle-o:before {
  content: '\f28e';
}
.i-shopping-bag:before {
  content: '\f290';
}
.i-shopping-basket:before {
  content: '\f291';
}
.i-hashtag:before {
  content: '\f292';
}
.i-bluetooth:before {
  content: '\f293';
}
.i-bluetooth-b:before {
  content: '\f294';
}
.i-percent:before {
  content: '\f295';
}
.i-gitlab:before {
  content: '\f296';
}
.i-wpbeginner:before {
  content: '\f297';
}
.i-wpforms:before {
  content: '\f298';
}
.i-envira:before {
  content: '\f299';
}
.i-universal-access:before {
  content: '\f29a';
}
.i-wheelchair-alt:before {
  content: '\f29b';
}
.i-question-circle-o:before {
  content: '\f29c';
}
.i-blind:before {
  content: '\f29d';
}
.i-audio-description:before {
  content: '\f29e';
}
.i-volume-control-phone:before {
  content: '\f2a0';
}
.i-braille:before {
  content: '\f2a1';
}
.i-assistive-listening-systems:before {
  content: '\f2a2';
}
.i-asl-interpreting:before,
.i-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.i-deafness:before,
.i-hard-of-hearing:before,
.i-deaf:before {
  content: '\f2a4';
}
.i-glide:before {
  content: '\f2a5';
}
.i-glide-g:before {
  content: '\f2a6';
}
.i-signing:before,
.i-sign-language:before {
  content: '\f2a7';
}
.i-low-vision:before {
  content: '\f2a8';
}
.i-viadeo:before {
  content: '\f2a9';
}
.i-viadeo-square:before {
  content: '\f2aa';
}
.i-snapchat:before {
  content: '\f2ab';
}
.i-snapchat-ghost:before {
  content: '\f2ac';
}
.i-snapchat-square:before {
  content: '\f2ad';
}
.i-pied-piper:before {
  content: '\f2ae';
}
.i-first-order:before {
  content: '\f2b0';
}
.i-yoast:before {
  content: '\f2b1';
}
.i-themeisle:before {
  content: '\f2b2';
}
.i-google-plus-circle:before,
.i-google-plus-official:before {
  content: '\f2b3';
}
.i-fa:before,
.i-font-awesome:before {
  content: '\f2b4';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.i.i-border {
  border-radius: 0.4rem;
  border-width: 0.1rem;
}
.i.i-border.border-strict {
  border-radius: 0;
}
.i.i-border.border-circle {
  border-radius: 500%;
}
.i.i-border.border-pull {
  border-radius: 1.5rem 0;
}
.i.i-border.border-push {
  border-radius: 0 1.5rem;
}
.i.disabled {
  opacity: 0.35;
}

/*# sourceMappingURL=../maps/css/hilal.css.map */
