groundworkcss 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +11 -33
 - data/lib/groundworkcss/generators/install_generator.rb +1 -1
 - data/lib/groundworkcss/version.rb +1 -1
 - data/vendor/assets/fonts/groundworkcss/FontAwesome.otf +0 -0
 - data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.eot +0 -0
 - data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.svg +153 -38
 - data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.ttf +0 -0
 - data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.woff +0 -0
 - data/vendor/assets/stylesheets/groundworkcss/_settings.scss +301 -1
 - data/vendor/assets/stylesheets/groundworkcss/base/{_all.scss → _all-base.scss} +2 -3
 - data/vendor/assets/stylesheets/groundworkcss/base/_animations.scss +1 -1
 - data/vendor/assets/stylesheets/groundworkcss/base/_global.scss +4 -23
 - data/vendor/assets/stylesheets/groundworkcss/base/_grid.scss +53 -26
 - data/vendor/assets/stylesheets/groundworkcss/base/_helpers.scss +105 -56
 - data/vendor/assets/stylesheets/groundworkcss/base/_reset.scss +34 -34
 - data/vendor/assets/stylesheets/groundworkcss/core/{_all.scss → _all-core.scss} +1 -1
 - data/vendor/assets/stylesheets/groundworkcss/core/_breakpoints.scss +22 -0
 - data/vendor/assets/stylesheets/groundworkcss/core/_defaults.scss +196 -93
 - data/vendor/assets/stylesheets/groundworkcss/core/_mixins.scss +132 -131
 - data/vendor/assets/stylesheets/groundworkcss/form/_all-form.scss +11 -0
 - data/vendor/assets/stylesheets/groundworkcss/form/_forms.scss +57 -112
 - data/vendor/assets/stylesheets/groundworkcss/form/_tiles.scss +9 -11
 - data/vendor/assets/stylesheets/groundworkcss/groundwork-ie.scss +7 -8
 - data/vendor/assets/stylesheets/groundworkcss/groundwork.scss +11 -14
 - data/vendor/assets/stylesheets/groundworkcss/nav/_all-nav.scss +12 -0
 - data/vendor/assets/stylesheets/groundworkcss/nav/_buttons.scss +22 -15
 - data/vendor/assets/stylesheets/groundworkcss/nav/_navigation.scss +26 -29
 - data/vendor/assets/stylesheets/groundworkcss/nav/_tabs.scss +39 -37
 - data/vendor/assets/stylesheets/groundworkcss/responsive/_all-responsive.scss +14 -0
 - data/vendor/assets/stylesheets/groundworkcss/responsive/_desktop.scss +5 -3
 - data/vendor/assets/stylesheets/groundworkcss/responsive/_ipad.scss +5 -3
 - data/vendor/assets/stylesheets/groundworkcss/responsive/_mobile.scss +6 -4
 - data/vendor/assets/stylesheets/groundworkcss/responsive/_small-tablet.scss +20 -16
 - data/vendor/assets/stylesheets/groundworkcss/social-icons-png.scss +295 -0
 - data/vendor/assets/stylesheets/groundworkcss/{misc/_social-icons.scss → social-icons-svg.scss} +8 -5
 - data/vendor/assets/stylesheets/groundworkcss/type/{_all.scss → _all-type.scss} +0 -1
 - data/vendor/assets/stylesheets/groundworkcss/type/_typography.scss +168 -161
 - data/vendor/assets/stylesheets/groundworkcss/type/_webfonts.scss +1 -1
 - data/vendor/assets/stylesheets/groundworkcss/ui/_all-ui.scss +14 -0
 - data/vendor/assets/stylesheets/groundworkcss/ui/_callouts.scss +31 -18
 - data/vendor/assets/stylesheets/groundworkcss/ui/_messages.scss +31 -18
 - data/vendor/assets/stylesheets/groundworkcss/ui/_modals.scss +6 -8
 - data/vendor/assets/stylesheets/groundworkcss/ui/_tables.scss +6 -5
 - data/vendor/assets/stylesheets/groundworkcss/ui/_tooltips.scss +15 -14
 - metadata +28 -25
 - checksums.yaml +0 -7
 - data/vendor/assets/stylesheets/groundworkcss/_rails-settings.scss +0 -202
 - data/vendor/assets/stylesheets/groundworkcss/font-awesome-ie7.min.css +0 -22
 - data/vendor/assets/stylesheets/groundworkcss/form/_all.scss +0 -10
 - data/vendor/assets/stylesheets/groundworkcss/index.scss +0 -3
 - data/vendor/assets/stylesheets/groundworkcss/magnific-popup.css +0 -393
 - data/vendor/assets/stylesheets/groundworkcss/misc/_all.scss +0 -9
 - data/vendor/assets/stylesheets/groundworkcss/nav/_all.scss +0 -11
 - data/vendor/assets/stylesheets/groundworkcss/no-svg.scss +0 -355
 - data/vendor/assets/stylesheets/groundworkcss/placeholder_polyfill.css +0 -32
 - data/vendor/assets/stylesheets/groundworkcss/responsive/_all.scss +0 -13
 - data/vendor/assets/stylesheets/groundworkcss/type/_font-awesome.scss +0 -542
 - data/vendor/assets/stylesheets/groundworkcss/ui/_all.scss +0 -13
 
