a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
/*清除元素默认的内外边距  */

* {
  margin: 0;
  padding: 0;
}

/*让所有斜体 不倾斜*/

em,
i {
  font-style: normal;
}

/*去掉列表前面的小点*/

li {
  list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/

img {
  width: 100%;
  height: 100%;
  border: 0;
  /*ie6*/
  vertical-align: middle;
}

/*让button 按钮 变成小手*/

button {
  cursor: pointer;
}

/*取消链接的下划线*/

a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

button,
input {
  font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5b8b\4f53, sans-serif;
  /*取消轮廓线 蓝色的*/
  outline: none;
  border: none;
  cursor: pointer;
}

body {
  background-color: #fff;
  font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5b8b\4f53, sans-serif;
  color: black;
}

/*清除浮动*/

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: '.';
  height: 0;
}

.clearfix {
  *zoom: 1;
}
/* 浮动阴影 */
.show {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);
}
/* 浮动样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* 回到顶部模块 */
.backtop {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  margin-left: 650px;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  display: none;
  z-index: 66666;
}
/* 消除google浏览器黄色框  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/
  box-shadow: 0 0 0 60px #eee inset;
  /*字的颜色*/
  -webkit-text-fill-color: #878787;
  outline: none;
}
/*
* 搜索框提示颜色
*/
input::-webkit-input-placeholder {
  /* color: #fff; */
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ElegantIcons';
  src: url('../font/ElegantIcons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa.fa-2x {
  font-size: 2em;
}
.fa.fa-3x {
  font-size: 3em;
}
.fa.fa-4x {
  font-size: 4em;
}
.fa.fa-5x {
  font-size: 5em;
}
.fa.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa.fa-ul > li {
  position: relative;
}
.fa.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa.fa-li.fa.fa-lg {
  left: -1.85714286em;
}
.fa.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa.fa-pull-left {
  float: left;
}
.fa.fa-pull-right {
  float: right;
}
.fa.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa.fa-rotate-90,
:root .fa.fa-rotate-180,
:root .fa.fa-rotate-270,
:root .fa.fa-flip-horizontal,
:root .fa.fa-flip-vertical {
  filter: none;
}
.fa.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa.fa-stack-1x,
.fa.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa.fa-stack-1x {
  line-height: inherit;
}
.fa.fa-stack-2x {
  font-size: 2em;
}
.fa.fa-inverse {
  color: #fff;
}
.fa.fa-glass:before {
  content: '\f000';
}
.fa.fa-music:before {
  content: '\f001';
}
.fa.fa-search:before {
  content: '\f002';
}
.fa.fa-envelope-o:before {
  content: '\f003';
}
.fa.fa-heart:before {
  content: '\f004';
}
.fa.fa-star:before {
  content: '\f005';
}
.fa.fa-star-o:before {
  content: '\f006';
}
.fa.fa-user:before {
  content: '\f007';
}
.fa.fa-film:before {
  content: '\f008';
}
.fa.fa-th-large:before {
  content: '\f009';
}
.fa.fa-th:before {
  content: '\f00a';
}
.fa.fa-th-list:before {
  content: '\f00b';
}
.fa.fa-check:before {
  content: '\f00c';
}
.fa.fa-remove:before,
.fa.fa-close:before,
.fa.fa-times:before {
  content: '\f00d';
}
.fa.fa-search-plus:before {
  content: '\f00e';
}
.fa.fa-search-minus:before {
  content: '\f010';
}
.fa.fa-power-off:before {
  content: '\f011';
}
.fa.fa-signal:before {
  content: '\f012';
}
.fa.fa-gear:before,
.fa.fa-cog:before {
  content: '\f013';
}
.fa.fa-trash-o:before {
  content: '\f014';
}
.fa.fa-home:before {
  content: '\f015';
}
.fa.fa-file-o:before {
  content: '\f016';
}
.fa.fa-clock-o:before {
  content: '\f017';
}
.fa.fa-road:before {
  content: '\f018';
}
.fa.fa-download:before {
  content: '\f019';
}
.fa.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa.fa-inbox:before {
  content: '\f01c';
}
.fa.fa-play-circle-o:before {
  content: '\f01d';
}
.fa.fa-rotate-right:before,
.fa.fa-repeat:before {
  content: '\f01e';
}
.fa.fa-refresh:before {
  content: '\f021';
}
.fa.fa-list-alt:before {
  content: '\f022';
}
.fa.fa-lock:before {
  content: '\f023';
}
.fa.fa-flag:before {
  content: '\f024';
}
.fa.fa-headphones:before {
  content: '\f025';
}
.fa.fa-volume-off:before {
  content: '\f026';
}
.fa.fa-volume-down:before {
  content: '\f027';
}
.fa.fa-volume-up:before {
  content: '\f028';
}
.fa.fa-qrcode:before {
  content: '\f029';
}
.fa.fa-barcode:before {
  content: '\f02a';
}
.fa.fa-tag:before {
  content: '\f02b';
}
.fa.fa-tags:before {
  content: '\f02c';
}
.fa.fa-book:before {
  content: '\f02d';
}
.fa.fa-bookmark:before {
  content: '\f02e';
}
.fa.fa-print:before {
  content: '\f02f';
}
.fa.fa-camera:before {
  content: '\f030';
}
.fa.fa-font:before {
  content: '\f031';
}
.fa.fa-bold:before {
  content: '\f032';
}
.fa.fa-italic:before {
  content: '\f033';
}
.fa.fa-text-height:before {
  content: '\f034';
}
.fa.fa-text-width:before {
  content: '\f035';
}
.fa.fa-align-left:before {
  content: '\f036';
}
.fa.fa-align-center:before {
  content: '\f037';
}
.fa.fa-align-right:before {
  content: '\f038';
}
.fa.fa-align-justify:before {
  content: '\f039';
}
.fa.fa-list:before {
  content: '\f03a';
}
.fa.fa-dedent:before,
.fa.fa-outdent:before {
  content: '\f03b';
}
.fa.fa-indent:before {
  content: '\f03c';
}
.fa.fa-video-camera:before {
  content: '\f03d';
}
.fa.fa-photo:before,
.fa.fa-image:before,
.fa.fa-picture-o:before {
  content: '\f03e';
}
.fa.fa-pencil:before {
  content: '\f040';
}
.fa.fa-map-marker:before {
  content: '\f041';
}
.fa.fa-adjust:before {
  content: '\f042';
}
.fa.fa-tint:before {
  content: '\f043';
}
.fa.fa-edit:before,
.fa.fa-pencil-square-o:before {
  content: '\f044';
}
.fa.fa-share-square-o:before {
  content: '\f045';
}
.fa.fa-check-square-o:before {
  content: '\f046';
}
.fa.fa-arrows:before {
  content: '\f047';
}
.fa.fa-step-backward:before {
  content: '\f048';
}
.fa.fa-fast-backward:before {
  content: '\f049';
}
.fa.fa-backward:before {
  content: '\f04a';
}
.fa.fa-play:before {
  content: '\f04b';
}
.fa.fa-pause:before {
  content: '\f04c';
}
.fa.fa-stop:before {
  content: '\f04d';
}
.fa.fa-forward:before {
  content: '\f04e';
}
.fa.fa-fast-forward:before {
  content: '\f050';
}
.fa.fa-step-forward:before {
  content: '\f051';
}
.fa.fa-eject:before {
  content: '\f052';
}
.fa.fa-chevron-left:before {
  content: '\f053';
}
.fa.fa-chevron-right:before {
  content: '\f054';
}
.fa.fa-plus-circle:before {
  content: '\f055';
}
.fa.fa-minus-circle:before {
  content: '\f056';
}
.fa.fa-times-circle:before {
  content: '\f057';
}
.fa.fa-check-circle:before {
  content: '\f058';
}
.fa.fa-question-circle:before {
  content: '\f059';
}
.fa.fa-info-circle:before {
  content: '\f05a';
}
.fa.fa-crosshairs:before {
  content: '\f05b';
}
.fa.fa-times-circle-o:before {
  content: '\f05c';
}
.fa.fa-check-circle-o:before {
  content: '\f05d';
}
.fa.fa-ban:before {
  content: '\f05e';
}
.fa.fa-arrow-left:before {
  content: '\f060';
}
.fa.fa-arrow-right:before {
  content: '\f061';
}
.fa.fa-arrow-up:before {
  content: '\f062';
}
.fa.fa-arrow-down:before {
  content: '\f063';
}
.fa.fa-mail-forward:before,
.fa.fa-share:before {
  content: '\f064';
}
.fa.fa-expand:before {
  content: '\f065';
}
.fa.fa-compress:before {
  content: '\f066';
}
.fa.fa-plus:before {
  content: '\f067';
}
.fa.fa-minus:before {
  content: '\f068';
}
.fa.fa-asterisk:before {
  content: '\f069';
}
.fa.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa.fa-gift:before {
  content: '\f06b';
}
.fa.fa-leaf:before {
  content: '\f06c';
}
.fa.fa-fire:before {
  content: '\f06d';
}
.fa.fa-eye:before {
  content: '\f06e';
}
.fa.fa-eye-slash:before {
  content: '\f070';
}
.fa.fa-warning:before,
.fa.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa.fa-plane:before {
  content: '\f072';
}
.fa.fa-calendar:before {
  content: '\f073';
}
.fa.fa-random:before {
  content: '\f074';
}
.fa.fa-comment:before {
  content: '\f075';
}
.fa.fa-magnet:before {
  content: '\f076';
}
.fa.fa-chevron-up:before {
  content: '\f077';
}
.fa.fa-chevron-down:before {
  content: '\f078';
}
.fa.fa-retweet:before {
  content: '\f079';
}
.fa.fa-shopping-cart:before {
  content: '\f07a';
}
.fa.fa-folder:before {
  content: '\f07b';
}
.fa.fa-folder-open:before {
  content: '\f07c';
}
.fa.fa-arrows-v:before {
  content: '\f07d';
}
.fa.fa-arrows-h:before {
  content: '\f07e';
}
.fa.fa-bar-chart-o:before,
.fa.fa-bar-chart:before {
  content: '\f080';
}
.fa.fa-twitter-square:before {
  content: '\f081';
}
.fa.fa-facebook-square:before {
  content: '\f082';
}
.fa.fa-camera-retro:before {
  content: '\f083';
}
.fa.fa-key:before {
  content: '\f084';
}
.fa.fa-gears:before,
.fa.fa-cogs:before {
  content: '\f085';
}
.fa.fa-comments:before {
  content: '\f086';
}
.fa.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa.fa-star-half:before {
  content: '\f089';
}
.fa.fa-heart-o:before {
  content: '\f08a';
}
.fa.fa-sign-out:before {
  content: '\f08b';
}
.fa.fa-linkedin-square:before {
  content: '\f08c';
}
.fa.fa-thumb-tack:before {
  content: '\f08d';
}
.fa.fa-external-link:before {
  content: '\f08e';
}
.fa.fa-sign-in:before {
  content: '\f090';
}
.fa.fa-trophy:before {
  content: '\f091';
}
.fa.fa-github-square:before {
  content: '\f092';
}
.fa.fa-upload:before {
  content: '\f093';
}
.fa.fa-lemon-o:before {
  content: '\f094';
}
.fa.fa-phone:before {
  content: '\f095';
}
.fa.fa-square-o:before {
  content: '\f096';
}
.fa.fa-bookmark-o:before {
  content: '\f097';
}
.fa.fa-phone-square:before {
  content: '\f098';
}
.fa.fa-twitter:before {
  content: '\f099';
}
.fa.fa-facebook-f:before,
.fa.fa-facebook:before {
  content: '\f09a';
}
.fa.fa-github:before {
  content: '\f09b';
}
.fa.fa-unlock:before {
  content: '\f09c';
}
.fa.fa-credit-card:before {
  content: '\f09d';
}
.fa.fa-feed:before,
.fa.fa-rss:before {
  content: '\f09e';
}
.fa.fa-hdd-o:before {
  content: '\f0a0';
}
.fa.fa-bullhorn:before {
  content: '\f0a1';
}
.fa.fa-bell:before {
  content: '\f0f3';
}
.fa.fa-certificate:before {
  content: '\f0a3';
}
.fa.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa.fa-globe:before {
  content: '\f0ac';
}
.fa.fa-wrench:before {
  content: '\f0ad';
}
.fa.fa-tasks:before {
  content: '\f0ae';
}
.fa.fa-filter:before {
  content: '\f0b0';
}
.fa.fa-briefcase:before {
  content: '\f0b1';
}
.fa.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa.fa-group:before,
.fa.fa-users:before {
  content: '\f0c0';
}
.fa.fa-chain:before,
.fa.fa-link:before {
  content: '\f0c1';
}
.fa.fa-cloud:before {
  content: '\f0c2';
}
.fa.fa-flask:before {
  content: '\f0c3';
}
.fa.fa-cut:before,
.fa.fa-scissors:before {
  content: '\f0c4';
}
.fa.fa-copy:before,
.fa.fa-files-o:before {
  content: '\f0c5';
}
.fa.fa-paperclip:before {
  content: '\f0c6';
}
.fa.fa-save:before,
.fa.fa-floppy-o:before {
  content: '\f0c7';
}
.fa.fa-square:before {
  content: '\f0c8';
}
.fa.fa-navicon:before,
.fa.fa-reorder:before,
.fa.fa-bars:before {
  content: '\f0c9';
}
.fa.fa-list-ul:before {
  content: '\f0ca';
}
.fa.fa-list-ol:before {
  content: '\f0cb';
}
.fa.fa-strikethrough:before {
  content: '\f0cc';
}
.fa.fa-underline:before {
  content: '\f0cd';
}
.fa.fa-table:before {
  content: '\f0ce';
}
.fa.fa-magic:before {
  content: '\f0d0';
}
.fa.fa-truck:before {
  content: '\f0d1';
}
.fa.fa-pinterest:before {
  content: '\f0d2';
}
.fa.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa.fa-google-plus:before {
  content: '\f0d5';
}
.fa.fa-money:before {
  content: '\f0d6';
}
.fa.fa-caret-down:before {
  content: '\f0d7';
}
.fa.fa-caret-up:before {
  content: '\f0d8';
}
.fa.fa-caret-left:before {
  content: '\f0d9';
}
.fa.fa-caret-right:before {
  content: '\f0da';
}
.fa.fa-columns:before {
  content: '\f0db';
}
.fa.fa-unsorted:before,
.fa.fa-sort:before {
  content: '\f0dc';
}
.fa.fa-sort-down:before,
.fa.fa-sort-desc:before {
  content: '\f0dd';
}
.fa.fa-sort-up:before,
.fa.fa-sort-asc:before {
  content: '\f0de';
}
.fa.fa-envelope:before {
  content: '\f0e0';
}
.fa.fa-linkedin:before {
  content: '\f0e1';
}
.fa.fa-rotate-left:before,
.fa.fa-undo:before {
  content: '\f0e2';
}
.fa.fa-legal:before,
.fa.fa-gavel:before {
  content: '\f0e3';
}
.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
  content: '\f0e4';
}
.fa.fa-comment-o:before {
  content: '\f0e5';
}
.fa.fa-comments-o:before {
  content: '\f0e6';
}
.fa.fa-flash:before,
.fa.fa-bolt:before {
  content: '\f0e7';
}
.fa.fa-sitemap:before {
  content: '\f0e8';
}
.fa.fa-umbrella:before {
  content: '\f0e9';
}
.fa.fa-paste:before,
.fa.fa-clipboard:before {
  content: '\f0ea';
}
.fa.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa.fa-exchange:before {
  content: '\f0ec';
}
.fa.fa-cloud-download:before {
  content: '\f0ed';
}
.fa.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa.fa-user-md:before {
  content: '\f0f0';
}
.fa.fa-stethoscope:before {
  content: '\f0f1';
}
.fa.fa-suitcase:before {
  content: '\f0f2';
}
.fa.fa-bell-o:before {
  content: '\f0a2';
}
.fa.fa-coffee:before {
  content: '\f0f4';
}
.fa.fa-cutlery:before {
  content: '\f0f5';
}
.fa.fa-file-text-o:before {
  content: '\f0f6';
}
.fa.fa-building-o:before {
  content: '\f0f7';
}
.fa.fa-hospital-o:before {
  content: '\f0f8';
}
.fa.fa-ambulance:before {
  content: '\f0f9';
}
.fa.fa-medkit:before {
  content: '\f0fa';
}
.fa.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa.fa-beer:before {
  content: '\f0fc';
}
.fa.fa-h-square:before {
  content: '\f0fd';
}
.fa.fa-plus-square:before {
  content: '\f0fe';
}
.fa.fa-angle-double-left:before {
  content: '\f100';
}
.fa.fa-angle-double-right:before {
  content: '\f101';
}
.fa.fa-angle-double-up:before {
  content: '\f102';
}
.fa.fa-angle-double-down:before {
  content: '\f103';
}
.fa.fa-angle-left:before {
  content: '\f104';
}
.fa.fa-angle-right:before {
  content: '\f105';
}
.fa.fa-angle-up:before {
  content: '\f106';
}
.fa.fa-angle-down:before {
  content: '\f107';
}
.fa.fa-desktop:before {
  content: '\f108';
}
.fa.fa-laptop:before {
  content: '\f109';
}
.fa.fa-tablet:before {
  content: '\f10a';
}
.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
  content: '\f10b';
}
.fa.fa-circle-o:before {
  content: '\f10c';
}
.fa.fa-quote-left:before {
  content: '\f10d';
}
.fa.fa-quote-right:before {
  content: '\f10e';
}
.fa.fa-spinner:before {
  content: '\f110';
}
.fa.fa-circle:before {
  content: '\f111';
}
.fa.fa-mail-reply:before,
.fa.fa-reply:before {
  content: '\f112';
}
.fa.fa-github-alt:before {
  content: '\f113';
}
.fa.fa-folder-o:before {
  content: '\f114';
}
.fa.fa-folder-open-o:before {
  content: '\f115';
}
.fa.fa-smile-o:before {
  content: '\f118';
}
.fa.fa-frown-o:before {
  content: '\f119';
}
.fa.fa-meh-o:before {
  content: '\f11a';
}
.fa.fa-gamepad:before {
  content: '\f11b';
}
.fa.fa-keyboard-o:before {
  content: '\f11c';
}
.fa.fa-flag-o:before {
  content: '\f11d';
}
.fa.fa-flag-checkered:before {
  content: '\f11e';
}
.fa.fa-terminal:before {
  content: '\f120';
}
.fa.fa-code:before {
  content: '\f121';
}
.fa.fa-mail-reply-all:before,
.fa.fa-reply-all:before {
  content: '\f122';
}
.fa.fa-star-half-empty:before,
.fa.fa-star-half-full:before,
.fa.fa-star-half-o:before {
  content: '\f123';
}
.fa.fa-location-arrow:before {
  content: '\f124';
}
.fa.fa-crop:before {
  content: '\f125';
}
.fa.fa-code-fork:before {
  content: '\f126';
}
.fa.fa-unlink:before,
.fa.fa-chain-broken:before {
  content: '\f127';
}
.fa.fa-question:before {
  content: '\f128';
}
.fa.fa-info:before {
  content: '\f129';
}
.fa.fa-exclamation:before {
  content: '\f12a';
}
.fa.fa-superscript:before {
  content: '\f12b';
}
.fa.fa-subscript:before {
  content: '\f12c';
}
.fa.fa-eraser:before {
  content: '\f12d';
}
.fa.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa.fa-microphone:before {
  content: '\f130';
}
.fa.fa-microphone-slash:before {
  content: '\f131';
}
.fa.fa-shield:before {
  content: '\f132';
}
.fa.fa-calendar-o:before {
  content: '\f133';
}
.fa.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa.fa-rocket:before {
  content: '\f135';
}
.fa.fa-maxcdn:before {
  content: '\f136';
}
.fa.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa.fa-html5:before {
  content: '\f13b';
}
.fa.fa-css3:before {
  content: '\f13c';
}
.fa.fa-anchor:before {
  content: '\f13d';
}
.fa.fa-unlock-alt:before {
  content: '\f13e';
}
.fa.fa-bullseye:before {
  content: '\f140';
}
.fa.fa-ellipsis-h:before {
  content: '\f141';
}
.fa.fa-ellipsis-v:before {
  content: '\f142';
}
.fa.fa-rss-square:before {
  content: '\f143';
}
.fa.fa-play-circle:before {
  content: '\f144';
}
.fa.fa-ticket:before {
  content: '\f145';
}
.fa.fa-minus-square:before {
  content: '\f146';
}
.fa.fa-minus-square-o:before {
  content: '\f147';
}
.fa.fa-level-up:before {
  content: '\f148';
}
.fa.fa-level-down:before {
  content: '\f149';
}
.fa.fa-check-square:before {
  content: '\f14a';
}
.fa.fa-pencil-square:before {
  content: '\f14b';
}
.fa.fa-external-link-square:before {
  content: '\f14c';
}
.fa.fa-share-square:before {
  content: '\f14d';
}
.fa.fa-compass:before {
  content: '\f14e';
}
.fa.fa-toggle-down:before,
.fa.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa.fa-toggle-up:before,
.fa.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa.fa-toggle-right:before,
.fa.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa.fa-euro:before,
.fa.fa-eur:before {
  content: '\f153';
}
.fa.fa-gbp:before {
  content: '\f154';
}
.fa.fa-dollar:before,
.fa.fa-usd:before {
  content: '\f155';
}
.fa.fa-rupee:before,
.fa.fa-inr:before {
  content: '\f156';
}
.fa.fa-cny:before,
.fa.fa-rmb:before,
.fa.fa-yen:before,
.fa.fa-jpy:before {
  content: '\f157';
}
.fa.fa-ruble:before,
.fa.fa-rouble:before,
.fa.fa-rub:before {
  content: '\f158';
}
.fa.fa-won:before,
.fa.fa-krw:before {
  content: '\f159';
}
.fa.fa-bitcoin:before,
.fa.fa-btc:before {
  content: '\f15a';
}
.fa.fa-file:before {
  content: '\f15b';
}
.fa.fa-file-text:before {
  content: '\f15c';
}
.fa.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa.fa-thumbs-up:before {
  content: '\f164';
}
.fa.fa-thumbs-down:before {
  content: '\f165';
}
.fa.fa-youtube-square:before {
  content: '\f166';
}
.fa.fa-youtube:before {
  content: '\f167';
}
.fa.fa-xing:before {
  content: '\f168';
}
.fa.fa-xing-square:before {
  content: '\f169';
}
.fa.fa-youtube-play:before {
  content: '\f16a';
}
.fa.fa-dropbox:before {
  content: '\f16b';
}
.fa.fa-stack-overflow:before {
  content: '\f16c';
}
.fa.fa-instagram:before {
  content: '\f16d';
}
.fa.fa-flickr:before {
  content: '\f16e';
}
.fa.fa-adn:before {
  content: '\f170';
}
.fa.fa-bitbucket:before {
  content: '\f171';
}
.fa.fa-bitbucket-square:before {
  content: '\f172';
}
.fa.fa-tumblr:before {
  content: '\f173';
}
.fa.fa-tumblr-square:before {
  content: '\f174';
}
.fa.fa-long-arrow-down:before {
  content: '\f175';
}
.fa.fa-long-arrow-up:before {
  content: '\f176';
}
.fa.fa-long-arrow-left:before {
  content: '\f177';
}
.fa.fa-long-arrow-right:before {
  content: '\f178';
}
.fa.fa-apple:before {
  content: '\f179';
}
.fa.fa-windows:before {
  content: '\f17a';
}
.fa.fa-android:before {
  content: '\f17b';
}
.fa.fa-linux:before {
  content: '\f17c';
}
.fa.fa-dribbble:before {
  content: '\f17d';
}
.fa.fa-skype:before {
  content: '\f17e';
}
.fa.fa-foursquare:before {
  content: '\f180';
}
.fa.fa-trello:before {
  content: '\f181';
}
.fa.fa-female:before {
  content: '\f182';
}
.fa.fa-male:before {
  content: '\f183';
}
.fa.fa-gittip:before,
.fa.fa-gratipay:before {
  content: '\f184';
}
.fa.fa-sun-o:before {
  content: '\f185';
}
.fa.fa-moon-o:before {
  content: '\f186';
}
.fa.fa-archive:before {
  content: '\f187';
}
.fa.fa-bug:before {
  content: '\f188';
}
.fa.fa-vk:before {
  content: '\f189';
}
.fa.fa-weibo:before {
  content: '\f18a';
}
.fa.fa-renren:before {
  content: '\f18b';
}
.fa.fa-pagelines:before {
  content: '\f18c';
}
.fa.fa-stack-exchange:before {
  content: '\f18d';
}
.fa.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa.fa-toggle-left:before,
.fa.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa.fa-dot-circle-o:before {
  content: '\f192';
}
.fa.fa-wheelchair:before {
  content: '\f193';
}
.fa.fa-vimeo-square:before {
  content: '\f194';
}
.fa.fa-turkish-lira:before,
.fa.fa-try:before {
  content: '\f195';
}
.fa.fa-plus-square-o:before {
  content: '\f196';
}
.fa.fa-space-shuttle:before {
  content: '\f197';
}
.fa.fa-slack:before {
  content: '\f198';
}
.fa.fa-envelope-square:before {
  content: '\f199';
}
.fa.fa-wordpress:before {
  content: '\f19a';
}
.fa.fa-openid:before {
  content: '\f19b';
}
.fa.fa-institution:before,
.fa.fa-bank:before,
.fa.fa-university:before {
  content: '\f19c';
}
.fa.fa-mortar-board:before,
.fa.fa-graduation-cap:before {
  content: '\f19d';
}
.fa.fa-yahoo:before {
  content: '\f19e';
}
.fa.fa-google:before {
  content: '\f1a0';
}
.fa.fa-reddit:before {
  content: '\f1a1';
}
.fa.fa-reddit-square:before {
  content: '\f1a2';
}
.fa.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa.fa-delicious:before {
  content: '\f1a5';
}
.fa.fa-digg:before {
  content: '\f1a6';
}
.fa.fa-pied-piper-pp:before {
  content: '\f1a7';
}
.fa.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa.fa-drupal:before {
  content: '\f1a9';
}
.fa.fa-joomla:before {
  content: '\f1aa';
}
.fa.fa-language:before {
  content: '\f1ab';
}
.fa.fa-fax:before {
  content: '\f1ac';
}
.fa.fa-building:before {
  content: '\f1ad';
}
.fa.fa-child:before {
  content: '\f1ae';
}
.fa.fa-paw:before {
  content: '\f1b0';
}
.fa.fa-spoon:before {
  content: '\f1b1';
}
.fa.fa-cube:before {
  content: '\f1b2';
}
.fa.fa-cubes:before {
  content: '\f1b3';
}
.fa.fa-behance:before {
  content: '\f1b4';
}
.fa.fa-behance-square:before {
  content: '\f1b5';
}
.fa.fa-steam:before {
  content: '\f1b6';
}
.fa.fa-steam-square:before {
  content: '\f1b7';
}
.fa.fa-recycle:before {
  content: '\f1b8';
}
.fa.fa-automobile:before,
.fa.fa-car:before {
  content: '\f1b9';
}
.fa.fa-cab:before,
.fa.fa-taxi:before {
  content: '\f1ba';
}
.fa.fa-tree:before {
  content: '\f1bb';
}
.fa.fa-spotify:before {
  content: '\f1bc';
}
.fa.fa-deviantart:before {
  content: '\f1bd';
}
.fa.fa-soundcloud:before {
  content: '\f1be';
}
.fa.fa-database:before {
  content: '\f1c0';
}
.fa.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa.fa-file-word-o:before {
  content: '\f1c2';
}
.fa.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa.fa-file-photo-o:before,
.fa.fa-file-picture-o:before,
.fa.fa-file-image-o:before {
  content: '\f1c5';
}
.fa.fa-file-zip-o:before,
.fa.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa.fa-file-sound-o:before,
.fa.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa.fa-file-movie-o:before,
.fa.fa-file-video-o:before {
  content: '\f1c8';
}
.fa.fa-file-code-o:before {
  content: '\f1c9';
}
.fa.fa-vine:before {
  content: '\f1ca';
}
.fa.fa-codepen:before {
  content: '\f1cb';
}
.fa.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa.fa-life-bouy:before,
.fa.fa-life-buoy:before,
.fa.fa-life-saver:before,
.fa.fa-support:before,
.fa.fa-life-ring:before {
  content: '\f1cd';
}
.fa.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa.fa-ra:before,
.fa.fa-resistance:before,
.fa.fa-rebel:before {
  content: '\f1d0';
}
.fa.fa-ge:before,
.fa.fa-empire:before {
  content: '\f1d1';
}
.fa.fa-git-square:before {
  content: '\f1d2';
}
.fa.fa-git:before {
  content: '\f1d3';
}
.fa.fa-y-combinator-square:before,
.fa.fa-yc-square:before,
.fa.fa-hacker-news:before {
  content: '\f1d4';
}
.fa.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa.fa-qq:before {
  content: '\f1d6';
}
.fa.fa-wechat:before,
.fa.fa-weixin:before {
  content: '\f1d7';
}
.fa.fa-send:before,
.fa.fa-paper-plane:before {
  content: '\f1d8';
}
.fa.fa-send-o:before,
.fa.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa.fa-history:before {
  content: '\f1da';
}
.fa.fa-circle-thin:before {
  content: '\f1db';
}
.fa.fa-header:before {
  content: '\f1dc';
}
.fa.fa-paragraph:before {
  content: '\f1dd';
}
.fa.fa-sliders:before {
  content: '\f1de';
}
.fa.fa-share-alt:before {
  content: '\f1e0';
}
.fa.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa.fa-bomb:before {
  content: '\f1e2';
}
.fa.fa-soccer-ball-o:before,
.fa.fa-futbol-o:before {
  content: '\f1e3';
}
.fa.fa-tty:before {
  content: '\f1e4';
}
.fa.fa-binoculars:before {
  content: '\f1e5';
}
.fa.fa-plug:before {
  content: '\f1e6';
}
.fa.fa-slideshare:before {
  content: '\f1e7';
}
.fa.fa-twitch:before {
  content: '\f1e8';
}
.fa.fa-yelp:before {
  content: '\f1e9';
}
.fa.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa.fa-wifi:before {
  content: '\f1eb';
}
.fa.fa-calculator:before {
  content: '\f1ec';
}
.fa.fa-paypal:before {
  content: '\f1ed';
}
.fa.fa-google-wallet:before {
  content: '\f1ee';
}
.fa.fa-cc-visa:before {
  content: '\f1f0';
}
.fa.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa.fa-cc-discover:before {
  content: '\f1f2';
}
.fa.fa-cc-amex:before {
  content: '\f1f3';
}
.fa.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa.fa-bell-slash:before {
  content: '\f1f6';
}
.fa.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa.fa-trash:before {
  content: '\f1f8';
}
.fa.fa-copyright:before {
  content: '\f1f9';
}
.fa.fa-at:before {
  content: '\f1fa';
}
.fa.fa-eyedropper:before {
  content: '\f1fb';
}
.fa.fa-paint-brush:before {
  content: '\f1fc';
}
.fa.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa.fa-area-chart:before {
  content: '\f1fe';
}
.fa.fa-pie-chart:before {
  content: '\f200';
}
.fa.fa-line-chart:before {
  content: '\f201';
}
.fa.fa-lastfm:before {
  content: '\f202';
}
.fa.fa-lastfm-square:before {
  content: '\f203';
}
.fa.fa-toggle-off:before {
  content: '\f204';
}
.fa.fa-toggle-on:before {
  content: '\f205';
}
.fa.fa-bicycle:before {
  content: '\f206';
}
.fa.fa-bus:before {
  content: '\f207';
}
.fa.fa-ioxhost:before {
  content: '\f208';
}
.fa.fa-angellist:before {
  content: '\f209';
}
.fa.fa-cc:before {
  content: '\f20a';
}
.fa.fa-shekel:before,
.fa.fa-sheqel:before,
.fa.fa-ils:before {
  content: '\f20b';
}
.fa.fa-meanpath:before {
  content: '\f20c';
}
.fa.fa-buysellads:before {
  content: '\f20d';
}
.fa.fa-connectdevelop:before {
  content: '\f20e';
}
.fa.fa-dashcube:before {
  content: '\f210';
}
.fa.fa-forumbee:before {
  content: '\f211';
}
.fa.fa-leanpub:before {
  content: '\f212';
}
.fa.fa-sellsy:before {
  content: '\f213';
}
.fa.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa.fa-simplybuilt:before {
  content: '\f215';
}
.fa.fa-skyatlas:before {
  content: '\f216';
}
.fa.fa-cart-plus:before {
  content: '\f217';
}
.fa.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa.fa-diamond:before {
  content: '\f219';
}
.fa.fa-ship:before {
  content: '\f21a';
}
.fa.fa-user-secret:before {
  content: '\f21b';
}
.fa.fa-motorcycle:before {
  content: '\f21c';
}
.fa.fa-street-view:before {
  content: '\f21d';
}
.fa.fa-heartbeat:before {
  content: '\f21e';
}
.fa.fa-venus:before {
  content: '\f221';
}
.fa.fa-mars:before {
  content: '\f222';
}
.fa.fa-mercury:before {
  content: '\f223';
}
.fa.fa-intersex:before,
.fa.fa-transgender:before {
  content: '\f224';
}
.fa.fa-transgender-alt:before {
  content: '\f225';
}
.fa.fa-venus-double:before {
  content: '\f226';
}
.fa.fa-mars-double:before {
  content: '\f227';
}
.fa.fa-venus-mars:before {
  content: '\f228';
}
.fa.fa-mars-stroke:before {
  content: '\f229';
}
.fa.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa.fa-neuter:before {
  content: '\f22c';
}
.fa.fa-genderless:before {
  content: '\f22d';
}
.fa.fa-facebook-official:before {
  content: '\f230';
}
.fa.fa-pinterest-p:before {
  content: '\f231';
}
.fa.fa-whatsapp:before {
  content: '\f232';
}
.fa.fa-server:before {
  content: '\f233';
}
.fa.fa-user-plus:before {
  content: '\f234';
}
.fa.fa-user-times:before {
  content: '\f235';
}
.fa.fa-hotel:before,
.fa.fa-bed:before {
  content: '\f236';
}
.fa.fa-viacoin:before {
  content: '\f237';
}
.fa.fa-train:before {
  content: '\f238';
}
.fa.fa-subway:before {
  content: '\f239';
}
.fa.fa-medium:before {
  content: '\f23a';
}
.fa.fa-yc:before,
.fa.fa-y-combinator:before {
  content: '\f23b';
}
.fa.fa-optin-monster:before {
  content: '\f23c';
}
.fa.fa-opencart:before {
  content: '\f23d';
}
.fa.fa-expeditedssl:before {
  content: '\f23e';
}
.fa.fa-battery-4:before,
.fa.fa-battery:before,
.fa.fa-battery-full:before {
  content: '\f240';
}
.fa.fa-battery-3:before,
.fa.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa.fa-battery-2:before,
.fa.fa-battery-half:before {
  content: '\f242';
}
.fa.fa-battery-1:before,
.fa.fa-battery-quarter:before {
  content: '\f243';
}
.fa.fa-battery-0:before,
.fa.fa-battery-empty:before {
  content: '\f244';
}
.fa.fa-mouse-pointer:before {
  content: '\f245';
}
.fa.fa-i-cursor:before {
  content: '\f246';
}
.fa.fa-object-group:before {
  content: '\f247';
}
.fa.fa-object-ungroup:before {
  content: '\f248';
}
.fa.fa-sticky-note:before {
  content: '\f249';
}
.fa.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa.fa-cc-jcb:before {
  content: '\f24b';
}
.fa.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa.fa-clone:before {
  content: '\f24d';
}
.fa.fa-balance-scale:before {
  content: '\f24e';
}
.fa.fa-hourglass-o:before {
  content: '\f250';
}
.fa.fa-hourglass-1:before,
.fa.fa-hourglass-start:before {
  content: '\f251';
}
.fa.fa-hourglass-2:before,
.fa.fa-hourglass-half:before {
  content: '\f252';
}
.fa.fa-hourglass-3:before,
.fa.fa-hourglass-end:before {
  content: '\f253';
}
.fa.fa-hourglass:before {
  content: '\f254';
}
.fa.fa-hand-grab-o:before,
.fa.fa-hand-rock-o:before {
  content: '\f255';
}
.fa.fa-hand-stop-o:before,
.fa.fa-hand-paper-o:before {
  content: '\f256';
}
.fa.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa.fa-hand-spock-o:before {
  content: '\f259';
}
.fa.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa.fa-trademark:before {
  content: '\f25c';
}
.fa.fa-registered:before {
  content: '\f25d';
}
.fa.fa-creative-commons:before {
  content: '\f25e';
}
.fa.fa-gg:before {
  content: '\f260';
}
.fa.fa-gg-circle:before {
  content: '\f261';
}
.fa.fa-tripadvisor:before {
  content: '\f262';
}
.fa.fa-odnoklassniki:before {
  content: '\f263';
}
.fa.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa.fa-get-pocket:before {
  content: '\f265';
}
.fa.fa-wikipedia-w:before {
  content: '\f266';
}
.fa.fa-safari:before {
  content: '\f267';
}
.fa.fa-chrome:before {
  content: '\f268';
}
.fa.fa-firefox:before {
  content: '\f269';
}
.fa.fa-opera:before {
  content: '\f26a';
}
.fa.fa-internet-explorer:before {
  content: '\f26b';
}
.fa.fa-tv:before,
.fa.fa-television:before {
  content: '\f26c';
}
.fa.fa-contao:before {
  content: '\f26d';
}
.fa.fa-500px:before {
  content: '\f26e';
}
.fa.fa-amazon:before {
  content: '\f270';
}
.fa.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa.fa-calendar-times-o:before {
  content: '\f273';
}
.fa.fa-calendar-check-o:before {
  content: '\f274';
}
.fa.fa-industry:before {
  content: '\f275';
}
.fa.fa-map-pin:before {
  content: '\f276';
}
.fa.fa-map-signs:before {
  content: '\f277';
}
.fa.fa-map-o:before {
  content: '\f278';
}
.fa.fa-map:before {
  content: '\f279';
}
.fa.fa-commenting:before {
  content: '\f27a';
}
.fa.fa-commenting-o:before {
  content: '\f27b';
}
.fa.fa-houzz:before {
  content: '\f27c';
}
.fa.fa-vimeo:before {
  content: '\f27d';
}
.fa.fa-black-tie:before {
  content: '\f27e';
}
.fa.fa-fonticons:before {
  content: '\f280';
}
.fa.fa-reddit-alien:before {
  content: '\f281';
}
.fa.fa-edge:before {
  content: '\f282';
}
.fa.fa-credit-card-alt:before {
  content: '\f283';
}
.fa.fa-codiepie:before {
  content: '\f284';
}
.fa.fa-modx:before {
  content: '\f285';
}
.fa.fa-fort-awesome:before {
  content: '\f286';
}
.fa.fa-usb:before {
  content: '\f287';
}
.fa.fa-product-hunt:before {
  content: '\f288';
}
.fa.fa-mixcloud:before {
  content: '\f289';
}
.fa.fa-scribd:before {
  content: '\f28a';
}
.fa.fa-pause-circle:before {
  content: '\f28b';
}
.fa.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa.fa-stop-circle:before {
  content: '\f28d';
}
.fa.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa.fa-shopping-bag:before {
  content: '\f290';
}
.fa.fa-shopping-basket:before {
  content: '\f291';
}
.fa.fa-hashtag:before {
  content: '\f292';
}
.fa.fa-bluetooth:before {
  content: '\f293';
}
.fa.fa-bluetooth-b:before {
  content: '\f294';
}
.fa.fa-percent:before {
  content: '\f295';
}
.fa.fa-gitlab:before {
  content: '\f296';
}
.fa.fa-wpbeginner:before {
  content: '\f297';
}
.fa.fa-wpforms:before {
  content: '\f298';
}
.fa.fa-envira:before {
  content: '\f299';
}
.fa.fa-universal-access:before {
  content: '\f29a';
}
.fa.fa-wheelchair-alt:before {
  content: '\f29b';
}
.fa.fa-question-circle-o:before {
  content: '\f29c';
}
.fa.fa-blind:before {
  content: '\f29d';
}
.fa.fa-audio-description:before {
  content: '\f29e';
}
.fa.fa-volume-control-phone:before {
  content: '\f2a0';
}
.fa.fa-braille:before {
  content: '\f2a1';
}
.fa.fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.fa.fa-asl-interpreting:before,
.fa.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before,
.fa.fa-deaf:before {
  content: '\f2a4';
}
.fa.fa-glide:before {
  content: '\f2a5';
}
.fa.fa-glide-g:before {
  content: '\f2a6';
}
.fa.fa-signing:before,
.fa.fa-sign-language:before {
  content: '\f2a7';
}
.fa.fa-low-vision:before {
  content: '\f2a8';
}
.fa.fa-viadeo:before {
  content: '\f2a9';
}
.fa.fa-viadeo-square:before {
  content: '\f2aa';
}
.fa.fa-snapchat:before {
  content: '\f2ab';
}
.fa.fa-snapchat-ghost:before {
  content: '\f2ac';
}
.fa.fa-snapchat-square:before {
  content: '\f2ad';
}
.fa.fa-pied-piper:before {
  content: '\f2ae';
}
.fa.fa-first-order:before {
  content: '\f2b0';
}
.fa.fa-yoast:before {
  content: '\f2b1';
}
.fa.fa-themeisle:before {
  content: '\f2b2';
}
.fa.fa-google-plus-circle:before,
.fa.fa-google-plus-official:before {
  content: '\f2b3';
}
.fa.fa-fa:before,
.fa.fa-font-awesome:before {
  content: '\f2b4';
}
.fa.fa-handshake-o:before {
  content: '\f2b5';
}
.fa.fa-envelope-open:before {
  content: '\f2b6';
}
.fa.fa-envelope-open-o:before {
  content: '\f2b7';
}
.fa.fa-linode:before {
  content: '\f2b8';
}
.fa.fa-address-book:before {
  content: '\f2b9';
}
.fa.fa-address-book-o:before {
  content: '\f2ba';
}
.fa.fa-vcard:before,
.fa.fa-address-card:before {
  content: '\f2bb';
}
.fa.fa-vcard-o:before,
.fa.fa-address-card-o:before {
  content: '\f2bc';
}
.fa.fa-user-circle:before {
  content: '\f2bd';
}
.fa.fa-user-circle-o:before {
  content: '\f2be';
}
.fa.fa-user-o:before {
  content: '\f2c0';
}
.fa.fa-id-badge:before {
  content: '\f2c1';
}
.fa.fa-drivers-license:before,
.fa.fa-id-card:before {
  content: '\f2c2';
}
.fa.fa-drivers-license-o:before,
.fa.fa-id-card-o:before {
  content: '\f2c3';
}
.fa.fa-quora:before {
  content: '\f2c4';
}
.fa.fa-free-code-camp:before {
  content: '\f2c5';
}
.fa.fa-telegram:before {
  content: '\f2c6';
}
.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before,
.fa.fa-thermometer-full:before {
  content: '\f2c7';
}
.fa.fa-thermometer-3:before,
.fa.fa-thermometer-three-quarters:before {
  content: '\f2c8';
}
.fa.fa-thermometer-2:before,
.fa.fa-thermometer-half:before {
  content: '\f2c9';
}
.fa.fa-thermometer-1:before,
.fa.fa-thermometer-quarter:before {
  content: '\f2ca';
}
.fa.fa-thermometer-0:before,
.fa.fa-thermometer-empty:before {
  content: '\f2cb';
}
.fa.fa-shower:before {
  content: '\f2cc';
}
.fa.fa-bathtub:before,
.fa.fa-s15:before,
.fa.fa-bath:before {
  content: '\f2cd';
}
.fa.fa-podcast:before {
  content: '\f2ce';
}
.fa.fa-window-maximize:before {
  content: '\f2d0';
}
.fa.fa-window-minimize:before {
  content: '\f2d1';
}
.fa.fa-window-restore:before {
  content: '\f2d2';
}
.fa.fa-times-rectangle:before,
.fa.fa-window-close:before {
  content: '\f2d3';
}
.fa.fa-times-rectangle-o:before,
.fa.fa-window-close-o:before {
  content: '\f2d4';
}
.fa.fa-bandcamp:before {
  content: '\f2d5';
}
.fa.fa-grav:before {
  content: '\f2d6';
}
.fa.fa-etsy:before {
  content: '\f2d7';
}
.fa.fa-imdb:before {
  content: '\f2d8';
}
.fa.fa-ravelry:before {
  content: '\f2d9';
}
.fa.fa-eercast:before {
  content: '\f2da';
}
.fa.fa-microchip:before {
  content: '\f2db';
}
.fa.fa-snowflake-o:before {
  content: '\f2dc';
}
.fa.fa-superpowers:before {
  content: '\f2dd';
}
.fa.fa-wpexplorer:before {
  content: '\f2de';
}
.fa.fa-meetup:before {
  content: '\f2e0';
}
.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;
}
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_up:before {
  content: '\21';
}
.arrow_down:before {
  content: '\22';
}
.arrow_left:before {
  content: '\23';
}
.arrow_right:before {
  content: '\24';
}
.arrow_left-up:before {
  content: '\25';
}
.arrow_right-up:before {
  content: '\26';
}
.arrow_right-down:before {
  content: '\27';
}
.arrow_left-down:before {
  content: '\28';
}
.arrow-up-down:before {
  content: '\29';
}
.arrow_up-down_alt:before {
  content: '\2a';
}
.arrow_left-right_alt:before {
  content: '\2b';
}
.arrow_left-right:before {
  content: '\2c';
}
.arrow_expand_alt2:before {
  content: '\2d';
}
.arrow_expand_alt:before {
  content: '\2e';
}
.arrow_condense:before {
  content: '\2f';
}
.arrow_expand:before {
  content: '\30';
}
.arrow_move:before {
  content: '\31';
}
.arrow_carrot-up:before {
  content: '\32';
}
.arrow_carrot-down:before {
  content: '\33';
}
.arrow_carrot-left:before {
  content: '\34';
}
.arrow_carrot-right:before {
  content: '\35';
}
.arrow_carrot-2up:before {
  content: '\36';
}
.arrow_carrot-2down:before {
  content: '\37';
}
.arrow_carrot-2left:before {
  content: '\38';
}
.arrow_carrot-2right:before {
  content: '\39';
}
.arrow_carrot-up_alt2:before {
  content: '\3a';
}
.arrow_carrot-down_alt2:before {
  content: '\3b';
}
.arrow_carrot-left_alt2:before {
  content: '\3c';
}
.arrow_carrot-right_alt2:before {
  content: '\3d';
}
.arrow_carrot-2up_alt2:before {
  content: '\3e';
}
.arrow_carrot-2down_alt2:before {
  content: '\3f';
}
.arrow_carrot-2left_alt2:before {
  content: '\40';
}
.arrow_carrot-2right_alt2:before {
  content: '\41';
}
.arrow_triangle-up:before {
  content: '\42';
}
.arrow_triangle-down:before {
  content: '\43';
}
.arrow_triangle-left:before {
  content: '\44';
}
.arrow_triangle-right:before {
  content: '\45';
}
.arrow_triangle-up_alt2:before {
  content: '\46';
}
.arrow_triangle-down_alt2:before {
  content: '\47';
}
.arrow_triangle-left_alt2:before {
  content: '\48';
}
.arrow_triangle-right_alt2:before {
  content: '\49';
}
.arrow_back:before {
  content: '\4a';
}
.icon_minus-06:before {
  content: '\4b';
}
.icon_plus:before {
  content: '\4c';
}
.icon_close:before {
  content: '\4d';
}
.icon_check:before {
  content: '\4e';
}
.icon_minus_alt2:before {
  content: '\4f';
}
.icon_plus_alt2:before {
  content: '\50';
}
.icon_close_alt2:before {
  content: '\51';
}
.icon_check_alt2:before {
  content: '\52';
}
.icon_zoom-out_alt:before {
  content: '\53';
}
.icon_zoom-in_alt:before {
  content: '\54';
}
.icon_search:before {
  content: '\55';
}
.icon_box-empty:before {
  content: '\56';
}
.icon_box-selected:before {
  content: '\57';
}
.icon_minus-box:before {
  content: '\58';
}
.icon_plus-box:before {
  content: '\59';
}
.icon_box-checked:before {
  content: '\5a';
}
.icon_circle-empty:before {
  content: '\5b';
}
.icon_circle-slelected:before {
  content: '\5c';
}
.icon_stop_alt2:before {
  content: '\5d';
}
.icon_stop:before {
  content: '\5e';
}
.icon_pause_alt2:before {
  content: '\5f';
}
.icon_pause:before {
  content: '\60';
}
.icon_menu:before {
  content: '\61';
}
.icon_menu-square_alt2:before {
  content: '\62';
}
.icon_menu-circle_alt2:before {
  content: '\63';
}
.icon_ul:before {
  content: '\64';
}
.icon_ol:before {
  content: '\65';
}
.icon_adjust-horiz:before {
  content: '\66';
}
.icon_adjust-vert:before {
  content: '\67';
}
.icon_document_alt:before {
  content: '\68';
}
.icon_documents_alt:before {
  content: '\69';
}
.icon_pencil:before {
  content: '\6a';
}
.icon_pencil-edit_alt:before {
  content: '\6b';
}
.icon_pencil-edit:before {
  content: '\6c';
}
.icon_folder-alt:before {
  content: '\6d';
}
.icon_folder-open_alt:before {
  content: '\6e';
}
.icon_folder-add_alt:before {
  content: '\6f';
}
.icon_info_alt:before {
  content: '\70';
}
.icon_error-oct_alt:before {
  content: '\71';
}
.icon_error-circle_alt:before {
  content: '\72';
}
.icon_error-triangle_alt:before {
  content: '\73';
}
.icon_question_alt2:before {
  content: '\74';
}
.icon_question:before {
  content: '\75';
}
.icon_comment_alt:before {
  content: '\76';
}
.icon_chat_alt:before {
  content: '\77';
}
.icon_vol-mute_alt:before {
  content: '\78';
}
.icon_volume-low_alt:before {
  content: '\79';
}
.icon_volume-high_alt:before {
  content: '\7a';
}
.icon_quotations:before {
  content: '\7b';
}
.icon_quotations_alt2:before {
  content: '\7c';
}
.icon_clock_alt:before {
  content: '\7d';
}
.icon_lock_alt:before {
  content: '\7e';
}
.icon_lock-open_alt:before {
  content: '\e000';
}
.icon_key_alt:before {
  content: '\e001';
}
.icon_cloud_alt:before {
  content: '\e002';
}
.icon_cloud-upload_alt:before {
  content: '\e003';
}
.icon_cloud-download_alt:before {
  content: '\e004';
}
.icon_image:before {
  content: '\e005';
}
.icon_images:before {
  content: '\e006';
}
.icon_lightbulb_alt:before {
  content: '\e007';
}
.icon_gift_alt:before {
  content: '\e008';
}
.icon_house_alt:before {
  content: '\e009';
}
.icon_genius:before {
  content: '\e00a';
}
.icon_mobile:before {
  content: '\e00b';
}
.icon_tablet:before {
  content: '\e00c';
}
.icon_laptop:before {
  content: '\e00d';
}
.icon_desktop:before {
  content: '\e00e';
}
.icon_camera_alt:before {
  content: '\e00f';
}
.icon_mail_alt:before {
  content: '\e010';
}
.icon_cone_alt:before {
  content: '\e011';
}
.icon_ribbon_alt:before {
  content: '\e012';
}
.icon_bag_alt:before {
  content: '\e013';
}
.icon_creditcard:before {
  content: '\e014';
}
.icon_cart_alt:before {
  content: '\e015';
}
.icon_paperclip:before {
  content: '\e016';
}
.icon_tag_alt:before {
  content: '\e017';
}
.icon_tags_alt:before {
  content: '\e018';
}
.icon_trash_alt:before {
  content: '\e019';
}
.icon_cursor_alt:before {
  content: '\e01a';
}
.icon_mic_alt:before {
  content: '\e01b';
}
.icon_compass_alt:before {
  content: '\e01c';
}
.icon_pin_alt:before {
  content: '\e01d';
}
.icon_pushpin_alt:before {
  content: '\e01e';
}
.icon_map_alt:before {
  content: '\e01f';
}
.icon_drawer_alt:before {
  content: '\e020';
}
.icon_toolbox_alt:before {
  content: '\e021';
}
.icon_book_alt:before {
  content: '\e022';
}
.icon_calendar:before {
  content: '\e023';
}
.icon_film:before {
  content: '\e024';
}
.icon_table:before {
  content: '\e025';
}
.icon_contacts_alt:before {
  content: '\e026';
}
.icon_headphones:before {
  content: '\e027';
}
.icon_lifesaver:before {
  content: '\e028';
}
.icon_piechart:before {
  content: '\e029';
}
.icon_refresh:before {
  content: '\e02a';
}
.icon_link_alt:before {
  content: '\e02b';
}
.icon_link:before {
  content: '\e02c';
}
.icon_loading:before {
  content: '\e02d';
}
.icon_blocked:before {
  content: '\e02e';
}
.icon_archive_alt:before {
  content: '\e02f';
}
.icon_heart_alt:before {
  content: '\e030';
}
.icon_star_alt:before {
  content: '\e031';
}
.icon_star-half_alt:before {
  content: '\e032';
}
.icon_star:before {
  content: '\e033';
}
.icon_star-half:before {
  content: '\e034';
}
.icon_tools:before {
  content: '\e035';
}
.icon_tool:before {
  content: '\e036';
}
.icon_cog:before {
  content: '\e037';
}
.icon_cogs:before {
  content: '\e038';
}
.arrow_up_alt:before {
  content: '\e039';
}
.arrow_down_alt:before {
  content: '\e03a';
}
.arrow_left_alt:before {
  content: '\e03b';
}
.arrow_right_alt:before {
  content: '\e03c';
}
.arrow_left-up_alt:before {
  content: '\e03d';
}
.arrow_right-up_alt:before {
  content: '\e03e';
}
.arrow_right-down_alt:before {
  content: '\e03f';
}
.arrow_left-down_alt:before {
  content: '\e040';
}
.arrow_condense_alt:before {
  content: '\e041';
}
.arrow_expand_alt3:before {
  content: '\e042';
}
.arrow_carrot_up_alt:before {
  content: '\e043';
}
.arrow_carrot-down_alt:before {
  content: '\e044';
}
.arrow_carrot-left_alt:before {
  content: '\e045';
}
.arrow_carrot-right_alt:before {
  content: '\e046';
}
.arrow_carrot-2up_alt:before {
  content: '\e047';
}
.arrow_carrot-2dwnn_alt:before {
  content: '\e048';
}
.arrow_carrot-2left_alt:before {
  content: '\e049';
}
.arrow_carrot-2right_alt:before {
  content: '\e04a';
}
.arrow_triangle-up_alt:before {
  content: '\e04b';
}
.arrow_triangle-down_alt:before {
  content: '\e04c';
}
.arrow_triangle-left_alt:before {
  content: '\e04d';
}
.arrow_triangle-right_alt:before {
  content: '\e04e';
}
.icon_minus_alt:before {
  content: '\e04f';
}
.icon_plus_alt:before {
  content: '\e050';
}
.icon_close_alt:before {
  content: '\e051';
}
.icon_check_alt:before {
  content: '\e052';
}
.icon_zoom-out:before {
  content: '\e053';
}
.icon_zoom-in:before {
  content: '\e054';
}
.icon_stop_alt:before {
  content: '\e055';
}
.icon_menu-square_alt:before {
  content: '\e056';
}
.icon_menu-circle_alt:before {
  content: '\e057';
}
.icon_document:before {
  content: '\e058';
}
.icon_documents:before {
  content: '\e059';
}
.icon_pencil_alt:before {
  content: '\e05a';
}
.icon_folder:before {
  content: '\e05b';
}
.icon_folder-open:before {
  content: '\e05c';
}
.icon_folder-add:before {
  content: '\e05d';
}
.icon_folder_upload:before {
  content: '\e05e';
}
.icon_folder_download:before {
  content: '\e05f';
}
.icon_info:before {
  content: '\e060';
}
.icon_error-circle:before {
  content: '\e061';
}
.icon_error-oct:before {
  content: '\e062';
}
.icon_error-triangle:before {
  content: '\e063';
}
.icon_question_alt:before {
  content: '\e064';
}
.icon_comment:before {
  content: '\e065';
}
.icon_chat:before {
  content: '\e066';
}
.icon_vol-mute:before {
  content: '\e067';
}
.icon_volume-low:before {
  content: '\e068';
}
.icon_volume-high:before {
  content: '\e069';
}
.icon_quotations_alt:before {
  content: '\e06a';
}
.icon_clock:before {
  content: '\e06b';
}
.icon_lock:before {
  content: '\e06c';
}
.icon_lock-open:before {
  content: '\e06d';
}
.icon_key:before {
  content: '\e06e';
}
.icon_cloud:before {
  content: '\e06f';
}
.icon_cloud-upload:before {
  content: '\e070';
}
.icon_cloud-download:before {
  content: '\e071';
}
.icon_lightbulb:before {
  content: '\e072';
}
.icon_gift:before {
  content: '\e073';
}
.icon_house:before {
  content: '\e074';
}
.icon_camera:before {
  content: '\e075';
}
.icon_mail:before {
  content: '\e076';
}
.icon_cone:before {
  content: '\e077';
}
.icon_ribbon:before {
  content: '\e078';
}
.icon_bag:before {
  content: '\e079';
}
.icon_cart:before {
  content: '\e07a';
}
.icon_tag:before {
  content: '\e07b';
}
.icon_tags:before {
  content: '\e07c';
}
.icon_trash:before {
  content: '\e07d';
}
.icon_cursor:before {
  content: '\e07e';
}
.icon_mic:before {
  content: '\e07f';
}
.icon_compass:before {
  content: '\e080';
}
.icon_pin:before {
  content: '\e081';
}
.icon_pushpin:before {
  content: '\e082';
}
.icon_map:before {
  content: '\e083';
}
.icon_drawer:before {
  content: '\e084';
}
.icon_toolbox:before {
  content: '\e085';
}
.icon_book:before {
  content: '\e086';
}
.icon_contacts:before {
  content: '\e087';
}
.icon_archive:before {
  content: '\e088';
}
.icon_heart:before {
  content: '\e089';
}
.icon_profile:before {
  content: '\e08a';
}
.icon_group:before {
  content: '\e08b';
}
.icon_grid-2x2:before {
  content: '\e08c';
}
.icon_grid-3x3:before {
  content: '\e08d';
}
.icon_music:before {
  content: '\e08e';
}
.icon_pause_alt:before {
  content: '\e08f';
}
.icon_phone:before {
  content: '\e090';
}
.icon_upload:before {
  content: '\e091';
}
.icon_download:before {
  content: '\e092';
}
.social_facebook:before {
  content: '\e093';
}
.social_twitter:before {
  content: '\e094';
}
.social_pinterest:before {
  content: '\e095';
}
.social_googleplus:before {
  content: '\e096';
}
.social_tumblr:before {
  content: '\e097';
}
.social_tumbleupon:before {
  content: '\e098';
}
.social_wordpress:before {
  content: '\e099';
}
.social_instagram:before {
  content: '\e09a';
}
.social_dribbble:before {
  content: '\e09b';
}
.social_vimeo:before {
  content: '\e09c';
}
.social_linkedin:before {
  content: '\e09d';
}
.social_rss:before {
  content: '\e09e';
}
.social_deviantart:before {
  content: '\e09f';
}
.social_share:before {
  content: '\e0a0';
}
.social_myspace:before {
  content: '\e0a1';
}
.social_skype:before {
  content: '\e0a2';
}
.social_youtube:before {
  content: '\e0a3';
}
.social_picassa:before {
  content: '\e0a4';
}
.social_googledrive:before {
  content: '\e0a5';
}
.social_flickr:before {
  content: '\e0a6';
}
.social_blogger:before {
  content: '\e0a7';
}
.social_spotify:before {
  content: '\e0a8';
}
.social_delicious:before {
  content: '\e0a9';
}
.social_facebook_circle:before {
  content: '\e0aa';
}
.social_twitter_circle:before {
  content: '\e0ab';
}
.social_pinterest_circle:before {
  content: '\e0ac';
}
.social_googleplus_circle:before {
  content: '\e0ad';
}
.social_tumblr_circle:before {
  content: '\e0ae';
}
.social_stumbleupon_circle:before {
  content: '\e0af';
}
.social_wordpress_circle:before {
  content: '\e0b0';
}
.social_instagram_circle:before {
  content: '\e0b1';
}
.social_dribbble_circle:before {
  content: '\e0b2';
}
.social_vimeo_circle:before {
  content: '\e0b3';
}
.social_linkedin_circle:before {
  content: '\e0b4';
}
.social_rss_circle:before {
  content: '\e0b5';
}
.social_deviantart_circle:before {
  content: '\e0b6';
}
.social_share_circle:before {
  content: '\e0b7';
}
.social_myspace_circle:before {
  content: '\e0b8';
}
.social_skype_circle:before {
  content: '\e0b9';
}
.social_youtube_circle:before {
  content: '\e0ba';
}
.social_picassa_circle:before {
  content: '\e0bb';
}
.social_googledrive_alt2:before {
  content: '\e0bc';
}
.social_flickr_circle:before {
  content: '\e0bd';
}
.social_blogger_circle:before {
  content: '\e0be';
}
.social_spotify_circle:before {
  content: '\e0bf';
}
.social_delicious_circle:before {
  content: '\e0c0';
}
.social_facebook_square:before {
  content: '\e0c1';
}
.social_twitter_square:before {
  content: '\e0c2';
}
.social_pinterest_square:before {
  content: '\e0c3';
}
.social_googleplus_square:before {
  content: '\e0c4';
}
.social_tumblr_square:before {
  content: '\e0c5';
}
.social_stumbleupon_square:before {
  content: '\e0c6';
}
.social_wordpress_square:before {
  content: '\e0c7';
}
.social_instagram_square:before {
  content: '\e0c8';
}
.social_dribbble_square:before {
  content: '\e0c9';
}
.social_vimeo_square:before {
  content: '\e0ca';
}
.social_linkedin_square:before {
  content: '\e0cb';
}
.social_rss_square:before {
  content: '\e0cc';
}
.social_deviantart_square:before {
  content: '\e0cd';
}
.social_share_square:before {
  content: '\e0ce';
}
.social_myspace_square:before {
  content: '\e0cf';
}
.social_skype_square:before {
  content: '\e0d0';
}
.social_youtube_square:before {
  content: '\e0d1';
}
.social_picassa_square:before {
  content: '\e0d2';
}
.social_googledrive_square:before {
  content: '\e0d3';
}
.social_flickr_square:before {
  content: '\e0d4';
}
.social_blogger_square:before {
  content: '\e0d5';
}
.social_spotify_square:before {
  content: '\e0d6';
}
.social_delicious_square:before {
  content: '\e0d7';
}
.icon_printer:before {
  content: '\e103';
}
.icon_calulator:before {
  content: '\e0ee';
}
.icon_building:before {
  content: '\e0ef';
}
.icon_floppy:before {
  content: '\e0e8';
}
.icon_drive:before {
  content: '\e0ea';
}
.icon_search-2:before {
  content: '\e101';
}
.icon_id:before {
  content: '\e107';
}
.icon_id-2:before {
  content: '\e108';
}
.icon_puzzle:before {
  content: '\e102';
}
.icon_like:before {
  content: '\e106';
}
.icon_dislike:before {
  content: '\e0eb';
}
.icon_mug:before {
  content: '\e105';
}
.icon_currency:before {
  content: '\e0ed';
}
.icon_wallet:before {
  content: '\e100';
}
.icon_pens:before {
  content: '\e104';
}
.icon_easel:before {
  content: '\e0e9';
}
.icon_flowchart:before {
  content: '\e109';
}
.icon_datareport:before {
  content: '\e0ec';
}
.icon_briefcase:before {
  content: '\e0fe';
}
.icon_shield:before {
  content: '\e0f6';
}
.icon_percent:before {
  content: '\e0fb';
}
.icon_globe:before {
  content: '\e0e2';
}
.icon_globe-2:before {
  content: '\e0e3';
}
.icon_target:before {
  content: '\e0f5';
}
.icon_hourglass:before {
  content: '\e0e1';
}
.icon_balance:before {
  content: '\e0ff';
}
.icon_rook:before {
  content: '\e0f8';
}
.icon_printer-alt:before {
  content: '\e0fa';
}
.icon_calculator_alt:before {
  content: '\e0e7';
}
.icon_building_alt:before {
  content: '\e0fd';
}
.icon_floppy_alt:before {
  content: '\e0e4';
}
.icon_drive_alt:before {
  content: '\e0e5';
}
.icon_search_alt:before {
  content: '\e0f7';
}
.icon_id_alt:before {
  content: '\e0e0';
}
.icon_id-2_alt:before {
  content: '\e0fc';
}
.icon_puzzle_alt:before {
  content: '\e0f9';
}
.icon_like_alt:before {
  content: '\e0dd';
}
.icon_dislike_alt:before {
  content: '\e0f1';
}
.icon_mug_alt:before {
  content: '\e0dc';
}
.icon_currency_alt:before {
  content: '\e0f3';
}
.icon_wallet_alt:before {
  content: '\e0d8';
}
.icon_pens_alt:before {
  content: '\e0db';
}
.icon_easel_alt:before {
  content: '\e0f0';
}
.icon_flowchart_alt:before {
  content: '\e0df';
}
.icon_datareport_alt:before {
  content: '\e0f2';
}
.icon_briefcase_alt:before {
  content: '\e0f4';
}
.icon_shield_alt:before {
  content: '\e0d9';
}
.icon_percent_alt:before {
  content: '\e0da';
}
.icon_globe_alt:before {
  content: '\e0de';
}
.icon_clipboard:before {
  content: '\e0e6';
}
.md10 {
  margin-top: 10px;
}
.md20 {
  margin-top: 20px;
}
.md25 {
  margin-top: 25px;
}
.md30 {
  margin-top: 30px;
}
.md35 {
  margin-top: 35px;
}
.md40 {
  margin-top: 40px;
}
.md80 {
  margin-top: 80px;
}
