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