compass-unsemantic 0.1

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.
Files changed (82) hide show
  1. data/lib/compass-unsemantic.rb +3 -0
  2. data/stylesheets/_compass-unsemantic.scss +13 -0
  3. data/stylesheets/javascripts/adapt.min.js +1 -0
  4. data/stylesheets/javascripts/demo.js +76 -0
  5. data/stylesheets/javascripts/html5.js +4 -0
  6. data/stylesheets/javascripts/jquery.js +5 -0
  7. data/stylesheets/sass/demo.sass +4 -0
  8. data/stylesheets/sass/ie-rtl.sass +10 -0
  9. data/stylesheets/sass/ie.sass +3 -0
  10. data/stylesheets/sass/partials/_demo.sass +50 -0
  11. data/stylesheets/sass/partials/_ie.sass +8 -0
  12. data/stylesheets/sass/partials/_reset.sass +187 -0
  13. data/stylesheets/sass/partials/_text.sass +71 -0
  14. data/stylesheets/sass/partials/_unsemantic-grid-base-tablet.sass +60 -0
  15. data/stylesheets/sass/partials/_unsemantic-grid-base.sass +54 -0
  16. data/stylesheets/sass/partials/_unsemantic-grid-desktop.sass +96 -0
  17. data/stylesheets/sass/partials/_unsemantic-grid-mobile.sass +96 -0
  18. data/stylesheets/sass/partials/_unsemantic-grid-responsive-tablet.sass +22 -0
  19. data/stylesheets/sass/partials/_unsemantic-grid-responsive.sass +17 -0
  20. data/stylesheets/sass/partials/_unsemantic-grid-tablet.sass +96 -0
  21. data/stylesheets/sass/partials/_unsemantic-ie-snap.sass +12 -0
  22. data/stylesheets/sass/partials/_unsemantic-vars.sass +224 -0
  23. data/stylesheets/sass/unsemantic-grid-base-no-ie7-rtl.sass +11 -0
  24. data/stylesheets/sass/unsemantic-grid-base-no-ie7.sass +4 -0
  25. data/stylesheets/sass/unsemantic-grid-base-rtl.sass +9 -0
  26. data/stylesheets/sass/unsemantic-grid-base-tablet-no-ie7-rtl.sass +11 -0
  27. data/stylesheets/sass/unsemantic-grid-base-tablet-no-ie7.sass +5 -0
  28. data/stylesheets/sass/unsemantic-grid-base-tablet-rtl.sass +9 -0
  29. data/stylesheets/sass/unsemantic-grid-base-tablet.sass +4 -0
  30. data/stylesheets/sass/unsemantic-grid-base.sass +2 -0
  31. data/stylesheets/sass/unsemantic-grid-desktop-no-ie7-rtl.sass +10 -0
  32. data/stylesheets/sass/unsemantic-grid-desktop-no-ie7.sass +3 -0
  33. data/stylesheets/sass/unsemantic-grid-desktop-rtl.sass +8 -0
  34. data/stylesheets/sass/unsemantic-grid-desktop.sass +1 -0
  35. data/stylesheets/sass/unsemantic-grid-mobile-no-ie7-rtl.sass +10 -0
  36. data/stylesheets/sass/unsemantic-grid-mobile-no-ie7.sass +3 -0
  37. data/stylesheets/sass/unsemantic-grid-mobile-rtl.sass +8 -0
  38. data/stylesheets/sass/unsemantic-grid-mobile.sass +1 -0
  39. data/stylesheets/sass/unsemantic-grid-responsive-no-ie7-rtl.sass +10 -0
  40. data/stylesheets/sass/unsemantic-grid-responsive-no-ie7.sass +3 -0
  41. data/stylesheets/sass/unsemantic-grid-responsive-rtl.sass +8 -0
  42. data/stylesheets/sass/unsemantic-grid-responsive-tablet-no-ie7-rtl.sass +10 -0
  43. data/stylesheets/sass/unsemantic-grid-responsive-tablet-no-ie7.sass +3 -0
  44. data/stylesheets/sass/unsemantic-grid-responsive-tablet-rtl.sass +8 -0
  45. data/stylesheets/sass/unsemantic-grid-responsive-tablet.sass +1 -0
  46. data/stylesheets/sass/unsemantic-grid-responsive.sass +1 -0
  47. data/stylesheets/sass/unsemantic-grid-tablet-no-ie7-rtl.sass +10 -0
  48. data/stylesheets/sass/unsemantic-grid-tablet-no-ie7.sass +3 -0
  49. data/stylesheets/sass/unsemantic-grid-tablet-rtl.sass +8 -0
  50. data/stylesheets/sass/unsemantic-grid-tablet.sass +1 -0
  51. data/stylesheets/stylesheets/demo.css +303 -0
  52. data/stylesheets/stylesheets/ie-rtl.css +1463 -0
  53. data/stylesheets/stylesheets/ie.css +1463 -0
  54. data/stylesheets/stylesheets/unsemantic-grid-base-no-ie7-rtl.css +55 -0
  55. data/stylesheets/stylesheets/unsemantic-grid-base-no-ie7.css +55 -0
  56. data/stylesheets/stylesheets/unsemantic-grid-base-rtl.css +71 -0
  57. data/stylesheets/stylesheets/unsemantic-grid-base-tablet-no-ie7-rtl.css +55 -0
  58. data/stylesheets/stylesheets/unsemantic-grid-base-tablet-no-ie7.css +55 -0
  59. data/stylesheets/stylesheets/unsemantic-grid-base-tablet-rtl.css +71 -0
  60. data/stylesheets/stylesheets/unsemantic-grid-base-tablet.css +71 -0
  61. data/stylesheets/stylesheets/unsemantic-grid-base.css +71 -0
  62. data/stylesheets/stylesheets/unsemantic-grid-desktop-no-ie7-rtl.css +490 -0
  63. data/stylesheets/stylesheets/unsemantic-grid-desktop-no-ie7.css +490 -0
  64. data/stylesheets/stylesheets/unsemantic-grid-desktop-rtl.css +685 -0
  65. data/stylesheets/stylesheets/unsemantic-grid-desktop.css +685 -0
  66. data/stylesheets/stylesheets/unsemantic-grid-mobile-no-ie7-rtl.css +490 -0
  67. data/stylesheets/stylesheets/unsemantic-grid-mobile-no-ie7.css +490 -0
  68. data/stylesheets/stylesheets/unsemantic-grid-mobile-rtl.css +685 -0
  69. data/stylesheets/stylesheets/unsemantic-grid-mobile.css +685 -0
  70. data/stylesheets/stylesheets/unsemantic-grid-responsive-no-ie7-rtl.css +1044 -0
  71. data/stylesheets/stylesheets/unsemantic-grid-responsive-no-ie7.css +1044 -0
  72. data/stylesheets/stylesheets/unsemantic-grid-responsive-rtl.css +1450 -0
  73. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7-rtl.css +1536 -0
  74. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7.css +1536 -0
  75. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-rtl.css +2137 -0
  76. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet.css +2137 -0
  77. data/stylesheets/stylesheets/unsemantic-grid-responsive.css +1450 -0
  78. data/stylesheets/stylesheets/unsemantic-grid-tablet-no-ie7-rtl.css +490 -0
  79. data/stylesheets/stylesheets/unsemantic-grid-tablet-no-ie7.css +490 -0
  80. data/stylesheets/stylesheets/unsemantic-grid-tablet-rtl.css +685 -0
  81. data/stylesheets/stylesheets/unsemantic-grid-tablet.css +685 -0
  82. metadata +141 -0
