am-commons 0.0.1 → 0.0.3

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