From 0564aa7b7425807a615989680602f9d2c221c590 Mon Sep 17 00:00:00 2001 From: Alexander Dubovskoy Date: Fri, 20 Nov 2015 19:59:22 +0300 Subject: [PATCH] Sticky footer --- .../themes/druio_theme/styles/css/styles.css | 4988 ++++++++--------- .../styles/scss/layouts/_layouts.scss | 14 + 2 files changed, 2406 insertions(+), 2596 deletions(-) diff --git a/sites/all/themes/druio_theme/styles/css/styles.css b/sites/all/themes/druio_theme/styles/css/styles.css index c902aa8b..cad64646 100644 --- a/sites/all/themes/druio_theme/styles/css/styles.css +++ b/sites/all/themes/druio_theme/styles/css/styles.css @@ -1,17 +1,16 @@ -@charset "UTF-8"; +@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic); /** * @file * This file contain all imports and compile to final file. * Here you can change priority, and replace or disable files. */ -@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic); /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ html { font-family: sans-serif; /* 1 */ @@ -23,7 +22,7 @@ html { /** * Remove default margin. */ -/* line 19, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 19, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ body { margin: 0; } @@ -35,31 +34,16 @@ body { * and Firefox. * Correct `block` display not defined for `main` in IE 11. */ -/* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { +/* line 45, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */ -/* line 54, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -audio, -canvas, -progress, -video { +/* line 57, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; @@ -69,7 +53,7 @@ video { * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ -/* line 67, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 67, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } @@ -78,9 +62,8 @@ audio:not([controls]) { * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */ -/* line 77, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -[hidden], -template { +/* line 78, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +[hidden], template { display: none; } /* Links @@ -88,16 +71,15 @@ template { /** * Remove the gray background color from active links in IE 10. */ -/* line 89, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 89, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ a { background-color: transparent; } /** * Improve readability when focused and also mouse hovered in all browsers. */ -/* line 97, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -a:active, -a:hover { +/* line 98, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +a:active, a:hover { outline: 0; } /* Text-level semantics @@ -105,22 +87,21 @@ a:hover { /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */ -/* line 109, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 109, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ -/* line 117, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -b, -strong { +/* line 118, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +b, strong { font-weight: bold; } /** * Address styling not present in Safari and Chrome. */ -/* line 126, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 126, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ dfn { font-style: italic; } @@ -128,7 +109,7 @@ dfn { * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */ -/* line 135, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 135, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } @@ -136,7 +117,7 @@ h1 { /** * Address styling not present in IE 8/9. */ -/* line 144, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 144, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ mark { background: #ff0; color: #000; } @@ -144,26 +125,25 @@ mark { /** * Address inconsistent and variable font size in all browsers. */ -/* line 153, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 153, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ -/* line 161, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -sub, -sup { +/* line 162, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } -/* line 169, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 169, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ sup { top: -0.5em; } -/* line 173, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 173, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ sub { bottom: -0.25em; } @@ -172,14 +152,14 @@ sub { /** * Remove border when inside `a` element in IE 8/9/10. */ -/* line 184, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 184, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ img { border: 0; } /** * Correct overflow not hidden in IE 9/10/11. */ -/* line 192, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 192, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ svg:not(:root) { overflow: hidden; } @@ -188,14 +168,14 @@ svg:not(:root) { /** * Address margin not present in IE 8/9 and Safari. */ -/* line 203, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 203, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ figure { margin: 1em 40px; } /** * Address differences between Firefox and other browsers. */ -/* line 211, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 211, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ hr { -moz-box-sizing: content-box; box-sizing: content-box; @@ -204,18 +184,15 @@ hr { /** * Contain overflow in all browsers. */ -/* line 221, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 221, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ pre { overflow: auto; } /** * Address odd `em`-unit font size rendering in all browsers. */ -/* line 229, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -code, -kbd, -pre, -samp { +/* line 232, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } @@ -231,12 +208,8 @@ samp { * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */ -/* line 252, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -button, -input, -optgroup, -select, -textarea { +/* line 256, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; @@ -247,7 +220,7 @@ textarea { /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ -/* line 266, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 266, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ button { overflow: visible; } @@ -257,9 +230,8 @@ button { * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */ -/* line 277, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -button, -select { +/* line 278, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +button, select { text-transform: none; } /** @@ -269,11 +241,8 @@ select { * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ -/* line 290, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { +/* line 293, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; @@ -282,17 +251,15 @@ input[type="submit"] { /** * Re-set default cursor for disabled elements. */ -/* line 302, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -button[disabled], -html input[disabled] { +/* line 303, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +button[disabled], html input[disabled] { cursor: default; } /** * Remove inner padding and border in Firefox 4+. */ -/* line 311, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -button::-moz-focus-inner, -input::-moz-focus-inner { +/* line 312, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } @@ -300,7 +267,7 @@ input::-moz-focus-inner { * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ -/* line 322, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 322, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ input { line-height: normal; } @@ -311,9 +278,8 @@ input { * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ -/* line 334, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -input[type="checkbox"], -input[type="radio"] { +/* line 335, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; @@ -324,9 +290,8 @@ input[type="radio"] { * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */ -/* line 346, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { +/* line 347, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /** @@ -334,7 +299,7 @@ input[type="number"]::-webkit-outer-spin-button { * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */ -/* line 357, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 357, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ @@ -348,15 +313,14 @@ input[type="search"] { * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */ -/* line 370, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { +/* line 371, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Define consistent border, margin, and padding. */ -/* line 379, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 379, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; @@ -366,7 +330,7 @@ fieldset { * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ -/* line 390, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 390, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ legend { border: 0; /* 1 */ @@ -376,7 +340,7 @@ legend { /** * Remove default vertical scrollbar in IE 8/9/10/11. */ -/* line 399, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 399, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ textarea { overflow: auto; } @@ -384,7 +348,7 @@ textarea { * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ -/* line 408, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 408, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ optgroup { font-weight: bold; } @@ -393,14 +357,13 @@ optgroup { /** * Remove most spacing between table cells. */ -/* line 419, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +/* line 419, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } -/* line 424, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ -td, -th { +/* line 425, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_normalize.scss */ +td, th { padding: 0; } /** @@ -447,42 +410,42 @@ th { * @file * Here styled base elements and over fixes. */ -/* line 7, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ :focus { outline: none; } -/* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ ::-moz-focus-inner { border: 0; } -/* line 15, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 15, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ ::selection { background: #eeeeee; color: inherit; } -/* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 20, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ body { - background: white url("../../images/bg.png") repeat; - font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } + background: white url('../../images/bg.png') repeat; + font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; } -/* line 26, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 26, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ img { max-width: 100%; height: auto; display: block; vertical-align: bottom; } -/* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 33, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ label { display: block; font-weight: bold; margin: 0 0 0.1rem 0; } - /* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ + /* line 38, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ label.option { font-weight: normal; display: inline; } -/* line 44, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ +/* line 44, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_base.scss */ #admin-menu .admin-menu-search input { height: auto; } @@ -579,116 +542,114 @@ label { * @file * Typography styles. */ -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ html { font-size: 1rem; } -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ body { font-size: 16px; font-size: 1rem; - font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 22px; color: #333333; } -/* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ a { color: #0077c0; text-decoration: none; } - /* line 19, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ + /* line 19, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ a:hover { color: #27adff; } -/* line 24, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 24, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ ol, ul { margin: 1em 0 1em 1.45em; padding: 0; } -/* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ p { margin: 0 0 11px; } -/* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 33, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } -/* line 40, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 40, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h1, h2, h3 { margin-top: 22px; margin-bottom: 11px; } -/* line 45, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 45, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h4, h5, h6 { margin-top: 11px; margin-bottom: 11px; } -/* line 50, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 50, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h1 { font-size: 32px; font-size: 2rem; } -/* line 51, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 51, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h2 { font-size: 27px; font-size: 1.6875rem; } -/* line 52, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 52, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h3 { font-size: 20px; font-size: 1.25rem; } -/* line 53, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 53, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h4 { font-size: 20px; font-size: 1.25rem; } -/* line 54, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 54, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h5 { font-size: 16px; font-size: 1rem; } -/* line 55, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 55, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ h6 { font-size: 14px; font-size: 0.875rem; } -/* line 57, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ -small, -.text-small { +/* line 58, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +small, .text-small { font-size: 0.875rem; } -/* line 61, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ -big, -.text-big { +/* line 62, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +big, .text-big { font-size: 1.25rem; } -/* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #eeeeee; } -/* line 73, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 73, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ mark { padding: .2em; background-color: #DFF0D8; } -/* line 79, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 79, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ pre code { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } -/* line 84, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ +/* line 84, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ blockquote { padding: 0.3125rem 0 0.3125rem 0.625rem; margin: 0 0 11px; font-size: 16px; border-left: 5px solid #eeeeee; background: white; } - /* line 90, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ + /* line 90, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/base/_typography.scss */ blockquote p:last-of-type { margin-bottom: 0; } @@ -696,73 +657,84 @@ blockquote { * @file * Layout settings. */ +/* Sticky footer */ +/* line 23, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_layouts.scss */ +body { + display: flex; + min-height: 100vh; + flex-direction: column; } + +/* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_layouts.scss */ +#main { + flex: 1; + width: 100%; } + /** * @file * * XS media query styles. */ -@media (max-width: 768px) { - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ - #header .pane .content .top .header-links:after, - #header .pane .content:after { +@media (max-width: 768px) { + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + #header .pane .content .top .header-links:after, #header .pane .content:after { content: " "; display: block; clear: both; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .comment-full:after { content: " "; display: block; clear: both; } - /* line 14, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 14, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .comment-full > .left { width: 6.77966%; float: left; margin-right: 1.69492%; } - /* line 17, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 17, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .comment-full > .right { width: 91.52542%; float: right; margin-right: 0; } - /* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .question-full { position: relative; } - /* line 23, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 23, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .question-full .content-pane { position: relative; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-full .content-pane:after { content: " "; display: block; clear: both; } - /* line 26, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 26, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .question-full .content-pane > .left { width: 15.25424%; float: left; margin-right: 1.69492%; } - /* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .question-full .content-pane > .right { width: 83.05085%; float: right; margin-right: 0; } - /* line 34, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 34, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .answer-teaser { position: relative; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .answer-teaser:after { content: " "; display: block; clear: both; } - /* line 37, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 37, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .answer-teaser > .left { width: 15.25424%; float: left; margin-right: 1.69492%; } - /* line 40, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 40, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ .answer-teaser > .right { width: 83.05085%; float: right; margin-right: 0; } - /* line 45, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ + /* line 45, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_xs.scss */ #drupal-8-countdown { width: 100vw; } } @@ -771,296 +743,293 @@ blockquote { * * SM media query styles. */ -@media (min-width: 768px) { - /* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ +@media (min-width: 768px) { + /* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #header .pane { max-width: 752px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #header .pane:after { content: " "; display: block; clear: both; } - /* line 13, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 13, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #header .pane .logo { width: 11.875rem; float: left; } - /* line 17, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 17, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #header .pane .content { margin-left: 190px; } - /* line 23, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 23, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #main { max-width: 752px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #main:after { content: " "; display: block; clear: both; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #main:after { content: " "; display: block; clear: both; } - /* line 28, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 28, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #content { clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } - /* line 32, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 32, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #sidebar { clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-teaser:after { content: " "; display: block; clear: both; } - /* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 38, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .question-teaser .info { width: 23.72881%; float: left; margin-right: 1.69492%; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-teaser .info:after { content: " "; display: block; clear: both; } - /* line 41, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 41, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .question-teaser .info .rating { width: 49.15254%; float: left; margin-right: 1.69492%; } - /* line 44, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 44, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .question-teaser .info .answers { width: 49.15254%; float: right; margin-right: 0; } - /* line 48, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 48, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .question-teaser .right { width: 74.57627%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-full .content-pane:after { content: " "; display: block; clear: both; } - /* line 56, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 56, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .question-full .content-pane > .left { width: 6.77966%; float: left; margin-right: 1.69492%; } - /* line 59, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 59, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .question-full .content-pane > .right { width: 91.52542%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .answer-teaser:after { content: " "; display: block; clear: both; } - /* line 67, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 67, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .answer-teaser > .left { width: 6.77966%; float: left; margin-right: 1.69492%; } - /* line 70, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 70, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .answer-teaser > .right { width: 91.52542%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ - .event-teaser:after, - .event-full:after { + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + .event-teaser:after, .event-full:after { content: " "; display: block; clear: both; } - /* line 78, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ - .event-teaser .left, - .event-full .left { + /* line 78, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + .event-teaser .left, .event-full .left { width: 32.20339%; float: left; margin-right: 1.69492%; } - /* line 81, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ - .event-teaser .right, - .event-full .right { + /* line 81, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + .event-teaser .right, .event-full .right { width: 66.10169%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .comment-full:after { content: " "; display: block; clear: both; } - /* line 88, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 88, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .comment-full > .left { width: 6.77966%; float: left; margin-right: 1.69492%; } - /* line 91, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 91, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .comment-full > .right { width: 91.52542%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .view-project-page-page .content:after { content: " "; display: block; clear: both; } - /* line 99, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 99, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .view-project-page-page .content .project-teaser { width: 32.20339%; float: left; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - .view-project-page-page .content .project-teaser:nth-child(3n + 1) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + .view-project-page-page .content .project-teaser:nth-child(3n+1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - .view-project-page-page .content .project-teaser:nth-child(3n + 2) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + .view-project-page-page .content .project-teaser:nth-child(3n+2) { margin-left: 33.89831%; margin-right: -100%; clear: none; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - .view-project-page-page .content .project-teaser:nth-child(3n + 3) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + .view-project-page-page .content .project-teaser:nth-child(3n+3) { margin-left: 67.79661%; margin-right: -100%; clear: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .project-full:after { content: " "; display: block; clear: both; } - /* line 107, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 107, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .project-full > .left { width: 49.15254%; float: left; margin-right: 1.69492%; } - /* line 110, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 110, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .project-full > .right { width: 49.15254%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .order-teaser:after { content: " "; display: block; clear: both; } - /* line 117, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 117, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .order-teaser .info { width: 32.20339%; float: left; margin-right: 1.69492%; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .order-teaser .info:after { content: " "; display: block; clear: both; } - /* line 120, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 120, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .order-teaser .info .ready2work { width: 40.67797%; float: left; margin-right: 1.69492%; } - /* line 123, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 123, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .order-teaser .info .budget { width: 57.62712%; float: right; margin-right: 0; } - /* line 127, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 127, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .order-teaser .right { width: 66.10169%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .order-full .info:after { content: " "; display: block; clear: both; } - /* line 135, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 135, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .order-full .info .left { width: 40.67797%; float: left; margin-right: 1.69492%; } - /* line 138, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 138, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .order-full .info .right { width: 57.62712%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .view-applicants-block .applicant:after { content: " "; display: block; clear: both; } - /* line 147, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 147, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .view-applicants-block .applicant .picture { width: 6.77966%; float: left; margin-right: 1.69492%; } - /* line 150, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 150, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ .view-applicants-block .applicant .info { width: 91.52542%; float: right; margin-right: 0; } - /* line 157, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 157, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #footer .pane { max-width: 752px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #footer .pane:after { content: " "; display: block; clear: both; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #footer .pane:after { content: " "; display: block; clear: both; } - /* line 163, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 163, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #frontpage-top { width: 752px; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #frontpage-top:after { content: " "; display: block; clear: both; } - /* line 166, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 166, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #frontpage-top .left { width: 57.62712%; float: left; margin-right: 1.69492%; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #frontpage-latest:after { content: " "; display: block; clear: both; } - /* line 173, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 173, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #frontpage-latest .view-posts-node-frontpage { width: 49.15254%; float: left; margin-right: 1.69492%; } - /* line 176, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 176, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #frontpage-latest .view-question-nodes-frontpage { width: 49.15254%; float: right; margin-right: 0; } - /* line 181, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 181, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #drupal-sib { width: 752px; } - /* line 185, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 185, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #drupal-8-countdown { width: 752px; } - /* line 187, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ + /* line 187, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_sm.scss */ #drupal-8-countdown .content { width: 50%; } } @@ -1069,82 +1038,82 @@ blockquote { * * MD media query styles. */ -@media (min-width: 992px) { - /* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ +@media (min-width: 992px) { + /* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #header .pane { max-width: 976px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #header .pane:after { content: " "; display: block; clear: both; } - /* line 15, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 15, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #main { max-width: 976px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #main:after { content: " "; display: block; clear: both; } - /* line 19, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 19, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #footer .pane { max-width: 976px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #footer .pane:after { content: " "; display: block; clear: both; } - /* line 23, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 23, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #frontpage-top { width: 976px; } - /* line 25, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 25, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #frontpage-top .left { width: 49.15254%; float: left; margin-right: 1.69492%; } - /* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #main { max-width: 976px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #main:after { content: " "; display: block; clear: both; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #main:after { content: " "; display: block; clear: both; } - /* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 33, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #sidebar { clear: none; width: 23.72881%; float: right; margin-right: 0; } - /* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 38, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #content { width: 74.57627%; float: left; margin-right: 1.69492%; } - /* line 40, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 40, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ .no-sidebars #content { clear: both; width: 100%; float: left; margin-left: 0; margin-right: 0; } - /* line 44, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 44, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #drupal-sib { width: 976px; } - /* line 48, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ + /* line 48, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_md.scss */ #drupal-8-countdown { width: 976px; } } @@ -1153,133 +1122,135 @@ blockquote { * * LG media query styles. */ -@media (min-width: 1200px) { - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ +@media (min-width: 1200px) { + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #header .pane { max-width: 1184px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #header .pane:after { content: " "; display: block; clear: both; } - /* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #main { max-width: 1184px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #main:after { content: " "; display: block; clear: both; } - /* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 20, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #footer .pane { max-width: 1184px; margin-left: auto; margin-right: auto; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #footer .pane:after { content: " "; display: block; clear: both; } - /* line 24, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 24, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #frontpage-top { width: 1184px; } - /* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ .question-teaser .info { width: 15.25424%; float: left; margin-right: 1.69492%; } - /* line 32, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 32, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ .question-teaser .right { width: 83.05085%; float: right; margin-right: 0; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ - .event-teaser:after, - .event-full:after { + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + .event-teaser:after, .event-full:after { content: " "; display: block; clear: both; } - /* line 40, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ - .event-teaser .left, - .event-full .left { + /* line 40, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + .event-teaser .left, .event-full .left { width: 23.72881%; float: left; margin-right: 1.69492%; } - /* line 43, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ - .event-teaser .right, - .event-full .right { + /* line 43, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + .event-teaser .right, .event-full .right { width: 74.57627%; float: right; margin-right: 0; } - /* line 49, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 49, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ .order-teaser .info { width: 23.72881%; float: left; margin-right: 1.69492%; } - /* line 52, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 52, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ .order-teaser .right { width: 74.57627%; float: right; margin-right: 0; } - /* line 59, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 59, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ .order-full .info .left { width: 32.20339%; float: left; margin-right: 1.69492%; } - /* line 62, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 62, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ .order-full .info .right { width: 66.10169%; float: right; margin-right: 0; } - /* line 68, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 68, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #drupal-sib { width: 1184px; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #drupal-8-0-promo .features:after { content: " "; display: block; clear: both; } - /* line 75, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 75, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #drupal-8-0-promo .features .feature { width: 32.20339%; float: left; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - #drupal-8-0-promo .features .feature:nth-child(3n + 1) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + #drupal-8-0-promo .features .feature:nth-child(3n+1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - #drupal-8-0-promo .features .feature:nth-child(3n + 2) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + #drupal-8-0-promo .features .feature:nth-child(3n+2) { margin-left: 33.89831%; margin-right: -100%; clear: none; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - #drupal-8-0-promo .features .feature:nth-child(3n + 3) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + #drupal-8-0-promo .features .feature:nth-child(3n+3) { margin-left: 67.79661%; margin-right: -100%; clear: none; } - /* line 81, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ + /* line 81, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/_lg.scss */ #drupal-8-countdown { width: 1184px; } } @-webkit-keyframes bounce { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); @@ -1288,18 +1259,23 @@ blockquote { transform: translateY(-15px); } } @-moz-keyframes bounce { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); @@ -1308,21 +1284,23 @@ blockquote { transform: translateY(-15px); } } @-ms-keyframes bounce { - /* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } - /* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); @@ -1331,18 +1309,23 @@ blockquote { transform: translateY(-15px); } } @-o-keyframes bounce { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); @@ -1351,18 +1334,23 @@ blockquote { transform: translateY(-15px); } } @keyframes bounce { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 40% { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_bounce.scss */ 60% { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); @@ -1371,50 +1359,68 @@ blockquote { transform: translateY(-15px); } } @-webkit-keyframes flash { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 0%, 50%, 100% { opacity: 1; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 25%, 75% { opacity: 0; } } @-moz-keyframes flash { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 0%, 50%, 100% { opacity: 1; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 25%, 75% { opacity: 0; } } @-ms-keyframes flash { - /* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 0%, 50%, 100% { opacity: 1; } - /* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 25%, 75% { opacity: 0; } } @-o-keyframes flash { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 0%, 50%, 100% { opacity: 1; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 25%, 75% { opacity: 0; } } @keyframes flash { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 0%, 50%, 100% { opacity: 1; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_flash.scss */ 25%, 75% { opacity: 0; } } @-webkit-keyframes pulse { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 50% { -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, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 100% { -webkit-transform: scale(1); -moz-transform: scale(1); @@ -1423,18 +1429,23 @@ blockquote { transform: scale(1); } } @-moz-keyframes pulse { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 50% { -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, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 100% { -webkit-transform: scale(1); -moz-transform: scale(1); @@ -1443,21 +1454,23 @@ blockquote { transform: scale(1); } } @-ms-keyframes pulse { - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } - /* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 50% { -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, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 100% { -webkit-transform: scale(1); -moz-transform: scale(1); @@ -1466,18 +1479,23 @@ blockquote { transform: scale(1); } } @-o-keyframes pulse { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 50% { -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, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 100% { -webkit-transform: scale(1); -moz-transform: scale(1); @@ -1486,18 +1504,23 @@ blockquote { transform: scale(1); } } @keyframes pulse { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 50% { -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, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_pulse.scss */ 100% { -webkit-transform: scale(1); -moz-transform: scale(1); @@ -1506,42 +1529,55 @@ blockquote { transform: scale(1); } } @-webkit-keyframes rubberBand { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 0% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 30% { -webkit-transform: scale3d(1.25, 0.75, 1); -moz-transform: scale3d(1.25, 0.75, 1); -ms-transform: scale3d(1.25, 0.75, 1); -o-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 40% { -webkit-transform: scale3d(0.75, 1.25, 1); -moz-transform: scale3d(0.75, 1.25, 1); -ms-transform: scale3d(0.75, 1.25, 1); -o-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 50% { -webkit-transform: scale3d(1.15, 0.85, 1); -moz-transform: scale3d(1.15, 0.85, 1); -ms-transform: scale3d(1.15, 0.85, 1); -o-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - -moz-transform: scale3d(0.95, 1.05, 1); - -ms-transform: scale3d(0.95, 1.05, 1); - -o-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); } + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + -ms-transform: scale3d(.95, 1.05, 1); + -o-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - -moz-transform: scale3d(1.05, 0.95, 1); - -ms-transform: scale3d(1.05, 0.95, 1); - -o-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); } + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + -ms-transform: scale3d(1.05, .95, 1); + -o-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 100% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); @@ -1550,42 +1586,55 @@ blockquote { transform: scale3d(1, 1, 1); } } @-moz-keyframes rubberBand { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 0% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 30% { -webkit-transform: scale3d(1.25, 0.75, 1); -moz-transform: scale3d(1.25, 0.75, 1); -ms-transform: scale3d(1.25, 0.75, 1); -o-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 40% { -webkit-transform: scale3d(0.75, 1.25, 1); -moz-transform: scale3d(0.75, 1.25, 1); -ms-transform: scale3d(0.75, 1.25, 1); -o-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 50% { -webkit-transform: scale3d(1.15, 0.85, 1); -moz-transform: scale3d(1.15, 0.85, 1); -ms-transform: scale3d(1.15, 0.85, 1); -o-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - -moz-transform: scale3d(0.95, 1.05, 1); - -ms-transform: scale3d(0.95, 1.05, 1); - -o-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); } + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + -ms-transform: scale3d(.95, 1.05, 1); + -o-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - -moz-transform: scale3d(1.05, 0.95, 1); - -ms-transform: scale3d(1.05, 0.95, 1); - -o-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); } + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + -ms-transform: scale3d(1.05, .95, 1); + -o-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 100% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); @@ -1594,49 +1643,55 @@ blockquote { transform: scale3d(1, 1, 1); } } @-ms-keyframes rubberBand { - /* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 0% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } - /* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 30% { -webkit-transform: scale3d(1.25, 0.75, 1); -moz-transform: scale3d(1.25, 0.75, 1); -ms-transform: scale3d(1.25, 0.75, 1); -o-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 40% { -webkit-transform: scale3d(0.75, 1.25, 1); -moz-transform: scale3d(0.75, 1.25, 1); -ms-transform: scale3d(0.75, 1.25, 1); -o-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } - /* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 50% { -webkit-transform: scale3d(1.15, 0.85, 1); -moz-transform: scale3d(1.15, 0.85, 1); -ms-transform: scale3d(1.15, 0.85, 1); -o-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } - /* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - -moz-transform: scale3d(0.95, 1.05, 1); - -ms-transform: scale3d(0.95, 1.05, 1); - -o-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); } - /* line 7, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + -ms-transform: scale3d(.95, 1.05, 1); + -o-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - -moz-transform: scale3d(1.05, 0.95, 1); - -ms-transform: scale3d(1.05, 0.95, 1); - -o-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); } - /* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + -ms-transform: scale3d(1.05, .95, 1); + -o-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 100% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); @@ -1645,42 +1700,55 @@ blockquote { transform: scale3d(1, 1, 1); } } @-o-keyframes rubberBand { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 0% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 30% { -webkit-transform: scale3d(1.25, 0.75, 1); -moz-transform: scale3d(1.25, 0.75, 1); -ms-transform: scale3d(1.25, 0.75, 1); -o-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 40% { -webkit-transform: scale3d(0.75, 1.25, 1); -moz-transform: scale3d(0.75, 1.25, 1); -ms-transform: scale3d(0.75, 1.25, 1); -o-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 50% { -webkit-transform: scale3d(1.15, 0.85, 1); -moz-transform: scale3d(1.15, 0.85, 1); -ms-transform: scale3d(1.15, 0.85, 1); -o-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - -moz-transform: scale3d(0.95, 1.05, 1); - -ms-transform: scale3d(0.95, 1.05, 1); - -o-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); } + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + -ms-transform: scale3d(.95, 1.05, 1); + -o-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - -moz-transform: scale3d(1.05, 0.95, 1); - -ms-transform: scale3d(1.05, 0.95, 1); - -o-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); } + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + -ms-transform: scale3d(1.05, .95, 1); + -o-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 100% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); @@ -1689,42 +1757,55 @@ blockquote { transform: scale3d(1, 1, 1); } } @keyframes rubberBand { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 0% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 30% { -webkit-transform: scale3d(1.25, 0.75, 1); -moz-transform: scale3d(1.25, 0.75, 1); -ms-transform: scale3d(1.25, 0.75, 1); -o-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 40% { -webkit-transform: scale3d(0.75, 1.25, 1); -moz-transform: scale3d(0.75, 1.25, 1); -ms-transform: scale3d(0.75, 1.25, 1); -o-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 50% { -webkit-transform: scale3d(1.15, 0.85, 1); -moz-transform: scale3d(1.15, 0.85, 1); -ms-transform: scale3d(1.15, 0.85, 1); -o-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 65% { - -webkit-transform: scale3d(0.95, 1.05, 1); - -moz-transform: scale3d(0.95, 1.05, 1); - -ms-transform: scale3d(0.95, 1.05, 1); - -o-transform: scale3d(0.95, 1.05, 1); - transform: scale3d(0.95, 1.05, 1); } + -webkit-transform: scale3d(.95, 1.05, 1); + -moz-transform: scale3d(.95, 1.05, 1); + -ms-transform: scale3d(.95, 1.05, 1); + -o-transform: scale3d(.95, 1.05, 1); + transform: scale3d(.95, 1.05, 1); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 75% { - -webkit-transform: scale3d(1.05, 0.95, 1); - -moz-transform: scale3d(1.05, 0.95, 1); - -ms-transform: scale3d(1.05, 0.95, 1); - -o-transform: scale3d(1.05, 0.95, 1); - transform: scale3d(1.05, 0.95, 1); } + -webkit-transform: scale3d(1.05, .95, 1); + -moz-transform: scale3d(1.05, .95, 1); + -ms-transform: scale3d(1.05, .95, 1); + -o-transform: scale3d(1.05, .95, 1); + transform: scale3d(1.05, .95, 1); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_rubberBand.scss */ 100% { -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); @@ -1733,18 +1814,23 @@ blockquote { transform: scale3d(1, 1, 1); } } @-webkit-keyframes shake { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 0%, 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); @@ -1753,18 +1839,23 @@ blockquote { transform: translateX(10px); } } @-moz-keyframes shake { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 0%, 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); @@ -1773,21 +1864,23 @@ blockquote { transform: translateX(10px); } } @-ms-keyframes shake { - /* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 0%, 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } - /* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); } - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); @@ -1796,18 +1889,23 @@ blockquote { transform: translateX(10px); } } @-o-keyframes shake { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 0%, 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); @@ -1816,18 +1914,23 @@ blockquote { transform: translateX(10px); } } @keyframes shake { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 0%, 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_shake.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); @@ -1836,36 +1939,47 @@ blockquote { transform: translateX(10px); } } @-webkit-keyframes swing { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20% { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 60% { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 80% { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); @@ -1874,36 +1988,47 @@ blockquote { transform: rotate(0deg); } } @-moz-keyframes swing { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20% { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 60% { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 80% { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); @@ -1912,42 +2037,47 @@ blockquote { transform: rotate(0deg); } } @-ms-keyframes swing { - /* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; } - /* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20% { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); } - /* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 60% { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } - /* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 80% { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); } - /* line 7, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); @@ -1956,36 +2086,47 @@ blockquote { transform: rotate(0deg); } } @-o-keyframes swing { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20% { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 60% { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 80% { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); @@ -1994,36 +2135,47 @@ blockquote { transform: rotate(0deg); } } @keyframes swing { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; -moz-transform-origin: top center; -ms-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 20% { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); transform: rotate(15deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 60% { -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -ms-transform: rotate(5deg); -o-transform: rotate(5deg); transform: rotate(5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 80% { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_swing.scss */ 100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); @@ -2032,30 +2184,39 @@ blockquote { transform: rotate(0deg); } } @-webkit-keyframes tada { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -moz-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -moz-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -moz-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 100% { -webkit-transform: scale(1) rotate(0); -moz-transform: scale(1) rotate(0); @@ -2064,30 +2225,39 @@ blockquote { transform: scale(1) rotate(0); } } @-moz-keyframes tada { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -moz-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -moz-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -moz-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 100% { -webkit-transform: scale(1) rotate(0); -moz-transform: scale(1) rotate(0); @@ -2096,35 +2266,39 @@ blockquote { transform: scale(1) rotate(0); } } @-ms-keyframes tada { - /* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } - /* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -moz-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -moz-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } - /* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -moz-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } - /* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 100% { -webkit-transform: scale(1) rotate(0); -moz-transform: scale(1) rotate(0); @@ -2133,30 +2307,39 @@ blockquote { transform: scale(1) rotate(0); } } @-o-keyframes tada { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -moz-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -moz-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -moz-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 100% { -webkit-transform: scale(1) rotate(0); -moz-transform: scale(1) rotate(0); @@ -2165,30 +2348,39 @@ blockquote { transform: scale(1) rotate(0); } } @keyframes tada { + /* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } + + /* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -moz-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); -o-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } + + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -moz-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); -o-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -moz-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); -o-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_tada.scss */ 100% { -webkit-transform: scale(1) rotate(0); -moz-transform: scale(1) rotate(0); @@ -2197,42 +2389,55 @@ blockquote { transform: scale(1) rotate(0); } } @-webkit-keyframes wobble { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 0% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -moz-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); -o-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); -moz-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); -o-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -moz-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); -o-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); -moz-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); -o-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } + + /* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -moz-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); -o-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } + + /* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 100% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); @@ -2241,42 +2446,55 @@ blockquote { transform: translateX(0%); } } @-moz-keyframes wobble { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 0% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -moz-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); -o-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); -moz-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); -o-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -moz-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); -o-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); -moz-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); -o-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } + + /* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -moz-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); -o-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } + + /* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 100% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); @@ -2285,49 +2503,55 @@ blockquote { transform: translateX(0%); } } @-ms-keyframes wobble { - /* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 0% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } - /* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -moz-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); -o-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } - /* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); -moz-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); -o-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } - /* line 7, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -moz-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); -o-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } - /* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); -moz-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); -o-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } - /* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + + /* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -moz-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); -o-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } - /* line 10, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ + + /* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 100% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); @@ -2336,42 +2560,55 @@ blockquote { transform: translateX(0%); } } @-o-keyframes wobble { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 0% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -moz-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); -o-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); -moz-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); -o-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -moz-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); -o-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); -moz-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); -o-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } + + /* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -moz-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); -o-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } + + /* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 100% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); @@ -2380,42 +2617,55 @@ blockquote { transform: translateX(0%); } } @keyframes wobble { + /* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 0% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } + + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -moz-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); -o-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } + + /* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); -moz-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); -o-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } + + /* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -moz-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); -o-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } + + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); -moz-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); -o-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } + + /* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -moz-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); -o-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } + + /* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/animate.css/_attention-seekers/_wobble.scss */ 100% { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); @@ -2431,20 +2681,13 @@ blockquote { * -------------------------- */ @font-face { font-family: 'FontAwesome'; - src: url("../../fonts/font-awesome//fontawesome-webfont.eot?v=4.3.0"); - src: url("../../fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/font-awesome//fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../../fonts/font-awesome//fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../fonts/font-awesome//fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../fonts/font-awesome//fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); + src: url('../../fonts/font-awesome//fontawesome-webfont.eot?v=4.3.0'); + src: url('../../fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/font-awesome//fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/font-awesome//fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/font-awesome//fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/font-awesome//fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_core.scss */ -.fa, #header .pane .content .top .search-form:before, #header .pane .content .top .header-links .link.tracker:before, #header .pane .content .top .header-links .link.github:before, #header .pane .content .top .header-auth-user .logout:before, .question-teaser .right .tags .tag:before, .question-full .content-pane > .left .rate-widget .rate-plus, .question-full .content-pane > .left .rate-widget .rate-minus, .question-full .content-pane > .right .tags .tag:before, .question-full .content-pane > .right .bottom .signature .user .info .rating:before, .answer-teaser > .left .rate-widget .rate-plus, .answer-teaser > .left .rate-widget .rate-minus, .answer-teaser > .left .flag-best-answer .flag-action:before, .answer-teaser > .left .flag-best-answer .unflag-action:before, .answer-teaser > .left .best-answer:before, .answer-teaser > .right .bottom .signature .user .info .rating:before, .event-teaser .left .date:before, .event-teaser .left .city:before, .event-teaser .left .address:before, -.event-full .left .date:before, -.event-full .left .city:before, -.event-full .left .address:before, .post-teaser .bottom .rate-widget .rate, .post-teaser .bottom .comment-count:before, .post-teaser .bottom .date:before, .post-full > .bottom .rate-widget .rate, .post-full > .bottom .comment-count:before, .post-full > .bottom .date:before, #make-reply:before, .project-teaser .type:before, .project-teaser .dev-status:before, .project-teaser .maintenance-status:before, .project-full > .left .type:before, -.project-full > .left .dev-status:before, -.project-full > .left .maintenance-status:before, -.project-full > .left .version:before, -.project-full > .left .drupalorg:before, #druio-projects-download-form .archives .title:before, #druio-projects-download-form .drush .title:before, .order-full > .info .left .status:before, .order-full > .info .left .budget:before, .order-full > .info .left .files:before, .order-full > .info .left .files .file:before, .order-full > .info .right .contacts:before, .order-full .flag-ready2work .flag:before, #block-block-1 .social li .item:before, #sidebar-toggle:before, #mobile-menu-button:before, #mobile-menu .header-auth-user .logout:before, .page-403 .auth:before, .page-403 .register:before, #drupal-sib .dates:before, #drupal-sib .buttons .podcast:before, #drupal-sib .buttons .website:before, #drupal-8-0-promo .features .feature:before, #drupal-8-countdown .content .buttons .more:before, #drupal-8-countdown .content .buttons .demo:before { +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_core.scss */ +.fa, #header .pane .content .top .search-form:before, #header .pane .content .top .header-links .link.tracker:before, #header .pane .content .top .header-links .link.github:before, #header .pane .content .top .header-auth-user .logout:before, .question-teaser .right .tags .tag:before, .question-full .content-pane > .left .rate-widget .rate-plus, .question-full .content-pane > .left .rate-widget .rate-minus, .question-full .content-pane > .right .tags .tag:before, .question-full .content-pane > .right .bottom .signature .user .info .rating:before, .answer-teaser > .left .rate-widget .rate-plus, .answer-teaser > .left .rate-widget .rate-minus, .answer-teaser > .left .flag-best-answer .flag-action:before, .answer-teaser > .left .flag-best-answer .unflag-action:before, .answer-teaser > .left .best-answer:before, .answer-teaser > .right .bottom .signature .user .info .rating:before, .event-teaser .left .date:before, .event-teaser .left .city:before, .event-teaser .left .address:before, .event-full .left .date:before, .event-full .left .city:before, .event-full .left .address:before, .post-teaser .bottom .rate-widget .rate, .post-teaser .bottom .comment-count:before, .post-teaser .bottom .date:before, .post-full > .bottom .rate-widget .rate, .post-full > .bottom .comment-count:before, .post-full > .bottom .date:before, #make-reply:before, .project-teaser .type:before, .project-teaser .dev-status:before, .project-teaser .maintenance-status:before, .project-full > .left .type:before, .project-full > .left .dev-status:before, .project-full > .left .maintenance-status:before, .project-full > .left .version:before, .project-full > .left .drupalorg:before, #druio-projects-download-form .archives .title:before, #druio-projects-download-form .drush .title:before, .order-full > .info .left .status:before, .order-full > .info .left .budget:before, .order-full > .info .left .files:before, .order-full > .info .left .files .file:before, .order-full > .info .right .contacts:before, .order-full .flag-ready2work .flag:before, #block-block-1 .social li .item:before, #sidebar-toggle:before, #mobile-menu-button:before, #mobile-menu .header-auth-user .logout:before, .page-403 .auth:before, .page-403 .register:before, #drupal-sib .dates:before, #drupal-sib .buttons .podcast:before, #drupal-sib .buttons .website:before, #drupal-8-0-promo .features .feature:before, #drupal-8-countdown .content .buttons .more:before, #drupal-8-countdown .content .buttons .demo:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -2453,192 +2696,162 @@ blockquote { -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } -/* line 10, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ +/* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ .fa-2x { font-size: 2em; } -/* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ +/* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ .fa-3x { font-size: 3em; } -/* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ +/* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ .fa-4x { font-size: 4em; } -/* line 13, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ +/* line 13, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_larger.scss */ .fa-5x { font-size: 5em; } -/* line 3, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_fixed-width.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_fixed-width.scss */ .fa-fw { width: 1.28571em; text-align: center; } -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ .fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; } - /* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ + /* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ .fa-ul > li { position: relative; } -/* line 10, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ +/* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ .fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } - /* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ + /* line 13, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_list.scss */ .fa-li.fa-lg { left: -1.85714em; } -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ .fa-border { padding: .2em .25em .15em; - border: solid 0.08em #eee; + border: solid .08em #eee; border-radius: .1em; } -/* line 10, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +/* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ .fa-pull-left { float: left; } -/* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +/* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ .fa-pull-right { float: right; } -/* line 14, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ -.fa.fa-pull-left, #header .pane .content .top .fa-pull-left.search-form:before, #header .pane .content .top .header-links .fa-pull-left.link.tracker:before, #header .pane .content .top .header-links .fa-pull-left.link.github:before, #header .pane .content .top .header-auth-user .fa-pull-left.logout:before, .question-teaser .right .tags .fa-pull-left.tag:before, .question-full .content-pane > .left .rate-widget .fa-pull-left.rate-plus, .question-full .content-pane > .left .rate-widget .fa-pull-left.rate-minus, .question-full .content-pane > .right .tags .fa-pull-left.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .fa-pull-left.rating:before, .answer-teaser > .left .rate-widget .fa-pull-left.rate-plus, .answer-teaser > .left .rate-widget .fa-pull-left.rate-minus, .answer-teaser > .left .flag-best-answer .fa-pull-left.flag-action:before, .answer-teaser > .left .flag-best-answer .fa-pull-left.unflag-action:before, .answer-teaser > .left .fa-pull-left.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .fa-pull-left.rating:before, .event-teaser .left .fa-pull-left.date:before, .event-teaser .left .fa-pull-left.city:before, .event-teaser .left .fa-pull-left.address:before, -.event-full .left .fa-pull-left.date:before, -.event-full .left .fa-pull-left.city:before, -.event-full .left .fa-pull-left.address:before, .post-teaser .bottom .rate-widget .fa-pull-left.rate, .post-teaser .bottom .fa-pull-left.comment-count:before, .post-teaser .bottom .fa-pull-left.date:before, .post-full > .bottom .rate-widget .fa-pull-left.rate, .post-full > .bottom .fa-pull-left.comment-count:before, .post-full > .bottom .fa-pull-left.date:before, .fa-pull-left#make-reply:before, .project-teaser .fa-pull-left.type:before, .project-teaser .fa-pull-left.dev-status:before, .project-teaser .fa-pull-left.maintenance-status:before, .project-full > .left .fa-pull-left.type:before, -.project-full > .left .fa-pull-left.dev-status:before, -.project-full > .left .fa-pull-left.maintenance-status:before, -.project-full > .left .fa-pull-left.version:before, -.project-full > .left .fa-pull-left.drupalorg:before, #druio-projects-download-form .archives .fa-pull-left.title:before, #druio-projects-download-form .drush .fa-pull-left.title:before, .order-full > .info .left .fa-pull-left.status:before, .order-full > .info .left .fa-pull-left.budget:before, .order-full > .info .left .fa-pull-left.files:before, .order-full > .info .left .files .fa-pull-left.file:before, .order-full > .info .right .fa-pull-left.contacts:before, .order-full .flag-ready2work .fa-pull-left.flag:before, #block-block-1 .social li .fa-pull-left.item:before, .fa-pull-left#sidebar-toggle:before, .fa-pull-left#mobile-menu-button:before, #mobile-menu .header-auth-user .fa-pull-left.logout:before, .page-403 .fa-pull-left.auth:before, .page-403 .fa-pull-left.register:before, #drupal-sib .fa-pull-left.dates:before, #drupal-sib .buttons .fa-pull-left.podcast:before, #drupal-sib .buttons .fa-pull-left.website:before, #drupal-8-0-promo .features .fa-pull-left.feature:before, #drupal-8-countdown .content .buttons .fa-pull-left.more:before, #drupal-8-countdown .content .buttons .fa-pull-left.demo:before { +/* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +.fa.fa-pull-left, #header .pane .content .top .fa-pull-left.search-form:before, #header .pane .content .top .header-links .fa-pull-left.link.tracker:before, #header .pane .content .top .header-links .fa-pull-left.link.github:before, #header .pane .content .top .header-auth-user .fa-pull-left.logout:before, .question-teaser .right .tags .fa-pull-left.tag:before, .question-full .content-pane > .left .rate-widget .fa-pull-left.rate-plus, .question-full .content-pane > .left .rate-widget .fa-pull-left.rate-minus, .question-full .content-pane > .right .tags .fa-pull-left.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .fa-pull-left.rating:before, .answer-teaser > .left .rate-widget .fa-pull-left.rate-plus, .answer-teaser > .left .rate-widget .fa-pull-left.rate-minus, .answer-teaser > .left .flag-best-answer .fa-pull-left.flag-action:before, .answer-teaser > .left .flag-best-answer .fa-pull-left.unflag-action:before, .answer-teaser > .left .fa-pull-left.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .fa-pull-left.rating:before, .event-teaser .left .fa-pull-left.date:before, .event-teaser .left .fa-pull-left.city:before, .event-teaser .left .fa-pull-left.address:before, .event-full .left .fa-pull-left.date:before, .event-full .left .fa-pull-left.city:before, .event-full .left .fa-pull-left.address:before, .post-teaser .bottom .rate-widget .fa-pull-left.rate, .post-teaser .bottom .fa-pull-left.comment-count:before, .post-teaser .bottom .fa-pull-left.date:before, .post-full > .bottom .rate-widget .fa-pull-left.rate, .post-full > .bottom .fa-pull-left.comment-count:before, .post-full > .bottom .fa-pull-left.date:before, .fa-pull-left#make-reply:before, .project-teaser .fa-pull-left.type:before, .project-teaser .fa-pull-left.dev-status:before, .project-teaser .fa-pull-left.maintenance-status:before, .project-full > .left .fa-pull-left.type:before, .project-full > .left .fa-pull-left.dev-status:before, .project-full > .left .fa-pull-left.maintenance-status:before, .project-full > .left .fa-pull-left.version:before, .project-full > .left .fa-pull-left.drupalorg:before, #druio-projects-download-form .archives .fa-pull-left.title:before, #druio-projects-download-form .drush .fa-pull-left.title:before, .order-full > .info .left .fa-pull-left.status:before, .order-full > .info .left .fa-pull-left.budget:before, .order-full > .info .left .fa-pull-left.files:before, .order-full > .info .left .files .fa-pull-left.file:before, .order-full > .info .right .fa-pull-left.contacts:before, .order-full .flag-ready2work .fa-pull-left.flag:before, #block-block-1 .social li .fa-pull-left.item:before, .fa-pull-left#sidebar-toggle:before, .fa-pull-left#mobile-menu-button:before, #mobile-menu .header-auth-user .fa-pull-left.logout:before, .page-403 .fa-pull-left.auth:before, .page-403 .fa-pull-left.register:before, #drupal-sib .fa-pull-left.dates:before, #drupal-sib .buttons .fa-pull-left.podcast:before, #drupal-sib .buttons .fa-pull-left.website:before, #drupal-8-0-promo .features .fa-pull-left.feature:before, #drupal-8-countdown .content .buttons .fa-pull-left.more:before, #drupal-8-countdown .content .buttons .fa-pull-left.demo:before { margin-right: .3em; } - -/* line 15, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ -.fa.fa-pull-right, #header .pane .content .top .fa-pull-right.search-form:before, #header .pane .content .top .header-links .fa-pull-right.link.tracker:before, #header .pane .content .top .header-links .fa-pull-right.link.github:before, #header .pane .content .top .header-auth-user .fa-pull-right.logout:before, .question-teaser .right .tags .fa-pull-right.tag:before, .question-full .content-pane > .left .rate-widget .fa-pull-right.rate-plus, .question-full .content-pane > .left .rate-widget .fa-pull-right.rate-minus, .question-full .content-pane > .right .tags .fa-pull-right.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .fa-pull-right.rating:before, .answer-teaser > .left .rate-widget .fa-pull-right.rate-plus, .answer-teaser > .left .rate-widget .fa-pull-right.rate-minus, .answer-teaser > .left .flag-best-answer .fa-pull-right.flag-action:before, .answer-teaser > .left .flag-best-answer .fa-pull-right.unflag-action:before, .answer-teaser > .left .fa-pull-right.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .fa-pull-right.rating:before, .event-teaser .left .fa-pull-right.date:before, .event-teaser .left .fa-pull-right.city:before, .event-teaser .left .fa-pull-right.address:before, -.event-full .left .fa-pull-right.date:before, -.event-full .left .fa-pull-right.city:before, -.event-full .left .fa-pull-right.address:before, .post-teaser .bottom .rate-widget .fa-pull-right.rate, .post-teaser .bottom .fa-pull-right.comment-count:before, .post-teaser .bottom .fa-pull-right.date:before, .post-full > .bottom .rate-widget .fa-pull-right.rate, .post-full > .bottom .fa-pull-right.comment-count:before, .post-full > .bottom .fa-pull-right.date:before, .fa-pull-right#make-reply:before, .project-teaser .fa-pull-right.type:before, .project-teaser .fa-pull-right.dev-status:before, .project-teaser .fa-pull-right.maintenance-status:before, .project-full > .left .fa-pull-right.type:before, -.project-full > .left .fa-pull-right.dev-status:before, -.project-full > .left .fa-pull-right.maintenance-status:before, -.project-full > .left .fa-pull-right.version:before, -.project-full > .left .fa-pull-right.drupalorg:before, #druio-projects-download-form .archives .fa-pull-right.title:before, #druio-projects-download-form .drush .fa-pull-right.title:before, .order-full > .info .left .fa-pull-right.status:before, .order-full > .info .left .fa-pull-right.budget:before, .order-full > .info .left .fa-pull-right.files:before, .order-full > .info .left .files .fa-pull-right.file:before, .order-full > .info .right .fa-pull-right.contacts:before, .order-full .flag-ready2work .fa-pull-right.flag:before, #block-block-1 .social li .fa-pull-right.item:before, .fa-pull-right#sidebar-toggle:before, .fa-pull-right#mobile-menu-button:before, #mobile-menu .header-auth-user .fa-pull-right.logout:before, .page-403 .fa-pull-right.auth:before, .page-403 .fa-pull-right.register:before, #drupal-sib .fa-pull-right.dates:before, #drupal-sib .buttons .fa-pull-right.podcast:before, #drupal-sib .buttons .fa-pull-right.website:before, #drupal-8-0-promo .features .fa-pull-right.feature:before, #drupal-8-countdown .content .buttons .fa-pull-right.more:before, #drupal-8-countdown .content .buttons .fa-pull-right.demo:before { +/* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +.fa.fa-pull-right, #header .pane .content .top .fa-pull-right.search-form:before, #header .pane .content .top .header-links .fa-pull-right.link.tracker:before, #header .pane .content .top .header-links .fa-pull-right.link.github:before, #header .pane .content .top .header-auth-user .fa-pull-right.logout:before, .question-teaser .right .tags .fa-pull-right.tag:before, .question-full .content-pane > .left .rate-widget .fa-pull-right.rate-plus, .question-full .content-pane > .left .rate-widget .fa-pull-right.rate-minus, .question-full .content-pane > .right .tags .fa-pull-right.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .fa-pull-right.rating:before, .answer-teaser > .left .rate-widget .fa-pull-right.rate-plus, .answer-teaser > .left .rate-widget .fa-pull-right.rate-minus, .answer-teaser > .left .flag-best-answer .fa-pull-right.flag-action:before, .answer-teaser > .left .flag-best-answer .fa-pull-right.unflag-action:before, .answer-teaser > .left .fa-pull-right.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .fa-pull-right.rating:before, .event-teaser .left .fa-pull-right.date:before, .event-teaser .left .fa-pull-right.city:before, .event-teaser .left .fa-pull-right.address:before, .event-full .left .fa-pull-right.date:before, .event-full .left .fa-pull-right.city:before, .event-full .left .fa-pull-right.address:before, .post-teaser .bottom .rate-widget .fa-pull-right.rate, .post-teaser .bottom .fa-pull-right.comment-count:before, .post-teaser .bottom .fa-pull-right.date:before, .post-full > .bottom .rate-widget .fa-pull-right.rate, .post-full > .bottom .fa-pull-right.comment-count:before, .post-full > .bottom .fa-pull-right.date:before, .fa-pull-right#make-reply:before, .project-teaser .fa-pull-right.type:before, .project-teaser .fa-pull-right.dev-status:before, .project-teaser .fa-pull-right.maintenance-status:before, .project-full > .left .fa-pull-right.type:before, .project-full > .left .fa-pull-right.dev-status:before, .project-full > .left .fa-pull-right.maintenance-status:before, .project-full > .left .fa-pull-right.version:before, .project-full > .left .fa-pull-right.drupalorg:before, #druio-projects-download-form .archives .fa-pull-right.title:before, #druio-projects-download-form .drush .fa-pull-right.title:before, .order-full > .info .left .fa-pull-right.status:before, .order-full > .info .left .fa-pull-right.budget:before, .order-full > .info .left .fa-pull-right.files:before, .order-full > .info .left .files .fa-pull-right.file:before, .order-full > .info .right .fa-pull-right.contacts:before, .order-full .flag-ready2work .fa-pull-right.flag:before, #block-block-1 .social li .fa-pull-right.item:before, .fa-pull-right#sidebar-toggle:before, .fa-pull-right#mobile-menu-button:before, #mobile-menu .header-auth-user .fa-pull-right.logout:before, .page-403 .fa-pull-right.auth:before, .page-403 .fa-pull-right.register:before, #drupal-sib .fa-pull-right.dates:before, #drupal-sib .buttons .fa-pull-right.podcast:before, #drupal-sib .buttons .fa-pull-right.website:before, #drupal-8-0-promo .features .fa-pull-right.feature:before, #drupal-8-countdown .content .buttons .fa-pull-right.more:before, #drupal-8-countdown .content .buttons .fa-pull-right.demo:before { margin-left: .3em; } /* Deprecated as of 4.4.0 */ -/* line 19, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +/* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ .pull-right { float: right; } -/* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +/* line 17, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ .pull-left { float: left; } -/* line 23, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ -.fa.pull-left, #header .pane .content .top .pull-left.search-form:before, #header .pane .content .top .header-links .pull-left.link.tracker:before, #header .pane .content .top .header-links .pull-left.link.github:before, #header .pane .content .top .header-auth-user .pull-left.logout:before, .question-teaser .right .tags .pull-left.tag:before, .question-full .content-pane > .left .rate-widget .pull-left.rate-plus, .question-full .content-pane > .left .rate-widget .pull-left.rate-minus, .question-full .content-pane > .right .tags .pull-left.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .pull-left.rating:before, .answer-teaser > .left .rate-widget .pull-left.rate-plus, .answer-teaser > .left .rate-widget .pull-left.rate-minus, .answer-teaser > .left .flag-best-answer .pull-left.flag-action:before, .answer-teaser > .left .flag-best-answer .pull-left.unflag-action:before, .answer-teaser > .left .pull-left.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .pull-left.rating:before, .event-teaser .left .pull-left.date:before, .event-teaser .left .pull-left.city:before, .event-teaser .left .pull-left.address:before, -.event-full .left .pull-left.date:before, -.event-full .left .pull-left.city:before, -.event-full .left .pull-left.address:before, .post-teaser .bottom .rate-widget .pull-left.rate, .post-teaser .bottom .pull-left.comment-count:before, .post-teaser .bottom .pull-left.date:before, .post-full > .bottom .rate-widget .pull-left.rate, .post-full > .bottom .pull-left.comment-count:before, .post-full > .bottom .pull-left.date:before, .pull-left#make-reply:before, .project-teaser .pull-left.type:before, .project-teaser .pull-left.dev-status:before, .project-teaser .pull-left.maintenance-status:before, .project-full > .left .pull-left.type:before, -.project-full > .left .pull-left.dev-status:before, -.project-full > .left .pull-left.maintenance-status:before, -.project-full > .left .pull-left.version:before, -.project-full > .left .pull-left.drupalorg:before, #druio-projects-download-form .archives .pull-left.title:before, #druio-projects-download-form .drush .pull-left.title:before, .order-full > .info .left .pull-left.status:before, .order-full > .info .left .pull-left.budget:before, .order-full > .info .left .pull-left.files:before, .order-full > .info .left .files .pull-left.file:before, .order-full > .info .right .pull-left.contacts:before, .order-full .flag-ready2work .pull-left.flag:before, #block-block-1 .social li .pull-left.item:before, .pull-left#sidebar-toggle:before, .pull-left#mobile-menu-button:before, #mobile-menu .header-auth-user .pull-left.logout:before, .page-403 .pull-left.auth:before, .page-403 .pull-left.register:before, #drupal-sib .pull-left.dates:before, #drupal-sib .buttons .pull-left.podcast:before, #drupal-sib .buttons .pull-left.website:before, #drupal-8-0-promo .features .pull-left.feature:before, #drupal-8-countdown .content .buttons .pull-left.more:before, #drupal-8-countdown .content .buttons .pull-left.demo:before { +/* line 20, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +.fa.pull-left, #header .pane .content .top .pull-left.search-form:before, #header .pane .content .top .header-links .pull-left.link.tracker:before, #header .pane .content .top .header-links .pull-left.link.github:before, #header .pane .content .top .header-auth-user .pull-left.logout:before, .question-teaser .right .tags .pull-left.tag:before, .question-full .content-pane > .left .rate-widget .pull-left.rate-plus, .question-full .content-pane > .left .rate-widget .pull-left.rate-minus, .question-full .content-pane > .right .tags .pull-left.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .pull-left.rating:before, .answer-teaser > .left .rate-widget .pull-left.rate-plus, .answer-teaser > .left .rate-widget .pull-left.rate-minus, .answer-teaser > .left .flag-best-answer .pull-left.flag-action:before, .answer-teaser > .left .flag-best-answer .pull-left.unflag-action:before, .answer-teaser > .left .pull-left.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .pull-left.rating:before, .event-teaser .left .pull-left.date:before, .event-teaser .left .pull-left.city:before, .event-teaser .left .pull-left.address:before, .event-full .left .pull-left.date:before, .event-full .left .pull-left.city:before, .event-full .left .pull-left.address:before, .post-teaser .bottom .rate-widget .pull-left.rate, .post-teaser .bottom .pull-left.comment-count:before, .post-teaser .bottom .pull-left.date:before, .post-full > .bottom .rate-widget .pull-left.rate, .post-full > .bottom .pull-left.comment-count:before, .post-full > .bottom .pull-left.date:before, .pull-left#make-reply:before, .project-teaser .pull-left.type:before, .project-teaser .pull-left.dev-status:before, .project-teaser .pull-left.maintenance-status:before, .project-full > .left .pull-left.type:before, .project-full > .left .pull-left.dev-status:before, .project-full > .left .pull-left.maintenance-status:before, .project-full > .left .pull-left.version:before, .project-full > .left .pull-left.drupalorg:before, #druio-projects-download-form .archives .pull-left.title:before, #druio-projects-download-form .drush .pull-left.title:before, .order-full > .info .left .pull-left.status:before, .order-full > .info .left .pull-left.budget:before, .order-full > .info .left .pull-left.files:before, .order-full > .info .left .files .pull-left.file:before, .order-full > .info .right .pull-left.contacts:before, .order-full .flag-ready2work .pull-left.flag:before, #block-block-1 .social li .pull-left.item:before, .pull-left#sidebar-toggle:before, .pull-left#mobile-menu-button:before, #mobile-menu .header-auth-user .pull-left.logout:before, .page-403 .pull-left.auth:before, .page-403 .pull-left.register:before, #drupal-sib .pull-left.dates:before, #drupal-sib .buttons .pull-left.podcast:before, #drupal-sib .buttons .pull-left.website:before, #drupal-8-0-promo .features .pull-left.feature:before, #drupal-8-countdown .content .buttons .pull-left.more:before, #drupal-8-countdown .content .buttons .pull-left.demo:before { margin-right: .3em; } - -/* line 24, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ -.fa.pull-right, #header .pane .content .top .pull-right.search-form:before, #header .pane .content .top .header-links .pull-right.link.tracker:before, #header .pane .content .top .header-links .pull-right.link.github:before, #header .pane .content .top .header-auth-user .pull-right.logout:before, .question-teaser .right .tags .pull-right.tag:before, .question-full .content-pane > .left .rate-widget .pull-right.rate-plus, .question-full .content-pane > .left .rate-widget .pull-right.rate-minus, .question-full .content-pane > .right .tags .pull-right.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .pull-right.rating:before, .answer-teaser > .left .rate-widget .pull-right.rate-plus, .answer-teaser > .left .rate-widget .pull-right.rate-minus, .answer-teaser > .left .flag-best-answer .pull-right.flag-action:before, .answer-teaser > .left .flag-best-answer .pull-right.unflag-action:before, .answer-teaser > .left .pull-right.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .pull-right.rating:before, .event-teaser .left .pull-right.date:before, .event-teaser .left .pull-right.city:before, .event-teaser .left .pull-right.address:before, -.event-full .left .pull-right.date:before, -.event-full .left .pull-right.city:before, -.event-full .left .pull-right.address:before, .post-teaser .bottom .rate-widget .pull-right.rate, .post-teaser .bottom .pull-right.comment-count:before, .post-teaser .bottom .pull-right.date:before, .post-full > .bottom .rate-widget .pull-right.rate, .post-full > .bottom .pull-right.comment-count:before, .post-full > .bottom .pull-right.date:before, .pull-right#make-reply:before, .project-teaser .pull-right.type:before, .project-teaser .pull-right.dev-status:before, .project-teaser .pull-right.maintenance-status:before, .project-full > .left .pull-right.type:before, -.project-full > .left .pull-right.dev-status:before, -.project-full > .left .pull-right.maintenance-status:before, -.project-full > .left .pull-right.version:before, -.project-full > .left .pull-right.drupalorg:before, #druio-projects-download-form .archives .pull-right.title:before, #druio-projects-download-form .drush .pull-right.title:before, .order-full > .info .left .pull-right.status:before, .order-full > .info .left .pull-right.budget:before, .order-full > .info .left .pull-right.files:before, .order-full > .info .left .files .pull-right.file:before, .order-full > .info .right .pull-right.contacts:before, .order-full .flag-ready2work .pull-right.flag:before, #block-block-1 .social li .pull-right.item:before, .pull-right#sidebar-toggle:before, .pull-right#mobile-menu-button:before, #mobile-menu .header-auth-user .pull-right.logout:before, .page-403 .pull-right.auth:before, .page-403 .pull-right.register:before, #drupal-sib .pull-right.dates:before, #drupal-sib .buttons .pull-right.podcast:before, #drupal-sib .buttons .pull-right.website:before, #drupal-8-0-promo .features .pull-right.feature:before, #drupal-8-countdown .content .buttons .pull-right.more:before, #drupal-8-countdown .content .buttons .pull-right.demo:before { +/* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_bordered-pulled.scss */ +.fa.pull-right, #header .pane .content .top .pull-right.search-form:before, #header .pane .content .top .header-links .pull-right.link.tracker:before, #header .pane .content .top .header-links .pull-right.link.github:before, #header .pane .content .top .header-auth-user .pull-right.logout:before, .question-teaser .right .tags .pull-right.tag:before, .question-full .content-pane > .left .rate-widget .pull-right.rate-plus, .question-full .content-pane > .left .rate-widget .pull-right.rate-minus, .question-full .content-pane > .right .tags .pull-right.tag:before, .question-full .content-pane > .right .bottom .signature .user .info .pull-right.rating:before, .answer-teaser > .left .rate-widget .pull-right.rate-plus, .answer-teaser > .left .rate-widget .pull-right.rate-minus, .answer-teaser > .left .flag-best-answer .pull-right.flag-action:before, .answer-teaser > .left .flag-best-answer .pull-right.unflag-action:before, .answer-teaser > .left .pull-right.best-answer:before, .answer-teaser > .right .bottom .signature .user .info .pull-right.rating:before, .event-teaser .left .pull-right.date:before, .event-teaser .left .pull-right.city:before, .event-teaser .left .pull-right.address:before, .event-full .left .pull-right.date:before, .event-full .left .pull-right.city:before, .event-full .left .pull-right.address:before, .post-teaser .bottom .rate-widget .pull-right.rate, .post-teaser .bottom .pull-right.comment-count:before, .post-teaser .bottom .pull-right.date:before, .post-full > .bottom .rate-widget .pull-right.rate, .post-full > .bottom .pull-right.comment-count:before, .post-full > .bottom .pull-right.date:before, .pull-right#make-reply:before, .project-teaser .pull-right.type:before, .project-teaser .pull-right.dev-status:before, .project-teaser .pull-right.maintenance-status:before, .project-full > .left .pull-right.type:before, .project-full > .left .pull-right.dev-status:before, .project-full > .left .pull-right.maintenance-status:before, .project-full > .left .pull-right.version:before, .project-full > .left .pull-right.drupalorg:before, #druio-projects-download-form .archives .pull-right.title:before, #druio-projects-download-form .drush .pull-right.title:before, .order-full > .info .left .pull-right.status:before, .order-full > .info .left .pull-right.budget:before, .order-full > .info .left .pull-right.files:before, .order-full > .info .left .files .pull-right.file:before, .order-full > .info .right .pull-right.contacts:before, .order-full .flag-ready2work .pull-right.flag:before, #block-block-1 .social li .pull-right.item:before, .pull-right#sidebar-toggle:before, .pull-right#mobile-menu-button:before, #mobile-menu .header-auth-user .pull-right.logout:before, .page-403 .pull-right.auth:before, .page-403 .pull-right.register:before, #drupal-sib .pull-right.dates:before, #drupal-sib .buttons .pull-right.podcast:before, #drupal-sib .buttons .pull-right.website:before, #drupal-8-0-promo .features .pull-right.feature:before, #drupal-8-countdown .content .buttons .pull-right.more:before, #drupal-8-countdown .content .buttons .pull-right.demo:before { margin-left: .3em; } -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ +/* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } + + /* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { + /* line 23, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } + + /* line 27, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_animated.scss */ 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ +/* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } -/* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ +/* line 3, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } -/* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ .fa-flip-horizontal, .project-teaser .type:before { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ +/* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } -/* line 14, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .project-teaser .type:before, .project-teaser -:root .type:before, -:root .fa-flip-vertical { +/* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_rotated-flipped.scss */ +:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .project-teaser .type:before, .project-teaser :root .type:before, :root .fa-flip-vertical { filter: none; } -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ .fa-stack { position: relative; display: inline-block; @@ -2647,2474 +2860,2368 @@ blockquote { line-height: 2em; vertical-align: middle; } -/* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ +/* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } -/* line 18, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ +/* line 15, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ .fa-stack-1x { line-height: inherit; } -/* line 19, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ +/* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ .fa-stack-2x { font-size: 2em; } -/* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ +/* line 17, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_stacked.scss */ .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, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-glass:before { - content: ""; } + content: "\f000"; } -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-music:before { - content: ""; } + content: "\f001"; } -/* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-search:before, #header .pane .content .top .search-form:before { - content: ""; } + content: "\f002"; } -/* line 7, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-envelope-o:before, .order-full > .info .right .contacts:before { - content: ""; } + content: "\f003"; } -/* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-heart:before { - content: ""; } + content: "\f004"; } -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-star:before { - content: ""; } + content: "\f005"; } -/* line 10, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 10, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-star-o:before { - content: ""; } + content: "\f006"; } -/* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-user:before { - content: ""; } + content: "\f007"; } -/* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-film:before { - content: ""; } + content: "\f008"; } -/* line 13, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 13, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-th-large:before { - content: ""; } + content: "\f009"; } -/* line 14, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 14, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-th:before { - content: ""; } + content: "\f00a"; } -/* line 15, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 15, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-th-list:before { - content: ""; } + content: "\f00b"; } -/* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-check:before, .answer-teaser > .left .flag-best-answer .flag-action:before, .answer-teaser > .left .flag-best-answer .unflag-action:before, .answer-teaser > .left .best-answer:before { - content: ""; } + content: "\f00c"; } -/* line 17, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-remove:before, -.fa-close:before, -.fa-times:before, -.order-full .flag-ready2work .flag.flagged:before, -.order-full .flag-ready2work .flag.unflag-action:before { - content: ""; } +/* line 17, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-remove:before, .fa-close:before, .fa-times:before, .order-full .flag-ready2work .flag.flagged:before, .order-full .flag-ready2work .flag.unflag-action:before { + content: "\f00d"; } -/* line 18, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 18, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-search-plus:before { - content: ""; } + content: "\f00e"; } -/* line 19, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 19, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-search-minus:before { - content: ""; } + content: "\f010"; } -/* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 20, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-power-off:before { - content: ""; } + content: "\f011"; } -/* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-signal:before { - content: ""; } + content: "\f012"; } -/* line 22, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-gear:before, -.fa-cog:before { - content: ""; } +/* line 22, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-gear:before, .fa-cog:before { + content: "\f013"; } -/* line 23, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 23, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-trash-o:before { - content: ""; } + content: "\f014"; } -/* line 24, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 24, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-home:before { - content: ""; } + content: "\f015"; } -/* line 25, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 25, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-o:before { - content: ""; } + content: "\f016"; } -/* line 26, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 26, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-clock-o:before { - content: ""; } + content: "\f017"; } -/* line 27, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 27, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-road:before { - content: ""; } + content: "\f018"; } -/* line 28, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 28, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-download:before, .order-full > .info .left .files .file:before { - content: ""; } + content: "\f019"; } -/* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-o-down:before { - content: ""; } + content: "\f01a"; } -/* line 30, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 30, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-o-up:before { - content: ""; } + content: "\f01b"; } -/* line 31, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 31, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-inbox:before { - content: ""; } + content: "\f01c"; } -/* line 32, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 32, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-play-circle-o:before, #drupal-8-countdown .content .buttons .demo:before { - content: ""; } + content: "\f01d"; } -/* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-rotate-right:before, -.fa-repeat:before { - content: ""; } +/* line 33, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-rotate-right:before, .fa-repeat:before { + content: "\f01e"; } -/* line 34, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 34, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-refresh:before { - content: ""; } + content: "\f021"; } -/* line 35, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 35, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-list-alt:before { - content: ""; } + content: "\f022"; } -/* line 36, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 36, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-lock:before { - content: ""; } + content: "\f023"; } -/* line 37, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 37, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-flag:before { - content: ""; } + content: "\f024"; } -/* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 38, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-headphones:before { - content: ""; } + content: "\f025"; } -/* line 39, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 39, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-volume-off:before { - content: ""; } + content: "\f026"; } -/* line 40, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 40, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-volume-down:before { - content: ""; } + content: "\f027"; } -/* line 41, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 41, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-volume-up:before { - content: ""; } + content: "\f028"; } -/* line 42, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 42, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-qrcode:before { - content: ""; } + content: "\f029"; } -/* line 43, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 43, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-barcode:before { - content: ""; } + content: "\f02a"; } -/* line 44, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 44, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tag:before, .question-teaser .right .tags .tag.category:before, .question-full .content-pane > .right .tags .tag.category:before { - content: ""; } + content: "\f02b"; } -/* line 45, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 45, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tags:before { - content: ""; } + content: "\f02c"; } -/* line 46, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 46, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-book:before { - content: ""; } + content: "\f02d"; } -/* line 47, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 47, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bookmark:before { - content: ""; } + content: "\f02e"; } -/* line 48, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 48, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-print:before { - content: ""; } + content: "\f02f"; } -/* line 49, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 49, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-camera:before { - content: ""; } + content: "\f030"; } -/* line 50, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 50, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-font:before { - content: ""; } + content: "\f031"; } -/* line 51, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 51, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bold:before { - content: ""; } + content: "\f032"; } -/* line 52, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 52, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-italic:before { - content: ""; } + content: "\f033"; } -/* line 53, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 53, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-text-height:before { - content: ""; } + content: "\f034"; } -/* line 54, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 54, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-text-width:before { - content: ""; } + content: "\f035"; } -/* line 55, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 55, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-align-left:before { - content: ""; } + content: "\f036"; } -/* line 56, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 56, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-align-center:before { - content: ""; } + content: "\f037"; } -/* line 57, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 57, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-align-right:before { - content: ""; } + content: "\f038"; } -/* line 58, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 58, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-align-justify:before { - content: ""; } + content: "\f039"; } -/* line 59, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 59, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-list:before { - content: ""; } + content: "\f03a"; } -/* line 60, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-dedent:before, -.fa-outdent:before { - content: ""; } +/* line 60, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-dedent:before, .fa-outdent:before { + content: "\f03b"; } -/* line 61, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 61, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-indent:before { - content: ""; } + content: "\f03c"; } -/* line 62, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 62, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-video-camera:before { - content: ""; } + content: "\f03d"; } -/* line 63, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: ""; } +/* line 63, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-photo:before, .fa-image:before, .fa-picture-o:before { + content: "\f03e"; } -/* line 64, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 64, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pencil:before { - content: ""; } + content: "\f040"; } -/* line 65, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-map-marker:before, .event-teaser .left .address:before, -.event-full .left .address:before { - content: ""; } +/* line 65, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-map-marker:before, .event-teaser .left .address:before, .event-full .left .address:before { + content: "\f041"; } -/* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-adjust:before { - content: ""; } + content: "\f042"; } -/* line 67, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 67, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tint:before { - content: ""; } - -/* line 68, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-edit:before, -.fa-pencil-square-o:before, -#make-reply:before, -.order-full .flag-ready2work .flag.unflagged:before, -.order-full .flag-ready2work .flag.flag-action:before, -#drupal-8-0-promo .features .feature.authoring:before { - content: ""; } - -/* line 69, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ + content: "\f043"; } + +/* line 68, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-edit:before, .fa-pencil-square-o:before, #make-reply:before, .order-full .flag-ready2work .flag.unflagged:before, .order-full .flag-ready2work .flag.flag-action:before, #drupal-8-0-promo .features .feature.authoring:before { + content: "\f044"; } + +/* line 69, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-share-square-o:before { - content: ""; } + content: "\f045"; } -/* line 70, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 70, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-check-square-o:before { - content: ""; } + content: "\f046"; } -/* line 71, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 71, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrows:before { - content: ""; } + content: "\f047"; } -/* line 72, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 72, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-step-backward:before { - content: ""; } + content: "\f048"; } -/* line 73, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 73, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fast-backward:before { - content: ""; } + content: "\f049"; } -/* line 74, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 74, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-backward:before { - content: ""; } + content: "\f04a"; } -/* line 75, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 75, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-play:before { - content: ""; } + content: "\f04b"; } -/* line 76, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 76, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pause:before { - content: ""; } + content: "\f04c"; } -/* line 77, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 77, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-stop:before { - content: ""; } + content: "\f04d"; } -/* line 78, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 78, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-forward:before { - content: ""; } + content: "\f04e"; } -/* line 79, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 79, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fast-forward:before { - content: ""; } + content: "\f050"; } -/* line 80, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 80, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-step-forward:before { - content: ""; } + content: "\f051"; } -/* line 81, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 81, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-eject:before { - content: ""; } + content: "\f052"; } -/* line 82, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 82, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-left:before, #sidebar-toggle:before { - content: ""; } + content: "\f053"; } -/* line 83, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 83, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-right:before { - content: ""; } + content: "\f054"; } -/* line 84, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 84, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-plus-circle:before { - content: ""; } + content: "\f055"; } -/* line 85, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 85, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-minus-circle:before { - content: ""; } + content: "\f056"; } -/* line 86, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 86, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-times-circle:before { - content: ""; } + content: "\f057"; } -/* line 87, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 87, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-check-circle:before { - content: ""; } + content: "\f058"; } -/* line 88, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 88, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-question-circle:before { - content: ""; } + content: "\f059"; } -/* line 89, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 89, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-info-circle:before { - content: ""; } + content: "\f05a"; } -/* line 90, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 90, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-crosshairs:before { - content: ""; } + content: "\f05b"; } -/* line 91, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 91, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-times-circle-o:before { - content: ""; } + content: "\f05c"; } -/* line 92, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 92, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-check-circle-o:before { - content: ""; } + content: "\f05d"; } -/* line 93, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 93, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ban:before { - content: ""; } + content: "\f05e"; } -/* line 94, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 94, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-left:before { - content: ""; } + content: "\f060"; } -/* line 95, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 95, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-right:before { - content: ""; } + content: "\f061"; } -/* line 96, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 96, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-up:before, .post-teaser .bottom .rate-widget .rate--plus:before, .post-full > .bottom .rate-widget .rate--plus:before { - content: ""; } + content: "\f062"; } -/* line 97, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 97, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-down:before, .post-teaser .bottom .rate-widget .rate--minus:before, .post-full > .bottom .rate-widget .rate--minus:before { - content: ""; } + content: "\f063"; } -/* line 98, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-mail-forward:before, -.fa-share:before { - content: ""; } +/* line 98, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-mail-forward:before, .fa-share:before { + content: "\f064"; } -/* line 99, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 99, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-expand:before { - content: ""; } + content: "\f065"; } -/* line 100, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 100, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-compress:before { - content: ""; } + content: "\f066"; } -/* line 101, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 101, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-plus:before { - content: ""; } + content: "\f067"; } -/* line 102, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 102, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-minus:before { - content: ""; } + content: "\f068"; } -/* line 103, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 103, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-asterisk:before { - content: ""; } + content: "\f069"; } -/* line 104, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 104, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-exclamation-circle:before { - content: ""; } + content: "\f06a"; } -/* line 105, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 105, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-gift:before { - content: ""; } + content: "\f06b"; } -/* line 106, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 106, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-leaf:before { - content: ""; } + content: "\f06c"; } -/* line 107, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 107, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fire:before { - content: ""; } + content: "\f06d"; } -/* line 108, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 108, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-eye:before { - content: ""; } + content: "\f06e"; } -/* line 109, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 109, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-eye-slash:before { - content: ""; } + content: "\f070"; } -/* line 110, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-warning:before, -.fa-exclamation-triangle:before { - content: ""; } +/* line 110, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-warning:before, .fa-exclamation-triangle:before { + content: "\f071"; } -/* line 111, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 111, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-plane:before { - content: ""; } + content: "\f072"; } -/* line 112, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 112, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-calendar:before, .post-teaser .bottom .date:before, .post-full > .bottom .date:before { - content: ""; } + content: "\f073"; } -/* line 113, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 113, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-random:before { - content: ""; } + content: "\f074"; } -/* line 114, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 114, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-comment:before { - content: ""; } + content: "\f075"; } -/* line 115, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 115, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-magnet:before { - content: ""; } + content: "\f076"; } -/* line 116, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 116, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-up:before, .question-full .content-pane > .left .rate-widget .rate-plus:before, .answer-teaser > .left .rate-widget .rate-plus:before { - content: ""; } + content: "\f077"; } -/* line 117, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 117, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-down:before, .question-full .content-pane > .left .rate-widget .rate-minus:before, .answer-teaser > .left .rate-widget .rate-minus:before { - content: ""; } + content: "\f078"; } -/* line 118, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 118, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-retweet:before { - content: ""; } + content: "\f079"; } -/* line 119, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 119, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-shopping-cart:before { - content: ""; } + content: "\f07a"; } -/* line 120, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 120, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-folder:before { - content: ""; } + content: "\f07b"; } -/* line 121, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 121, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-folder-open:before { - content: ""; } + content: "\f07c"; } -/* line 122, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 122, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrows-v:before { - content: ""; } + content: "\f07d"; } -/* line 123, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 123, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrows-h:before { - content: ""; } + content: "\f07e"; } -/* line 124, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-bar-chart-o:before, -.fa-bar-chart:before, -.question-full .content-pane > .right .bottom .signature .user .info .rating:before, -.answer-teaser > .right .bottom .signature .user .info .rating:before { - content: ""; } +/* line 124, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-bar-chart-o:before, .fa-bar-chart:before, .question-full .content-pane > .right .bottom .signature .user .info .rating:before, .answer-teaser > .right .bottom .signature .user .info .rating:before { + content: "\f080"; } -/* line 125, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 125, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-twitter-square:before { - content: ""; } + content: "\f081"; } -/* line 126, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 126, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-facebook-square:before { - content: ""; } + content: "\f082"; } -/* line 127, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 127, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-camera-retro:before { - content: ""; } + content: "\f083"; } -/* line 128, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 128, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-key:before { - content: ""; } + content: "\f084"; } -/* line 129, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-gears:before, -.fa-cogs:before { - content: ""; } +/* line 129, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-gears:before, .fa-cogs:before { + content: "\f085"; } -/* line 130, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 130, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-comments:before { - content: ""; } + content: "\f086"; } -/* line 131, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 131, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-thumbs-o-up:before { - content: ""; } + content: "\f087"; } -/* line 132, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 132, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-thumbs-o-down:before { - content: ""; } + content: "\f088"; } -/* line 133, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 133, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-star-half:before { - content: ""; } + content: "\f089"; } -/* line 134, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 134, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-heart-o:before { - content: ""; } + content: "\f08a"; } -/* line 135, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 135, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sign-out:before, #header .pane .content .top .header-auth-user .logout:before, #mobile-menu .header-auth-user .logout:before { - content: ""; } + content: "\f08b"; } -/* line 136, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 136, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-linkedin-square:before { - content: ""; } + content: "\f08c"; } -/* line 137, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 137, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-thumb-tack:before { - content: ""; } + content: "\f08d"; } -/* line 138, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 138, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-external-link:before, #drupal-sib .buttons .website:before { - content: ""; } + content: "\f08e"; } -/* line 139, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 139, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sign-in:before, .page-403 .auth:before { - content: ""; } + content: "\f090"; } -/* line 140, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 140, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-trophy:before { - content: ""; } + content: "\f091"; } -/* line 141, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 141, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-github-square:before { - content: ""; } + content: "\f092"; } -/* line 142, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 142, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-upload:before { - content: ""; } + content: "\f093"; } -/* line 143, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 143, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-lemon-o:before { - content: ""; } + content: "\f094"; } -/* line 144, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 144, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-phone:before { - content: ""; } + content: "\f095"; } -/* line 145, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 145, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-square-o:before { - content: ""; } + content: "\f096"; } -/* line 146, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 146, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bookmark-o:before { - content: ""; } + content: "\f097"; } -/* line 147, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 147, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-phone-square:before { - content: ""; } + content: "\f098"; } -/* line 148, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 148, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-twitter:before, #block-block-1 .social li .item.twitter:before { - content: ""; } + content: "\f099"; } -/* line 149, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-facebook-f:before, -.fa-facebook:before, -#block-block-1 .social li .item.facebook:before { - content: ""; } +/* line 149, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-facebook-f:before, .fa-facebook:before, #block-block-1 .social li .item.facebook:before { + content: "\f09a"; } -/* line 150, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 150, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-github:before, #header .pane .content .top .header-links .link.github:before { - content: ""; } + content: "\f09b"; } -/* line 151, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 151, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-unlock:before, .page-403 .register:before { - content: ""; } + content: "\f09c"; } -/* line 152, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 152, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-credit-card:before { - content: ""; } + content: "\f09d"; } -/* line 153, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-feed:before, -.fa-rss:before { - content: ""; } +/* line 153, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-feed:before, .fa-rss:before { + content: "\f09e"; } -/* line 154, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 154, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hdd-o:before { - content: ""; } + content: "\f0a0"; } -/* line 155, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 155, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bullhorn:before { - content: ""; } + content: "\f0a1"; } -/* line 156, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 156, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bell:before, #header .pane .content .top .header-links .link.tracker.new:before { - content: ""; } + content: "\f0f3"; } -/* line 157, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 157, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-certificate:before { - content: ""; } + content: "\f0a3"; } -/* line 158, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 158, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-o-right:before { - content: ""; } + content: "\f0a4"; } -/* line 159, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 159, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-o-left:before { - content: ""; } + content: "\f0a5"; } -/* line 160, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 160, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-o-up:before { - content: ""; } + content: "\f0a6"; } -/* line 161, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 161, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-o-down:before { - content: ""; } + content: "\f0a7"; } -/* line 162, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 162, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-left:before { - content: ""; } + content: "\f0a8"; } -/* line 163, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 163, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-right:before { - content: ""; } + content: "\f0a9"; } -/* line 164, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 164, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-up:before { - content: ""; } + content: "\f0aa"; } -/* line 165, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 165, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-down:before { - content: ""; } + content: "\f0ab"; } -/* line 166, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-globe:before, .event-teaser .left .city:before, -.event-full .left .city:before, #drupal-8-0-promo .features .feature.adopters:before { - content: ""; } +/* line 166, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-globe:before, .event-teaser .left .city:before, .event-full .left .city:before, #drupal-8-0-promo .features .feature.adopters:before { + content: "\f0ac"; } -/* line 167, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 167, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-wrench:before { - content: ""; } + content: "\f0ad"; } -/* line 168, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 168, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tasks:before { - content: ""; } + content: "\f0ae"; } -/* line 169, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 169, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-filter:before { - content: ""; } + content: "\f0b0"; } -/* line 170, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 170, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-briefcase:before { - content: ""; } + content: "\f0b1"; } -/* line 171, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 171, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrows-alt:before { - content: ""; } + content: "\f0b2"; } -/* line 172, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-group:before, -.fa-users:before { - content: ""; } +/* line 172, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-group:before, .fa-users:before { + content: "\f0c0"; } -/* line 173, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-chain:before, -.fa-link:before { - content: ""; } +/* line 173, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-chain:before, .fa-link:before { + content: "\f0c1"; } -/* line 174, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 174, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cloud:before { - content: ""; } + content: "\f0c2"; } -/* line 175, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 175, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-flask:before { - content: ""; } + content: "\f0c3"; } -/* line 176, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-cut:before, -.fa-scissors:before { - content: ""; } +/* line 176, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-cut:before, .fa-scissors:before { + content: "\f0c4"; } -/* line 177, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-copy:before, -.fa-files-o:before { - content: ""; } +/* line 177, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-copy:before, .fa-files-o:before { + content: "\f0c5"; } -/* line 178, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 178, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-paperclip:before { - content: ""; } + content: "\f0c6"; } -/* line 179, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-save:before, -.fa-floppy-o:before { - content: ""; } +/* line 179, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-save:before, .fa-floppy-o:before { + content: "\f0c7"; } -/* line 180, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 180, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-square:before { - content: ""; } + content: "\f0c8"; } -/* line 181, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before, -#mobile-menu-button:before { - content: ""; } +/* line 181, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-navicon:before, .fa-reorder:before, .fa-bars:before, #mobile-menu-button:before { + content: "\f0c9"; } -/* line 182, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 182, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-list-ul:before { - content: ""; } + content: "\f0ca"; } -/* line 183, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 183, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-list-ol:before { - content: ""; } + content: "\f0cb"; } -/* line 184, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 184, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-strikethrough:before { - content: ""; } + content: "\f0cc"; } -/* line 185, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 185, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-underline:before { - content: ""; } + content: "\f0cd"; } -/* line 186, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 186, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-table:before { - content: ""; } + content: "\f0ce"; } -/* line 187, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 187, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-magic:before, #drupal-8-0-promo .features .feature.accessibility:before { - content: ""; } + content: "\f0d0"; } -/* line 188, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 188, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-truck:before { - content: ""; } + content: "\f0d1"; } -/* line 189, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 189, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pinterest:before { - content: ""; } + content: "\f0d2"; } -/* line 190, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 190, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pinterest-square:before { - content: ""; } + content: "\f0d3"; } -/* line 191, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 191, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-google-plus-square:before { - content: ""; } + content: "\f0d4"; } -/* line 192, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 192, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-google-plus:before { - content: ""; } + content: "\f0d5"; } -/* line 193, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 193, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-money:before, .order-full > .info .left .budget:before { - content: ""; } + content: "\f0d6"; } -/* line 194, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 194, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-caret-down:before { - content: ""; } + content: "\f0d7"; } -/* line 195, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 195, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-caret-up:before { - content: ""; } + content: "\f0d8"; } -/* line 196, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 196, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-caret-left:before { - content: ""; } + content: "\f0d9"; } -/* line 197, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 197, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-caret-right:before { - content: ""; } + content: "\f0da"; } -/* line 198, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 198, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-columns:before { - content: ""; } + content: "\f0db"; } -/* line 199, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-unsorted:before, -.fa-sort:before { - content: ""; } +/* line 199, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-unsorted:before, .fa-sort:before { + content: "\f0dc"; } -/* line 200, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-sort-down:before, -.fa-sort-desc:before { - content: ""; } +/* line 200, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-sort-down:before, .fa-sort-desc:before { + content: "\f0dd"; } -/* line 201, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-sort-up:before, -.fa-sort-asc:before { - content: ""; } +/* line 201, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-sort-up:before, .fa-sort-asc:before { + content: "\f0de"; } -/* line 202, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 202, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-envelope:before { - content: ""; } + content: "\f0e0"; } -/* line 203, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 203, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-linkedin:before { - content: ""; } + content: "\f0e1"; } -/* line 204, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-rotate-left:before, -.fa-undo:before { - content: ""; } +/* line 204, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-rotate-left:before, .fa-undo:before { + content: "\f0e2"; } -/* line 205, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-legal:before, -.fa-gavel:before { - content: ""; } +/* line 205, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-legal:before, .fa-gavel:before { + content: "\f0e3"; } -/* line 206, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-dashboard:before, -.fa-tachometer:before { - content: ""; } +/* line 206, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-dashboard:before, .fa-tachometer:before { + content: "\f0e4"; } -/* line 207, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 207, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-comment-o:before { - content: ""; } + content: "\f0e5"; } -/* line 208, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 208, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-comments-o:before, .post-teaser .bottom .comment-count:before, .post-full > .bottom .comment-count:before { - content: ""; } + content: "\f0e6"; } -/* line 209, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-flash:before, -.fa-bolt:before { - content: ""; } +/* line 209, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-flash:before, .fa-bolt:before { + content: "\f0e7"; } -/* line 210, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 210, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sitemap:before { - content: ""; } + content: "\f0e8"; } -/* line 211, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 211, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-umbrella:before { - content: ""; } + content: "\f0e9"; } -/* line 212, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-paste:before, -.fa-clipboard:before { - content: ""; } +/* line 212, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-paste:before, .fa-clipboard:before { + content: "\f0ea"; } -/* line 213, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 213, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-lightbulb-o:before { - content: ""; } + content: "\f0eb"; } -/* line 214, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 214, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-exchange:before, #drupal-8-0-promo .features .feature.web-services:before { - content: ""; } + content: "\f0ec"; } -/* line 215, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 215, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cloud-download:before, #druio-projects-download-form .archives .title:before { - content: ""; } + content: "\f0ed"; } -/* line 216, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 216, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cloud-upload:before { - content: ""; } + content: "\f0ee"; } -/* line 217, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 217, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-user-md:before { - content: ""; } + content: "\f0f0"; } -/* line 218, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 218, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-stethoscope:before { - content: ""; } + content: "\f0f1"; } -/* line 219, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 219, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-suitcase:before { - content: ""; } + content: "\f0f2"; } -/* line 220, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 220, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bell-o:before, #header .pane .content .top .header-links .link.tracker:before { - content: ""; } + content: "\f0a2"; } -/* line 221, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 221, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-coffee:before { - content: ""; } + content: "\f0f4"; } -/* line 222, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 222, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cutlery:before { - content: ""; } + content: "\f0f5"; } -/* line 223, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 223, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-text-o:before, .order-full > .info .left .files:before, #drupal-8-0-promo .features .feature.field:before, #drupal-8-countdown .content .buttons .more:before { - content: ""; } + content: "\f0f6"; } -/* line 224, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 224, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-building-o:before { - content: ""; } + content: "\f0f7"; } -/* line 225, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 225, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hospital-o:before { - content: ""; } + content: "\f0f8"; } -/* line 226, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 226, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ambulance:before { - content: ""; } + content: "\f0f9"; } -/* line 227, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 227, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-medkit:before { - content: ""; } + content: "\f0fa"; } -/* line 228, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 228, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fighter-jet:before { - content: ""; } + content: "\f0fb"; } -/* line 229, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 229, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-beer:before { - content: ""; } + content: "\f0fc"; } -/* line 230, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 230, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-h-square:before { - content: ""; } + content: "\f0fd"; } -/* line 231, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 231, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-plus-square:before { - content: ""; } + content: "\f0fe"; } -/* line 232, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 232, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-double-left:before { - content: ""; } + content: "\f100"; } -/* line 233, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 233, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-double-right:before { - content: ""; } + content: "\f101"; } -/* line 234, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 234, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-double-up:before { - content: ""; } + content: "\f102"; } -/* line 235, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 235, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-double-down:before { - content: ""; } + content: "\f103"; } -/* line 236, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 236, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-left:before { - content: ""; } + content: "\f104"; } -/* line 237, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 237, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-right:before { - content: ""; } + content: "\f105"; } -/* line 238, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 238, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-up:before { - content: ""; } + content: "\f106"; } -/* line 239, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 239, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angle-down:before { - content: ""; } + content: "\f107"; } -/* line 240, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 240, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-desktop:before { - content: ""; } + content: "\f108"; } -/* line 241, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 241, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-laptop:before { - content: ""; } + content: "\f109"; } -/* line 242, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 242, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tablet:before { - content: ""; } + content: "\f10a"; } -/* line 243, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-mobile-phone:before, -.fa-mobile:before, -#drupal-8-0-promo .features .feature:before, -#drupal-8-0-promo .features .feature.mobile:before { - content: ""; } +/* line 243, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-mobile-phone:before, .fa-mobile:before, #drupal-8-0-promo .features .feature:before, #drupal-8-0-promo .features .feature.mobile:before { + content: "\f10b"; } -/* line 244, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 244, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-circle-o:before { - content: ""; } + content: "\f10c"; } -/* line 245, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 245, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-quote-left:before { - content: ""; } + content: "\f10d"; } -/* line 246, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 246, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-quote-right:before { - content: ""; } + content: "\f10e"; } -/* line 247, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 247, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-spinner:before { - content: ""; } + content: "\f110"; } -/* line 248, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 248, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-circle:before { - content: ""; } + content: "\f111"; } -/* line 249, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-mail-reply:before, -.fa-reply:before { - content: ""; } +/* line 249, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-mail-reply:before, .fa-reply:before { + content: "\f112"; } -/* line 250, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 250, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-github-alt:before { - content: ""; } + content: "\f113"; } -/* line 251, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 251, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-folder-o:before { - content: ""; } + content: "\f114"; } -/* line 252, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 252, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-folder-open-o:before { - content: ""; } + content: "\f115"; } -/* line 253, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 253, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-smile-o:before { - content: ""; } + content: "\f118"; } -/* line 254, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 254, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-frown-o:before { - content: ""; } + content: "\f119"; } -/* line 255, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 255, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-meh-o:before { - content: ""; } + content: "\f11a"; } -/* line 256, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 256, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-gamepad:before { - content: ""; } + content: "\f11b"; } -/* line 257, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 257, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-keyboard-o:before, .project-teaser .dev-status:before, .project-full > .left .dev-status:before { - content: ""; } + content: "\f11c"; } -/* line 258, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 258, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-flag-o:before { - content: ""; } + content: "\f11d"; } -/* line 259, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 259, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-flag-checkered:before { - content: ""; } + content: "\f11e"; } -/* line 260, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 260, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-terminal:before, #druio-projects-download-form .drush .title:before { - content: ""; } + content: "\f120"; } -/* line 261, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 261, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-code:before { - content: ""; } + content: "\f121"; } -/* line 262, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: ""; } +/* line 262, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-mail-reply-all:before, .fa-reply-all:before { + content: "\f122"; } -/* line 263, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: ""; } +/* line 263, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { + content: "\f123"; } -/* line 264, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 264, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-location-arrow:before { - content: ""; } + content: "\f124"; } -/* line 265, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 265, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-crop:before { - content: ""; } + content: "\f125"; } -/* line 266, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 266, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-code-fork:before { - content: ""; } + content: "\f126"; } -/* line 267, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-unlink:before, -.fa-chain-broken:before { - content: ""; } +/* line 267, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-unlink:before, .fa-chain-broken:before { + content: "\f127"; } -/* line 268, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 268, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-question:before, #drupal-8-0-promo .features .feature.ux:before { - content: ""; } + content: "\f128"; } -/* line 269, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 269, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-info:before, .order-full > .info .left .status:before { - content: ""; } + content: "\f129"; } -/* line 270, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 270, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-exclamation:before { - content: ""; } + content: "\f12a"; } -/* line 271, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 271, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-superscript:before { - content: ""; } + content: "\f12b"; } -/* line 272, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 272, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-subscript:before { - content: ""; } + content: "\f12c"; } -/* line 273, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 273, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-eraser:before { - content: ""; } + content: "\f12d"; } -/* line 274, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 274, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-puzzle-piece:before { - content: ""; } + content: "\f12e"; } -/* line 275, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 275, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-microphone:before, #drupal-sib .buttons .podcast:before { - content: ""; } + content: "\f130"; } -/* line 276, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 276, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-microphone-slash:before { - content: ""; } + content: "\f131"; } -/* line 277, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 277, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-shield:before { - content: ""; } + content: "\f132"; } -/* line 278, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 278, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-calendar-o:before { - content: ""; } + content: "\f133"; } -/* line 279, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 279, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fire-extinguisher:before { - content: ""; } + content: "\f134"; } -/* line 280, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 280, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-rocket:before { - content: ""; } + content: "\f135"; } -/* line 281, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 281, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-maxcdn:before { - content: ""; } + content: "\f136"; } -/* line 282, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 282, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-circle-left:before { - content: ""; } + content: "\f137"; } -/* line 283, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 283, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-circle-right:before { - content: ""; } + content: "\f138"; } -/* line 284, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 284, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-circle-up:before { - content: ""; } + content: "\f139"; } -/* line 285, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 285, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chevron-circle-down:before { - content: ""; } + content: "\f13a"; } -/* line 286, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 286, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-html5:before, #drupal-8-0-promo .features .feature.markup:before { - content: ""; } + content: "\f13b"; } -/* line 287, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 287, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-css3:before { - content: ""; } + content: "\f13c"; } -/* line 288, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 288, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-anchor:before { - content: ""; } + content: "\f13d"; } -/* line 289, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 289, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-unlock-alt:before { - content: ""; } + content: "\f13e"; } -/* line 290, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 290, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bullseye:before { - content: ""; } + content: "\f140"; } -/* line 291, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 291, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ellipsis-h:before { - content: ""; } + content: "\f141"; } -/* line 292, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 292, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ellipsis-v:before { - content: ""; } + content: "\f142"; } -/* line 293, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 293, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-rss-square:before { - content: ""; } + content: "\f143"; } -/* line 294, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 294, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-play-circle:before { - content: ""; } + content: "\f144"; } -/* line 295, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 295, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ticket:before { - content: ""; } + content: "\f145"; } -/* line 296, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 296, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-minus-square:before { - content: ""; } + content: "\f146"; } -/* line 297, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 297, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-minus-square-o:before { - content: ""; } + content: "\f147"; } -/* line 298, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 298, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-level-up:before { - content: ""; } + content: "\f148"; } -/* line 299, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 299, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-level-down:before { - content: ""; } + content: "\f149"; } -/* line 300, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 300, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-check-square:before { - content: ""; } + content: "\f14a"; } -/* line 301, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 301, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pencil-square:before { - content: ""; } + content: "\f14b"; } -/* line 302, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 302, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-external-link-square:before { - content: ""; } + content: "\f14c"; } -/* line 303, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 303, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-share-square:before { - content: ""; } + content: "\f14d"; } -/* line 304, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 304, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-compass:before { - content: ""; } + content: "\f14e"; } -/* line 305, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: ""; } +/* line 305, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-toggle-down:before, .fa-caret-square-o-down:before { + content: "\f150"; } -/* line 306, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: ""; } +/* line 306, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-toggle-up:before, .fa-caret-square-o-up:before { + content: "\f151"; } -/* line 307, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: ""; } +/* line 307, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-toggle-right:before, .fa-caret-square-o-right:before { + content: "\f152"; } -/* line 308, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-euro:before, -.fa-eur:before { - content: ""; } +/* line 308, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-euro:before, .fa-eur:before { + content: "\f153"; } -/* line 309, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 309, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-gbp:before { - content: ""; } - -/* line 310, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-dollar:before, -.fa-usd:before { - content: ""; } - -/* line 311, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-rupee:before, -.fa-inr:before { - content: ""; } - -/* line 312, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: ""; } - -/* line 313, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: ""; } - -/* line 314, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-won:before, -.fa-krw:before { - content: ""; } - -/* line 315, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-bitcoin:before, -.fa-btc:before { - content: ""; } - -/* line 316, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ + content: "\f154"; } + +/* line 310, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-dollar:before, .fa-usd:before { + content: "\f155"; } + +/* line 311, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-rupee:before, .fa-inr:before { + content: "\f156"; } + +/* line 312, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { + content: "\f157"; } + +/* line 313, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-ruble:before, .fa-rouble:before, .fa-rub:before { + content: "\f158"; } + +/* line 314, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-won:before, .fa-krw:before { + content: "\f159"; } + +/* line 315, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-bitcoin:before, .fa-btc:before { + content: "\f15a"; } + +/* line 316, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file:before { - content: ""; } + content: "\f15b"; } -/* line 317, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 317, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-text:before { - content: ""; } + content: "\f15c"; } -/* line 318, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 318, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sort-alpha-asc:before { - content: ""; } + content: "\f15d"; } -/* line 319, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 319, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sort-alpha-desc:before { - content: ""; } + content: "\f15e"; } -/* line 320, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 320, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sort-amount-asc:before { - content: ""; } + content: "\f160"; } -/* line 321, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 321, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sort-amount-desc:before { - content: ""; } + content: "\f161"; } -/* line 322, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 322, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sort-numeric-asc:before { - content: ""; } + content: "\f162"; } -/* line 323, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 323, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sort-numeric-desc:before { - content: ""; } + content: "\f163"; } -/* line 324, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 324, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-thumbs-up:before { - content: ""; } + content: "\f164"; } -/* line 325, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 325, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-thumbs-down:before { - content: ""; } + content: "\f165"; } -/* line 326, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 326, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-youtube-square:before { - content: ""; } + content: "\f166"; } -/* line 327, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 327, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-youtube:before { - content: ""; } + content: "\f167"; } -/* line 328, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 328, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-xing:before { - content: ""; } + content: "\f168"; } -/* line 329, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 329, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-xing-square:before { - content: ""; } + content: "\f169"; } -/* line 330, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 330, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-youtube-play:before { - content: ""; } + content: "\f16a"; } -/* line 331, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 331, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-dropbox:before { - content: ""; } + content: "\f16b"; } -/* line 332, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 332, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-stack-overflow:before { - content: ""; } + content: "\f16c"; } -/* line 333, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 333, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-instagram:before { - content: ""; } + content: "\f16d"; } -/* line 334, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 334, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-flickr:before { - content: ""; } + content: "\f16e"; } -/* line 335, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 335, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-adn:before { - content: ""; } + content: "\f170"; } -/* line 336, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 336, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bitbucket:before { - content: ""; } + content: "\f171"; } -/* line 337, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 337, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bitbucket-square:before { - content: ""; } + content: "\f172"; } -/* line 338, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 338, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tumblr:before { - content: ""; } + content: "\f173"; } -/* line 339, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 339, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tumblr-square:before { - content: ""; } + content: "\f174"; } -/* line 340, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 340, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-long-arrow-down:before { - content: ""; } + content: "\f175"; } -/* line 341, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 341, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-long-arrow-up:before { - content: ""; } + content: "\f176"; } -/* line 342, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 342, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-long-arrow-left:before { - content: ""; } + content: "\f177"; } -/* line 343, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 343, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-long-arrow-right:before { - content: ""; } + content: "\f178"; } -/* line 344, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 344, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-apple:before { - content: ""; } + content: "\f179"; } -/* line 345, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 345, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-windows:before { - content: ""; } + content: "\f17a"; } -/* line 346, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 346, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-android:before { - content: ""; } + content: "\f17b"; } -/* line 347, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 347, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-linux:before { - content: ""; } + content: "\f17c"; } -/* line 348, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 348, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-dribbble:before { - content: ""; } + content: "\f17d"; } -/* line 349, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 349, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-skype:before { - content: ""; } + content: "\f17e"; } -/* line 350, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 350, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-foursquare:before { - content: ""; } + content: "\f180"; } -/* line 351, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 351, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-trello:before { - content: ""; } + content: "\f181"; } -/* line 352, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 352, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-female:before { - content: ""; } + content: "\f182"; } -/* line 353, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 353, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-male:before { - content: ""; } + content: "\f183"; } -/* line 354, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-gittip:before, -.fa-gratipay:before { - content: ""; } +/* line 354, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-gittip:before, .fa-gratipay:before { + content: "\f184"; } -/* line 355, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 355, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sun-o:before { - content: ""; } + content: "\f185"; } -/* line 356, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 356, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-moon-o:before { - content: ""; } + content: "\f186"; } -/* line 357, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 357, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-archive:before { - content: ""; } + content: "\f187"; } -/* line 358, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 358, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bug:before { - content: ""; } + content: "\f188"; } -/* line 359, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 359, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-vk:before, #block-block-1 .social li .item.vkontakte:before { - content: ""; } + content: "\f189"; } -/* line 360, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 360, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-weibo:before { - content: ""; } + content: "\f18a"; } -/* line 361, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 361, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-renren:before { - content: ""; } + content: "\f18b"; } -/* line 362, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 362, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pagelines:before { - content: ""; } + content: "\f18c"; } -/* line 363, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 363, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-stack-exchange:before { - content: ""; } + content: "\f18d"; } -/* line 364, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 364, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-o-right:before { - content: ""; } + content: "\f18e"; } -/* line 365, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 365, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-arrow-circle-o-left:before { - content: ""; } + content: "\f190"; } -/* line 366, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: ""; } +/* line 366, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-toggle-left:before, .fa-caret-square-o-left:before { + content: "\f191"; } -/* line 367, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 367, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-dot-circle-o:before { - content: ""; } + content: "\f192"; } -/* line 368, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 368, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-wheelchair:before { - content: ""; } + content: "\f193"; } -/* line 369, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 369, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-vimeo-square:before { - content: ""; } + content: "\f194"; } -/* line 370, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-turkish-lira:before, -.fa-try:before { - content: ""; } +/* line 370, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-turkish-lira:before, .fa-try:before { + content: "\f195"; } -/* line 371, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 371, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-plus-square-o:before { - content: ""; } + content: "\f196"; } -/* line 372, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 372, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-space-shuttle:before { - content: ""; } + content: "\f197"; } -/* line 373, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 373, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-slack:before { - content: ""; } + content: "\f198"; } -/* line 374, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 374, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-envelope-square:before { - content: ""; } + content: "\f199"; } -/* line 375, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 375, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-wordpress:before { - content: ""; } + content: "\f19a"; } -/* line 376, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 376, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-openid:before { - content: ""; } + content: "\f19b"; } -/* line 377, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: ""; } +/* line 377, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-institution:before, .fa-bank:before, .fa-university:before { + content: "\f19c"; } -/* line 378, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: ""; } +/* line 378, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-mortar-board:before, .fa-graduation-cap:before { + content: "\f19d"; } -/* line 379, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 379, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-yahoo:before { - content: ""; } + content: "\f19e"; } -/* line 380, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 380, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-google:before { - content: ""; } + content: "\f1a0"; } -/* line 381, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 381, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-reddit:before { - content: ""; } + content: "\f1a1"; } -/* line 382, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 382, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-reddit-square:before { - content: ""; } + content: "\f1a2"; } -/* line 383, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 383, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-stumbleupon-circle:before { - content: ""; } + content: "\f1a3"; } -/* line 384, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 384, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-stumbleupon:before { - content: ""; } + content: "\f1a4"; } -/* line 385, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 385, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-delicious:before { - content: ""; } + content: "\f1a5"; } -/* line 386, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 386, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-digg:before { - content: ""; } + content: "\f1a6"; } -/* line 387, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 387, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pied-piper:before { - content: ""; } + content: "\f1a7"; } -/* line 388, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 388, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pied-piper-alt:before { - content: ""; } + content: "\f1a8"; } -/* line 389, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 389, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-drupal:before, .question-teaser .right .tags .tag.core:before, .question-full .content-pane > .right .tags .tag.core:before, .project-full > .left .drupalorg:before, .project-full > .left .version:before { - content: ""; } + content: "\f1a9"; } -/* line 390, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 390, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-joomla:before { - content: ""; } + content: "\f1aa"; } -/* line 391, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 391, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-language:before, #drupal-8-0-promo .features .feature.multilangual:before { - content: ""; } + content: "\f1ab"; } -/* line 392, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 392, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fax:before { - content: ""; } + content: "\f1ac"; } -/* line 393, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 393, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-building:before { - content: ""; } + content: "\f1ad"; } -/* line 394, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 394, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-child:before { - content: ""; } + content: "\f1ae"; } -/* line 395, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 395, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-paw:before { - content: ""; } + content: "\f1b0"; } -/* line 396, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 396, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-spoon:before { - content: ""; } + content: "\f1b1"; } -/* line 397, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 397, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cube:before { - content: ""; } + content: "\f1b2"; } -/* line 398, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 398, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cubes:before, .question-teaser .right .tags .tag.project:before, .question-full .content-pane > .right .tags .tag.project:before, .project-teaser .type:before, .project-full > .left .type:before, #drupal-8-0-promo .features .feature.configuration:before { - content: ""; } + content: "\f1b3"; } -/* line 399, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 399, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-behance:before { - content: ""; } + content: "\f1b4"; } -/* line 400, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 400, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-behance-square:before { - content: ""; } + content: "\f1b5"; } -/* line 401, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 401, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-steam:before { - content: ""; } + content: "\f1b6"; } -/* line 402, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 402, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-steam-square:before { - content: ""; } + content: "\f1b7"; } -/* line 403, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 403, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-recycle:before { - content: ""; } + content: "\f1b8"; } -/* line 404, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-automobile:before, -.fa-car:before { - content: ""; } +/* line 404, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-automobile:before, .fa-car:before { + content: "\f1b9"; } -/* line 405, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-cab:before, -.fa-taxi:before { - content: ""; } +/* line 405, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-cab:before, .fa-taxi:before { + content: "\f1ba"; } -/* line 406, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 406, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tree:before { - content: ""; } + content: "\f1bb"; } -/* line 407, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 407, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-spotify:before { - content: ""; } + content: "\f1bc"; } -/* line 408, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 408, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-deviantart:before { - content: ""; } + content: "\f1bd"; } -/* line 409, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 409, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-soundcloud:before { - content: ""; } + content: "\f1be"; } -/* line 410, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 410, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-database:before { - content: ""; } + content: "\f1c0"; } -/* line 411, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 411, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-pdf-o:before { - content: ""; } + content: "\f1c1"; } -/* line 412, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 412, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-word-o:before { - content: ""; } + content: "\f1c2"; } -/* line 413, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 413, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-excel-o:before { - content: ""; } + content: "\f1c3"; } -/* line 414, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 414, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-powerpoint-o:before { - content: ""; } - -/* line 415, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: ""; } - -/* line 416, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: ""; } - -/* line 417, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: ""; } - -/* line 418, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: ""; } - -/* line 419, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ + content: "\f1c4"; } + +/* line 415, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { + content: "\f1c5"; } + +/* line 416, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-file-zip-o:before, .fa-file-archive-o:before { + content: "\f1c6"; } + +/* line 417, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-file-sound-o:before, .fa-file-audio-o:before { + content: "\f1c7"; } + +/* line 418, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-file-movie-o:before, .fa-file-video-o:before { + content: "\f1c8"; } + +/* line 419, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-file-code-o:before { - content: ""; } + content: "\f1c9"; } -/* line 420, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 420, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-vine:before { - content: ""; } + content: "\f1ca"; } -/* line 421, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 421, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-codepen:before { - content: ""; } + content: "\f1cb"; } -/* line 422, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 422, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-jsfiddle:before { - content: ""; } - -/* line 423, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before, -.project-teaser .maintenance-status:before, -.project-full > .left .maintenance-status:before { - content: ""; } - -/* line 424, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ + content: "\f1cc"; } + +/* line 423, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before, .project-teaser .maintenance-status:before, .project-full > .left .maintenance-status:before { + content: "\f1cd"; } + +/* line 424, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-circle-o-notch:before { - content: ""; } + content: "\f1ce"; } -/* line 425, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-ra:before, -.fa-rebel:before { - content: ""; } +/* line 425, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-ra:before, .fa-rebel:before { + content: "\f1d0"; } -/* line 426, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-ge:before, -.fa-empire:before { - content: ""; } +/* line 426, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-ge:before, .fa-empire:before { + content: "\f1d1"; } -/* line 427, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 427, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-git-square:before { - content: ""; } + content: "\f1d2"; } -/* line 428, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 428, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-git:before { - content: ""; } + content: "\f1d3"; } -/* line 429, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: ""; } +/* line 429, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { + content: "\f1d4"; } -/* line 430, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 430, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tencent-weibo:before { - content: ""; } + content: "\f1d5"; } -/* line 431, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 431, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-qq:before { - content: ""; } + content: "\f1d6"; } -/* line 432, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-wechat:before, -.fa-weixin:before { - content: ""; } +/* line 432, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-wechat:before, .fa-weixin:before { + content: "\f1d7"; } -/* line 433, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-send:before, -.fa-paper-plane:before { - content: ""; } +/* line 433, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-send:before, .fa-paper-plane:before { + content: "\f1d8"; } -/* line 434, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-send-o:before, -.fa-paper-plane-o:before { - content: ""; } +/* line 434, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-send-o:before, .fa-paper-plane-o:before { + content: "\f1d9"; } -/* line 435, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 435, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-history:before { - content: ""; } + content: "\f1da"; } -/* line 436, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 436, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-circle-thin:before { - content: ""; } + content: "\f1db"; } -/* line 437, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 437, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-header:before { - content: ""; } + content: "\f1dc"; } -/* line 438, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 438, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-paragraph:before { - content: ""; } + content: "\f1dd"; } -/* line 439, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 439, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sliders:before, #drupal-8-0-promo .features .feature.views:before { - content: ""; } + content: "\f1de"; } -/* line 440, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 440, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-share-alt:before { - content: ""; } + content: "\f1e0"; } -/* line 441, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 441, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-share-alt-square:before { - content: ""; } + content: "\f1e1"; } -/* line 442, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 442, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bomb:before { - content: ""; } + content: "\f1e2"; } -/* line 443, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: ""; } +/* line 443, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-soccer-ball-o:before, .fa-futbol-o:before { + content: "\f1e3"; } -/* line 444, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 444, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tty:before { - content: ""; } + content: "\f1e4"; } -/* line 445, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 445, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-binoculars:before { - content: ""; } + content: "\f1e5"; } -/* line 446, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 446, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-plug:before { - content: ""; } + content: "\f1e6"; } -/* line 447, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 447, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-slideshare:before { - content: ""; } + content: "\f1e7"; } -/* line 448, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 448, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-twitch:before { - content: ""; } + content: "\f1e8"; } -/* line 449, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 449, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-yelp:before { - content: ""; } + content: "\f1e9"; } -/* line 450, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 450, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-newspaper-o:before { - content: ""; } + content: "\f1ea"; } -/* line 451, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 451, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-wifi:before { - content: ""; } + content: "\f1eb"; } -/* line 452, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 452, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-calculator:before { - content: ""; } + content: "\f1ec"; } -/* line 453, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 453, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-paypal:before { - content: ""; } + content: "\f1ed"; } -/* line 454, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 454, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-google-wallet:before { - content: ""; } + content: "\f1ee"; } -/* line 455, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 455, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-visa:before { - content: ""; } + content: "\f1f0"; } -/* line 456, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 456, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-mastercard:before { - content: ""; } + content: "\f1f1"; } -/* line 457, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 457, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-discover:before { - content: ""; } + content: "\f1f2"; } -/* line 458, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 458, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-amex:before { - content: ""; } + content: "\f1f3"; } -/* line 459, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 459, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-paypal:before { - content: ""; } + content: "\f1f4"; } -/* line 460, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 460, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-stripe:before { - content: ""; } + content: "\f1f5"; } -/* line 461, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 461, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bell-slash:before { - content: ""; } + content: "\f1f6"; } -/* line 462, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 462, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bell-slash-o:before { - content: ""; } + content: "\f1f7"; } -/* line 463, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 463, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-trash:before { - content: ""; } + content: "\f1f8"; } -/* line 464, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 464, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-copyright:before { - content: ""; } + content: "\f1f9"; } -/* line 465, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 465, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-at:before { - content: ""; } + content: "\f1fa"; } -/* line 466, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 466, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-eyedropper:before { - content: ""; } + content: "\f1fb"; } -/* line 467, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 467, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-paint-brush:before, #drupal-8-0-promo .features .feature.theming:before { - content: ""; } + content: "\f1fc"; } -/* line 468, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 468, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-birthday-cake:before { - content: ""; } + content: "\f1fd"; } -/* line 469, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 469, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-area-chart:before { - content: ""; } + content: "\f1fe"; } -/* line 470, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 470, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pie-chart:before { - content: ""; } + content: "\f200"; } -/* line 471, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 471, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-line-chart:before { - content: ""; } + content: "\f201"; } -/* line 472, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 472, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-lastfm:before { - content: ""; } + content: "\f202"; } -/* line 473, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 473, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-lastfm-square:before { - content: ""; } + content: "\f203"; } -/* line 474, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 474, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-toggle-off:before { - content: ""; } + content: "\f204"; } -/* line 475, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 475, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-toggle-on:before { - content: ""; } + content: "\f205"; } -/* line 476, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 476, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bicycle:before { - content: ""; } + content: "\f206"; } -/* line 477, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 477, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-bus:before { - content: ""; } + content: "\f207"; } -/* line 478, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 478, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ioxhost:before { - content: ""; } + content: "\f208"; } -/* line 479, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 479, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-angellist:before { - content: ""; } + content: "\f209"; } -/* line 480, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 480, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc:before { - content: ""; } + content: "\f20a"; } -/* line 481, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: ""; } +/* line 481, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { + content: "\f20b"; } -/* line 482, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 482, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-meanpath:before { - content: ""; } + content: "\f20c"; } -/* line 483, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 483, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-buysellads:before { - content: ""; } + content: "\f20d"; } -/* line 484, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 484, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-connectdevelop:before { - content: ""; } + content: "\f20e"; } -/* line 485, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 485, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-dashcube:before { - content: ""; } + content: "\f210"; } -/* line 486, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 486, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-forumbee:before { - content: ""; } + content: "\f211"; } -/* line 487, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 487, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-leanpub:before { - content: ""; } + content: "\f212"; } -/* line 488, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 488, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sellsy:before { - content: ""; } + content: "\f213"; } -/* line 489, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 489, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-shirtsinbulk:before { - content: ""; } + content: "\f214"; } -/* line 490, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 490, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-simplybuilt:before { - content: ""; } + content: "\f215"; } -/* line 491, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 491, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-skyatlas:before { - content: ""; } + content: "\f216"; } -/* line 492, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 492, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cart-plus:before { - content: ""; } + content: "\f217"; } -/* line 493, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 493, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cart-arrow-down:before { - content: ""; } + content: "\f218"; } -/* line 494, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 494, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-diamond:before { - content: ""; } + content: "\f219"; } -/* line 495, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 495, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-ship:before { - content: ""; } + content: "\f21a"; } -/* line 496, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 496, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-user-secret:before { - content: ""; } + content: "\f21b"; } -/* line 497, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 497, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-motorcycle:before { - content: ""; } + content: "\f21c"; } -/* line 498, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 498, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-street-view:before { - content: ""; } + content: "\f21d"; } -/* line 499, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 499, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-heartbeat:before { - content: ""; } + content: "\f21e"; } -/* line 500, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 500, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-venus:before { - content: ""; } + content: "\f221"; } -/* line 501, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 501, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mars:before { - content: ""; } + content: "\f222"; } -/* line 502, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 502, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mercury:before { - content: ""; } + content: "\f223"; } -/* line 503, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-intersex:before, -.fa-transgender:before { - content: ""; } +/* line 503, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-intersex:before, .fa-transgender:before { + content: "\f224"; } -/* line 504, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 504, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-transgender-alt:before { - content: ""; } + content: "\f225"; } -/* line 505, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 505, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-venus-double:before { - content: ""; } + content: "\f226"; } -/* line 506, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 506, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mars-double:before { - content: ""; } + content: "\f227"; } -/* line 507, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 507, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-venus-mars:before { - content: ""; } + content: "\f228"; } -/* line 508, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 508, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mars-stroke:before { - content: ""; } + content: "\f229"; } -/* line 509, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 509, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mars-stroke-v:before { - content: ""; } + content: "\f22a"; } -/* line 510, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 510, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mars-stroke-h:before { - content: ""; } + content: "\f22b"; } -/* line 511, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 511, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-neuter:before { - content: ""; } + content: "\f22c"; } -/* line 512, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 512, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-genderless:before { - content: ""; } + content: "\f22d"; } -/* line 513, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 513, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-facebook-official:before { - content: ""; } + content: "\f230"; } -/* line 514, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 514, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-pinterest-p:before { - content: ""; } + content: "\f231"; } -/* line 515, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 515, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-whatsapp:before { - content: ""; } + content: "\f232"; } -/* line 516, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 516, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-server:before { - content: ""; } + content: "\f233"; } -/* line 517, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 517, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-user-plus:before { - content: ""; } + content: "\f234"; } -/* line 518, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 518, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-user-times:before { - content: ""; } + content: "\f235"; } -/* line 519, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-hotel:before, -.fa-bed:before { - content: ""; } +/* line 519, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-hotel:before, .fa-bed:before { + content: "\f236"; } -/* line 520, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 520, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-viacoin:before { - content: ""; } + content: "\f237"; } -/* line 521, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 521, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-train:before { - content: ""; } + content: "\f238"; } -/* line 522, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 522, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-subway:before { - content: ""; } + content: "\f239"; } -/* line 523, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 523, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-medium:before { - content: ""; } + content: "\f23a"; } -/* line 524, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-yc:before, -.fa-y-combinator:before { - content: ""; } +/* line 524, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-yc:before, .fa-y-combinator:before { + content: "\f23b"; } -/* line 525, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 525, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-optin-monster:before { - content: ""; } + content: "\f23c"; } -/* line 526, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 526, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-opencart:before { - content: ""; } + content: "\f23d"; } -/* line 527, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 527, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-expeditedssl:before { - content: ""; } - -/* line 528, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-battery-4:before, -.fa-battery-full:before { - content: ""; } - -/* line 529, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: ""; } - -/* line 530, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-battery-2:before, -.fa-battery-half:before { - content: ""; } - -/* line 531, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-battery-1:before, -.fa-battery-quarter:before { - content: ""; } - -/* line 532, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-battery-0:before, -.fa-battery-empty:before { - content: ""; } - -/* line 533, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ + content: "\f23e"; } + +/* line 528, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-battery-4:before, .fa-battery-full:before { + content: "\f240"; } + +/* line 529, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-battery-3:before, .fa-battery-three-quarters:before { + content: "\f241"; } + +/* line 530, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-battery-2:before, .fa-battery-half:before { + content: "\f242"; } + +/* line 531, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-battery-1:before, .fa-battery-quarter:before { + content: "\f243"; } + +/* line 532, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-battery-0:before, .fa-battery-empty:before { + content: "\f244"; } + +/* line 533, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-mouse-pointer:before { - content: ""; } + content: "\f245"; } -/* line 534, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 534, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-i-cursor:before { - content: ""; } + content: "\f246"; } -/* line 535, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 535, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-object-group:before { - content: ""; } + content: "\f247"; } -/* line 536, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 536, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-object-ungroup:before { - content: ""; } + content: "\f248"; } -/* line 537, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 537, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sticky-note:before { - content: ""; } + content: "\f249"; } -/* line 538, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 538, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-sticky-note-o:before { - content: ""; } + content: "\f24a"; } -/* line 539, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 539, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-jcb:before { - content: ""; } + content: "\f24b"; } -/* line 540, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 540, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-cc-diners-club:before { - content: ""; } + content: "\f24c"; } -/* line 541, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 541, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-clone:before { - content: ""; } + content: "\f24d"; } -/* line 542, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 542, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-balance-scale:before { - content: ""; } + content: "\f24e"; } -/* line 543, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 543, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hourglass-o:before { - content: ""; } + content: "\f250"; } -/* line 544, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: ""; } +/* line 544, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-hourglass-1:before, .fa-hourglass-start:before { + content: "\f251"; } -/* line 545, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: ""; } +/* line 545, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-hourglass-2:before, .fa-hourglass-half:before { + content: "\f252"; } -/* line 546, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: ""; } +/* line 546, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-hourglass-3:before, .fa-hourglass-end:before { + content: "\f253"; } -/* line 547, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 547, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hourglass:before { - content: ""; } + content: "\f254"; } -/* line 548, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: ""; } +/* line 548, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-hand-grab-o:before, .fa-hand-rock-o:before { + content: "\f255"; } -/* line 549, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: ""; } +/* line 549, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-hand-stop-o:before, .fa-hand-paper-o:before { + content: "\f256"; } -/* line 550, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 550, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-scissors-o:before { - content: ""; } + content: "\f257"; } -/* line 551, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 551, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-lizard-o:before { - content: ""; } + content: "\f258"; } -/* line 552, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 552, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-spock-o:before { - content: ""; } + content: "\f259"; } -/* line 553, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 553, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-pointer-o:before { - content: ""; } + content: "\f25a"; } -/* line 554, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 554, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-hand-peace-o:before { - content: ""; } + content: "\f25b"; } -/* line 555, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 555, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-trademark:before { - content: ""; } + content: "\f25c"; } -/* line 556, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 556, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-registered:before { - content: ""; } + content: "\f25d"; } -/* line 557, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 557, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-creative-commons:before { - content: ""; } + content: "\f25e"; } -/* line 558, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 558, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-gg:before { - content: ""; } + content: "\f260"; } -/* line 559, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 559, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-gg-circle:before { - content: ""; } + content: "\f261"; } -/* line 560, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 560, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-tripadvisor:before { - content: ""; } + content: "\f262"; } -/* line 561, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 561, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-odnoklassniki:before { - content: ""; } + content: "\f263"; } -/* line 562, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 562, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-odnoklassniki-square:before { - content: ""; } + content: "\f264"; } -/* line 563, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 563, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-get-pocket:before { - content: ""; } + content: "\f265"; } -/* line 564, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 564, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-wikipedia-w:before { - content: ""; } + content: "\f266"; } -/* line 565, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 565, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-safari:before { - content: ""; } + content: "\f267"; } -/* line 566, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 566, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-chrome:before { - content: ""; } + content: "\f268"; } -/* line 567, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 567, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-firefox:before { - content: ""; } + content: "\f269"; } -/* line 568, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 568, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-opera:before { - content: ""; } + content: "\f26a"; } -/* line 569, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 569, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-internet-explorer:before { - content: ""; } + content: "\f26b"; } -/* line 570, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-tv:before, -.fa-television:before { - content: ""; } +/* line 570, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-tv:before, .fa-television:before { + content: "\f26c"; } -/* line 571, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 571, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-contao:before { - content: ""; } + content: "\f26d"; } -/* line 572, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 572, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-500px:before { - content: ""; } + content: "\f26e"; } -/* line 573, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 573, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-amazon:before { - content: ""; } + content: "\f270"; } -/* line 574, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 574, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-calendar-plus-o:before { - content: ""; } + content: "\f271"; } -/* line 575, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 575, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-calendar-minus-o:before { - content: ""; } + content: "\f272"; } -/* line 576, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 576, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-calendar-times-o:before { - content: ""; } + content: "\f273"; } -/* line 577, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ -.fa-calendar-check-o:before, .event-teaser .left .date:before, -.event-full .left .date:before, #drupal-sib .dates:before { - content: ""; } +/* line 577, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +.fa-calendar-check-o:before, .event-teaser .left .date:before, .event-full .left .date:before, #drupal-sib .dates:before { + content: "\f274"; } -/* line 578, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 578, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-industry:before, #drupal-8-0-promo .features .feature.industry:before { - content: ""; } + content: "\f275"; } -/* line 579, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 579, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-map-pin:before { - content: ""; } + content: "\f276"; } -/* line 580, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 580, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-map-signs:before { - content: ""; } + content: "\f277"; } -/* line 581, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 581, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-map-o:before { - content: ""; } + content: "\f278"; } -/* line 582, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 582, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-map:before { - content: ""; } + content: "\f279"; } -/* line 583, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 583, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-commenting:before { - content: ""; } + content: "\f27a"; } -/* line 584, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 584, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-commenting-o:before { - content: ""; } + content: "\f27b"; } -/* line 585, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 585, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-houzz:before { - content: ""; } + content: "\f27c"; } -/* line 586, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 586, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-vimeo:before { - content: ""; } + content: "\f27d"; } -/* line 587, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 587, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-black-tie:before { - content: ""; } + content: "\f27e"; } -/* line 588, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ +/* line 588, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/font-awesome/font-awesome/_icons.scss */ .fa-fonticons:before { - content: ""; } + content: "\f280"; } -/* line 1, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_breadcrumbs.scss */ +/* line 1, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_breadcrumbs.scss */ .breadcrumb { color: #777; background: transporent; @@ -5123,7 +5230,7 @@ blockquote { border-radius: 4px; font-size: 13.5px; font-size: 0.84375rem; } - /* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_breadcrumbs.scss */ + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_breadcrumbs.scss */ .breadcrumb .delimiter { color: #ccc; } @@ -5134,29 +5241,8 @@ blockquote { /** * Default styles and resets for all buttons used as base for all others. */ -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ -input[type="submit"], -input[type="button"], -input[type="reset"], -button, -input[type="button"], -button, -.btn, -input[type="submit"], -.btn-primary, -.flag-will-go2-event, -.order-full .flag-ready2work .flag, -.btn-warning, -#edit-preview, -.btn-danger, -#edit-delete, -.btn-success, -.btn-info, -.page-403 .auth, -.page-403 .register, -#drupal-sib .buttons a, -#drupal-8-countdown .content .buttons .more, -#drupal-8-countdown .content .buttons .demo { +/* line 13, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +input[type="submit"], input[type="button"], input[type="reset"], button, input[type="button"], button, .btn, input[type="submit"], .btn-primary, .flag-will-go2-event, .order-full .flag-ready2work .flag, .btn-warning, #edit-preview, .btn-danger, #edit-delete, .btn-success, .btn-info, .page-403 .auth, .page-403 .register, #drupal-sib .buttons a, #drupal-8-countdown .content .buttons .more, #drupal-8-countdown .content .buttons .demo { cursor: pointer; display: inline-block; vertical-align: middle; @@ -5175,153 +5261,20 @@ input[type="submit"], /** * Default button style. */ -/* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ -input[type="button"], -button, -input[type="button"], -button, -.btn, -input[type="submit"], -.btn-primary, -.flag-will-go2-event, -.order-full .flag-ready2work .flag, -.btn-warning, -#edit-preview, -.btn-danger, -#edit-delete, -.btn-success, -.btn-info, -.page-403 .auth, -.page-403 .register, -#drupal-sib .buttons a, -#drupal-8-countdown .content .buttons .more, -#drupal-8-countdown .content .buttons .demo { +/* line 35, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +input[type="button"], button, input[type="button"], button, .btn, input[type="submit"], .btn-primary, .flag-will-go2-event, .order-full .flag-ready2work .flag, .btn-warning, #edit-preview, .btn-danger, #edit-delete, .btn-success, .btn-info, .page-403 .auth, .page-403 .register, #drupal-sib .buttons a, #drupal-8-countdown .content .buttons .more, #drupal-8-countdown .content .buttons .demo { transition: all 200ms; } - /* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - input[type="button"]:hover, input[type="button"]:focus, - button:hover, - button:focus, - input[type="button"]:hover, - button:hover, - .btn:hover, - input[type="submit"]:hover, - .btn-primary:hover, - .flag-will-go2-event:hover, - .order-full .flag-ready2work .flag:hover, - .btn-warning:hover, - #edit-preview:hover, - .btn-danger:hover, - #edit-delete:hover, - .btn-success:hover, - .btn-info:hover, - .page-403 .auth:hover, - .page-403 .register:hover, - #drupal-sib .buttons a:hover, - #drupal-8-countdown .content .buttons .more:hover, - #drupal-8-countdown .content .buttons .demo:hover, - input[type="button"]:focus, - button:focus, - .btn:focus, - input[type="submit"]:focus, - .btn-primary:focus, - .flag-will-go2-event:focus, - .order-full .flag-ready2work .flag:focus, - .btn-warning:focus, - #edit-preview:focus, - .btn-danger:focus, - #edit-delete:focus, - .btn-success:focus, - .btn-info:focus, - .page-403 .auth:focus, - .page-403 .register:focus, - #drupal-sib .buttons a:focus, - #drupal-8-countdown .content .buttons .more:focus, - #drupal-8-countdown .content .buttons .demo:focus { + /* line 39, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus, input[type="button"]:hover, button:hover, .btn:hover, input[type="submit"]:hover, .btn-primary:hover, .flag-will-go2-event:hover, .order-full .flag-ready2work .flag:hover, .btn-warning:hover, #edit-preview:hover, .btn-danger:hover, #edit-delete:hover, .btn-success:hover, .btn-info:hover, .page-403 .auth:hover, .page-403 .register:hover, #drupal-sib .buttons a:hover, #drupal-8-countdown .content .buttons .more:hover, #drupal-8-countdown .content .buttons .demo:hover, input[type="button"]:focus, button:focus, .btn:focus, input[type="submit"]:focus, .btn-primary:focus, .flag-will-go2-event:focus, .order-full .flag-ready2work .flag:focus, .btn-warning:focus, #edit-preview:focus, .btn-danger:focus, #edit-delete:focus, .btn-success:focus, .btn-info:focus, .page-403 .auth:focus, .page-403 .register:focus, #drupal-sib .buttons a:focus, #drupal-8-countdown .content .buttons .more:focus, #drupal-8-countdown .content .buttons .demo:focus { color: #333; text-decoration: none; } - /* line 44, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - input[type="button"]:active, - button:active, - input[type="button"]:active, - button:active, - .btn:active, - input[type="submit"]:active, - .btn-primary:active, - .flag-will-go2-event:active, - .order-full .flag-ready2work .flag:active, - .btn-warning:active, - #edit-preview:active, - .btn-danger:active, - #edit-delete:active, - .btn-success:active, - .btn-info:active, - .page-403 .auth:active, - .page-403 .register:active, - #drupal-sib .buttons a:active, - #drupal-8-countdown .content .buttons .more:active, - #drupal-8-countdown .content .buttons .demo:active { + /* line 44, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + input[type="button"]:active, button:active, input[type="button"]:active, button:active, .btn:active, input[type="submit"]:active, .btn-primary:active, .flag-will-go2-event:active, .order-full .flag-ready2work .flag:active, .btn-warning:active, #edit-preview:active, .btn-danger:active, #edit-delete:active, .btn-success:active, .btn-info:active, .page-403 .auth:active, .page-403 .register:active, #drupal-sib .buttons a:active, #drupal-8-countdown .content .buttons .more:active, #drupal-8-countdown .content .buttons .demo:active { background: #f4f4f4; border-color: #729fcf; transition: all 200ms; } - /* line 50, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - input[type="button"].disabled, input[type="button"][disabled], input[type="button"]:disabled, - button.disabled, - button[disabled], - button:disabled, - input.disabled[type="button"], - button.disabled, - .disabled.btn, - input.disabled[type="submit"], - .disabled.btn-primary, - .disabled.flag-will-go2-event, - .order-full .flag-ready2work .disabled.flag, - .disabled.btn-warning, - .disabled#edit-preview, - .disabled.btn-danger, - .disabled#edit-delete, - .disabled.btn-success, - .disabled.btn-info, - .page-403 .disabled.auth, - .page-403 .disabled.register, - #drupal-sib .buttons a.disabled, - #drupal-8-countdown .content .buttons .disabled.more, - #drupal-8-countdown .content .buttons .disabled.demo, - input[disabled][type="button"], - button[disabled], - [disabled].btn, - input[disabled][type="submit"], - [disabled].btn-primary, - [disabled].flag-will-go2-event, - .order-full .flag-ready2work [disabled].flag, - [disabled].btn-warning, - [disabled]#edit-preview, - [disabled].btn-danger, - [disabled]#edit-delete, - [disabled].btn-success, - [disabled].btn-info, - .page-403 [disabled].auth, - .page-403 [disabled].register, - #drupal-sib .buttons a[disabled], - #drupal-8-countdown .content .buttons [disabled].more, - #drupal-8-countdown .content .buttons [disabled].demo, - input[type="button"]:disabled, - button:disabled, - .btn:disabled, - input[type="submit"]:disabled, - .btn-primary:disabled, - .flag-will-go2-event:disabled, - .order-full .flag-ready2work .flag:disabled, - .btn-warning:disabled, - #edit-preview:disabled, - .btn-danger:disabled, - #edit-delete:disabled, - .btn-success:disabled, - .btn-info:disabled, - .page-403 .auth:disabled, - .page-403 .register:disabled, - #drupal-sib .buttons a:disabled, - #drupal-8-countdown .content .buttons .more:disabled, - #drupal-8-countdown .content .buttons .demo:disabled { + /* line 52, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + input[type="button"].disabled, input[type="button"][disabled], input[type="button"]:disabled, button.disabled, button[disabled], button:disabled, .btn.disabled, input.disabled[type="button"], button.disabled, .disabled.btn, input.disabled[type="submit"], .disabled.btn-primary, .disabled.flag-will-go2-event, .order-full .flag-ready2work .disabled.flag, .disabled.btn-warning, .disabled#edit-preview, .disabled.btn-danger, .disabled#edit-delete, .disabled.btn-success, .disabled.btn-info, .page-403 .disabled.auth, .page-403 .disabled.register, #drupal-sib .buttons a.disabled, #drupal-8-countdown .content .buttons .disabled.more, #drupal-8-countdown .content .buttons .disabled.demo, .btn[disabled], input[disabled][type="button"], button[disabled], [disabled].btn, input[disabled][type="submit"], [disabled].btn-primary, [disabled].flag-will-go2-event, .order-full .flag-ready2work [disabled].flag, [disabled].btn-warning, [disabled]#edit-preview, [disabled].btn-danger, [disabled]#edit-delete, [disabled].btn-success, [disabled].btn-info, .page-403 [disabled].auth, .page-403 [disabled].register, #drupal-sib .buttons a[disabled], #drupal-8-countdown .content .buttons [disabled].more, #drupal-8-countdown .content .buttons [disabled].demo, input[type="button"]:disabled, button:disabled, .btn:disabled, input[type="submit"]:disabled, .btn-primary:disabled, .flag-will-go2-event:disabled, .order-full .flag-ready2work .flag:disabled, .btn-warning:disabled, #edit-preview:disabled, .btn-danger:disabled, #edit-delete:disabled, .btn-success:disabled, .btn-info:disabled, .page-403 .auth:disabled, .page-403 .register:disabled, #drupal-sib .buttons a:disabled, #drupal-8-countdown .content .buttons .more:disabled, #drupal-8-countdown .content .buttons .demo:disabled { cursor: not-allowed; pointer-events: none; opacity: 0.7; } @@ -5329,45 +5282,24 @@ input[type="submit"], /** * Submit and primary button style. */ -/* line 62, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ -input[type="submit"], -.btn-primary, -.flag-will-go2-event, -.order-full .flag-ready2work .flag { +/* line 63, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +input[type="submit"], .btn-primary, .flag-will-go2-event, .order-full .flag-ready2work .flag { background: #49A5DE; color: #fff; border: 1px solid #339ada; } - /* line 69, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - input[type="submit"]:hover, input[type="submit"]:focus, - .btn-primary:hover, - .flag-will-go2-event:hover, - .order-full .flag-ready2work .flag:hover, - .btn-primary:focus, - .flag-will-go2-event:focus, - .order-full .flag-ready2work .flag:focus { + /* line 70, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + input[type="submit"]:hover, input[type="submit"]:focus, .btn-primary:hover, .flag-will-go2-event:hover, .order-full .flag-ready2work .flag:hover, .btn-primary:focus, .flag-will-go2-event:focus, .order-full .flag-ready2work .flag:focus { background: #339ada; color: #fff; text-decoration: none; } - /* line 76, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - input[type="submit"]:active, - .btn-primary:active, - .flag-will-go2-event:active, - .order-full .flag-ready2work .flag:active { + /* line 76, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + input[type="submit"]:active, .btn-primary:active, .flag-will-go2-event:active, .order-full .flag-ready2work .flag:active { background: #339ada; color: #fff; text-decoration: none; box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2); } - /* line 83, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - input[type="submit"].disabled, input[type="submit"][disabled], input[type="submit"]:disabled, - .btn-primary.disabled, - .disabled.flag-will-go2-event, - .order-full .flag-ready2work .disabled.flag, - .btn-primary[disabled], - [disabled].flag-will-go2-event, - .order-full .flag-ready2work [disabled].flag, - .btn-primary:disabled, - .flag-will-go2-event:disabled, - .order-full .flag-ready2work .flag:disabled { + /* line 85, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + input[type="submit"].disabled, input[type="submit"][disabled], input[type="submit"]:disabled, .btn-primary.disabled, .disabled.flag-will-go2-event, .order-full .flag-ready2work .disabled.flag, .btn-primary[disabled], [disabled].flag-will-go2-event, .order-full .flag-ready2work [disabled].flag, .btn-primary:disabled, .flag-will-go2-event:disabled, .order-full .flag-ready2work .flag:disabled { cursor: not-allowed; pointer-events: none; opacity: 0.7; } @@ -5375,31 +5307,24 @@ input[type="submit"], /** * Warning and preview buttons style. */ -/* line 95, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ -.btn-warning, -#edit-preview { +/* line 96, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +.btn-warning, #edit-preview { background: #f0ad4e; color: #fff; border: 1px solid #eea236; } - /* line 102, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - .btn-warning:hover, .btn-warning:focus, - #edit-preview:hover, - #edit-preview:focus { + /* line 103, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + .btn-warning:hover, .btn-warning:focus, #edit-preview:hover, #edit-preview:focus { background: #eea236; color: #fff; text-decoration: none; } - /* line 109, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - .btn-warning:active, - #edit-preview:active { + /* line 109, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + .btn-warning:active, #edit-preview:active { background: #eea236; color: #fff; text-decoration: none; box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2); } - /* line 116, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - .btn-warning.disabled, .btn-warning[disabled], .btn-warning:disabled, - #edit-preview.disabled, - #edit-preview[disabled], - #edit-preview:disabled { + /* line 118, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + .btn-warning.disabled, .btn-warning[disabled], .btn-warning:disabled, #edit-preview.disabled, #edit-preview[disabled], #edit-preview:disabled { cursor: not-allowed; pointer-events: none; opacity: 0.7; } @@ -5407,31 +5332,24 @@ input[type="submit"], /** * Danger and delete button style. */ -/* line 128, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ -.btn-danger, -#edit-delete { +/* line 129, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +.btn-danger, #edit-delete { background: #d9534f; color: #fff; border: 1px solid #d43f3a; } - /* line 135, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - .btn-danger:hover, .btn-danger:focus, - #edit-delete:hover, - #edit-delete:focus { + /* line 136, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + .btn-danger:hover, .btn-danger:focus, #edit-delete:hover, #edit-delete:focus { background: #d43f3a; color: #fff; text-decoration: none; } - /* line 142, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - .btn-danger:active, - #edit-delete:active { + /* line 142, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + .btn-danger:active, #edit-delete:active { background: #d43f3a; color: #fff; text-decoration: none; box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2); } - /* line 149, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ - .btn-danger.disabled, .btn-danger[disabled], .btn-danger:disabled, - #edit-delete.disabled, - #edit-delete[disabled], - #edit-delete:disabled { + /* line 151, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + .btn-danger.disabled, .btn-danger[disabled], .btn-danger:disabled, #edit-delete.disabled, #edit-delete[disabled], #edit-delete:disabled { cursor: not-allowed; pointer-events: none; opacity: 0.7; } @@ -5439,23 +5357,23 @@ input[type="submit"], /** * Success button style. */ -/* line 161, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +/* line 161, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-success { background: #5cb85c; color: #fff; border: 1px solid #4cae4c; } - /* line 167, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + /* line 168, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-success:hover, .btn-success:focus { background: #4cae4c; color: #fff; text-decoration: none; } - /* line 174, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + /* line 174, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-success:active { background: #4cae4c; color: #fff; text-decoration: none; box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2); } - /* line 181, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + /* line 183, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-success.disabled, .btn-success[disabled], .btn-success:disabled { cursor: not-allowed; pointer-events: none; @@ -5464,23 +5382,23 @@ input[type="submit"], /** * Info button style. */ -/* line 193, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ +/* line 193, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-info { background: #5bc0de; color: #fff; border: 1px solid #46b8da; } - /* line 199, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + /* line 200, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-info:hover, .btn-info:focus { background: #46b8da; color: #fff; text-decoration: none; } - /* line 206, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + /* line 206, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-info:active { background: #46b8da; color: #fff; text-decoration: none; box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.2); } - /* line 213, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ + /* line 215, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_buttons.scss */ .btn-info.disabled, .btn-info[disabled], .btn-info:disabled { cursor: not-allowed; pointer-events: none; @@ -5490,20 +5408,19 @@ input[type="submit"], * @file * Checkboxes. */ -/* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ +/* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ input[type="checkbox"].glisseo-checkbox { display: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ input[type="checkbox"].glisseo-checkbox:disabled ~ .glisseo-checkbox-switcher { opacity: .5; cursor: not-allowed; } - -/* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ +/* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ input[type="checkbox"].glisseo-checkbox:checked ~ .glisseo-checkbox-switcher .glisseo-checkbox-switcher-container { left: 1px; transition: all 0.17s ease 0s; } -/* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ +/* line 29, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ .glisseo-checkbox-switcher { cursor: pointer; display: inline-block; @@ -5527,20 +5444,20 @@ input[type="checkbox"].glisseo-checkbox:checked ~ .glisseo-checkbox-switcher .gl font-weight: normal; line-height: 23px; margin: 0 0 0.25rem 0; } - /* line 53, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ + /* line 53, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ .glisseo-checkbox-switcher .glisseo-checkbox-switcher-container { width: 200px; position: relative; left: -38px; transition: all 0.17s ease 0s; } - /* line 60, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ + /* line 60, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ .glisseo-checkbox-switcher .left { width: 37px; height: 23px; float: left; color: #5890ff; text-shadow: 0px 1px 0 white; } - /* line 68, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ + /* line 68, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ .glisseo-checkbox-switcher .mid { width: 37px; height: 23px; @@ -5558,26 +5475,26 @@ input[type="checkbox"].glisseo-checkbox:checked ~ .glisseo-checkbox-switcher .gl border-style: solid; border-color: #D0D0D0; border-radius: 3px; } - /* line 87, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ + /* line 87, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ .glisseo-checkbox-switcher .right { width: 37px; height: 23px; float: left; color: #555; } - /* line 94, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ + /* line 94, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_checkboxes.scss */ .glisseo-checkbox-switcher ~ .description { margin-left: 80px; } -/* line 2, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_contextual-links.scss */ +/* line 2, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_contextual-links.scss */ div.contextual-links-wrapper ul.contextual-links { background: white; border: 1px solid #ddd; border-radius: 4px 0 4px 4px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); } - /* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_contextual-links.scss */ + /* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_contextual-links.scss */ div.contextual-links-wrapper ul.contextual-links li a { color: inherit; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_contextual-links.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_contextual-links.scss */ div.contextual-links-wrapper ul.contextual-links li:hover a { background: #f2f2f2; } @@ -5585,27 +5502,26 @@ div.contextual-links-wrapper ul.contextual-links { * @file * Fieldsets */ -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ fieldset { border: 1px solid #D0D0D0; padding: 15px; position: relative; margin: 15px 0px; } - /* line 11, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ + /* line 11, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ fieldset .fieldset-legend { font-weight: bold; margin-top: 5px; position: absolute; text-transform: uppercase; } - /* line 18, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ + /* line 18, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ fieldset .fieldset-wrapper { margin: 20px 0px 0 0; } -/* line 25, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ +/* line 25, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ html.js fieldset.collapsed { border-width: 1px; } - -/* line 30, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ +/* line 30, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_fieldsets.scss */ html.js fieldset.collapsible .fieldset-legend { padding-left: 15px; } @@ -5613,24 +5529,8 @@ html.js fieldset.collapsible .fieldset-legend { * @file * Form and form elements styles. */ -/* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ -input[type="text"], -input[type="password"], -input[type="email"], -input[type="search"], -input[type="tel"], -input[type="url"], -input[type="number"], -input[type="date"], -input[type="month"], -input[type="week"], -input[type="time"], -input[type="datetime"], -input[type="datetime-local"], -input[autofocus], -input[required], -textarea, -select { +/* line 22, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[autofocus], input[required], textarea, select { display: block; max-width: 100%; width: auto; @@ -5644,78 +5544,30 @@ select { border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); box-sizing: border-box; } - /* line 37, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ - input[type="text"].error, - input[type="password"].error, - input[type="email"].error, - input[type="search"].error, - input[type="tel"].error, - input[type="url"].error, - input[type="number"].error, - input[type="date"].error, - input[type="month"].error, - input[type="week"].error, - input[type="time"].error, - input[type="datetime"].error, - input[type="datetime-local"].error, - input[autofocus].error, - input[required].error, - textarea.error, - select.error { + /* line 37, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="search"].error, input[type="tel"].error, input[type="url"].error, input[type="number"].error, input[type="date"].error, input[type="month"].error, input[type="week"].error, input[type="time"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[autofocus].error, input[required].error, textarea.error, select.error { border-color: #e74c3c; } - /* line 41, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ - input[type="text"]:focus, - input[type="password"]:focus, - input[type="email"]:focus, - input[type="search"]:focus, - input[type="tel"]:focus, - input[type="url"]:focus, - input[type="number"]:focus, - input[type="date"]:focus, - input[type="month"]:focus, - input[type="week"]:focus, - input[type="time"]:focus, - input[type="datetime"]:focus, - input[type="datetime-local"]:focus, - input[autofocus]:focus, - input[required]:focus, - textarea:focus, - select:focus { + /* line 41, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[autofocus]:focus, input[required]:focus, textarea:focus, select:focus { outline: medium none; border-color: #2780f8; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0px 7px rgba(39, 128, 248, 0.15); background: white; -webkit-transition: all 200ms linear; transition: all 200ms linear; } - /* line 50, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ - input[type="text"]:disabled, - input[type="password"]:disabled, - input[type="email"]:disabled, - input[type="search"]:disabled, - input[type="tel"]:disabled, - input[type="url"]:disabled, - input[type="number"]:disabled, - input[type="date"]:disabled, - input[type="month"]:disabled, - input[type="week"]:disabled, - input[type="time"]:disabled, - input[type="datetime"]:disabled, - input[type="datetime-local"]:disabled, - input[autofocus]:disabled, - input[required]:disabled, - textarea:disabled, - select:disabled { - cursor: not-allowed; + /* line 50, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="url"]:disabled, input[type="number"]:disabled, input[type="date"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="time"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[autofocus]:disabled, input[required]:disabled, textarea:disabled, select:disabled { + cursor: false; background: #fafafa; font-size: 100%; color: #a3a3a3; text-shadow: none; } -/* line 59, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +/* line 59, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ textarea { height: auto; } -/* line 63, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +/* line 63, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ select { cursor: pointer; background-image: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%); @@ -5727,7 +5579,7 @@ select { border-width: 1px; border-style: solid; border-color: #999 #b8b8b8 #b8b8b8 #b8b8b8; } - /* line 71, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + /* line 71, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ select:focus { background-image: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%); background-image: -o-linear-gradient(top, white 0%, #f9f9f9 100%); @@ -5736,39 +5588,39 @@ select { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF9F9F9', GradientType=0); border-color: #2780f8; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0px 7px rgba(39, 128, 248, 0.15); } - /* line 76, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + /* line 76, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ select[multiple="multiple"] { height: auto; } -/* line 81, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +/* line 81, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ label { display: inline-block; max-width: 100%; margin-bottom: 0.3125rem; font-weight: bold; } -/* line 88, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +/* line 88, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ .label-inline { display: inline-block; } /** * Drupal specific styles. */ -/* line 95, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +/* line 95, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ .form-item { margin: 0; padding: 0 0 10px 0; } - /* line 98, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + /* line 98, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ .form-item .description { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } -/* line 107, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ +/* line 107, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ .form-actions input { margin: 0 0.375rem 0 0; } - /* line 109, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ + /* line 109, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_forms.scss */ .form-actions input:last-child { margin: 0; } @@ -5776,7 +5628,7 @@ label { * @file * Styles for system messages. */ -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ .messages, .order-full .no-contacts-warning { position: relative; min-height: 1em; @@ -5787,17 +5639,17 @@ label { color: rgba(0, 0, 0, 0.8); border-radius: .2857rem; border: 1px solid transparent; } - /* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ + /* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ .messages.error, .order-full .error.no-contacts-warning { border-color: #EBCCD1; background-color: #F2DEDE; color: #A94442; } - /* line 22, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ + /* line 22, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ .messages.status, .order-full .status.no-contacts-warning { border-color: #D6E9C6; background-color: #DFF0D8; color: #3C763D; } - /* line 28, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ + /* line 28, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_messages.scss */ .messages.warning, .order-full .no-contacts-warning { border-color: #FAEBCC; background-color: #FCF8E3; @@ -5807,7 +5659,7 @@ label { * @file * Pager styles. */ -/* line 5, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ +/* line 5, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager { margin: 1rem auto; padding: 0px; @@ -5817,32 +5669,32 @@ label { border: 1px solid #C5C5C5; border-radius: 4px; overflow: hidden; } - /* line 15, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ + /* line 15, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager li { float: left; border-right: 1px solid #C5C5C5; background: transparent; transition: background 200ms; } - /* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ + /* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager li a { padding: 0 1rem; color: #777777; text-decoration: none; line-height: 2rem; } - /* line 28, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ + /* line 28, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager li:hover { background: #F9F9F9; transition: background 200ms; } - /* line 33, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ + /* line 33, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager li:last-child { border: none; } - /* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ + /* line 38, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager .pager-ellipsis { padding: 0 1rem; color: #777777; text-decoration: none; line-height: 2rem; } - /* line 45, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ + /* line 45, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_pager.scss */ .pager .pager-current { padding: 0 1rem; color: #777777; @@ -5853,27 +5705,26 @@ label { /** * Tabs style. */ -/* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ +/* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ ul.tabs:after { content: " "; display: block; clear: both; } - -/* line 7, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ +/* line 7, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.primary { background: white; margin: 1rem 0; padding: 0; list-style: none; border-bottom: 1px solid #bdc3c7; } - /* line 14, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 14, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.primary li { float: left; } - /* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.primary li.active { margin-bottom: -1px; border-bottom: 3px solid #2E5B95; } - /* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 20, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.primary li a { color: #bdc3c7; display: block; @@ -5881,32 +5732,30 @@ ul.tabs.primary { border: none; text-decoration: none; transition: all 500ms; } - /* line 29, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ - ul.tabs.primary li.active a, - ul.tabs.primary li:hover a { + /* line 30, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + ul.tabs.primary li.active a, ul.tabs.primary li:hover a { color: #2E5B95; transition: all 500ms; } - -/* line 38, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ +/* line 38, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.secondary { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #E0E0E0; } - /* line 44, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 44, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.secondary:after { content: ''; display: block; float: none; clear: both; } - /* line 51, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 51, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.secondary li { float: left; display: block; border: none; padding: 0; margin: 0; } - /* line 58, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 58, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.secondary li a { display: block; margin: 0; @@ -5915,41 +5764,40 @@ ul.tabs.secondary { border: none; box-shadow: none; transition: box-shadow 200ms; } - /* line 68, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 68, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.secondary li.active a { background: white; box-shadow: inset 0px -2px 0px #6D6D6D; } - /* line 73, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 73, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs.secondary li.hover a { box-shadow: inset 0px -2px 0px #6D6D6D; transition: box-shadow 200ms; } - -/* line 80, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ +/* line 80, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ ul.tabs:last-child { margin-bottom: 15px; } -/* line 86, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ +/* line 86, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs { background: white; } - /* line 88, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 88, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs .vertical-tabs-list { background: #fbfaf8; border: 1px solid #DDD; } - /* line 91, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 91, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs .vertical-tabs-list * { text-decoration: none !important; outline: 0 !important; } - /* line 96, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 96, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs .vertical-tabs-list .vertical-tab-button { border: none; } - /* line 98, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 98, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs .vertical-tabs-list .vertical-tab-button a { color: #555459; border: none; } - /* line 103, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 103, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs .vertical-tabs-list .vertical-tab-button.selected { background: #439fe0; } - /* line 105, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ + /* line 105, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tabs.scss */ .vertical-tabs .vertical-tabs-list .vertical-tab-button.selected strong, .vertical-tabs .vertical-tabs-list .vertical-tab-button.selected .summary { color: white; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); } @@ -5958,24 +5806,23 @@ ul.tabs:last-child { * @file * Radio. */ -/* line 8, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ +/* line 8, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ input[type="radio"].glisseo-radio { display: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ input[type="radio"].glisseo-radio:disabled ~ .glisseo-radio-wrapper { opacity: .5; cursor: not-allowed; } - -/* line 20, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ +/* line 20, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ input[type="radio"].glisseo-radio:checked ~ .glisseo-radio-wrapper { box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.22) inset; transition: all 0.17s ease 0s; } - /* line 24, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ + /* line 24, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ input[type="radio"].glisseo-radio:checked ~ .glisseo-radio-wrapper .glisseo-radio-mark { opacity: 1; transition: all 0.17s ease 0s; } -/* line 32, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ +/* line 32, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ .glisseo-radio-wrapper { position: relative; width: 17px; @@ -5996,11 +5843,11 @@ input[type="radio"].glisseo-radio:checked ~ .glisseo-radio-wrapper { background: linear-gradient(to bottom, #fcfcfc 0%, #f0f0f0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f0f0f0', GradientType=0); transition: all 0.17s ease 0s; } - /* line 53, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ + /* line 53, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ .glisseo-radio-wrapper:hover { box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.11); transition: all 0.17s ease 0s; } - /* line 58, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ + /* line 58, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_radios.scss */ .glisseo-radio-wrapper .glisseo-radio-mark { width: 7px; height: 7px; @@ -6013,7 +5860,7 @@ input[type="radio"].glisseo-radio:checked ~ .glisseo-radio-wrapper { /** * Tables style. */ -/* line 4, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ +/* line 4, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table { width: 100%; background: #fff; @@ -6023,7 +5870,7 @@ table { color: #333333; border-collapse: separate; border-spacing: 0; } - /* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ + /* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table thead tr th { cursor: auto; text-align: left; @@ -6034,22 +5881,22 @@ table { text-transform: none; border-bottom: 2px solid #ddd; border-left: none; } - /* line 27, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ + /* line 27, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table thead tr th:first-child { border-top-left-radius: .25rem; } - /* line 31, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ + /* line 31, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table thead tr th:last-child { border-top-right-radius: .25rem; } - /* line 40, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ + /* line 40, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table tbody tr td { padding: .7em .8em; text-align: left; vertical-align: middle; border-top: 1px solid #d4d4d5; } - /* line 48, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ + /* line 48, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table tbody tr:first-child td { border-top: none; } - /* line 57, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ + /* line 57, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/component/_tables.scss */ table.table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #F9F9F9; } @@ -6057,11 +5904,11 @@ table { * @file * Styles for status pages like 404, 403. */ -/* line 6, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ +/* line 6, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ .page-404, .page-403 { background: #f2f2f2; color: #333333; } - /* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ + /* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ .page-404 .content, .page-403 .content { max-width: 20rem; position: absolute; @@ -6069,19 +5916,19 @@ table { left: 50%; transform: translate(-50%, -50%); text-align: center; } - /* line 16, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ + /* line 16, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ .page-404 .content .code, .page-403 .content .code { font-size: 170px; font-size: 10.625rem; font-weight: bold; margin: 0; } - /* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ + /* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ .page-404 .content .status, .page-403 .content .status { font-size: 36px; font-size: 2.25rem; text-transform: uppercase; margin: 0; } - /* line 26, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ + /* line 26, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_status-pages.scss */ .page-404 .content .home, .page-403 .content .home { display: block; margin: 0.625rem 0; @@ -6092,37 +5939,35 @@ table { * Main styles. * Use it well. */ -/* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_box-sizing.scss */ +/* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_box-sizing.scss */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } -/* line 9, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 9, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ body { word-break: break-word; } -/* line 13, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 13, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header { font-size: 0.875rem; background: #2E5B95; box-shadow: inset 0 8.5rem 0 0 rgba(0, 0, 0, 0.5); } - @media (min-width: 768px) { - /* line 13, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 768px) { #header { box-shadow: inset 0 2.5rem 0 0 rgba(0, 0, 0, 0.5); } } - /* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 21, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .logo { background: white; padding: 0.625rem 1.25rem; } - @media (min-width: 768px) and (max-width: 992px) { - /* line 21, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 768px) and (max-width: 992px) { #header .pane .logo { overflow: hidden; height: 2.5rem; padding-top: 0.25rem; } } - @media (max-width: 768px) { - /* line 30, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (max-width: 768px) { + /* line 30, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .logo > a { display: block; overflow: hidden; @@ -6130,29 +5975,27 @@ body { padding: 0; width: 10.625rem; margin: 0 auto; } } - /* line 42, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 42, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top { height: 2.5rem; color: #eeeeee; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #header .pane .content .top:after { content: " "; display: block; clear: both; } - /* line 46, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 46, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .search-form { width: 100%; float: left; position: relative; } - @media (min-width: 768px) { - /* line 46, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 768px) { #header .pane .content .top .search-form { width: 10rem; } } - @media (min-width: 992px) { - /* line 46, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 992px) { #header .pane .content .top .search-form { width: 15rem; } } - /* line 56, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 56, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .search-form .search-input { height: 2.5rem; width: 100%; @@ -6163,12 +6006,12 @@ body { color: #FFF; padding-left: 2.5rem; margin: 0; } - /* line 67, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 67, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .search-form:before { position: absolute; left: 0.875rem; line-height: 2.5rem; } - /* line 78, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 78, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-links .link { position: relative; display: block; @@ -6178,21 +6021,21 @@ body { padding: 0 0.625rem; background: transparent; transition: all 400ms; } - /* line 87, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 87, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-links .link:hover { background: rgba(0, 0, 0, 0.2); transition: all 400ms; } - /* line 91, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 91, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-links .link.tracker, #header .pane .content .top .header-links .link.github { padding-left: 2.1875rem; } - /* line 93, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 93, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-links .link.tracker:before, #header .pane .content .top .header-links .link.github:before { position: absolute; left: 0; line-height: 2.5rem; width: 2.1875rem; text-align: center; } - /* line 107, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 107, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-links .link.tracker.new:before { -webkit-transform-origin: top center; -moz-transform-origin: top center; @@ -6234,10 +6077,10 @@ body { -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } - /* line 123, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 123, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-anon { float: right; } - /* line 125, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 125, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-anon .link { display: block; float: left; @@ -6245,16 +6088,16 @@ body { padding: 0 1.25rem; color: white; font-weight: bold; } - /* line 132, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 132, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-anon .link.sign-up { background: #4c9067; } - /* line 139, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 139, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-user { float: right; } - /* line 141, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 141, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-user .picture { float: left; } - /* line 144, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 144, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-user .username { display: block; float: left; @@ -6266,7 +6109,7 @@ body { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - /* line 156, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 156, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-user .logout { float: left; display: block; @@ -6275,24 +6118,24 @@ body { color: white; text-align: center; background: rgba(255, 255, 255, 0.2); } - /* line 164, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 164, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #header .pane .content .top .header-auth-user .logout:before { margin-left: 0.4375rem; } -/* line 177, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 177, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #navigation .menu { margin: 0; padding: 0; list-style: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #navigation .menu:after { content: " "; display: block; clear: both; } - /* line 182, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 182, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #navigation .menu li { float: left; } - /* line 184, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 184, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #navigation .menu li a { display: block; line-height: 4.75rem; @@ -6302,73 +6145,68 @@ body { font-size: 1.125rem; background: transparent; transition: all 500ms; } - /* line 192, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 192, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #navigation .menu li a:hover, #navigation .menu li a.active-trail { background: rgba(0, 0, 0, 0.25); transition: all 500ms; } - -@media (min-width: 768px) and (max-width: 992px) { - /* line 176, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +@media (min-width: 768px) and (max-width: 992px) { #navigation { width: 752px; margin-left: -11.875rem; } - /* line 203, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 203, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #navigation .menu li a { font-size: 17px; font-size: 1.0625rem; } } -/* line 209, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 209, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #main { background: white; padding: 1.25rem; position: relative; overflow: hidden; } -/* line 216, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 216, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .facetapi-facetapi-checkbox-links { margin: 0; padding: 0; list-style: none; } -/* line 222, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 222, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #content { position: relative; } - @media (max-width: 768px) { - /* line 222, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (max-width: 768px) { #content { -webkit-transform: translateX(0); transform: translateX(0); transition: all 300ms; } - /* line 228, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 228, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .sidebar-open #content { -webkit-transform: translateX(-291px); transform: translateX(-291px); transition: all 300ms; } } - @media (min-width: 768px) and (max-width: 992px) { - /* line 222, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 768px) and (max-width: 992px) { #content { -webkit-transform: translateX(0); transform: translateX(0); transition: all 300ms; } - /* line 238, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 238, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .sidebar-open #content { -webkit-transform: translateX(-291px); transform: translateX(-291px); transition: all 300ms; } } -/* line 246, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 246, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #sidebar { position: relative; } - /* line 248, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 248, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #sidebar > .block { margin-bottom: 1.25rem; } - /* line 250, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 250, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #sidebar > .block > .title { margin-top: 0; font-size: 20px; font-size: 1.25rem; } - @media (max-width: 768px) { - /* line 246, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (max-width: 768px) { #sidebar { width: 18.1875rem; position: absolute; @@ -6377,13 +6215,12 @@ body { -webkit-transform: translateX(291px); transform: translateX(291px); transition: all 300ms; } - /* line 263, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 263, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .sidebar-open #sidebar { -webkit-transform: translateX(0); transform: translateX(0); transition: all 300ms; } } - @media (min-width: 768px) and (max-width: 992px) { - /* line 246, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 768px) and (max-width: 992px) { #sidebar { width: 18.1875rem; position: absolute; @@ -6392,49 +6229,49 @@ body { -webkit-transform: translateX(291px); transform: translateX(291px); transition: all 300ms; } - /* line 277, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 277, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .sidebar-open #sidebar { -webkit-transform: translateX(0); transform: translateX(0); transition: all 300ms; } } -/* line 285, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 285, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser { border-bottom: 1px solid #eeeeee; padding-bottom: 1.25rem; margin-bottom: 1.25rem; } - /* line 289, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 289, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info { cursor: pointer; text-align: center; font-size: 17px; font-size: 1.0625rem; } - /* line 293, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 293, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info .rating, .question-teaser .info .answers { padding: 0.375rem; } - /* line 295, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 295, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info .rating .label, .question-teaser .info .answers .label { font-size: 13.5px; font-size: 0.84375rem; } - /* line 299, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 299, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info .answers { color: #4c9067; } - /* line 301, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 301, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info .answers.has-best { background: #e0f0d3; } - /* line 304, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 304, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info .answers.no-answers { color: #333333; } - /* line 310, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 310, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .right .title { margin-top: 0; font-size: 18px; font-size: 1.125rem; } - /* line 314, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 314, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .right .tags { float: left; line-height: 0.875rem; } - /* line 317, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 317, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .right .tags .tag { display: inline-block; background: #f8f8f8; @@ -6445,10 +6282,10 @@ body { padding: 0.25rem; font-size: 11px; font-size: 0.6875rem; } - /* line 326, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 326, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .right .tags .tag:before { margin-right: 0.25rem; } - /* line 341, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 341, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .right .created { float: right; font-size: 12px; @@ -6456,7 +6293,7 @@ body { padding-top: 0.25rem; color: #707070; } -/* line 353, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 353, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .left .rate-widget { text-align: center; font-size: 30px; @@ -6464,29 +6301,26 @@ body { line-height: 1; margin: 0; color: #333333; } - /* line 362, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 363, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .left .rate-widget .rate-plus.voted, .question-full .content-pane > .left .rate-widget .rate-plus:hover { color: #2E5B95; } - /* line 370, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 371, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .left .rate-widget .rate-minus.voted, .question-full .content-pane > .left .rate-widget .rate-minus:hover { color: #2E5B95; } - /* line 375, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .question-full .content-pane > .left .rate-widget .rate-plus, - .question-full .content-pane > .left .rate-widget .rate-minus { + /* line 376, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .question-full .content-pane > .left .rate-widget .rate-plus, .question-full .content-pane > .left .rate-widget .rate-minus { color: #eeeeee; font-size: 2.5rem; } - /* line 379, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .question-full .content-pane > .left .rate-widget .rate-plus.disabled:hover, - .question-full .content-pane > .left .rate-widget .rate-minus.disabled:hover { + /* line 379, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .question-full .content-pane > .left .rate-widget .rate-plus.disabled:hover, .question-full .content-pane > .left .rate-widget .rate-minus.disabled:hover { color: #eeeeee; } - -/* line 385, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 385, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right { margin-bottom: 1.25rem; } - /* line 387, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 387, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .tags { line-height: 0.875rem; } - /* line 389, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 389, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .tags .tag { display: inline-block; background: #f8f8f8; @@ -6497,18 +6331,18 @@ body { padding: 0.25rem; font-size: 11px; font-size: 0.6875rem; } - /* line 398, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 398, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .tags .tag:before { margin-right: 0.25rem; } - /* line 413, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 413, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .bottom { margin-bottom: 0.9375rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-full .content-pane > .right .bottom:after { content: " "; display: block; clear: both; } - /* line 416, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 416, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .bottom .signature { padding: 0.3125rem; background: #e5edf7; @@ -6517,43 +6351,41 @@ body { font-size: 12px; font-size: 0.75rem; line-height: 1.5; } - /* line 423, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 423, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .bottom .signature .user { margin-top: 0.3125rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-full .content-pane > .right .bottom .signature .user:after { content: " "; display: block; clear: both; } - /* line 426, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 426, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .bottom .signature .user .picture { display: block; width: 2rem; float: left; margin-top: 0.125rem; } - /* line 432, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 432, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .bottom .signature .user .info { float: left; margin-left: 0.375rem; } - /* line 436, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 436, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .bottom .signature .user .info .rating:before { margin-right: 0.25rem; } - /* line 446, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 446, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .content-pane > .right .add-comment { font-size: 13px; font-size: 0.8125rem; } - -/* line 451, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 451, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .node-answer-form { display: none; } - -/* line 454, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 454, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-full .answers__title { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } -/* line 461, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 461, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .hljs { background: white; font-size: 12px; @@ -6561,12 +6393,12 @@ body { border-left: 4px solid rgba(0, 39, 59, 0.5); padding: 0.3125rem 0 0.3125rem 0.75rem; } -/* line 468, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 468, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser { border-bottom: 1px solid #eeeeee; padding-bottom: 1.25rem; margin-bottom: 1.25rem; } - /* line 473, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 473, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .rate-widget { text-align: center; font-size: 30px; @@ -6574,56 +6406,54 @@ body { line-height: 1; margin: 0; color: #333333; } - /* line 482, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 483, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .rate-widget .rate-plus.voted, .answer-teaser > .left .rate-widget .rate-plus:hover { color: #2E5B95; } - /* line 490, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 491, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .rate-widget .rate-minus.voted, .answer-teaser > .left .rate-widget .rate-minus:hover { color: #2E5B95; } - /* line 495, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .answer-teaser > .left .rate-widget .rate-plus, - .answer-teaser > .left .rate-widget .rate-minus { + /* line 496, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .answer-teaser > .left .rate-widget .rate-plus, .answer-teaser > .left .rate-widget .rate-minus { color: #eeeeee; font-size: 2.5rem; } - /* line 499, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .answer-teaser > .left .rate-widget .rate-plus.disabled:hover, - .answer-teaser > .left .rate-widget .rate-minus.disabled:hover { + /* line 499, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .answer-teaser > .left .rate-widget .rate-plus.disabled:hover, .answer-teaser > .left .rate-widget .rate-minus.disabled:hover { color: #eeeeee; } - /* line 504, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 504, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer { text-align: center; display: block; } - /* line 507, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 507, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer .flag-action { color: #EEE; } - /* line 509, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 509, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer .flag-action:hover { color: #4c9067; } - /* line 512, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 512, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer .flag-action:before { font-size: 2.5rem; } - /* line 519, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 519, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer .unflag-action { color: #4c9067; } - /* line 521, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 521, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer .unflag-action:hover { color: #EEE; } - /* line 524, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 524, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .flag-best-answer .unflag-action:before { font-size: 2.5rem; } - /* line 532, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 532, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .left .best-answer { text-align: center; color: #4c9067; margin: 0.625rem 0; font-size: 36px; font-size: 2.25rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .answer-teaser > .right .bottom:after { content: " "; display: block; clear: both; } - /* line 546, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 546, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .bottom .signature { padding: 0.3125rem; float: right; @@ -6631,51 +6461,51 @@ body { font-size: 12px; font-size: 0.75rem; line-height: 1.5; } - /* line 552, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 552, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .bottom .signature .user { margin-top: 0.3125rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .answer-teaser > .right .bottom .signature .user:after { content: " "; display: block; clear: both; } - /* line 555, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 555, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .bottom .signature .user .picture { display: block; width: 2rem; float: left; margin-top: 0.125rem; } - /* line 561, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 561, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .bottom .signature .user .info { float: left; margin-left: 0.375rem; } - /* line 565, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 565, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .bottom .signature .user .info .rating:before { margin-right: 0.25rem; } - /* line 575, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 575, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .view-comments-comments-to-answers { margin-top: 0.625rem; } - /* line 578, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 578, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .answer-teaser > .right .add-comment { font-size: 13px; font-size: 0.8125rem; } -/* line 584, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 584, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal { font-size: 13px; font-size: 0.8125rem; border-bottom: 1px solid #eeeeee; position: relative; } - /* line 588, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 588, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal blockquote { font-size: 13px; font-size: 0.8125rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .comment-minimal .user-summary:after { content: " "; display: block; clear: both; } - /* line 593, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 593, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .user-summary .avatar { width: 2.1875rem; display: block; @@ -6683,28 +6513,28 @@ body { border-radius: 50%; margin-right: 0.625rem; float: left; } - /* line 601, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 601, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .user-summary .info { float: left; line-height: 1; } - /* line 604, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 604, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .user-summary .info a { font-weight: bold; color: #333; } - /* line 610, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 610, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .content { margin-left: 2.8125rem; margin-top: -0.9375rem; line-height: 1.3; } - /* line 615, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 615, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .relative-date { margin-left: 2.8125rem; color: #9099a3; line-height: 1; } - /* line 619, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 619, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .relative-date a { color: #9099a3; } - /* line 623, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 623, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .links { position: absolute; bottom: 0.6875rem; @@ -6714,93 +6544,81 @@ body { opacity: 0; transition: all 500ms; list-style: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .comment-minimal .links:after { content: " "; display: block; clear: both; } - /* line 633, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 633, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal .links li { font-size: 12px; font-size: 0.75rem; float: left; margin-left: 0.625rem; } - /* line 640, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 640, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-minimal:hover .links { opacity: 1; transition: all 500ms; } -/* line 647, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ -.event-teaser, -.event-full { +/* line 648, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +.event-teaser, .event-full { margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; border-bottom: 1px solid #eeeeee; } - /* line 653, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser .left .poster, - .event-full .left .poster { + /* line 653, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser .left .poster, .event-full .left .poster { overflow: hidden; padding: 0.1875rem; background: white; border: 1px solid #eeeeee; border-radius: 4px; margin-bottom: 0.625rem; } - /* line 661, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser .left .date, .event-teaser .left .city, .event-teaser .left .address, - .event-full .left .date, - .event-full .left .city, - .event-full .left .address { + /* line 661, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser .left .date, .event-teaser .left .city, .event-teaser .left .address, .event-full .left .date, .event-full .left .city, .event-full .left .address { position: relative; padding-left: 1.625rem; margin-bottom: 0.375rem; } - /* line 665, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser .left .date:before, .event-teaser .left .city:before, .event-teaser .left .address:before, - .event-full .left .date:before, - .event-full .left .city:before, - .event-full .left .address:before { + /* line 665, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser .left .date:before, .event-teaser .left .city:before, .event-teaser .left .address:before, .event-full .left .date:before, .event-full .left .city:before, .event-full .left .address:before { position: absolute; left: 0; width: 1.25rem; text-align: center; margin-right: 0.375rem; } - /* line 685, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser .right .title, - .event-full .right .title { + /* line 685, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser .right .title, .event-full .right .title { margin-top: 0; font-size: 24px; font-size: 1.5rem; font-weight: bold; } -/* line 693, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 693, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .flag-will-go2-event { display: block; } - /* line 697, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 697, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .flag-will-go2-event a { color: white; } -/* line 702, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 702, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #page-title { margin: 0.375rem 0 1.5rem; } -/* line 712, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 712, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom { background: #f9f9f9; padding: 5px; border-radius: 2px; color: #777; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .post-teaser .bottom:after { content: " "; display: block; clear: both; } - /* line 718, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .post-teaser .bottom .rate-widget, - .post-teaser .bottom .comment-count, - .post-teaser .bottom .date, - .post-teaser .bottom .avatar-and-author { + /* line 721, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .post-teaser .bottom .rate-widget, .post-teaser .bottom .comment-count, .post-teaser .bottom .date, .post-teaser .bottom .avatar-and-author { float: left; margin-right: 1rem; } - /* line 726, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 726, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .rate-widget .rate { background: #E6E6E6; color: #777; @@ -6809,38 +6627,38 @@ body { border-radius: 2px; font-size: 14px; font-size: 0.875rem; } - /* line 736, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 737, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .rate-widget .rate--minus:hover:not(.disabled), .post-teaser .bottom .rate-widget .rate--minus.voted { background: #903030; color: white; } - /* line 744, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 745, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .rate-widget .rate--plus:hover:not(.disabled), .post-teaser .bottom .rate-widget .rate--plus.voted { background: #4c9067; color: white; } - /* line 751, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 751, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .rate-widget .rate-result { display: inline-block; padding: 0 0.4375rem; font-weight: bold; } - /* line 755, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 755, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .rate-widget .rate-result.good { color: #4c9067; } - /* line 758, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 758, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .rate-widget .rate-result.bad { color: #903030; } - /* line 763, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 763, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .comment-count, .post-teaser .bottom .date { font-size: 14px; font-size: 0.875rem; } - /* line 765, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 765, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .comment-count:before, .post-teaser .bottom .date:before { margin-right: 0.375rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .post-teaser .bottom .avatar-and-author:after { content: " "; display: block; clear: both; } - /* line 778, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 778, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .avatar-and-author .avatar { float: left; display: block; @@ -6849,7 +6667,7 @@ body { width: 1.5rem; border-radius: 50%; margin-right: 0.3125rem; } - /* line 787, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 787, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-teaser .bottom .avatar-and-author .author { display: inline-block; vertical-align: middle; @@ -6857,25 +6675,22 @@ body { font-size: 14px; font-size: 0.875rem; } -/* line 798, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 798, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom { background: #f9f9f9; padding: 5px; border-radius: 2px; color: #777; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .post-full > .bottom:after { content: " "; display: block; clear: both; } - /* line 804, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .post-full > .bottom .rate-widget, - .post-full > .bottom .comment-count, - .post-full > .bottom .date, - .post-full > .bottom .avatar-and-author { + /* line 807, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .post-full > .bottom .rate-widget, .post-full > .bottom .comment-count, .post-full > .bottom .date, .post-full > .bottom .avatar-and-author { float: left; margin-right: 1rem; } - /* line 812, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 812, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .rate-widget .rate { background: #E6E6E6; color: #777; @@ -6884,38 +6699,38 @@ body { border-radius: 2px; font-size: 14px; font-size: 0.875rem; } - /* line 822, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 823, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .rate-widget .rate--minus:hover:not(.disabled), .post-full > .bottom .rate-widget .rate--minus.voted { background: #903030; color: white; } - /* line 830, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 831, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .rate-widget .rate--plus:hover:not(.disabled), .post-full > .bottom .rate-widget .rate--plus.voted { background: #4c9067; color: white; } - /* line 837, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 837, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .rate-widget .rate-result { display: inline-block; padding: 0 0.4375rem; font-weight: bold; } - /* line 841, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 841, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .rate-widget .rate-result.good { color: #4c9067; } - /* line 844, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 844, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .rate-widget .rate-result.bad { color: #903030; } - /* line 849, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 849, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .comment-count, .post-full > .bottom .date { font-size: 14px; font-size: 0.875rem; } - /* line 851, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 851, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .comment-count:before, .post-full > .bottom .date:before { margin-right: 0.375rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .post-full > .bottom .avatar-and-author:after { content: " "; display: block; clear: both; } - /* line 864, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 864, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .avatar-and-author .avatar { float: left; display: block; @@ -6924,7 +6739,7 @@ body { width: 1.5rem; border-radius: 50%; margin-right: 0.3125rem; } - /* line 873, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 873, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-full > .bottom .avatar-and-author .author { display: inline-block; vertical-align: middle; @@ -6932,17 +6747,17 @@ body { font-size: 14px; font-size: 0.875rem; } -/* line 884, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 884, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #make-reply:before { margin-right: 0.375rem; } -/* line 891, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 891, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full { margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; border-bottom: 1px solid #eeeeee; position: relative; } - /* line 897, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 897, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right .links { position: absolute; top: 0; @@ -6952,89 +6767,85 @@ body { opacity: 0; transition: all 500ms; list-style: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .comment-full > .right .links:after { content: " "; display: block; clear: both; } - /* line 907, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 907, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right .links li { font-size: 12px; font-size: 0.75rem; float: left; margin-left: 0.625rem; } - /* line 913, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 913, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right .author-and-created { margin-bottom: 0.625rem; } - /* line 915, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 915, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right .author-and-created .username { color: #2E5B95; font-weight: bold; } - /* line 919, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 919, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right .author-and-created .created { color: #777; font-size: 12px; font-size: 0.75rem; line-height: 1rem; } - /* line 926, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 926, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right .content p:last-of-type { margin-bottom: 0; } - /* line 931, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 931, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .comment-full > .right:hover .links { opacity: 1; transition: all 500ms; } -/* line 939, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 939, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .project-teaser { margin-bottom: 0.9375rem; padding-bottom: 0.9375rem; border-bottom: 1px solid #eeeeee; } - /* line 943, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 943, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .project-teaser .title { font-size: 19px; font-size: 1.1875rem; } - /* line 947, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 947, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .project-teaser .type:before, .project-teaser .dev-status:before, .project-teaser .maintenance-status:before { width: 1.25rem; text-align: center; margin-right: 0.375rem; } -/* line 973, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ -.project-full > .left .type:before, -.project-full > .left .dev-status:before, -.project-full > .left .maintenance-status:before, -.project-full > .left .version:before, -.project-full > .left .drupalorg:before { +/* line 973, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +.project-full > .left .type:before, .project-full > .left .dev-status:before, .project-full > .left .maintenance-status:before, .project-full > .left .version:before, .project-full > .left .drupalorg:before { margin-right: 0.375rem; width: 1.375rem; text-align: center; } -/* line 998, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 998, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form { margin: 0.625rem 0; padding: 0.625rem; border: 1px solid #E7E7E7; border-radius: 2px; box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.03); } - /* line 1005, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1005, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .form-item-release-selector { margin: 0; } - /* line 1010, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1010, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .archives .title { margin-top: 0.4375rem; font-size: 17px; font-size: 1.0625rem; border-bottom: 1px solid #e8e8e8; padding-bottom: 0.3125rem; } - /* line 1016, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1016, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .archives .title:before { margin-right: 0.3125rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #druio-projects-download-form .archives .list:after { content: " "; display: block; clear: both; } - /* line 1025, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1025, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .archives .list .item { font-size: 12px; font-size: 0.75rem; @@ -7042,78 +6853,78 @@ body { width: 47.36842%; float: left; color: #333333; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - #druio-projects-download-form .archives .list .item:nth-child(2n + 1) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + #druio-projects-download-form .archives .list .item:nth-child(2n+1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; } - /* line 66, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ - #druio-projects-download-form .archives .list .item:nth-child(2n + 2) { + /* line 66, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/language/susy/_gallery.scss */ + #druio-projects-download-form .archives .list .item:nth-child(2n+2) { margin-left: 52.63158%; margin-right: -100%; clear: none; } - /* line 1031, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1031, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .archives .list .item .item-label { font-weight: bold; font-size: 16px; font-size: 1rem; } - /* line 1036, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1036, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .archives .list .item .label { font-weight: bold; } - /* line 1040, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1040, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .archives .list .item .md5 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } - /* line 1049, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1049, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .drush { font-size: 14px; font-size: 0.875rem; } - /* line 1051, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1051, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .drush .title { margin-top: 0.4375rem; font-size: 17px; font-size: 1.0625rem; border-bottom: 1px solid #e8e8e8; padding-bottom: 0.3125rem; } - /* line 1057, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1057, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #druio-projects-download-form .drush .title:before { margin-right: 0.3125rem; } -/* line 1066, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1066, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser { border-bottom: 1px solid #eeeeee; padding-bottom: 1.25rem; margin-bottom: 1.25rem; } - /* line 1070, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1070, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info { cursor: pointer; text-align: center; font-size: 17px; font-size: 1.0625rem; } - /* line 1074, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1074, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info .ready2work, .order-teaser .info .budget { padding: 0.375rem; } - /* line 1076, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1076, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info .ready2work .label, .order-teaser .info .budget .label { font-size: 13.5px; font-size: 0.84375rem; } - /* line 1080, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1080, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info .ready2work { color: #4c9067; } - /* line 1082, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1082, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info .ready2work.complete { background: #e0f0d3; } - /* line 1085, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1085, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info .ready2work.no-people { color: #333333; } - /* line 1091, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1091, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .right .title { margin-top: 0; font-size: 18px; font-size: 1.125rem; } - /* line 1095, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1095, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .right .created { float: right; font-size: 12px; @@ -7121,111 +6932,108 @@ body { padding-top: 0.25rem; color: #707070; } -/* line 1105, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1105, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info { margin-bottom: 1.25rem; } - /* line 1108, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1108, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .left .status, .order-full > .info .left .budget, .order-full > .info .left .files { margin-bottom: 0.25rem; } - /* line 1110, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1110, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .left .status .label, .order-full > .info .left .status .label-inline, .order-full > .info .left .budget .label, .order-full > .info .left .budget .label-inline, .order-full > .info .left .files .label, .order-full > .info .left .files .label-inline { font-weight: bold; } - /* line 1113, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1113, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .left .status:before, .order-full > .info .left .budget:before, .order-full > .info .left .files:before { width: 1.25rem; text-align: center; margin-right: 0.375rem; } - /* line 1127, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1127, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .left .files .file { margin-left: 1.625rem; font-size: 14px; font-size: 0.875rem; } - /* line 1130, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1130, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .left .files .file:before { margin-right: 0.375rem; color: #777777; } - /* line 1136, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1136, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .left .files .file .filesize { color: #777777; font-size: 12px; font-size: 0.75rem; } - /* line 1148, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1148, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .right .contacts:before { margin-right: 0.375rem; } - /* line 1153, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1153, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full > .info .right .contacts .label-inline { font-weight: bold; } - -/* line 1164, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1164, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full .flag-ready2work .flag:before { margin-right: 0.375rem; } - -/* line 1175, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1175, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full .flag-ready2work .flag-message { margin-top: 0.625rem; } - -/* line 1180, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1180, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full .view-applicants-block { margin-top: 0.9375rem; } - /* line 1182, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1182, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full .view-applicants-block .applicant { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } - /* line 1186, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1186, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-full .view-applicants-block .applicant .picture { overflow: hidden; border-radius: 2px; } -/* line 1198, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1198, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #footer { background: #313132; color: #eeeeee; font-size: 13.5px; font-size: 0.84375rem; } - /* line 1202, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1202, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #footer .pane { padding: 0.625rem 1.25rem; } - /* line 1205, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1205, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #footer a { color: white; text-decoration: underline; } -/* line 1212, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1212, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #block-block-1 .social { margin: 0; padding: 0; list-style: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #block-block-1 .social:after { content: " "; display: block; clear: both; } - /* line 1217, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1217, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #block-block-1 .social li { float: left; margin-right: 0.75rem; } - /* line 1220, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1220, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #block-block-1 .social li .item { font-size: 18px; font-size: 1.125rem; } -/* line 1239, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1239, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #frontpage-top { position: relative; - background: url("../../images/frontpage-d8.jpg") no-repeat center center; + background: url('../../images/frontpage-d8.jpg') no-repeat center center; background-size: cover; border-bottom: 1px solid rgba(0, 0, 0, 0.04); left: -1.25rem; top: -1.25rem; } - /* line 1246, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1246, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #frontpage-top .left { padding: 1.25rem; } - /* line 1248, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1248, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #frontpage-top .left .welcome { margin: 0 0 0.625rem 0; text-align: center; } - /* line 1252, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1252, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #frontpage-top .left .community { margin: 0 0 0.625rem 0; text-align: center; @@ -7233,19 +7041,19 @@ body { color: grey; font-size: 17px; font-size: 1.0625rem; } - /* line 1260, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1260, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #frontpage-top .right { padding: 2rem 2.5rem; } -/* line 1265, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1265, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-minimal { position: relative; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-minimal:after { content: " "; display: block; clear: both; } - /* line 1268, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1268, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-minimal .answers { position: absolute; float: left; @@ -7258,50 +7066,50 @@ body { color: #4c9067; border: 1px solid #DCDCDC; left: 0px; } - /* line 1280, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1280, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-minimal .answers.has-best { background: #e0f0d3; border-color: transparent; } - /* line 1284, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1284, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-minimal .answers.no-answers { color: #333333; } - /* line 1288, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1288, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-minimal .title { float: left; margin: 0 0 0 2.875rem; font-size: 16px; font-size: 1rem; line-height: 1.5rem; } - /* line 1293, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1293, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-minimal .title a { display: block; } -/* line 1300, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1300, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .view-question-nodes-frontpage .question-minimal { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } - /* line 1304, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1304, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .view-question-nodes-frontpage .question-minimal .answers { font-size: 14px; font-size: 0.875rem; padding: 0; } -/* line 1312, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1312, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .view-question-nodes-last-questions .question-minimal { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } -/* line 1319, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1319, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-minimal { position: relative; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .post-minimal:after { content: " "; display: block; clear: both; } - /* line 1322, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1322, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-minimal .comments { position: absolute; float: left; @@ -7313,7 +7121,7 @@ body { border-radius: 2px; border: 1px solid #DCDCDC; left: 0px; } - /* line 1334, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1334, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .post-minimal .title { float: left; margin: 0 0 0 2.875rem; @@ -7321,23 +7129,23 @@ body { font-size: 1rem; line-height: 1.5rem; } -/* line 1343, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1343, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .view-posts-node-frontpage .post-minimal { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } - /* line 1347, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1347, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .view-posts-node-frontpage .post-minimal .comments { font-size: 14px; font-size: 0.875rem; padding: 0; } -/* line 1354, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1354, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .bue-ui { padding: 0; margin: 0.625rem 0; background: transparent; } - /* line 1358, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1358, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .bue-ui .bue-button { background: white; background-image: -webkit-linear-gradient(top, #ffffff 0%, #EAEAEA 100%); @@ -7347,11 +7155,11 @@ body { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEAEAEA', GradientType=0); height: 1.5625rem; padding: 0.3125rem; } - /* line 1363, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1363, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .bue-ui .bue-button:hover { border-color: #2E5B95; } -/* line 1369, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1369, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #sidebar-toggle { background: #2E5B95; color: white; @@ -7364,50 +7172,50 @@ body { font-size: 13px; font-size: 0.8125rem; z-index: 10; } - /* line 1380, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1380, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #sidebar-toggle:before { margin-right: 0.375rem; transform: rotate(0deg); transition: all 300ms; } - /* line 1387, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1387, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .sidebar-open #sidebar-toggle:before { transform: rotate(180deg); transition: all 300ms; } -/* line 1395, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1395, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .view-question-nodes-questions-in-project .content .question-minimal { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } -/* line 1403, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1403, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu-button { color: white; display: inline-block; padding: 0.625rem 0.625rem; font-size: 17px; font-size: 1.0625rem; } - /* line 1408, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1408, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu-button:before { margin-right: 0.375rem; } -/* line 1417, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1417, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .user-profile .group-header img { display: inline-block; } -@media (max-width: 768px) { - /* line 1425, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +@media (max-width: 768px) { + /* line 1425, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ body { -webkit-transform: translateX(0); transform: translateX(0); transition: all 300ms; } - /* line 1429, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1429, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ body.menu-open { overflow: hidden; -webkit-transform: translateX(250px); transform: translateX(250px); transition: all 300ms; } - /* line 1436, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1436, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu { width: 15.625rem; height: 100%; @@ -7418,15 +7226,15 @@ body { left: 0; -webkit-transform: translateX(-250px); transform: translateX(-250px); } - /* line 1447, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1447, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-anon { margin-bottom: 1.25rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #mobile-menu .header-auth-anon:after { content: " "; display: block; clear: both; } - /* line 1450, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1450, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-anon .link { display: block; float: left; @@ -7435,25 +7243,25 @@ body { padding: 0 1.25rem; color: white; font-weight: bold; } - /* line 1458, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1458, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-anon .link.sign-up { background: #4c9067; width: 67%; } - /* line 1462, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1462, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-anon .link.sign-in { width: 33%; } - /* line 1468, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1468, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-user { margin-bottom: 1.25rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #mobile-menu .header-auth-user:after { content: " "; display: block; clear: both; } - /* line 1471, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1471, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-user .picture { float: left; } - /* line 1474, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1474, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-user .username { display: block; float: left; @@ -7465,7 +7273,7 @@ body { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } - /* line 1486, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1486, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-user .logout { float: left; display: block; @@ -7474,82 +7282,76 @@ body { color: white; text-align: center; background: rgba(255, 255, 255, 0.2); } - /* line 1494, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1494, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .header-auth-user .logout:before { margin-left: 0.4375rem; } - /* line 1501, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1501, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .menu { margin: 0; padding: 0; list-style: none; } - /* line 1506, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1506, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #mobile-menu .menu li a { color: white; display: block; padding: 0.375rem 0.75rem; border-bottom: 1px solid rgba(238, 238, 238, 0.1); } - /* line 1515, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1515, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser { position: relative; min-height: 7.1875rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .question-teaser:after { content: " "; display: block; clear: both; } - /* line 1519, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1519, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .info { width: 5rem; float: left; position: absolute; } - /* line 1524, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1524, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .question-teaser .right { float: left; margin-left: 5.625rem; } - /* line 1529, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser, - .event-full { + /* line 1530, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser, .event-full { position: relative; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ - .event-teaser > .left:after, - .event-full > .left:after { + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + .event-teaser > .left:after, .event-full > .left:after { content: " "; display: block; clear: both; } - /* line 1534, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser > .left .poster, - .event-full > .left .poster { + /* line 1534, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser > .left .poster, .event-full > .left .poster { float: left; width: 7.5rem; } - /* line 1538, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .event-teaser > .left .date, .event-teaser > .left .city, .event-teaser > .left .address, - .event-full > .left .date, - .event-full > .left .city, - .event-full > .left .address { + /* line 1538, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .event-teaser > .left .date, .event-teaser > .left .city, .event-teaser > .left .address, .event-full > .left .date, .event-full > .left .city, .event-full > .left .address { margin-left: 8.125rem; } - /* line 1543, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1543, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser { position: relative; min-height: 7.1875rem; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ .order-teaser:after { content: " "; display: block; clear: both; } - /* line 1547, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1547, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .info { width: 8.125rem; float: left; position: absolute; } - /* line 1552, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1552, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .order-teaser .right { float: left; margin-left: 8.75rem; } - /* line 1557, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1557, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #frontpage-top { display: none; } } -/* line 1562, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1562, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .add-content-button { display: block; border: none; @@ -7561,100 +7363,96 @@ body { font-size: 1rem; margin-bottom: 1rem; box-shadow: none; } - /* line 1573, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1573, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .add-content-button:hover { color: white; box-shadow: none; } - /* line 1577, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1577, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .add-content-button.question { background: #34495e; } - /* line 1580, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1580, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .add-content-button.post { background: #1abc9c; } - /* line 1583, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1583, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .add-content-button.project { background: #34495e; } - /* line 1586, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1586, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .add-content-button.order { background: #34495e; } -/* line 1595, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ -.question-full .content-pane .right > .content img, -.answer-teaser .right > .content img, -.post-full > .content img, -.comment-full .right > .content img { +/* line 1595, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +.question-full .content-pane .right > .content img, .answer-teaser .right > .content img, .post-full > .content img, .comment-full .right > .content img { border: 1px solid #ccc; } -/* line 1601, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1601, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .page-403 .auth, .page-403 .register { margin: 0 0.375rem; } - /* line 1604, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1604, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ .page-403 .auth:before, .page-403 .register:before { margin-right: 0.375rem; } -/* line 1617, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ -.view-comments-comments-to-question, -.view-comments-comments-to-answers { +/* line 1618, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +.view-comments-comments-to-question, .view-comments-comments-to-answers { background: #f6f7f7; border-radius: 5px 5px 0 0; } - /* line 1621, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .view-comments-comments-to-question .comment-minimal, - .view-comments-comments-to-answers .comment-minimal { + /* line 1621, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .view-comments-comments-to-question .comment-minimal, .view-comments-comments-to-answers .comment-minimal { padding: 0.9375rem 0.625rem; } - /* line 1623, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ - .view-comments-comments-to-question .comment-minimal:last-child, - .view-comments-comments-to-answers .comment-minimal:last-child { + /* line 1623, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + .view-comments-comments-to-question .comment-minimal:last-child, .view-comments-comments-to-answers .comment-minimal:last-child { border-bottom: 0; } -/* line 1629, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1629, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #suggested-questions { margin-bottom: 0.9375rem; } - /* line 1631, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1631, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #suggested-questions .description { margin-bottom: 0.625rem; font-size: 12px; font-size: 0.75rem; color: #555555; } - /* line 1636, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1636, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #suggested-questions .question-minimal { margin-bottom: 0.625rem; } - /* line 1638, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1638, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #suggested-questions .question-minimal:last-child { padding-bottom: 0.625rem; border-bottom: 1px solid #eeeeee; } @keyframes drupalsibbg { + /* line 1645, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ 0% { background-position-y: 0%; } + + /* line 1648, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ 100% { -ms-background-position-y: 100%; } } -/* line 1652, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1652, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib { height: 4.5rem; - background: url("../../images/drupal-sib-bg.jpg") 0 78%; + background: url('../../images/drupal-sib-bg.jpg') 0 78%; animation: drupalsibbg 10s linear 0s infinite alternate; left: -1.25rem; top: -1.25rem; position: relative; padding: 0.375rem 1.25rem; display: none; } - /* line 12, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ + /* line 12, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/layouts/susy/susy/output/support/_clearfix.scss */ #drupal-sib:after { content: " "; display: block; clear: both; } - @media (min-width: 992px) { - /* line 1652, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 992px) { #drupal-sib { display: block; } } - /* line 1665, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1665, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .logo { height: 3.75rem; display: block; float: left; margin-right: 0.9375rem; } - /* line 1671, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1671, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .title { float: left; display: inline-block; @@ -7666,27 +7464,26 @@ body { font-size: 1.25rem; text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.75); margin-right: 1.5625rem; } - @media (min-width: 1200px) { - /* line 1671, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + @media (min-width: 1200px) { #drupal-sib .title { font-size: 32px; font-size: 2rem; } } - /* line 1685, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1685, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .dates { float: left; color: #00609F; line-height: 3.75rem; text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.75); } - /* line 1690, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1690, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .dates:before { margin-right: 0.375rem; } - /* line 1696, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1696, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .buttons { float: right; } - /* line 1698, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1698, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .buttons a { margin: 0.75rem 0; } - /* line 1703, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1703, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-sib .buttons .podcast:before, #drupal-sib .buttons .website:before { margin-right: 0.375rem; } @@ -7694,14 +7491,14 @@ body { * Promo page for Drupal 8. * /drupal-8.0 */ -/* line 1722, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1722, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-0-promo .features { margin-top: 1.25rem; } - /* line 1724, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1724, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-0-promo .features .feature { position: relative; padding-left: 3.75rem; } - /* line 1727, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1727, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-0-promo .features .feature:before { font-size: 40px; font-size: 2.5rem; @@ -7711,17 +7508,16 @@ body { position: absolute; left: 0; top: 0; } - /* line 1777, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1777, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-0-promo .features .feature > h3 { margin-top: 0; } - -/* line 1782, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1782, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-0-promo .video-pane { overflow: hidden; position: relative; padding-bottom: 56.25%; height: 0; } - /* line 1787, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1787, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-0-promo .video-pane .video { border: none; position: absolute; @@ -7730,31 +7526,31 @@ body { width: 100%; height: 100%; } -/* line 1798, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ +/* line 1798, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-countdown { - background: url("../../images/drupal-8.png") no-repeat right bottom; + background: url('../../images/drupal-8.png') no-repeat right bottom; left: -1.25rem; top: 1.25rem; position: relative; padding: 2.1875rem 1.25rem; text-align: center; } - /* line 1806, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1806, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-countdown .content > h2 { font-weight: bold; color: #2E5B95; } - /* line 1810, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1810, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-countdown .content > h3 { color: black; margin-top: 0; font-size: 18px; font-size: 1.125rem; } - /* line 1815, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1815, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-countdown .content .buttons { display: inline-block; margin: 0 auto; } - /* line 1818, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1818, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-countdown .content .buttons .more, #drupal-8-countdown .content .buttons .demo { margin-bottom: 0.375rem; } - /* line 1821, /home/nikita/Projects/druio.dev/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ + /* line 1821, /home/cxwfrqij/public_html/sites/all/themes/druio_theme/styles/scss/theme/_theme.scss */ #drupal-8-countdown .content .buttons .more:before, #drupal-8-countdown .content .buttons .demo:before { margin-right: 0.375rem; } diff --git a/sites/all/themes/druio_theme/styles/scss/layouts/_layouts.scss b/sites/all/themes/druio_theme/styles/scss/layouts/_layouts.scss index 4f999706..24b83f5f 100644 --- a/sites/all/themes/druio_theme/styles/scss/layouts/_layouts.scss +++ b/sites/all/themes/druio_theme/styles/scss/layouts/_layouts.scss @@ -16,3 +16,17 @@ $susy: ( gutter-position: after, global-box-sizing: border-box, ); + + +/* Sticky footer */ + +body { + display: flex; + min-height: 100vh; + flex-direction: column; +} + +#main { + flex: 1; + width: 100%; +} \ No newline at end of file