@@ -0,0 +1,1536 @@
1
+ /* ================================================================== */
2
+ /* This file has a mobile-to-tablet, and tablet-to-desktop breakpoint */
3
+ /* ================================================================== */
4
+ @media screen and (max-width: 400px) {
5
+ @-ms-viewport {
6
+ width: 320px;
7
+ }
8
+ }
9
+ @media screen {
10
+ .clear {
11
+ clear: both;
12
+ display: block;
13
+ overflow: hidden;
14
+ visibility: hidden;
15
+ width: 0;
16
+ height: 0;
17
+ }
18
+
19
+ .grid-container:before, .clearfix:before,
20
+ .grid-container:after,
21
+ .clearfix:after {
22
+ content: ".";
23
+ display: block;
24
+ overflow: hidden;
25
+ visibility: hidden;
26
+ font-size: 0;
27
+ line-height: 0;
28
+ width: 0;
29
+ height: 0;
30
+ }
31
+
32
+ .grid-container:after, .clearfix:after {
33
+ clear: both;
34
+ }
35
+
36
+ .grid-container {
37
+ margin-left: auto;
38
+ margin-right: auto;
39
+ max-width: 1200px;
40
+ padding-left: 10px;
41
+ padding-right: 10px;
42
+ }
43
+
44
+ .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
45
+ -webkit-box-sizing: border-box;
46
+ -moz-box-sizing: border-box;
47
+ box-sizing: border-box;
48
+ padding-left: 10px;
49
+ padding-right: 10px;
50
+ }
51
+
52
+ .grid-parent {
53
+ padding-left: 0;
54
+ padding-right: 0;
55
+ }
56
+
57
+ body {
58
+ min-width: 320px;
59
+ }
60
+ }
61
+ @media screen and (max-width: 767px) {
62
+ .mobile-grid-100:before,
63
+ .mobile-grid-100:after {
64
+ content: ".";
65
+ display: block;
66
+ overflow: hidden;
67
+ visibility: hidden;
68
+ font-size: 0;
69
+ line-height: 0;
70
+ width: 0;
71
+ height: 0;
72
+ }
73
+
74
+ .mobile-grid-100:after {
75
+ clear: both;
76
+ }
77
+
78
+ .mobile-push-5,
79
+ .mobile-pull-5, .mobile-push-10,
80
+ .mobile-pull-10, .mobile-push-15,
81
+ .mobile-pull-15, .mobile-push-20,
82
+ .mobile-pull-20, .mobile-push-25,
83
+ .mobile-pull-25, .mobile-push-30,
84
+ .mobile-pull-30, .mobile-push-35,
85
+ .mobile-pull-35, .mobile-push-40,
86
+ .mobile-pull-40, .mobile-push-45,
87
+ .mobile-pull-45, .mobile-push-50,
88
+ .mobile-pull-50, .mobile-push-55,
89
+ .mobile-pull-55, .mobile-push-60,
90
+ .mobile-pull-60, .mobile-push-65,
91
+ .mobile-pull-65, .mobile-push-70,
92
+ .mobile-pull-70, .mobile-push-75,
93
+ .mobile-pull-75, .mobile-push-80,
94
+ .mobile-pull-80, .mobile-push-85,
95
+ .mobile-pull-85, .mobile-push-90,
96
+ .mobile-pull-90, .mobile-push-95,
97
+ .mobile-pull-95, .mobile-push-33,
98
+ .mobile-pull-33, .mobile-push-66,
99
+ .mobile-pull-66 {
100
+ position: relative;
101
+ }
102
+
103
+ .hide-on-mobile {
104
+ display: none !important;
105
+ }
106
+
107
+ .mobile-grid-5 {
108
+ float: right;
109
+ width: 5%;
110
+ }
111
+
112
+ .mobile-prefix-5 {
113
+ margin-right: 5%;
114
+ }
115
+
116
+ .mobile-suffix-5 {
117
+ margin-left: 5%;
118
+ }
119
+
120
+ .mobile-push-5 {
121
+ right: 5%;
122
+ }
123
+
124
+ .mobile-pull-5 {
125
+ right: -5%;
126
+ }
127
+
128
+ .mobile-grid-10 {
129
+ float: right;
130
+ width: 10%;
131
+ }
132
+
133
+ .mobile-prefix-10 {
134
+ margin-right: 10%;
135
+ }
136
+
137
+ .mobile-suffix-10 {
138
+ margin-left: 10%;
139
+ }
140
+
141
+ .mobile-push-10 {
142
+ right: 10%;
143
+ }
144
+
145
+ .mobile-pull-10 {
146
+ right: -10%;
147
+ }
148
+
149
+ .mobile-grid-15 {
150
+ float: right;
151
+ width: 15%;
152
+ }
153
+
154
+ .mobile-prefix-15 {
155
+ margin-right: 15%;
156
+ }
157
+
158
+ .mobile-suffix-15 {
159
+ margin-left: 15%;
160
+ }
161
+
162
+ .mobile-push-15 {
163
+ right: 15%;
164
+ }
165
+
166
+ .mobile-pull-15 {
167
+ right: -15%;
168
+ }
169
+
170
+ .mobile-grid-20 {
171
+ float: right;
172
+ width: 20%;
173
+ }
174
+
175
+ .mobile-prefix-20 {
176
+ margin-right: 20%;
177
+ }
178
+
179
+ .mobile-suffix-20 {
180
+ margin-left: 20%;
181
+ }
182
+
183
+ .mobile-push-20 {
184
+ right: 20%;
185
+ }
186
+
187
+ .mobile-pull-20 {
188
+ right: -20%;
189
+ }
190
+
191
+ .mobile-grid-25 {
192
+ float: right;
193
+ width: 25%;
194
+ }
195
+
196
+ .mobile-prefix-25 {
197
+ margin-right: 25%;
198
+ }
199
+
200
+ .mobile-suffix-25 {
201
+ margin-left: 25%;
202
+ }
203
+
204
+ .mobile-push-25 {
205
+ right: 25%;
206
+ }
207
+
208
+ .mobile-pull-25 {
209
+ right: -25%;
210
+ }
211
+
212
+ .mobile-grid-30 {
213
+ float: right;
214
+ width: 30%;
215
+ }
216
+
217
+ .mobile-prefix-30 {
218
+ margin-right: 30%;
219
+ }
220
+
221
+ .mobile-suffix-30 {
222
+ margin-left: 30%;
223
+ }
224
+
225
+ .mobile-push-30 {
226
+ right: 30%;
227
+ }
228
+
229
+ .mobile-pull-30 {
230
+ right: -30%;
231
+ }
232
+
233
+ .mobile-grid-35 {
234
+ float: right;
235
+ width: 35%;
236
+ }
237
+
238
+ .mobile-prefix-35 {
239
+ margin-right: 35%;
240
+ }
241
+
242
+ .mobile-suffix-35 {
243
+ margin-left: 35%;
244
+ }
245
+
246
+ .mobile-push-35 {
247
+ right: 35%;
248
+ }
249
+
250
+ .mobile-pull-35 {
251
+ right: -35%;
252
+ }
253
+
254
+ .mobile-grid-40 {
255
+ float: right;
256
+ width: 40%;
257
+ }
258
+
259
+ .mobile-prefix-40 {
260
+ margin-right: 40%;
261
+ }
262
+
263
+ .mobile-suffix-40 {
264
+ margin-left: 40%;
265
+ }
266
+
267
+ .mobile-push-40 {
268
+ right: 40%;
269
+ }
270
+
271
+ .mobile-pull-40 {
272
+ right: -40%;
273
+ }
274
+
275
+ .mobile-grid-45 {
276
+ float: right;
277
+ width: 45%;
278
+ }
279
+
280
+ .mobile-prefix-45 {
281
+ margin-right: 45%;
282
+ }
283
+
284
+ .mobile-suffix-45 {
285
+ margin-left: 45%;
286
+ }
287
+
288
+ .mobile-push-45 {
289
+ right: 45%;
290
+ }
291
+
292
+ .mobile-pull-45 {
293
+ right: -45%;
294
+ }
295
+
296
+ .mobile-grid-50 {
297
+ float: right;
298
+ width: 50%;
299
+ }
300
+
301
+ .mobile-prefix-50 {
302
+ margin-right: 50%;
303
+ }
304
+
305
+ .mobile-suffix-50 {
306
+ margin-left: 50%;
307
+ }
308
+
309
+ .mobile-push-50 {
310
+ right: 50%;
311
+ }
312
+
313
+ .mobile-pull-50 {
314
+ right: -50%;
315
+ }
316
+
317
+ .mobile-grid-55 {
318
+ float: right;
319
+ width: 55%;
320
+ }
321
+
322
+ .mobile-prefix-55 {
323
+ margin-right: 55%;
324
+ }
325
+
326
+ .mobile-suffix-55 {
327
+ margin-left: 55%;
328
+ }
329
+
330
+ .mobile-push-55 {
331
+ right: 55%;
332
+ }
333
+
334
+ .mobile-pull-55 {
335
+ right: -55%;
336
+ }
337
+
338
+ .mobile-grid-60 {
339
+ float: right;
340
+ width: 60%;
341
+ }
342
+
343
+ .mobile-prefix-60 {
344
+ margin-right: 60%;
345
+ }
346
+
347
+ .mobile-suffix-60 {
348
+ margin-left: 60%;
349
+ }
350
+
351
+ .mobile-push-60 {
352
+ right: 60%;
353
+ }
354
+
355
+ .mobile-pull-60 {
356
+ right: -60%;
357
+ }
358
+
359
+ .mobile-grid-65 {
360
+ float: right;
361
+ width: 65%;
362
+ }
363
+
364
+ .mobile-prefix-65 {
365
+ margin-right: 65%;
366
+ }
367
+
368
+ .mobile-suffix-65 {
369
+ margin-left: 65%;
370
+ }
371
+
372
+ .mobile-push-65 {
373
+ right: 65%;
374
+ }
375
+
376
+ .mobile-pull-65 {
377
+ right: -65%;
378
+ }
379
+
380
+ .mobile-grid-70 {
381
+ float: right;
382
+ width: 70%;
383
+ }
384
+
385
+ .mobile-prefix-70 {
386
+ margin-right: 70%;
387
+ }
388
+
389
+ .mobile-suffix-70 {
390
+ margin-left: 70%;
391
+ }
392
+
393
+ .mobile-push-70 {
394
+ right: 70%;
395
+ }
396
+
397
+ .mobile-pull-70 {
398
+ right: -70%;
399
+ }
400
+
401
+ .mobile-grid-75 {
402
+ float: right;
403
+ width: 75%;
404
+ }
405
+
406
+ .mobile-prefix-75 {
407
+ margin-right: 75%;
408
+ }
409
+
410
+ .mobile-suffix-75 {
411
+ margin-left: 75%;
412
+ }
413
+
414
+ .mobile-push-75 {
415
+ right: 75%;
416
+ }
417
+
418
+ .mobile-pull-75 {
419
+ right: -75%;
420
+ }
421
+
422
+ .mobile-grid-80 {
423
+ float: right;
424
+ width: 80%;
425
+ }
426
+
427
+ .mobile-prefix-80 {
428
+ margin-right: 80%;
429
+ }
430
+
431
+ .mobile-suffix-80 {
432
+ margin-left: 80%;
433
+ }
434
+
435
+ .mobile-push-80 {
436
+ right: 80%;
437
+ }
438
+
439
+ .mobile-pull-80 {
440
+ right: -80%;
441
+ }
442
+
443
+ .mobile-grid-85 {
444
+ float: right;
445
+ width: 85%;
446
+ }
447
+
448
+ .mobile-prefix-85 {
449
+ margin-right: 85%;
450
+ }
451
+
452
+ .mobile-suffix-85 {
453
+ margin-left: 85%;
454
+ }
455
+
456
+ .mobile-push-85 {
457
+ right: 85%;
458
+ }
459
+
460
+ .mobile-pull-85 {
461
+ right: -85%;
462
+ }
463
+
464
+ .mobile-grid-90 {
465
+ float: right;
466
+ width: 90%;
467
+ }
468
+
469
+ .mobile-prefix-90 {
470
+ margin-right: 90%;
471
+ }
472
+
473
+ .mobile-suffix-90 {
474
+ margin-left: 90%;
475
+ }
476
+
477
+ .mobile-push-90 {
478
+ right: 90%;
479
+ }
480
+
481
+ .mobile-pull-90 {
482
+ right: -90%;
483
+ }
484
+
485
+ .mobile-grid-95 {
486
+ float: right;
487
+ width: 95%;
488
+ }
489
+
490
+ .mobile-prefix-95 {
491
+ margin-right: 95%;
492
+ }
493
+
494
+ .mobile-suffix-95 {
495
+ margin-left: 95%;
496
+ }
497
+
498
+ .mobile-push-95 {
499
+ right: 95%;
500
+ }
501
+
502
+ .mobile-pull-95 {
503
+ right: -95%;
504
+ }
505
+
506
+ .mobile-grid-33 {
507
+ float: right;
508
+ width: 33.33333%;
509
+ }
510
+
511
+ .mobile-prefix-33 {
512
+ margin-right: 33.33333%;
513
+ }
514
+
515
+ .mobile-suffix-33 {
516
+ margin-left: 33.33333%;
517
+ }
518
+
519
+ .mobile-push-33 {
520
+ right: 33.33333%;
521
+ }
522
+
523
+ .mobile-pull-33 {
524
+ right: -33.33333%;
525
+ }
526
+
527
+ .mobile-grid-66 {
528
+ float: right;
529
+ width: 66.66667%;
530
+ }
531
+
532
+ .mobile-prefix-66 {
533
+ margin-right: 66.66667%;
534
+ }
535
+
536
+ .mobile-suffix-66 {
537
+ margin-left: 66.66667%;
538
+ }
539
+
540
+ .mobile-push-66 {
541
+ right: 66.66667%;
542
+ }
543
+
544
+ .mobile-pull-66 {
545
+ right: -66.66667%;
546
+ }
547
+
548
+ .mobile-grid-100 {
549
+ clear: both;
550
+ width: 100%;
551
+ }
552
+ }
553
+ @media screen and (min-width: 768px) and (max-width: 1024px) {
554
+ .tablet-grid-100:before,
555
+ .tablet-grid-100:after {
556
+ content: ".";
557
+ display: block;
558
+ overflow: hidden;
559
+ visibility: hidden;
560
+ font-size: 0;
561
+ line-height: 0;
562
+ width: 0;
563
+ height: 0;
564
+ }
565
+
566
+ .tablet-grid-100:after {
567
+ clear: both;
568
+ }
569
+
570
+ .tablet-push-5,
571
+ .tablet-pull-5, .tablet-push-10,
572
+ .tablet-pull-10, .tablet-push-15,
573
+ .tablet-pull-15, .tablet-push-20,
574
+ .tablet-pull-20, .tablet-push-25,
575
+ .tablet-pull-25, .tablet-push-30,
576
+ .tablet-pull-30, .tablet-push-35,
577
+ .tablet-pull-35, .tablet-push-40,
578
+ .tablet-pull-40, .tablet-push-45,
579
+ .tablet-pull-45, .tablet-push-50,
580
+ .tablet-pull-50, .tablet-push-55,
581
+ .tablet-pull-55, .tablet-push-60,
582
+ .tablet-pull-60, .tablet-push-65,
583
+ .tablet-pull-65, .tablet-push-70,
584
+ .tablet-pull-70, .tablet-push-75,
585
+ .tablet-pull-75, .tablet-push-80,
586
+ .tablet-pull-80, .tablet-push-85,
587
+ .tablet-pull-85, .tablet-push-90,
588
+ .tablet-pull-90, .tablet-push-95,
589
+ .tablet-pull-95, .tablet-push-33,
590
+ .tablet-pull-33, .tablet-push-66,
591
+ .tablet-pull-66 {
592
+ position: relative;
593
+ }
594
+
595
+ .hide-on-tablet {
596
+ display: none !important;
597
+ }
598
+
599
+ .tablet-grid-5 {
600
+ float: right;
601
+ width: 5%;
602
+ }
603
+
604
+ .tablet-prefix-5 {
605
+ margin-right: 5%;
606
+ }
607
+
608
+ .tablet-suffix-5 {
609
+ margin-left: 5%;
610
+ }
611
+
612
+ .tablet-push-5 {
613
+ right: 5%;
614
+ }
615
+
616
+ .tablet-pull-5 {
617
+ right: -5%;
618
+ }
619
+
620
+ .tablet-grid-10 {
621
+ float: right;
622
+ width: 10%;
623
+ }
624
+
625
+ .tablet-prefix-10 {
626
+ margin-right: 10%;
627
+ }
628
+
629
+ .tablet-suffix-10 {
630
+ margin-left: 10%;
631
+ }
632
+
633
+ .tablet-push-10 {
634
+ right: 10%;
635
+ }
636
+
637
+ .tablet-pull-10 {
638
+ right: -10%;
639
+ }
640
+
641
+ .tablet-grid-15 {
642
+ float: right;
643
+ width: 15%;
644
+ }
645
+
646
+ .tablet-prefix-15 {
647
+ margin-right: 15%;
648
+ }
649
+
650
+ .tablet-suffix-15 {
651
+ margin-left: 15%;
652
+ }
653
+
654
+ .tablet-push-15 {
655
+ right: 15%;
656
+ }
657
+
658
+ .tablet-pull-15 {
659
+ right: -15%;
660
+ }
661
+
662
+ .tablet-grid-20 {
663
+ float: right;
664
+ width: 20%;
665
+ }
666
+
667
+ .tablet-prefix-20 {
668
+ margin-right: 20%;
669
+ }
670
+
671
+ .tablet-suffix-20 {
672
+ margin-left: 20%;
673
+ }
674
+
675
+ .tablet-push-20 {
676
+ right: 20%;
677
+ }
678
+
679
+ .tablet-pull-20 {
680
+ right: -20%;
681
+ }
682
+
683
+ .tablet-grid-25 {
684
+ float: right;
685
+ width: 25%;
686
+ }
687
+
688
+ .tablet-prefix-25 {
689
+ margin-right: 25%;
690
+ }
691
+
692
+ .tablet-suffix-25 {
693
+ margin-left: 25%;
694
+ }
695
+
696
+ .tablet-push-25 {
697
+ right: 25%;
698
+ }
699
+
700
+ .tablet-pull-25 {
701
+ right: -25%;
702
+ }
703
+
704
+ .tablet-grid-30 {
705
+ float: right;
706
+ width: 30%;
707
+ }
708
+
709
+ .tablet-prefix-30 {
710
+ margin-right: 30%;
711
+ }
712
+
713
+ .tablet-suffix-30 {
714
+ margin-left: 30%;
715
+ }
716
+
717
+ .tablet-push-30 {
718
+ right: 30%;
719
+ }
720
+
721
+ .tablet-pull-30 {
722
+ right: -30%;
723
+ }
724
+
725
+ .tablet-grid-35 {
726
+ float: right;
727
+ width: 35%;
728
+ }
729
+
730
+ .tablet-prefix-35 {
731
+ margin-right: 35%;
732
+ }
733
+
734
+ .tablet-suffix-35 {
735
+ margin-left: 35%;
736
+ }
737
+
738
+ .tablet-push-35 {
739
+ right: 35%;
740
+ }
741
+
742
+ .tablet-pull-35 {
743
+ right: -35%;
744
+ }
745
+
746
+ .tablet-grid-40 {
747
+ float: right;
748
+ width: 40%;
749
+ }
750
+
751
+ .tablet-prefix-40 {
752
+ margin-right: 40%;
753
+ }
754
+
755
+ .tablet-suffix-40 {
756
+ margin-left: 40%;
757
+ }
758
+
759
+ .tablet-push-40 {
760
+ right: 40%;
761
+ }
762
+
763
+ .tablet-pull-40 {
764
+ right: -40%;
765
+ }
766
+
767
+ .tablet-grid-45 {
768
+ float: right;
769
+ width: 45%;
770
+ }
771
+
772
+ .tablet-prefix-45 {
773
+ margin-right: 45%;
774
+ }
775
+
776
+ .tablet-suffix-45 {
777
+ margin-left: 45%;
778
+ }
779
+
780
+ .tablet-push-45 {
781
+ right: 45%;
782
+ }
783
+
784
+ .tablet-pull-45 {
785
+ right: -45%;
786
+ }
787
+
788
+ .tablet-grid-50 {
789
+ float: right;
790
+ width: 50%;
791
+ }
792
+
793
+ .tablet-prefix-50 {
794
+ margin-right: 50%;
795
+ }
796
+
797
+ .tablet-suffix-50 {
798
+ margin-left: 50%;
799
+ }
800
+
801
+ .tablet-push-50 {
802
+ right: 50%;
803
+ }
804
+
805
+ .tablet-pull-50 {
806
+ right: -50%;
807
+ }
808
+
809
+ .tablet-grid-55 {
810
+ float: right;
811
+ width: 55%;
812
+ }
813
+
814
+ .tablet-prefix-55 {
815
+ margin-right: 55%;
816
+ }
817
+
818
+ .tablet-suffix-55 {
819
+ margin-left: 55%;
820
+ }
821
+
822
+ .tablet-push-55 {
823
+ right: 55%;
824
+ }
825
+
826
+ .tablet-pull-55 {
827
+ right: -55%;
828
+ }
829
+
830
+ .tablet-grid-60 {
831
+ float: right;
832
+ width: 60%;
833
+ }
834
+
835
+ .tablet-prefix-60 {
836
+ margin-right: 60%;
837
+ }
838
+
839
+ .tablet-suffix-60 {
840
+ margin-left: 60%;
841
+ }
842
+
843
+ .tablet-push-60 {
844
+ right: 60%;
845
+ }
846
+
847
+ .tablet-pull-60 {
848
+ right: -60%;
849
+ }
850
+
851
+ .tablet-grid-65 {
852
+ float: right;
853
+ width: 65%;
854
+ }
855
+
856
+ .tablet-prefix-65 {
857
+ margin-right: 65%;
858
+ }
859
+
860
+ .tablet-suffix-65 {
861
+ margin-left: 65%;
862
+ }
863
+
864
+ .tablet-push-65 {
865
+ right: 65%;
866
+ }
867
+
868
+ .tablet-pull-65 {
869
+ right: -65%;
870
+ }
871
+
872
+ .tablet-grid-70 {
873
+ float: right;
874
+ width: 70%;
875
+ }
876
+
877
+ .tablet-prefix-70 {
878
+ margin-right: 70%;
879
+ }
880
+
881
+ .tablet-suffix-70 {
882
+ margin-left: 70%;
883
+ }
884
+
885
+ .tablet-push-70 {
886
+ right: 70%;
887
+ }
888
+
889
+ .tablet-pull-70 {
890
+ right: -70%;
891
+ }
892
+
893
+ .tablet-grid-75 {
894
+ float: right;
895
+ width: 75%;
896
+ }
897
+
898
+ .tablet-prefix-75 {
899
+ margin-right: 75%;
900
+ }
901
+
902
+ .tablet-suffix-75 {
903
+ margin-left: 75%;
904
+ }
905
+
906
+ .tablet-push-75 {
907
+ right: 75%;
908
+ }
909
+
910
+ .tablet-pull-75 {
911
+ right: -75%;
912
+ }
913
+
914
+ .tablet-grid-80 {
915
+ float: right;
916
+ width: 80%;
917
+ }
918
+
919
+ .tablet-prefix-80 {
920
+ margin-right: 80%;
921
+ }
922
+
923
+ .tablet-suffix-80 {
924
+ margin-left: 80%;
925
+ }
926
+
927
+ .tablet-push-80 {
928
+ right: 80%;
929
+ }
930
+
931
+ .tablet-pull-80 {
932
+ right: -80%;
933
+ }
934
+
935
+ .tablet-grid-85 {
936
+ float: right;
937
+ width: 85%;
938
+ }
939
+
940
+ .tablet-prefix-85 {
941
+ margin-right: 85%;
942
+ }
943
+
944
+ .tablet-suffix-85 {
945
+ margin-left: 85%;
946
+ }
947
+
948
+ .tablet-push-85 {
949
+ right: 85%;
950
+ }
951
+
952
+ .tablet-pull-85 {
953
+ right: -85%;
954
+ }
955
+
956
+ .tablet-grid-90 {
957
+ float: right;
958
+ width: 90%;
959
+ }
960
+
961
+ .tablet-prefix-90 {
962
+ margin-right: 90%;
963
+ }
964
+
965
+ .tablet-suffix-90 {
966
+ margin-left: 90%;
967
+ }
968
+
969
+ .tablet-push-90 {
970
+ right: 90%;
971
+ }
972
+
973
+ .tablet-pull-90 {
974
+ right: -90%;
975
+ }
976
+
977
+ .tablet-grid-95 {
978
+ float: right;
979
+ width: 95%;
980
+ }
981
+
982
+ .tablet-prefix-95 {
983
+ margin-right: 95%;
984
+ }
985
+
986
+ .tablet-suffix-95 {
987
+ margin-left: 95%;
988
+ }
989
+
990
+ .tablet-push-95 {
991
+ right: 95%;
992
+ }
993
+
994
+ .tablet-pull-95 {
995
+ right: -95%;
996
+ }
997
+
998
+ .tablet-grid-33 {
999
+ float: right;
1000
+ width: 33.33333%;
1001
+ }
1002
+
1003
+ .tablet-prefix-33 {
1004
+ margin-right: 33.33333%;
1005
+ }
1006
+
1007
+ .tablet-suffix-33 {
1008
+ margin-left: 33.33333%;
1009
+ }
1010
+
1011
+ .tablet-push-33 {
1012
+ right: 33.33333%;
1013
+ }
1014
+
1015
+ .tablet-pull-33 {
1016
+ right: -33.33333%;
1017
+ }
1018
+
1019
+ .tablet-grid-66 {
1020
+ float: right;
1021
+ width: 66.66667%;
1022
+ }
1023
+
1024
+ .tablet-prefix-66 {
1025
+ margin-right: 66.66667%;
1026
+ }
1027
+
1028
+ .tablet-suffix-66 {
1029
+ margin-left: 66.66667%;
1030
+ }
1031
+
1032
+ .tablet-push-66 {
1033
+ right: 66.66667%;
1034
+ }
1035
+
1036
+ .tablet-pull-66 {
1037
+ right: -66.66667%;
1038
+ }
1039
+
1040
+ .tablet-grid-100 {
1041
+ clear: both;
1042
+ width: 100%;
1043
+ }
1044
+ }
1045
+ @media screen and (min-width: 1025px) {
1046
+ .grid-100:before,
1047
+ .grid-100:after {
1048
+ content: ".";
1049
+ display: block;
1050
+ overflow: hidden;
1051
+ visibility: hidden;
1052
+ font-size: 0;
1053
+ line-height: 0;
1054
+ width: 0;
1055
+ height: 0;
1056
+ }
1057
+
1058
+ .grid-100:after {
1059
+ clear: both;
1060
+ }
1061
+
1062
+ .push-5,
1063
+ .pull-5, .push-10,
1064
+ .pull-10, .push-15,
1065
+ .pull-15, .push-20,
1066
+ .pull-20, .push-25,
1067
+ .pull-25, .push-30,
1068
+ .pull-30, .push-35,
1069
+ .pull-35, .push-40,
1070
+ .pull-40, .push-45,
1071
+ .pull-45, .push-50,
1072
+ .pull-50, .push-55,
1073
+ .pull-55, .push-60,
1074
+ .pull-60, .push-65,
1075
+ .pull-65, .push-70,
1076
+ .pull-70, .push-75,
1077
+ .pull-75, .push-80,
1078
+ .pull-80, .push-85,
1079
+ .pull-85, .push-90,
1080
+ .pull-90, .push-95,
1081
+ .pull-95, .push-33,
1082
+ .pull-33, .push-66,
1083
+ .pull-66 {
1084
+ position: relative;
1085
+ }
1086
+
1087
+ .hide-on-desktop {
1088
+ display: none !important;
1089
+ }
1090
+
1091
+ .grid-5 {
1092
+ float: right;
1093
+ width: 5%;
1094
+ }
1095
+
1096
+ .prefix-5 {
1097
+ margin-right: 5%;
1098
+ }
1099
+
1100
+ .suffix-5 {
1101
+ margin-left: 5%;
1102
+ }
1103
+
1104
+ .push-5 {
1105
+ right: 5%;
1106
+ }
1107
+
1108
+ .pull-5 {
1109
+ right: -5%;
1110
+ }
1111
+
1112
+ .grid-10 {
1113
+ float: right;
1114
+ width: 10%;
1115
+ }
1116
+
1117
+ .prefix-10 {
1118
+ margin-right: 10%;
1119
+ }
1120
+
1121
+ .suffix-10 {
1122
+ margin-left: 10%;
1123
+ }
1124
+
1125
+ .push-10 {
1126
+ right: 10%;
1127
+ }
1128
+
1129
+ .pull-10 {
1130
+ right: -10%;
1131
+ }
1132
+
1133
+ .grid-15 {
1134
+ float: right;
1135
+ width: 15%;
1136
+ }
1137
+
1138
+ .prefix-15 {
1139
+ margin-right: 15%;
1140
+ }
1141
+
1142
+ .suffix-15 {
1143
+ margin-left: 15%;
1144
+ }
1145
+
1146
+ .push-15 {
1147
+ right: 15%;
1148
+ }
1149
+
1150
+ .pull-15 {
1151
+ right: -15%;
1152
+ }
1153
+
1154
+ .grid-20 {
1155
+ float: right;
1156
+ width: 20%;
1157
+ }
1158
+
1159
+ .prefix-20 {
1160
+ margin-right: 20%;
1161
+ }
1162
+
1163
+ .suffix-20 {
1164
+ margin-left: 20%;
1165
+ }
1166
+
1167
+ .push-20 {
1168
+ right: 20%;
1169
+ }
1170
+
1171
+ .pull-20 {
1172
+ right: -20%;
1173
+ }
1174
+
1175
+ .grid-25 {
1176
+ float: right;
1177
+ width: 25%;
1178
+ }
1179
+
1180
+ .prefix-25 {
1181
+ margin-right: 25%;
1182
+ }
1183
+
1184
+ .suffix-25 {
1185
+ margin-left: 25%;
1186
+ }
1187
+
1188
+ .push-25 {
1189
+ right: 25%;
1190
+ }
1191
+
1192
+ .pull-25 {
1193
+ right: -25%;
1194
+ }
1195
+
1196
+ .grid-30 {
1197
+ float: right;
1198
+ width: 30%;
1199
+ }
1200
+
1201
+ .prefix-30 {
1202
+ margin-right: 30%;
1203
+ }
1204
+
1205
+ .suffix-30 {
1206
+ margin-left: 30%;
1207
+ }
1208
+
1209
+ .push-30 {
1210
+ right: 30%;
1211
+ }
1212
+
1213
+ .pull-30 {
1214
+ right: -30%;
1215
+ }
1216
+
1217
+ .grid-35 {
1218
+ float: right;
1219
+ width: 35%;
1220
+ }
1221
+
1222
+ .prefix-35 {
1223
+ margin-right: 35%;
1224
+ }
1225
+
1226
+ .suffix-35 {
1227
+ margin-left: 35%;
1228
+ }
1229
+
1230
+ .push-35 {
1231
+ right: 35%;
1232
+ }
1233
+
1234
+ .pull-35 {
1235
+ right: -35%;
1236
+ }
1237
+
1238
+ .grid-40 {
1239
+ float: right;
1240
+ width: 40%;
1241
+ }
1242
+
1243
+ .prefix-40 {
1244
+ margin-right: 40%;
1245
+ }
1246
+
1247
+ .suffix-40 {
1248
+ margin-left: 40%;
1249
+ }
1250
+
1251
+ .push-40 {
1252
+ right: 40%;
1253
+ }
1254
+
1255
+ .pull-40 {
1256
+ right: -40%;
1257
+ }
1258
+
1259
+ .grid-45 {
1260
+ float: right;
1261
+ width: 45%;
1262
+ }
1263
+
1264
+ .prefix-45 {
1265
+ margin-right: 45%;
1266
+ }
1267
+
1268
+ .suffix-45 {
1269
+ margin-left: 45%;
1270
+ }
1271
+
1272
+ .push-45 {
1273
+ right: 45%;
1274
+ }
1275
+
1276
+ .pull-45 {
1277
+ right: -45%;
1278
+ }
1279
+
1280
+ .grid-50 {
1281
+ float: right;
1282
+ width: 50%;
1283
+ }
1284
+
1285
+ .prefix-50 {
1286
+ margin-right: 50%;
1287
+ }
1288
+
1289
+ .suffix-50 {
1290
+ margin-left: 50%;
1291
+ }
1292
+
1293
+ .push-50 {
1294
+ right: 50%;
1295
+ }
1296
+
1297
+ .pull-50 {
1298
+ right: -50%;
1299
+ }
1300
+
1301
+ .grid-55 {
1302
+ float: right;
1303
+ width: 55%;
1304
+ }
1305
+
1306
+ .prefix-55 {
1307
+ margin-right: 55%;
1308
+ }
1309
+
1310
+ .suffix-55 {
1311
+ margin-left: 55%;
1312
+ }
1313
+
1314
+ .push-55 {
1315
+ right: 55%;
1316
+ }
1317
+
1318
+ .pull-55 {
1319
+ right: -55%;
1320
+ }
1321
+
1322
+ .grid-60 {
1323
+ float: right;
1324
+ width: 60%;
1325
+ }
1326
+
1327
+ .prefix-60 {
1328
+ margin-right: 60%;
1329
+ }
1330
+
1331
+ .suffix-60 {
1332
+ margin-left: 60%;
1333
+ }
1334
+
1335
+ .push-60 {
1336
+ right: 60%;
1337
+ }
1338
+
1339
+ .pull-60 {
1340
+ right: -60%;
1341
+ }
1342
+
1343
+ .grid-65 {
1344
+ float: right;
1345
+ width: 65%;
1346
+ }
1347
+
1348
+ .prefix-65 {
1349
+ margin-right: 65%;
1350
+ }
1351
+
1352
+ .suffix-65 {
1353
+ margin-left: 65%;
1354
+ }
1355
+
1356
+ .push-65 {
1357
+ right: 65%;
1358
+ }
1359
+
1360
+ .pull-65 {
1361
+ right: -65%;
1362
+ }
1363
+
1364
+ .grid-70 {
1365
+ float: right;
1366
+ width: 70%;
1367
+ }
1368
+
1369
+ .prefix-70 {
1370
+ margin-right: 70%;
1371
+ }
1372
+
1373
+ .suffix-70 {
1374
+ margin-left: 70%;
1375
+ }
1376
+
1377
+ .push-70 {
1378
+ right: 70%;
1379
+ }
1380
+
1381
+ .pull-70 {
1382
+ right: -70%;
1383
+ }
1384
+
1385
+ .grid-75 {
1386
+ float: right;
1387
+ width: 75%;
1388
+ }
1389
+
1390
+ .prefix-75 {
1391
+ margin-right: 75%;
1392
+ }
1393
+
1394
+ .suffix-75 {
1395
+ margin-left: 75%;
1396
+ }
1397
+
1398
+ .push-75 {
1399
+ right: 75%;
1400
+ }
1401
+
1402
+ .pull-75 {
1403
+ right: -75%;
1404
+ }
1405
+
1406
+ .grid-80 {
1407
+ float: right;
1408
+ width: 80%;
1409
+ }
1410
+
1411
+ .prefix-80 {
1412
+ margin-right: 80%;
1413
+ }
1414
+
1415
+ .suffix-80 {
1416
+ margin-left: 80%;
1417
+ }
1418
+
1419
+ .push-80 {
1420
+ right: 80%;
1421
+ }
1422
+
1423
+ .pull-80 {
1424
+ right: -80%;
1425
+ }
1426
+
1427
+ .grid-85 {
1428
+ float: right;
1429
+ width: 85%;
1430
+ }
1431
+
1432
+ .prefix-85 {
1433
+ margin-right: 85%;
1434
+ }
1435
+
1436
+ .suffix-85 {
1437
+ margin-left: 85%;
1438
+ }
1439
+
1440
+ .push-85 {
1441
+ right: 85%;
1442
+ }
1443
+
1444
+ .pull-85 {
1445
+ right: -85%;
1446
+ }
1447
+
1448
+ .grid-90 {
1449
+ float: right;
1450
+ width: 90%;
1451
+ }
1452
+
1453
+ .prefix-90 {
1454
+ margin-right: 90%;
1455
+ }
1456
+
1457
+ .suffix-90 {
1458
+ margin-left: 90%;
1459
+ }
1460
+
1461
+ .push-90 {
1462
+ right: 90%;
1463
+ }
1464
+
1465
+ .pull-90 {
1466
+ right: -90%;
1467
+ }
1468
+
1469
+ .grid-95 {
1470
+ float: right;
1471
+ width: 95%;
1472
+ }
1473
+
1474
+ .prefix-95 {
1475
+ margin-right: 95%;
1476
+ }
1477
+
1478
+ .suffix-95 {
1479
+ margin-left: 95%;
1480
+ }
1481
+
1482
+ .push-95 {
1483
+ right: 95%;
1484
+ }
1485
+
1486
+ .pull-95 {
1487
+ right: -95%;
1488
+ }
1489
+
1490
+ .grid-33 {
1491
+ float: right;
1492
+ width: 33.33333%;
1493
+ }
1494
+
1495
+ .prefix-33 {
1496
+ margin-right: 33.33333%;
1497
+ }
1498
+
1499
+ .suffix-33 {
1500
+ margin-left: 33.33333%;
1501
+ }
1502
+
1503
+ .push-33 {
1504
+ right: 33.33333%;
1505
+ }
1506
+
1507
+ .pull-33 {
1508
+ right: -33.33333%;
1509
+ }
1510
+
1511
+ .grid-66 {
1512
+ float: right;
1513
+ width: 66.66667%;
1514
+ }
1515
+
1516
+ .prefix-66 {
1517
+ margin-right: 66.66667%;
1518
+ }
1519
+
1520
+ .suffix-66 {
1521
+ margin-left: 66.66667%;
1522
+ }
1523
+
1524
+ .push-66 {
1525
+ right: 66.66667%;
1526
+ }
1527
+
1528
+ .pull-66 {
1529
+ right: -66.66667%;
1530
+ }
1531
+
1532
+ .grid-100 {
1533
+ clear: both;
1534
+ width: 100%;
1535
+ }
1536
+ }