@font-face {
  font-family: 'fontawesome-webfont';
  src:  url('../fonts/fontawesome-webfont.eot?4jgutq2');
  src:  url('../fonts/fontawesome-webfont.eot?4jgutq2#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.ttf?4jgutq2') format('truetype'),
    url('../fonts/fontawesome-webfont.woff?4jgutq2') format('woff'),
    url('../fonts/fontawesome-webfont.svg?4jgutq2#fontawesome-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawesome-webfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display:inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.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-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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.fa-map-marker:before {
  content: "\f041";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-face-sunglasses:before {
  content: "\e997";
}
.fa-calendar:before {
  content: "\e956";
}
.fa-checkmark3:before {
  content: "\e998";
}
.fa-plus:before {
  content: "\e942";
}
.fa-plus22:before {
  content: "\e944";
}
.fa-warning22:before {
  content: "\e95c";
}
.fa-picture:before {
  content: "\e962";
}
.fa-checkmark2:before {
  content: "\e937";
}
.fa-cancel:before {
  content: "\e938";
}
.fa-eye:before {
  content: "\e924";
}
.fa-alarm:before {
  content: "\e922";
}
.fa-switch2:before {
  content: "\e921";
}
.fa-ruler2:before {
  content: "\e91f";
}
.fa-calendar2:before {
  content: "\e957";
}
.fa-plus2:before {
  content: "\e943";
}
.fa-plus23:before {
  content: "\e945";
}
.fa-warning23:before {
  content: "\e95d";
}
.fa-checkmark:before {
  content: "\e936";
}
.fa-cancel2:before {
  content: "\e939";
}
.fa-eye2:before {
  content: "\e925";
}
.fa-alarm2:before {
  content: "\e923";
}
.fa-switch:before {
  content: "\e920";
}
.fa-ruler:before {
  content: "\e91e";
}
.fa-horoscope:before {
  content: "\e98c";
}
.fa-scorpion:before {
  content: "\e98d";
}
.fa-balance:before {
  content: "\e985";
}
.fa-belier:before {
  content: "\e986";
}
.fa-cancer:before {
  content: "\e987";
}
.fa-capricorne:before {
  content: "\e988";
}
.fa-gemeaux:before {
  content: "\e989";
}
.fa-lion:before {
  content: "\e98a";
}
.fa-poisson:before {
  content: "\e98b";
}
.fa-sagitaire:before {
  content: "\e984";
}
.fa-taureau:before {
  content: "\e983";
}
.fa-verseau:before {
  content: "\e982";
}
.fa-vierge:before {
  content: "\e981";
}
.fa-cross-thin:before {
  content: "\e969";
}
.fa-fraise .path1:before {
  content: "\e968";
  color: rgb(218, 29, 93);
}
.fa-fraise .path2:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(140, 191, 68);
}
.fa-fraise .path3:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(140, 191, 68);
}
.fa-fraise .path4:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(140, 191, 68);
}
.fa-fraise .path5:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(218, 29, 93);
}
.fa-fraise2 .path1:before {
  content: "\e967";
  color: rgb(218, 29, 93);
}
.fa-fraise2 .path2:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(140, 191, 68);
}
.fa-fraise2 .path3:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(140, 191, 68);
}
.fa-fraise2 .path4:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(140, 191, 68);
}
.fa-webcam:before {
  content: "\e96a";
}
.fa-webcam2:before {
  content: "\e963";
}
.fa-chevron-left2:before {
  content: "\f0a5";
}
.fa-chevron-right:before {
  content: "\f078";
}
.fa-comment:before {
  content: "\f02b";
}
.fa-comment-discussion:before {
  content: "\f04f";
}
.fa-graph2:before {
  content: "\f044";
}
.fa-megaphone22:before {
  content: "\f07b";
}
.fa-plug:before {
  content: "\f0d4";
}
.fa-pulse:before {
  content: "\f085";
}
.fa-search:before {
  content: "\f02e";
}
.fa-zap:before {
  content: "\26a1";
}
.fa-check-alt2:before {
  content: "\e93b";
}
.fa-x-altx-alt:before {
  content: "\e93c";
}
.fa-plus-alt:before {
  content: "\e946";
}
.fa-minus-alt:before {
  content: "\e93e";
}
.fa-pin:before {
  content: "\e964";
}
.fa-question-mark:before {
  content: "\e91c";
}
.fa-envelope2:before {
  content: "\e919";
}
.fa-credit-card2:before {
  content: "\e940";
}
.fa-bell2:before {
  content: "\e952";
}
.fa-undo:before {
  content: "\e965";
}
.fa-bubble3:before {
  content: "\e97b";
}
.fa-bubbles4:before {
  content: "\e972";
}
.fa-bubbles2:before {
  content: "\e96d";
}
.fa-bubble22:before {
  content: "\e974";
}
.fa-bubbles3:before {
  content: "\e96f";
}
.fa-bubbles42:before {
  content: "\e975";
}
.fa-user2:before {
  content: "\e980";
}
.fa-user-plus:before {
  content: "\e97e";
}
.fa-user-minus:before {
  content: "\e97c";
}
.fa-quotes-left:before {
  content: "\e977";
}
.fa-quotes-right2:before {
  content: "\e97a";
}
.fa-fire:before {
  content: "\e9a9";
}
.fa-lab2:before {
  content: "\e9ab";
}
.fa-sphere2:before {
  content: "\e9ca";
}
.fa-star-full2:before {
  content: "\e9dc";
}
.fa-heart:before {
  content: "\e9da";
}
.fa-heart-broken2:before {
  content: "\e9de";
}
.fa-man2:before {
  content: "\e9e0";
}
.fa-woman2:before {
  content: "\e9e2";
}
.fa-man-woman2:before {
  content: "\e9e4";
}
.fa-cool:before {
  content: "\e9eb";
}
.fa-blocked2:before {
  content: "\ea0f";
}
.fa-facebook:before {
  content: "\ea90";
}
.fa-facebook23:before {
  content: "\ea93";
}
.fa-chevron-left:before {
  content: "\f0a4";
}
.fa-chevron-right2:before {
  content: "\f079";
}
.fa-comment2:before {
  content: "\f02c";
}
.fa-comment-discussion2:before {
  content: "\f050";
}
.fa-graph:before {
  content: "\f043";
}
.fa-plug2:before {
  content: "\f0d5";
}
.fa-pulse2:before {
  content: "\f086";
}
.fa-search2:before {
  content: "\f02f";
}
.fa-zap2:before {
  content: "\26a2";
}
.fa-check-alt:before {
  content: "\e93a";
}
.fa-x-altx-alt2:before {
  content: "\e93d";
}
.fa-plus-alt2:before {
  content: "\e947";
}
.fa-minus-alt2:before {
  content: "\e941";
}
.fa-question-mark2:before {
  content: "\e91d";
}
.fa-envelope:before {
  content: "\e918";
}
.fa-credit-card:before {
  content: "\e93f";
}
.fa-bell:before {
  content: "\e951";
}
.fa-undo2:before {
  content: "\e966";
}
.fa-bubble:before {
  content: "\e96b";
}
.fa-bubbles:before {
  content: "\e96c";
}
.fa-bubbles22:before {
  content: "\e96e";
}
.fa-bubble2:before {
  content: "\e973";
}
.fa-bubbles32:before {
  content: "\e970";
}
.fa-bubbles43:before {
  content: "\e976";
}
.fa-user:before {
  content: "\e971";
}
.fa-user-plus2:before {
  content: "\e97f";
}
.fa-user-minus2:before {
  content: "\e97d";
}
.fa-quotes-left2:before {
  content: "\e978";
}
.fa-quotes-right:before {
  content: "\e979";
}
.fa-lab:before {
  content: "\e9aa";
}
.fa-sphere:before {
  content: "\e9c9";
}
.fa-star-full:before {
  content: "\e9d9";
}
.fa-heart2:before {
  content: "\e9db";
}
.fa-heart-broken:before {
  content: "\e9dd";
}
.fa-man:before {
  content: "\e9df";
}
.fa-woman:before {
  content: "\e9e1";
}
.fa-man-woman:before {
  content: "\e9e3";
}
.fa-blocked:before {
  content: "\ea0e";
}
.fa-facebook2:before {
  content: "\ea91";
}
.fa-facebook22:before {
  content: "\ea92";
}
.fa-cog2:before {
  content: "\e960";
}
.fa-chevron-left23:before {
  content: "\e94b";
}
.fa-chevron-right22:before {
  content: "\e948";
}
.fa-chevron-thin-left2:before {
  content: "\e94f";
}
.fa-chevron-thin-right:before {
  content: "\e94c";
}
.fa-chevron-with-circle-left:before {
  content: "\e950";
}
.fa-chevron-with-circle-right:before {
  content: "\e954";
}
.fa-dots-three-horizontal:before {
  content: "\e996";
}
.fa-dots-three-vertical:before {
  content: "\e995";
}
.fa-open-book2:before {
  content: "\e931";
}
.fa-uninstall:before {
  content: "\e958";
}
.fa-attachment:before {
  content: "\e961";
}
.fa-edit2:before {
  content: "\e927";
}
.fa-erase2:before {
  content: "\e929";
}
.fa-line-graph2:before {
  content: "\e92d";
}
.fa-megaphone2:before {
  content: "\e933";
}
.fa-pencil2:before {
  content: "\e92b";
}
.fa-power-plug:before {
  content: "\e934";
}
.fa-chevron-left22:before {
  content: "\e94a";
}
.fa-chevron-right23:before {
  content: "\e949";
}
.fa-chevron-thin-left:before {
  content: "\e94e";
}
.fa-chevron-thin-right2:before {
  content: "\e94d";
}
.fa-chevron-with-circle-left2:before {
  content: "\e953";
}
.fa-chevron-with-circle-right2:before {
  content: "\e955";
}
.fa-open-book:before {
  content: "\e930";
}
.fa-uninstall2:before {
  content: "\e959";
}
.fa-edit:before {
  content: "\e926";
}
.fa-erase:before {
  content: "\e928";
}
.fa-line-graph:before {
  content: "\e92c";
}
.fa-megaphone:before {
  content: "\e932";
}
.fa-pencil:before {
  content: "\e92a";
}
.fa-power-plug2:before {
  content: "\e935";
}
.fa-near_me2:before {
  content: "\e56a";
}
.fa-pie_chart:before {
  content: "\e6c4";
}
.fa-play_circle_filled:before {
  content: "\e038";
}
.fa-play_circle_outline2:before {
  content: "\e03b";
}
.fa-send:before {
  content: "\e163";
}
.fa-sentiment_satisfied:before {
  content: "\e813";
}
.fa-thumb_up:before {
  content: "\e8dc";
}
.fa-today:before {
  content: "\e8df";
}
.fa-times:before {
  content: "\e900";
}
.fa-tick2:before {
  content: "\e907";
}
.fa-chevron-right3:before {
  content: "\e902";
}
.fa-chevron-left3:before {
  content: "\e904";
}
.fa-th-menu2:before {
  content: "\e909";
}
.fa-home:before {
  content: "\e90a";
}
.fa-warning:before {
  content: "\e95a";
}
.fa-lock-closed2:before {
  content: "\e95f";
}
.fa-location-arrow:before {
  content: "\e92e";
}
.fa-info2:before {
  content: "\e90d";
}
.fa-camera:before {
  content: "\e90e";
}
.fa-zoom2:before {
  content: "\e915";
}
.fa-zoom-out2:before {
  content: "\e913";
}
.fa-zoom-in2:before {
  content: "\e911";
}
.fa-input-checked:before {
  content: "\e999";
}
.fa-near_me:before {
  content: "\e569";
}
.fa-pie_chart2:before {
  content: "\e6c5";
}
.fa-play_circle_filled2:before {
  content: "\e039";
}
.fa-play_circle_outline:before {
  content: "\e03a";
}
.fa-send2:before {
  content: "\e164";
}
.fa-thumb_up2:before {
  content: "\e8dd";
}
.fa-times2:before {
  content: "\e901";
}
.fa-tick:before {
  content: "\e906";
}
.fa-chevron-right32:before {
  content: "\e903";
}
.fa-chevron-left32:before {
  content: "\e905";
}
.fa-th-menu:before {
  content: "\e908";
}
.fa-home2:before {
  content: "\e90b";
}
.fa-warning2:before {
  content: "\e95b";
}
.fa-lock-closed:before {
  content: "\e95e";
}
.fa-location-arrow2:before {
  content: "\e92f";
}
.fa-info:before {
  content: "\e90c";
}
.fa-camera2:before {
  content: "\e90f";
}
.fa-zoom:before {
  content: "\e914";
}
.fa-zoom-out:before {
  content: "\e912";
}
.fa-zoom-in:before {
  content: "\e910";
}
.fa-question:before {
  content: "\f128";
}
.fa-search23:before {
  content: "\f003";
}
.fa-cog:before {
  content: "\f013";
}
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o2:before {
  content: "\f015";
}
.fa-camera22:before {
  content: "\f030";
}
.fa-check-square-o2:before {
  content: "\f046";
}
.fa-question-circle2:before {
  content: "\f05a";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f07a";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-caret-down2:before {
  content: "\f0d8";
}
.fa-caret-up:before {
  content: "\f0d9";
}
.fa-caret-left2:before {
  content: "\f0dc";
}
.fa-caret-right:before {
  content: "\f0dd";
}
.fa-bell22:before {
  content: "\f0f3";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-female2:before {
  content: "\f187";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-birthday-cake2:before {
  content: "\f1fe";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus-mars2:before {
  content: "\f229";
}
.fa-battery-32:before {
  content: "\f242";
}
.fa-battery-three-quarters2:before {
  content: "\f242";
}
.fa-commenting2:before {
  content: "\f27b";
}
.fa-commenting-o2:before {
  content: "\f27d";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o2:before {
  content: "\f2bf";
}
.fa-thermometer2:before {
  content: "\f2c8";
}
.fa-thermometer-42:before {
  content: "\f2c8";
}
.fa-thermometer-full2:before {
  content: "\f2c8";
}
.fa-thermometer-3:before {
  content: "\f2c9";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c9";
}
.fa-question2:before {
  content: "\f129";
}
.fa-search22:before {
  content: "\f002";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-thumbs-o-up2:before {
  content: "\f088";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-group2:before {
  content: "\f0c1";
}
.fa-users2:before {
  content: "\f0c1";
}
.fa-flask2:before {
  content: "\f0c4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up2:before {
  content: "\f0da";
}
.fa-caret-left:before {
  content: "\f0db";
}
.fa-caret-right2:before {
  content: "\f0de";
}
.fa-bell23:before {
  content: "\f0f4";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-thumbs-up2:before {
  content: "\f165";
}
.fa-female:before {
  content: "\f182";
}
.fa-male2:before {
  content: "\f186";
}
.fa-gittip2:before {
  content: "\f185";
}
.fa-gratipay2:before {
  content: "\f185";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-heartbeat2:before {
  content: "\f21f";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27c";
}
.fa-user-circle2:before {
  content: "\f2c0";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-32:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters2:before {
  content: "\f2ca";
}
.fa-check-square-o:before {
  content: "\f047";
}
.fa-bell3:before {
  content: "\e91a";
}
.fa-cross:before {
  content: "\e916";
}
.fa-bell32:before {
  content: "\e91b";
}
.fa-cross2:before {
  content: "\e917";
}