/*! * Font Awesome 4.1.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.1.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/core */ .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ /* line 5, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/larger */ .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } /* line 10, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/larger */ .fa-2x { font-size: 2em; } /* line 11, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/larger */ .fa-3x { font-size: 3em; } /* line 12, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/larger */ .fa-4x { font-size: 4em; } /* line 13, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/larger */ .fa-5x { font-size: 5em; } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/fixed-width */ .fa-fw { width: 1.28571em; text-align: center; } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/list */ .fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; } /* line 5, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/list */ .fa-ul > li { position: relative; } /* line 7, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/list */ .fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } /* line 13, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/list */ .fa-li.fa-lg { left: -1.85714em; } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/bordered-pulled */ .fa-border { padding: 0.2em 0.25em 0.15em; border: solid 0.08em #eee; border-radius: 0.1em; } /* line 7, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/bordered-pulled */ .pull-right { float: right; } /* line 8, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/bordered-pulled */ .pull-left { float: left; } /* line 11, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/bordered-pulled */ .fa.pull-left { margin-right: 0.3em; } /* line 12, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/bordered-pulled */ .fa.pull-right { margin-left: 0.3em; } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ .fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { /* line 9, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 0% { -moz-transform: rotate(0deg); } /* line 10, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { /* line 13, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 0% { -webkit-transform: rotate(0deg); } /* line 14, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { /* line 17, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 0% { -o-transform: rotate(0deg); } /* line 18, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 100% { -o-transform: rotate(359deg); } } @keyframes spin { /* line 21, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } /* line 25, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/spinning */ 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/rotated-flipped */ .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } /* line 2, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/rotated-flipped */ .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } /* line 3, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/rotated-flipped */ .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } /* line 5, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/rotated-flipped */ .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } /* line 6, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/rotated-flipped */ .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } /* line 1, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/stacked */ .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } /* line 9, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/stacked */ .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } /* line 15, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/stacked */ .fa-stack-1x { line-height: inherit; } /* line 16, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/stacked */ .fa-stack-2x { font-size: 2em; } /* line 17, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/stacked */ .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ /* line 4, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-glass:before { content: "\f000"; } /* line 5, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-music:before { content: "\f001"; } /* line 6, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-search:before { content: "\f002"; } /* line 7, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-envelope-o:before { content: "\f003"; } /* line 8, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-heart:before { content: "\f004"; } /* line 9, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-star:before { content: "\f005"; } /* line 10, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-star-o:before { content: "\f006"; } /* line 11, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-user:before { content: "\f007"; } /* line 12, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-film:before { content: "\f008"; } /* line 13, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-th-large:before { content: "\f009"; } /* line 14, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-th:before { content: "\f00a"; } /* line 15, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-th-list:before { content: "\f00b"; } /* line 16, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-check:before { content: "\f00c"; } /* line 17, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-times:before { content: "\f00d"; } /* line 18, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-search-plus:before { content: "\f00e"; } /* line 19, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-search-minus:before { content: "\f010"; } /* line 20, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-power-off:before { content: "\f011"; } /* line 21, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-signal:before { content: "\f012"; } /* line 22, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-gear:before, .fa-cog:before { content: "\f013"; } /* line 23, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-trash-o:before { content: "\f014"; } /* line 24, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-home:before { content: "\f015"; } /* line 25, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-o:before { content: "\f016"; } /* line 26, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-clock-o:before { content: "\f017"; } /* line 27, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-road:before { content: "\f018"; } /* line 28, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-download:before { content: "\f019"; } /* line 29, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-o-down:before { content: "\f01a"; } /* line 30, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-o-up:before { content: "\f01b"; } /* line 31, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-inbox:before { content: "\f01c"; } /* line 32, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-play-circle-o:before { content: "\f01d"; } /* line 33, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } /* line 34, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-refresh:before { content: "\f021"; } /* line 35, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-list-alt:before { content: "\f022"; } /* line 36, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-lock:before { content: "\f023"; } /* line 37, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-flag:before { content: "\f024"; } /* line 38, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-headphones:before { content: "\f025"; } /* line 39, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-volume-off:before { content: "\f026"; } /* line 40, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-volume-down:before { content: "\f027"; } /* line 41, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-volume-up:before { content: "\f028"; } /* line 42, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-qrcode:before { content: "\f029"; } /* line 43, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-barcode:before { content: "\f02a"; } /* line 44, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tag:before { content: "\f02b"; } /* line 45, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tags:before { content: "\f02c"; } /* line 46, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-book:before { content: "\f02d"; } /* line 47, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bookmark:before { content: "\f02e"; } /* line 48, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-print:before { content: "\f02f"; } /* line 49, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-camera:before { content: "\f030"; } /* line 50, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-font:before { content: "\f031"; } /* line 51, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bold:before { content: "\f032"; } /* line 52, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-italic:before { content: "\f033"; } /* line 53, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-text-height:before { content: "\f034"; } /* line 54, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-text-width:before { content: "\f035"; } /* line 55, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-align-left:before { content: "\f036"; } /* line 56, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-align-center:before { content: "\f037"; } /* line 57, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-align-right:before { content: "\f038"; } /* line 58, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-align-justify:before { content: "\f039"; } /* line 59, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-list:before { content: "\f03a"; } /* line 60, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } /* line 61, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-indent:before { content: "\f03c"; } /* line 62, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-video-camera:before { content: "\f03d"; } /* line 63, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } /* line 64, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pencil:before { content: "\f040"; } /* line 65, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-map-marker:before { content: "\f041"; } /* line 66, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-adjust:before { content: "\f042"; } /* line 67, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tint:before { content: "\f043"; } /* line 68, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } /* line 69, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-share-square-o:before { content: "\f045"; } /* line 70, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-check-square-o:before { content: "\f046"; } /* line 71, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrows:before { content: "\f047"; } /* line 72, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-step-backward:before { content: "\f048"; } /* line 73, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-fast-backward:before { content: "\f049"; } /* line 74, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-backward:before { content: "\f04a"; } /* line 75, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-play:before { content: "\f04b"; } /* line 76, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pause:before { content: "\f04c"; } /* line 77, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-stop:before { content: "\f04d"; } /* line 78, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-forward:before { content: "\f04e"; } /* line 79, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-fast-forward:before { content: "\f050"; } /* line 80, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-step-forward:before { content: "\f051"; } /* line 81, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-eject:before { content: "\f052"; } /* line 82, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-left:before { content: "\f053"; } /* line 83, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-right:before { content: "\f054"; } /* line 84, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-plus-circle:before { content: "\f055"; } /* line 85, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-minus-circle:before { content: "\f056"; } /* line 86, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-times-circle:before { content: "\f057"; } /* line 87, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-check-circle:before { content: "\f058"; } /* line 88, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-question-circle:before { content: "\f059"; } /* line 89, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-info-circle:before { content: "\f05a"; } /* line 90, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-crosshairs:before { content: "\f05b"; } /* line 91, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-times-circle-o:before { content: "\f05c"; } /* line 92, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-check-circle-o:before { content: "\f05d"; } /* line 93, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ban:before { content: "\f05e"; } /* line 94, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-left:before { content: "\f060"; } /* line 95, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-right:before { content: "\f061"; } /* line 96, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-up:before { content: "\f062"; } /* line 97, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-down:before { content: "\f063"; } /* line 98, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-mail-forward:before, .fa-share:before { content: "\f064"; } /* line 99, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-expand:before { content: "\f065"; } /* line 100, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-compress:before { content: "\f066"; } /* line 101, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-plus:before { content: "\f067"; } /* line 102, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-minus:before { content: "\f068"; } /* line 103, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-asterisk:before { content: "\f069"; } /* line 104, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-exclamation-circle:before { content: "\f06a"; } /* line 105, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-gift:before { content: "\f06b"; } /* line 106, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-leaf:before { content: "\f06c"; } /* line 107, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-fire:before { content: "\f06d"; } /* line 108, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-eye:before { content: "\f06e"; } /* line 109, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-eye-slash:before { content: "\f070"; } /* line 110, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } /* line 111, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-plane:before { content: "\f072"; } /* line 112, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-calendar:before { content: "\f073"; } /* line 113, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-random:before { content: "\f074"; } /* line 114, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-comment:before { content: "\f075"; } /* line 115, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-magnet:before { content: "\f076"; } /* line 116, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-up:before { content: "\f077"; } /* line 117, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-down:before { content: "\f078"; } /* line 118, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-retweet:before { content: "\f079"; } /* line 119, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-shopping-cart:before { content: "\f07a"; } /* line 120, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-folder:before { content: "\f07b"; } /* line 121, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-folder-open:before { content: "\f07c"; } /* line 122, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrows-v:before { content: "\f07d"; } /* line 123, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrows-h:before { content: "\f07e"; } /* line 124, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bar-chart-o:before { content: "\f080"; } /* line 125, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-twitter-square:before { content: "\f081"; } /* line 126, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-facebook-square:before { content: "\f082"; } /* line 127, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-camera-retro:before { content: "\f083"; } /* line 128, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-key:before { content: "\f084"; } /* line 129, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-gears:before, .fa-cogs:before { content: "\f085"; } /* line 130, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-comments:before { content: "\f086"; } /* line 131, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-thumbs-o-up:before { content: "\f087"; } /* line 132, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-thumbs-o-down:before { content: "\f088"; } /* line 133, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-star-half:before { content: "\f089"; } /* line 134, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-heart-o:before { content: "\f08a"; } /* line 135, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sign-out:before { content: "\f08b"; } /* line 136, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-linkedin-square:before { content: "\f08c"; } /* line 137, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-thumb-tack:before { content: "\f08d"; } /* line 138, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-external-link:before { content: "\f08e"; } /* line 139, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sign-in:before { content: "\f090"; } /* line 140, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-trophy:before { content: "\f091"; } /* line 141, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-github-square:before { content: "\f092"; } /* line 142, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-upload:before { content: "\f093"; } /* line 143, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-lemon-o:before { content: "\f094"; } /* line 144, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-phone:before { content: "\f095"; } /* line 145, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-square-o:before { content: "\f096"; } /* line 146, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bookmark-o:before { content: "\f097"; } /* line 147, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-phone-square:before { content: "\f098"; } /* line 148, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-twitter:before { content: "\f099"; } /* line 149, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-facebook:before { content: "\f09a"; } /* line 150, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-github:before { content: "\f09b"; } /* line 151, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-unlock:before { content: "\f09c"; } /* line 152, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-credit-card:before { content: "\f09d"; } /* line 153, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-rss:before { content: "\f09e"; } /* line 154, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hdd-o:before { content: "\f0a0"; } /* line 155, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bullhorn:before { content: "\f0a1"; } /* line 156, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bell:before { content: "\f0f3"; } /* line 157, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-certificate:before { content: "\f0a3"; } /* line 158, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hand-o-right:before { content: "\f0a4"; } /* line 159, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hand-o-left:before { content: "\f0a5"; } /* line 160, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hand-o-up:before { content: "\f0a6"; } /* line 161, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hand-o-down:before { content: "\f0a7"; } /* line 162, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-left:before { content: "\f0a8"; } /* line 163, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-right:before { content: "\f0a9"; } /* line 164, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-up:before { content: "\f0aa"; } /* line 165, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-down:before { content: "\f0ab"; } /* line 166, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-globe:before { content: "\f0ac"; } /* line 167, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-wrench:before { content: "\f0ad"; } /* line 168, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tasks:before { content: "\f0ae"; } /* line 169, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-filter:before { content: "\f0b0"; } /* line 170, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-briefcase:before { content: "\f0b1"; } /* line 171, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrows-alt:before { content: "\f0b2"; } /* line 172, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-group:before, .fa-users:before { content: "\f0c0"; } /* line 173, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chain:before, .fa-link:before { content: "\f0c1"; } /* line 174, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cloud:before { content: "\f0c2"; } /* line 175, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-flask:before { content: "\f0c3"; } /* line 176, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } /* line 177, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } /* line 178, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-paperclip:before { content: "\f0c6"; } /* line 179, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } /* line 180, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-square:before { content: "\f0c8"; } /* line 181, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } /* line 182, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-list-ul:before { content: "\f0ca"; } /* line 183, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-list-ol:before { content: "\f0cb"; } /* line 184, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-strikethrough:before { content: "\f0cc"; } /* line 185, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-underline:before { content: "\f0cd"; } /* line 186, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-table:before { content: "\f0ce"; } /* line 187, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-magic:before { content: "\f0d0"; } /* line 188, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-truck:before { content: "\f0d1"; } /* line 189, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pinterest:before { content: "\f0d2"; } /* line 190, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pinterest-square:before { content: "\f0d3"; } /* line 191, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-google-plus-square:before { content: "\f0d4"; } /* line 192, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-google-plus:before { content: "\f0d5"; } /* line 193, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-money:before { content: "\f0d6"; } /* line 194, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-caret-down:before { content: "\f0d7"; } /* line 195, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-caret-up:before { content: "\f0d8"; } /* line 196, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-caret-left:before { content: "\f0d9"; } /* line 197, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-caret-right:before { content: "\f0da"; } /* line 198, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-columns:before { content: "\f0db"; } /* line 199, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } /* line 200, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } /* line 201, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } /* line 202, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-envelope:before { content: "\f0e0"; } /* line 203, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-linkedin:before { content: "\f0e1"; } /* line 204, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } /* line 205, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } /* line 206, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } /* line 207, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-comment-o:before { content: "\f0e5"; } /* line 208, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-comments-o:before { content: "\f0e6"; } /* line 209, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } /* line 210, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sitemap:before { content: "\f0e8"; } /* line 211, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-umbrella:before { content: "\f0e9"; } /* line 212, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } /* line 213, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-lightbulb-o:before { content: "\f0eb"; } /* line 214, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-exchange:before { content: "\f0ec"; } /* line 215, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cloud-download:before { content: "\f0ed"; } /* line 216, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cloud-upload:before { content: "\f0ee"; } /* line 217, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-user-md:before { content: "\f0f0"; } /* line 218, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-stethoscope:before { content: "\f0f1"; } /* line 219, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-suitcase:before { content: "\f0f2"; } /* line 220, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bell-o:before { content: "\f0a2"; } /* line 221, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-coffee:before { content: "\f0f4"; } /* line 222, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cutlery:before { content: "\f0f5"; } /* line 223, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-text-o:before { content: "\f0f6"; } /* line 224, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-building-o:before { content: "\f0f7"; } /* line 225, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hospital-o:before { content: "\f0f8"; } /* line 226, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ambulance:before { content: "\f0f9"; } /* line 227, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-medkit:before { content: "\f0fa"; } /* line 228, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-fighter-jet:before { content: "\f0fb"; } /* line 229, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-beer:before { content: "\f0fc"; } /* line 230, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-h-square:before { content: "\f0fd"; } /* line 231, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-plus-square:before { content: "\f0fe"; } /* line 232, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-double-left:before { content: "\f100"; } /* line 233, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-double-right:before { content: "\f101"; } /* line 234, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-double-up:before { content: "\f102"; } /* line 235, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-double-down:before { content: "\f103"; } /* line 236, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-left:before { content: "\f104"; } /* line 237, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-right:before { content: "\f105"; } /* line 238, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-up:before { content: "\f106"; } /* line 239, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-angle-down:before { content: "\f107"; } /* line 240, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-desktop:before { content: "\f108"; } /* line 241, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-laptop:before { content: "\f109"; } /* line 242, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tablet:before { content: "\f10a"; } /* line 243, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } /* line 244, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-circle-o:before { content: "\f10c"; } /* line 245, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-quote-left:before { content: "\f10d"; } /* line 246, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-quote-right:before { content: "\f10e"; } /* line 247, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-spinner:before { content: "\f110"; } /* line 248, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-circle:before { content: "\f111"; } /* line 249, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } /* line 250, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-github-alt:before { content: "\f113"; } /* line 251, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-folder-o:before { content: "\f114"; } /* line 252, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-folder-open-o:before { content: "\f115"; } /* line 253, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-smile-o:before { content: "\f118"; } /* line 254, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-frown-o:before { content: "\f119"; } /* line 255, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-meh-o:before { content: "\f11a"; } /* line 256, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-gamepad:before { content: "\f11b"; } /* line 257, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-keyboard-o:before { content: "\f11c"; } /* line 258, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-flag-o:before { content: "\f11d"; } /* line 259, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-flag-checkered:before { content: "\f11e"; } /* line 260, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-terminal:before { content: "\f120"; } /* line 261, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-code:before { content: "\f121"; } /* line 262, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } /* line 263, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } /* line 264, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-location-arrow:before { content: "\f124"; } /* line 265, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-crop:before { content: "\f125"; } /* line 266, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-code-fork:before { content: "\f126"; } /* line 267, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } /* line 268, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-question:before { content: "\f128"; } /* line 269, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-info:before { content: "\f129"; } /* line 270, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-exclamation:before { content: "\f12a"; } /* line 271, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-superscript:before { content: "\f12b"; } /* line 272, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-subscript:before { content: "\f12c"; } /* line 273, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-eraser:before { content: "\f12d"; } /* line 274, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-puzzle-piece:before { content: "\f12e"; } /* line 275, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-microphone:before { content: "\f130"; } /* line 276, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-microphone-slash:before { content: "\f131"; } /* line 277, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-shield:before { content: "\f132"; } /* line 278, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-calendar-o:before { content: "\f133"; } /* line 279, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-fire-extinguisher:before { content: "\f134"; } /* line 280, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-rocket:before { content: "\f135"; } /* line 281, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-maxcdn:before { content: "\f136"; } /* line 282, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-circle-left:before { content: "\f137"; } /* line 283, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-circle-right:before { content: "\f138"; } /* line 284, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-circle-up:before { content: "\f139"; } /* line 285, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-chevron-circle-down:before { content: "\f13a"; } /* line 286, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-html5:before { content: "\f13b"; } /* line 287, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-css3:before { content: "\f13c"; } /* line 288, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-anchor:before { content: "\f13d"; } /* line 289, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-unlock-alt:before { content: "\f13e"; } /* line 290, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bullseye:before { content: "\f140"; } /* line 291, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ellipsis-h:before { content: "\f141"; } /* line 292, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ellipsis-v:before { content: "\f142"; } /* line 293, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-rss-square:before { content: "\f143"; } /* line 294, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-play-circle:before { content: "\f144"; } /* line 295, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ticket:before { content: "\f145"; } /* line 296, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-minus-square:before { content: "\f146"; } /* line 297, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-minus-square-o:before { content: "\f147"; } /* line 298, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-level-up:before { content: "\f148"; } /* line 299, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-level-down:before { content: "\f149"; } /* line 300, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-check-square:before { content: "\f14a"; } /* line 301, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pencil-square:before { content: "\f14b"; } /* line 302, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-external-link-square:before { content: "\f14c"; } /* line 303, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-share-square:before { content: "\f14d"; } /* line 304, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-compass:before { content: "\f14e"; } /* line 305, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } /* line 306, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } /* line 307, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } /* line 308, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-euro:before, .fa-eur:before { content: "\f153"; } /* line 309, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-gbp:before { content: "\f154"; } /* line 310, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-dollar:before, .fa-usd:before { content: "\f155"; } /* line 311, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-rupee:before, .fa-inr:before { content: "\f156"; } /* line 312, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } /* line 313, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } /* line 314, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-won:before, .fa-krw:before { content: "\f159"; } /* line 315, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } /* line 316, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file:before { content: "\f15b"; } /* line 317, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-text:before { content: "\f15c"; } /* line 318, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-alpha-asc:before { content: "\f15d"; } /* line 319, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-alpha-desc:before { content: "\f15e"; } /* line 320, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-amount-asc:before { content: "\f160"; } /* line 321, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-amount-desc:before { content: "\f161"; } /* line 322, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-numeric-asc:before { content: "\f162"; } /* line 323, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sort-numeric-desc:before { content: "\f163"; } /* line 324, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-thumbs-up:before { content: "\f164"; } /* line 325, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-thumbs-down:before { content: "\f165"; } /* line 326, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-youtube-square:before { content: "\f166"; } /* line 327, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-youtube:before { content: "\f167"; } /* line 328, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-xing:before { content: "\f168"; } /* line 329, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-xing-square:before { content: "\f169"; } /* line 330, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-youtube-play:before { content: "\f16a"; } /* line 331, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-dropbox:before { content: "\f16b"; } /* line 332, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-stack-overflow:before { content: "\f16c"; } /* line 333, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-instagram:before { content: "\f16d"; } /* line 334, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-flickr:before { content: "\f16e"; } /* line 335, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-adn:before { content: "\f170"; } /* line 336, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bitbucket:before { content: "\f171"; } /* line 337, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bitbucket-square:before { content: "\f172"; } /* line 338, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tumblr:before { content: "\f173"; } /* line 339, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tumblr-square:before { content: "\f174"; } /* line 340, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-long-arrow-down:before { content: "\f175"; } /* line 341, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-long-arrow-up:before { content: "\f176"; } /* line 342, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-long-arrow-left:before { content: "\f177"; } /* line 343, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-long-arrow-right:before { content: "\f178"; } /* line 344, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-apple:before { content: "\f179"; } /* line 345, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-windows:before { content: "\f17a"; } /* line 346, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-android:before { content: "\f17b"; } /* line 347, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-linux:before { content: "\f17c"; } /* line 348, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-dribbble:before { content: "\f17d"; } /* line 349, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-skype:before { content: "\f17e"; } /* line 350, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-foursquare:before { content: "\f180"; } /* line 351, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-trello:before { content: "\f181"; } /* line 352, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-female:before { content: "\f182"; } /* line 353, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-male:before { content: "\f183"; } /* line 354, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-gittip:before { content: "\f184"; } /* line 355, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sun-o:before { content: "\f185"; } /* line 356, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-moon-o:before { content: "\f186"; } /* line 357, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-archive:before { content: "\f187"; } /* line 358, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bug:before { content: "\f188"; } /* line 359, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-vk:before { content: "\f189"; } /* line 360, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-weibo:before { content: "\f18a"; } /* line 361, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-renren:before { content: "\f18b"; } /* line 362, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pagelines:before { content: "\f18c"; } /* line 363, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-stack-exchange:before { content: "\f18d"; } /* line 364, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-o-right:before { content: "\f18e"; } /* line 365, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-arrow-circle-o-left:before { content: "\f190"; } /* line 366, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } /* line 367, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-dot-circle-o:before { content: "\f192"; } /* line 368, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-wheelchair:before { content: "\f193"; } /* line 369, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-vimeo-square:before { content: "\f194"; } /* line 370, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } /* line 371, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-plus-square-o:before { content: "\f196"; } /* line 372, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-space-shuttle:before { content: "\f197"; } /* line 373, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-slack:before { content: "\f198"; } /* line 374, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-envelope-square:before { content: "\f199"; } /* line 375, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-wordpress:before { content: "\f19a"; } /* line 376, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-openid:before { content: "\f19b"; } /* line 377, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } /* line 378, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } /* line 379, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-yahoo:before { content: "\f19e"; } /* line 380, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-google:before { content: "\f1a0"; } /* line 381, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-reddit:before { content: "\f1a1"; } /* line 382, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-reddit-square:before { content: "\f1a2"; } /* line 383, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-stumbleupon-circle:before { content: "\f1a3"; } /* line 384, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-stumbleupon:before { content: "\f1a4"; } /* line 385, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-delicious:before { content: "\f1a5"; } /* line 386, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-digg:before { content: "\f1a6"; } /* line 387, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pied-piper-square:before, .fa-pied-piper:before { content: "\f1a7"; } /* line 388, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-pied-piper-alt:before { content: "\f1a8"; } /* line 389, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-drupal:before { content: "\f1a9"; } /* line 390, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-joomla:before { content: "\f1aa"; } /* line 391, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-language:before { content: "\f1ab"; } /* line 392, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-fax:before { content: "\f1ac"; } /* line 393, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-building:before { content: "\f1ad"; } /* line 394, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-child:before { content: "\f1ae"; } /* line 395, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-paw:before { content: "\f1b0"; } /* line 396, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-spoon:before { content: "\f1b1"; } /* line 397, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cube:before { content: "\f1b2"; } /* line 398, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cubes:before { content: "\f1b3"; } /* line 399, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-behance:before { content: "\f1b4"; } /* line 400, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-behance-square:before { content: "\f1b5"; } /* line 401, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-steam:before { content: "\f1b6"; } /* line 402, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-steam-square:before { content: "\f1b7"; } /* line 403, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-recycle:before { content: "\f1b8"; } /* line 404, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-automobile:before, .fa-car:before { content: "\f1b9"; } /* line 405, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } /* line 406, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tree:before { content: "\f1bb"; } /* line 407, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-spotify:before { content: "\f1bc"; } /* line 408, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-deviantart:before { content: "\f1bd"; } /* line 409, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-soundcloud:before { content: "\f1be"; } /* line 410, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-database:before { content: "\f1c0"; } /* line 411, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-pdf-o:before { content: "\f1c1"; } /* line 412, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-word-o:before { content: "\f1c2"; } /* line 413, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-excel-o:before { content: "\f1c3"; } /* line 414, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-powerpoint-o:before { content: "\f1c4"; } /* line 415, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } /* line 416, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } /* line 417, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } /* line 418, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } /* line 419, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-file-code-o:before { content: "\f1c9"; } /* line 420, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-vine:before { content: "\f1ca"; } /* line 421, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-codepen:before { content: "\f1cb"; } /* line 422, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-jsfiddle:before { content: "\f1cc"; } /* line 423, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } /* line 424, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-circle-o-notch:before { content: "\f1ce"; } /* line 425, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ra:before, .fa-rebel:before { content: "\f1d0"; } /* line 426, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-ge:before, .fa-empire:before { content: "\f1d1"; } /* line 427, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-git-square:before { content: "\f1d2"; } /* line 428, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-git:before { content: "\f1d3"; } /* line 429, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-hacker-news:before { content: "\f1d4"; } /* line 430, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-tencent-weibo:before { content: "\f1d5"; } /* line 431, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-qq:before { content: "\f1d6"; } /* line 432, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } /* line 433, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } /* line 434, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } /* line 435, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-history:before { content: "\f1da"; } /* line 436, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-circle-thin:before { content: "\f1db"; } /* line 437, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-header:before { content: "\f1dc"; } /* line 438, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-paragraph:before { content: "\f1dd"; } /* line 439, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-sliders:before { content: "\f1de"; } /* line 440, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-share-alt:before { content: "\f1e0"; } /* line 441, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-share-alt-square:before { content: "\f1e1"; } /* line 442, /Users/holgerkonemann/Documents/Google Drive/Work/understrap/sass/font-awesome/icons */ .fa-bomb:before { content: "\f1e2"; } /*# sourceMappingURL=font-awesome.css.map */