Files
spot/style/spot.css
2015-12-27 13:08:01 +01:00

2873 lines
52 KiB
CSS

@CHARSET "UTF-8";
/*!
* Font Awesome 4.5.0 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.5.0");
src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal; }
/* line 14, _fa.scss */
.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; }
/* makes the font 33% larger relative to the icon container */
/* line 23, _fa.scss */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 28, _fa.scss */
.fa-2x {
font-size: 2em; }
/* line 31, _fa.scss */
.fa-3x {
font-size: 3em; }
/* line 34, _fa.scss */
.fa-4x {
font-size: 4em; }
/* line 37, _fa.scss */
.fa-5x {
font-size: 5em; }
/* line 40, _fa.scss */
.fa-fw, .info-window i {
width: 1.28571429em;
text-align: center; }
/* line 44, _fa.scss */
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none; }
/* line 49, _fa.scss */
.fa-ul > li {
position: relative; }
/* line 52, _fa.scss */
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center; }
/* line 59, _fa.scss */
.fa-li.fa-lg {
left: -1.85714286em; }
/* line 62, _fa.scss */
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em; }
/* line 67, _fa.scss */
.fa-pull-left {
float: left; }
/* line 70, _fa.scss */
.fa-pull-right {
float: right; }
/* line 73, _fa.scss */
.fa.fa-pull-left {
margin-right: .3em; }
/* line 76, _fa.scss */
.fa.fa-pull-right {
margin-left: .3em; }
/* Deprecated as of 4.4.0 */
/* line 80, _fa.scss */
.pull-right {
float: right; }
/* line 83, _fa.scss */
.pull-left {
float: left; }
/* line 86, _fa.scss */
.fa.pull-left {
margin-right: .3em; }
/* line 89, _fa.scss */
.fa.pull-right {
margin-left: .3em; }
/* line 92, _fa.scss */
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
/* line 96, _fa.scss */
.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); } }
/* line 120, _fa.scss */
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
/* line 126, _fa.scss */
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
/* line 132, _fa.scss */
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
/* line 138, _fa.scss */
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
/* line 144, _fa.scss */
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
/* line 150, _fa.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none; }
/* line 157, _fa.scss */
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
/* line 165, _fa.scss */
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
/* line 172, _fa.scss */
.fa-stack-1x {
line-height: inherit; }
/* line 175, _fa.scss */
.fa-stack-2x {
font-size: 2em; }
/* line 178, _fa.scss */
.fa-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 */
/* line 183, _fa.scss */
.fa-glass:before {
content: "\f000"; }
/* line 186, _fa.scss */
.fa-music:before {
content: "\f001"; }
/* line 189, _fa.scss */
.fa-search:before {
content: "\f002"; }
/* line 192, _fa.scss */
.fa-envelope-o:before {
content: "\f003"; }
/* line 195, _fa.scss */
.fa-heart:before {
content: "\f004"; }
/* line 198, _fa.scss */
.fa-star:before {
content: "\f005"; }
/* line 201, _fa.scss */
.fa-star-o:before {
content: "\f006"; }
/* line 204, _fa.scss */
.fa-user:before {
content: "\f007"; }
/* line 207, _fa.scss */
.fa-film:before {
content: "\f008"; }
/* line 210, _fa.scss */
.fa-th-large:before {
content: "\f009"; }
/* line 213, _fa.scss */
.fa-th:before {
content: "\f00a"; }
/* line 216, _fa.scss */
.fa-th-list:before {
content: "\f00b"; }
/* line 219, _fa.scss */
.fa-check:before {
content: "\f00c"; }
/* line 222, _fa.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d"; }
/* line 227, _fa.scss */
.fa-search-plus:before {
content: "\f00e"; }
/* line 230, _fa.scss */
.fa-search-minus:before {
content: "\f010"; }
/* line 233, _fa.scss */
.fa-power-off:before {
content: "\f011"; }
/* line 236, _fa.scss */
.fa-signal:before {
content: "\f012"; }
/* line 239, _fa.scss */
.fa-gear:before,
.fa-cog:before {
content: "\f013"; }
/* line 243, _fa.scss */
.fa-trash-o:before {
content: "\f014"; }
/* line 246, _fa.scss */
.fa-home:before {
content: "\f015"; }
/* line 249, _fa.scss */
.fa-file-o:before {
content: "\f016"; }
/* line 252, _fa.scss */
.fa-clock-o:before {
content: "\f017"; }
/* line 255, _fa.scss */
.fa-road:before {
content: "\f018"; }
/* line 258, _fa.scss */
.fa-download:before {
content: "\f019"; }
/* line 261, _fa.scss */
.fa-arrow-circle-o-down:before {
content: "\f01a"; }
/* line 264, _fa.scss */
.fa-arrow-circle-o-up:before {
content: "\f01b"; }
/* line 267, _fa.scss */
.fa-inbox:before {
content: "\f01c"; }
/* line 270, _fa.scss */
.fa-play-circle-o:before {
content: "\f01d"; }
/* line 273, _fa.scss */
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e"; }
/* line 277, _fa.scss */
.fa-refresh:before {
content: "\f021"; }
/* line 280, _fa.scss */
.fa-list-alt:before {
content: "\f022"; }
/* line 283, _fa.scss */
.fa-lock:before {
content: "\f023"; }
/* line 286, _fa.scss */
.fa-flag:before {
content: "\f024"; }
/* line 289, _fa.scss */
.fa-headphones:before {
content: "\f025"; }
/* line 292, _fa.scss */
.fa-volume-off:before {
content: "\f026"; }
/* line 295, _fa.scss */
.fa-volume-down:before {
content: "\f027"; }
/* line 298, _fa.scss */
.fa-volume-up:before {
content: "\f028"; }
/* line 301, _fa.scss */
.fa-qrcode:before {
content: "\f029"; }
/* line 304, _fa.scss */
.fa-barcode:before {
content: "\f02a"; }
/* line 307, _fa.scss */
.fa-tag:before {
content: "\f02b"; }
/* line 310, _fa.scss */
.fa-tags:before {
content: "\f02c"; }
/* line 313, _fa.scss */
.fa-book:before {
content: "\f02d"; }
/* line 316, _fa.scss */
.fa-bookmark:before {
content: "\f02e"; }
/* line 319, _fa.scss */
.fa-print:before {
content: "\f02f"; }
/* line 322, _fa.scss */
.fa-camera:before {
content: "\f030"; }
/* line 325, _fa.scss */
.fa-font:before {
content: "\f031"; }
/* line 328, _fa.scss */
.fa-bold:before {
content: "\f032"; }
/* line 331, _fa.scss */
.fa-italic:before {
content: "\f033"; }
/* line 334, _fa.scss */
.fa-text-height:before {
content: "\f034"; }
/* line 337, _fa.scss */
.fa-text-width:before {
content: "\f035"; }
/* line 340, _fa.scss */
.fa-align-left:before {
content: "\f036"; }
/* line 343, _fa.scss */
.fa-align-center:before {
content: "\f037"; }
/* line 346, _fa.scss */
.fa-align-right:before {
content: "\f038"; }
/* line 349, _fa.scss */
.fa-align-justify:before {
content: "\f039"; }
/* line 352, _fa.scss */
.fa-list:before {
content: "\f03a"; }
/* line 355, _fa.scss */
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b"; }
/* line 359, _fa.scss */
.fa-indent:before {
content: "\f03c"; }
/* line 362, _fa.scss */
.fa-video-camera:before {
content: "\f03d"; }
/* line 365, _fa.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e"; }
/* line 370, _fa.scss */
.fa-pencil:before {
content: "\f040"; }
/* line 373, _fa.scss */
.fa-map-marker:before {
content: "\f041"; }
/* line 376, _fa.scss */
.fa-adjust:before {
content: "\f042"; }
/* line 379, _fa.scss */
.fa-tint:before {
content: "\f043"; }
/* line 382, _fa.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044"; }
/* line 386, _fa.scss */
.fa-share-square-o:before {
content: "\f045"; }
/* line 389, _fa.scss */
.fa-check-square-o:before {
content: "\f046"; }
/* line 392, _fa.scss */
.fa-arrows:before {
content: "\f047"; }
/* line 395, _fa.scss */
.fa-step-backward:before {
content: "\f048"; }
/* line 398, _fa.scss */
.fa-fast-backward:before {
content: "\f049"; }
/* line 401, _fa.scss */
.fa-backward:before {
content: "\f04a"; }
/* line 404, _fa.scss */
.fa-play:before {
content: "\f04b"; }
/* line 407, _fa.scss */
.fa-pause:before {
content: "\f04c"; }
/* line 410, _fa.scss */
.fa-stop:before {
content: "\f04d"; }
/* line 413, _fa.scss */
.fa-forward:before {
content: "\f04e"; }
/* line 416, _fa.scss */
.fa-fast-forward:before {
content: "\f050"; }
/* line 419, _fa.scss */
.fa-step-forward:before {
content: "\f051"; }
/* line 422, _fa.scss */
.fa-eject:before {
content: "\f052"; }
/* line 425, _fa.scss */
.fa-chevron-left:before {
content: "\f053"; }
/* line 428, _fa.scss */
.fa-chevron-right:before {
content: "\f054"; }
/* line 431, _fa.scss */
.fa-plus-circle:before {
content: "\f055"; }
/* line 434, _fa.scss */
.fa-minus-circle:before {
content: "\f056"; }
/* line 437, _fa.scss */
.fa-times-circle:before {
content: "\f057"; }
/* line 440, _fa.scss */
.fa-check-circle:before {
content: "\f058"; }
/* line 443, _fa.scss */
.fa-question-circle:before {
content: "\f059"; }
/* line 446, _fa.scss */
.fa-info-circle:before {
content: "\f05a"; }
/* line 449, _fa.scss */
.fa-crosshairs:before {
content: "\f05b"; }
/* line 452, _fa.scss */
.fa-times-circle-o:before {
content: "\f05c"; }
/* line 455, _fa.scss */
.fa-check-circle-o:before {
content: "\f05d"; }
/* line 458, _fa.scss */
.fa-ban:before {
content: "\f05e"; }
/* line 461, _fa.scss */
.fa-arrow-left:before {
content: "\f060"; }
/* line 464, _fa.scss */
.fa-arrow-right:before {
content: "\f061"; }
/* line 467, _fa.scss */
.fa-arrow-up:before {
content: "\f062"; }
/* line 470, _fa.scss */
.fa-arrow-down:before {
content: "\f063"; }
/* line 473, _fa.scss */
.fa-mail-forward:before,
.fa-share:before {
content: "\f064"; }
/* line 477, _fa.scss */
.fa-expand:before {
content: "\f065"; }
/* line 480, _fa.scss */
.fa-compress:before {
content: "\f066"; }
/* line 483, _fa.scss */
.fa-plus:before {
content: "\f067"; }
/* line 486, _fa.scss */
.fa-minus:before {
content: "\f068"; }
/* line 489, _fa.scss */
.fa-asterisk:before {
content: "\f069"; }
/* line 492, _fa.scss */
.fa-exclamation-circle:before {
content: "\f06a"; }
/* line 495, _fa.scss */
.fa-gift:before {
content: "\f06b"; }
/* line 498, _fa.scss */
.fa-leaf:before {
content: "\f06c"; }
/* line 501, _fa.scss */
.fa-fire:before {
content: "\f06d"; }
/* line 504, _fa.scss */
.fa-eye:before {
content: "\f06e"; }
/* line 507, _fa.scss */
.fa-eye-slash:before {
content: "\f070"; }
/* line 510, _fa.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071"; }
/* line 514, _fa.scss */
.fa-plane:before {
content: "\f072"; }
/* line 517, _fa.scss */
.fa-calendar:before {
content: "\f073"; }
/* line 520, _fa.scss */
.fa-random:before {
content: "\f074"; }
/* line 523, _fa.scss */
.fa-comment:before {
content: "\f075"; }
/* line 526, _fa.scss */
.fa-magnet:before {
content: "\f076"; }
/* line 529, _fa.scss */
.fa-chevron-up:before {
content: "\f077"; }
/* line 532, _fa.scss */
.fa-chevron-down:before {
content: "\f078"; }
/* line 535, _fa.scss */
.fa-retweet:before {
content: "\f079"; }
/* line 538, _fa.scss */
.fa-shopping-cart:before {
content: "\f07a"; }
/* line 541, _fa.scss */
.fa-folder:before {
content: "\f07b"; }
/* line 544, _fa.scss */
.fa-folder-open:before {
content: "\f07c"; }
/* line 547, _fa.scss */
.fa-arrows-v:before {
content: "\f07d"; }
/* line 550, _fa.scss */
.fa-arrows-h:before {
content: "\f07e"; }
/* line 553, _fa.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080"; }
/* line 557, _fa.scss */
.fa-twitter-square:before {
content: "\f081"; }
/* line 560, _fa.scss */
.fa-facebook-square:before {
content: "\f082"; }
/* line 563, _fa.scss */
.fa-camera-retro:before {
content: "\f083"; }
/* line 566, _fa.scss */
.fa-key:before {
content: "\f084"; }
/* line 569, _fa.scss */
.fa-gears:before,
.fa-cogs:before {
content: "\f085"; }
/* line 573, _fa.scss */
.fa-comments:before {
content: "\f086"; }
/* line 576, _fa.scss */
.fa-thumbs-o-up:before {
content: "\f087"; }
/* line 579, _fa.scss */
.fa-thumbs-o-down:before {
content: "\f088"; }
/* line 582, _fa.scss */
.fa-star-half:before {
content: "\f089"; }
/* line 585, _fa.scss */
.fa-heart-o:before {
content: "\f08a"; }
/* line 588, _fa.scss */
.fa-sign-out:before {
content: "\f08b"; }
/* line 591, _fa.scss */
.fa-linkedin-square:before {
content: "\f08c"; }
/* line 594, _fa.scss */
.fa-thumb-tack:before {
content: "\f08d"; }
/* line 597, _fa.scss */
.fa-external-link:before {
content: "\f08e"; }
/* line 600, _fa.scss */
.fa-sign-in:before {
content: "\f090"; }
/* line 603, _fa.scss */
.fa-trophy:before {
content: "\f091"; }
/* line 606, _fa.scss */
.fa-github-square:before {
content: "\f092"; }
/* line 609, _fa.scss */
.fa-upload:before {
content: "\f093"; }
/* line 612, _fa.scss */
.fa-lemon-o:before {
content: "\f094"; }
/* line 615, _fa.scss */
.fa-phone:before {
content: "\f095"; }
/* line 618, _fa.scss */
.fa-square-o:before {
content: "\f096"; }
/* line 621, _fa.scss */
.fa-bookmark-o:before {
content: "\f097"; }
/* line 624, _fa.scss */
.fa-phone-square:before {
content: "\f098"; }
/* line 627, _fa.scss */
.fa-twitter:before {
content: "\f099"; }
/* line 630, _fa.scss */
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a"; }
/* line 634, _fa.scss */
.fa-github:before {
content: "\f09b"; }
/* line 637, _fa.scss */
.fa-unlock:before {
content: "\f09c"; }
/* line 640, _fa.scss */
.fa-credit-card:before {
content: "\f09d"; }
/* line 643, _fa.scss */
.fa-feed:before,
.fa-rss:before {
content: "\f09e"; }
/* line 647, _fa.scss */
.fa-hdd-o:before {
content: "\f0a0"; }
/* line 650, _fa.scss */
.fa-bullhorn:before {
content: "\f0a1"; }
/* line 653, _fa.scss */
.fa-bell:before {
content: "\f0f3"; }
/* line 656, _fa.scss */
.fa-certificate:before {
content: "\f0a3"; }
/* line 659, _fa.scss */
.fa-hand-o-right:before {
content: "\f0a4"; }
/* line 662, _fa.scss */
.fa-hand-o-left:before {
content: "\f0a5"; }
/* line 665, _fa.scss */
.fa-hand-o-up:before {
content: "\f0a6"; }
/* line 668, _fa.scss */
.fa-hand-o-down:before {
content: "\f0a7"; }
/* line 671, _fa.scss */
.fa-arrow-circle-left:before {
content: "\f0a8"; }
/* line 674, _fa.scss */
.fa-arrow-circle-right:before {
content: "\f0a9"; }
/* line 677, _fa.scss */
.fa-arrow-circle-up:before {
content: "\f0aa"; }
/* line 680, _fa.scss */
.fa-arrow-circle-down:before {
content: "\f0ab"; }
/* line 683, _fa.scss */
.fa-globe:before {
content: "\f0ac"; }
/* line 686, _fa.scss */
.fa-wrench:before {
content: "\f0ad"; }
/* line 689, _fa.scss */
.fa-tasks:before {
content: "\f0ae"; }
/* line 692, _fa.scss */
.fa-filter:before {
content: "\f0b0"; }
/* line 695, _fa.scss */
.fa-briefcase:before {
content: "\f0b1"; }
/* line 698, _fa.scss */
.fa-arrows-alt:before {
content: "\f0b2"; }
/* line 701, _fa.scss */
.fa-group:before,
.fa-users:before {
content: "\f0c0"; }
/* line 705, _fa.scss */
.fa-chain:before,
.fa-link:before {
content: "\f0c1"; }
/* line 709, _fa.scss */
.fa-cloud:before {
content: "\f0c2"; }
/* line 712, _fa.scss */
.fa-flask:before {
content: "\f0c3"; }
/* line 715, _fa.scss */
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4"; }
/* line 719, _fa.scss */
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5"; }
/* line 723, _fa.scss */
.fa-paperclip:before {
content: "\f0c6"; }
/* line 726, _fa.scss */
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7"; }
/* line 730, _fa.scss */
.fa-square:before {
content: "\f0c8"; }
/* line 733, _fa.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9"; }
/* line 738, _fa.scss */
.fa-list-ul:before {
content: "\f0ca"; }
/* line 741, _fa.scss */
.fa-list-ol:before {
content: "\f0cb"; }
/* line 744, _fa.scss */
.fa-strikethrough:before {
content: "\f0cc"; }
/* line 747, _fa.scss */
.fa-underline:before {
content: "\f0cd"; }
/* line 750, _fa.scss */
.fa-table:before {
content: "\f0ce"; }
/* line 753, _fa.scss */
.fa-magic:before {
content: "\f0d0"; }
/* line 756, _fa.scss */
.fa-truck:before {
content: "\f0d1"; }
/* line 759, _fa.scss */
.fa-pinterest:before {
content: "\f0d2"; }
/* line 762, _fa.scss */
.fa-pinterest-square:before {
content: "\f0d3"; }
/* line 765, _fa.scss */
.fa-google-plus-square:before {
content: "\f0d4"; }
/* line 768, _fa.scss */
.fa-google-plus:before {
content: "\f0d5"; }
/* line 771, _fa.scss */
.fa-money:before {
content: "\f0d6"; }
/* line 774, _fa.scss */
.fa-caret-down:before {
content: "\f0d7"; }
/* line 777, _fa.scss */
.fa-caret-up:before {
content: "\f0d8"; }
/* line 780, _fa.scss */
.fa-caret-left:before {
content: "\f0d9"; }
/* line 783, _fa.scss */
.fa-caret-right:before {
content: "\f0da"; }
/* line 786, _fa.scss */
.fa-columns:before {
content: "\f0db"; }
/* line 789, _fa.scss */
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc"; }
/* line 793, _fa.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd"; }
/* line 797, _fa.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de"; }
/* line 801, _fa.scss */
.fa-envelope:before {
content: "\f0e0"; }
/* line 804, _fa.scss */
.fa-linkedin:before {
content: "\f0e1"; }
/* line 807, _fa.scss */
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2"; }
/* line 811, _fa.scss */
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3"; }
/* line 815, _fa.scss */
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4"; }
/* line 819, _fa.scss */
.fa-comment-o:before {
content: "\f0e5"; }
/* line 822, _fa.scss */
.fa-comments-o:before {
content: "\f0e6"; }
/* line 825, _fa.scss */
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7"; }
/* line 829, _fa.scss */
.fa-sitemap:before {
content: "\f0e8"; }
/* line 832, _fa.scss */
.fa-umbrella:before {
content: "\f0e9"; }
/* line 835, _fa.scss */
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea"; }
/* line 839, _fa.scss */
.fa-lightbulb-o:before {
content: "\f0eb"; }
/* line 842, _fa.scss */
.fa-exchange:before {
content: "\f0ec"; }
/* line 845, _fa.scss */
.fa-cloud-download:before {
content: "\f0ed"; }
/* line 848, _fa.scss */
.fa-cloud-upload:before {
content: "\f0ee"; }
/* line 851, _fa.scss */
.fa-user-md:before {
content: "\f0f0"; }
/* line 854, _fa.scss */
.fa-stethoscope:before {
content: "\f0f1"; }
/* line 857, _fa.scss */
.fa-suitcase:before {
content: "\f0f2"; }
/* line 860, _fa.scss */
.fa-bell-o:before {
content: "\f0a2"; }
/* line 863, _fa.scss */
.fa-coffee:before {
content: "\f0f4"; }
/* line 866, _fa.scss */
.fa-cutlery:before {
content: "\f0f5"; }
/* line 869, _fa.scss */
.fa-file-text-o:before {
content: "\f0f6"; }
/* line 872, _fa.scss */
.fa-building-o:before {
content: "\f0f7"; }
/* line 875, _fa.scss */
.fa-hospital-o:before {
content: "\f0f8"; }
/* line 878, _fa.scss */
.fa-ambulance:before {
content: "\f0f9"; }
/* line 881, _fa.scss */
.fa-medkit:before {
content: "\f0fa"; }
/* line 884, _fa.scss */
.fa-fighter-jet:before {
content: "\f0fb"; }
/* line 887, _fa.scss */
.fa-beer:before {
content: "\f0fc"; }
/* line 890, _fa.scss */
.fa-h-square:before {
content: "\f0fd"; }
/* line 893, _fa.scss */
.fa-plus-square:before {
content: "\f0fe"; }
/* line 896, _fa.scss */
.fa-angle-double-left:before {
content: "\f100"; }
/* line 899, _fa.scss */
.fa-angle-double-right:before {
content: "\f101"; }
/* line 902, _fa.scss */
.fa-angle-double-up:before {
content: "\f102"; }
/* line 905, _fa.scss */
.fa-angle-double-down:before {
content: "\f103"; }
/* line 908, _fa.scss */
.fa-angle-left:before {
content: "\f104"; }
/* line 911, _fa.scss */
.fa-angle-right:before {
content: "\f105"; }
/* line 914, _fa.scss */
.fa-angle-up:before {
content: "\f106"; }
/* line 917, _fa.scss */
.fa-angle-down:before {
content: "\f107"; }
/* line 920, _fa.scss */
.fa-desktop:before {
content: "\f108"; }
/* line 923, _fa.scss */
.fa-laptop:before {
content: "\f109"; }
/* line 926, _fa.scss */
.fa-tablet:before {
content: "\f10a"; }
/* line 929, _fa.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b"; }
/* line 933, _fa.scss */
.fa-circle-o:before {
content: "\f10c"; }
/* line 936, _fa.scss */
.fa-quote-left:before {
content: "\f10d"; }
/* line 939, _fa.scss */
.fa-quote-right:before {
content: "\f10e"; }
/* line 942, _fa.scss */
.fa-spinner:before {
content: "\f110"; }
/* line 945, _fa.scss */
.fa-circle:before {
content: "\f111"; }
/* line 948, _fa.scss */
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112"; }
/* line 952, _fa.scss */
.fa-github-alt:before {
content: "\f113"; }
/* line 955, _fa.scss */
.fa-folder-o:before {
content: "\f114"; }
/* line 958, _fa.scss */
.fa-folder-open-o:before {
content: "\f115"; }
/* line 961, _fa.scss */
.fa-smile-o:before {
content: "\f118"; }
/* line 964, _fa.scss */
.fa-frown-o:before {
content: "\f119"; }
/* line 967, _fa.scss */
.fa-meh-o:before {
content: "\f11a"; }
/* line 970, _fa.scss */
.fa-gamepad:before {
content: "\f11b"; }
/* line 973, _fa.scss */
.fa-keyboard-o:before {
content: "\f11c"; }
/* line 976, _fa.scss */
.fa-flag-o:before {
content: "\f11d"; }
/* line 979, _fa.scss */
.fa-flag-checkered:before {
content: "\f11e"; }
/* line 982, _fa.scss */
.fa-terminal:before {
content: "\f120"; }
/* line 985, _fa.scss */
.fa-code:before {
content: "\f121"; }
/* line 988, _fa.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122"; }
/* line 992, _fa.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123"; }
/* line 997, _fa.scss */
.fa-location-arrow:before {
content: "\f124"; }
/* line 1000, _fa.scss */
.fa-crop:before {
content: "\f125"; }
/* line 1003, _fa.scss */
.fa-code-fork:before {
content: "\f126"; }
/* line 1006, _fa.scss */
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127"; }
/* line 1010, _fa.scss */
.fa-question:before {
content: "\f128"; }
/* line 1013, _fa.scss */
.fa-info:before {
content: "\f129"; }
/* line 1016, _fa.scss */
.fa-exclamation:before {
content: "\f12a"; }
/* line 1019, _fa.scss */
.fa-superscript:before {
content: "\f12b"; }
/* line 1022, _fa.scss */
.fa-subscript:before {
content: "\f12c"; }
/* line 1025, _fa.scss */
.fa-eraser:before {
content: "\f12d"; }
/* line 1028, _fa.scss */
.fa-puzzle-piece:before {
content: "\f12e"; }
/* line 1031, _fa.scss */
.fa-microphone:before {
content: "\f130"; }
/* line 1034, _fa.scss */
.fa-microphone-slash:before {
content: "\f131"; }
/* line 1037, _fa.scss */
.fa-shield:before {
content: "\f132"; }
/* line 1040, _fa.scss */
.fa-calendar-o:before {
content: "\f133"; }
/* line 1043, _fa.scss */
.fa-fire-extinguisher:before {
content: "\f134"; }
/* line 1046, _fa.scss */
.fa-rocket:before {
content: "\f135"; }
/* line 1049, _fa.scss */
.fa-maxcdn:before {
content: "\f136"; }
/* line 1052, _fa.scss */
.fa-chevron-circle-left:before {
content: "\f137"; }
/* line 1055, _fa.scss */
.fa-chevron-circle-right:before {
content: "\f138"; }
/* line 1058, _fa.scss */
.fa-chevron-circle-up:before {
content: "\f139"; }
/* line 1061, _fa.scss */
.fa-chevron-circle-down:before {
content: "\f13a"; }
/* line 1064, _fa.scss */
.fa-html5:before {
content: "\f13b"; }
/* line 1067, _fa.scss */
.fa-css3:before {
content: "\f13c"; }
/* line 1070, _fa.scss */
.fa-anchor:before {
content: "\f13d"; }
/* line 1073, _fa.scss */
.fa-unlock-alt:before {
content: "\f13e"; }
/* line 1076, _fa.scss */
.fa-bullseye:before {
content: "\f140"; }
/* line 1079, _fa.scss */
.fa-ellipsis-h:before {
content: "\f141"; }
/* line 1082, _fa.scss */
.fa-ellipsis-v:before {
content: "\f142"; }
/* line 1085, _fa.scss */
.fa-rss-square:before {
content: "\f143"; }
/* line 1088, _fa.scss */
.fa-play-circle:before {
content: "\f144"; }
/* line 1091, _fa.scss */
.fa-ticket:before {
content: "\f145"; }
/* line 1094, _fa.scss */
.fa-minus-square:before {
content: "\f146"; }
/* line 1097, _fa.scss */
.fa-minus-square-o:before {
content: "\f147"; }
/* line 1100, _fa.scss */
.fa-level-up:before {
content: "\f148"; }
/* line 1103, _fa.scss */
.fa-level-down:before {
content: "\f149"; }
/* line 1106, _fa.scss */
.fa-check-square:before {
content: "\f14a"; }
/* line 1109, _fa.scss */
.fa-pencil-square:before {
content: "\f14b"; }
/* line 1112, _fa.scss */
.fa-external-link-square:before {
content: "\f14c"; }
/* line 1115, _fa.scss */
.fa-share-square:before {
content: "\f14d"; }
/* line 1118, _fa.scss */
.fa-compass:before {
content: "\f14e"; }
/* line 1121, _fa.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150"; }
/* line 1125, _fa.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151"; }
/* line 1129, _fa.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152"; }
/* line 1133, _fa.scss */
.fa-euro:before,
.fa-eur:before {
content: "\f153"; }
/* line 1137, _fa.scss */
.fa-gbp:before {
content: "\f154"; }
/* line 1140, _fa.scss */
.fa-dollar:before,
.fa-usd:before {
content: "\f155"; }
/* line 1144, _fa.scss */
.fa-rupee:before,
.fa-inr:before {
content: "\f156"; }
/* line 1148, _fa.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157"; }
/* line 1154, _fa.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158"; }
/* line 1159, _fa.scss */
.fa-won:before,
.fa-krw:before {
content: "\f159"; }
/* line 1163, _fa.scss */
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a"; }
/* line 1167, _fa.scss */
.fa-file:before {
content: "\f15b"; }
/* line 1170, _fa.scss */
.fa-file-text:before {
content: "\f15c"; }
/* line 1173, _fa.scss */
.fa-sort-alpha-asc:before {
content: "\f15d"; }
/* line 1176, _fa.scss */
.fa-sort-alpha-desc:before {
content: "\f15e"; }
/* line 1179, _fa.scss */
.fa-sort-amount-asc:before {
content: "\f160"; }
/* line 1182, _fa.scss */
.fa-sort-amount-desc:before {
content: "\f161"; }
/* line 1185, _fa.scss */
.fa-sort-numeric-asc:before {
content: "\f162"; }
/* line 1188, _fa.scss */
.fa-sort-numeric-desc:before {
content: "\f163"; }
/* line 1191, _fa.scss */
.fa-thumbs-up:before {
content: "\f164"; }
/* line 1194, _fa.scss */
.fa-thumbs-down:before {
content: "\f165"; }
/* line 1197, _fa.scss */
.fa-youtube-square:before {
content: "\f166"; }
/* line 1200, _fa.scss */
.fa-youtube:before {
content: "\f167"; }
/* line 1203, _fa.scss */
.fa-xing:before {
content: "\f168"; }
/* line 1206, _fa.scss */
.fa-xing-square:before {
content: "\f169"; }
/* line 1209, _fa.scss */
.fa-youtube-play:before {
content: "\f16a"; }
/* line 1212, _fa.scss */
.fa-dropbox:before {
content: "\f16b"; }
/* line 1215, _fa.scss */
.fa-stack-overflow:before {
content: "\f16c"; }
/* line 1218, _fa.scss */
.fa-instagram:before {
content: "\f16d"; }
/* line 1221, _fa.scss */
.fa-flickr:before {
content: "\f16e"; }
/* line 1224, _fa.scss */
.fa-adn:before {
content: "\f170"; }
/* line 1227, _fa.scss */
.fa-bitbucket:before {
content: "\f171"; }
/* line 1230, _fa.scss */
.fa-bitbucket-square:before {
content: "\f172"; }
/* line 1233, _fa.scss */
.fa-tumblr:before {
content: "\f173"; }
/* line 1236, _fa.scss */
.fa-tumblr-square:before {
content: "\f174"; }
/* line 1239, _fa.scss */
.fa-long-arrow-down:before {
content: "\f175"; }
/* line 1242, _fa.scss */
.fa-long-arrow-up:before {
content: "\f176"; }
/* line 1245, _fa.scss */
.fa-long-arrow-left:before {
content: "\f177"; }
/* line 1248, _fa.scss */
.fa-long-arrow-right:before {
content: "\f178"; }
/* line 1251, _fa.scss */
.fa-apple:before {
content: "\f179"; }
/* line 1254, _fa.scss */
.fa-windows:before {
content: "\f17a"; }
/* line 1257, _fa.scss */
.fa-android:before {
content: "\f17b"; }
/* line 1260, _fa.scss */
.fa-linux:before {
content: "\f17c"; }
/* line 1263, _fa.scss */
.fa-dribbble:before {
content: "\f17d"; }
/* line 1266, _fa.scss */
.fa-skype:before {
content: "\f17e"; }
/* line 1269, _fa.scss */
.fa-foursquare:before {
content: "\f180"; }
/* line 1272, _fa.scss */
.fa-trello:before {
content: "\f181"; }
/* line 1275, _fa.scss */
.fa-female:before {
content: "\f182"; }
/* line 1278, _fa.scss */
.fa-male:before {
content: "\f183"; }
/* line 1281, _fa.scss */
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184"; }
/* line 1285, _fa.scss */
.fa-sun-o:before {
content: "\f185"; }
/* line 1288, _fa.scss */
.fa-moon-o:before {
content: "\f186"; }
/* line 1291, _fa.scss */
.fa-archive:before {
content: "\f187"; }
/* line 1294, _fa.scss */
.fa-bug:before {
content: "\f188"; }
/* line 1297, _fa.scss */
.fa-vk:before {
content: "\f189"; }
/* line 1300, _fa.scss */
.fa-weibo:before {
content: "\f18a"; }
/* line 1303, _fa.scss */
.fa-renren:before {
content: "\f18b"; }
/* line 1306, _fa.scss */
.fa-pagelines:before {
content: "\f18c"; }
/* line 1309, _fa.scss */
.fa-stack-exchange:before {
content: "\f18d"; }
/* line 1312, _fa.scss */
.fa-arrow-circle-o-right:before {
content: "\f18e"; }
/* line 1315, _fa.scss */
.fa-arrow-circle-o-left:before {
content: "\f190"; }
/* line 1318, _fa.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191"; }
/* line 1322, _fa.scss */
.fa-dot-circle-o:before {
content: "\f192"; }
/* line 1325, _fa.scss */
.fa-wheelchair:before {
content: "\f193"; }
/* line 1328, _fa.scss */
.fa-vimeo-square:before {
content: "\f194"; }
/* line 1331, _fa.scss */
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195"; }
/* line 1335, _fa.scss */
.fa-plus-square-o:before {
content: "\f196"; }
/* line 1338, _fa.scss */
.fa-space-shuttle:before {
content: "\f197"; }
/* line 1341, _fa.scss */
.fa-slack:before {
content: "\f198"; }
/* line 1344, _fa.scss */
.fa-envelope-square:before {
content: "\f199"; }
/* line 1347, _fa.scss */
.fa-wordpress:before {
content: "\f19a"; }
/* line 1350, _fa.scss */
.fa-openid:before {
content: "\f19b"; }
/* line 1353, _fa.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c"; }
/* line 1358, _fa.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d"; }
/* line 1362, _fa.scss */
.fa-yahoo:before {
content: "\f19e"; }
/* line 1365, _fa.scss */
.fa-google:before {
content: "\f1a0"; }
/* line 1368, _fa.scss */
.fa-reddit:before {
content: "\f1a1"; }
/* line 1371, _fa.scss */
.fa-reddit-square:before {
content: "\f1a2"; }
/* line 1374, _fa.scss */
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
/* line 1377, _fa.scss */
.fa-stumbleupon:before {
content: "\f1a4"; }
/* line 1380, _fa.scss */
.fa-delicious:before {
content: "\f1a5"; }
/* line 1383, _fa.scss */
.fa-digg:before {
content: "\f1a6"; }
/* line 1386, _fa.scss */
.fa-pied-piper:before {
content: "\f1a7"; }
/* line 1389, _fa.scss */
.fa-pied-piper-alt:before {
content: "\f1a8"; }
/* line 1392, _fa.scss */
.fa-drupal:before {
content: "\f1a9"; }
/* line 1395, _fa.scss */
.fa-joomla:before {
content: "\f1aa"; }
/* line 1398, _fa.scss */
.fa-language:before {
content: "\f1ab"; }
/* line 1401, _fa.scss */
.fa-fax:before {
content: "\f1ac"; }
/* line 1404, _fa.scss */
.fa-building:before {
content: "\f1ad"; }
/* line 1407, _fa.scss */
.fa-child:before {
content: "\f1ae"; }
/* line 1410, _fa.scss */
.fa-paw:before {
content: "\f1b0"; }
/* line 1413, _fa.scss */
.fa-spoon:before {
content: "\f1b1"; }
/* line 1416, _fa.scss */
.fa-cube:before {
content: "\f1b2"; }
/* line 1419, _fa.scss */
.fa-cubes:before {
content: "\f1b3"; }
/* line 1422, _fa.scss */
.fa-behance:before {
content: "\f1b4"; }
/* line 1425, _fa.scss */
.fa-behance-square:before {
content: "\f1b5"; }
/* line 1428, _fa.scss */
.fa-steam:before {
content: "\f1b6"; }
/* line 1431, _fa.scss */
.fa-steam-square:before {
content: "\f1b7"; }
/* line 1434, _fa.scss */
.fa-recycle:before {
content: "\f1b8"; }
/* line 1437, _fa.scss */
.fa-automobile:before,
.fa-car:before {
content: "\f1b9"; }
/* line 1441, _fa.scss */
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba"; }
/* line 1445, _fa.scss */
.fa-tree:before {
content: "\f1bb"; }
/* line 1448, _fa.scss */
.fa-spotify:before {
content: "\f1bc"; }
/* line 1451, _fa.scss */
.fa-deviantart:before {
content: "\f1bd"; }
/* line 1454, _fa.scss */
.fa-soundcloud:before {
content: "\f1be"; }
/* line 1457, _fa.scss */
.fa-database:before {
content: "\f1c0"; }
/* line 1460, _fa.scss */
.fa-file-pdf-o:before {
content: "\f1c1"; }
/* line 1463, _fa.scss */
.fa-file-word-o:before {
content: "\f1c2"; }
/* line 1466, _fa.scss */
.fa-file-excel-o:before {
content: "\f1c3"; }
/* line 1469, _fa.scss */
.fa-file-powerpoint-o:before {
content: "\f1c4"; }
/* line 1472, _fa.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5"; }
/* line 1477, _fa.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6"; }
/* line 1481, _fa.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7"; }
/* line 1485, _fa.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8"; }
/* line 1489, _fa.scss */
.fa-file-code-o:before {
content: "\f1c9"; }
/* line 1492, _fa.scss */
.fa-vine:before {
content: "\f1ca"; }
/* line 1495, _fa.scss */
.fa-codepen:before {
content: "\f1cb"; }
/* line 1498, _fa.scss */
.fa-jsfiddle:before {
content: "\f1cc"; }
/* line 1501, _fa.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd"; }
/* line 1508, _fa.scss */
.fa-circle-o-notch:before {
content: "\f1ce"; }
/* line 1511, _fa.scss */
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0"; }
/* line 1515, _fa.scss */
.fa-ge:before,
.fa-empire:before {
content: "\f1d1"; }
/* line 1519, _fa.scss */
.fa-git-square:before {
content: "\f1d2"; }
/* line 1522, _fa.scss */
.fa-git:before {
content: "\f1d3"; }
/* line 1525, _fa.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4"; }
/* line 1530, _fa.scss */
.fa-tencent-weibo:before {
content: "\f1d5"; }
/* line 1533, _fa.scss */
.fa-qq:before {
content: "\f1d6"; }
/* line 1536, _fa.scss */
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7"; }
/* line 1540, _fa.scss */
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8"; }
/* line 1544, _fa.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9"; }
/* line 1548, _fa.scss */
.fa-history:before {
content: "\f1da"; }
/* line 1551, _fa.scss */
.fa-circle-thin:before {
content: "\f1db"; }
/* line 1554, _fa.scss */
.fa-header:before {
content: "\f1dc"; }
/* line 1557, _fa.scss */
.fa-paragraph:before {
content: "\f1dd"; }
/* line 1560, _fa.scss */
.fa-sliders:before {
content: "\f1de"; }
/* line 1563, _fa.scss */
.fa-share-alt:before {
content: "\f1e0"; }
/* line 1566, _fa.scss */
.fa-share-alt-square:before {
content: "\f1e1"; }
/* line 1569, _fa.scss */
.fa-bomb:before {
content: "\f1e2"; }
/* line 1572, _fa.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3"; }
/* line 1576, _fa.scss */
.fa-tty:before {
content: "\f1e4"; }
/* line 1579, _fa.scss */
.fa-binoculars:before {
content: "\f1e5"; }
/* line 1582, _fa.scss */
.fa-plug:before {
content: "\f1e6"; }
/* line 1585, _fa.scss */
.fa-slideshare:before {
content: "\f1e7"; }
/* line 1588, _fa.scss */
.fa-twitch:before {
content: "\f1e8"; }
/* line 1591, _fa.scss */
.fa-yelp:before {
content: "\f1e9"; }
/* line 1594, _fa.scss */
.fa-newspaper-o:before {
content: "\f1ea"; }
/* line 1597, _fa.scss */
.fa-wifi:before {
content: "\f1eb"; }
/* line 1600, _fa.scss */
.fa-calculator:before {
content: "\f1ec"; }
/* line 1603, _fa.scss */
.fa-paypal:before {
content: "\f1ed"; }
/* line 1606, _fa.scss */
.fa-google-wallet:before {
content: "\f1ee"; }
/* line 1609, _fa.scss */
.fa-cc-visa:before {
content: "\f1f0"; }
/* line 1612, _fa.scss */
.fa-cc-mastercard:before {
content: "\f1f1"; }
/* line 1615, _fa.scss */
.fa-cc-discover:before {
content: "\f1f2"; }
/* line 1618, _fa.scss */
.fa-cc-amex:before {
content: "\f1f3"; }
/* line 1621, _fa.scss */
.fa-cc-paypal:before {
content: "\f1f4"; }
/* line 1624, _fa.scss */
.fa-cc-stripe:before {
content: "\f1f5"; }
/* line 1627, _fa.scss */
.fa-bell-slash:before {
content: "\f1f6"; }
/* line 1630, _fa.scss */
.fa-bell-slash-o:before {
content: "\f1f7"; }
/* line 1633, _fa.scss */
.fa-trash:before {
content: "\f1f8"; }
/* line 1636, _fa.scss */
.fa-copyright:before {
content: "\f1f9"; }
/* line 1639, _fa.scss */
.fa-at:before {
content: "\f1fa"; }
/* line 1642, _fa.scss */
.fa-eyedropper:before {
content: "\f1fb"; }
/* line 1645, _fa.scss */
.fa-paint-brush:before {
content: "\f1fc"; }
/* line 1648, _fa.scss */
.fa-birthday-cake:before {
content: "\f1fd"; }
/* line 1651, _fa.scss */
.fa-area-chart:before {
content: "\f1fe"; }
/* line 1654, _fa.scss */
.fa-pie-chart:before {
content: "\f200"; }
/* line 1657, _fa.scss */
.fa-line-chart:before {
content: "\f201"; }
/* line 1660, _fa.scss */
.fa-lastfm:before {
content: "\f202"; }
/* line 1663, _fa.scss */
.fa-lastfm-square:before {
content: "\f203"; }
/* line 1666, _fa.scss */
.fa-toggle-off:before {
content: "\f204"; }
/* line 1669, _fa.scss */
.fa-toggle-on:before {
content: "\f205"; }
/* line 1672, _fa.scss */
.fa-bicycle:before {
content: "\f206"; }
/* line 1675, _fa.scss */
.fa-bus:before {
content: "\f207"; }
/* line 1678, _fa.scss */
.fa-ioxhost:before {
content: "\f208"; }
/* line 1681, _fa.scss */
.fa-angellist:before {
content: "\f209"; }
/* line 1684, _fa.scss */
.fa-cc:before {
content: "\f20a"; }
/* line 1687, _fa.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b"; }
/* line 1692, _fa.scss */
.fa-meanpath:before {
content: "\f20c"; }
/* line 1695, _fa.scss */
.fa-buysellads:before {
content: "\f20d"; }
/* line 1698, _fa.scss */
.fa-connectdevelop:before {
content: "\f20e"; }
/* line 1701, _fa.scss */
.fa-dashcube:before {
content: "\f210"; }
/* line 1704, _fa.scss */
.fa-forumbee:before {
content: "\f211"; }
/* line 1707, _fa.scss */
.fa-leanpub:before {
content: "\f212"; }
/* line 1710, _fa.scss */
.fa-sellsy:before {
content: "\f213"; }
/* line 1713, _fa.scss */
.fa-shirtsinbulk:before {
content: "\f214"; }
/* line 1716, _fa.scss */
.fa-simplybuilt:before {
content: "\f215"; }
/* line 1719, _fa.scss */
.fa-skyatlas:before {
content: "\f216"; }
/* line 1722, _fa.scss */
.fa-cart-plus:before {
content: "\f217"; }
/* line 1725, _fa.scss */
.fa-cart-arrow-down:before {
content: "\f218"; }
/* line 1728, _fa.scss */
.fa-diamond:before {
content: "\f219"; }
/* line 1731, _fa.scss */
.fa-ship:before {
content: "\f21a"; }
/* line 1734, _fa.scss */
.fa-user-secret:before {
content: "\f21b"; }
/* line 1737, _fa.scss */
.fa-motorcycle:before {
content: "\f21c"; }
/* line 1740, _fa.scss */
.fa-street-view:before {
content: "\f21d"; }
/* line 1743, _fa.scss */
.fa-heartbeat:before {
content: "\f21e"; }
/* line 1746, _fa.scss */
.fa-venus:before {
content: "\f221"; }
/* line 1749, _fa.scss */
.fa-mars:before {
content: "\f222"; }
/* line 1752, _fa.scss */
.fa-mercury:before {
content: "\f223"; }
/* line 1755, _fa.scss */
.fa-intersex:before,
.fa-transgender:before {
content: "\f224"; }
/* line 1759, _fa.scss */
.fa-transgender-alt:before {
content: "\f225"; }
/* line 1762, _fa.scss */
.fa-venus-double:before {
content: "\f226"; }
/* line 1765, _fa.scss */
.fa-mars-double:before {
content: "\f227"; }
/* line 1768, _fa.scss */
.fa-venus-mars:before {
content: "\f228"; }
/* line 1771, _fa.scss */
.fa-mars-stroke:before {
content: "\f229"; }
/* line 1774, _fa.scss */
.fa-mars-stroke-v:before {
content: "\f22a"; }
/* line 1777, _fa.scss */
.fa-mars-stroke-h:before {
content: "\f22b"; }
/* line 1780, _fa.scss */
.fa-neuter:before {
content: "\f22c"; }
/* line 1783, _fa.scss */
.fa-genderless:before {
content: "\f22d"; }
/* line 1786, _fa.scss */
.fa-facebook-official:before {
content: "\f230"; }
/* line 1789, _fa.scss */
.fa-pinterest-p:before {
content: "\f231"; }
/* line 1792, _fa.scss */
.fa-whatsapp:before {
content: "\f232"; }
/* line 1795, _fa.scss */
.fa-server:before {
content: "\f233"; }
/* line 1798, _fa.scss */
.fa-user-plus:before {
content: "\f234"; }
/* line 1801, _fa.scss */
.fa-user-times:before {
content: "\f235"; }
/* line 1804, _fa.scss */
.fa-hotel:before,
.fa-bed:before {
content: "\f236"; }
/* line 1808, _fa.scss */
.fa-viacoin:before {
content: "\f237"; }
/* line 1811, _fa.scss */
.fa-train:before {
content: "\f238"; }
/* line 1814, _fa.scss */
.fa-subway:before {
content: "\f239"; }
/* line 1817, _fa.scss */
.fa-medium:before {
content: "\f23a"; }
/* line 1820, _fa.scss */
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b"; }
/* line 1824, _fa.scss */
.fa-optin-monster:before {
content: "\f23c"; }
/* line 1827, _fa.scss */
.fa-opencart:before {
content: "\f23d"; }
/* line 1830, _fa.scss */
.fa-expeditedssl:before {
content: "\f23e"; }
/* line 1833, _fa.scss */
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240"; }
/* line 1837, _fa.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241"; }
/* line 1841, _fa.scss */
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242"; }
/* line 1845, _fa.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243"; }
/* line 1849, _fa.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244"; }
/* line 1853, _fa.scss */
.fa-mouse-pointer:before {
content: "\f245"; }
/* line 1856, _fa.scss */
.fa-i-cursor:before {
content: "\f246"; }
/* line 1859, _fa.scss */
.fa-object-group:before {
content: "\f247"; }
/* line 1862, _fa.scss */
.fa-object-ungroup:before {
content: "\f248"; }
/* line 1865, _fa.scss */
.fa-sticky-note:before {
content: "\f249"; }
/* line 1868, _fa.scss */
.fa-sticky-note-o:before {
content: "\f24a"; }
/* line 1871, _fa.scss */
.fa-cc-jcb:before {
content: "\f24b"; }
/* line 1874, _fa.scss */
.fa-cc-diners-club:before {
content: "\f24c"; }
/* line 1877, _fa.scss */
.fa-clone:before {
content: "\f24d"; }
/* line 1880, _fa.scss */
.fa-balance-scale:before {
content: "\f24e"; }
/* line 1883, _fa.scss */
.fa-hourglass-o:before {
content: "\f250"; }
/* line 1886, _fa.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251"; }
/* line 1890, _fa.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252"; }
/* line 1894, _fa.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253"; }
/* line 1898, _fa.scss */
.fa-hourglass:before {
content: "\f254"; }
/* line 1901, _fa.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255"; }
/* line 1905, _fa.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256"; }
/* line 1909, _fa.scss */
.fa-hand-scissors-o:before {
content: "\f257"; }
/* line 1912, _fa.scss */
.fa-hand-lizard-o:before {
content: "\f258"; }
/* line 1915, _fa.scss */
.fa-hand-spock-o:before {
content: "\f259"; }
/* line 1918, _fa.scss */
.fa-hand-pointer-o:before {
content: "\f25a"; }
/* line 1921, _fa.scss */
.fa-hand-peace-o:before {
content: "\f25b"; }
/* line 1924, _fa.scss */
.fa-trademark:before {
content: "\f25c"; }
/* line 1927, _fa.scss */
.fa-registered:before {
content: "\f25d"; }
/* line 1930, _fa.scss */
.fa-creative-commons:before {
content: "\f25e"; }
/* line 1933, _fa.scss */
.fa-gg:before {
content: "\f260"; }
/* line 1936, _fa.scss */
.fa-gg-circle:before {
content: "\f261"; }
/* line 1939, _fa.scss */
.fa-tripadvisor:before {
content: "\f262"; }
/* line 1942, _fa.scss */
.fa-odnoklassniki:before {
content: "\f263"; }
/* line 1945, _fa.scss */
.fa-odnoklassniki-square:before {
content: "\f264"; }
/* line 1948, _fa.scss */
.fa-get-pocket:before {
content: "\f265"; }
/* line 1951, _fa.scss */
.fa-wikipedia-w:before {
content: "\f266"; }
/* line 1954, _fa.scss */
.fa-safari:before {
content: "\f267"; }
/* line 1957, _fa.scss */
.fa-chrome:before {
content: "\f268"; }
/* line 1960, _fa.scss */
.fa-firefox:before {
content: "\f269"; }
/* line 1963, _fa.scss */
.fa-opera:before {
content: "\f26a"; }
/* line 1966, _fa.scss */
.fa-internet-explorer:before {
content: "\f26b"; }
/* line 1969, _fa.scss */
.fa-tv:before,
.fa-television:before {
content: "\f26c"; }
/* line 1973, _fa.scss */
.fa-contao:before {
content: "\f26d"; }
/* line 1976, _fa.scss */
.fa-500px:before {
content: "\f26e"; }
/* line 1979, _fa.scss */
.fa-amazon:before {
content: "\f270"; }
/* line 1982, _fa.scss */
.fa-calendar-plus-o:before {
content: "\f271"; }
/* line 1985, _fa.scss */
.fa-calendar-minus-o:before {
content: "\f272"; }
/* line 1988, _fa.scss */
.fa-calendar-times-o:before {
content: "\f273"; }
/* line 1991, _fa.scss */
.fa-calendar-check-o:before {
content: "\f274"; }
/* line 1994, _fa.scss */
.fa-industry:before {
content: "\f275"; }
/* line 1997, _fa.scss */
.fa-map-pin:before {
content: "\f276"; }
/* line 2000, _fa.scss */
.fa-map-signs:before {
content: "\f277"; }
/* line 2003, _fa.scss */
.fa-map-o:before {
content: "\f278"; }
/* line 2006, _fa.scss */
.fa-map:before {
content: "\f279"; }
/* line 2009, _fa.scss */
.fa-commenting:before {
content: "\f27a"; }
/* line 2012, _fa.scss */
.fa-commenting-o:before {
content: "\f27b"; }
/* line 2015, _fa.scss */
.fa-houzz:before {
content: "\f27c"; }
/* line 2018, _fa.scss */
.fa-vimeo:before {
content: "\f27d"; }
/* line 2021, _fa.scss */
.fa-black-tie:before {
content: "\f27e"; }
/* line 2024, _fa.scss */
.fa-fonticons:before {
content: "\f280"; }
/* line 2027, _fa.scss */
.fa-reddit-alien:before {
content: "\f281"; }
/* line 2030, _fa.scss */
.fa-edge:before {
content: "\f282"; }
/* line 2033, _fa.scss */
.fa-credit-card-alt:before {
content: "\f283"; }
/* line 2036, _fa.scss */
.fa-codiepie:before {
content: "\f284"; }
/* line 2039, _fa.scss */
.fa-modx:before {
content: "\f285"; }
/* line 2042, _fa.scss */
.fa-fort-awesome:before {
content: "\f286"; }
/* line 2045, _fa.scss */
.fa-usb:before {
content: "\f287"; }
/* line 2048, _fa.scss */
.fa-product-hunt:before {
content: "\f288"; }
/* line 2051, _fa.scss */
.fa-mixcloud:before {
content: "\f289"; }
/* line 2054, _fa.scss */
.fa-scribd:before {
content: "\f28a"; }
/* line 2057, _fa.scss */
.fa-pause-circle:before {
content: "\f28b"; }
/* line 2060, _fa.scss */
.fa-pause-circle-o:before {
content: "\f28c"; }
/* line 2063, _fa.scss */
.fa-stop-circle:before {
content: "\f28d"; }
/* line 2066, _fa.scss */
.fa-stop-circle-o:before {
content: "\f28e"; }
/* line 2069, _fa.scss */
.fa-shopping-bag:before {
content: "\f290"; }
/* line 2072, _fa.scss */
.fa-shopping-basket:before {
content: "\f291"; }
/* line 2075, _fa.scss */
.fa-hashtag:before {
content: "\f292"; }
/* line 2078, _fa.scss */
.fa-bluetooth:before {
content: "\f293"; }
/* line 2081, _fa.scss */
.fa-bluetooth-b:before {
content: "\f294"; }
/* line 2084, _fa.scss */
.fa-percent:before {
content: "\f295"; }
/* Animations */
@-webkit-keyframes fadeIn {
from {
opacity: 0.3; } }
@-moz-keyframes fadeIn {
from {
opacity: 0.3; } }
@-ms-keyframes fadeIn {
from {
opacity: 0.3; } }
@-o-keyframes fadeIn {
from {
opacity: 0.3; } }
@keyframes fadeIn {
from {
opacity: 0.3; } }
/* line 27, _common.scss */
.flicker, #map .loader {
-webkit-animation: fadeIn 0.8s infinite alternate;
-moz-animation: fadeIn 0.8s infinite alternate;
-ms-animation: fadeIn 0.8s infinite alternate;
-o-animation: fadeIn 0.8s infinite alternate;
animation: fadeIn 0.8s infinite alternate; }
/* line 6, spot.scss */
#map {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 70%;
background: #EEE; }
/* line 15, spot.scss */
#map .loader {
position: absolute;
font-size: 3em;
width: 1em;
height: 1em;
top: calc(50% - 0.5em);
left: calc(50% - 0.5em);
color: #666; }
/* line 26, spot.scss */
#feed {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 30%;
overflow: auto; }
/* line 34, spot.scss */
#feed #poster {
padding: 1em;
background: #EEE;
border-bottom: 1px solid #DDD; }
/* line 39, spot.scss */
#feed #poster #post, #feed #poster #name, #feed #poster #submit {
width: calc(100% - 2em);
border: none;
padding: 0.5em 1em; }
/* line 45, spot.scss */
#feed #poster #post {
margin-bottom: 1em; }
/* line 49, spot.scss */
#feed #poster #name {
width: calc(100% - 5.5em); }
/* line 53, spot.scss */
#feed #poster #submit {
width: 3em;
background: #CCC;
cursor: pointer;
font-weight: bold; }
/* line 61, spot.scss */
#feed #posts {
font-family: Arial; }
/* line 64, spot.scss */
#feed #posts .post {
margin: 1em;
background: #B4BDFF;
color: #323268;
border-radius: 0.5em; }
/* line 70, spot.scss */
#feed #posts .post .message {
margin: 0.3em 0 0 0; }
/* line 73, spot.scss */
#feed #posts .post .signature {
margin: 0.5em 0 0 0;
text-align: right; }
/* line 79, spot.scss */
#feed #posts .header {
padding: 0.5em 1em;
font-style: italic;
font-size: 0.8em;
text-align: right; }
/* line 85, spot.scss */
#feed #posts .header .index {
float: left;
font-style: normal; }
/* line 91, spot.scss */
#feed #posts .body {
padding: 0em 1em 0.5em; }
/* line 95, spot.scss */
#feed #posts .post.picture {
background: #F3EC9F;
color: #635C28; }
/* line 99, spot.scss */
#feed #posts .post.picture a {
display: inline-block;
line-height: 0;
margin: 0; }
/* line 105, spot.scss */
#feed #posts .post.picture img {
width: 100%;
image-orientation: from-image;
border: 1px solid white;
outline: none; }
/* line 113, spot.scss */
#feed #posts .post.message {
background: #6DFF58;
color: #326526; }
/* line 118, spot.scss */
#feed #posts .fa.push {
margin-right: 0.5em; }
/* Info Window */
/* line 126, spot.scss */
.info-window h1 {
font-size: 1.2em; }
/* line 129, spot.scss */
.info-window p {
font-size: 1.0em; }
/* line 133, spot.scss */
.info-window i {
padding-right: 0.5em;
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%; }
/* line 141, spot.scss */
.info-window .battery {
text-transform: capitalize; }
/* Upload */
/* line 147, spot.scss */
.bar {
height: 18px;
background: green; }
/* Other */
/*# sourceMappingURL=spot.css.map */