@10yun/cv-mobile-ui 0.4.1 → 0.4.2

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 (112) hide show
  1. package/package.json +1 -1
  2. package/ui-cv/cv-badge/{uni-badge.vue → cv-badge.vue} +2 -2
  3. package/ui-cv/cv-calendar/calendar.js +762 -345
  4. package/ui-cv/cv-calendar/cv-calendar-item.vue +198 -0
  5. package/ui-cv/cv-calendar/cv-calendar.vue +508 -0
  6. package/ui-cv/cv-card/cv-card.vue +427 -0
  7. package/ui-cv/cv-col/cv-col.vue +2965 -0
  8. package/ui-cv/cv-collapse/cv-collapse.vue +146 -0
  9. package/ui-cv/cv-collapse-item/cv-collapse-item.vue +395 -0
  10. package/ui-cv/cv-combox/cv-combox.vue +250 -0
  11. package/ui-cv/cv-countdown/cv-countdown.vue +245 -0
  12. package/ui-cv/cv-data-checkbox/cv-data-checkbox.vue +841 -0
  13. package/ui-cv/cv-data-indexed-list/cv-data-indexed-list-item.vue +154 -0
  14. package/ui-cv/cv-data-indexed-list/cv-data-indexed-list.vue +376 -0
  15. package/ui-cv/cv-data-picker/cv-data-picker.vue +486 -0
  16. package/ui-cv/cv-data-pickerview/{uni-data-picker.js → cv-data-picker.js} +0 -0
  17. package/ui-cv/cv-data-pickerview/cv-data-pickerview.vue +304 -0
  18. package/ui-cv/cv-dateformat/cv-dateformat.vue +86 -0
  19. package/ui-cv/cv-datetime-picker/calendar.vue +752 -738
  20. package/ui-cv/cv-datetime-picker/cv-datetime-picker.vue +958 -0
  21. package/ui-cv/cv-datetime-picker/time-picker.vue +900 -892
  22. package/ui-cv/cv-easyinput/cv-easyinput.vue +514 -0
  23. package/ui-cv/cv-fab/cv-fab.vue +465 -0
  24. package/ui-cv/cv-fab/{uni-fab.vue.bak → cv-fab.vue.bak} +2 -2
  25. package/ui-cv/cv-fav/cv-fav.vue +150 -0
  26. package/ui-cv/cv-file-picker/cv-file-picker.vue +619 -0
  27. package/ui-cv/cv-form-item/cv-form-item.vue +1 -1
  28. package/ui-cv/cv-goods-nav/{uni-goods-nav.vue → cv-goods-nav.vue} +1 -1
  29. package/ui-cv/{cv-icons2/cv-icons2.vue → cv-icon2/cv-icon2.vue} +3 -3
  30. package/ui-cv/{cv-icons2 → cv-icon2}/icons.js +0 -0
  31. package/ui-cv/{cv-icons2 → cv-icon2}/uni.ttf +0 -0
  32. package/ui-cv/cv-indexed-list/cv-indexed-list-item.vue +154 -0
  33. package/ui-cv/cv-indexed-list/cv-indexed-list.vue +371 -0
  34. package/ui-cv/cv-input-password/cv-input-password.vue +2 -2
  35. package/ui-cv/{cv-link/uni-link.vue → cv-link2/cv-link2.vue} +1 -1
  36. package/ui-cv/cv-list/cv-list.vue +107 -0
  37. package/ui-cv/cv-list/cv-refresh.vue +65 -0
  38. package/ui-cv/cv-list-ad/cv-list-ad.vue +113 -0
  39. package/ui-cv/cv-list-chat/{uni-list-chat.scss → cv-list-chat.scss} +0 -0
  40. package/ui-cv/cv-list-chat/{uni-list-chat.vue → cv-list-chat.vue} +0 -0
  41. package/ui-cv/cv-list-item/cv-list-item.vue +449 -0
  42. package/ui-cv/cv-nav-bar/cv-nav-bar.vue +256 -0
  43. package/ui-cv/cv-nav-bar/{uni-status-bar.vue → cv-status-bar.vue} +0 -0
  44. package/ui-cv/cv-notice-bar/cv-notice-bar.vue +453 -0
  45. package/ui-cv/cv-number-box/cv-number-box.vue +223 -0
  46. package/ui-cv/cv-pagination/cv-pagination.vue +397 -0
  47. package/ui-cv/cv-popup/cv-popup.vue +429 -0
  48. package/ui-cv/cv-popup-dialog/{uni-popup-dialog.vue → cv-popup-dialog.vue} +0 -0
  49. package/ui-cv/cv-popup-message/cv-popup-message.vue +143 -0
  50. package/ui-cv/cv-popup-share/{uni-popup-share.vue → cv-popup-share.vue} +0 -0
  51. package/ui-cv/cv-row/{uni-row.vue → cv-row.vue} +1 -1
  52. package/ui-cv/cv-search-bar/cv-search-bar.vue +280 -0
  53. package/ui-cv/cv-section/{uni-section.vue → cv-section.vue} +0 -0
  54. package/ui-cv/cv-segmented-control/{uni-segmented-control.vue → cv-segmented-control.vue} +0 -0
  55. package/ui-cv/cv-status-bar/{uni-status-bar.vue → cv-status-bar.vue} +0 -0
  56. package/ui-cv/cv-steps/cv-steps.vue +293 -0
  57. package/ui-cv/cv-swipe-action/{uni-swipe-action.vue → cv-swipe-action.vue} +0 -0
  58. package/ui-cv/cv-swipe-action-item/{uni-swipe-action-item.vue → cv-swipe-action-item.vue} +0 -0
  59. package/ui-cv/cv-swiper-dot/cv-swiper-dot.vue +255 -0
  60. package/ui-cv/cv-table/cv-table.vue +460 -0
  61. package/ui-cv/cv-tag/cv-tag.vue +276 -0
  62. package/ui-cv/cv-tbody/cv-tbody.vue +28 -0
  63. package/ui-cv/cv-td/cv-td.vue +93 -0
  64. package/ui-cv/cv-test/{uni-test.vue → cv-test.vue} +0 -0
  65. package/ui-cv/cv-th/cv-th.vue +270 -0
  66. package/ui-cv/cv-thead/cv-thead.vue +114 -0
  67. package/ui-cv/cv-title/cv-title.vue +168 -0
  68. package/ui-cv/cv-tr/cv-tr.vue +166 -0
  69. package/ui-cv/cv-transition/cv-transition.vue +279 -0
  70. package/ui-cv/cv-calendar/uni-calendar-item.vue +0 -171
  71. package/ui-cv/cv-calendar/uni-calendar.vue +0 -504
  72. package/ui-cv/cv-card/uni-card.vue +0 -420
  73. package/ui-cv/cv-col/uni-col.vue +0 -2968
  74. package/ui-cv/cv-collapse/uni-collapse.vue +0 -146
  75. package/ui-cv/cv-collapse-item/uni-collapse-item.vue +0 -378
  76. package/ui-cv/cv-combox/uni-combox.vue +0 -237
  77. package/ui-cv/cv-countdown/uni-countdown.vue +0 -234
  78. package/ui-cv/cv-data-checkbox/uni-data-checkbox.vue +0 -792
  79. package/ui-cv/cv-data-indexed-list/uni-data-indexed-list-item.vue +0 -142
  80. package/ui-cv/cv-data-indexed-list/uni-data-indexed-list.vue +0 -364
  81. package/ui-cv/cv-data-picker/uni-data-picker.vue +0 -468
  82. package/ui-cv/cv-data-pickerview/uni-data-pickerview.vue +0 -298
  83. package/ui-cv/cv-dateformat/uni-dateformat.vue +0 -88
  84. package/ui-cv/cv-datetime-picker/uni-datetime-picker.vue +0 -874
  85. package/ui-cv/cv-easyinput/uni-easyinput.vue +0 -438
  86. package/ui-cv/cv-fab/uni-fab.vue +0 -443
  87. package/ui-cv/cv-fav/uni-fav.vue +0 -136
  88. package/ui-cv/cv-file-picker/uni-file-picker.vue +0 -614
  89. package/ui-cv/cv-indexed-list/uni-indexed-list-item.vue +0 -142
  90. package/ui-cv/cv-indexed-list/uni-indexed-list.vue +0 -357
  91. package/ui-cv/cv-list/uni-list.vue +0 -107
  92. package/ui-cv/cv-list/uni-refresh.vue +0 -65
  93. package/ui-cv/cv-list-ad/uni-list-ad.vue +0 -106
  94. package/ui-cv/cv-list-item/uni-list-item.vue +0 -428
  95. package/ui-cv/cv-nav-bar/uni-nav-bar.vue +0 -244
  96. package/ui-cv/cv-notice-bar/uni-notice-bar.vue +0 -394
  97. package/ui-cv/cv-number-box/uni-number-box.vue +0 -224
  98. package/ui-cv/cv-pagination/uni-pagination.vue +0 -376
  99. package/ui-cv/cv-popup/uni-popup.vue +0 -412
  100. package/ui-cv/cv-popup-message/uni-popup-message.vue +0 -143
  101. package/ui-cv/cv-search-bar/uni-search-bar.vue +0 -262
  102. package/ui-cv/cv-steps/uni-steps.vue +0 -250
  103. package/ui-cv/cv-swiper-dot/uni-swiper-dot.vue +0 -205
  104. package/ui-cv/cv-table/uni-table.vue +0 -455
  105. package/ui-cv/cv-tag/uni-tag.vue +0 -283
  106. package/ui-cv/cv-tbody/uni-tbody.vue +0 -30
  107. package/ui-cv/cv-td/uni-td.vue +0 -88
  108. package/ui-cv/cv-th/uni-th.vue +0 -259
  109. package/ui-cv/cv-thead/uni-thead.vue +0 -114
  110. package/ui-cv/cv-title/uni-title.vue +0 -171
  111. package/ui-cv/cv-tr/uni-tr.vue +0 -156
  112. package/ui-cv/cv-transition/uni-transition.vue +0 -287