| 
         @@ -345,7 +345,7 @@ button::-moz-focus-inner { 
     | 
|
| 
       345 
345 
     | 
    
         
             
            // Image content type
         
     | 
| 
       346 
346 
     | 
    
         
             
            @if $include-image-type {
         
     | 
| 
       347 
347 
     | 
    
         | 
| 
       348 
     | 
    
         
            -
               
     | 
| 
      
 348 
     | 
    
         
            +
              // Main image in popup
         
     | 
| 
       349 
349 
     | 
    
         
             
              img.mfp-img {
         
     | 
| 
       350 
350 
     | 
    
         
             
                width: auto;
         
     | 
| 
       351 
351 
     | 
    
         
             
                max-width: 100%;
         
     | 
| 
         @@ -359,7 +359,7 @@ button::-moz-focus-inner { 
     | 
|
| 
       359 
359 
     | 
    
         
             
                margin: 0 auto;
         
     | 
| 
       360 
360 
     | 
    
         
             
              }
         
     | 
| 
       361 
361 
     | 
    
         | 
| 
       362 
     | 
    
         
            -
               
     | 
| 
      
 362 
     | 
    
         
            +
              // The shadow behind the image
         
     | 
| 
       363 
363 
     | 
    
         
             
              .mfp-figure:after {
         
     | 
| 
       364 
364 
     | 
    
         
             
                content: '';
         
     | 
| 
       365 
365 
     | 
    
         
             
                position: absolute;
         
     | 
| 
         @@ -409,9 +409,7 @@ button::-moz-focus-inner { 
     | 
|
| 
       409 
409 
     | 
    
         
             
              @if $include-mobile-layout-for-image {
         
     | 
| 
       410 
410 
     | 
    
         | 
| 
       411 
411 
     | 
    
         
             
                  @media screen and (max-width: 800px) and (orientation:landscape), screen and (max-height: 300px) {
         
     | 
| 
       412 
     | 
    
         
            -
                     
     | 
| 
       413 
     | 
    
         
            -
                     * Remove all paddings around the image on small screen
         
     | 
| 
       414 
     | 
    
         
            -
                     */
         
     | 
| 
      
 412 
     | 
    
         
            +
                    // Remove all paddings around the image on small screen
         
     | 
| 
       415 
413 
     | 
    
         
             
                    .mfp-img-mobile .mfp-image-holder {
         
     | 
| 
       416 
414 
     | 
    
         
             
                      padding-left: 0;
         
     | 
| 
       417 
415 
     | 
    
         
             
                      padding-right: 0;
         
     | 
| 
         @@ -419,7 +417,7 @@ button::-moz-focus-inner { 
     | 
|
| 
       419 
417 
     | 
    
         
             
                    .mfp-img-mobile img.mfp-img {
         
     | 
| 
       420 
418 
     | 
    
         
             
                      padding: 0;
         
     | 
| 
       421 
419 
     | 
    
         
             
                    }
         
     | 
| 
       422 
     | 
    
         
            -
                     
     | 
| 
      
 420 
     | 
    
         
            +
                    // The shadow behind the image
         
     | 
| 
       423 
421 
     | 
    
         
             
                    .mfp-img-mobile .mfp-figure:after {
         
     | 
| 
       424 
422 
     | 
    
         
             
                      top: 0;
         
     | 
| 
       425 
423 
     | 
    
         
             
                      bottom: 0;
         
     | 
| 
         @@ -527,11 +525,11 @@ button::-moz-focus-inner { 
     | 
|
| 
       527 
525 
     | 
    
         | 
| 
       528 
526 
     | 
    
         
             
            .mfp-content {
         
     | 
| 
       529 
527 
     | 
    
         
             
              max-width: $max-width;
         
     | 
| 
       530 
     | 
    
         
            -
              @include rounded($radius);
         
     | 
| 
      
 528 
     | 
    
         
            +
              @include rounded($default-radius);
         
     | 
| 
       531 
529 
     | 
    
         
             
            }
         
     | 
| 
       532 
530 
     | 
    
         | 
| 
       533 
531 
     | 
    
         
             
            .mfp-iframe {
         
     | 
| 
       534 
     | 
    
         
            -
              @include rounded($radius);
         
     | 
| 
      
 532 
     | 
    
         
            +
              @include rounded($default-radius);
         
     | 
| 
       535 
533 
     | 
    
         
             
            }
         
     | 
| 
       536 
534 
     | 
    
         | 
| 
       537 
535 
     | 
    
         
             
            .mfp-iframe-holder {
         
     | 
| 
         @@ -1,6 +1,7 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            //  
     | 
| 
       2 
     | 
    
         
            -
            // 
     | 
| 
       3 
     | 
    
         
            -
            //  
     | 
| 
      
 1 
     | 
    
         
            +
            // =============================================
         
     | 
| 
      
 2 
     | 
    
         
            +
            //                  Tables
         
     | 
| 
      
 3 
     | 
    
         
            +
            //          Last Updated:2013-6-25
         
     | 
| 
      
 4 
     | 
    
         
            +
            // =============================================
         
     | 
| 
       4 
5 
     | 
    
         | 
| 
       5 
6 
     | 
    
         | 
| 
       6 
7 
     | 
    
         | 
| 
         @@ -77,7 +78,7 @@ 
     | 
|
| 
       77 
78 
     | 
    
         
             
              font-size:0.8em;
         
     | 
| 
       78 
79 
     | 
    
         
             
            }
         
     | 
| 
       79 
80 
     | 
    
         | 
| 
       80 
     | 
    
         
            -
            @if $tags {
         
     | 
| 
      
 81 
     | 
    
         
            +
            @if $table-tags {
         
     | 
| 
       81 
82 
     | 
    
         
             
              table {
         
     | 
| 
       82 
83 
     | 
    
         
             
                @extend %table;
         
     | 
| 
       83 
84 
     | 
    
         
             
                th, td {
         
     | 
| 
         @@ -122,7 +123,7 @@ 
     | 
|
| 
       122 
123 
     | 
    
         
             
                  }
         
     | 
| 
       123 
124 
     | 
    
         
             
                }
         
     | 
| 
       124 
125 
     | 
    
         | 
| 
       125 
     | 
    
         
            -
                @if $classes {
         
     | 
| 
      
 126 
     | 
    
         
            +
                @if $table-classes {
         
     | 
| 
       126 
127 
     | 
    
         
             
                  &.align-center {
         
     | 
| 
       127 
128 
     | 
    
         
             
                    th, td {
         
     | 
| 
       128 
129 
     | 
    
         
             
                      @extend %center-table;
         
     | 
| 
         @@ -1,6 +1,7 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            //  
     | 
| 
       2 
     | 
    
         
            -
            // 
     | 
| 
       3 
     | 
    
         
            -
            //  
     | 
| 
      
 1 
     | 
    
         
            +
            // =============================================
         
     | 
| 
      
 2 
     | 
    
         
            +
            //                 Tooltips
         
     | 
| 
      
 3 
     | 
    
         
            +
            //          Last Updated:2013-6-25
         
     | 
| 
      
 4 
     | 
    
         
            +
            // =============================================
         
     | 
| 
       4 
5 
     | 
    
         | 
| 
       5 
6 
     | 
    
         | 
| 
       6 
7 
     | 
    
         | 
| 
         @@ -9,9 +10,9 @@ 
     | 
|
| 
       9 
10 
     | 
    
         
             
              position:relative;
         
     | 
| 
       10 
11 
     | 
    
         
             
              padding:5px 15px;
         
     | 
| 
       11 
12 
     | 
    
         
             
              background:$button-color;
         
     | 
| 
       12 
     | 
    
         
            -
              border:1px solid $border-color;
         
     | 
| 
       13 
     | 
    
         
            -
              @include rounded($radius);
         
     | 
| 
       14 
     | 
    
         
            -
              @include  
     | 
| 
      
 13 
     | 
    
         
            +
              border:1px solid $button-border-color;
         
     | 
| 
      
 14 
     | 
    
         
            +
              @include rounded($default-radius);
         
     | 
| 
      
 15 
     | 
    
         
            +
              @include box-shadow(rgba(0,0,0,0.15), 8px, 3px, 3px);
         
     | 
| 
       15 
16 
     | 
    
         
             
              font-size:13px;
         
     | 
| 
       16 
17 
     | 
    
         
             
              color:$button-text;
         
     | 
| 
       17 
18 
     | 
    
         
             
              &:after {
         
     | 
| 
         @@ -49,7 +50,7 @@ 
     | 
|
| 
       49 
50 
     | 
    
         
             
                background:white;
         
     | 
| 
       50 
51 
     | 
    
         
             
                text-decoration:none;
         
     | 
| 
       51 
52 
     | 
    
         
             
                font-size:12px;
         
     | 
| 
       52 
     | 
    
         
            -
                @include rounded($radius / 2);
         
     | 
| 
      
 53 
     | 
    
         
            +
                @include rounded($default-radius / 2);
         
     | 
| 
       53 
54 
     | 
    
         
             
                i {
         
     | 
| 
       54 
55 
     | 
    
         
             
                  color:inherit;
         
     | 
| 
       55 
56 
     | 
    
         
             
                }
         
     | 
| 
         @@ -63,9 +64,9 @@ 
     | 
|
| 
       63 
64 
     | 
    
         
             
              z-index:101;
         
     | 
| 
       64 
65 
     | 
    
         
             
              padding:5px 15px;
         
     | 
| 
       65 
66 
     | 
    
         
             
              background:$button-color;
         
     | 
| 
       66 
     | 
    
         
            -
              border:1px solid $border-color;
         
     | 
| 
       67 
     | 
    
         
            -
              @include rounded($radius);
         
     | 
| 
       68 
     | 
    
         
            -
              @include  
     | 
| 
      
 67 
     | 
    
         
            +
              border:1px solid $button-border-color;
         
     | 
| 
      
 68 
     | 
    
         
            +
              @include rounded($default-radius);
         
     | 
| 
      
 69 
     | 
    
         
            +
              @include box-shadow(rgba(0,0,0,0.15), 8px, 3px, 3px);
         
     | 
| 
       69 
70 
     | 
    
         
             
              font-size:13px;
         
     | 
| 
       70 
71 
     | 
    
         
             
              text-transform:normal;
         
     | 
| 
       71 
72 
     | 
    
         
             
              color:$button-text;
         
     | 
| 
         @@ -128,7 +129,7 @@ 
     | 
|
| 
       128 
129 
     | 
    
         
             
                  right:10px;
         
     | 
| 
       129 
130 
     | 
    
         
             
                  bottom:-7px;
         
     | 
| 
       130 
131 
     | 
    
         
             
                  left:auto;
         
     | 
| 
       131 
     | 
    
         
            -
                  border-top:6px solid $border-color;
         
     | 
| 
      
 132 
     | 
    
         
            +
                  border-top:6px solid $button-border-color;
         
     | 
| 
       132 
133 
     | 
    
         
             
                  border-right:8px solid transparent;
         
     | 
| 
       133 
134 
     | 
    
         
             
                  border-left:8px solid transparent;
         
     | 
| 
       134 
135 
     | 
    
         
             
                }
         
     | 
| 
         @@ -148,7 +149,7 @@ 
     | 
|
| 
       148 
149 
     | 
    
         
             
                  right:auto;
         
     | 
| 
       149 
150 
     | 
    
         
             
                  bottom:-7px;
         
     | 
| 
       150 
151 
     | 
    
         
             
                  left:10px;
         
     | 
| 
       151 
     | 
    
         
            -
                  border-top:6px solid $border-color;
         
     | 
| 
      
 152 
     | 
    
         
            +
                  border-top:6px solid $button-border-color;
         
     | 
| 
       152 
153 
     | 
    
         
             
                  border-right:8px solid transparent;
         
     | 
| 
       153 
154 
     | 
    
         
             
                  border-left:8px solid transparent;
         
     | 
| 
       154 
155 
     | 
    
         
             
                }
         
     | 
| 
         @@ -169,7 +170,7 @@ 
     | 
|
| 
       169 
170 
     | 
    
         
             
                  bottom:auto;
         
     | 
| 
       170 
171 
     | 
    
         
             
                  left:auto;
         
     | 
| 
       171 
172 
     | 
    
         
             
                  border-right:8px solid transparent;
         
     | 
| 
       172 
     | 
    
         
            -
                  border-bottom:6px solid $border-color;
         
     | 
| 
      
 173 
     | 
    
         
            +
                  border-bottom:6px solid $button-border-color;
         
     | 
| 
       173 
174 
     | 
    
         
             
                  border-left:8px solid transparent;
         
     | 
| 
       174 
175 
     | 
    
         
             
                }
         
     | 
| 
       175 
176 
     | 
    
         
             
              }
         
     | 
| 
         @@ -189,7 +190,7 @@ 
     | 
|
| 
       189 
190 
     | 
    
         
             
                  bottom:auto;
         
     | 
| 
       190 
191 
     | 
    
         
             
                  left:10px;
         
     | 
| 
       191 
192 
     | 
    
         
             
                  border-right:8px solid transparent;
         
     | 
| 
       192 
     | 
    
         
            -
                  border-bottom:6px solid $border-color;
         
     | 
| 
      
 193 
     | 
    
         
            +
                  border-bottom:6px solid $button-border-color;
         
     | 
| 
       193 
194 
     | 
    
         
             
                  border-left:8px solid transparent;
         
     | 
| 
       194 
195 
     | 
    
         
             
                }
         
     | 
| 
       195 
196 
     | 
    
         
             
              }
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,8 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: groundworkcss
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.2. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.2.3
         
     | 
| 
      
 5 
     | 
    
         
            +
              prerelease: 
         
     | 
| 
       5 
6 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
7 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
8 
     | 
    
         
             
            - ghepting
         
     | 
| 
         @@ -11,11 +12,12 @@ authors: 
     | 
|
| 
       11 
12 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       12 
13 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       13 
14 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       14 
     | 
    
         
            -
            date: 2013-06- 
     | 
| 
      
 15 
     | 
    
         
            +
            date: 2013-06-27 00:00:00.000000000 Z
         
     | 
| 
       15 
16 
     | 
    
         
             
            dependencies:
         
     | 
| 
       16 
17 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       17 
18 
     | 
    
         
             
              name: compass-rails
         
     | 
| 
       18 
19 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 20 
     | 
    
         
            +
                none: false
         
     | 
| 
       19 
21 
     | 
    
         
             
                requirements:
         
     | 
| 
       20 
22 
     | 
    
         
             
                - - ~>
         
     | 
| 
       21 
23 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -23,6 +25,7 @@ dependencies: 
     | 
|
| 
       23 
25 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       24 
26 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       25 
27 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 28 
     | 
    
         
            +
                none: false
         
     | 
| 
       26 
29 
     | 
    
         
             
                requirements:
         
     | 
| 
       27 
30 
     | 
    
         
             
                - - ~>
         
     | 
| 
       28 
31 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -30,8 +33,9 @@ dependencies: 
     | 
|
| 
       30 
33 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       31 
34 
     | 
    
         
             
              name: railties
         
     | 
| 
       32 
35 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 36 
     | 
    
         
            +
                none: false
         
     | 
| 
       33 
37 
     | 
    
         
             
                requirements:
         
     | 
| 
       34 
     | 
    
         
            -
                - - '>='
         
     | 
| 
      
 38 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
       35 
39 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       36 
40 
     | 
    
         
             
                    version: 3.1.0
         
     | 
| 
       37 
41 
     | 
    
         
             
                - - <
         
     | 
| 
         @@ -40,8 +44,9 @@ dependencies: 
     | 
|
| 
       40 
44 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       41 
45 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       42 
46 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 47 
     | 
    
         
            +
                none: false
         
     | 
| 
       43 
48 
     | 
    
         
             
                requirements:
         
     | 
| 
       44 
     | 
    
         
            -
                - - '>='
         
     | 
| 
      
 49 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
       45 
50 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       46 
51 
     | 
    
         
             
                    version: 3.1.0
         
     | 
| 
       47 
52 
     | 
    
         
             
                - - <
         
     | 
| 
         @@ -50,6 +55,7 @@ dependencies: 
     | 
|
| 
       50 
55 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       51 
56 
     | 
    
         
             
              name: jquery-rails
         
     | 
| 
       52 
57 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 58 
     | 
    
         
            +
                none: false
         
     | 
| 
       53 
59 
     | 
    
         
             
                requirements:
         
     | 
| 
       54 
60 
     | 
    
         
             
                - - ~>
         
     | 
| 
       55 
61 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -57,6 +63,7 @@ dependencies: 
     | 
|
| 
       57 
63 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       58 
64 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       59 
65 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 66 
     | 
    
         
            +
                none: false
         
     | 
| 
       60 
67 
     | 
    
         
             
                requirements:
         
     | 
| 
       61 
68 
     | 
    
         
             
                - - ~>
         
     | 
| 
       62 
69 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
         @@ -78,6 +85,7 @@ files: 
     | 
|
| 
       78 
85 
     | 
    
         
             
            - lib/groundworkcss/generators/install_generator.rb
         
     | 
| 
       79 
86 
     | 
    
         
             
            - lib/groundworkcss/railties.rb
         
     | 
| 
       80 
87 
     | 
    
         
             
            - lib/groundworkcss/version.rb
         
     | 
| 
      
 88 
     | 
    
         
            +
            - vendor/assets/fonts/groundworkcss/FontAwesome.otf
         
     | 
| 
       81 
89 
     | 
    
         
             
            - vendor/assets/fonts/groundworkcss/americantypewriterstd-bold.eot
         
     | 
| 
       82 
90 
     | 
    
         
             
            - vendor/assets/fonts/groundworkcss/americantypewriterstd-bold.svg
         
     | 
| 
       83 
91 
     | 
    
         
             
            - vendor/assets/fonts/groundworkcss/americantypewriterstd-bold.ttf
         
     | 
| 
         @@ -357,45 +365,39 @@ files: 
     | 
|
| 
       357 
365 
     | 
    
         
             
            - vendor/assets/javascripts/groundworkcss/plugins/jquery-tooltip.coffee
         
     | 
| 
       358 
366 
     | 
    
         
             
            - vendor/assets/javascripts/groundworkcss/plugins/jquery.cycle2.js
         
     | 
| 
       359 
367 
     | 
    
         
             
            - vendor/assets/javascripts/groundworkcss/plugins/jquery.magnific-popup.js
         
     | 
| 
       360 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/_rails-settings.scss
         
     | 
| 
       361 
368 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/_settings.scss
         
     | 
| 
       362 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/base/_all.scss
         
     | 
| 
      
 369 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/base/_all-base.scss
         
     | 
| 
       363 
370 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/base/_animations.scss
         
     | 
| 
       364 
371 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/base/_global.scss
         
     | 
| 
       365 
372 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/base/_grid.scss
         
     | 
| 
       366 
373 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/base/_helpers.scss
         
     | 
| 
       367 
374 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/base/_reset.scss
         
     | 
| 
       368 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/core/_all.scss
         
     | 
| 
      
 375 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/core/_all-core.scss
         
     | 
| 
      
 376 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/core/_breakpoints.scss
         
     | 
| 
       369 
377 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/core/_constants.scss
         
     | 
| 
       370 
378 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/core/_defaults.scss
         
     | 
| 
       371 
379 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/core/_mixins.scss
         
     | 
| 
       372 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/ 
     | 
| 
       373 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/form/_all.scss
         
     | 
| 
      
 380 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/form/_all-form.scss
         
     | 
| 
       374 
381 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/form/_forms.scss
         
     | 
| 
       375 
382 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/form/_tiles.scss
         
     | 
| 
       376 
383 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/groundwork-ie.scss
         
     | 
| 
       377 
384 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/groundwork.scss
         
     | 
| 
       378 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/ 
     | 
| 
       379 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/magnific-popup.css
         
     | 
| 
       380 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/misc/_all.scss
         
     | 
| 
       381 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/misc/_social-icons.scss
         
     | 
| 
       382 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/nav/_all.scss
         
     | 
| 
      
 385 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/nav/_all-nav.scss
         
     | 
| 
       383 
386 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/nav/_buttons.scss
         
     | 
| 
       384 
387 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/nav/_navigation.scss
         
     | 
| 
       385 
388 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/nav/_tabs.scss
         
     | 
| 
       386 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/ 
     | 
| 
       387 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/placeholder_polyfill.css
         
     | 
| 
       388 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/responsive/_all.scss
         
     | 
| 
      
 389 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/responsive/_all-responsive.scss
         
     | 
| 
       389 
390 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/responsive/_desktop.scss
         
     | 
| 
       390 
391 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/responsive/_helpers.scss
         
     | 
| 
       391 
392 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/responsive/_ipad.scss
         
     | 
| 
       392 
393 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/responsive/_mobile.scss
         
     | 
| 
       393 
394 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/responsive/_small-tablet.scss
         
     | 
| 
       394 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/ 
     | 
| 
       395 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/ 
     | 
| 
      
 395 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/social-icons-png.scss
         
     | 
| 
      
 396 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/social-icons-svg.scss
         
     | 
| 
      
 397 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/type/_all-type.scss
         
     | 
| 
       396 
398 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/type/_typography.scss
         
     | 
| 
       397 
399 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/type/_webfonts.scss
         
     | 
| 
       398 
     | 
    
         
            -
            - vendor/assets/stylesheets/groundworkcss/ui/_all.scss
         
     | 
| 
      
 400 
     | 
    
         
            +
            - vendor/assets/stylesheets/groundworkcss/ui/_all-ui.scss
         
     | 
| 
       399 
401 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/ui/_callouts.scss
         
     | 
| 
       400 
402 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/ui/_messages.scss
         
     | 
| 
       401 
403 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/ui/_modals.scss
         
     | 
| 
         @@ -403,25 +405,26 @@ files: 
     | 
|
| 
       403 
405 
     | 
    
         
             
            - vendor/assets/stylesheets/groundworkcss/ui/_tooltips.scss
         
     | 
| 
       404 
406 
     | 
    
         
             
            homepage: http://groundworkcss.github.io
         
     | 
| 
       405 
407 
     | 
    
         
             
            licenses: []
         
     | 
| 
       406 
     | 
    
         
            -
            metadata: {}
         
     | 
| 
       407 
408 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       408 
409 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       409 
410 
     | 
    
         
             
            require_paths:
         
     | 
| 
       410 
411 
     | 
    
         
             
            - lib
         
     | 
| 
       411 
412 
     | 
    
         
             
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 413 
     | 
    
         
            +
              none: false
         
     | 
| 
       412 
414 
     | 
    
         
             
              requirements:
         
     | 
| 
       413 
     | 
    
         
            -
              - - '>='
         
     | 
| 
      
 415 
     | 
    
         
            +
              - - ! '>='
         
     | 
| 
       414 
416 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       415 
417 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       416 
418 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 419 
     | 
    
         
            +
              none: false
         
     | 
| 
       417 
420 
     | 
    
         
             
              requirements:
         
     | 
| 
       418 
     | 
    
         
            -
              - - '>='
         
     | 
| 
      
 421 
     | 
    
         
            +
              - - ! '>='
         
     | 
| 
       419 
422 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       420 
423 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       421 
424 
     | 
    
         
             
            requirements: []
         
     | 
| 
       422 
425 
     | 
    
         
             
            rubyforge_project: groundworkcss
         
     | 
| 
       423 
     | 
    
         
            -
            rubygems_version:  
     | 
| 
      
 426 
     | 
    
         
            +
            rubygems_version: 1.8.23
         
     | 
| 
       424 
427 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       425 
     | 
    
         
            -
            specification_version:  
     | 
| 
      
 428 
     | 
    
         
            +
            specification_version: 3
         
     | 
| 
       426 
429 
     | 
    
         
             
            summary: Setup GroundworkCSS on your rails projects in seconds.
         
     | 
| 
       427 
430 
     | 
    
         
             
            test_files: []
         
     | 
    
        checksums.yaml
    DELETED
    
    | 
         @@ -1,7 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ---
         
     | 
| 
       2 
     | 
    
         
            -
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz: d2783430a8390da346c9b0b4625bc2990ac4f27c
         
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz: 39b879b865406120cdbbb51dee7bb6bda46d1dcf
         
     | 
| 
       5 
     | 
    
         
            -
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz: 506ff7c3ef9761309a9a4947534e6b95dd98d5c5b8c71cc3efecc9e16c5d01e012198c91218aac6f67d9c6a8a4a6532eb8684fc46ed32a789502a3ee16bb4e1d
         
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz: 78a9f43720c23c31ee067a5c767dfac57a57a172e2bf442577d46e1c06720358bb29d70b44fe8e21815bbbd0dfbf4f7119c20991ef22f5ffe957fcd7752a5bf3
         
     | 
| 
         @@ -1,202 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            // =============================================
         
     | 
| 
       2 
     | 
    
         
            -
            //              Custom Settings
         
     | 
| 
       3 
     | 
    
         
            -
            //          Last Updated:2013-6-17
         
     | 
| 
       4 
     | 
    
         
            -
            // =============================================
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       10 
     | 
    
         
            -
            //  custom settings  //
         
     | 
| 
       11 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
            // framework options
         
     | 
| 
       14 
     | 
    
         
            -
            // $classes:             true;       // enable CSS class selectors     (WIP)
         
     | 
| 
       15 
     | 
    
         
            -
            // $tags:                true;       // enable semantic tag selectors  (WIP)
         
     | 
| 
       16 
     | 
    
         
            -
            // $tag-elements: html body
         
     | 
| 
       17 
     | 
    
         
            -
            //							div span header footer aside nav menu section article details
         
     | 
| 
       18 
     | 
    
         
            -
            //							h1 h2 h3 h4 h5 h6 p
         
     | 
| 
       19 
     | 
    
         
            -
            //							ol ul li dl dt dd
         
     | 
| 
       20 
     | 
    
         
            -
            //							em small big strong b u i
         
     | 
| 
       21 
     | 
    
         
            -
            //							blockquote cite pre code time address
         
     | 
| 
       22 
     | 
    
         
            -
            //							a img center hr
         
     | 
| 
       23 
     | 
    
         
            -
            //							form fieldset legend label input textarea select button
         
     | 
| 
       24 
     | 
    
         
            -
            //							table caption tbody thead tfoot tr th td
         
     | 
| 
       25 
     | 
    
         
            -
            //							iframe object canvas audio video;
         
     | 
| 
       26 
     | 
    
         
            -
            // $aria:                true;       // enable Aria role selectors     (WIP)
         
     | 
| 
       27 
     | 
    
         
            -
             
     | 
| 
       28 
     | 
    
         
            -
            // file paths
         
     | 
| 
       29 
     | 
    
         
            -
            $root_path:           '/assets/';      // path to HTML document root (relative from $css_path)
         
     | 
| 
       30 
     | 
    
         
            -
            $css_path:            'stylesheets/groundworkcss/';  // path to CSS output (relative from HTML document root)
         
     | 
| 
       31 
     | 
    
         
            -
            $images_path:         'images/groundworkcss/';  // path to images (relative from $root_path)
         
     | 
| 
       32 
     | 
    
         
            -
            $fonts_path:          'fonts/groundworkcss/';  // path to fonts (relative from $root_path)
         
     | 
| 
       33 
     | 
    
         
            -
            $boxsizing_path:      'javascripts/groundworkcss/libs/boxsizing.htc';  // path to box sizing polyfill (change to absolute path from HTML document root)
         
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
            // layout/grid settings
         
     | 
| 
       36 
     | 
    
         
            -
            // $max-width:           1200px;     // max container width (i.e. - 960px)
         
     | 
| 
       37 
     | 
    
         
            -
            // $gutter:              10px;       // gutter spacing
         
     | 
| 
       38 
     | 
    
         
            -
             
     | 
| 
       39 
     | 
    
         
            -
            // break points
         
     | 
| 
       40 
     | 
    
         
            -
            // $mobile:              "only screen and (max-width:480px)";
         
     | 
| 
       41 
     | 
    
         
            -
            // $small-tablet:        "only screen and (max-width:767px)";
         
     | 
| 
       42 
     | 
    
         
            -
            // $ipad:                "only screen and (min-width:768px) and (max-width:1024px)";
         
     | 
| 
       43 
     | 
    
         
            -
            // $desktop:             "only screen and (min-width:1025px)";
         
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
             
     | 
| 
       47 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       48 
     | 
    
         
            -
            //       colors      //
         
     | 
| 
       49 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
            // base styles
         
     | 
| 
       52 
     | 
    
         
            -
            // $background-color:    #ffffff;
         
     | 
| 
       53 
     | 
    
         
            -
            // $font-color:          #2b2b2d;
         
     | 
| 
       54 
     | 
    
         
            -
            $base-font-size:         14px;      // base font size for vertical rhythm
         
     | 
| 
       55 
     | 
    
         
            -
            $base-line-height:       17px;      // base line height for vertical rhythm
         
     | 
| 
       56 
     | 
    
         
            -
            // $font-family:         Helvetica, Arial, Geneva, sans-serif;
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
            // links
         
     | 
| 
       59 
     | 
    
         
            -
            // $link-color:          #489AC1;
         
     | 
| 
       60 
     | 
    
         
            -
            // $link-active:         #198D98;
         
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
            // selection
         
     | 
| 
       63 
     | 
    
         
            -
            // $selection-color:     $link-color;
         
     | 
| 
       64 
     | 
    
         
            -
            // $selection-text:      #ffffff;
         
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
            // borders
         
     | 
| 
       67 
     | 
    
         
            -
            // $border-color:        #dddddd;
         
     | 
| 
       68 
     | 
    
         
            -
             
     | 
| 
       69 
     | 
    
         
            -
            // buttons
         
     | 
| 
       70 
     | 
    
         
            -
            // $button-color:        #1DABB8;
         
     | 
| 
       71 
     | 
    
         
            -
            // $button-border-color: darken($button-color,10%);
         
     | 
| 
       72 
     | 
    
         
            -
            // $button-active:       #198D98;
         
     | 
| 
       73 
     | 
    
         
            -
            // $button-text:         #ffffff;
         
     | 
| 
       74 
     | 
    
         
            -
            // $button-active-text:  #ffffff;
         
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
            // disabled
         
     | 
| 
       77 
     | 
    
         
            -
            // $disabled-color:      gray;
         
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
            // info
         
     | 
| 
       80 
     | 
    
         
            -
            // $info-color:          #3a87ad;
         
     | 
| 
       81 
     | 
    
         
            -
            // $info-background:     #d9edf7;
         
     | 
| 
       82 
     | 
    
         
            -
            // $info-border:         #bce8f1;
         
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
            // alert
         
     | 
| 
       85 
     | 
    
         
            -
            // $alert-color:         #c09853;
         
     | 
| 
       86 
     | 
    
         
            -
            // $alert-background:    #fcf8e3;
         
     | 
| 
       87 
     | 
    
         
            -
            // $alert-border:        #fbeee0;
         
     | 
| 
       88 
     | 
    
         
            -
             
     | 
| 
       89 
     | 
    
         
            -
            // error
         
     | 
| 
       90 
     | 
    
         
            -
            // $error-color:         #b94a48;
         
     | 
| 
       91 
     | 
    
         
            -
            // $error-background:    #f2dede;
         
     | 
| 
       92 
     | 
    
         
            -
            // $error-border:        #eed3d7;
         
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
            // warning
         
     | 
| 
       95 
     | 
    
         
            -
            // $warning-color:       #FF971E;
         
     | 
| 
       96 
     | 
    
         
            -
            // $warning-background:  #FFE5C7;
         
     | 
| 
       97 
     | 
    
         
            -
            // $warning-border:      #FFDBB3;
         
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
            // success
         
     | 
| 
       100 
     | 
    
         
            -
            // $success-color:       #468847;
         
     | 
| 
       101 
     | 
    
         
            -
            // $success-background:  #dff0d8;
         
     | 
| 
       102 
     | 
    
         
            -
            // $success-border:      #d6e9c6;
         
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
            // $state-name:   'disabled'       'info'       'alert'       'warning'       'error'       'success';
         
     | 
| 
       105 
     | 
    
         
            -
            // $state-code:   $disabled-color  $info-color  $alert-color  $warning-color  $error-color  $success-color;
         
     | 
| 
       106 
     | 
    
         
            -
            // $state-text:   $white           $white       $white        $white          $white        $white;
         
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
            // modifier colors
         
     | 
| 
       109 
     | 
    
         
            -
            // $green:               #2ecc71 !default;
         
     | 
| 
       110 
     | 
    
         
            -
            // $blue:                #3498db !default;
         
     | 
| 
       111 
     | 
    
         
            -
            // $purple:              #9b59b6 !default;
         
     | 
| 
       112 
     | 
    
         
            -
            // $yellow:              #f1c40f !default;
         
     | 
| 
       113 
     | 
    
         
            -
            // $orange:              #e67e22 !default;
         
     | 
| 
       114 
     | 
    
         
            -
            // $red:                 #e74c3c !default;
         
     | 
| 
       115 
     | 
    
         
            -
            // $pink:                #f02475 !default;
         
     | 
| 
       116 
     | 
    
         
            -
            // $turquoise:           #1abc9c !default;
         
     | 
| 
       117 
     | 
    
         
            -
            // $asphalt:             #34495e !default;
         
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
            // $modifier-name:   'green'   'blue'   'purple'   'yellow'   'orange'   'red'   'pink'   'turquoise'   'asphalt';
         
     | 
| 
       120 
     | 
    
         
            -
            // $modifier-code:   $green    $blue    $purple    $yellow    $orange    $red    $pink    $turquoise    $asphalt;
         
     | 
| 
       121 
     | 
    
         
            -
            // $modifier-text:   $white    $white   $white     $white     $white     $white  $white   $white        $white;
         
     | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
       123 
     | 
    
         
            -
            // rounded corners
         
     | 
| 
       124 
     | 
    
         
            -
            // $radius:              4px;
         
     | 
| 
       125 
     | 
    
         
            -
             
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       129 
     | 
    
         
            -
            //   reset elements  //
         
     | 
| 
       130 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
            // elements that will be reset (trim this to include only the elements that are used in your markup)
         
     | 
| 
       133 
     | 
    
         
            -
            // $reset: true;
         
     | 
| 
       134 
     | 
    
         
            -
            // $reset-elements:  html body
         
     | 
| 
       135 
     | 
    
         
            -
            //                   div span header footer aside nav menu section article details
         
     | 
| 
       136 
     | 
    
         
            -
            //                   h1 h2 h3 h4 h5 h6 p
         
     | 
| 
       137 
     | 
    
         
            -
            //                   ol ul li dl dt dd
         
     | 
| 
       138 
     | 
    
         
            -
            //                   em small big strong b u i sub sup del strike
         
     | 
| 
       139 
     | 
    
         
            -
            //                   blockquote cite pre code time address
         
     | 
| 
       140 
     | 
    
         
            -
            //                   a img center hr
         
     | 
| 
       141 
     | 
    
         
            -
            //                   form fieldset legend label input textarea button
         
     | 
| 
       142 
     | 
    
         
            -
            //                   table caption tbody thead tfoot tr th td
         
     | 
| 
       143 
     | 
    
         
            -
            //                   iframe object canvas audio video;
         
     | 
| 
       144 
     | 
    
         
            -
             
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       148 
     | 
    
         
            -
            //     web fonts     //
         
     | 
| 
       149 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
            // font names
         
     | 
| 
       152 
     | 
    
         
            -
            // $web-font-names:      Average Sans,
         
     | 
| 
       153 
     | 
    
         
            -
            //                       American Typewriter;
         
     | 
| 
       154 
     | 
    
         
            -
            // font files (must all be named the same as listed below and include .eot, .woff and .ttf file types)
         
     | 
| 
       155 
     | 
    
         
            -
            // $web-font-files:      average-sans-webfont,
         
     | 
| 
       156 
     | 
    
         
            -
            //                       americantypewriterstd-bold;
         
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       161 
     | 
    
         
            -
            //      modals       //
         
     | 
| 
       162 
     | 
    
         
            -
            ///////////////////////
         
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
            // overlay
         
     | 
| 
       165 
     | 
    
         
            -
            // $overlay-color:                   #0b0b0b;                    // Color of overlay screen
         
     | 
| 
       166 
     | 
    
         
            -
            // $overlay-opacity:                 0.5;                        // Opacity of overlay screen
         
     | 
| 
       167 
     | 
    
         
            -
            // $shadow:                          0 0 8px rgba(0, 0, 0, 0.6); // Shadow on image or iframe
         
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
            // spacing
         
     | 
| 
       170 
     | 
    
         
            -
            // $popup-padding-left:              8px;                        // Padding from left and from right side
         
     | 
| 
       171 
     | 
    
         
            -
            // $popup-padding-left-mobile:       6px;                        // Same as above, but is applied when width of window is less than 800px
         
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
       173 
     | 
    
         
            -
            // $z-index-base:                    500;                        // Base z-index of popup
         
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
            // controls
         
     | 
| 
       176 
     | 
    
         
            -
            // $include-arrows:                  true;                       // Include styles for nav arrows
         
     | 
| 
       177 
     | 
    
         
            -
            // $controls-opacity:                0.65;                       // Opacity of controls
         
     | 
| 
       178 
     | 
    
         
            -
            // $controls-color:                  #FFF;                       // Color of controls
         
     | 
| 
       179 
     | 
    
         
            -
            // $inner-close-icon-color:          #333;                       // Color of close button when inside
         
     | 
| 
       180 
     | 
    
         
            -
            // $controls-text-color:             #CCC;                       // Color of preloader and "1 of X" indicator
         
     | 
| 
       181 
     | 
    
         
            -
            // $controls-text-color-hover:       #FFF;                       // Hover color of preloader and "1 of X" indicator
         
     | 
| 
       182 
     | 
    
         
            -
            // $IE7support:                      true;                       // Very basic IE7 support
         
     | 
| 
       183 
     | 
    
         
            -
             
     | 
| 
       184 
     | 
    
         
            -
            // Inline-type options
         
     | 
| 
       185 
     | 
    
         
            -
            // $modal-max-width:                 $max-width;                 // Maximum width of inline modals
         
     | 
| 
       186 
     | 
    
         
            -
             
     | 
| 
       187 
     | 
    
         
            -
            // Iframe-type options
         
     | 
| 
       188 
     | 
    
         
            -
            // $include-iframe-type:             true;                       // Enable Iframe-type popups
         
     | 
| 
       189 
     | 
    
         
            -
            // $iframe-padding-top:              ($gutter*4);                       // Iframe padding top
         
     | 
| 
       190 
     | 
    
         
            -
            // $iframe-background:               #000;                       // Background color of iframes
         
     | 
| 
       191 
     | 
    
         
            -
            // $iframe-max-width:                $max-width;                      // Maximum width of iframes
         
     | 
| 
       192 
     | 
    
         
            -
            // $iframe-ratio:                    9/16;                       // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)
         
     | 
| 
       193 
     | 
    
         
            -
             
     | 
| 
       194 
     | 
    
         
            -
            // Image-type options
         
     | 
| 
       195 
     | 
    
         
            -
            // $include-image-type:              true;                       // Enable Image-type popups
         
     | 
| 
       196 
     | 
    
         
            -
            // $image-padding-top:               ($gutter*4);                       // Image padding top
         
     | 
| 
       197 
     | 
    
         
            -
            // $image-padding-bottom:            ($gutter*4);                       // Image padding bottom
         
     | 
| 
       198 
     | 
    
         
            -
            // $include-mobile-layout-for-image: true;                       // Removes paddings from top and bottom
         
     | 
| 
       199 
     | 
    
         
            -
             
     | 
| 
       200 
     | 
    
         
            -
            // Image caption options
         
     | 
| 
       201 
     | 
    
         
            -
            // $caption-title-color:             #F3F3F3;                    // Caption title color
         
     | 
| 
       202 
     | 
    
         
            -
            // $caption-subtitle-color:          #BDBDBD;                    // Caption subtitle color
         
     | 
| 
         @@ -1,22 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            /*!
         
     | 
| 
       2 
     | 
    
         
            -
             *  Font Awesome 3.0.2
         
     | 
| 
       3 
     | 
    
         
            -
             *  the iconic font designed for use with Twitter Bootstrap
         
     | 
| 
       4 
     | 
    
         
            -
             *  -------------------------------------------------------
         
     | 
| 
       5 
     | 
    
         
            -
             *  The full suite of pictographic icons, examples, and documentation
         
     | 
| 
       6 
     | 
    
         
            -
             *  can be found at: http://fortawesome.github.com/Font-Awesome/
         
     | 
| 
       7 
     | 
    
         
            -
             *
         
     | 
| 
       8 
     | 
    
         
            -
             *  License
         
     | 
| 
       9 
     | 
    
         
            -
             *  -------------------------------------------------------
         
     | 
| 
       10 
     | 
    
         
            -
             *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
         
     | 
| 
       11 
     | 
    
         
            -
             *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
         
     | 
| 
       12 
     | 
    
         
            -
             *    http://opensource.org/licenses/mit-license.html
         
     | 
| 
       13 
     | 
    
         
            -
             *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
         
     | 
| 
       14 
     | 
    
         
            -
             *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
         
     | 
| 
       15 
     | 
    
         
            -
             *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             *  Contact
         
     | 
| 
       18 
     | 
    
         
            -
             *  -------------------------------------------------------
         
     | 
| 
       19 
     | 
    
         
            -
             *  Email: dave@davegandy.com
         
     | 
| 
       20 
     | 
    
         
            -
             *  Twitter: http://twitter.com/fortaweso_me
         
     | 
| 
       21 
     | 
    
         
            -
             *  Work: Lead Product Designer @ http://kyruus.com
         
     | 
| 
       22 
     | 
    
         
            -
             */.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle}.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%}.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px}.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit}.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em}a [class^="icon-"],a [class*=" icon-"]{cursor:pointer}ul.icons{text-indent:-1.5em;margin-left:3em}.icon-glass{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-music{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-search{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-envelope{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-heart{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-star{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-star-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-user{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-film{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-th-large{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-th{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-th-list{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-ok{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-remove{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-zoom-in{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-zoom-out{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-off{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-signal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-cog{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-trash{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-home{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-file{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-time{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-road{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-download-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-download{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-upload{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-inbox{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-play-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-repeat{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-refresh{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-list-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-lock{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-flag{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-headphones{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-volume-off{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-volume-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-volume-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-qrcode{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-barcode{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-tag{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-tags{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-book{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bookmark{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-print{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-camera{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-font{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bold{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-italic{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-text-height{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-text-width{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-align-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-align-center{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-align-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-align-justify{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-list{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-indent-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-indent-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-facetime-video{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-picture{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-pencil{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-map-marker{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-adjust{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-tint{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-edit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-share{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-check{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-move{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-step-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-fast-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-backward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-play{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-pause{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-stop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-fast-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-step-forward{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-eject{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-chevron-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-chevron-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-plus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-minus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-remove-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-ok-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-question-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-info-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-screenshot{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-remove-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-ok-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-ban-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-arrow-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-arrow-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-arrow-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-arrow-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-share-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-resize-full{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-resize-small{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-plus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-minus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-asterisk{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-exclamation-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-gift{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-leaf{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-fire{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-eye-open{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-eye-close{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-warning-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-plane{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-calendar{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-random{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-comment{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-magnet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-chevron-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-chevron-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-retweet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-shopping-cart{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-folder-close{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-folder-open{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-resize-vertical{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-resize-horizontal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bar-chart{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-twitter-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-facebook-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-camera-retro{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-key{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-cogs{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-comments{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-thumbs-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-thumbs-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-star-half{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-heart-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-signout{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-linkedin-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-pushpin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-external-link{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-signin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-trophy{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-github-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-upload-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-lemon{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-phone{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-check-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bookmark-empty{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-phone-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-twitter{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-facebook{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-github{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-unlock{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-credit-card{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-rss{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-hdd{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bullhorn{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bell{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-certificate{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-hand-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-hand-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-hand-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-hand-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-circle-arrow-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-circle-arrow-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-circle-arrow-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-circle-arrow-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-globe{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-wrench{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-tasks{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-filter{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-briefcase{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-fullscreen{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-group{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-link{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-cloud{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-beaker{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-cut{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-copy{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-paper-clip{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-save{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-sign-blank{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-reorder{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-list-ul{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-list-ol{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-strikethrough{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-underline{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-table{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-magic{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-truck{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-pinterest{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-pinterest-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-google-plus-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-google-plus{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-money{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-caret-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-caret-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-caret-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-caret-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-columns{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-sort{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-sort-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-sort-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-envelope-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-linkedin{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-undo{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-legal{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-dashboard{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-comment-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-comments-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bolt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-sitemap{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-umbrella{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-paste{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-lightbulb{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-exchange{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-cloud-download{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-cloud-upload{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-user-md{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-stethoscope{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-suitcase{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-bell-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-coffee{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-food{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-file-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-building{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-hospital{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-ambulance{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-medkit{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-fighter-jet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-beer{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-h-sign{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-plus-sign-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-double-angle-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-double-angle-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-double-angle-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-double-angle-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-angle-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-angle-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-angle-up{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-angle-down{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-desktop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-laptop{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-tablet{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-mobile-phone{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-circle-blank{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-quote-left{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-quote-right{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-spinner{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-circle{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-reply{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-github-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-folder-close-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}.icon-folder-open-alt{*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '')}
         
     |