diff options
Diffstat (limited to 'frontend/static/sass/.sass-cache/644f2f2d5fca6dddf0ddfc92ac7e786fa6152755/screen.sassc')
| -rw-r--r-- | frontend/static/sass/.sass-cache/644f2f2d5fca6dddf0ddfc92ac7e786fa6152755/screen.sassc | 1281 |
1 files changed, 1281 insertions, 0 deletions
diff --git a/frontend/static/sass/.sass-cache/644f2f2d5fca6dddf0ddfc92ac7e786fa6152755/screen.sassc b/frontend/static/sass/.sass-cache/644f2f2d5fca6dddf0ddfc92ac7e786fa6152755/screen.sassc new file mode 100644 index 0000000..5f6fba9 --- /dev/null +++ b/frontend/static/sass/.sass-cache/644f2f2d5fca6dddf0ddfc92ac7e786fa6152755/screen.sassc @@ -0,0 +1,1281 @@ +3.1.7 (Brainy Betty) +41c3aa6f199c6bf0e0c4cd6e5723f521d3b9c545 +o:Sass::Tree::RootNode :@template":@import compass/reset +@mixin rounded($width) + -moz-border-radius: $width + -webkit-border-radius: $width + -o-border-radius: $width + border-radius: $width +body + font-family: trebuchet ms, helvetica, arial, sans-serif + width: 100% + height: 100% + overflow: hidden + background: #000 +#bg + position: fixed + top: 0 + left: 0 + opacity: 1 + z-index: -3 + width: 100% + height: 100% +#bg img + width: 100% + height: 100% + -ms-interpolation-mode: nearest-neighbor + image-rendering: -moz-crisp-edges + image-rendering: -webkit-optimize-contrast +#loading + z-index: 20 + background: transparent + color: #06033c + text-shadow: #060363 0 0 50px + display: block + position: fixed + width: 100% + padding: 20px + top: 30% + left: 10% + font-size: 170px + font-weight: bold + text-align: left + white-space: no-wrap + letter-spacing: -3px + pointer-events: none + +#msg + z-index: 100 + position: fixed + top: 10px + right: 10px + padding: 5px + width: 350px + max-height: 80% + font-size: 12px + background-color: #eeeeee + overflow-y: scroll + overflow-x: hidden + color: #333 + strong + color: #859900 + em + color: #dc322f + b + color: #002b36 +#player + padding: 10px + position: absolute + background: #000 + #projector + display: block + position: absolute + background-color: #000 + #screen + position: absolute + top: 0 + left: 0 + width: 100% + height: 100% + z-index: 19 + #soundcloud, #audio + position: absolute + top: 0 + right: 0 + background-color: #000 + z-index: 21 + #soundcloud-dl, #audio-dl + position: absolute + top: 81px + right: 0 + width: 81px + padding: 5px 0 5px 0 + font-size: 13px + text-align: center + background-color: #000 + * + color: #839496 + z-index: 20 + #soundcloud-img, #audio-img + position: absolute + top: 0 + left: 0 + width: 100% + height: 100% + z-index: 20 + img + max-width: 100% + min-height: 100% + max-height: 100% + #ytscreen + z-index: 19 + position: absolute + top: 0 + left: 0 + #video-title + position: absolute + bottom: 0 + left: 0 + color: #fff + z-index: 20 + #video-title.fullscreen + position: fixed + bottom: 90px + left: auto + right: 30px + font-size: 24px + #projimg + width: 100% + height: 100% + nav#controls + z-index: 40 + position: absolute + #video-link + color: #839496 + #scan.blinkOn + background-color: #fff + color: #000 + #scan.blinkOff + background-color: #000 + color: #fff + #like + color: #e4b + #like.liked + color: #44f + #mute.muted + background-color: #fff + color: #000 +#playlistbg + position: absolute + background-color: #000 + opacity: 0.3 +#playlist + position: absolute + z-index: 90 + width: 100% + overflow-y: auto + overflow-x: hidden + ul#queue + // overflow-y: none + // &:hover + // overflow-y: auto + width: 100% + li + padding: 5px + display: block + cursor: pointer + border-bottom: 1px solid #333 + span.title + color: #ddd + display: block + padding: 5px + z-index: 1 + &:hover + color: #d8f + cursor: pointer + a.user + float: right + font-size: 14px + padding: 0 5px + color: #d33682 + padding: 5px + z-index: 2 + text-decoration: none + span.like + float: right + font-size: 14px + color: #657b83 + padding: 5px + z-index: 3 + span.like.liked + color: #c357a3 + li.playing + background-color: #222 + span.title + color: #fff +#room, user + padding: 10px + label + color: #657b83 + width: 100px + text-align: right + padding-right: 5px + display: inline-block + span + color: #073642 + + +#curtain + background: #080810 + opacity: 0.3 + width: 100% + height: 100% + position: fixed + top: 0 + left: 0 + z-index: 10 + display: none +#login + background: #000 + display: block + width: 50% + top: 20% + left: 50% + margin-left: -25% + padding: 30px + padding-bottom: 60px + z-index: 20 + position: fixed + text-align: center + box-shadow: 0 5px 10px #000 + img + margin-bottom: 20px + label + min-width: 20% + display: inline-block + text-align: right + padding-right: 10px + font-size: 18px + color: #fff + #button-shim + width: 30% + display: inline-block + text-align: left + padding: 10px 10px 10px 0 + margin-right: 20px + button + padding: 2px 5px + #login-username, #login-password + width: 30% + margin-right: 10px + font-size: 24px + border: 2px solid #806 + padding: 10px + a + color: #68f + text-decoration: underline +#sitez + position: fixed + top: 24px + right: 30px + color: #888 + z-index: 82 + color: #aaa + a, #logout + cursor: pointer + color: #aaa + text-decoration: underline + select option + color: #666 + text-decoration: none + padding-right: 3px + button + font-size: 24px + background: #030303 + color: #fff + padding: 2px + a#faqlink + color: #8ff + div + cursor: pointer + display: inline-block + padding: 8px 8px 5px 8px + &:hover + @include rounded(10px 10px 3px 3px) + background-color: #333 + &.opened + @include rounded(10px 10px 3px 3px) + background-color: #333 +nav + z-index: 10 + margin: 0 auto + button, #video-link + background-color: #333 + color: #ddd + &:hover + background-color: #666 + color: #fff + border: 0 + font-size: 14px + min-width: 40px + min-height: 20px + padding: 5px 5px + position: relative + top: -1px + #video-link + top: -2px + padding-bottom: 6px +#lunacy + z-index: 40 + background: #ddd + color: #000 + display: block + width: 700px + position: fixed + top: 20% + left: 50% + margin-left: -390px + opacity: 0.7 + padding: 40px + text-align: center + font-size: 48px +#plea + z-index: 30 + background: #ddd + color: #000 + display: block + width: 400px + position: fixed + top: 20% + left: 50% + margin-left: -240px + opacity: 0.7 + padding: 40px + text-align: center + font-size: 48px + +#logobg + position: fixed + top: 10px + left: 0 + width: 100% + height: 64px + background-color: #000 + opacity: 0.8 + z-index: 45 +#logo + position: fixed + top: 10px + z-index: 46 + left: 10px + a + float: left + display: inline-block + img + display: inline-block + #scanjam + padding: 10px 15px 10px 0 + #preamble + display: inline-block + font-size: 12px + color: #fff + max-width: 80px + padding-left: 15px + h1 + padding: 15px 15px 0 10px + font-size: 34px + color: #fff + font-weight: normal + font-style: italic + font-family: georgia, garamond, serif + color: #8ff + display: inline-block + h2 + display: inline-block + font-size: 16px + color: #fff + position: relative + left: 20px + top: -5px + color: #839496 + a + display: inline + float: none + color: #268bd2 + img + max-height: 20px + max-width: 20px + display: inline-block + h2.preamblish + font-size: 12px + color: #fff + max-width: 250px + left: 0 + top: 9px + padding-right: 20px + h2.radio + a + color: #def + font-size: 12px + top: -8px + left: 30px + #likebutton + display: inline-block + display: none + position: relative + top: -5px + width: 90px + height: 21px + z-index: -1 +#glasspopcornlogo + position: absolute + top: 80px + left: 15px + pointer-events: none + opacity: 0.5 + z-index: 8 + img + z-index: 8 + pointer-events: none +#likereport + position: fixed + width: 100px + padding: 20px + z-index: 100 + overflow-y: hidden + a + background-color: #222 + display: block + text-decoration: none + padding: 5px + opacity: 0.95 + +#form + position: fixed + bottom: 10px + left: 10px + padding: 10px 10px 10px 10px + background-color: #000 + white-space: nowrap + z-index: 31 + #chat-message + border: 0 + outline: 0 + font-size: 18px + padding: 5px + margin-right: 5px + background-color: #f8f8f8 + &:hover + background-color: #ffffff + button + margin: 0 + outline: 0 + border: 0 + background-color: #333 + color: #ddd + &:hover + background-color: #666 + color: #fff + // @include rounded(2px) + padding: 4px 6px + position: relative + top: 1px + font-size: 20px + #videochat-badge + cursor: auto + pointer-events: none + @include rounded(8px) + font-size: 10px + background-color: #f00 + color: #fff + position: absolute + width: 10px + height: 10px + text-align: center + padding: 2px 2px + display: none + z-index: 32 +#formbg + background-color: #000 + opacity: 0.7 + +#chatbg + position: fixed + bottom: 100px + left: 20px + padding: 10px + width: 600px + background-color: #000 + padding: 0 10px 5px 10px + opacity: 0.25 + z-index: 9 + +#chat + padding: 0 10px 5px 10px + position: fixed + font-size: 18px + line-height: 26px + vertical-align: bottom + overflow-y: hidden + overflow-x: hidden + background: transparent + z-index: 30 + a + opacity: 0.8 + color: #44bbff + text-decoration: underline + a.u + font-weight: normal + padding-right: 10px + display: inline-block + color: #ff0066 + opacity: 1 + text-decoration: none + min-width: 80px + overflow-x: hidden + font-size: 18px + line-height: 26px + vertical-align: bottom + a.pic + opacity: 1 + span + color: #f0fff0 + text-shadow: #000 0 0 2px + font-weight: bold + .ytlink + color: #88dddd + cursor: pointer + text-decoration: underline + text-shadow: none + text-shadow: #000 0 0 1px + opacity: 1 + .ytlink:hover + color: #dd66ff + text-decoration: underline + text-shadow: #000 0 0 1px + .ytlink.playing + color: #daf + font-weight: bold + text-decoration: none + .ytlink.playing::before + text-decoration: none + content: "\25b6 " + font-weight: bold + img + max-width: 350px + max-height: 400px + border: 0 + #shim + width: 10px + height: 500px +#chat.fullscreen + overflow-y: hidden + &:hover + overflow-y: hidden +#webcam-container + z-index: 100 + position: fixed + right: 500px + bottom: 100px + background-color: #000 + padding: 10px + display: none +#lastlogbg + position: fixed + background-color: #000 + opacity: 0.5 + padding: 10px + z-index: 31 +#lastlogbox + position: fixed + font-size: 14px + padding: 10px + z-index: 32 + h4 + font-size: 12px + font-weight: bold + color: #eee + padding-bottom: 5px + ul + border-top: 1px solid #000 +li.ll + list-style-type: none + a + color: #d0e0fe + padding: 5px 0 + border-bottom: 1px solid #000 + display: block + text-shadow: #000 0 0 2px + text-decoration: underline + font-size: 16px + font-weight: bold + +#flower + position: absolute + top: 0 + right: 10% + z-index: 50 + pointer-events: none + display: none +#plant + position: absolute + bottom: 0 + right: 50% + z-index: 50 + pointer-events: none + display: none +#msg + display: none +button + font-size: 24px + background: #030303 + color: #fff + padding: 2px +#settings-container, #rooms-container, #about-container, #videochat-container + position: fixed + top: 59px + @include rounded (10px) + right: 20px + z-index: 80 + width: 500px + background-color: #222 + color: #657b83 + display: none + box-shadow: 0 5px 10px #000 + .close + margin: 10px 10px 0 0 + float: right + color: #ded8c5 + width: 20px + height: 14px + font-size: 14px + padding: 3px 0 + text-align: center + vertical-align: middle + @include rounded(10px) + background-color: #000b16 + &:hover + color: #fff + cursor: pointer + #rooms-loading + margin: 10px + h5 + font-size: 16px + color: #93a1a1 + display: block + padding: 10px + background-color: #333 + @include rounded(10px 10px 0 0) + p + padding: 10px 10px 10px 10px + font-size: 14px + line-height: 18px + color: #b3c1c1 + background-color: #1b1b1f + label + margin: 2px 0 0 10px + font-size: 14px + color: #657b83 + width: 150px + text-align: right + padding-right: 5px + display: inline-block + span + margin: 2px 10px 0 0 + color: #839496 + font-size: 14px + span#room-mod-tag a + float: right + padding: 0 10px 10px 0 + display: block + color: #dc322f + span#gallery-link a + color: #268bd2 + padding: 0 10px 10px 0 + display: block + float: right + button + position: relative + left: 3px + input + margin: 2px 10px 0 0 + width: 100px + #room-topic, #room-bg, #room-bgreset + width: 300px + #room-settings-save + font-size: 14px + .shim + width: 1px + height: 10px + ul + text-decoration: none + cursor: pointer + li + list-style-type: none + padding: 10px + cursor: pointer + border-top: 1px solid #000 + background-color: transparent + text-decoration: none + font-size: 14px + color: #83a1a1 + &:hover + color: #fdf6e3 + a li + color: #83a1a1 + text-decoration: none + a + color: #83a1a1 + text-decoration: none +#rooms-container + right: 20px + z-index: 80 + width: 300px + max-height: 300px +#about-container + right: 20px + z-index: 80 + width: 300px +#videochat-container + right: 20px + z-index: 80 + width: 300px + display: none + cursor: pointer + #videochat-disable + display: none +#tokbox-embed + position: absolute + bottom: 10px + left: 10px + height: 150px + z-index: 80 + display: none + overflow-y: auto + #tokbox-publisher, #tokbox-subscribers + float: left + object + float: left + #tokbox-settings + position: absolute + top: 0 + right: 10px + padding: 5px + font-size: 12px + color: #bbb + background-color: black + text-align: right + button + padding: 2px + font-size: 12px + background-color: #333 + color: #888 + min-width: 30px + &.on + background-color: #d33 + color: #fff +.roomhello + width: 400px + color: #fff + padding: 10px + font-size: 18px + background-color: #000 + cursor: pointer + position: fixed + top: 85px + left: 15px + opacity: 0.9 +.modhello + width: 400px + color: #fff + padding: 5px + background-color: #000 + cursor: pointer + margin-top: 10px +.glitter + pointer-events: none + position: absolute + z-index: 23 + +.arrow-play + width: 0 + height: 0 + border-top: 4.5px solid transparent + border-left: 9.5px solid white + border-bottom: 4.5px solid transparent + display: inline-block +.arrow-pause + width: 0 + height: 0 + border-top: 5px solid white + border-right: 2.5px solid white + border-bottom: 4px solid white + border-left: 0 + display: inline-block +.arrow-prev + width: 0 + height: 0 + border-top: 4px solid transparent + border-right: 4px solid white + border-bottom: 4px solid transparent + display: inline-block +.arrow-next + width: 0 + height: 0 + border-top: 4px solid transparent + border-left: 4px solid white + border-bottom: 4px solid transparent + display: inline-block + +#search-terms + font-size: 14px + padding: 2px 2px + width: 200px + position: relative + top: -4px + left: -10px + background-image: url('/img/magnify.png') + background-position: right center + background-repeat: no-repeat + border: 0 + outline: 0 + background-color: #ddd + &:hover + background-color: #fff + &:focus + background-color: #fff +#search-results-container + position: fixed + top: 53px + right: 21px + z-index: 100 + width: 334px + border: 2px solid black + background: #333 + display: none + #search-loading + margin: 10px + #search-instructions + font-size: 11px + color: white + padding: 3px 3px 3px 38px + background-color: #000 + width: 100% + #search-results + height: 300px + width: 100% + overflow-x: hidden + overflow-y: scroll + li + clear: both + height: 54px + overflow: hidden + position: relative + // padding-right: 5px + div.thumb + width: 32px + height: 54px + float: left + background-position: center center + margin: 0 5px 0 0 + border-right: 2px solid black + cursor: pointer + h4 + white-space: nowrap + overflow: hidden + font-size: 14px + color: #fff + margin: 3px 0 3px 0 + cursor: pointer + span.metadata + cursor: pointer + display: block + width: 200px + border-bottom: 2px solid black + font-size: 12px + line-height: 15px + color: #bbb + opacity: 0.9 + a.preview + position: absolute + bottom: 3px + right: 5px + color: #268bd2 + text-decoration: underline + &:hover + background: black + opacity: 1.0 + +:
@options{ +@linei; [ +@name"rounded;@;T: +@args[[o:Sass::Script::Variable;" +width;{:project_name" +sass/: +cacheT:cache_location"?/var/www/vhosts/scannerjammer.com/sandbox/sass/.sass-cache:
importero: Sass::Importers::Filesystem: +@root"7/var/www/vhosts/scannerjammer.com/sandbox/sass/src:line_commentsT:original_filename@:output_style:compressed:filesystem_importerc Sass::Importers::Filesystem:cache_storeo:Sass::CacheStores::Chain:@caches[u:Sass::CacheStores::Memory +style;:
filename@:css_filename"J/var/www/vhosts/scannerjammer.com/sandbox/sass/stylesheets/screen.css: +quietT:syntax: sass:property_syntax0: loud[:identical:overwrite:create:load_paths[ o;;"7/var/www/vhosts/scannerjammer.com/sandbox/sass/srco;;"V/usr/local/lib/ruby/gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheetso;;"T/usr/local/lib/ruby/gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheetso:Compass::SpriteImporter: @uri" +width0;@;
i; [ o:Sass::Tree::PropNode
: +@tabsi +width;@;1" +width;
i;
i; [ +width;@;1" +width;
i ;
i ; [ +width;@;1" +width;
i +;
i +; [ +width;@;1" +width;
i;
i; [ +@rule[" body:@parsed_ruleso:"Sass::Selector::CommaSequence:
@members[o:Sass::Selector::Sequence;;[o:#Sass::Selector::SimpleSequence;;[o:Sass::Selector::Element :@namespace0;[" body;@;
i;@;
i;@;
i;@;
i; [ +o;2
;3i +comma;6[ o;@ ;@;A: +space;6[o:Sass::Script::String ;@: +@type:identifier;6"trebuchet;
i
o;D ;@;E;F;6"ms;
i
;
i
o;D ;@;E;F;6"helvetica;
i
o;D ;@;E;F;6" +arial;
i
o;D ;@;E;F;6"sans-serif;
i
;
i
;
i
; [ +width;@;4;5;@;6o:Sass::Script::Number:@denominator_units[ +alphai: +greeni +fixed;
i;
i; [ +width;@;4;5;@;6o;G;H[ +o;2
;3i +width;@;4;5;@;6o;G;H[ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;PiA;60;
i#;
i#; [ +block;
i%;
i%; [ +fixed;
i&;
i&; [ +width;@;4;5;@;6o;G;H[ +170px;6i;
i+;
i+; [ +fixed;
i4;
i4; [ +right;@;4;5;@;6o;G;H[ +;
i7;
i7; [ +width;@;4;5;@;6o;G;H[ +350px;6i^;
i8;
i8; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi8;Ni;Oi8;Pi8;60;
i>;
i>; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi7;Pi4;60;
iB;
iB; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi +o;2
;3i +block;
iJ;
iJ; [ +width;@;4;5;@;6o;G;H[ +audio;@;
iT;@;
iT;@;
iT;@;
iT; [ +o;2
;3i +right;@;4;5;@;6o;G;H@;@;I[ +right;@;4;5;@;6o;G;H@;@;I[ +width;@;4;5;@;6o;G;H[ +;
i_o;G;H@;@;I[ +;
i_o;G;H@;@;I[ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
id;
id; [ +width;@;4;5;@;6o;G;H[ +o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
iz;
iz; [ +o;2
;3i +fixed;
i};
i}; [ +right;@;4;5;@;6o;G;H[ +width;@;4;5;@;6o;G;H[ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +#like;9o;:;;[o;<;;[o;=;;[o;Q;[" like;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;OiI;Pi;60;
i;
i; [ +liked;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;MiI;Ni;OiI;Pi;60;
i;
i; [ +muted;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi +width;@;4;5;@;6o;G;H[ +queue;@;
i;@;
i;@;
i;@;
i; [ o:Sass::Tree::CommentNode
:@lines[ +@loud0;@;@:@silentT;6"8// overflow-y: none +// &:hover +// overflow-y: auto;
i; [ +width;@;4;5;@;6o;G;H[ +;
i;
i; [ +block;
i;
i; [ +solid;
io;K ;@;L{ ;Mi8;Ni;Oi8;Pi8;60;
i;
i;
i; [ +title;@;
i;@;
i;@;
i;@;
i; [ +o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +block;
i;
i; [ +;
i;
i; [ +;[" +hover: @arg0;@;E: +class;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +float;@;4;5;@;6o;D ;@;E;F;6" +right;
i;
i; [ +;
i;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;;Pi;60;
i;
i; [ +;
i;
i; [ +o;2
;3i +float;@;4;5;@;6o;D ;@;E;F;6" +right;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mij;Ni;Oi{;Pi;60;
i;
i; [ +;
i;
i; [ +liked;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi\;Pi;60;
i;
i; [ +title;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +label;9o;:;;[o;<;;[o;=;;[o;> ;?0;[" +label;@;
i;@;
i;@;
i;@;
i; [ +o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mij;Ni;Oi{;Pi;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +100px;6ii;
i;
i; [ +right;
i;
i; [ +;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;;PiG;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +fixed;
i;
i; [ +login;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +block;
i;
i; [ +width;@;4;5;@;6o;G;H[ +fixed;
i;
i; [ +;
io;G;H[ +label;9o;:;;[o;<;;[o;=;;[o;> ;?0;[" +label;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +right;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +;
i;
i;
i; [ +o;2
;3i +width;@;4;5;@;6o;G;H[ +solid;
io;K ;@;L{ ;Mi;Ni;Oi +color;@;4;5;@;6o;K ;@;L{ ;Mik;Ni;Oi;Pi;60;
i;
i; [ +sitez;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +fixed;
i +right;@;4;5;@;6o;G;H[ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +;@;
i +o;=;;[o;> ;?0;["option;@;
i +;@;
i +;@;
i +;@;
i +; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mik;Ni;Oik;Pik;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +o;2
;3i +;
io;G;H[ +;[" +hover;Z0;@;E;[;
i;@;
i;@;
i;@;
i; [o:Sass::Tree::MixinNode:@keywords{ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i$;
i$; [ +;[" +hover;Z0;@;E;[;
i%;@;
i%;@;
i%;@;
i%; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i';
i'; [ +;
i,o;G;H[ +;
i,;
i,;
i,; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi +block;
i6;
i6; [ +width;@;4;5;@;6o;G;H[ +700px;6i;
i7;
i7; [ +fixed;
i8;
i8; [ +#plea;9o;:;;[o;<;;[o;=;;[o;Q;[" plea;@;
i@;@;
i@;@;
i@;@;
i@; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi +block;
iD;
iD; [ +width;@;4;5;@;6o;G;H[ +400px;6i;
iE;
iE; [ +fixed;
iF;
iF; [ +fixed;
iP;
iP; [ +width;@;4;5;@;6o;G;H[ +#logo;9o;:;;[o;<;;[o;=;;[o;Q;[" logo;@;
iX;@;
iX;@;
iX;@;
iX; [o;2
;3i +fixed;
iY;
iY; [ +float;@;4;5;@;6o;D ;@;E;F;6" left;
i^;
i^; [ +o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
ig;
ig; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
im;
im; [ +serif;
ip;
ip;
ip; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
iq;
iq; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
iv;
iv; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
iz;
iz; [ +float;@;4;5;@;6o;D ;@;E;F;6" none;
i};
i}; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi+;Ni;Oi;Pi;60;
i~;
i~; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +250px;6i;
i;
i; [ +radio;@;
i;@;
i;@;
i;@;
i; [ o;7
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +fixed;
i;
i; [ +width;@;4;5;@;6o;G;H[ +100px;6ii;
i;
i; [ +o;2
;3i +block;
i;
i; [ +;
i;
i; [ +#form;9o;:;;[o;<;;[o;=;;[o;Q;[" form;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +fixed;
i;
i; [ +;
i;
i; [ +;
i;
i; [ +;[" +hover;Z0;@;E;[;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +;[" +hover;Z0;@;E;[;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +fixed;
i;
i; [ +100px;6ii;
i;
i; [ +width;@;4;5;@;6o;G;H[ +600px;6iX;
i;
i; [ +;
io;G;H[ +#chat;9o;:;;[o;<;;[o;=;;[o;Q;[" chat;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +;
io;G;H[ +fixed;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;MiI;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi +a.pic;9o;:;;[o;<;;[o;=;;[o;> ;?0;["a;@;
io;S;["pic;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +;
i +; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +;[" +hover;Z0;@;E;[;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oik;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +;["before;Z0;@;E:element;
i;@;
i;@;
i;@;
i; [o;2
;3i +350px;6i^;
i;
i; [ +400px;6i;
i ;
i ; [ +#shim;9o;:;;[o;<;;[o;=;;[o;Q;[" shim;@;
i";@;
i";@;
i";@;
i"; [o;2
;3i +width;@;4;5;@;6o;G;H[ +500px;6i;
i$;
i$; [ +;[" +hover;Z0;@;E;[;
i';@;
i';@;
i';@;
i'; [o;2
;3i +fixed;
i+;
i+; [ +right;@;4;5;@;6o;G;H[ +500px;6i;
i,;
i,; [ +100px;6ii;
i-;
i-; [ +o;2
;3i +fixed;
i2;
i2; [ +fixed;
i8;
i8; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i?;
i?; [ +;
i@;
i@; [ +solid;
iBo;K ;@;L{ ;Mi +li.ll;9o;:;;[o;<;;[o;=;;[o;> ;?0;["li;@;
iCo;S;["ll;@;
iC;@;
iC;@;
iC;@;
iC; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
iF;
iF; [ +;
iGo;G;H@;@;I[ +solid;
iHo;K ;@;L{ ;Mi +block;
iI;
iI; [ +right;@;4;5;@;6o;G;H[ +plant;@;
iV;@;
iV;@;
iV;@;
iV; [o;2
;3i +right;@;4;5;@;6o;G;H[ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
ib;
ib; [ +fixed;
ie;
ie; [ +right;@;4;5;@;6o;G;H[ +width;@;4;5;@;6o;G;H[ +500px;6i;
ij;
ij; [ +color;@;4;5;@;6o;K ;@;L{ ;Mij;Ni;Oi{;Pi;60;
il;
il; [ +;
ino;G;H[ +close;@;
io;@;
io;@;
io;@;
io; [o;2
;3i +float;@;4;5;@;6o;D ;@;E;F;6" +right;
iq;
iq; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
ir;
ir; [ +width;@;4;5;@;6o;G;H[ +;[" +hover;Z0;@;E;[;
i{;@;
i{;@;
i{;@;
i{; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i|;
i|; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +block;
i;
i; [ +o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +label;9o;:;;[o;<;;[o;=;;[o;> ;?0;[" +label;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mij;Ni;Oi{;Pi;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +150px;6i;
i;
i; [ +right;
i;
i; [ +;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +float;@;4;5;@;6o;D ;@;E;F;6" +right;
i;
i; [ +block;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi7;Pi4;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi+;Ni;Oi;Pi;60;
i;
i; [ +block;
i;
i; [ +float;@;4;5;@;6o;D ;@;E;F;6" +right;
i;
i; [ +input;9o;:;;[o;<;;[o;=;;[o;> ;?0;[" +input;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +width;@;4;5;@;6o;G;H[ +100px;6ii;
i;
i; [ +width;@;4;5;@;6o;G;H[ +300px;6i,;
i;
i; [ +.shim;9o;:;;[o;<;;[o;=;;[o;S;[" shim;@;
i;@;
i;@;
i;@;
i; [o;2
;3i +width;@;4;5;@;6o;G;H[ +o;2
;3i +solid;
io;K ;@;L{ ;Mi +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +;[" +hover;Z0;@;E;[;
i;@;
i;@;
i;@;
i; [o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +right;@;4;5;@;6o;G;H[ +width;@;4;5;@;6o;G;H[ +300px;6i,;
i;
i; [ +300px;6i,;
i;
i; [ +right;@;4;5;@;6o;G;H[ +width;@;4;5;@;6o;G;H[ +300px;6i,;
i;
i; [ +right;@;4;5;@;6o;G;H[ +width;@;4;5;@;6o;G;H[ +300px;6i,;
i;
i; [ +150px;6i;
i;
i; [ +float;@;4;5;@;6o;D ;@;E;F;6" left;
i;
i; [ +float;@;4;5;@;6o;D ;@;E;F;6" left;
i;
i; [ +right;@;4;5;@;6o;G;H[ +;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +right;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +width;@;4;5;@;6o;G;H[ +400px;6i;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i; [ +fixed;
i;
i; [ +width;@;4;5;@;6o;G;H[ +400px;6i;
i;
i; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i +;
i;
i; [ +;@;
i +;@;
i +;@;
i +; [o;2
;3i +width;@;4;5;@;6o;G;H@;@;I[ +4.5px;6f4.5;
i
o;D ;@;E;F;6" +solid;
i
o;D ;@;E;F;6"transparent;
i
;
i
;
i
; [ +9.5px;6f9.5;
io;D ;@;E;F;6" +solid;
io;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i;
i; [ +4.5px;6f4.5;
io;D ;@;E;F;6" +solid;
io;D ;@;E;F;6"transparent;
i;
i;
i; [ +width;@;4;5;@;6o;G;H@;@;I[ +;
io;D ;@;E;F;6" +solid;
io;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i;
i; [ +2.5px;6f2.5;
io;D ;@;E;F;6" +solid;
io;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i;
i; [ +solid;
io;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i;
i; [ +width;@;4;5;@;6o;G;H@;@;I[ +solid;
io;D ;@;E;F;6"transparent;
i;
i;
i; [ +solid;
io;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i;
i;
i; [ +solid;
io;D ;@;E;F;6"transparent;
i;
i;
i; [ +width;@;4;5;@;6o;G;H@;@;I[ +solid;
i#o;D ;@;E;F;6"transparent;
i#;
i#;
i#; [ +solid;
i$o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
i$;
i$;
i$; [ +solid;
i%o;D ;@;E;F;6"transparent;
i%;
i%;
i%; [ +width;@;4;5;@;6o;G;H[ +200px;6i;
i+;
i+; [ +-10px;6i;
i.;
i.; [ +;]{ +right;
i0o;D ;@;E;F;6"center;
i0;
i0;
i0; [ +;[" +hover;Z0;@;E;[;
i5;@;
i5;@;
i5;@;
i5; [o;2
;3i +;[" +focus;Z0;@;E;[;
i7;@;
i7;@;
i7;@;
i7; [o;2
;3i +fixed;
i:;
i:; [ +right;@;4;5;@;6o;G;H[ +width;@;4;5;@;6o;G;H[ +334px;6iN;
i>;
i>; [ +solid;
i?o;K ;@;L{ ;Mi +o;2
;3i +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
iF;
iF; [ +width;@;4;5;@;6o;G;H[ +o;2
;3i +300px;6i,;
iK;
iK; [ +width;@;4;5;@;6o;G;H[ +clear;@;4;5;@;6o;D ;@;E;F;6" both;
iP;
iP; [ +thumb;@;
iU;@;
iU;@;
iU;@;
iU; [o;2
;3i +width;@;4;5;@;6o;G;H[ +float;@;4;5;@;6o;D ;@;E;F;6" left;
iX;
iX; [ +;
iZo;G;H@;@;I[ +solid;
i[o;K ;@;L{ ;Mi +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
ia;
ia; [ +block;
if;
if; [ +width;@;4;5;@;6o;G;H[ +200px;6i;
ig;
ig; [ +solid;
iho;K ;@;L{ ;Mi +color;@;4;5;@;6o;K ;@;L{ ;Mi;Ni;Oi;Pi;60;
ik;
ik; [ +o;2
;3i +right;@;4;5;@;6o;G;H[ +;
ip;
ip; [ +color;@;4;5;@;6o;K ;@;L{ ;Mi+;Ni;Oi;Pi;60;
iq;
iq; [ +;[" +hover;Z0;@;E;[;
is;@;
is;@;
is;@;
is; [o;2
;3i |