@@ -0,0 +1,2965 @@
1
+ <template>
2
+ <!-- #ifndef APP-NVUE -->
3
+ <view
4
+ :class="['uni-col', sizeClass, pointClassList]"
5
+ :style="{
6
+ paddingLeft: `${Number(gutter)}rpx`,
7
+ paddingRight: `${Number(gutter)}rpx`
8
+ }"
9
+ >
10
+ <slot></slot>
11
+ </view>
12
+ <!-- #endif -->
13
+ <!-- #ifdef APP-NVUE -->
14
+ <!-- 在nvue上,类名样式不生效,换为style -->
15
+ <!-- 设置right正值失效,设置 left 负值 -->
16
+ <view
17
+ :class="['uni-col']"
18
+ :style="{
19
+ paddingLeft: `${Number(gutter)}rpx`,
20
+ paddingRight: `${Number(gutter)}rpx`,
21
+ width: `${nvueWidth}rpx`,
22
+ position: 'relative',
23
+ marginLeft: `${marginLeft}rpx`,
24
+ left: `${right === 0 ? left : -right}rpx`
25
+ }"
26
+ >
27
+ <slot></slot>
28
+ </view>
29
+ <!-- #endif -->
30
+ </template>
31
+
32
+ <script>
33
+ /**
34
+ * Col 布局-列
35
+ * @description 搭配uni-row使用,构建布局。
36
+ * @tutorial https://ext.dcloud.net.cn/plugin?id=3958
37
+ *
38
+ * @property {span} type = Number 栅格占据的列数
39
+ * 默认 24
40
+ * @property {offset} type = Number 栅格左侧的间隔格数
41
+ * @property {push} type = Number 栅格向右移动格数
42
+ * @property {pull} type = Number 栅格向左移动格数
43
+ * @property {xs} type = [Number, Object] <768px 响应式栅格数或者栅格属性对象
44
+ * @description Number时表示在此屏幕宽度下,栅格占据的列数。Object时可配置多个描述{span: 4, offset: 4}
45
+ * @property {sm} type = [Number, Object] ≥768px 响应式栅格数或者栅格属性对象
46
+ * @description Number时表示在此屏幕宽度下,栅格占据的列数。Object时可配置多个描述{span: 4, offset: 4}
47
+ * @property {md} type = [Number, Object] ≥992px 响应式栅格数或者栅格属性对象
48
+ * @description Number时表示在此屏幕宽度下,栅格占据的列数。Object时可配置多个描述{span: 4, offset: 4}
49
+ * @property {lg} type = [Number, Object] ≥1200px 响应式栅格数或者栅格属性对象
50
+ * @description Number时表示在此屏幕宽度下,栅格占据的列数。Object时可配置多个描述{span: 4, offset: 4}
51
+ * @property {xl} type = [Number, Object] ≥1920px 响应式栅格数或者栅格属性对象
52
+ *name: 'cvscription Number时表示在此屏幕宽度下,栅格占据的列数。Object时可配置多个描述{span: 4, offset: 4}
53
+ */
54
+ const ComponentClass = 'uni-col';
55
+
56
+ // -1 默认值,因为在微信小程序端只给Number会有默认值0
57
+ export default {
58
+ name: 'cvCol',
59
+ // #ifdef MP-WEIXIN
60
+ options: {
61
+ virtualHost: true // 在微信小程序中将组件节点渲染为虚拟节点,更加接近Vue组件的表现
62
+ },
63
+ // #endif
64
+ props: {
65
+ span: {
66
+ type: Number,
67
+ default: 24
68
+ },
69
+ offset: {
70
+ type: Number,
71
+ default: -1
72
+ },
73
+ pull: {
74
+ type: Number,
75
+ default: -1
76
+ },
77
+ push: {
78
+ type: Number,
79
+ default: -1
80
+ },
81
+ xs: [Number, Object],
82
+ sm: [Number, Object],
83
+ md: [Number, Object],
84
+ lg: [Number, Object],
85
+ xl: [Number, Object]
86
+ },
87
+ data() {
88
+ return {
89
+ gutter: 0,
90
+ sizeClass: '',
91
+ parentWidth: 0,
92
+ nvueWidth: 0,
93
+ marginLeft: 0,
94
+ right: 0,
95
+ left: 0
96
+ };
97
+ },
98
+ created() {
99
+ // 字节小程序中,在computed中读取$parent为undefined
100
+ let parent = this.$parent;
101
+
102
+ while (parent && parent.$options.componentName !== 'uniRow') {
103
+ parent = parent.$parent;
104
+ }
105
+
106
+ this.updateGutter(parent.gutter);
107
+ parent.$watch('gutter', (gutter) => {
108
+ this.updateGutter(gutter);
109
+ });
110
+
111
+ // #ifdef APP-NVUE
112
+ this.updateNvueWidth(parent.width);
113
+ parent.$watch('width', (width) => {
114
+ this.updateNvueWidth(width);
115
+ });
116
+ // #endif
117
+ },
118
+ computed: {
119
+ sizeList() {
120
+ let { span, offset, pull, push } = this;
121
+
122
+ return {
123
+ span,
124
+ offset,
125
+ pull,
126
+ push
127
+ };
128
+ },
129
+ // #ifndef APP-NVUE
130
+ pointClassList() {
131
+ let classList = [];
132
+
133
+ ['xs', 'sm', 'md', 'lg', 'xl'].forEach((point) => {
134
+ const props = this[point];
135
+ if (typeof props === 'number') {
136
+ classList.push(`${ComponentClass}-${point}-${props}`);
137
+ } else if (typeof props === 'object' && props) {
138
+ Object.keys(props).forEach((pointProp) => {
139
+ classList.push(
140
+ pointProp === 'span'
141
+ ? `${ComponentClass}-${point}-${props[pointProp]}`
142
+ : `${ComponentClass}-${point}-${pointProp}-${props[pointProp]}`
143
+ );
144
+ });
145
+ }
146
+ });
147
+
148
+ // 支付宝小程序使用 :class=[ ['a','b'] ],渲染错误
149
+ return classList.join(' ');
150
+ }
151
+ // #endif
152
+ },
153
+ methods: {
154
+ updateGutter(parentGutter) {
155
+ parentGutter = Number(parentGutter);
156
+ if (!isNaN(parentGutter)) {
157
+ this.gutter = parentGutter / 2;
158
+ }
159
+ },
160
+ // #ifdef APP-NVUE
161
+ updateNvueWidth(width) {
162
+ // 用于在nvue端,span,offset,pull,push的计算
163
+ this.parentWidth = width;
164
+ ['span', 'offset', 'pull', 'push'].forEach((size) => {
165
+ const curSize = this[size];
166
+ if ((curSize || curSize === 0) && curSize !== -1) {
167
+ let RPX = (1 / 24) * curSize * width;
168
+ RPX = Number(RPX);
169
+ switch (size) {
170
+ case 'span':
171
+ this.nvueWidth = RPX;
172
+ break;
173
+ case 'offset':
174
+ this.marginLeft = RPX;
175
+ break;
176
+ case 'pull':
177
+ this.right = RPX;
178
+ break;
179
+ case 'push':
180
+ this.left = RPX;
181
+ break;
182
+ }
183
+ }
184
+ });
185
+ }
186
+ // #endif
187
+ },
188
+ watch: {
189
+ sizeList: {
190
+ immediate: true,
191
+ handler(newVal) {
192
+ // #ifndef APP-NVUE
193
+ let classList = [];
194
+ for (let size in newVal) {
195
+ const curSize = newVal[size];
196
+ if ((curSize || curSize === 0) && curSize !== -1) {
197
+ classList.push(size === 'span' ? `${ComponentClass}-${curSize}` : `${ComponentClass}-${size}-${curSize}`);
198
+ }
199
+ }
200
+ // 支付宝小程序使用 :class=[ ['a','b'] ],渲染错误
201
+ this.sizeClass = classList.join(' ');
202
+ // #endif
203
+ // #ifdef APP-NVUE
204
+ this.updateNvueWidth(this.parentWidth);
205
+ // #endif
206
+ }
207
+ }
208
+ }
209
+ };
210
+ </script>
211
+
212
+ <style scoped>
213
+ /* breakpoints */
214
+ /* #ifndef APP-NVUE */
215
+ .uni-col {
216
+ float: left;
217
+ box-sizing: border-box;
218
+ }
219
+
220
+ .uni-col-0 {
221
+ /* #ifdef APP-NVUE */
222
+ width: 0;
223
+ height: 0;
224
+ margin-top: 0;
225
+ margin-right: 0;
226
+ margin-bottom: 0;
227
+ margin-left: 0;
228
+ /* #endif */
229
+ /* #ifndef APP-NVUE */
230
+ display: none;
231
+ /* #endif */
232
+ }
233
+
234
+ .uni-col-0 {
235
+ width: 0%;
236
+ }
237
+
238
+ .uni-col-offset-0 {
239
+ margin-left: 0%;
240
+ }
241
+
242
+ .uni-col-pull-0 {
243
+ position: relative;
244
+ right: 0%;
245
+ }
246
+
247
+ .uni-col-push-0 {
248
+ position: relative;
249
+ left: 0%;
250
+ }
251
+
252
+ .uni-col-1 {
253
+ width: 4.166666666%;
254
+ }
255
+
256
+ .uni-col-offset-1 {
257
+ margin-left: 4.166666666%;
258
+ }
259
+
260
+ .uni-col-pull-1 {
261
+ position: relative;
262
+ right: 4.166666666%;
263
+ }
264
+
265
+ .uni-col-push-1 {
266
+ position: relative;
267
+ left: 4.166666666%;
268
+ }
269
+
270
+ .uni-col-2 {
271
+ width: 8.333333332%;
272
+ }
273
+
274
+ .uni-col-offset-2 {
275
+ margin-left: 8.333333332%;
276
+ }
277
+
278
+ .uni-col-pull-2 {
279
+ position: relative;
280
+ right: 8.333333332%;
281
+ }
282
+
283
+ .uni-col-push-2 {
284
+ position: relative;
285
+ left: 8.333333332%;
286
+ }
287
+
288
+ .uni-col-3 {
289
+ width: 12.499999998%;
290
+ }
291
+
292
+ .uni-col-offset-3 {
293
+ margin-left: 12.499999998%;
294
+ }
295
+
296
+ .uni-col-pull-3 {
297
+ position: relative;
298
+ right: 12.499999998%;
299
+ }
300
+
301
+ .uni-col-push-3 {
302
+ position: relative;
303
+ left: 12.499999998%;
304
+ }
305
+
306
+ .uni-col-4 {
307
+ width: 16.666666664%;
308
+ }
309
+
310
+ .uni-col-offset-4 {
311
+ margin-left: 16.666666664%;
312
+ }
313
+
314
+ .uni-col-pull-4 {
315
+ position: relative;
316
+ right: 16.666666664%;
317
+ }
318
+
319
+ .uni-col-push-4 {
320
+ position: relative;
321
+ left: 16.666666664%;
322
+ }
323
+
324
+ .uni-col-5 {
325
+ width: 20.83333333%;
326
+ }
327
+
328
+ .uni-col-offset-5 {
329
+ margin-left: 20.83333333%;
330
+ }
331
+
332
+ .uni-col-pull-5 {
333
+ position: relative;
334
+ right: 20.83333333%;
335
+ }
336
+
337
+ .uni-col-push-5 {
338
+ position: relative;
339
+ left: 20.83333333%;
340
+ }
341
+
342
+ .uni-col-6 {
343
+ width: 24.999999996%;
344
+ }
345
+
346
+ .uni-col-offset-6 {
347
+ margin-left: 24.999999996%;
348
+ }
349
+
350
+ .uni-col-pull-6 {
351
+ position: relative;
352
+ right: 24.999999996%;
353
+ }
354
+
355
+ .uni-col-push-6 {
356
+ position: relative;
357
+ left: 24.999999996%;
358
+ }
359
+
360
+ .uni-col-7 {
361
+ width: 29.166666662%;
362
+ }
363
+
364
+ .uni-col-offset-7 {
365
+ margin-left: 29.166666662%;
366
+ }
367
+
368
+ .uni-col-pull-7 {
369
+ position: relative;
370
+ right: 29.166666662%;
371
+ }
372
+
373
+ .uni-col-push-7 {
374
+ position: relative;
375
+ left: 29.166666662%;
376
+ }
377
+
378
+ .uni-col-8 {
379
+ width: 33.333333328%;
380
+ }
381
+
382
+ .uni-col-offset-8 {
383
+ margin-left: 33.333333328%;
384
+ }
385
+
386
+ .uni-col-pull-8 {
387
+ position: relative;
388
+ right: 33.333333328%;
389
+ }
390
+
391
+ .uni-col-push-8 {
392
+ position: relative;
393
+ left: 33.333333328%;
394
+ }
395
+
396
+ .uni-col-9 {
397
+ width: 37.499999994%;
398
+ }
399
+
400
+ .uni-col-offset-9 {
401
+ margin-left: 37.499999994%;
402
+ }
403
+
404
+ .uni-col-pull-9 {
405
+ position: relative;
406
+ right: 37.499999994%;
407
+ }
408
+
409
+ .uni-col-push-9 {
410
+ position: relative;
411
+ left: 37.499999994%;
412
+ }
413
+
414
+ .uni-col-10 {
415
+ width: 41.66666666%;
416
+ }
417
+
418
+ .uni-col-offset-10 {
419
+ margin-left: 41.66666666%;
420
+ }
421
+
422
+ .uni-col-pull-10 {
423
+ position: relative;
424
+ right: 41.66666666%;
425
+ }
426
+
427
+ .uni-col-push-10 {
428
+ position: relative;
429
+ left: 41.66666666%;
430
+ }
431
+
432
+ .uni-col-11 {
433
+ width: 45.833333326%;
434
+ }
435
+
436
+ .uni-col-offset-11 {
437
+ margin-left: 45.833333326%;
438
+ }
439
+
440
+ .uni-col-pull-11 {
441
+ position: relative;
442
+ right: 45.833333326%;
443
+ }
444
+
445
+ .uni-col-push-11 {
446
+ position: relative;
447
+ left: 45.833333326%;
448
+ }
449
+
450
+ .uni-col-12 {
451
+ width: 49.999999992%;
452
+ }
453
+
454
+ .uni-col-offset-12 {
455
+ margin-left: 49.999999992%;
456
+ }
457
+
458
+ .uni-col-pull-12 {
459
+ position: relative;
460
+ right: 49.999999992%;
461
+ }
462
+
463
+ .uni-col-push-12 {
464
+ position: relative;
465
+ left: 49.999999992%;
466
+ }
467
+
468
+ .uni-col-13 {
469
+ width: 54.166666658%;
470
+ }
471
+
472
+ .uni-col-offset-13 {
473
+ margin-left: 54.166666658%;
474
+ }
475
+
476
+ .uni-col-pull-13 {
477
+ position: relative;
478
+ right: 54.166666658%;
479
+ }
480
+
481
+ .uni-col-push-13 {
482
+ position: relative;
483
+ left: 54.166666658%;
484
+ }
485
+
486
+ .uni-col-14 {
487
+ width: 58.333333324%;
488
+ }
489
+
490
+ .uni-col-offset-14 {
491
+ margin-left: 58.333333324%;
492
+ }
493
+
494
+ .uni-col-pull-14 {
495
+ position: relative;
496
+ right: 58.333333324%;
497
+ }
498
+
499
+ .uni-col-push-14 {
500
+ position: relative;
501
+ left: 58.333333324%;
502
+ }
503
+
504
+ .uni-col-15 {
505
+ width: 62.49999999%;
506
+ }
507
+
508
+ .uni-col-offset-15 {
509
+ margin-left: 62.49999999%;
510
+ }
511
+
512
+ .uni-col-pull-15 {
513
+ position: relative;
514
+ right: 62.49999999%;
515
+ }
516
+
517
+ .uni-col-push-15 {
518
+ position: relative;
519
+ left: 62.49999999%;
520
+ }
521
+
522
+ .uni-col-16 {
523
+ width: 66.666666656%;
524
+ }
525
+
526
+ .uni-col-offset-16 {
527
+ margin-left: 66.666666656%;
528
+ }
529
+
530
+ .uni-col-pull-16 {
531
+ position: relative;
532
+ right: 66.666666656%;
533
+ }
534
+
535
+ .uni-col-push-16 {
536
+ position: relative;
537
+ left: 66.666666656%;
538
+ }
539
+
540
+ .uni-col-17 {
541
+ width: 70.833333322%;
542
+ }
543
+
544
+ .uni-col-offset-17 {
545
+ margin-left: 70.833333322%;
546
+ }
547
+
548
+ .uni-col-pull-17 {
549
+ position: relative;
550
+ right: 70.833333322%;
551
+ }
552
+
553
+ .uni-col-push-17 {
554
+ position: relative;
555
+ left: 70.833333322%;
556
+ }
557
+
558
+ .uni-col-18 {
559
+ width: 74.999999988%;
560
+ }
561
+
562
+ .uni-col-offset-18 {
563
+ margin-left: 74.999999988%;
564
+ }
565
+
566
+ .uni-col-pull-18 {
567
+ position: relative;
568
+ right: 74.999999988%;
569
+ }
570
+
571
+ .uni-col-push-18 {
572
+ position: relative;
573
+ left: 74.999999988%;
574
+ }
575
+
576
+ .uni-col-19 {
577
+ width: 79.166666654%;
578
+ }
579
+
580
+ .uni-col-offset-19 {
581
+ margin-left: 79.166666654%;
582
+ }
583
+
584
+ .uni-col-pull-19 {
585
+ position: relative;
586
+ right: 79.166666654%;
587
+ }
588
+
589
+ .uni-col-push-19 {
590
+ position: relative;
591
+ left: 79.166666654%;
592
+ }
593
+
594
+ .uni-col-20 {
595
+ width: 83.33333332%;
596
+ }
597
+
598
+ .uni-col-offset-20 {
599
+ margin-left: 83.33333332%;
600
+ }
601
+
602
+ .uni-col-pull-20 {
603
+ position: relative;
604
+ right: 83.33333332%;
605
+ }
606
+
607
+ .uni-col-push-20 {
608
+ position: relative;
609
+ left: 83.33333332%;
610
+ }
611
+
612
+ .uni-col-21 {
613
+ width: 87.499999986%;
614
+ }
615
+
616
+ .uni-col-offset-21 {
617
+ margin-left: 87.499999986%;
618
+ }
619
+
620
+ .uni-col-pull-21 {
621
+ position: relative;
622
+ right: 87.499999986%;
623
+ }
624
+
625
+ .uni-col-push-21 {
626
+ position: relative;
627
+ left: 87.499999986%;
628
+ }
629
+
630
+ .uni-col-22 {
631
+ width: 91.666666652%;
632
+ }
633
+
634
+ .uni-col-offset-22 {
635
+ margin-left: 91.666666652%;
636
+ }
637
+
638
+ .uni-col-pull-22 {
639
+ position: relative;
640
+ right: 91.666666652%;
641
+ }
642
+
643
+ .uni-col-push-22 {
644
+ position: relative;
645
+ left: 91.666666652%;
646
+ }
647
+
648
+ .uni-col-23 {
649
+ width: 95.833333318%;
650
+ }
651
+
652
+ .uni-col-offset-23 {
653
+ margin-left: 95.833333318%;
654
+ }
655
+
656
+ .uni-col-pull-23 {
657
+ position: relative;
658
+ right: 95.833333318%;
659
+ }
660
+
661
+ .uni-col-push-23 {
662
+ position: relative;
663
+ left: 95.833333318%;
664
+ }
665
+
666
+ .uni-col-24 {
667
+ width: 99.999999984%;
668
+ }
669
+
670
+ .uni-col-offset-24 {
671
+ margin-left: 99.999999984%;
672
+ }
673
+
674
+ .uni-col-pull-24 {
675
+ position: relative;
676
+ right: 99.999999984%;
677
+ }
678
+
679
+ .uni-col-push-24 {
680
+ position: relative;
681
+ left: 99.999999984%;
682
+ }
683
+
684
+ @media screen and (max-width: 767px) {
685
+ .uni-col-xs-0 {
686
+ display: none;
687
+ }
688
+
689
+ .uni-col-xs-0 {
690
+ width: 0%;
691
+ }
692
+
693
+ .uni-col-xs-offset-0 {
694
+ margin-left: 0%;
695
+ }
696
+
697
+ .uni-col-xs-pull-0 {
698
+ position: relative;
699
+ right: 0%;
700
+ }
701
+
702
+ .uni-col-xs-push-0 {
703
+ position: relative;
704
+ left: 0%;
705
+ }
706
+
707
+ .uni-col-xs-1 {
708
+ width: 4.166666666%;
709
+ }
710
+
711
+ .uni-col-xs-offset-1 {
712
+ margin-left: 4.166666666%;
713
+ }
714
+
715
+ .uni-col-xs-pull-1 {
716
+ position: relative;
717
+ right: 4.166666666%;
718
+ }
719
+
720
+ .uni-col-xs-push-1 {
721
+ position: relative;
722
+ left: 4.166666666%;
723
+ }
724
+
725
+ .uni-col-xs-2 {
726
+ width: 8.333333332%;
727
+ }
728
+
729
+ .uni-col-xs-offset-2 {
730
+ margin-left: 8.333333332%;
731
+ }
732
+
733
+ .uni-col-xs-pull-2 {
734
+ position: relative;
735
+ right: 8.333333332%;
736
+ }
737
+
738
+ .uni-col-xs-push-2 {
739
+ position: relative;
740
+ left: 8.333333332%;
741
+ }
742
+
743
+ .uni-col-xs-3 {
744
+ width: 12.499999998%;
745
+ }
746
+
747
+ .uni-col-xs-offset-3 {
748
+ margin-left: 12.499999998%;
749
+ }
750
+
751
+ .uni-col-xs-pull-3 {
752
+ position: relative;
753
+ right: 12.499999998%;
754
+ }
755
+
756
+ .uni-col-xs-push-3 {
757
+ position: relative;
758
+ left: 12.499999998%;
759
+ }
760
+
761
+ .uni-col-xs-4 {
762
+ width: 16.666666664%;
763
+ }
764
+
765
+ .uni-col-xs-offset-4 {
766
+ margin-left: 16.666666664%;
767
+ }
768
+
769
+ .uni-col-xs-pull-4 {
770
+ position: relative;
771
+ right: 16.666666664%;
772
+ }
773
+
774
+ .uni-col-xs-push-4 {
775
+ position: relative;
776
+ left: 16.666666664%;
777
+ }
778
+
779
+ .uni-col-xs-5 {
780
+ width: 20.83333333%;
781
+ }
782
+
783
+ .uni-col-xs-offset-5 {
784
+ margin-left: 20.83333333%;
785
+ }
786
+
787
+ .uni-col-xs-pull-5 {
788
+ position: relative;
789
+ right: 20.83333333%;
790
+ }
791
+
792
+ .uni-col-xs-push-5 {
793
+ position: relative;
794
+ left: 20.83333333%;
795
+ }
796
+
797
+ .uni-col-xs-6 {
798
+ width: 24.999999996%;
799
+ }
800
+
801
+ .uni-col-xs-offset-6 {
802
+ margin-left: 24.999999996%;
803
+ }
804
+
805
+ .uni-col-xs-pull-6 {
806
+ position: relative;
807
+ right: 24.999999996%;
808
+ }
809
+
810
+ .uni-col-xs-push-6 {
811
+ position: relative;
812
+ left: 24.999999996%;
813
+ }
814
+
815
+ .uni-col-xs-7 {
816
+ width: 29.166666662%;
817
+ }
818
+
819
+ .uni-col-xs-offset-7 {
820
+ margin-left: 29.166666662%;
821
+ }
822
+
823
+ .uni-col-xs-pull-7 {
824
+ position: relative;
825
+ right: 29.166666662%;
826
+ }
827
+
828
+ .uni-col-xs-push-7 {
829
+ position: relative;
830
+ left: 29.166666662%;
831
+ }
832
+
833
+ .uni-col-xs-8 {
834
+ width: 33.333333328%;
835
+ }
836
+
837
+ .uni-col-xs-offset-8 {
838
+ margin-left: 33.333333328%;
839
+ }
840
+
841
+ .uni-col-xs-pull-8 {
842
+ position: relative;
843
+ right: 33.333333328%;
844
+ }
845
+
846
+ .uni-col-xs-push-8 {
847
+ position: relative;
848
+ left: 33.333333328%;
849
+ }
850
+
851
+ .uni-col-xs-9 {
852
+ width: 37.499999994%;
853
+ }
854
+
855
+ .uni-col-xs-offset-9 {
856
+ margin-left: 37.499999994%;
857
+ }
858
+
859
+ .uni-col-xs-pull-9 {
860
+ position: relative;
861
+ right: 37.499999994%;
862
+ }
863
+
864
+ .uni-col-xs-push-9 {
865
+ position: relative;
866
+ left: 37.499999994%;
867
+ }
868
+
869
+ .uni-col-xs-10 {
870
+ width: 41.66666666%;
871
+ }
872
+
873
+ .uni-col-xs-offset-10 {
874
+ margin-left: 41.66666666%;
875
+ }
876
+
877
+ .uni-col-xs-pull-10 {
878
+ position: relative;
879
+ right: 41.66666666%;
880
+ }
881
+
882
+ .uni-col-xs-push-10 {
883
+ position: relative;
884
+ left: 41.66666666%;
885
+ }
886
+
887
+ .uni-col-xs-11 {
888
+ width: 45.833333326%;
889
+ }
890
+
891
+ .uni-col-xs-offset-11 {
892
+ margin-left: 45.833333326%;
893
+ }
894
+
895
+ .uni-col-xs-pull-11 {
896
+ position: relative;
897
+ right: 45.833333326%;
898
+ }
899
+
900
+ .uni-col-xs-push-11 {
901
+ position: relative;
902
+ left: 45.833333326%;
903
+ }
904
+
905
+ .uni-col-xs-12 {
906
+ width: 49.999999992%;
907
+ }
908
+
909
+ .uni-col-xs-offset-12 {
910
+ margin-left: 49.999999992%;
911
+ }
912
+
913
+ .uni-col-xs-pull-12 {
914
+ position: relative;
915
+ right: 49.999999992%;
916
+ }
917
+
918
+ .uni-col-xs-push-12 {
919
+ position: relative;
920
+ left: 49.999999992%;
921
+ }
922
+
923
+ .uni-col-xs-13 {
924
+ width: 54.166666658%;
925
+ }
926
+
927
+ .uni-col-xs-offset-13 {
928
+ margin-left: 54.166666658%;
929
+ }
930
+
931
+ .uni-col-xs-pull-13 {
932
+ position: relative;
933
+ right: 54.166666658%;
934
+ }
935
+
936
+ .uni-col-xs-push-13 {
937
+ position: relative;
938
+ left: 54.166666658%;
939
+ }
940
+
941
+ .uni-col-xs-14 {
942
+ width: 58.333333324%;
943
+ }
944
+
945
+ .uni-col-xs-offset-14 {
946
+ margin-left: 58.333333324%;
947
+ }
948
+
949
+ .uni-col-xs-pull-14 {
950
+ position: relative;
951
+ right: 58.333333324%;
952
+ }
953
+
954
+ .uni-col-xs-push-14 {
955
+ position: relative;
956
+ left: 58.333333324%;
957
+ }
958
+
959
+ .uni-col-xs-15 {
960
+ width: 62.49999999%;
961
+ }
962
+
963
+ .uni-col-xs-offset-15 {
964
+ margin-left: 62.49999999%;
965
+ }
966
+
967
+ .uni-col-xs-pull-15 {
968
+ position: relative;
969
+ right: 62.49999999%;
970
+ }
971
+
972
+ .uni-col-xs-push-15 {
973
+ position: relative;
974
+ left: 62.49999999%;
975
+ }
976
+
977
+ .uni-col-xs-16 {
978
+ width: 66.666666656%;
979
+ }
980
+
981
+ .uni-col-xs-offset-16 {
982
+ margin-left: 66.666666656%;
983
+ }
984
+
985
+ .uni-col-xs-pull-16 {
986
+ position: relative;
987
+ right: 66.666666656%;
988
+ }
989
+
990
+ .uni-col-xs-push-16 {
991
+ position: relative;
992
+ left: 66.666666656%;
993
+ }
994
+
995
+ .uni-col-xs-17 {
996
+ width: 70.833333322%;
997
+ }
998
+
999
+ .uni-col-xs-offset-17 {
1000
+ margin-left: 70.833333322%;
1001
+ }
1002
+
1003
+ .uni-col-xs-pull-17 {
1004
+ position: relative;
1005
+ right: 70.833333322%;
1006
+ }
1007
+
1008
+ .uni-col-xs-push-17 {
1009
+ position: relative;
1010
+ left: 70.833333322%;
1011
+ }
1012
+
1013
+ .uni-col-xs-18 {
1014
+ width: 74.999999988%;
1015
+ }
1016
+
1017
+ .uni-col-xs-offset-18 {
1018
+ margin-left: 74.999999988%;
1019
+ }
1020
+
1021
+ .uni-col-xs-pull-18 {
1022
+ position: relative;
1023
+ right: 74.999999988%;
1024
+ }
1025
+
1026
+ .uni-col-xs-push-18 {
1027
+ position: relative;
1028
+ left: 74.999999988%;
1029
+ }
1030
+
1031
+ .uni-col-xs-19 {
1032
+ width: 79.166666654%;
1033
+ }
1034
+
1035
+ .uni-col-xs-offset-19 {
1036
+ margin-left: 79.166666654%;
1037
+ }
1038
+
1039
+ .uni-col-xs-pull-19 {
1040
+ position: relative;
1041
+ right: 79.166666654%;
1042
+ }
1043
+
1044
+ .uni-col-xs-push-19 {
1045
+ position: relative;
1046
+ left: 79.166666654%;
1047
+ }
1048
+
1049
+ .uni-col-xs-20 {
1050
+ width: 83.33333332%;
1051
+ }
1052
+
1053
+ .uni-col-xs-offset-20 {
1054
+ margin-left: 83.33333332%;
1055
+ }
1056
+
1057
+ .uni-col-xs-pull-20 {
1058
+ position: relative;
1059
+ right: 83.33333332%;
1060
+ }
1061
+
1062
+ .uni-col-xs-push-20 {
1063
+ position: relative;
1064
+ left: 83.33333332%;
1065
+ }
1066
+
1067
+ .uni-col-xs-21 {
1068
+ width: 87.499999986%;
1069
+ }
1070
+
1071
+ .uni-col-xs-offset-21 {
1072
+ margin-left: 87.499999986%;
1073
+ }
1074
+
1075
+ .uni-col-xs-pull-21 {
1076
+ position: relative;
1077
+ right: 87.499999986%;
1078
+ }
1079
+
1080
+ .uni-col-xs-push-21 {
1081
+ position: relative;
1082
+ left: 87.499999986%;
1083
+ }
1084
+
1085
+ .uni-col-xs-22 {
1086
+ width: 91.666666652%;
1087
+ }
1088
+
1089
+ .uni-col-xs-offset-22 {
1090
+ margin-left: 91.666666652%;
1091
+ }
1092
+
1093
+ .uni-col-xs-pull-22 {
1094
+ position: relative;
1095
+ right: 91.666666652%;
1096
+ }
1097
+
1098
+ .uni-col-xs-push-22 {
1099
+ position: relative;
1100
+ left: 91.666666652%;
1101
+ }
1102
+
1103
+ .uni-col-xs-23 {
1104
+ width: 95.833333318%;
1105
+ }
1106
+
1107
+ .uni-col-xs-offset-23 {
1108
+ margin-left: 95.833333318%;
1109
+ }
1110
+
1111
+ .uni-col-xs-pull-23 {
1112
+ position: relative;
1113
+ right: 95.833333318%;
1114
+ }
1115
+
1116
+ .uni-col-xs-push-23 {
1117
+ position: relative;
1118
+ left: 95.833333318%;
1119
+ }
1120
+
1121
+ .uni-col-xs-24 {
1122
+ width: 99.999999984%;
1123
+ }
1124
+
1125
+ .uni-col-xs-offset-24 {
1126
+ margin-left: 99.999999984%;
1127
+ }
1128
+
1129
+ .uni-col-xs-pull-24 {
1130
+ position: relative;
1131
+ right: 99.999999984%;
1132
+ }
1133
+
1134
+ .uni-col-xs-push-24 {
1135
+ position: relative;
1136
+ left: 99.999999984%;
1137
+ }
1138
+ }
1139
+
1140
+ @media screen and (min-width: 768px) {
1141
+ .uni-col-sm-0 {
1142
+ display: none;
1143
+ }
1144
+
1145
+ .uni-col-sm-0 {
1146
+ width: 0%;
1147
+ }
1148
+
1149
+ .uni-col-sm-offset-0 {
1150
+ margin-left: 0%;
1151
+ }
1152
+
1153
+ .uni-col-sm-pull-0 {
1154
+ position: relative;
1155
+ right: 0%;
1156
+ }
1157
+
1158
+ .uni-col-sm-push-0 {
1159
+ position: relative;
1160
+ left: 0%;
1161
+ }
1162
+
1163
+ .uni-col-sm-1 {
1164
+ width: 4.166666666%;
1165
+ }
1166
+
1167
+ .uni-col-sm-offset-1 {
1168
+ margin-left: 4.166666666%;
1169
+ }
1170
+
1171
+ .uni-col-sm-pull-1 {
1172
+ position: relative;
1173
+ right: 4.166666666%;
1174
+ }
1175
+
1176
+ .uni-col-sm-push-1 {
1177
+ position: relative;
1178
+ left: 4.166666666%;
1179
+ }
1180
+
1181
+ .uni-col-sm-2 {
1182
+ width: 8.333333332%;
1183
+ }
1184
+
1185
+ .uni-col-sm-offset-2 {
1186
+ margin-left: 8.333333332%;
1187
+ }
1188
+
1189
+ .uni-col-sm-pull-2 {
1190
+ position: relative;
1191
+ right: 8.333333332%;
1192
+ }
1193
+
1194
+ .uni-col-sm-push-2 {
1195
+ position: relative;
1196
+ left: 8.333333332%;
1197
+ }
1198
+
1199
+ .uni-col-sm-3 {
1200
+ width: 12.499999998%;
1201
+ }
1202
+
1203
+ .uni-col-sm-offset-3 {
1204
+ margin-left: 12.499999998%;
1205
+ }
1206
+
1207
+ .uni-col-sm-pull-3 {
1208
+ position: relative;
1209
+ right: 12.499999998%;
1210
+ }
1211
+
1212
+ .uni-col-sm-push-3 {
1213
+ position: relative;
1214
+ left: 12.499999998%;
1215
+ }
1216
+
1217
+ .uni-col-sm-4 {
1218
+ width: 16.666666664%;
1219
+ }
1220
+
1221
+ .uni-col-sm-offset-4 {
1222
+ margin-left: 16.666666664%;
1223
+ }
1224
+
1225
+ .uni-col-sm-pull-4 {
1226
+ position: relative;
1227
+ right: 16.666666664%;
1228
+ }
1229
+
1230
+ .uni-col-sm-push-4 {
1231
+ position: relative;
1232
+ left: 16.666666664%;
1233
+ }
1234
+
1235
+ .uni-col-sm-5 {
1236
+ width: 20.83333333%;
1237
+ }
1238
+
1239
+ .uni-col-sm-offset-5 {
1240
+ margin-left: 20.83333333%;
1241
+ }
1242
+
1243
+ .uni-col-sm-pull-5 {
1244
+ position: relative;
1245
+ right: 20.83333333%;
1246
+ }
1247
+
1248
+ .uni-col-sm-push-5 {
1249
+ position: relative;
1250
+ left: 20.83333333%;
1251
+ }
1252
+
1253
+ .uni-col-sm-6 {
1254
+ width: 24.999999996%;
1255
+ }
1256
+
1257
+ .uni-col-sm-offset-6 {
1258
+ margin-left: 24.999999996%;
1259
+ }
1260
+
1261
+ .uni-col-sm-pull-6 {
1262
+ position: relative;
1263
+ right: 24.999999996%;
1264
+ }
1265
+
1266
+ .uni-col-sm-push-6 {
1267
+ position: relative;
1268
+ left: 24.999999996%;
1269
+ }
1270
+
1271
+ .uni-col-sm-7 {
1272
+ width: 29.166666662%;
1273
+ }
1274
+
1275
+ .uni-col-sm-offset-7 {
1276
+ margin-left: 29.166666662%;
1277
+ }
1278
+
1279
+ .uni-col-sm-pull-7 {
1280
+ position: relative;
1281
+ right: 29.166666662%;
1282
+ }
1283
+
1284
+ .uni-col-sm-push-7 {
1285
+ position: relative;
1286
+ left: 29.166666662%;
1287
+ }
1288
+
1289
+ .uni-col-sm-8 {
1290
+ width: 33.333333328%;
1291
+ }
1292
+
1293
+ .uni-col-sm-offset-8 {
1294
+ margin-left: 33.333333328%;
1295
+ }
1296
+
1297
+ .uni-col-sm-pull-8 {
1298
+ position: relative;
1299
+ right: 33.333333328%;
1300
+ }
1301
+
1302
+ .uni-col-sm-push-8 {
1303
+ position: relative;
1304
+ left: 33.333333328%;
1305
+ }
1306
+
1307
+ .uni-col-sm-9 {
1308
+ width: 37.499999994%;
1309
+ }
1310
+
1311
+ .uni-col-sm-offset-9 {
1312
+ margin-left: 37.499999994%;
1313
+ }
1314
+
1315
+ .uni-col-sm-pull-9 {
1316
+ position: relative;
1317
+ right: 37.499999994%;
1318
+ }
1319
+
1320
+ .uni-col-sm-push-9 {
1321
+ position: relative;
1322
+ left: 37.499999994%;
1323
+ }
1324
+
1325
+ .uni-col-sm-10 {
1326
+ width: 41.66666666%;
1327
+ }
1328
+
1329
+ .uni-col-sm-offset-10 {
1330
+ margin-left: 41.66666666%;
1331
+ }
1332
+
1333
+ .uni-col-sm-pull-10 {
1334
+ position: relative;
1335
+ right: 41.66666666%;
1336
+ }
1337
+
1338
+ .uni-col-sm-push-10 {
1339
+ position: relative;
1340
+ left: 41.66666666%;
1341
+ }
1342
+
1343
+ .uni-col-sm-11 {
1344
+ width: 45.833333326%;
1345
+ }
1346
+
1347
+ .uni-col-sm-offset-11 {
1348
+ margin-left: 45.833333326%;
1349
+ }
1350
+
1351
+ .uni-col-sm-pull-11 {
1352
+ position: relative;
1353
+ right: 45.833333326%;
1354
+ }
1355
+
1356
+ .uni-col-sm-push-11 {
1357
+ position: relative;
1358
+ left: 45.833333326%;
1359
+ }
1360
+
1361
+ .uni-col-sm-12 {
1362
+ width: 49.999999992%;
1363
+ }
1364
+
1365
+ .uni-col-sm-offset-12 {
1366
+ margin-left: 49.999999992%;
1367
+ }
1368
+
1369
+ .uni-col-sm-pull-12 {
1370
+ position: relative;
1371
+ right: 49.999999992%;
1372
+ }
1373
+
1374
+ .uni-col-sm-push-12 {
1375
+ position: relative;
1376
+ left: 49.999999992%;
1377
+ }
1378
+
1379
+ .uni-col-sm-13 {
1380
+ width: 54.166666658%;
1381
+ }
1382
+
1383
+ .uni-col-sm-offset-13 {
1384
+ margin-left: 54.166666658%;
1385
+ }
1386
+
1387
+ .uni-col-sm-pull-13 {
1388
+ position: relative;
1389
+ right: 54.166666658%;
1390
+ }
1391
+
1392
+ .uni-col-sm-push-13 {
1393
+ position: relative;
1394
+ left: 54.166666658%;
1395
+ }
1396
+
1397
+ .uni-col-sm-14 {
1398
+ width: 58.333333324%;
1399
+ }
1400
+
1401
+ .uni-col-sm-offset-14 {
1402
+ margin-left: 58.333333324%;
1403
+ }
1404
+
1405
+ .uni-col-sm-pull-14 {
1406
+ position: relative;
1407
+ right: 58.333333324%;
1408
+ }
1409
+
1410
+ .uni-col-sm-push-14 {
1411
+ position: relative;
1412
+ left: 58.333333324%;
1413
+ }
1414
+
1415
+ .uni-col-sm-15 {
1416
+ width: 62.49999999%;
1417
+ }
1418
+
1419
+ .uni-col-sm-offset-15 {
1420
+ margin-left: 62.49999999%;
1421
+ }
1422
+
1423
+ .uni-col-sm-pull-15 {
1424
+ position: relative;
1425
+ right: 62.49999999%;
1426
+ }
1427
+
1428
+ .uni-col-sm-push-15 {
1429
+ position: relative;
1430
+ left: 62.49999999%;
1431
+ }
1432
+
1433
+ .uni-col-sm-16 {
1434
+ width: 66.666666656%;
1435
+ }
1436
+
1437
+ .uni-col-sm-offset-16 {
1438
+ margin-left: 66.666666656%;
1439
+ }
1440
+
1441
+ .uni-col-sm-pull-16 {
1442
+ position: relative;
1443
+ right: 66.666666656%;
1444
+ }
1445
+
1446
+ .uni-col-sm-push-16 {
1447
+ position: relative;
1448
+ left: 66.666666656%;
1449
+ }
1450
+
1451
+ .uni-col-sm-17 {
1452
+ width: 70.833333322%;
1453
+ }
1454
+
1455
+ .uni-col-sm-offset-17 {
1456
+ margin-left: 70.833333322%;
1457
+ }
1458
+
1459
+ .uni-col-sm-pull-17 {
1460
+ position: relative;
1461
+ right: 70.833333322%;
1462
+ }
1463
+
1464
+ .uni-col-sm-push-17 {
1465
+ position: relative;
1466
+ left: 70.833333322%;
1467
+ }
1468
+
1469
+ .uni-col-sm-18 {
1470
+ width: 74.999999988%;
1471
+ }
1472
+
1473
+ .uni-col-sm-offset-18 {
1474
+ margin-left: 74.999999988%;
1475
+ }
1476
+
1477
+ .uni-col-sm-pull-18 {
1478
+ position: relative;
1479
+ right: 74.999999988%;
1480
+ }
1481
+
1482
+ .uni-col-sm-push-18 {
1483
+ position: relative;
1484
+ left: 74.999999988%;
1485
+ }
1486
+
1487
+ .uni-col-sm-19 {
1488
+ width: 79.166666654%;
1489
+ }
1490
+
1491
+ .uni-col-sm-offset-19 {
1492
+ margin-left: 79.166666654%;
1493
+ }
1494
+
1495
+ .uni-col-sm-pull-19 {
1496
+ position: relative;
1497
+ right: 79.166666654%;
1498
+ }
1499
+
1500
+ .uni-col-sm-push-19 {
1501
+ position: relative;
1502
+ left: 79.166666654%;
1503
+ }
1504
+
1505
+ .uni-col-sm-20 {
1506
+ width: 83.33333332%;
1507
+ }
1508
+
1509
+ .uni-col-sm-offset-20 {
1510
+ margin-left: 83.33333332%;
1511
+ }
1512
+
1513
+ .uni-col-sm-pull-20 {
1514
+ position: relative;
1515
+ right: 83.33333332%;
1516
+ }
1517
+
1518
+ .uni-col-sm-push-20 {
1519
+ position: relative;
1520
+ left: 83.33333332%;
1521
+ }
1522
+
1523
+ .uni-col-sm-21 {
1524
+ width: 87.499999986%;
1525
+ }
1526
+
1527
+ .uni-col-sm-offset-21 {
1528
+ margin-left: 87.499999986%;
1529
+ }
1530
+
1531
+ .uni-col-sm-pull-21 {
1532
+ position: relative;
1533
+ right: 87.499999986%;
1534
+ }
1535
+
1536
+ .uni-col-sm-push-21 {
1537
+ position: relative;
1538
+ left: 87.499999986%;
1539
+ }
1540
+
1541
+ .uni-col-sm-22 {
1542
+ width: 91.666666652%;
1543
+ }
1544
+
1545
+ .uni-col-sm-offset-22 {
1546
+ margin-left: 91.666666652%;
1547
+ }
1548
+
1549
+ .uni-col-sm-pull-22 {
1550
+ position: relative;
1551
+ right: 91.666666652%;
1552
+ }
1553
+
1554
+ .uni-col-sm-push-22 {
1555
+ position: relative;
1556
+ left: 91.666666652%;
1557
+ }
1558
+
1559
+ .uni-col-sm-23 {
1560
+ width: 95.833333318%;
1561
+ }
1562
+
1563
+ .uni-col-sm-offset-23 {
1564
+ margin-left: 95.833333318%;
1565
+ }
1566
+
1567
+ .uni-col-sm-pull-23 {
1568
+ position: relative;
1569
+ right: 95.833333318%;
1570
+ }
1571
+
1572
+ .uni-col-sm-push-23 {
1573
+ position: relative;
1574
+ left: 95.833333318%;
1575
+ }
1576
+
1577
+ .uni-col-sm-24 {
1578
+ width: 99.999999984%;
1579
+ }
1580
+
1581
+ .uni-col-sm-offset-24 {
1582
+ margin-left: 99.999999984%;
1583
+ }
1584
+
1585
+ .uni-col-sm-pull-24 {
1586
+ position: relative;
1587
+ right: 99.999999984%;
1588
+ }
1589
+
1590
+ .uni-col-sm-push-24 {
1591
+ position: relative;
1592
+ left: 99.999999984%;
1593
+ }
1594
+ }
1595
+
1596
+ @media screen and (min-width: 992px) {
1597
+ .uni-col-md-0 {
1598
+ display: none;
1599
+ }
1600
+
1601
+ .uni-col-md-0 {
1602
+ width: 0%;
1603
+ }
1604
+
1605
+ .uni-col-md-offset-0 {
1606
+ margin-left: 0%;
1607
+ }
1608
+
1609
+ .uni-col-md-pull-0 {
1610
+ position: relative;
1611
+ right: 0%;
1612
+ }
1613
+
1614
+ .uni-col-md-push-0 {
1615
+ position: relative;
1616
+ left: 0%;
1617
+ }
1618
+
1619
+ .uni-col-md-1 {
1620
+ width: 4.166666666%;
1621
+ }
1622
+
1623
+ .uni-col-md-offset-1 {
1624
+ margin-left: 4.166666666%;
1625
+ }
1626
+
1627
+ .uni-col-md-pull-1 {
1628
+ position: relative;
1629
+ right: 4.166666666%;
1630
+ }
1631
+
1632
+ .uni-col-md-push-1 {
1633
+ position: relative;
1634
+ left: 4.166666666%;
1635
+ }
1636
+
1637
+ .uni-col-md-2 {
1638
+ width: 8.333333332%;
1639
+ }
1640
+
1641
+ .uni-col-md-offset-2 {
1642
+ margin-left: 8.333333332%;
1643
+ }
1644
+
1645
+ .uni-col-md-pull-2 {
1646
+ position: relative;
1647
+ right: 8.333333332%;
1648
+ }
1649
+
1650
+ .uni-col-md-push-2 {
1651
+ position: relative;
1652
+ left: 8.333333332%;
1653
+ }
1654
+
1655
+ .uni-col-md-3 {
1656
+ width: 12.499999998%;
1657
+ }
1658
+
1659
+ .uni-col-md-offset-3 {
1660
+ margin-left: 12.499999998%;
1661
+ }
1662
+
1663
+ .uni-col-md-pull-3 {
1664
+ position: relative;
1665
+ right: 12.499999998%;
1666
+ }
1667
+
1668
+ .uni-col-md-push-3 {
1669
+ position: relative;
1670
+ left: 12.499999998%;
1671
+ }
1672
+
1673
+ .uni-col-md-4 {
1674
+ width: 16.666666664%;
1675
+ }
1676
+
1677
+ .uni-col-md-offset-4 {
1678
+ margin-left: 16.666666664%;
1679
+ }
1680
+
1681
+ .uni-col-md-pull-4 {
1682
+ position: relative;
1683
+ right: 16.666666664%;
1684
+ }
1685
+
1686
+ .uni-col-md-push-4 {
1687
+ position: relative;
1688
+ left: 16.666666664%;
1689
+ }
1690
+
1691
+ .uni-col-md-5 {
1692
+ width: 20.83333333%;
1693
+ }
1694
+
1695
+ .uni-col-md-offset-5 {
1696
+ margin-left: 20.83333333%;
1697
+ }
1698
+
1699
+ .uni-col-md-pull-5 {
1700
+ position: relative;
1701
+ right: 20.83333333%;
1702
+ }
1703
+
1704
+ .uni-col-md-push-5 {
1705
+ position: relative;
1706
+ left: 20.83333333%;
1707
+ }
1708
+
1709
+ .uni-col-md-6 {
1710
+ width: 24.999999996%;
1711
+ }
1712
+
1713
+ .uni-col-md-offset-6 {
1714
+ margin-left: 24.999999996%;
1715
+ }
1716
+
1717
+ .uni-col-md-pull-6 {
1718
+ position: relative;
1719
+ right: 24.999999996%;
1720
+ }
1721
+
1722
+ .uni-col-md-push-6 {
1723
+ position: relative;
1724
+ left: 24.999999996%;
1725
+ }
1726
+
1727
+ .uni-col-md-7 {
1728
+ width: 29.166666662%;
1729
+ }
1730
+
1731
+ .uni-col-md-offset-7 {
1732
+ margin-left: 29.166666662%;
1733
+ }
1734
+
1735
+ .uni-col-md-pull-7 {
1736
+ position: relative;
1737
+ right: 29.166666662%;
1738
+ }
1739
+
1740
+ .uni-col-md-push-7 {
1741
+ position: relative;
1742
+ left: 29.166666662%;
1743
+ }
1744
+
1745
+ .uni-col-md-8 {
1746
+ width: 33.333333328%;
1747
+ }
1748
+
1749
+ .uni-col-md-offset-8 {
1750
+ margin-left: 33.333333328%;
1751
+ }
1752
+
1753
+ .uni-col-md-pull-8 {
1754
+ position: relative;
1755
+ right: 33.333333328%;
1756
+ }
1757
+
1758
+ .uni-col-md-push-8 {
1759
+ position: relative;
1760
+ left: 33.333333328%;
1761
+ }
1762
+
1763
+ .uni-col-md-9 {
1764
+ width: 37.499999994%;
1765
+ }
1766
+
1767
+ .uni-col-md-offset-9 {
1768
+ margin-left: 37.499999994%;
1769
+ }
1770
+
1771
+ .uni-col-md-pull-9 {
1772
+ position: relative;
1773
+ right: 37.499999994%;
1774
+ }
1775
+
1776
+ .uni-col-md-push-9 {
1777
+ position: relative;
1778
+ left: 37.499999994%;
1779
+ }
1780
+
1781
+ .uni-col-md-10 {
1782
+ width: 41.66666666%;
1783
+ }
1784
+
1785
+ .uni-col-md-offset-10 {
1786
+ margin-left: 41.66666666%;
1787
+ }
1788
+
1789
+ .uni-col-md-pull-10 {
1790
+ position: relative;
1791
+ right: 41.66666666%;
1792
+ }
1793
+
1794
+ .uni-col-md-push-10 {
1795
+ position: relative;
1796
+ left: 41.66666666%;
1797
+ }
1798
+
1799
+ .uni-col-md-11 {
1800
+ width: 45.833333326%;
1801
+ }
1802
+
1803
+ .uni-col-md-offset-11 {
1804
+ margin-left: 45.833333326%;
1805
+ }
1806
+
1807
+ .uni-col-md-pull-11 {
1808
+ position: relative;
1809
+ right: 45.833333326%;
1810
+ }
1811
+
1812
+ .uni-col-md-push-11 {
1813
+ position: relative;
1814
+ left: 45.833333326%;
1815
+ }
1816
+
1817
+ .uni-col-md-12 {
1818
+ width: 49.999999992%;
1819
+ }
1820
+
1821
+ .uni-col-md-offset-12 {
1822
+ margin-left: 49.999999992%;
1823
+ }
1824
+
1825
+ .uni-col-md-pull-12 {
1826
+ position: relative;
1827
+ right: 49.999999992%;
1828
+ }
1829
+
1830
+ .uni-col-md-push-12 {
1831
+ position: relative;
1832
+ left: 49.999999992%;
1833
+ }
1834
+
1835
+ .uni-col-md-13 {
1836
+ width: 54.166666658%;
1837
+ }
1838
+
1839
+ .uni-col-md-offset-13 {
1840
+ margin-left: 54.166666658%;
1841
+ }
1842
+
1843
+ .uni-col-md-pull-13 {
1844
+ position: relative;
1845
+ right: 54.166666658%;
1846
+ }
1847
+
1848
+ .uni-col-md-push-13 {
1849
+ position: relative;
1850
+ left: 54.166666658%;
1851
+ }
1852
+
1853
+ .uni-col-md-14 {
1854
+ width: 58.333333324%;
1855
+ }
1856
+
1857
+ .uni-col-md-offset-14 {
1858
+ margin-left: 58.333333324%;
1859
+ }
1860
+
1861
+ .uni-col-md-pull-14 {
1862
+ position: relative;
1863
+ right: 58.333333324%;
1864
+ }
1865
+
1866
+ .uni-col-md-push-14 {
1867
+ position: relative;
1868
+ left: 58.333333324%;
1869
+ }
1870
+
1871
+ .uni-col-md-15 {
1872
+ width: 62.49999999%;
1873
+ }
1874
+
1875
+ .uni-col-md-offset-15 {
1876
+ margin-left: 62.49999999%;
1877
+ }
1878
+
1879
+ .uni-col-md-pull-15 {
1880
+ position: relative;
1881
+ right: 62.49999999%;
1882
+ }
1883
+
1884
+ .uni-col-md-push-15 {
1885
+ position: relative;
1886
+ left: 62.49999999%;
1887
+ }
1888
+
1889
+ .uni-col-md-16 {
1890
+ width: 66.666666656%;
1891
+ }
1892
+
1893
+ .uni-col-md-offset-16 {
1894
+ margin-left: 66.666666656%;
1895
+ }
1896
+
1897
+ .uni-col-md-pull-16 {
1898
+ position: relative;
1899
+ right: 66.666666656%;
1900
+ }
1901
+
1902
+ .uni-col-md-push-16 {
1903
+ position: relative;
1904
+ left: 66.666666656%;
1905
+ }
1906
+
1907
+ .uni-col-md-17 {
1908
+ width: 70.833333322%;
1909
+ }
1910
+
1911
+ .uni-col-md-offset-17 {
1912
+ margin-left: 70.833333322%;
1913
+ }
1914
+
1915
+ .uni-col-md-pull-17 {
1916
+ position: relative;
1917
+ right: 70.833333322%;
1918
+ }
1919
+
1920
+ .uni-col-md-push-17 {
1921
+ position: relative;
1922
+ left: 70.833333322%;
1923
+ }
1924
+
1925
+ .uni-col-md-18 {
1926
+ width: 74.999999988%;
1927
+ }
1928
+
1929
+ .uni-col-md-offset-18 {
1930
+ margin-left: 74.999999988%;
1931
+ }
1932
+
1933
+ .uni-col-md-pull-18 {
1934
+ position: relative;
1935
+ right: 74.999999988%;
1936
+ }
1937
+
1938
+ .uni-col-md-push-18 {
1939
+ position: relative;
1940
+ left: 74.999999988%;
1941
+ }
1942
+
1943
+ .uni-col-md-19 {
1944
+ width: 79.166666654%;
1945
+ }
1946
+
1947
+ .uni-col-md-offset-19 {
1948
+ margin-left: 79.166666654%;
1949
+ }
1950
+
1951
+ .uni-col-md-pull-19 {
1952
+ position: relative;
1953
+ right: 79.166666654%;
1954
+ }
1955
+
1956
+ .uni-col-md-push-19 {
1957
+ position: relative;
1958
+ left: 79.166666654%;
1959
+ }
1960
+
1961
+ .uni-col-md-20 {
1962
+ width: 83.33333332%;
1963
+ }
1964
+
1965
+ .uni-col-md-offset-20 {
1966
+ margin-left: 83.33333332%;
1967
+ }
1968
+
1969
+ .uni-col-md-pull-20 {
1970
+ position: relative;
1971
+ right: 83.33333332%;
1972
+ }
1973
+
1974
+ .uni-col-md-push-20 {
1975
+ position: relative;
1976
+ left: 83.33333332%;
1977
+ }
1978
+
1979
+ .uni-col-md-21 {
1980
+ width: 87.499999986%;
1981
+ }
1982
+
1983
+ .uni-col-md-offset-21 {
1984
+ margin-left: 87.499999986%;
1985
+ }
1986
+
1987
+ .uni-col-md-pull-21 {
1988
+ position: relative;
1989
+ right: 87.499999986%;
1990
+ }
1991
+
1992
+ .uni-col-md-push-21 {
1993
+ position: relative;
1994
+ left: 87.499999986%;
1995
+ }
1996
+
1997
+ .uni-col-md-22 {
1998
+ width: 91.666666652%;
1999
+ }
2000
+
2001
+ .uni-col-md-offset-22 {
2002
+ margin-left: 91.666666652%;
2003
+ }
2004
+
2005
+ .uni-col-md-pull-22 {
2006
+ position: relative;
2007
+ right: 91.666666652%;
2008
+ }
2009
+
2010
+ .uni-col-md-push-22 {
2011
+ position: relative;
2012
+ left: 91.666666652%;
2013
+ }
2014
+
2015
+ .uni-col-md-23 {
2016
+ width: 95.833333318%;
2017
+ }
2018
+
2019
+ .uni-col-md-offset-23 {
2020
+ margin-left: 95.833333318%;
2021
+ }
2022
+
2023
+ .uni-col-md-pull-23 {
2024
+ position: relative;
2025
+ right: 95.833333318%;
2026
+ }
2027
+
2028
+ .uni-col-md-push-23 {
2029
+ position: relative;
2030
+ left: 95.833333318%;
2031
+ }
2032
+
2033
+ .uni-col-md-24 {
2034
+ width: 99.999999984%;
2035
+ }
2036
+
2037
+ .uni-col-md-offset-24 {
2038
+ margin-left: 99.999999984%;
2039
+ }
2040
+
2041
+ .uni-col-md-pull-24 {
2042
+ position: relative;
2043
+ right: 99.999999984%;
2044
+ }
2045
+
2046
+ .uni-col-md-push-24 {
2047
+ position: relative;
2048
+ left: 99.999999984%;
2049
+ }
2050
+ }
2051
+
2052
+ @media screen and (min-width: 1200px) {
2053
+ .uni-col-lg-0 {
2054
+ display: none;
2055
+ }
2056
+
2057
+ .uni-col-lg-0 {
2058
+ width: 0%;
2059
+ }
2060
+
2061
+ .uni-col-lg-offset-0 {
2062
+ margin-left: 0%;
2063
+ }
2064
+
2065
+ .uni-col-lg-pull-0 {
2066
+ position: relative;
2067
+ right: 0%;
2068
+ }
2069
+
2070
+ .uni-col-lg-push-0 {
2071
+ position: relative;
2072
+ left: 0%;
2073
+ }
2074
+
2075
+ .uni-col-lg-1 {
2076
+ width: 4.166666666%;
2077
+ }
2078
+
2079
+ .uni-col-lg-offset-1 {
2080
+ margin-left: 4.166666666%;
2081
+ }
2082
+
2083
+ .uni-col-lg-pull-1 {
2084
+ position: relative;
2085
+ right: 4.166666666%;
2086
+ }
2087
+
2088
+ .uni-col-lg-push-1 {
2089
+ position: relative;
2090
+ left: 4.166666666%;
2091
+ }
2092
+
2093
+ .uni-col-lg-2 {
2094
+ width: 8.333333332%;
2095
+ }
2096
+
2097
+ .uni-col-lg-offset-2 {
2098
+ margin-left: 8.333333332%;
2099
+ }
2100
+
2101
+ .uni-col-lg-pull-2 {
2102
+ position: relative;
2103
+ right: 8.333333332%;
2104
+ }
2105
+
2106
+ .uni-col-lg-push-2 {
2107
+ position: relative;
2108
+ left: 8.333333332%;
2109
+ }
2110
+
2111
+ .uni-col-lg-3 {
2112
+ width: 12.499999998%;
2113
+ }
2114
+
2115
+ .uni-col-lg-offset-3 {
2116
+ margin-left: 12.499999998%;
2117
+ }
2118
+
2119
+ .uni-col-lg-pull-3 {
2120
+ position: relative;
2121
+ right: 12.499999998%;
2122
+ }
2123
+
2124
+ .uni-col-lg-push-3 {
2125
+ position: relative;
2126
+ left: 12.499999998%;
2127
+ }
2128
+
2129
+ .uni-col-lg-4 {
2130
+ width: 16.666666664%;
2131
+ }
2132
+
2133
+ .uni-col-lg-offset-4 {
2134
+ margin-left: 16.666666664%;
2135
+ }
2136
+
2137
+ .uni-col-lg-pull-4 {
2138
+ position: relative;
2139
+ right: 16.666666664%;
2140
+ }
2141
+
2142
+ .uni-col-lg-push-4 {
2143
+ position: relative;
2144
+ left: 16.666666664%;
2145
+ }
2146
+
2147
+ .uni-col-lg-5 {
2148
+ width: 20.83333333%;
2149
+ }
2150
+
2151
+ .uni-col-lg-offset-5 {
2152
+ margin-left: 20.83333333%;
2153
+ }
2154
+
2155
+ .uni-col-lg-pull-5 {
2156
+ position: relative;
2157
+ right: 20.83333333%;
2158
+ }
2159
+
2160
+ .uni-col-lg-push-5 {
2161
+ position: relative;
2162
+ left: 20.83333333%;
2163
+ }
2164
+
2165
+ .uni-col-lg-6 {
2166
+ width: 24.999999996%;
2167
+ }
2168
+
2169
+ .uni-col-lg-offset-6 {
2170
+ margin-left: 24.999999996%;
2171
+ }
2172
+
2173
+ .uni-col-lg-pull-6 {
2174
+ position: relative;
2175
+ right: 24.999999996%;
2176
+ }
2177
+
2178
+ .uni-col-lg-push-6 {
2179
+ position: relative;
2180
+ left: 24.999999996%;
2181
+ }
2182
+
2183
+ .uni-col-lg-7 {
2184
+ width: 29.166666662%;
2185
+ }
2186
+
2187
+ .uni-col-lg-offset-7 {
2188
+ margin-left: 29.166666662%;
2189
+ }
2190
+
2191
+ .uni-col-lg-pull-7 {
2192
+ position: relative;
2193
+ right: 29.166666662%;
2194
+ }
2195
+
2196
+ .uni-col-lg-push-7 {
2197
+ position: relative;
2198
+ left: 29.166666662%;
2199
+ }
2200
+
2201
+ .uni-col-lg-8 {
2202
+ width: 33.333333328%;
2203
+ }
2204
+
2205
+ .uni-col-lg-offset-8 {
2206
+ margin-left: 33.333333328%;
2207
+ }
2208
+
2209
+ .uni-col-lg-pull-8 {
2210
+ position: relative;
2211
+ right: 33.333333328%;
2212
+ }
2213
+
2214
+ .uni-col-lg-push-8 {
2215
+ position: relative;
2216
+ left: 33.333333328%;
2217
+ }
2218
+
2219
+ .uni-col-lg-9 {
2220
+ width: 37.499999994%;
2221
+ }
2222
+
2223
+ .uni-col-lg-offset-9 {
2224
+ margin-left: 37.499999994%;
2225
+ }
2226
+
2227
+ .uni-col-lg-pull-9 {
2228
+ position: relative;
2229
+ right: 37.499999994%;
2230
+ }
2231
+
2232
+ .uni-col-lg-push-9 {
2233
+ position: relative;
2234
+ left: 37.499999994%;
2235
+ }
2236
+
2237
+ .uni-col-lg-10 {
2238
+ width: 41.66666666%;
2239
+ }
2240
+
2241
+ .uni-col-lg-offset-10 {
2242
+ margin-left: 41.66666666%;
2243
+ }
2244
+
2245
+ .uni-col-lg-pull-10 {
2246
+ position: relative;
2247
+ right: 41.66666666%;
2248
+ }
2249
+
2250
+ .uni-col-lg-push-10 {
2251
+ position: relative;
2252
+ left: 41.66666666%;
2253
+ }
2254
+
2255
+ .uni-col-lg-11 {
2256
+ width: 45.833333326%;
2257
+ }
2258
+
2259
+ .uni-col-lg-offset-11 {
2260
+ margin-left: 45.833333326%;
2261
+ }
2262
+
2263
+ .uni-col-lg-pull-11 {
2264
+ position: relative;
2265
+ right: 45.833333326%;
2266
+ }
2267
+
2268
+ .uni-col-lg-push-11 {
2269
+ position: relative;
2270
+ left: 45.833333326%;
2271
+ }
2272
+
2273
+ .uni-col-lg-12 {
2274
+ width: 49.999999992%;
2275
+ }
2276
+
2277
+ .uni-col-lg-offset-12 {
2278
+ margin-left: 49.999999992%;
2279
+ }
2280
+
2281
+ .uni-col-lg-pull-12 {
2282
+ position: relative;
2283
+ right: 49.999999992%;
2284
+ }
2285
+
2286
+ .uni-col-lg-push-12 {
2287
+ position: relative;
2288
+ left: 49.999999992%;
2289
+ }
2290
+
2291
+ .uni-col-lg-13 {
2292
+ width: 54.166666658%;
2293
+ }
2294
+
2295
+ .uni-col-lg-offset-13 {
2296
+ margin-left: 54.166666658%;
2297
+ }
2298
+
2299
+ .uni-col-lg-pull-13 {
2300
+ position: relative;
2301
+ right: 54.166666658%;
2302
+ }
2303
+
2304
+ .uni-col-lg-push-13 {
2305
+ position: relative;
2306
+ left: 54.166666658%;
2307
+ }
2308
+
2309
+ .uni-col-lg-14 {
2310
+ width: 58.333333324%;
2311
+ }
2312
+
2313
+ .uni-col-lg-offset-14 {
2314
+ margin-left: 58.333333324%;
2315
+ }
2316
+
2317
+ .uni-col-lg-pull-14 {
2318
+ position: relative;
2319
+ right: 58.333333324%;
2320
+ }
2321
+
2322
+ .uni-col-lg-push-14 {
2323
+ position: relative;
2324
+ left: 58.333333324%;
2325
+ }
2326
+
2327
+ .uni-col-lg-15 {
2328
+ width: 62.49999999%;
2329
+ }
2330
+
2331
+ .uni-col-lg-offset-15 {
2332
+ margin-left: 62.49999999%;
2333
+ }
2334
+
2335
+ .uni-col-lg-pull-15 {
2336
+ position: relative;
2337
+ right: 62.49999999%;
2338
+ }
2339
+
2340
+ .uni-col-lg-push-15 {
2341
+ position: relative;
2342
+ left: 62.49999999%;
2343
+ }
2344
+
2345
+ .uni-col-lg-16 {
2346
+ width: 66.666666656%;
2347
+ }
2348
+
2349
+ .uni-col-lg-offset-16 {
2350
+ margin-left: 66.666666656%;
2351
+ }
2352
+
2353
+ .uni-col-lg-pull-16 {
2354
+ position: relative;
2355
+ right: 66.666666656%;
2356
+ }
2357
+
2358
+ .uni-col-lg-push-16 {
2359
+ position: relative;
2360
+ left: 66.666666656%;
2361
+ }
2362
+
2363
+ .uni-col-lg-17 {
2364
+ width: 70.833333322%;
2365
+ }
2366
+
2367
+ .uni-col-lg-offset-17 {
2368
+ margin-left: 70.833333322%;
2369
+ }
2370
+
2371
+ .uni-col-lg-pull-17 {
2372
+ position: relative;
2373
+ right: 70.833333322%;
2374
+ }
2375
+
2376
+ .uni-col-lg-push-17 {
2377
+ position: relative;
2378
+ left: 70.833333322%;
2379
+ }
2380
+
2381
+ .uni-col-lg-18 {
2382
+ width: 74.999999988%;
2383
+ }
2384
+
2385
+ .uni-col-lg-offset-18 {
2386
+ margin-left: 74.999999988%;
2387
+ }
2388
+
2389
+ .uni-col-lg-pull-18 {
2390
+ position: relative;
2391
+ right: 74.999999988%;
2392
+ }
2393
+
2394
+ .uni-col-lg-push-18 {
2395
+ position: relative;
2396
+ left: 74.999999988%;
2397
+ }
2398
+
2399
+ .uni-col-lg-19 {
2400
+ width: 79.166666654%;
2401
+ }
2402
+
2403
+ .uni-col-lg-offset-19 {
2404
+ margin-left: 79.166666654%;
2405
+ }
2406
+
2407
+ .uni-col-lg-pull-19 {
2408
+ position: relative;
2409
+ right: 79.166666654%;
2410
+ }
2411
+
2412
+ .uni-col-lg-push-19 {
2413
+ position: relative;
2414
+ left: 79.166666654%;
2415
+ }
2416
+
2417
+ .uni-col-lg-20 {
2418
+ width: 83.33333332%;
2419
+ }
2420
+
2421
+ .uni-col-lg-offset-20 {
2422
+ margin-left: 83.33333332%;
2423
+ }
2424
+
2425
+ .uni-col-lg-pull-20 {
2426
+ position: relative;
2427
+ right: 83.33333332%;
2428
+ }
2429
+
2430
+ .uni-col-lg-push-20 {
2431
+ position: relative;
2432
+ left: 83.33333332%;
2433
+ }
2434
+
2435
+ .uni-col-lg-21 {
2436
+ width: 87.499999986%;
2437
+ }
2438
+
2439
+ .uni-col-lg-offset-21 {
2440
+ margin-left: 87.499999986%;
2441
+ }
2442
+
2443
+ .uni-col-lg-pull-21 {
2444
+ position: relative;
2445
+ right: 87.499999986%;
2446
+ }
2447
+
2448
+ .uni-col-lg-push-21 {
2449
+ position: relative;
2450
+ left: 87.499999986%;
2451
+ }
2452
+
2453
+ .uni-col-lg-22 {
2454
+ width: 91.666666652%;
2455
+ }
2456
+
2457
+ .uni-col-lg-offset-22 {
2458
+ margin-left: 91.666666652%;
2459
+ }
2460
+
2461
+ .uni-col-lg-pull-22 {
2462
+ position: relative;
2463
+ right: 91.666666652%;
2464
+ }
2465
+
2466
+ .uni-col-lg-push-22 {
2467
+ position: relative;
2468
+ left: 91.666666652%;
2469
+ }
2470
+
2471
+ .uni-col-lg-23 {
2472
+ width: 95.833333318%;
2473
+ }
2474
+
2475
+ .uni-col-lg-offset-23 {
2476
+ margin-left: 95.833333318%;
2477
+ }
2478
+
2479
+ .uni-col-lg-pull-23 {
2480
+ position: relative;
2481
+ right: 95.833333318%;
2482
+ }
2483
+
2484
+ .uni-col-lg-push-23 {
2485
+ position: relative;
2486
+ left: 95.833333318%;
2487
+ }
2488
+
2489
+ .uni-col-lg-24 {
2490
+ width: 99.999999984%;
2491
+ }
2492
+
2493
+ .uni-col-lg-offset-24 {
2494
+ margin-left: 99.999999984%;
2495
+ }
2496
+
2497
+ .uni-col-lg-pull-24 {
2498
+ position: relative;
2499
+ right: 99.999999984%;
2500
+ }
2501
+
2502
+ .uni-col-lg-push-24 {
2503
+ position: relative;
2504
+ left: 99.999999984%;
2505
+ }
2506
+ }
2507
+
2508
+ @media screen and (min-width: 1920px) {
2509
+ .uni-col-xl-0 {
2510
+ display: none;
2511
+ }
2512
+
2513
+ .uni-col-xl-0 {
2514
+ width: 0%;
2515
+ }
2516
+
2517
+ .uni-col-xl-offset-0 {
2518
+ margin-left: 0%;
2519
+ }
2520
+
2521
+ .uni-col-xl-pull-0 {
2522
+ position: relative;
2523
+ right: 0%;
2524
+ }
2525
+
2526
+ .uni-col-xl-push-0 {
2527
+ position: relative;
2528
+ left: 0%;
2529
+ }
2530
+
2531
+ .uni-col-xl-1 {
2532
+ width: 4.166666666%;
2533
+ }
2534
+
2535
+ .uni-col-xl-offset-1 {
2536
+ margin-left: 4.166666666%;
2537
+ }
2538
+
2539
+ .uni-col-xl-pull-1 {
2540
+ position: relative;
2541
+ right: 4.166666666%;
2542
+ }
2543
+
2544
+ .uni-col-xl-push-1 {
2545
+ position: relative;
2546
+ left: 4.166666666%;
2547
+ }
2548
+
2549
+ .uni-col-xl-2 {
2550
+ width: 8.333333332%;
2551
+ }
2552
+
2553
+ .uni-col-xl-offset-2 {
2554
+ margin-left: 8.333333332%;
2555
+ }
2556
+
2557
+ .uni-col-xl-pull-2 {
2558
+ position: relative;
2559
+ right: 8.333333332%;
2560
+ }
2561
+
2562
+ .uni-col-xl-push-2 {
2563
+ position: relative;
2564
+ left: 8.333333332%;
2565
+ }
2566
+
2567
+ .uni-col-xl-3 {
2568
+ width: 12.499999998%;
2569
+ }
2570
+
2571
+ .uni-col-xl-offset-3 {
2572
+ margin-left: 12.499999998%;
2573
+ }
2574
+
2575
+ .uni-col-xl-pull-3 {
2576
+ position: relative;
2577
+ right: 12.499999998%;
2578
+ }
2579
+
2580
+ .uni-col-xl-push-3 {
2581
+ position: relative;
2582
+ left: 12.499999998%;
2583
+ }
2584
+
2585
+ .uni-col-xl-4 {
2586
+ width: 16.666666664%;
2587
+ }
2588
+
2589
+ .uni-col-xl-offset-4 {
2590
+ margin-left: 16.666666664%;
2591
+ }
2592
+
2593
+ .uni-col-xl-pull-4 {
2594
+ position: relative;
2595
+ right: 16.666666664%;
2596
+ }
2597
+
2598
+ .uni-col-xl-push-4 {
2599
+ position: relative;
2600
+ left: 16.666666664%;
2601
+ }
2602
+
2603
+ .uni-col-xl-5 {
2604
+ width: 20.83333333%;
2605
+ }
2606
+
2607
+ .uni-col-xl-offset-5 {
2608
+ margin-left: 20.83333333%;
2609
+ }
2610
+
2611
+ .uni-col-xl-pull-5 {
2612
+ position: relative;
2613
+ right: 20.83333333%;
2614
+ }
2615
+
2616
+ .uni-col-xl-push-5 {
2617
+ position: relative;
2618
+ left: 20.83333333%;
2619
+ }
2620
+
2621
+ .uni-col-xl-6 {
2622
+ width: 24.999999996%;
2623
+ }
2624
+
2625
+ .uni-col-xl-offset-6 {
2626
+ margin-left: 24.999999996%;
2627
+ }
2628
+
2629
+ .uni-col-xl-pull-6 {
2630
+ position: relative;
2631
+ right: 24.999999996%;
2632
+ }
2633
+
2634
+ .uni-col-xl-push-6 {
2635
+ position: relative;
2636
+ left: 24.999999996%;
2637
+ }
2638
+
2639
+ .uni-col-xl-7 {
2640
+ width: 29.166666662%;
2641
+ }
2642
+
2643
+ .uni-col-xl-offset-7 {
2644
+ margin-left: 29.166666662%;
2645
+ }
2646
+
2647
+ .uni-col-xl-pull-7 {
2648
+ position: relative;
2649
+ right: 29.166666662%;
2650
+ }
2651
+
2652
+ .uni-col-xl-push-7 {
2653
+ position: relative;
2654
+ left: 29.166666662%;
2655
+ }
2656
+
2657
+ .uni-col-xl-8 {
2658
+ width: 33.333333328%;
2659
+ }
2660
+
2661
+ .uni-col-xl-offset-8 {
2662
+ margin-left: 33.333333328%;
2663
+ }
2664
+
2665
+ .uni-col-xl-pull-8 {
2666
+ position: relative;
2667
+ right: 33.333333328%;
2668
+ }
2669
+
2670
+ .uni-col-xl-push-8 {
2671
+ position: relative;
2672
+ left: 33.333333328%;
2673
+ }
2674
+
2675
+ .uni-col-xl-9 {
2676
+ width: 37.499999994%;
2677
+ }
2678
+
2679
+ .uni-col-xl-offset-9 {
2680
+ margin-left: 37.499999994%;
2681
+ }
2682
+
2683
+ .uni-col-xl-pull-9 {
2684
+ position: relative;
2685
+ right: 37.499999994%;
2686
+ }
2687
+
2688
+ .uni-col-xl-push-9 {
2689
+ position: relative;
2690
+ left: 37.499999994%;
2691
+ }
2692
+
2693
+ .uni-col-xl-10 {
2694
+ width: 41.66666666%;
2695
+ }
2696
+
2697
+ .uni-col-xl-offset-10 {
2698
+ margin-left: 41.66666666%;
2699
+ }
2700
+
2701
+ .uni-col-xl-pull-10 {
2702
+ position: relative;
2703
+ right: 41.66666666%;
2704
+ }
2705
+
2706
+ .uni-col-xl-push-10 {
2707
+ position: relative;
2708
+ left: 41.66666666%;
2709
+ }
2710
+
2711
+ .uni-col-xl-11 {
2712
+ width: 45.833333326%;
2713
+ }
2714
+
2715
+ .uni-col-xl-offset-11 {
2716
+ margin-left: 45.833333326%;
2717
+ }
2718
+
2719
+ .uni-col-xl-pull-11 {
2720
+ position: relative;
2721
+ right: 45.833333326%;
2722
+ }
2723
+
2724
+ .uni-col-xl-push-11 {
2725
+ position: relative;
2726
+ left: 45.833333326%;
2727
+ }
2728
+
2729
+ .uni-col-xl-12 {
2730
+ width: 49.999999992%;
2731
+ }
2732
+
2733
+ .uni-col-xl-offset-12 {
2734
+ margin-left: 49.999999992%;
2735
+ }
2736
+
2737
+ .uni-col-xl-pull-12 {
2738
+ position: relative;
2739
+ right: 49.999999992%;
2740
+ }
2741
+
2742
+ .uni-col-xl-push-12 {
2743
+ position: relative;
2744
+ left: 49.999999992%;
2745
+ }
2746
+
2747
+ .uni-col-xl-13 {
2748
+ width: 54.166666658%;
2749
+ }
2750
+
2751
+ .uni-col-xl-offset-13 {
2752
+ margin-left: 54.166666658%;
2753
+ }
2754
+
2755
+ .uni-col-xl-pull-13 {
2756
+ position: relative;
2757
+ right: 54.166666658%;
2758
+ }
2759
+
2760
+ .uni-col-xl-push-13 {
2761
+ position: relative;
2762
+ left: 54.166666658%;
2763
+ }
2764
+
2765
+ .uni-col-xl-14 {
2766
+ width: 58.333333324%;
2767
+ }
2768
+
2769
+ .uni-col-xl-offset-14 {
2770
+ margin-left: 58.333333324%;
2771
+ }
2772
+
2773
+ .uni-col-xl-pull-14 {
2774
+ position: relative;
2775
+ right: 58.333333324%;
2776
+ }
2777
+
2778
+ .uni-col-xl-push-14 {
2779
+ position: relative;
2780
+ left: 58.333333324%;
2781
+ }
2782
+
2783
+ .uni-col-xl-15 {
2784
+ width: 62.49999999%;
2785
+ }
2786
+
2787
+ .uni-col-xl-offset-15 {
2788
+ margin-left: 62.49999999%;
2789
+ }
2790
+
2791
+ .uni-col-xl-pull-15 {
2792
+ position: relative;
2793
+ right: 62.49999999%;
2794
+ }
2795
+
2796
+ .uni-col-xl-push-15 {
2797
+ position: relative;
2798
+ left: 62.49999999%;
2799
+ }
2800
+
2801
+ .uni-col-xl-16 {
2802
+ width: 66.666666656%;
2803
+ }
2804
+
2805
+ .uni-col-xl-offset-16 {
2806
+ margin-left: 66.666666656%;
2807
+ }
2808
+
2809
+ .uni-col-xl-pull-16 {
2810
+ position: relative;
2811
+ right: 66.666666656%;
2812
+ }
2813
+
2814
+ .uni-col-xl-push-16 {
2815
+ position: relative;
2816
+ left: 66.666666656%;
2817
+ }
2818
+
2819
+ .uni-col-xl-17 {
2820
+ width: 70.833333322%;
2821
+ }
2822
+
2823
+ .uni-col-xl-offset-17 {
2824
+ margin-left: 70.833333322%;
2825
+ }
2826
+
2827
+ .uni-col-xl-pull-17 {
2828
+ position: relative;
2829
+ right: 70.833333322%;
2830
+ }
2831
+
2832
+ .uni-col-xl-push-17 {
2833
+ position: relative;
2834
+ left: 70.833333322%;
2835
+ }
2836
+
2837
+ .uni-col-xl-18 {
2838
+ width: 74.999999988%;
2839
+ }
2840
+
2841
+ .uni-col-xl-offset-18 {
2842
+ margin-left: 74.999999988%;
2843
+ }
2844
+
2845
+ .uni-col-xl-pull-18 {
2846
+ position: relative;
2847
+ right: 74.999999988%;
2848
+ }
2849
+
2850
+ .uni-col-xl-push-18 {
2851
+ position: relative;
2852
+ left: 74.999999988%;
2853
+ }
2854
+
2855
+ .uni-col-xl-19 {
2856
+ width: 79.166666654%;
2857
+ }
2858
+
2859
+ .uni-col-xl-offset-19 {
2860
+ margin-left: 79.166666654%;
2861
+ }
2862
+
2863
+ .uni-col-xl-pull-19 {
2864
+ position: relative;
2865
+ right: 79.166666654%;
2866
+ }
2867
+
2868
+ .uni-col-xl-push-19 {
2869
+ position: relative;
2870
+ left: 79.166666654%;
2871
+ }
2872
+
2873
+ .uni-col-xl-20 {
2874
+ width: 83.33333332%;
2875
+ }
2876
+
2877
+ .uni-col-xl-offset-20 {
2878
+ margin-left: 83.33333332%;
2879
+ }
2880
+
2881
+ .uni-col-xl-pull-20 {
2882
+ position: relative;
2883
+ right: 83.33333332%;
2884
+ }
2885
+
2886
+ .uni-col-xl-push-20 {
2887
+ position: relative;
2888
+ left: 83.33333332%;
2889
+ }
2890
+
2891
+ .uni-col-xl-21 {
2892
+ width: 87.499999986%;
2893
+ }
2894
+
2895
+ .uni-col-xl-offset-21 {
2896
+ margin-left: 87.499999986%;
2897
+ }
2898
+
2899
+ .uni-col-xl-pull-21 {
2900
+ position: relative;
2901
+ right: 87.499999986%;
2902
+ }
2903
+
2904
+ .uni-col-xl-push-21 {
2905
+ position: relative;
2906
+ left: 87.499999986%;
2907
+ }
2908
+
2909
+ .uni-col-xl-22 {
2910
+ width: 91.666666652%;
2911
+ }
2912
+
2913
+ .uni-col-xl-offset-22 {
2914
+ margin-left: 91.666666652%;
2915
+ }
2916
+
2917
+ .uni-col-xl-pull-22 {
2918
+ position: relative;
2919
+ right: 91.666666652%;
2920
+ }
2921
+
2922
+ .uni-col-xl-push-22 {
2923
+ position: relative;
2924
+ left: 91.666666652%;
2925
+ }
2926
+
2927
+ .uni-col-xl-23 {
2928
+ width: 95.833333318%;
2929
+ }
2930
+
2931
+ .uni-col-xl-offset-23 {
2932
+ margin-left: 95.833333318%;
2933
+ }
2934
+
2935
+ .uni-col-xl-pull-23 {
2936
+ position: relative;
2937
+ right: 95.833333318%;
2938
+ }
2939
+
2940
+ .uni-col-xl-push-23 {
2941
+ position: relative;
2942
+ left: 95.833333318%;
2943
+ }
2944
+
2945
+ .uni-col-xl-24 {
2946
+ width: 99.999999984%;
2947
+ }
2948
+
2949
+ .uni-col-xl-offset-24 {
2950
+ margin-left: 99.999999984%;
2951
+ }
2952
+
2953
+ .uni-col-xl-pull-24 {
2954
+ position: relative;
2955
+ right: 99.999999984%;
2956
+ }
2957
+
2958
+ .uni-col-xl-push-24 {
2959
+ position: relative;
2960
+ left: 99.999999984%;
2961
+ }
2962
+ }
2963
+
2964
+ /* #endif */
2965
+ </style>